v1.18.7

unclecode/crawl4aiv1.18.7Jul 27, 2026by opencode-agent[bot]

AI Summary

Primarily a bugfix release addressing UI layout issues on macOS, command palette behavior, and project selector usability.

Key Highlights

  • Fixed extra titlebar inset in fullscreen mode on macOS
  • Prevented command palette entries from reappearing incorrectly when shadowed commands are removed
  • Added scrolling to the project selector dropdown when the list is long

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)