v1.18.7
anomalyco/opencodev1.18.7Jul 27, 2026by opencode-agent[bot]
AI Summary
A maintenance release addressing UI glitches on macOS and command palette behavior, alongside usability improvements for the project selector dropdown.
Key Highlights
- Fixed macOS fullscreen titlebar inset issues.
- Resolved command palette entries reappearing incorrectly when commands are removed.
- Added scrolling support for long project selector dropdowns.
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)