PR レビューの改善、並列実行によるビルド計画の高速化、PR の分割機能
Cursor は新バージョンで並列実行による計画処理の高速化、統合された PR レビュー機能、および変更分割機能を実装し、開発ワークフローの効率を大幅に向上させた。
キーポイント
並列実行による計画処理の高速化
「Build in Parallel」機能により、独立したタスクを非同期サブエージェントで同時に実行し、依存関係のあるステップのみ順序立てて処理することで、計画の実行速度が向上する。
統合された PR レビュー体験の強化
Cursor 3 では作成からマージまでを一元管理できる新 UI が導入され、レビュータブでのインラインスレッド表示や変更タブでのファイルツリーによる大規模 PR のナビゲーションが容易になった。
自動的な PR 分割機能の追加
チャットコンテキストを活用して論理的なスライスを作成し、依存関係がない限り独立した PR として分割する提案とバックアップスナップショット作成機能が標準装備された。
サブエージェント設定の柔軟性向上
設定から探索用サブエージェントのモデル選択や無効化が可能になり、一般名(例:opus)での指定もサポートされるなど、開発者の制御性が強化された。
重要な引用
Cursor can now execute on plans faster by multitasking across tasks instead of tackling them one at a time.
Click 'Build in Parallel' to have it identify independent parts of your plan and run them simultaneously using async subagents.
It will use chat context to identify logical slices, default to independent PRs unless dependencies are required.
影響分析・編集コメントを表示
影響分析
このアップデートは、AI エージェントが単一のタスクを逐次処理する従来のアプローチから、並列処理による高速化へとパラダイムシフトしたことを示しており、大規模なコードベースでの開発効率に直接的な影響を与える。特に PR の自動分割や統合レビュー機能は、チーム開発におけるボトルネック解消とコード品質の維持に寄与し、IDE としての AI ツールの実用性を一段階引き上げる内容である。
編集コメント
「並列実行」という概念を具体的な IDE 機能として実装し、開発者の待機時間を物理的に削減した点は非常に評価できる。ただし、この機能の真価が発揮されるのは複雑な依存関係を持つ大規模プロジェクトにおいてであり、小規模な個人開発では即効性は限定的かもしれない。
今回のリリースでは、新しい PR レビュー体験、並列エージェントによるプラン実行の高速化、一般的なワークフロー用の新しいクイックアクションピルが導入されました。
PR レビュー
Cursor 3 では、新しい PR レビュー体験が利用可能になりました。PR の作成からマージまでを一つの場所で完結できます。
Reviews タブでは、インラインレビュースレッドとトップレベルの PR コメントが表示されます。
Commits タブでは、PR のコミット履歴に焦点を当てた表示が可能になります。
Changes タブでは、ファイルツリーと変更選択機能により、より大きな PR のナビゲーションが容易になりました。
レビュアーの状態や保留中のレビューバナーなどの有用なコンテキストを確認でき、クイックアクションピルによって次のステップを素早く実行できます。
プランからの並列ビルド
Cursor では、タスクを一つずつ処理するのではなく、マルチタスクで並行して実行することで、プランの実行を高速化できるようになりました。
「Build in Parallel(並列ビルド)」をクリックすると、プランの独立した部分が特定され、非同期サブエージェント(async subagents)を使用して同時に実行されます。必要な場合は、依存関係のあるステップは順序通りに維持されます。
変更を PR に分割
Cursor でマルチタスクを行う際、組み込みのクイックアクションを使用して、変更を複数の PR に分割できるようになりました。
チャットのコンテキストを利用して論理的なスライス(slices)を特定し、依存関係が必要でない限り独立した PR をデフォルトとして作成します。また、バックアップスナップショットを作成し、承認のための分割プランを提案します。
スキルをクイックアクションとしてピン留め
頻繁に使用するスキルをクイックアクションピルとしてピン留めし、より迅速なアクセスが可能になりました。
改善点(6 件)
設定から Explore サブエージェントの動作を制御する機能を追加しました:Explore サブエージェントが実行する特定のモデルを選択するか、親エージェントと同じモデルを引き継ぐか、あるいは Explore サブエージェント自体を無効化することも可能です。
サブエージェントの設定において一般的なモデル名をサポートしました(例:model: opus を設定すると、サブエージェントは常に最新の Opus モデルを使用します)。
/multitask コマンドがエディタで利用可能になり、リクエストをキューに追加する代わりに非同期サブエージェントを実行して並列処理を行うことができます。
プロンプト入力における取り消し操作のグループ化を改善し、編集時の取り消し・やり直しがより自然な感覚になりました。
長文チャットの扱いを改善し、画面のジャンプやその他の予期せぬ動作を削減しました。
MCP 接続の挙動をより予測可能にし、再認証時に明示的に期限切れトークンのクリーンアップを追加しました。
バグ修正(5 件)
エージェントウィンドウ内のターミナル操作に関するバグを修正しました。これにはショートカット編集の問題や承認/オーバーレイのエッジケースが含まれます。
スラッシュメニューと入力承認に関するいくつかの回帰問題を修正しました。
MCP 認証のエッジケースを修正しました。これには一時的な 401 エラーの処理や期限切れ資格情報の挙動が含まれます。
複数リポジトリ環境における選択およびキャッシュの問題を修正しました。
信頼性を低下させる可能性のある、さまざまなクラウドエージェントのタイミングと初期化(hydration)に関するエッジケースを修正しました。
原文を表示
This release introduces a new PR review experience, faster execution on plans through parallel agents, and new quick-action pills for common workflows.
PR review
A new PR review experience is now available in Cursor 3. Take PRs from creation to merge all in one place.
The Reviews tab now shows inline review threads and top-level PR comments.
The Commits tab gives you a focused view of commit history for the PR.
The Changes tab makes it easier to navigate larger PRs with a file tree and changes picker.
You can see useful context like reviewer status and pending review banners, and quick action pills allow you to take next steps faster.
Build in parallel from plans
Cursor can now execute on plans faster by multitasking across tasks instead of tackling them one at a time.
Click "Build in Parallel" to have it identify independent parts of your plan and run them simultaneously using async subagents. Cursor will keep dependent steps in order when needed.
Split changes into PRs
When multitasking in Cursor, you can now use a built-in quick action to split changes into PRs.
It will use chat context to identify logical slices, default to independent PRs unless dependencies are required, create a backup snapshot, and propose a split plan for your approval.
Pin skills as quick actions
You can now pin your most commonly used skills as quick-action pills for faster access.
Improvements (6)
Added the ability to control Explore subagent behavior from settings: choose a specific model for Explore subagents to run on, inherit the same model as the parent agent, or disable Explore subagents altogether.
Added support for general model names for subagent configuration (i.e., set model: opus to have subagents always use the newest Opus model).
/multitask is now available in the editor for running async subagents to parallelize your requests instead of adding them to the queue.
Improved prompt input undo grouping, so undo/redo feels more natural during edits.
Improved long-chat handling and reduced jumpiness and other surprising behaviors.
Made MCP connection behavior more predictable, and added explicit stale token cleanup on re-auth.
Bug Fixes (5)
Fixed terminal interaction bugs in the agents window, including editing shortcut issues and approval/overlay edge cases.
Fixed several slash menu and input-approval regressions.
Fixed MCP auth edge cases, including transient 401 handling and stale credential behavior.
Fixed multi-repo environment selection and cache issues.
Fixed various cloud agent timing and hydration edge cases that could degrade reliability.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み