[0.11.0] - 2026-02-23
Added
- Background mode toggle in clarify TUI: Press
bto toggle background/async execution for any mode (single, parallel, chain). Shows[b]g:ONin footer when enabled. Previously async execution required programmaticclarify: false, async: true— now users can interactively choose background mode after previewing/editing parameters. --bgflag for slash commands:/run scout "task" --bg,/chain scout "task" -> planner --bg,/parallel scout "a" -> scout "b" --bgnow run in background without needing the TUI.
Fixed
- Task edits in clarify TUI were lost when launching in background mode if no other behavior (model, output, reads) was modified. The async handoff now always applies the edited template.