OpenCode v1.15.2: Reduced Prompting & Sync Fixes
OpenCode v1.15.2 cuts unnecessary prompts in core workflows, fixes sync event routing for project-scoped subscribers, and improves pinned session ordering in the TUI.
TL;DR
- Fewer unnecessary prompts in shell, task, and todo workflows
- Fixed sync events for project-scoped subscribers in injected instances
- Pinned sessions now stay at the end of the list instead of jumping to top
- Fixed
opencode run --agentresolving project-local agents
New
- Nix support — community contributor added opencode-electron derivation for Nix package management
Improved
- Shell, task, and todo flows — reduced unnecessary prompting to streamline common workflows
- Pinned session ordering — newly pinned sessions now stay at the end of the pinned list instead of jumping to the top
Fixed
- Sync events — fixed sync events not reaching project-scoped subscribers in injected instances
- Agent resolution — fixed
opencode run --agentresolving project-local agents correctly
Update via: npm install -g opencode@latest or your preferred package manager.
Source: OpenCode