-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Sync docs for PR 282: Add OpenCode integration for Sandbox SDK #26984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
4fb1981 to
9d84f7c
Compare
Documentation UpdateUpdated this PR with comprehensive OpenCode integration documentation: Files Added/Updated
Documentation StyleAll content follows Cloudflare docs conventions:
Ready for review! 🚀 |
1efa89f to
208516c
Compare
|
Added OpenCode API reference documentation and container variants section: New files:
Updated files:
This completes the documentation sync for PR #282. |
c6854d8 to
0c4ab75
Compare
|
📝 Documentation updated Force-pushed updated documentation content. Changes include:
The documentation is ready for review. |
c0b161d to
54d60cd
Compare
|
Updated with comprehensive OpenCode integration documentation: New Files
Coverage
SourceSynced from PR cloudflare/sandbox-sdk#282 |
9075720 to
b3647ad
Compare
Documents the new OpenCode integration feature added in PR #282, including web UI proxy and programmatic SDK access patterns. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
b3647ad to
cb66652
Compare
|
CI run failed: build logs |
Summary
Documents the OpenCode integration feature added in sandbox-sdk PR #282.
OpenCode is an AI coding agent that can now run inside Sandbox containers with two access modes:
Documentation added
New guides
/sandbox-sdk/guides/opencode-integration/- Complete how-to guide covering:proxyToOpencode()createOpencode()New API reference
/sandbox-sdk/api/opencode/- Complete API documentation for:createOpencodeServer()- Server lifecycle onlycreateOpencode()- Server + typed SDK clientproxyToOpencode()- Web UI request proxyingOpencodeOptions,OpencodeServer,OpencodeResultOPENCODE_STARTUP_FAILEDUpdated pages
/sandbox-sdk/- Added OpenCode feature card and use case mention/sandbox-sdk/api/- Added OpenCode API card to index/sandbox-sdk/configuration/dockerfile/- Documented-opencodeimage variantStyle compliance
Documentation follows:
Related PR
🤖 Auto-synced from sandbox-sdk PR #282