Cursorの新しいインターフェース
Cursor開発チームはCursor 3をリリースし、複数エージェントの並列実行が可能な「Agents Window」を搭載した。これにより環境を問わず開発が効率化され、IDEと併用可能となった。
Cursor 3 が利用可能になりました。
エージェントウィンドウ
新しい Cursor インターフェースでは、ローカル、ワークツリー、クラウド、リモート SSH across repos and environments で複数のエージェントを並列実行できます。
これはよりシンプルで強力でありながら、開発環境の深みを保ちつつ、エージェントを中心に設計されています。
エージェントウィンドウを試すには、Cursor をアップグレードし、Cmd+Shift+P -> Agents Window と入力してください。
いつでも IDE に切り戻したり、両方を同時に開いておくこともできます。
詳細は発表記事をご覧ください。
デザインモード
エージェントウィンドウでは、デザインモードを使用してブラウザ内の UI 要素を直接注釈付けしてターゲット指定できます。
これにより、エージェントが参照しているインターフェースの正確な部分を指し示すことで、より精密なフィードバックを与え、素早く反復できるようになります。
キーボードショートカットは以下の通りです:
⌘ + Shift + D でデザインモードを切り替え
Shift + ドラッグで領域を選択
⌘ + L で要素をチャットに追加
⌥ + クリックで要素を入力に追加
エディタ内のエージェントタブ
エージェントタブを使用すると、複数のチャットを一度に並列またはグリッド表示できます。
エディタ (4)
変更を隔離して行えるように、新しい git ワークツリーを作成するコマンド /worktree を追加しました。
同じタスクを複数のモデルで並列実行し、それぞれが独立したワークツリーで動作させた上で結果を比較する新コマンド /best-of-n を追加しました。
エディタからの以前のワークツリーおよび best-of-n 選択機能を非推奨としました。
エディターからクラウドエージェントを削除しました。
プラグイン & MCP (2)
MCP アプリは構造化コンテンツをサポートするようになり、より豊富なツール出力が可能になりました。
企業向けでは、設定が未指定の場合、サードパーティ製プラグインのインポートデフォルト値がオフに変更されました。ただし、管理者による明示的な上書き設定は維持されます。
エンタープライズ & チーム (3)
監査ログで ID を参照しなくても人間が読みやすいよう、ディレクトリグループ名を追加しました。
クラウドエージェントに関するチームレベルの管理者設定を追加し、チームシークレットの作成、編集、削除を管理者に制限できるようにしました。
チーム全体で「Cursor 製」コードの帰属表示を無効化するためのエンタープライズ管理者コントロールを追加しました。ユーザーごとの設定は引き続き「Cursor 設定 > エージェント > 帰属」から利用可能です。
その他の改善点 (10)
大規模ファイルの差分レンダリングが、より高速で滑らかになり、メモリ使用量も大幅に削減されました。
エージェントが長時間実行中のジョブを監視する能力が向上しました。
バックグラウンドシェルスクリプトやサブエージェントの完了を待機したり、「Ready」や「Error」といった特定の出力を待ったりできる Await ツールを追加しました。
ブラウザ自動化ツールの範囲を縮小し、サブエージェントがブラウザツールのみを使用するように強化してタスクに集中できるようにしました。また、エラーループを減らすためにブラウザ操作の指示を改善し、DOM 操作が信頼できない場合のフォールバックとしてスクリーンショットに基づく座標クリックを追加しました。
共有チャットにトランスクリプトとともにプラン情報が含まれるようになりました。
エクスプローラーサブエージェントの起動時間を短縮するため、キャッシュ機能を追加しました。
過去のチャットトランスクリプトが、@メンション検索結果で直接表示されるようになりました。
コンテンツが溢れた際に表示される、エージェントパネル用の「スクロールボトム」ボタンを追加しました。
最大化されたチャットレイアウトにおいて、タブバーは利用可能な全幅に広がるようになりました。
早期アクセス版のリリーストラックを、Nightly の背後に統合しました。
バグ修正 (8)
ネットワークアクセス制御におけるテキストエリアの動作を修正し、Enter キーを押すことで入力末尾に改行が確実に追加されるようにしました。
フックの読み込みを修正し、マルチルートワークスペースでプロジェクトのフックファイルが最初のフォルダだけでなく、すべてのワークスペースフォルダから読み込まれるようにしました。
括弧付きの HTTP(S) リンクが引用として誤って解釈される markdown 解析バグを修正しました。
すべてのタスクが完了した後に todo カードが消えてしまうのを防ぐため、todo カードの表示性を修正しました。
編集操作後に自動的に再開されなかったエージェントキューされたプロンプトを修正しました。
無効化されているが選択可能なモデルのピッカー動作を修正し、誤解を招く「許可されていない」スタイルを削除し、ユーザーが選択した際に自動的に有効になるようにしました。
ストリーミング処理中にも思考ブロックの展開/折りたたみが機能しないバグを修正しました。
Shift+Enter による改行が多行コンテンツとして扱われず、プロンプト入力フィールドが誤った状態のままになるバグを修正しました。
原文を表示
Cursor 3 is now available.
Agents Window
The new Cursor interface allows you to run many agents in parallel across repos and environments: locally, in worktrees, in the cloud, and on remote SSH.
It's simpler, more powerful, and centered around agents, while keeping the depth of a development environment.
To try the Agents Window, upgrade Cursor and type Cmd+Shift+P -> Agents Window.
You can switch back to the IDE anytime, or have both open simultaneously.
Read more in our announcement.
Design Mode
In the Agents Window, you can use Design Mode to annotate and target UI elements directly in the browser.
This allows you to give more precise feedback and iterate faster by pointing the agent to exactly the part of the interface you're referring to.
Keyboard shortcuts include:
⌘ + Shift + D to toggle to Design Mode
Shift + drag to select an area
⌘ + L to add element to chat
⌥ + click to add element to input
Agent Tabs in the Editor
Agent Tabs allow you to view multiple chats at once, side-by-side or in a grid.
Editor (4)
Added a new command /worktree that creates a separate git worktree so changes happen in isolation.
Added a new command /best-of-n that runs the same task in parallel across multiple models, each in its own isolated worktree, then compares outcomes.
Deprecated the previous worktree and best-of-n selection from the Editor.
Removed cloud agents from the Editor.
Plugins & MCP (2)
MCP Apps now support structured content, enabling richer tool outputs.
Third-party plugin imports now default to off for Enterprises when unset, while preserving explicit Admin overrides.
Enterprise & Teams (3)
Added the directory group name so audit logs are human-readable without looking up IDs.
Added a team-level Admin setting for cloud agents that restricts creating, editing, and deleting team secrets to Admins.
Added an Enterprise Admin control for disabling "Made with Cursor" code attribution for the entire team. Per-user settings still exist via Cursor Settings > Agent > Attribution.
Other Improvements (10)
Large-file diff rendering is now much faster, smoother, and less memory-heavy.
Agents are now better at monitoring long-running jobs.
Added an Await tool that lets agents wait for background shell commands and subagents to complete, or wait for specific output such as "Ready" or "Error".
Reduced the browser automation tool surface and tightened the subagent to use browser tools only, helping it stay more focused on the task. Also improved the browser instructions to reduce error loops, and added screenshot-based coordinate clicking as a fallback when DOM interactions are unreliable.
Plans are now included in shared chats alongside the transcript.
Added caching to improve Explorer subagents startup time.
Past chat transcripts are now surfaced directly in at-mention search results.
Added a "scroll to bottom" button in the agent panel that appears when content overflows.
Tab bar can now span the full available width in maximized chat layouts.
Consolidated the Early Access release track behind Nightly.
Bug Fixes (8)
Fixed text area behavior for Network Access Controls so pressing Enter can reliably add a newline at the end of the input.
Fixed hooks loading so multi-root workspaces read project hook files from all workspace folders instead of only the first one.
Fixed a markdown parsing bug where parenthesized HTTP(S) links could be misread as citations.
Fixed todo card visibility to prevent them from disappearing after all todos complete.
Fixed Agent queued prompts that were not resuming automatically after editing operations.
Fixed picker behavior for models that are disabled but selectable by removing misleading "not allowed" styling and auto-enabling a model when the user selects it.
Fixed a bug where expanding/collapsing thinking blocks didn't work while streaming was still in progress.
Fixed a bug where Shift+Enter line breaks weren't treated as multiline content, so the prompt input field could stay in an incorrect state.
関連記事
Cursor のデザインモード機能強化
Cursor ブラウザのデザインモードが更新され、ユーザーは要素を複数選択したり音声で指示を出したりして、エージェントに UI 変更を依頼できるようになった。
Cursor SDK にカスタムストア、カスタムツール、自動レビュー機能を追加
Cursor は TypeScript および Python SDK の新機能として、エージェントや実行メタデータの保存方法の選択、独自関数のツール化、ローカルツールの自動レビュールーティング、サブエージェントのネスト対応を実装しました。これにより、プロダクションスクリプトや CI 環境での利用が容易になります。
Canvas のデザインモードとコンテキスト使用状況レポート機能の追加
Cursor が Canvas にデザインモードを追加し、UI 要素を直接選択・注釈して編集を指示できるようになった。また、コンテキストの使用状況を把握する新機能も導入された。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み