James Long 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
..
api eed23d8ee9 feat(api): publish v2 reference il y a 1 mois
assets e6e951b252 docs: rebuild v2 documentation il y a 1 mois
build 4678bd1049 feat(plugin): expose synthetic session input (#37212) il y a 4 semaines
script 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
snippets 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
AGENTS.md bd947658bb docs: add v2 configuration reference il y a 1 mois
README.md 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
agents.mdx b6e14b5a74 refactor(tui): finish V2 theme migration (#38383) il y a 3 semaines
attachments.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
commands.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
compaction.mdx 96a9731947 feat(core): replace instruction checkpoints with value-delta sync (#36254) il y a 1 mois
config.mdx e84938b309 fix(core): make session warming observable il y a 3 semaines
docs.json 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
formatters.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
index.mdx 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
instructions.mdx 96a9731947 feat(core): replace instruction checkpoints with value-delta sync (#36254) il y a 1 mois
lsp.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
mcp-servers.mdx fe9b051d1a feat(core): allow MCP Code Mode opt-out (#37681) il y a 3 semaines
migrate-v1.mdx 7e9b9cb0fd docs: document TUI config migration il y a 1 mois
models.mdx 23483ea013 feat(ai): support custom reasoning fields (#38227) il y a 3 semaines
openapi.json b6e14b5a74 refactor(tui): finish V2 theme migration (#38383) il y a 3 semaines
package.json 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
permissions.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
providers.mdx bb15b16499 refactor(ai): rename llm package il y a 1 mois
references.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
sharing.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
skills.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
snapshots.mdx 1004fbb2f5 docs: expand OpenCode 2 beta guides il y a 1 mois
themes.mdx 381f6c47b4 docs(tui): add generated V2 theme reference (#38396) il y a 3 semaines
troubleshooting.mdx f5dd181443 refactor(cli): define server connection boundary (#37133) il y a 1 mois
warming.mdx e84938b309 fix(core): make session warming observable il y a 3 semaines

README.md

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.