The open source coding agent.
OpenCode v1.3.0 adds GitLab Agent Platform, git-backed session review, multistep auth, and Node.js runtime support.
$ git clone --branch v1.3.0 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.3.0
- ›Adds GitLab Agent Platform integration with automatic workflow model discovery and local tool access (file read/write, shell, etc.) over WebSocket.
- ›Adds git-backed session review modes for inspecting uncommitted changes and branch diffs directly in opencode, with git changes as the default review source.
- ›Supports multistep authentication flows in both TUI and Desktop, enabling providers like GitHub Copilot for Enterprise deployments.
- ›Adds interactive update confirmation dialog for major and minor upgrades, with the ability to skip specific versions.
- ›Adds Node.js runtime support alongside Bun, with a dedicated Node.js entry point and build script that bundles the server with database migrations.
+4 moreshow less
- ›Adds keyboard shortcut project navigation in the Desktop app (cmd+option+arrow keys).
- ›Adds file type filters and multiple file selection for file uploads in the Desktop app.
- ›Improves xAI reasoning model performance in long multi-turn conversations by switching to the responses API with encrypted content support.
- ›OAuth plan users can now access Codex instructions without whitelisting restrictions.
- !The Anthropic OAuth plugin has been removed.