[0.17.2] - 2026-04-21
Added
- Added
forceTopLevelAsyncso depth-0 delegated runs can be forced into background mode withclarify: false, while nested runs keep their existing behavior.
Fixed
- Background completion notifications now render
(no output)instead of a blank body when a completion summary is empty or whitespace-only. - Async status and token reporting now rerender more reliably when cleanup state changes, read token usage from
message.usage, and prefer the newest session file when multiple async session files exist. - Async/background startup now fails fast for invalid resolved
cwdvalues and spawn failures instead of reporting false launch success. - Sync and async runner paths now drain stuck child processes in bounded time, covering both post-exit stdio holders and children that emit a final message but never exit.