Claude Code 桌面版改版:支持并行多会话与拖拽布局
Redesigning Claude Code on desktop for parallel agentsApril 14, 2026
Redesigning Claude Code on desktop for parallel agents
重新设计桌面版 Claude Code,支持并行代理
Today, we're releasing a redesign of the Claude Code desktop app, built to help you run more Claude Code tasks at once.
今天,我们发布了 Claude Code 桌面应用的重设计版本,旨在帮助您同时运行更多 Claude Code 任务。
Download app
下载应用
Download appDownload app
下载应用下载应用
Read documentation
阅读文档
Read documentationRead documentation
阅读文档阅读文档
- Category
- Claude Code
- Product announcements
- Product
- Claude Code
- Date
- April 14, 2026
- Reading time
- 5
- min
- Share
- Copy link
- https://claude.com/blog/claude-code-desktop-redesign
- 类别
- Claude Code
- 产品公告
- 产品
- Claude Code
- 日期
- 2026年4月14日
- 阅读时间
- 5
- 分钟
- 分享
- 复制链接
- https://claude.com/blog/claude-code-desktop-redesign
It includes a new sidebar for managing multiple sessions, a drag-and-drop layout for arranging your workspace, an integrated terminal and file editor, plus performance and quality-of-life improvements.
它包括一个新的侧边栏用于管理多个会话,一个拖放式布局来安排您的工作区,集成的终端和文件编辑器,以及性能和体验上的改进。
The new desktop experience
新的桌面体验
For many developers, the shape of agentic work has changed. You're not typing one prompt and waiting. You're kicking off a refactor in one repo, a bug fix in another, and a test-writing pass in a third, checking on each as results come in, steering when something drifts, and reviewing diffs before you ship.
对于许多开发者来说,代理式工作的形态已经改变。您不再只是输入一个提示并等待。您可能在一个仓库中启动重构,在另一个仓库中修复 bug,在第三个仓库中编写测试,随着结果到来检查每个任务,在出现偏差时进行引导,并在发布前审查差异。
The new app is built for how agentic coding actually feels now: many things in flight, and you in the orchestrator seat.
新应用是为适应当前代理式编码的实际感受而构建的:多任务并行,而您处于指挥者的位置。
Run sessions in parallel
并行运行会话
The new sidebar puts every active and recent session in one place. Kick off work across multiple repos and move between them as results arrive.
新的侧边栏将所有活动会话和最近会话集中在一个地方。启动跨多个仓库的工作,并在结果到来时在它们之间切换。
You can filter by status, project, or environment, or group the sidebar by project to find and resume sessions faster. When a session's PR merges or closes, it archives itself so the sidebar stays focused on what's live.
你可以按状态、项目或环境进行筛选,或按项目对侧边栏进行分组,以便更快地找到并恢复会话。当会话的拉取请求合并或关闭时,它会自动归档,使侧边栏专注于当前活跃的内容。
When you need to ask a question mid-task, you can open a side chat (⌘ + ; or Ctrl + ;) to branch off a conversation. Side chats pull context from the main thread, but don’t add anything back to the thread, to avoid misdirecting your tasks.
当你在任务中途需要提问时,可以打开侧边聊天(⌘ + ; 或 Ctrl + ;)来分支对话。侧边聊天会从主线程中提取上下文,但不会向线程添加任何内容,以避免误导你的任务。
Review and ship without leaving the app
无需离开应用即可审查并发布
The redesign brings more commonly-used tools into the app, so you can review, tweak, and ship Claude's work without bouncing to your editor:
重新设计将更多常用工具集成到应用中,让你无需切换到编辑器即可审查、调整和发布 Claude 的工作成果:
- Integrated terminal: Run tests or builds alongside your session.
- In-app file editor: Open files, make spot edits directly, and save changes.
- Faster diff viewer: Rebuilt for performance on large changesets.
- Expanded preview: Open HTML files or PDFs in-app, in addition to running local app servers in the preview pane.
- 集成终端:在会话旁边运行测试或构建。
- 应用内文件编辑器:打开文件,直接进行局部编辑,并保存更改。
- 更快的差异查看器:针对大型变更集进行了性能重建。
- 扩展预览:在应用内打开 HTML 文件或 PDF,此外还可在预览窗格中运行本地应用服务器。
Every pane is drag-and-drop. Arrange the terminal, preview, diff viewer, and chat in whatever grid matches how you work.
每个窗格都支持拖放。你可以将终端、预览、差异查看器和聊天排列成适合你工作方式的网格。
Fits your stack
适配你的技术栈
The desktop app now has parity with CLI plugins. If your org manages Claude Code plugins centrally, or you've installed your own locally, they work in the desktop app exactly the way they do in your terminal.
桌面应用现在与 CLI 插件具有同等功能。如果你的组织集中管理 Claude Code 插件,或者你已在本地安装了自己的插件,它们在桌面应用中的工作方式与在终端中完全相同。
You can still run sessions locally or in the cloud. SSH support now extends to Mac alongside Linux, so you can point sessions at remote machines from either platform.
你仍然可以在本地或云端运行会话。SSH 支持现在扩展到 Mac 和 Linux,因此你可以从任一平台将会话指向远程机器。
Customize for how you work
根据你的工作方式进行自定义
Three view modes—Verbose, Normal, and Summary—let you dial the interface from full transparency into Claude's tool calls to just the results. New keyboard shortcuts cover session switching, spawning, and navigation; press ⌘ + / (or Ctrl + /) to see the full list. A new usage button shows both your context window and session usage at a glance.
三种视图模式——详细、普通和摘要——让你可以将界面从完全透明地显示 Claude 的工具调用调整到仅显示结果。新的键盘快捷键涵盖会话切换、创建和导航;按 ⌘ + /(或 Ctrl + /)查看完整列表。新的使用量按钮可一目了然地显示你的上下文窗口和会话使用情况。
Under the hood, the app has been rebuilt for reliability and speed, and now streams responses as Claude generates them.
在底层,应用已针对可靠性和速度进行了重建,现在会在 Claude 生成响应时流式传输。
Getting started
开始使用
The redesigned desktop app is available now for all Claude Code users on Pro, Max, Team, and Enterprise plans, and via the Claude API.
重新设计的桌面应用现已面向所有 Pro、Max、Team 和 Enterprise 计划的 Claude Code 用户提供,也可通过 Claude API 使用。
Download the app, or update and restart if you already have it. Explore the documentation to learn more.
下载应用,或如果你已有应用,请更新并重启。浏览文档以了解更多信息。
No items found.
未找到项目。
PrevPrev
上一页上一页
0/5
0/5
NextNext
下一页下一页
eBook
电子书
FAQ
常见问题
No items found.
未找到项目。
Get Claude Code
获取Claude Code
curl -fsSL https://claude.ai/install.sh | bash
curl -fsSL https://claude.ai/install.sh | bash
Copy command to clipboard
复制命令到剪贴板
irm https://claude.ai/install.ps1 | iex
irm https://claude.ai/install.ps1 | iex
Copy command to clipboard
复制命令到剪贴板
Or read the documentation
或阅读文档
Try Claude Code
试用Claude Code
Try Claude CodeTry Claude Code
试用Claude Code试用Claude Code
Developer docs
开发者文档
Developer docsDeveloper docs
开发者文档开发者文档
Related posts
相关文章
Explore more product news and best practices for teams building with Claude.
探索更多产品新闻和团队使用Claude的最佳实践。
Aug 28, 2026
2026年8月28日
Claude for Teachers, now available for U.S. K-12 schools and districts
Claude for Teachers,现已面向美国K-12学校和学区开放
Product announcements
产品公告
Claude for Teachers, now available for U.S. K-12 schools and districtsClaude for Teachers, now available for U.S. K-12 schools and districts
Claude for Teachers,现已面向美国K-12学校和学区开放Claude for Teachers,现已面向美国K-12学校和学区开放
Claude for Teachers, now available for U.S. K-12 schools and districtsClaude for Teachers, now available for U.S. K-12 schools and districts
Claude for Teachers,现已面向美国K-12学校和学区开放Claude for Teachers,现已面向美国K-12学校和学区开放
Aug 26, 2026
2026年8月26日
Claude gets its own browser in Cowork
Claude在Cowork中拥有了自己的浏览器
Product announcements
产品公告
Claude gets its own browser in CoworkClaude gets its own browser in Cowork
Claude在Cowork中拥有了自己的浏览器Claude在Cowork中拥有了自己的浏览器
Claude gets its own browser in CoworkClaude gets its own browser in Cowork
Claude在Cowork中拥有了自己的浏览器Claude在Cowork中拥有了自己的浏览器
Aug 26, 2026
2026年8月26日
Claude in Chrome is generally available
Claude在Chrome中正式可用
Product announcements
产品公告
Claude in Chrome is generally available Claude in Chrome is generally available
Claude 在 Chrome 中正式可用
Claude in Chrome is generally available Claude in Chrome is generally available
Claude 在 Chrome 中正式可用
Aug 21, 2026
2026年8月21日
The AI-Native SDLC playbook
AI 原生 SDLC 手册
Enterprise AI
企业 AI
The AI-Native SDLC playbookThe AI-Native SDLC playbook
AI 原生 SDLC 手册
The AI-Native SDLC playbookThe AI-Native SDLC playbook
AI 原生 SDLC 手册
Transform how your organization operates with Claude
使用 Claude 改变您的组织运作方式
See pricing
查看定价
See pricingSee pricing
查看定价
Contact sales
联系销售
Contact salesContact sales
联系销售
Get the developer newsletter
获取开发者通讯
Product updates, how-tos, community spotlights, and more. Delivered monthly to your inbox.
产品更新、操作指南、社区亮点等。每月发送到您的邮箱。
SubscribeSubscribe
订阅
Please provide your email address if you'd like to receive our monthly developer newsletter. You can unsubscribe at any time.
如果您希望接收我们的月度开发者通讯,请提供您的电子邮件地址。您可以随时取消订阅。
Thank you! You’re subscribed.
谢谢!您已订阅。
Sorry, there was a problem with your submission, please try again later.
抱歉,您的提交出现问题,请稍后重试。
更进一步:量化金融体系
看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力