The open source coding agent.
OpenCode v1.0.221 adds LSP watched-file notifications and OpenAI-compatible provider fallback.
$ git clone --branch v1.0.221 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.221
- ›Defaults to ai-sdk/openai-compatible provider when no npm package is specified, broadening out-of-the-box model support.
- ›Adds LSP
workspace/didChangeWatchedFilesnotification support, keeping the language server in sync with file-system changes. - ›Improved model selector UI in the desktop app.
- ›Auto-accept colors and better auto-accept affordance added to the desktop app.
- ›New keybind tooltip component added to the desktop app.
+1 moreshow less
- ›Adds input changes functionality to the desktop app.
2 more releases in this issue · 2025-12-31
OpenCode v1.0.220 adds a debug agent subcommand, MCP prompt tags in autocomplete, and a unified diff toggle in the desktop app.
$ git clone --branch v1.0.220 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.220
$ opencode debug agent <name> - ›New
debug agent <name>subcommand lets you test agents in isolation without a full session. - ›Displays MCP tag for prompts in autocomplete so users can distinguish MCP-sourced prompts at a glance.
- ›Adds unified diff toggle to the desktop application for switching diff views.
- ›Redesigned desktop header replaces the status bar with new header elements and an improved new-session button.
OpenCode v1.0.219 adds MCP prompts as slash commands, model usage stats, rustfmt support, and configurable MCP timeouts.
$ git clone --branch v1.0.219 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.219
$ /<mcp-prompt-name> - ›Adds MCP prompts as slash commands, making MCP-defined prompts directly invocable from the TUI.
- ›Adds model usage statistics with input/output token breakdown to the
statscommand. - ›Adds
rustfmtformatter support for Rust files. - ›Adds Gemini 3 Flash to the fast models list.
- ›Bundles
@ai-sdk/vercelv1.0.31 for AI SDK v5 support.
+3 moreshow less
- ›Adds configurable timeout for MCP tool calls to prevent hanging requests.
- ›Adds configurable CORS hosts.
- ›Adds model variants support to the desktop app.