[0.17.5] - 2026-04-23
Added
- Added subagent control activity state for foreground and async runs, including
starting/active/quiet/stalled/pausedtracking, compact stalled/recovered/paused control events, and an in-toolaction: "interrupt"soft interrupt that pauses the current child turn without adding another top-level tool.
Changed
- Updated bundled agents to use
openai-codex/gpt-5.5defaults, withscoutonopenai-codex/gpt-5.5-miniandoracle-executoronopenai-codex/gpt-5.5:xhigh.
Fixed
- Async/background status token reporting now falls back to in-memory model-attempt usage when detached runs do not produce session
.jsonlfiles, which also preserves token totals across model fallback retries. - Non-Windows subagent launches now use plain
piagain instead of reusing the current CLI script path, avoiding runs that get confused by installeddist/cli.jsentrypoints.