v1.18.11

JinhuaLiang/WavCraftv1.18.11Aug 1, 2026by opencode-agent[bot]

AI Summary

This release focuses on bug fixes for the core application and desktop client, addressing connection stability, configuration issues, and UI alignment problems.

Key Highlights

  • Fixed MCP SSE connections from getting stuck in reconnect loops after server errors.
  • Resolved provider model config issues related to interleaved reasoning fields.
  • Desktop improvements include opening external links in the system browser and preventing file tree tab clipping.
  • Fixed stale session tab state and debug gutter misalignments.

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)