v1.18.2
YassKhazzan/openperplex_backend_osv1.18.2Jul 15, 2026by opencode-agent[bot]
AI Summary
v1.18.2 introduces keyboard shortcuts and fixes critical issues regarding subagent logic, UI visibility, and session data handling.
Key Highlights
- Added `Mod+N` as another shortcut for opening a new tab.
- Stopped subagents from launching nested subagents by default with a configurable depth limit.
- Restored the Help button in release builds.
- Preserved sessions with `null` archive times instead of dropping them from the list.
New Features
- Mod+N shortcut for new tabs
- Configurable `subagent_depth` limit
Full Release Notes
## Core ### Bugfixes - Stopped subagents from launching nested subagents by default, with a configurable `subagent_depth` limit when needed. - Improved default reasoning depth for Meta models. ## Desktop ### Improvements - Added `Mod+N` as another shortcut for opening a new tab. ### Bugfixes - Restored the Help button in release builds. - Kept sessions with `null` archive times visible instead of dropping them from the home list. - Hid the drawer close button on Windows where it conflicts with the window chrome. **Thank you to 1 community contributor:** - @BB-84C: - fix(core): tolerate AlreadyExists in FSUtil.ensureDir (#36542)