v1.18.11

rapidaai/voice-aiv1.18.11Aug 1, 2026by opencode-agent[bot]

AI Summary

This release addresses stability issues in MCP connections and fixes various desktop UI bugs including link handling and session tab states.

Key Highlights

  • Fixed MCP SSE connection reconnect loops
  • Fixed provider model configs with reasoning fields
  • Desktop external links open in system browser

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)