エージェントツールの改善、制御性の向上、利用状況の可視化
Cursor はエージェントの操作感向上、大規模コードベース対応の強化、GitHub プルリクエスト統合など、開発ワークフローを根本から変える機能を次々と実装した。
キーポイント
エージェントのステアラビリティと応答性の向上
作業中にメッセージを送信すると、生成完了待たずに次の理想的なタイミング(ツール呼び出し後など)で即座に処理されるようになり、ユーザーによる操作がより直感的になった。
大規模コードベース対応の強化
ファイル読み込みのカップ解除、ディレクトリツリーの完全探索、検索精度の向上などにより、複雑なプロジェクト内でのエージェントの文脈認識と編集品質が大幅に改善された。
GitHub プルリクエストへの直接統合
@Cursor とタグ付けすることでプルリクエスト内でエージェントを起動し、修正を自動適用してコミットする「バックグラウンドエージェント」機能が追加され、コードレビューフローが自動化された。
利用状況の可視化とモデルのカスタマイズ
チャット画面での使用量統計表示が可能になり、タブごとに異なるLLMモデルを割り当てたり、バックグラウンドエージェントの状態をサイドバーで管理したりする機能が追加された。
Background Agent の起動速度向上
Background Agent の起動時間が従来比で約半分になり、大幅に高速化されました。
エンタープライズ向け管理機能の強化
AI コード追跡 API によるコミットレベルの可視化、ブロックリスト用 Admin API、およびメンバー情報の CSV エクスポート機能が追加されました。
パッチ版でのバグ修正とパフォーマンス改善
1.4.1 から 1.4.5 にかけてモデル選択や特定の拡張機能のバグが修正され、Apply ツールのエッジケース対応やメモリ使用量の最適化が行われました。
重要な引用
Sending messages while Cursor is working now does a better job of steering the agent.
Agents are significantly improved when operating across large codebases.
Tag @Cursor and the Agent will read the prompt, apply the fix, and push a commit.
We've put a lot of effort into improving Background Agents and they are now twice as fast to start.
Get commit-level visibility into AI usage and accepted changes across your team.
影響分析・編集コメントを表示
影響分析
このアップデートは、AI エディタが単なるコード補完ツールから、大規模プロジェクトを自律的に処理・修正できる「開発パートナー」へと進化することを示しています。特に GitHub プルリクエストへの直接統合は、従来の AI ツールでは難しかった継続的インテグレーション(CI)ワークフローとの完全な融合を実現し、エンジニアの生産性向上に直結する画期的な変化です。
編集コメント
Cursor の進化は、AI エージェントが「指示待ち」から「自律的実行」へと移行する重要な転換点を示しており、特に大規模コードベースへの対応と GitHub 連携は開発現場のワークフローを根本から変える可能性を秘めています。
より優れたエージェントの操作可能性
Cursor が動作中にメッセージを送信すると、エージェントをより効果的に誘導できるようになりました。メッセージは通常、ツール呼び出し後に実行される理想的なタイミングで処理され、生成が完了するまで待機する必要はありません。⌥+Enter(Windows では Alt+Enter)を押すと、以前と同様にメッセージがキューに追加されます。また、⌘+Enter(Windows では Ctrl+Enter)を押すと、エージェントを中断して即座にメッセージを送信できます。デフォルトの動作は、Cursor の設定 → チャット → メッセージのキューイング で変更可能です。
改善されたエージェントツール
大規模なコードベース上で動作する際のエージェントは大幅に改善されました。コンテキスト選択がより関連性が高くなり、トークン使用効率が向上し、編集品質も高まっています:
ファイルの読み込み: 適切な場合、フルファイルを自動的に読み込むようになり、2MB の上限が撤廃されました。
リスト表示: 1 つの呼び出しで完全なディレクトリツリーを検索可能となり、ファイル数やタイプなどのメタデータも取得できます。
Grep: ノイズを減らしつつ、より精度の高い一致検索が可能になりました。
コードベース検索: ランキングとインデックスが改善され、より関連性の高いコンテキストを提供します。
Web 検索: 軽量なネイティブモデルを活用し、より小さく関連性の高いレスポンスに最適化されました。
エージェントごとの個別モデル
各タブやエディタ内の別々のエージェントに対して、異なるモデルを割り当てることができるようになりました。エージェントをフォークしても、選択されたモデルは保持されます。
利用状況と価格の可視化
チャット画面で利用状況の統計を確認できるようになりました。全期間の利用状況や、プランのクォータの 50% を超過した時点での利用状況を確認できます。
このサマリーは設定から切り替え可能です。チームおよびエンタープライズユーザー向けには、9 月より利用状況サマリーのアクセスが可能になります。
image 使用状況の可視化
コンパクトチャットモード
コンパクトモードでは、ツールのアイコンが非表示になり、差分(diff)がデフォルトで折りたたまれ、アイドル状態になると入力欄が自動的に隠されます。これは、ツール呼び出しやターミナル、差分が多く発生する長時間のセッションにおいて有用です。
GitHub におけるバックグラウンドエージェントのサポート
エージェントを GitHub のプルリクエスト内で直接使用できるようになりました。@Cursor とタグ付けすると、エージェントがプロンプトを読み取り、修正を適用してコミットをプッシュします。
バックグラウンドエージェントは、コメントとToDo リストを通じてステータスをお知らせし続けます。

全エージェント用のサイドバー
左側のサイドバーから、フォアグラウンドおよびバックグラウンドのすべてのエージェントを検索・管理できるようになりました。サイドバー上のアイテムをクリックしてリモートマシンをプレビューし、バックグラウンドエージェントが動作している様子を確認できます。
バックグラウンドエージェントの起動速度向上
バックグラウンドエージェントのパフォーマンス改善に多くの努力を注ぎました。その結果、起動時間が従来比で半分(2 倍速)になりました。
image バックグラウンドエージェントの起動が大幅に高速化されました
エンタープライズ (3)
AI コード追跡 API: チーム全体における AI の使用状況と承認された変更点について、コミットレベルでの可視性を提供します。
ブロックリスト管理用 Admin API: 特定のファイルやディレクトリがインデックス化されたり、コンテキストで使用されたりすることを防止できます。
メンバーエクスポート: ダッシュボードからワークスペースの全メンバーを CSV 形式でエクスポートできます。
パッチ (4)
1.4.1: モデル選択に関するバグを修正
1.4.2: 特定の拡張機能におけるバグを修正し、洗練度を向上
1.4.3: Apply ツール(Apply tool)の境界ケースにおけるバグを修正し、複数タブ使用時のメモリ使用量を改善
1.4.5: パフォーマンスを向上
原文を表示
More Agent steerability
Sending messages while Cursor is working now does a better job of steering the agent. Messages will run at the next ideal time, usually after a tool call, versus waiting until the generation completes. ⌥+Enter (Alt+Enter on Windows) will queue messages like before and ⌘+Enter (Ctrl+Enter on Windows) will interrupt the agent to send the message immediately. The default behavior can be changed in Cursor Settings → Chat → Queue messages.
Improved Agent tools
Agents are significantly improved when operating across large codebases. Context selection is more relevant, token use is more efficient, and edit quality is higher:
Read file: Now reads full files when appropriate and the 2MB cap is removed.
List: Can now explore full directory trees in one call, with metadata like file counts and types.
Grep: Improved matching with less noise.
Codebase Search: Better ranking and indexing, leading to more relevant context.
Web Search: Tuned for smaller, more relevant responses using a lightweight native model.
Separate models per Agent
You can now assign a different model to each Agent in separate tabs and editors. Forking an Agent preserves the selected model.
Usage and pricing visibility
Usage stats are now visible in Chat. You can see your usage either all time, or when you've exceeded 50% of your plan's quota.
This summary can be toggled in Settings. Team and Enterprise users will have access to the usage summary in September.

Compact chat mode
Compact mode hides tool icons, collapses diffs by default, and auto-hides the input when idle. This can be useful for long sessions with many tool calls, terminals, and diffs.
GitHub support for Background Agents
Agents can now be used directly inside GitHub pull requests. Tag @Cursor and the Agent will read the prompt, apply the fix, and push a commit.
Background Agent will keep you updated on status with a comment and todos.

Sidebar for all Agents
You can now inspect and manage all Agents from the left sidebar, both foreground and background. Peek into remote machines to see Background Agent working by clicking on one in the sidebar.
Faster Background Agent startup
We've put a lot of effort into improving Background Agents and they are now twice as fast to start.

Enterprise (3)
AI code tracking API: Get commit-level visibility into AI usage and accepted changes across your team.
Admin API for blocklists: Block specific files or directories from being indexed or used in context.
Member exports: Export all workspace members to CSV from the dashboard.
Patches (4)
1.4.1: Fixed bug with model selection
1.4.2: Fixed bug with certain extensions; improved polish
1.4.3: Fixed edge case bug with the Apply tool; improved memory usage with multiple tabs
1.4.5: Improved performance
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み