The open source coding agent.
OpenCode v1.0.208 adds Bedrock region/bearer-token config, .claude/skills support, local plugin deps, and desktop image previews.
$ git clone --branch v1.0.208 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.208
- ›Adds support for
regionandbearer tokenconfiguration in Amazon Bedrock provider. - ›Adds support for
.claude/skillsdirectory for organizing reusable skill definitions. - ›Installs local plugin dependencies from
package.jsonautomatically. - ›Adds auto-accept edits toggle in the desktop application.
- ›Adds image preview and deduplication for file uploads in the desktop application.
+2 moreshow less
- ›Adds project editing functionality in the desktop application.
- ›Makes authentication URLs clickable regardless of line wrapping in the TUI.
1 more release in this issue · 2025-12-29
OpenCode v1.0.207 adds theme preview and includes CWD in local MCP transport.
$ git clone --branch v1.0.207 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.207
- ›Adds theme preview so users can see how a theme looks before applying it.
- ›Includes the current working directory in local MCP transport, giving MCP servers proper project context.