The Verge:AI(RSS)Aioga 编辑团队2026-09-17T18:58:05.000Z热度 58
Anthropic 重启 Claude Code 的 Projects 功能,让多个 Agent 在云端共享记忆、目标和文件库协作。
行业动态The Verge:AI(RSS)
今日 AI 情报摘要
Anthropic 重启 Claude Code 的 Projects 功能,让多个 Agent 在云端共享记忆、目标和文件库协作。
中文正文 · AI 翻译
Claude Code 中经过改造的项目功能:https://claude.com/blog/projects-redesigned 允许用户在同一平台下运行多个智能体,共享记忆、目标以及文件和工件库。类似于 Grok Bot:/ai-artificial-intelligence/978666/spacexai-grok-bot-ai-agent-beta-launch 以及其他管理 AI 智能体群组的工具,每个项目都有“线程”并行运行不同任务,由一个“协调器”进行指挥:
在底层,每个线程都是一个 Claude Code 云会话,在自己的分支和仓库副本上工作。协调器保持工作有序,但如果任何线程处理相同代码,重叠部分将像任何其他 PR 一样以合并冲突的方式解决。每个线程在需要时还可以使用子智能体、循环和工作流程将其分配的工作进一步拆分,以便更大的任务更快完成。
The revamped projects feature:https://claude.com/blog/projects-redesigned in Claude Code allows users to run multiple agents under the same roof, with a shared memory, goals, and library of files and artifacts. Similar to Grok Bot:/ai-artificial-intelligence/978666/spacexai-grok-bot-ai-agent-beta-launch and other tools that manage groups of AI agents, each project has “threads” running different tasks in parallel, with a “coordinator” directing everything:
Under the hood, each thread is a Claude Code cloud session working on its own branch and copy of the repo. The coordinator keeps work organized, but if any threads work on the same code, the overlap is resolved as a merge conflict just like any other PR. Each thread can further split its delegated work into pieces using subagents, loops, and workflows when needed so large assignments finish faster.