v1.18.7

rapidaai/voice-aiv1.18.7Jul 27, 2026by opencode-agent[bot]

AI Summary

A desktop-focused patch release addressing macOS fullscreen rendering issues and UI interaction bugs in the command palette and project selector.

Key Highlights

  • Fixed fullscreen titlebar inset issue on macOS.
  • Fixed command palette entries incorrectly reappearing when commands are removed.
  • Added scrolling functionality to the project selector dropdown for long lists.

Full Release Notes

## Desktop
### Bugfixes
- Remove the extra titlebar inset in fullscreen on macOS.
- Keep command palette entries from reappearing incorrectly when shadowed commands are removed.
- Add scrolling to the project selector dropdown when the list is long. (@david1gp)

**Thank you to 2 community contributors:**
- @ProdigyRahul:
  - fix(ui): keep mutable selects open (#39027)
- @david1gp:
  - fix(app): add scroll to project selector dropdown (#39016)