Skip to content

Commit 233e8b4

Browse files
Mossakaclaude
andcommitted
docs: add OpenCode engine guide and update references
Add comprehensive external-facing documentation for the OpenCode engine: - New guide: docs/src/content/docs/guides/opencode.md (460 lines) - Quick start, auth/providers, network security, MCP support - Example workflows, engine comparison, known limitations - Update engines.md: add OpenCode to available agents list - Update auth.mdx: add OpenCode authentication reference - Update network.md: add OpenCode domain config + dynamic provider docs - Update astro.config.mjs: add sidebar link Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2e24b1e commit 233e8b4

5 files changed

Lines changed: 509 additions & 9 deletions

File tree

docs/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ export default defineConfig({
182182
{ label: 'GitHub Actions Primer', link: '/guides/github-actions-primer/' },
183183
{ label: 'Reusing Workflows', link: '/guides/packaging-imports/' },
184184
{ label: 'Self-Hosted Runners', link: '/guides/self-hosted-runners/' },
185+
{ label: 'OpenCode Engine', link: '/guides/opencode/' },
185186
{ label: 'Using MCPs', link: '/guides/mcps/' },
186187
{ label: 'Web Search', link: '/guides/web-search/' },
187188
],

0 commit comments

Comments
 (0)