Skip to content

docs: add OrcaReplay to ecosystem projects - #46997

Open
xizhuomengcontin wants to merge 1 commit into
anomalyco:devfrom
xizhuomengcontin:add-orcareplay-ecosystem
Open

docs: add OrcaReplay to ecosystem projects#46997
xizhuomengcontin wants to merge 1 commit into
anomalyco:devfrom
xizhuomengcontin:add-orcareplay-ecosystem

Conversation

@xizhuomengcontin

@xizhuomengcontin xizhuomengcontin commented Sep 3, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #

No issue. The ecosystem page says "Want to add your OpenCode related project to this list? Submit a PR."

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds one row to the Projects table in packages/web/src/content/docs/ecosystem.mdx.

The project is OrcaReplay. It records an OpenCode session and lets you replay it later with the network off, or re-run it from a chosen step on a different model.

Why it needed work specific to OpenCode: most agents read a base-URL env var, so a proxy can be put in front of them by setting one variable. OpenCode keeps its provider origin in opencode.json instead, so there is nothing to redirect. The adapter handles it by intercepting the TLS OpenCode opens itself, using a throwaway CA that only the launched process trusts and that is deleted when the run ends. Your opencode.json is not modified.

I only touched the English file. Tell me if the translated copies should be updated in the same PR and I will add them.

How did you verify your code works?

Docs only, no code. To be straight about what I did and did not do: I did not run the site build locally, so I am relying on CI for that.

What I did check:

  • The diff is one added row inside the existing Projects table. No other lines touched, pipes and column order match the rows around it.
  • The link resolves: https://github.com/Continuum-AI-Corp/OrcaReplay
  • The description in the row matches what the tool actually does. orca record opencode records a session, orca replay last replays it with the network off, orca replay last --from N --model X re-runs from a step on another model. The OpenCode adapter has tests in that repo.

If the web build is expected to be run before submitting, say so and I will clone and run it.

Screenshots / recordings

Not a UI change, docs table only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant