The open source coding agent.
OpenCode v1.0.57 adds web and codesearch tools plus project ID caching for faster git-based workflows.
$ git clone --branch v1.0.57 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.57
- ›Adds web and codesearch tools for use within OpenCode sessions.
- ›Caches project ID in the root git folder for improved performance.
- ›Keeps the session dot visible in the list for the currently active session.
- ›Upgrades the toast notification system.
- ›Updates the code editor dark mode appearance.
1 more release in this issue · 2025-11-11
OpenCode v1.0.56 adds inline LSP diagnostics, web search, code search, and thinking block support in the TUI.
$ git clone --branch v1.0.56 https://github.com/sst/opencode.git # already have the repo? check out this version: $ git checkout v1.0.56
- ›Adds inline LSP diagnostics in the TUI file viewer, surfacing type errors and compilation issues without leaving the interface.
- ›Adds web search and code search tools for use during sessions.
- ›Adds support for reading thinking blocks in the TUI.
- ›Improves todo synchronization.
- ›Enhances session selection UI to keep the current active session visible in the list.
+1 moreshow less
- ›Upgrades toast notification system for better user feedback.