v1.18.7

JinhuaLiang/WavCraftv1.18.7Jul 27, 2026by opencode-agent[bot]

AI Summary

Fixes specific rendering bugs on macOS and command palette interaction issues, along with improving the usability of the project selector dropdown.

Key Highlights

  • Remove the extra titlebar inset in fullscreen on macOS
  • Fixed command palette entries reappearing incorrectly
  • 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)