# Claude Code 推出智能体视图功能

- 来源：Claude：Blog（网页）
- 发布时间：2026-05-11 00:00
- AIHOT 分数：74
- AIHOT 链接：https://aihot.virxact.com/items/cmp1qo91600s1slbpsv12ioni
- 原文链接：https://claude.com/blog/agent-view-in-claude-code

## AI 摘要

Claude Code 近日推出“智能体视图”功能，为用户提供了一个集中管理所有会话的统一界面。该功能解决了并行运行多个智能体时需要切换终端标签、管理复杂网格的痛点，允许用户一键启动新智能体并将其发送至后台运行。在视图中，用户可以直观查看每个智能体的状态（等待输入、运行中或已完成）、最后响应内容及交互时间，并支持内联回复或进入完整会话。用户可通过 `/bg` 命令或将现有会话加入后台，也可直接使用 `claude --bg [task]` 启动后台任务。此功能已作为研究预览版向 Pro、Max、Team、Enterprise 及 Claude API 用户开放。

## 正文

Agent view in Claude Code

CategoryProduct announcements

ProductClaude Code

DateMay 11, 2026

Reading time5min

ShareCopy linkhttps://claude.com/blog/agent-view-in-claude-code

Today we're introducing agent view in Claude Code: one place to manage all your Claude Code sessions.

When running agents in parallel before, you've probably had to manage multiple terminal tabs, a tmux grid, and an overloaded mental ledger of what you need to tackle next.

With agent view in Claude Code, you can kick off new agents, send them to the background, and jump in only when Claude needs you. See at a glance which agents are waiting on you, which are still working, and which are done, so you can easily steer many all at once.

How it works

Agent view improves visualizing and interacting with your Claude Code sessions in the CLI.

See everything at once

Press the left arrow from any session or run claude agents from the terminal to open agent view. Each row shows the session, whether it needs your input, the contents of its last response, and when you last interacted with it.

claude agents

Peek and reply without leaving

Select a session to peek at the last turn. If a session is waiting on a decision, answer inline and the session picks back up. Press enter to attach directly to sessions where you want to explore the full transcript.

Background anything

Lastly, users can take any existing session and add it to agent view using /bg or skip the foreground entirely using claude --bg [task] to launch a fresh session.

/bg

claude --bg [task]

How developers are using agent view

A few patterns we have seen from early users:

Scaling the number of concurrent sessions: Dispatch several ideas at once, each optionally paired with a skill, and return to a list of pull requests ready for review.

Manage long running agents: PR babysitters, dashboard updaters, and other looping jobs show their next run time right in the list.

Navigate between separate sessions: When you’re in the middle of a session, press the left arrow, start a related task or quick codebase question, then arrow right back into what you were doing. Peek shows the answer when it lands.

See what shipped: Status indicators on each row plus the title in peek make it easy to scan which sessions produced a PR.

Getting started

Agent view is available today as a Research Preview on Pro, Max, Team, Enterprise, and Claude API plans. Opt-in by running claude agents. Usual rate limits apply. See the docs for more information.

claude agents

FAQ

Related posts

Explore more product news and best practices for teams building with Claude.

Introducing routines in Claude Code

Introducing dynamic workflows in Claude Code

New in Claude Managed Agents: run agents on a schedule and store environment variables in vaults

Building intelligent apps for Apple platforms with Claude in the Foundation Models framework

Transform how your organization operates with Claude

Get the developer newsletter

Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
