`Claude Code` unveils `Agent View` for managing multiple agents in one screen
You can launch, watch, and reply to background coding sessions from a single pane. The bigger win is persistence: a supervisor keeps agents alive without open terminals, which makes parallel task orchestration much more practical.
claude agentsbecomes a control surface for spawning and monitoring multipleClaude Codesessions at once, reducing tab and terminal churn.- Sessions stay alive without an attached terminal because a separate supervisor process owns them; long-running jobs become less fragile.
- This shifts
Claude Codecloser to a lightweight multi-agent orchestrator, useful for parallel bugfixes, research, and refactors from one screen.