[{"data":1,"prerenderedAt":562},["ShallowReactive",2],{"header-counts":3,"footer-counts":6,"news-2026-cursor-2-0-release":9},{"tools":4,"reviews":5},65,7,{"tools":4,"reviews":5,"playbooks":7,"news":8},10,8,{"id":10,"title":11,"body":12,"cover":551,"description":552,"extension":553,"meta":554,"navigation":187,"path":555,"published":556,"seo":557,"sourceName":558,"sourceUrl":559,"stem":560,"__hash__":561},"news\u002Fnews\u002F2026\u002Fcursor-2-0-release.md","Cursor 2.0 发布：Multi-Agent 模式 + Composer 重构",{"type":13,"value":14,"toc":538},"minimark",[15,19,54,57,62,66,71,82,87,154,159,223,228,239,243,246,251,283,289,293,391,394,397,401,407,481,486,497,501,504,507,510,513,534],[16,17,18],"h2",{"id":18},"要点",[20,21,22,30,36,42,48],"ul",{},[23,24,25,29],"li",{},[26,27,28],"strong",{},"Multi-Agent 模式","：一个任务拆分给多个 Agent 并行处理，各自负责不同文件，最后合并",[23,31,32,35],{},[26,33,34],{},"Composer 重构","：从侧边栏升级为全屏多文件编辑器，支持 diff review",[23,37,38,41],{},[26,39,40],{},"Background Tasks","：长任务后台执行，完成后通知",[23,43,44,47],{},[26,45,46],{},"定价调整","：Pro $20→$24\u002Fmo，新增 Ultra $50\u002Fmo（含无限 Fast 请求）",[23,49,50,53],{},[26,51,52],{},"MCP 增强","：原生支持 MCP Server 市场，一键安装",[16,55,56],{"id":56},"核心升级解读",[58,59,61],"h3",{"id":60},"_1-multi-agent-模式最大亮点","1. Multi-Agent 模式（最大亮点）",[63,64,65],"p",{},"这是 2.0 的核心突破——把一个任务拆成多个子任务，分配给多个 AI Agent 并行处理。",[63,67,68],{},[26,69,70],{},"工作原理：",[72,73,78],"pre",{"className":74,"code":76,"language":77},[75],"language-text","传统模式（1.5 及之前）：\n┌─────────────────────────────────┐\n│  Agent (单线程)                  │\n│  ┌─────────────────────────┐   │\n│  │ 1. 读取文件 A           │   │\n│  │ 2. 修改文件 A           │   │\n│  │ 3. 读取文件 B           │   │\n│  │ 4. 修改文件 B           │   │\n│  │ 5. 读取文件 C           │   │\n│  │ 6. 修改文件 C           │   │\n│  │ 7. ...                 │   │\n│  └─────────────────────────┘   │\n└─────────────────────────────────┘\n耗时：10 分钟（串行）\n\nMulti-Agent 模式（2.0）：\n┌─────────────────────────────────┐\n│  Orchestrator (任务协调器)        │\n│  ├── Agent 1: 处理文件 A, B     │\n│  ├── Agent 2: 处理文件 C, D     │\n│  ├── Agent 3: 处理文件 E, F     │\n│  └── Agent 4: 处理文件 G, H     │\n└─────────────────────────────────┘\n耗时：2 分钟（并行）\n","text",[79,80,76],"code",{"__ignoreMap":81},"",[63,83,84],{},[26,85,86],{},"实测效果：",[88,89,90,109],"table",{},[91,92,93],"thead",{},[94,95,96,100,103,106],"tr",{},[97,98,99],"th",{},"任务",[97,101,102],{},"1.5 耗时",[97,104,105],{},"2.0 耗时",[97,107,108],{},"提升",[110,111,112,127,141],"tbody",{},[94,113,114,118,121,124],{},[115,116,117],"td",{},"重构 20 文件",[115,119,120],{},"5 分钟",[115,122,123],{},"2 分钟",[115,125,126],{},"+60%",[94,128,129,132,135,138],{},[115,130,131],{},"添加类型注解 50 文件",[115,133,134],{},"8 分钟",[115,136,137],{},"3 分钟",[115,139,140],{},"+62%",[94,142,143,146,149,151],{},[115,144,145],{},"迁移 30 文件到新框架",[115,147,148],{},"15 分钟",[115,150,120],{},[115,152,153],{},"+66%",[63,155,156],{},[26,157,158],{},"使用方式：",[72,160,164],{"className":161,"code":162,"language":163,"meta":81,"style":81},"language-bash shiki shiki-themes github-light github-dark","# 在 Cursor Composer 里\n\"重构这个模块，按功能拆分成微服务\"\n\n# Cursor 2.0 会：\n# 1. 分析代码依赖关系\n# 2. 拆分成多个子任务\n# 3. 分配给多个 Agent 并行处理\n# 4. 合并结果到 Conflict Resolver\n# 5. 你 review 冲突\n","bash",[79,165,166,175,182,189,195,201,207,212,217],{"__ignoreMap":81},[167,168,171],"span",{"class":169,"line":170},"line",1,[167,172,174],{"class":173},"sJ8bj","# 在 Cursor Composer 里\n",[167,176,178],{"class":169,"line":177},2,[167,179,181],{"class":180},"sScJk","\"重构这个模块，按功能拆分成微服务\"\n",[167,183,185],{"class":169,"line":184},3,[167,186,188],{"emptyLinePlaceholder":187},true,"\n",[167,190,192],{"class":169,"line":191},4,[167,193,194],{"class":173},"# Cursor 2.0 会：\n",[167,196,198],{"class":169,"line":197},5,[167,199,200],{"class":173},"# 1. 分析代码依赖关系\n",[167,202,204],{"class":169,"line":203},6,[167,205,206],{"class":173},"# 2. 拆分成多个子任务\n",[167,208,209],{"class":169,"line":5},[167,210,211],{"class":173},"# 3. 分配给多个 Agent 并行处理\n",[167,213,214],{"class":169,"line":8},[167,215,216],{"class":173},"# 4. 合并结果到 Conflict Resolver\n",[167,218,220],{"class":169,"line":219},9,[167,221,222],{"class":173},"# 5. 你 review 冲突\n",[63,224,225],{},[26,226,227],{},"注意事项：",[20,229,230,233,236],{},[23,231,232],{},"Agent 间偶尔会冲突（两个 Agent 同时改一个文件）",[23,234,235],{},"需要 Composer 的合并工具解决",[23,237,238],{},"建议先在小范围测试再用于关键任务",[58,240,242],{"id":241},"_2-composer-全面重构","2. Composer 全面重构",[63,244,245],{},"2.0 把 Composer 从侧边栏升级为独立全屏界面：",[63,247,248],{},[26,249,250],{},"新特性：",[20,252,253,259,265,271,277],{},[23,254,255,258],{},[26,256,257],{},"多文件视图","：同时打开多个文件，对比修改",[23,260,261,264],{},[26,262,263],{},"Diff Review 模式","：类似 GitHub PR review，逐文件、逐行 review",[23,266,267,270],{},[26,268,269],{},"分支预览","：在 merge 前预览所有改动",[23,272,273,276],{},[26,274,275],{},"历史记录","：每个 session 的操作可回溯",[23,278,279,282],{},[26,280,281],{},"截图模式","：导出整个 session 的改动记录",[72,284,287],{"className":285,"code":286,"language":77},[75],"┌──────────────────────────────────────────────────────────┐\n│  Composer 2.0 - 重构用户模块                    [全屏] ╳ │\n├─────────────────────┬────────────────────────────────────┤\n│                     │                                    │\n│  Session Tree       │  Diff View                         │\n│  ├─ UserService.ts  │  ┌──────────────────────────────┐  │\n│  │  ├─ 修改 1      │  │ - old code                 │  │\n│  │  └─ 修改 2      │  │ + new code                 │  │\n│  ├─ OrderService   │  │ - old code                 │  │\n│  └─ ProductService │  │ + new code                 │  │\n│                     │  └──────────────────────────────┘  │\n│                     │                                    │\n│  [Accept] [Reject]  │  [Accept All] [Reject All]        │\n└─────────────────────┴────────────────────────────────────┘\n",[79,288,286],{"__ignoreMap":81},[58,290,292],{"id":291},"_3-定价调整","3. 定价调整",[88,294,295,311],{},[91,296,297],{},[94,298,299,302,305,308],{},[97,300,301],{},"套餐",[97,303,304],{},"新价格",[97,306,307],{},"变化",[97,309,310],{},"功能",[110,312,313,329,345,361,376],{},[94,314,315,320,323,326],{},[115,316,317],{},[26,318,319],{},"Free",[115,321,322],{},"$0",[115,324,325],{},"-",[115,327,328],{},"100 次 \u002F 天",[94,330,331,336,339,342],{},[115,332,333],{},[26,334,335],{},"Pro",[115,337,338],{},"$24\u002F月",[115,340,341],{},"+$4",[115,343,344],{},"500 次 Composer + 无限 Tab",[94,346,347,352,355,358],{},[115,348,349],{},[26,350,351],{},"Ultra",[115,353,354],{},"$50\u002F月",[115,356,357],{},"新增",[115,359,360],{},"无限 Fast 请求（最高优先级）",[94,362,363,368,371,373],{},[115,364,365],{},[26,366,367],{},"Team",[115,369,370],{},"$40\u002F席\u002F月",[115,372,325],{},[115,374,375],{},"团队 Prompt 库 + SSO",[94,377,378,383,386,388],{},[115,379,380],{},[26,381,382],{},"Enterprise",[115,384,385],{},"询价",[115,387,325],{},[115,389,390],{},"私有部署",[63,392,393],{},"涨了 $4，但 Multi-Agent 是有价值的升级。不过对轻度用户来说，免费版已经够用。",[16,395,396],{"id":396},"实际体验",[58,398,400],{"id":399},"实测大型重构任务","实测：大型重构任务",[63,402,403,406],{},[26,404,405],{},"任务："," 把一个 2000 行的 monolith 模块拆成 8 个微服务",[88,408,409,424],{},[91,410,411],{},[94,412,413,416,419,422],{},[97,414,415],{},"指标",[97,417,418],{},"1.5",[97,420,421],{},"2.0",[97,423,108],{},[110,425,426,439,453,467],{},[94,427,428,431,434,437],{},[115,429,430],{},"总耗时",[115,432,433],{},"18 分钟",[115,435,436],{},"6 分钟",[115,438,153],{},[94,440,441,444,447,450],{},[115,442,443],{},"Agent 冲突次数",[115,445,446],{},"N\u002FA",[115,448,449],{},"3 次",[115,451,452],{},"需要手动合并",[94,454,455,458,461,464],{},[115,456,457],{},"正确率",[115,459,460],{},"85%",[115,462,463],{},"91%",[115,465,466],{},"+6%",[94,468,469,472,475,478],{},[115,470,471],{},"人工干预次数",[115,473,474],{},"5 次",[115,476,477],{},"4 次",[115,479,480],{},"-20%",[63,482,483],{},[26,484,485],{},"体验总结：",[20,487,488,491,494],{},[23,489,490],{},"Multi-Agent 确实快了很多",[23,492,493],{},"但第一次用需要适应冲突合并流程",[23,495,496],{},"建议先在小项目练手再上大项目",[16,498,500],{"id":499},"aiho-观点","AIHO 观点",[63,502,503],{},"Multi-Agent 是这次更新的核心——之前 Cursor 的 Agent 模式是单线程的（一个 Agent 串行改文件），2.0 后可以并行。",[63,505,506],{},"实际体验：大型重构（改 20+ 文件）从 5 分钟降到 2 分钟，但 Agent 间偶尔会冲突（两个 Agent 同时改一个文件），需要 Composer 的合并工具解决。",[63,508,509],{},"定价涨 $4 影响不大，但 Ultra $50 对标 Claude Max，说明 Cursor 在往\"重度用户\"定位走。轻度用户可能开始流向免费的 Trae。",[16,511,512],{"id":512},"相关阅读",[20,514,515,522,528],{},[23,516,517],{},[518,519,521],"a",{"href":520},"\u002Fcoding\u002Fide\u002Fcursor","Cursor IDE 完整评测",[23,523,524],{},[518,525,527],{"href":526},"\u002Fnews\u002F2026\u002Fcursor-1-5-release","Cursor 1.5 发布公告",[23,529,530],{},[518,531,533],{"href":532},"\u002Freview\u002Fcursor-vs-windsurf-vs-trae","Cursor vs Windsurf vs Trae 横向对比",[535,536,537],"style",{},"html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":81,"searchDepth":184,"depth":184,"links":539},[540,541,546,549,550],{"id":18,"depth":177,"text":18},{"id":56,"depth":177,"text":56,"children":542},[543,544,545],{"id":60,"depth":184,"text":61},{"id":241,"depth":184,"text":242},{"id":291,"depth":184,"text":292},{"id":396,"depth":177,"text":396,"children":547},[548],{"id":399,"depth":184,"text":400},{"id":499,"depth":177,"text":500},{"id":512,"depth":177,"text":512},null,"Cursor 2.0 推出 Multi-Agent 模式（多个 Agent 并行处理不同文件）、Composer 全面重构、新增 Background Tasks。定价调整：Pro 从 $20 涨至 $24\u002Fmo。","md",{},"\u002Fnews\u002F2026\u002Fcursor-2-0-release","2026-06-20",{"title":11,"description":552},"Cursor 官方","https:\u002F\u002Fcursor.com\u002Fchangelog\u002F2-0","news\u002F2026\u002Fcursor-2-0-release","jxEyah3Kp46W3MP11QXXX0SchKROrMzJec2Xa_027Es",1782316489334]