v1.18.11
anomalyco/opencodev1.18.11Aug 1, 2026by opencode-agent[bot]
AI Summary
This release focuses on bug fixes for Core and Desktop components, addressing connection stability, session state, and UI alignment issues.
Key Highlights
- Fixed MCP SSE connections getting stuck in reconnect loops after server error responses.
- Fixed provider model configs that use interleaved reasoning fields like `reasoning_text`.
- Desktop improvements: Open external links in system browser, fixed file tree clipping.
- Community contributions from @OpeOginni and @devennavani.
Full Release Notes
## Core ### Bugfixes - Stopped MCP SSE connections from getting stuck in reconnect loops after server error responses. - Fixed provider model configs that use interleaved reasoning fields like `reasoning_text` or custom field names. ## Desktop ### Bugfixes - Open external links in the system browser instead of inside the app. - Fixed stale session tab state in the desktop title bar. (@OpeOginni) - Open the legacy directory picker at your home folder when no home path is loaded yet. - Prevent the file tree tab from clipping when resized smaller. (@OpeOginni) - Fixed debug gutter labels and values misaligning. **Thank you to 2 community contributors:** - @devennavani: - docs: add Modal provider setup (#39710) - @OpeOginni: - fix(app): prevent file tree tab clipping (#39770) - fix(app): prevent stale session tab reads (#39767) - fix(app): prevent stale prompt control reads (#39842)