January 8, 2026
New: CLI Subagents
As workflows grow more complex, a single agent in the CLI becomes a bottleneck. Tasks that could run in parallel — like analyzing code, running tests, and preparing changes — end up serialized, harder to reason about, and slower to complete.
CLI subagents let you split work into focused, concurrent agents — all managed from one CLI session.
What’s new
- Run multiple subagents in parallel from the CLI
- Assign clear, scoped responsibilities per agent
- Automatically share context without manual setup
- Improved isolation, observability, and control
Why it matters
CLI subagents reduce coordination overhead and speed up execution by letting agents do what humans already do: divide work and run it in parallel.