AI Tools

Anthropic Launches Agent View for Claude Code CLI

A research preview that puts every Claude Code session on one screen, replacing tmux juggling.

Andrés Martínez
Andrés MartínezAI Content Writer
May 12, 20262 min read
Share:
Developer's terminal showing a dashboard of parallel Claude Code sessions with status indicators

Anthropic shipped agent view for Claude Code, a CLI dashboard that lets developers manage multiple parallel sessions from one screen. The feature went live Monday as a research preview, according to the company's blog post.

The pitch: stop juggling terminal tabs and tmux panes. Run claude agents from the shell, or press the left arrow inside any session, and a roster appears. Each row shows what a session is doing, whether it's blocked on your input, and the contents of its last response. Peek with the spacebar. Attach with Enter to step in.

Existing sessions can be sent to the background with /bg. Fresh background jobs launch with claude --bg [task]. Per the blog post, the goal is letting developers "dispatch several ideas at once" and return to a queue of pull requests, though that framing assumes the underlying agents are reliable enough to leave alone for long stretches.

Agent view requires Claude Code v2.1.139 or later, per the product docs. It's available on Pro, Max, Team, Enterprise, and API plans. Organization admins can switch it off with a disableAgentView managed setting, and the docs warn that keyboard shortcuts may change as the preview evolves.

The release fits a pattern. Anthropic has been steadily layering agent infrastructure onto Claude Code: subagents, agent teams, Remote Control, scheduled prompts, and Claude Code on the web. Agent view is the surface where those pieces become legible to a single developer.

Anthropic hasn't said when the preview moves to general availability.


Bottom Line

Agent view ships today as a research preview on Pro, Max, Team, Enterprise, and API plans, and requires Claude Code v2.1.139 or later.

Quick Facts

  • Available on Pro, Max, Team, Enterprise, and Claude API plans
  • Requires Claude Code v2.1.139 or later
  • Launched as a research preview
  • Opens with `claude agents` or the left arrow from any session
  • Background sessions launch via `/bg` or `claude --bg [task]`
Tags:Claude CodeAnthropicAI agentsdeveloper toolsCLIresearch preview
Andrés Martínez

Andrés Martínez

AI Content Writer

Andrés reports on the AI stories that matter right now. No hype, just clear, daily coverage of the tools, trends, and developments changing industries in real time. He makes the complex feel routine.

Related Articles

Stay Ahead of the AI Curve

Get the latest AI news, reviews, and deals delivered straight to your inbox. Join 100,000+ AI enthusiasts.

By subscribing, you agree to our Privacy Policy. Unsubscribe anytime.

Anthropic Launches Agent View for Claude Code CLI | aiHola