エージェントウィンドウのタイルレイアウトと強化された音声入力
Cursor 3はエージェントウィンドウを更新し、タイルレイアウトで複数AIエージェントの並列実行と出力比較を可能にする。さらに強化された音声入力機能も追加した。
このリリースでは、Cursor 3の一部としてAgents Windowインターフェースの改善が導入されました。
タイルレイアウト
現在のビューを複数のペインに分割して、複数のエージェントを並行して実行および管理できます。タイルレイアウトにより、タブを切り替えることなく、エージェント間でマルチタスクを行い、出力を比較しやすくなります。
会話に集中するためにペインを展開したり、エージェントをタイルにドラッグしたり、キーボードショートカットを使用して迅速なナビゲーションと整理を行ったりできます。また、設定はセッションを跨いで保持されます。
音声入力の強化
音声入力によるDictation(文字起こし)がより信頼性が高く、正確になりました。これは完全な音声クリップを録音し、バッチSTT(Speech-to-Text:音声認識)を使用して高品質な文字起こしを行います。
Ctrl+Mを押したまま話すと録音が始まり、録音中には波形、タイマー、キャンセルおよび確認用のボタンなど、UIにコントロールが追加されています。
空の状態でのブランチ選択
以前は、空の状態からエージェントを開始すると通常は現在のブランチがデフォルトで選択されていました。今では、まずブランチを検索して選択し、その後そのブランチに対してクラウドエージェントを直接起動することができます。
これにより、ブランチを切り替えるための追加ステップが削減され、間違ったブランチで誤って実行されるリスクが減ります。
Diffからファイルナビゲーションへ
Diff(差分表示)からファイル内の正確な行に直接ジャンプできます。そこに到達すると、エディタの全機能を使用でき、手動で変更を加えたり、Tabキーを使ったり、定義へ移動したりできます。
ファイル検索用のフィルター
「Search in Files(ファイル内を検索)」でインクルード/エクスクルードフィルターを使用して、コード検索を特定のファイルセットに絞り込むことができます。

エージェントウィンドウの改善
音声入力が処理されている間、プロンプトボタンが固定されたままになります。
プランタブはファイルと同じドキュメント動作を取得しました:信頼性の高い読み込み、変更追跡(ダーティトラッキング)、プラン変更時の再読み込み、およびマークダウンの保存・コピー・エクスポート機能に対応しています。
新しいエージェントセッションは、デフォルトで優先プロジェクトターゲットで開始されます。
ファイルタブ名は、他のすべてのエージェントのタブ全体でグローバルに一意であることではなく、現在アクティブなエージェントの表示タブ内で解決されるようになりました。
Cmd-K は、最近の一致セット(クエリに一致し、かつ最近のサブセットに含まれる項目)に制限された、より関連性の高いエージェント結果を fewer 表示します。
macOS では、テキストがアンチエイリアシングを使用してレンダリングされ、文字の縁がより鮮明になりました。
デザインモードでは、コメントする前に UI 要素を選択するために、キーボード操作で要素ツリー(上下左右)をナビゲートできるようになりました。
エージェントウィンドウは、本当に必要な場合以外、高コストな更新やフェッチを避けるようになりました。
タブの閉じ方がファイルツリーにギプス(不具合)を引き起こしにくくなり、回復も高速化しました。
ローカルな差分フェッチを制限することで、SCM ビューにおける CPU/ネットワークのスパイクやラグを軽減しました。
ファイルツリーは変更により確実に応答し、ちらつきや stale 状態、更新の見落としが減少しました。
拡張機能イベント(例:ファイル変更、診断情報の更新)は各ワークスペースにスコープされ、プロジェクト間の干渉が減少しました。
長いチャットでフォローアップを送信する際、エンターキーを押すと以前は1秒以上フリーズしていましたが、今では瞬時に処理されます。
ドロップフレームを約87%削減したことで、大規模な編集のストリーミングがよりスムーズに行えるようになりました。
エージェントウィンドウのバグ修正
長い会話履歴をスクロールすると以前はカクついていたバグを修正しました。今では、大規模なスレッドでもスムーズに動作します。
差分やコードブロックが多数含まれるエージェントの会話がフラッシュしてフリーズするバグを修正しました。
原文を表示
This release introduces improvements to our Agents Window interface as part of Cursor 3.
Tiled layout
Split your current view into panes to run and manage several agents in parallel. The tiled layout makes it easier to multi-task and compare outputs across agents without jumping between tabs.
Expand panes to focus on a conversation, drag agents into tiles, and use keybindings for quick navigation and organization. Your setup also persists across sessions.
Upgraded voice input
Dictation through voice input is more reliable and accurate. It records your full voice clip and transcribes it with batch STT for higher-quality speech-to-text.
You can press and hold Ctrl+M to speak, and we've added controls to the UI while recording, such as a waveform, timer, and buttons for cancelling and confirming.
Branch selection in empty state
Previously, starting an agent from the empty state usually defaulted to your current branch. Now you can search and select a branch first, then launch a cloud agent directly against that branch.
This cuts down on additional steps to switch branches and reduces accidental runs on the wrong branch.
Diff to file navigation
Jump from the diff straight to the exact line in the file. Once there, you have the full power of the editor, make changes manually, use Tab, go to definition, and more.
Filters for searching files
Use include/exclude filters in "Search in Files" for scoping code search to specific file sets.

Agents Window Improvements
Prompt buttons now stay in place while voice input is processing.
Plan tabs now get the same document behaviors as files: support for reliable loading, dirty tracking, reload on plan changes, and the ability to save, copy, and export markdown.
New agent sessions now start in your preferred project target by default.
File tab names are now resolved within the current agent's visible tabs instead of trying to be globally unique across all other agents' tabs.
Cmd-K now shows fewer, more relevant agent results, capped to the recent matching set (i.e., items that match your query and are from a recent subset).
On macOS, text is now rendered with anti-aliasing, producing sharper character edges.
Design Mode now lets you navigate the element tree (up, down, and sideways) with keyboard support to pick the UI element before commenting.
The Agents Window now avoids expensive updates and fetches unless they're truly needed.
Closing tabs is now less likely to glitch the file tree, and recovery is faster.
Limited local diff fetches to reduce CPU/network spikes and lag in SCM views.
File tree now responds to changes more reliably and is less likely to flicker, stale, or miss updates.
Extension events (e.g., file change, diagnostics update) are now scoped to each workspace, reducing cross-project interference.
Hitting enter to send a follow-up in a long chat used to hang for over a second and now feels instant.
Large edits stream more smoothly now after cutting dropped frames by ~87%.
Agents Window Bug Fixes
Fixed a bug where scrolling through long conversations used to stutter. Now it's smooth, even in large threads.
Fixed a bug where an agent conversation full of diffs or code blocks would flash and freeze.
関連記事
Cursor のデザインモード機能強化
Cursor ブラウザのデザインモードが更新され、ユーザーは要素を複数選択したり音声で指示を出したりして、エージェントに UI 変更を依頼できるようになった。
Cursor SDK にカスタムストア、カスタムツール、自動レビュー機能を追加
Cursor は TypeScript および Python SDK の新機能として、エージェントや実行メタデータの保存方法の選択、独自関数のツール化、ローカルツールの自動レビュールーティング、サブエージェントのネスト対応を実装しました。これにより、プロダクションスクリプトや CI 環境での利用が容易になります。
Canvas のデザインモードとコンテキスト使用状況レポート機能の追加
Cursor が Canvas にデザインモードを追加し、UI 要素を直接選択・注釈して編集を指示できるようになった。また、コンテキストの使用状況を把握する新機能も導入された。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み