Anthropic's command-line programming tool, Claude Code, has officially launched the "Agent View" feature today, aiming to address the challenges of window management and context switching faced by developers when handling multiple parallel AI programming tasks. As a new interactive interface in "research preview" status, Agent View allows developers to centrally manage all running AI programming sessions through a single view, significantly improving the scheduling efficiency of large-scale concurrent tasks.

Anthropic, Claude, claude

Before this update, developers often relied on terminal tabs or tmux split screens for physical segmentation when handling multiple concurrent tasks, leading to excessive cognitive load and difficulty in tracking task progress in real time. By triggering the left arrow key within a session or executing the claude agents command, developers can enter the Agent View overview interface. This interface displays the status of each session at the line level, including "waiting for response," "running," and "completed," achieving transparent task progress management.

QQ20260512-094307.jpg

On the technical level, the core breakthrough of Agent View lies in achieving "seamless interaction." After selecting a specific session, developers can preview the latest progress without switching to a full window; for tasks requiring decisions, they can directly input commands within the overview interface, ensuring task continuity. Additionally, the newly added background processing capabilities further enhance automation: users can use the /bg command to move the current task to the background, or use claude --bg to start a background session directly.