v1.18.2

anomalyco/opencodev1.18.2Jul 15, 2026by opencode-agent[bot]

AI Summary

This release fixes subagent launching issues, restores UI elements, and adds a new keyboard shortcut for tab management.

Key Highlights

  • Stopped subagents from launching nested subagents by default with a configurable limit.
  • Added `Mod+N` as a shortcut for opening a new tab.
  • Restored the Help button in release builds.
  • Kept sessions with null archive times visible.

New Features

  • Configurable `subagent_depth` limit
  • `Mod+N` shortcut for new tabs

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)