BuildSpeak每日 builder 文摘
今日归档生词本关于
📰 博客Claude Blog· 2026 年 4 月 14 日· 522 词 · 约 3 分钟

Redesigning Claude Code on desktop for parallel agents

SPACE 播放 / 暂停·←→ 上一句 / 下一句
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. 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. 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: 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. 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. 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. 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. Under the hood, the app has been rebuilt for reliability and speed, and now streams responses as Claude generates them. 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. Download the app , or update and restart if you already have it. Explore the documentation to learn more.
它包括一个用于管理多个 session(会话)的新侧边栏、一个用于排列工作区的拖放式布局、集成的 terminal(终端)和文件编辑器,以及性能和易用性方面的改进。全新的桌面体验:对许多开发者来说,agentic work(agent 式工作)的形态已经改变。你不再是输入一个 prompt(提示词)然后等待。你会在一个 repo 里发起一次重构,在另一个 repo 里修复一个 bug,在第三个 repo 里进行一轮测试编写;随着结果陆续返回,你会逐个查看,在偏离预期时进行引导,并在发布前审查 diff(变更差异)。这个新应用正是为如今 agentic coding(agent 式编程)的真实体验而构建的:许多任务同时进行,而你坐在 orchestrator(编排者)的位子上。并行运行 session:新的侧边栏把所有活跃和最近的 session 都集中到一个地方。你可以在多个 repo 中同时发起工作,并在结果到达时在它们之间切换。你可以按状态、项目或环境筛选,也可以按项目对侧边栏分组,以便更快找到并恢复 session。当某个 session 的 PR 合并或关闭后,它会自动归档,这样侧边栏就能聚焦于仍在进行中的内容。当你需要在任务中途提问时,可以打开一个 side chat(侧边对话)(⌘ + ; 或 Ctrl + ;)来分出一条新的对话分支。side chat 会从主线程提取上下文,但不会把内容回写到主线程中,以避免把任务带偏。无需离开应用即可审查并发布:这次重设计把更多常用工具带进了应用中,因此你可以直接在应用里审查、微调并发布 Claude 的工作,而不必来回切换到你的编辑器:集成 terminal:在 session 旁边运行测试或构建;应用内文件编辑器:打开文件、直接进行局部修改并保存更改;更快的 diff 查看器:针对大型变更集重建,以提升性能;扩展预览:除了在预览面板中运行本地应用服务器外,还可以在应用内打开 HTML 文件或 PDF。每个面板都支持拖放。你可以按自己的工作方式,把 terminal、预览、diff 查看器和 chat 排列成任意网格布局。适配你的技术栈:桌面应用现在已经与 CLI plugins(命令行插件)功能对齐。如果你的组织集中管理 Claude Code plugins,或者你已在本地安装了自己的插件,它们在桌面应用中的工作方式与在 terminal 中完全一致。你仍然可以在本地或云端运行 session。SSH 支持现在已从 Linux 扩展到 Mac,因此你可以在这两个平台上都将 session 指向远程机器。按你的工作方式自定义:三种视图模式——Verbose、Normal 和 Summary——让你可以在“完整透明地查看 Claude 的 tool calls(工具调用)”与“只看结果”之间调节界面。新的键盘快捷键覆盖了 session 切换、创建和导航;按 ⌘ + /(或 Ctrl + /)可查看完整列表。新的 usage(使用情况)按钮可让你一眼看到 context window(上下文窗口)和 session 使用情况。在底层,这个应用已为可靠性和速度进行了重构,现在还会在 Claude 生成响应时实时流式输出。开始使用:重新设计后的桌面应用现已面向所有使用 Pro、Max、Team 和 Enterprise 套餐的 Claude Code 用户开放,也可通过 Claude API 使用。下载该应用;如果你已经安装了它,只需更新并重启。想了解更多,请查阅文档。
原文 ↗https://claude.com/blog/claude-code-desktop-redesign
BuildSpeak — 关于本项目BUILT IN PUBLIC · 跟随 builders 而非 influencers