一声棒喝,本不立文字
偏要著録,已是二义

cursor-changelog

PR 审查、并行制定计划和拆分 PR

PR Review, Build Plan in Parallel, and Split PRs

二〇二六年五月八日 · 英文原文

Cursor 3 引入新的 PR review 体验,整合创建、review、merge,新增 Reviews、Commits、Changes 视图。支持 Build in Parallel 用 async subagents 并行执行 plan,可将 changes 拆分为 PRs,并将 skills 固定为 quick-action pills,同时改进 Explore subagent、/multitask、MCP auth 等功能并修复多项 bugs。

此版本引入了新的 PR review 体验、通过 parallel agents 更快执行 plan,以及用于常见 workflow 的新 quick-action pills。

PR review

Cursor 3 现在提供新的 PR review 体验。你可以在一个地方完成从创建 PR 到 merge 的全过程。Reviews tab 现在会显示 inline review threads 和 top-level PR comments。Commits tab 提供针对该 PR commit history 的聚焦视图。Changes tab 通过 file tree 和 changes picker,让你更容易浏览较大的 PR。你可以看到 reviewer status 和 pending review banners 等有用上下文,quick action pills 也能帮助你更快执行下一步。

从 plan 并行构建

Cursor 现在可以通过跨 task 多任务处理来更快执行 plan,而不是一次只处理一个 task。点击 "Build in Parallel",它会识别 plan 中彼此独立的部分,并使用 async subagents 同时运行。必要时,Cursor 会保持有依赖关系的步骤按顺序执行。

将 changes 拆分为 PRs

在 Cursor 中进行多任务处理时,你现在可以使用内置 quick action 将 changes 拆分为 PRs。它会使用 chat context 识别逻辑切片,默认创建独立 PRs,除非需要依赖关系;同时会创建 backup snapshot,并提出 split plan 供你确认。

将 skills 固定为 quick actions

你现在可以将最常用的 skills 固定为 quick-action pills,以便更快访问。

Improvements (6)

增加了从 settings 控制 Explore subagent 行为的能力:可以为 Explore subagents 选择特定 model、继承与 parent agent 相同的 model,或完全禁用 Explore subagents。

增加了对 subagent configuration 中通用 model names 的支持(即设置 model: opus,让 subagents 始终使用最新的 Opus model)。

/multitask 现在可在 editor 中使用,用于运行 async subagents 来并行处理你的 requests,而不是将它们加入 queue。

改进了 prompt input 的 undo grouping,使编辑时 undo/redo 更自然。

改进了 long-chat 处理,减少了跳动和其他意外行为。

使 MCP connection 行为更可预测,并在 re-auth 时增加了明确的 stale token cleanup。

Bug Fixes (5)

修复了 agents window 中的 terminal interaction bugs,包括 editing shortcut 问题以及 approval/overlay 边界情况。

修复了多个 slash menu 和 input-approval regressions。

修复了 MCP auth 边界情况,包括 transient 401 处理和 stale credential 行为。

修复了 multi-repo environment selection 和 cache 问题。

修复了多个 cloud agent timing 和 hydration 边界情况,这些问题可能会降低可靠性。

译自 cursor-changelog · 录于 二〇二六年五月八日