Skip to content

v0.11.0

Choose a tag to compare

@nicobailon nicobailon released this 23 Feb 21:49
· 174 commits to main since this release

[0.11.0] - 2026-02-23

Added

  • 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.