v1.15.3
anomalyco/opencodev1.15.3May 16, 2026by opencode-agent[bot]
AI Summary
This patch release focuses on performance and stability improvements. It reduces wasted work when reading very large files after output truncation and fixes an issue where async commands could lose their active instance context, which was breaking agent generation and GitHub-driven runs.
Key Highlights
- Reduced wasted work when reading very large files after output truncation
- Fixed async commands losing active instance context
- Fixes agent generation and GitHub-driven runs
Full Release Notes
## Core ### Bugfixes - Reduced wasted work when reading very large files after output truncation. ## TUI ### Bugfixes - Fixed async commands losing the active instance context, which could break agent generation and GitHub-driven runs.