Added in Claude Code 2.1.139 on May 11, 2026, Agent View is a Research Preview CLI dashboard for every Claude Code session: running, blocked on you, or done. /goal is the companion command in the same release: set a completion condition and Claude keeps working across turns, with elapsed time, turns, and token usage...
Research answer

Create a landscape editorial hero image for this Studio Global article: What is Anthropic’s new Agent View for Claude Code, how does it help developers manage multiple AI coding sessions from one command-line das. Article summary: Anthropic’s Agent View is a Research Preview feature in Claude Code that gives developers one command-line dashboard for all Claude Code sessions: running, waiting for input, or completed. It was added in Claude Code 2.1. Topic tags: general, general web, user generated. Reference image context from search candidates: Reference image 1: visual subject "Anthropic redesigned Claude Code on the desktop, now tailoring the interface to better accommodate running parallel agents and tasks. When a session's associated pull request merge" source context "Anthropic gives Claude Code a multi-agent upgrade | The Deep View" Reference image 2: visual subject "Anthropic rede
Anthropic’s Agent View is designed for a specific pain point in AI-assisted development: once developers run more than one Claude Code session, the work itself can become easier than tracking which agent is still working, which one needs input, and which one finished.
In Claude Code 2.1.139, the official changelog describes Agent View as a Research Preview that provides “a single list of every Claude Code session” across three states: running, blocked on the user, or done. The same changelog says developers can start it with claude agentsclaude --version.
Agent View is a command-line dashboard for Claude Code background sessions. Instead of treating each agent run as a separate terminal thread to monitor manually, it collects sessions into one screen showing what is currently running, what needs the developer’s input, and what has completed .
The official Agent View documentation says it is opened with:
claude agentsFrom that view, developers can dispatch new sessions, watch their state at a glance, and step into a session only when it needs attention . The docs also state that sessions can keep running in the background without a terminal attached, which is the core workflow shift: Claude Code sessions become background work items that can be supervised from one place
.
Agent View is most useful when Claude can work on several independent tasks at once. Anthropic’s documentation gives examples such as fixing a bug, reviewing a pull request, or investigating a log . In those cases, the developer’s job is less about typing continuously into one chat and more about coordinating parallel work.
That coordination is exactly what Agent View targets. Without a shared dashboard, developers may need to switch between terminal tabs, panes, or transcripts to find out which session is blocked and which is still making progress. Agent View centralizes that status information so the developer can intervene only when a session needs input . Testing Catalog similarly describes the feature as a command-line control center for parallel Claude Code work, including launching agents, sending sessions to the background, checking running tasks, and jumping back into full sessions when needed
.
claude agentsFor users on Claude Code 2.1.139 or later, the basic flow is simple:
claude --version
claude agentsThe first command checks the installed Claude Code version, and the second opens Agent View . Once inside, the dashboard shows the consolidated session list rather than requiring the developer to inspect each session separately
.
Agent View surfaces three practical states:
That makes Agent View less like a new model feature and more like operational tooling for managing multiple AI coding processes.
/goal fits into Claude Code 2.1.139Agent View was not the only developer-facing addition in Claude Code 2.1.139. The same official changelog also added /goal, a command that lets the developer set a completion condition so Claude keeps working across turns until that condition is met .
The changelog says /goal works in interactive mode, -p, and Remote Control, and shows live elapsed time, turn count, and token usage in an overlay panel . In practice, the two features complement each other:
/goal gives a session a defined stopping condition, while Agent View gives the developer a way to monitor multiple sessions from one command-line dashboard.
The official availability requirement in the provided sources is Claude Code version 2.1.139 or later. Users can verify their installed version with claude --versionclaude agents.
Some third-party coverage reports plan-level availability on Pro, Max, Team, Enterprise, and Claude API plans . The official changelog excerpt provided here, however, frames access around the Claude Code version rather than plan eligibility, so teams should confirm access in their own Claude Code environment before standardizing workflows around it
.
Agent View turns Claude Code into a more manageable tool for parallel AI coding work. It does not change the basic need for developers to supervise, respond, and review; it changes where that supervision happens. Instead of watching scattered sessions one by one, developers on Claude Code 2.1.139 or later can use claude agents.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Added in Claude Code 2.1.139 on May 11, 2026, Agent View is a Research Preview CLI dashboard for every Claude Code session: running, blocked on you, or done.
Added in Claude Code 2.1.139 on May 11, 2026, Agent View is a Research Preview CLI dashboard for every Claude Code session: running, blocked on you, or done. /goal is the companion command in the same release: set a completion condition and Claude keeps working across turns, with elapsed time, turns, and token usage shown in an overlay.
The feature is best suited to parallel, independent coding tasks such as bug fixes, pull request review, or log investigation, where developers need to supervise several AI sessions without juggling terminal tabs.