docs: add OrcaReplay to ecosystem projects - #46997
Open
xizhuomengcontin wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
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.jsoninstead, 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. Youropencode.jsonis 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:
orca record opencoderecords a session,orca replay lastreplays it with the network off,orca replay last --from N --model Xre-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