Add OpenCode SDK agent harness - #122
Open
ismaelvega wants to merge 8 commits into
Open
Conversation
|
@ismaelvega is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
What changed
Adds an OpenCode SDK agent harness and exposes it through the DeepSec CLI, including read-only tool controls, structured-output fallback handling, provider/model routing, and long-running request support. Extends Vercel Sandbox setup, credential brokering, packaging, tests, and documentation so the OpenCode agent works locally and in sandboxed runs.
Why
DeepSec could run Codex, Claude, and Pi agents, but did not have an OpenCode SDK integration. This adds OpenCode as a first-class agent while preserving the existing agent contract and sandbox security model.
Verification
pnpm testpasses (2,200 passed, 1 expected live-sandbox skip)pnpm lintpassespnpm knippassespnpm -r buildpassespnpm test:bundlepasses (23 tests)Notes for reviewer
provider/modelIDs;opencode-go/grok-4.5was the primary live smoke-test target.StructuredOutput; the harness validates that response as a compatibility fallback.pnpm lintexits successfully with one Biome warning for the escaped shell variable in the OpenCode Sandbox binary-resolution script.