AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
Cursor Changelog·2025年8月7日 04:44·約4分で読める

エージェントツールの改善、制御性の向上、利用状況の可視化

TL;DR

Cursorは、使用中のエージェントへのメッセージ送信タイミングを最適化し、キーボードショートカットによる制御・割り込み機能を強化した。

より優れたエージェントの操作可能性

Cursor が動作中にメッセージを送信すると、エージェントをより効果的に誘導できるようになりました。メッセージは通常、ツール呼び出し後に実行される理想的なタイミングで処理され、生成が完了するまで待機する必要はありません。⌥+Enter(Windows では Alt+Enter)を押すと、以前と同様にメッセージがキューに追加されます。また、⌘+Enter(Windows では Ctrl+Enter)を押すと、エージェントを中断して即座にメッセージを送信できます。デフォルトの動作は、Cursor の設定 → チャット → メッセージのキューイング で変更可能です。

改善されたエージェントツール

大規模なコードベース上で動作する際のエージェントは大幅に改善されました。コンテキスト選択がより関連性が高くなり、トークン使用効率が向上し、編集品質も高まっています:

ファイルの読み込み: 適切な場合、フルファイルを自動的に読み込むようになり、2MB の上限が撤廃されました。

リスト表示: 1 つの呼び出しで完全なディレクトリツリーを検索可能となり、ファイル数やタイプなどのメタデータも取得できます。

Grep: ノイズを減らしつつ、より精度の高い一致検索が可能になりました。

コードベース検索: ランキングとインデックスが改善され、より関連性の高いコンテキストを提供します。

Web 検索: 軽量なネイティブモデルを活用し、より小さく関連性の高いレスポンスに最適化されました。

エージェントごとの個別モデル

各タブやエディタ内の別々のエージェントに対して、異なるモデルを割り当てることができるようになりました。エージェントをフォークしても、選択されたモデルは保持されます。

利用状況と価格の可視化

チャット画面で利用状況の統計を確認できるようになりました。全期間の利用状況や、プランのクォータの 50% を超過した時点での利用状況を確認できます。

このサマリーは設定から切り替え可能です。チームおよびエンタープライズユーザー向けには、9 月より利用状況サマリーのアクセスが可能になります。

imageimage 使用状況の可視化

コンパクトチャットモード

コンパクトモードでは、ツールのアイコンが非表示になり、差分(diff)がデフォルトで折りたたまれ、アイドル状態になると入力欄が自動的に隠されます。これは、ツール呼び出しやターミナル、差分が多く発生する長時間のセッションにおいて有用です。

GitHub におけるバックグラウンドエージェントのサポート

エージェントを GitHub のプルリクエスト内で直接使用できるようになりました。@Cursor とタグ付けすると、エージェントがプロンプトを読み取り、修正を適用してコミットをプッシュします。

バックグラウンドエージェントは、コメントとToDo リストを通じてステータスをお知らせし続けます。

image
image

全エージェント用のサイドバー

左側のサイドバーから、フォアグラウンドおよびバックグラウンドのすべてのエージェントを検索・管理できるようになりました。サイドバー上のアイテムをクリックしてリモートマシンをプレビューし、バックグラウンドエージェントが動作している様子を確認できます。

バックグラウンドエージェントの起動速度向上

バックグラウンドエージェントのパフォーマンス改善に多くの努力を注ぎました。その結果、起動時間が従来比で半分(2 倍速)になりました。

imageimage バックグラウンドエージェントの起動が大幅に高速化されました

エンタープライズ (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.

Usage visibility
Usage visibility

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.

Background Agents start much faster
Background Agents start much faster

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

この記事をシェア

関連記事

Cursor Changelog2026年6月5日 09:00

Cursor のデザインモード機能強化

Cursor ブラウザのデザインモードが更新され、ユーザーは要素を複数選択したり音声で指示を出したりして、エージェントに UI 変更を依頼できるようになった。

Cursor Changelog2026年6月4日 09:00

Cursor SDK にカスタムストア、カスタムツール、自動レビュー機能を追加

Cursor は TypeScript および Python SDK の新機能として、エージェントや実行メタデータの保存方法の選択、独自関数のツール化、ローカルツールの自動レビュールーティング、サブエージェントのネスト対応を実装しました。これにより、プロダクションスクリプトや CI 環境での利用が容易になります。

Cursor Changelog2026年6月4日 09:00

Canvas のデザインモードとコンテキスト使用状況レポート機能の追加

Cursor が Canvas にデザインモードを追加し、UI 要素を直接選択・注釈して編集を指示できるようになった。また、コンテキストの使用状況を把握する新機能も導入された。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む