opencode/packages/docs
2026-07-23 21:13:31 +00:00
..
api feat(api): publish v2 reference 2026-07-06 01:29:08 -04:00
assets docs: rebuild v2 documentation 2026-07-06 00:58:00 -04:00
build refactor(tools): unify tool APIs and result handling (#38367) 2026-07-23 21:13:31 +00:00
script refactor(tui): load native V2 themes (#38430) 2026-07-23 12:35:29 -04:00
snippets/generated docs(tui): add generated V2 theme reference (#38396) 2026-07-22 18:30:31 -04:00
AGENTS.md docs: add v2 configuration reference 2026-07-06 20:09:35 -04:00
agents.mdx refactor(tui): finish V2 theme migration (#38383) 2026-07-22 17:56:22 -04:00
attachments.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
commands.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
compaction.mdx feat(core): replace instruction checkpoints with value-delta sync (#36254) 2026-07-10 13:26:25 -04:00
config.mdx fix(core): make session warming observable 2026-07-21 21:30:05 -04:00
docs.json docs(tui): add generated V2 theme reference (#38396) 2026-07-22 18:30:31 -04:00
formatters.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
index.mdx docs(tui): add generated V2 theme reference (#38396) 2026-07-22 18:30:31 -04:00
instructions.mdx feat(core): replace instruction checkpoints with value-delta sync (#36254) 2026-07-10 13:26:25 -04:00
lsp.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
mcp-servers.mdx feat(core): allow MCP Code Mode opt-out (#37681) 2026-07-18 17:17:56 -04:00
migrate-v1.mdx docs: document TUI config migration 2026-07-12 19:28:26 -04:00
models.mdx fix(core): default custom model capabilities (#38449) 2026-07-22 23:20:16 -05:00
openapi.json refactor(tui): finish V2 theme migration (#38383) 2026-07-22 17:56:22 -04:00
package.json docs(tui): add generated V2 theme reference (#38396) 2026-07-22 18:30:31 -04:00
permissions.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
providers.mdx refactor(ai): rename llm package 2026-07-15 15:11:03 -04:00
README.md docs(tui): add generated V2 theme reference (#38396) 2026-07-22 18:30:31 -04:00
references.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
sharing.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
skills.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
snapshots.mdx docs: expand OpenCode 2 beta guides 2026-07-09 18:01:15 -04:00
themes.mdx docs(tui): add generated V2 theme reference (#38396) 2026-07-22 18:30:31 -04:00
troubleshooting.mdx refactor(cli): define server connection boundary (#37133) 2026-07-15 11:48:38 -04:00
warming.mdx fix(core): make session warming observable 2026-07-21 21:30:05 -04:00

OpenCode documentation

The V2 documentation is a Mintlify site deployed from packages/docs on the dev branch.

Local preview

From this directory, run:

bun dev

The preview opens at http://localhost:3333 and reloads when MDX or docs.json changes.

Validate changes before opening a pull request:

bun validate
bun broken-links

The V2 theme token reference is generated from packages/tui/src/theme/v2/schema.ts. Regenerate it after schema changes:

bun run generate

bun validate checks that the committed snippet is current. The repository's generation workflow also refreshes it on pushes to dev, so Mintlify always receives the generated MDX as part of the published docs tree.

The hosted preview is available at opencode.mintlify.site.