-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat(docs): add OpenCode guide #3402
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: James Murdza <[email protected]> # Conflicts: # apps/docs/src/content/i18n/en.json
Signed-off-by: James Murdza <[email protected]>
Signed-off-by: James Murdza <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a comprehensive guide for using OpenCode's web interface with Daytona sandboxes, following the documentation format established in recent guides.
Changes:
- Added new documentation file for OpenCode web agent integration
- Configured sidebar entry and i18n translation
- Added OpenCode icon for sidebar navigation
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| apps/docs/src/content/docs/en/opencode-web-agent.mdx | Complete guide for running OpenCode's web interface in Daytona sandboxes with setup, usage, and code examples |
| apps/docs/src/content/config.ts | Added sidebar link configuration for the OpenCode guide in the integrations section |
| apps/docs/src/content/i18n/en.json | Added "OpenCode" translation key for sidebar label |
| apps/docs/src/assets/sidebar/opencode.svg | Added OpenCode icon for sidebar navigation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Regarding the errors that need to be fixed, there is only the invalid link inside the I would suggest changing/adding few things to enhance the clarity for certain parts of this guide:
|
Signed-off-by: James Murdza <[email protected]>
Signed-off-by: James Murdza <[email protected]>
Signed-off-by: James Murdza <[email protected]>
|
@mislavivanda I have implemented your suggestions. |
|
Inside the Also, why did we change the |
Signed-off-by: James Murdza <[email protected]>
Signed-off-by: James Murdza <[email protected]>
I removed some backslashes accidentally. Both issues are fixed now. |
This adds an OpenCode guide to the documentation in the most recent format used in #3383.