PR レビューの改善、並列実行によるビルド計画の高速化、PR の分割機能
開発ツール「Cursor 3」が新リリースされ、PR(プルリクエスト)作成からマージまでの一元管理が可能になり、並列エージェントにより計画実行が高速化された。また、一般的なワークフロー用のクイックアクションも追加された。
今回のリリースでは、新しい 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.
関連記事
Cursor のデザインモード機能強化
Cursor ブラウザのデザインモードが更新され、ユーザーは要素を複数選択したり音声で指示を出したりして、エージェントに UI 変更を依頼できるようになった。
Cursor SDK にカスタムストア、カスタムツール、自動レビュー機能を追加
Cursor は TypeScript および Python SDK の新機能として、エージェントや実行メタデータの保存方法の選択、独自関数のツール化、ローカルツールの自動レビュールーティング、サブエージェントのネスト対応を実装しました。これにより、プロダクションスクリプトや CI 環境での利用が容易になります。
Canvas のデザインモードとコンテキスト使用状況レポート機能の追加
Cursor が Canvas にデザインモードを追加し、UI 要素を直接選択・注釈して編集を指示できるようになった。また、コンテキストの使用状況を把握する新機能も導入された。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み