Added
- Added top-level parallel task support for per-task
output,reads, andprogress, including/parallelinline forwarding and async preservation. - Added
/agentslaunch toggles for forked context, background execution, and worktree-isolated parallel runs. - Added a read-only detail view to
/subagents-statusfor inspecting selected async runs, including recent events, output tails, and useful run paths. - Added a packaged
/parallel-reviewprompt template for launching fresh-context adversarial review subagents.
Fixed
- Parallel and chain child runs now detach cleanly when a child uses intercom, preventing incoming handoff messages from aborting the parent foreground run.