OpenCode v1.1.38: Parallel Execution & TUI Fixes
OpenCode v1.1.38 fixes parallel execution overhead, prevents TaskTool memory leaks, and adds experimental OpenTUI markdown support.
TL;DR
- Fixed AGENTS.md being loaded multiple times during parallel tool execution
- Experimental OpenTUI markdown component added to app
- TaskTool unsubscribe cleanup now guaranteed
New
- Experimental OpenTUI markdown component — New markdown rendering option available behind experimental flag for improved UI consistency
Fixed
- AGENTS.md duplicate loading — Prevented multiple loads during parallel tool execution, reducing unnecessary overhead
- TaskTool subscription leak — Ensured PartUpdated unsubscribe is always called to prevent memory leaks
- CLI wordmark branding — Restored proper brand integrity of the CLI wordmark display
Update with: npm install opencode@1.1.38 or check the release page for your package manager.
Source: OpenCode