You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background mode toggle in clarify TUI: Press b to toggle background/async execution for any mode (single, parallel, chain). Shows [b]g:ON in footer when enabled. Previously async execution required programmatic clarify: false, async: true — now users can interactively choose background mode after previewing/editing parameters.
--bg flag for slash commands: /run scout "task" --bg, /chain scout "task" -> planner --bg, /parallel scout "a" -> scout "b" --bg now 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.