サイドチャットと会話検索機能の追加
Cursor は、メインの対話の流れを妨げずに質問やアイデア探索ができる「サイドチャット」機能、エージェントの履歴を検索する機能、およびプロジェクト選択画面の簡素化を実装しました。
AIニュース価値スコアβ
主要ニュースAI関連度、新規性、日本での有用性など6軸を公開検証中です。現在、掲載順には使用していません。
- AI関連度
- 75
- 情報源の信頼性
- 100
- 新規性
- 75
- 検索具体性
- 75
- 重複の少なさ
- 100
- 日本での有用性
- 25
Cursor の新機能である「サイドチャット」や「会話検索」、および「クラウドエージェントフック」は、AI エージェントの運用フローを根本から変える実装であり、単なる UI 改善ではないため primary_news に分類する。また、具体的な製品名と機能が明記されているため novelty と search_opportunity は高い評価となるが、日本固有の情報や企業事例がないため japan_relevance は低めとする。
今回のリリースでは、メインのチャットと並行して実行されるサイドチャットによるフローの維持が容易になり、エージェントのトランスクリプトを検索する機能、およびプロジェクトとリポジトリのピッカーが簡素化されました。
サイドチャット
メインのエージェント会話を中断せずに質問をしたりアイデアを探求したり、関連する話題を調査するためにサイドチャットを開いてください。/side または /btw コマンド、またはチャットパネル上部のプラスボタンを使用して、メインのチャットの文脈を引き継ぐ新しいサイドチャットを作成できます。
各サイドチャットは永続的なフルエージェント会話であり、後でフォローアップしたり再訪したり、@メンションして文脈をメインのスレッドに戻すことができます。
デフォルトでは、サイドチャットは読み込み、検索、回答に焦点を当てています。明確化のための質問をしたり、方向転換を決定せずに代替案を検索したり、メインのエージェントが実行されている間に意思決定の妥当性を確認するために使用できます。
会話検索
名前やプルリクエスト番号を超えた検索結果により、過去のエージェントチャットをより迅速に見つけられます。Agents Window(エージェントウィンドウ)では、コマンドパレット(Cmd+K)からエージェントのトランスクリプトを検索できます。Cursor はローカル検索インデックスを構築し、スナップショットのようなパフォーマンスで数千件の会話にわたる検索を可能にします。
既存の会話内でも Cmd+F を使用して検索できます。一致箇所間をジャンプしたり、一致件数のカウンターを確認したりしながら、長いトランスクリプトをスクロールしても検索を継続できます。
再設計されたプロジェクトとリポジトリのピッカー
プロジェクトおよびリポジトリのピッカーを簡素化し、より強力なものにしました。以前は別画面へ移動していたワークフローでも、ピッカー内で完結できるようになりました。例えば、ピッカーから離れることなく、プロジェクトを作成して GitHub、GitLab、または Azure DevOps を接続することが可能です。
image再設計されたプロジェクトおよびリポジトリのピッカー
検索機能は、従来のグローバルな検索ボックスではなく、「このコンピューター」「クラウド」「特定のリモートマシン」といった、現在作業中の場所に基づいてスコープが限定されるようになりました。また、最近使った項目からプロジェクトをワンクリックで削除することも可能です。
新しいクラウドエージェントフック
クラウドエージェントはすでに、ツール実行やファイル/シェル処理に関するチーム用フックをサポートしています。これに、エージェントの会話そのものを監視・制御するための新しいフックを追加しました。具体的には、プロンプト、レスポンス、思考プロセス、サブエージェント、コンパクション(圧縮)、ターン完了などです。サポートされているすべてのフックについては、ドキュメントをご覧ください。
beforeSubmitPrompt、afterAgentResponse、afterAgentThought、stop、subagentStart などの新しいフックを使用することで、出力や推論プロセスをより詳細に監視し、サブエージェントを制御し、クラウドエージェントで自己修正ループを構築することが可能になります。
ピッカーの改善点
「リポジトリなし」「このコンピューター上」「クラウド」というオプションの下に、リポジトリピッカーのグループ化が改善されました。
エージェントの実行場所(クラウド、このコンピューター、またはリモートマシン)を表示し、そこから関連する選択肢(環境、ローカルオプションなど)をさらに詳細に表示できる「Run on」ピッカーを追加しました。
ブランチピッカーは、長いフラットリストの代わりにデフォルトのブランチと最近使用したブランチで開き、その他の項目については検索機能を提供します。
リポジトリなしでの作業を明示的な「No Repo」選択として扱うため、「Home」という概念を削除しました。
すべてのリモートオプション(お客様のマシン、チームプール、既存のリモートワークスペース)を、1 つの検索可能な「Remote Machines」メニューに統合しました。
マルチリポジトリおよびマルチルート選択は、クラウドと「This Computer」のフライアウト内にある「Select Multiple」トグルとして実装され、従来の別個の「Set Up Workspace」ビルダーに代わりました。
検索機能をメニューの上部へ移動させました。
フッターを簡素化しました。
none または no repo と入力することで、「No Repo」オプションを検索できる機能を追加しました。
リポジトリがクラウド上にのみ存在する場合、ピッカーはローカルにクローンすることを提案します。
より明確なセクション区切りを追加しました。
クラウド上のリポジトリにはフォルダアイコンに小さなクラウドバッジを付与しました。
ブランチリスト内の冗長な「Current」タグを削除しました。
原文を表示
This release makes it easier to stay in flow with side chats that run alongside your main chat, the ability to search agent transcripts, and simplified project and repo pickers.
Side chats
Open a side chat to ask questions, explore ideas, and investigate tangents without interrupting your main agent conversation. Use /side, /btw, or the plus button at the top of the chat panel to create a new side chat that has context from the main chat.
Each side chat is a durable, full agent conversation that you can follow up on, revisit later, and at-mention to pull context back into the main thread.
By default, side chats focus on reading, searching, and answering. Use them to ask clarification questions, research alternatives without committing to a pivot, and sanity-check a decision while the main agent continues running.
Conversation search
Find past agent chats faster with search results that go beyond names and PR numbers. In the Agents Window, you can search agent transcripts from the command palette (Cmd+K). Cursor builds a local search index that scales search to thousands of conversations with snappy performance.
You can also search within an existing conversation using Cmd+F. Jump between matches, see a match counter, and keep searching as you scroll through long transcripts.
Redesigned project and repo pickers
We've simplified the project and repo pickers and made them more powerful. You can now stay in the picker for workflows that used to send you elsewhere. For example, you can create a project and connect GitHub, GitLab, or Azure DevOps without leaving the picker.

Search is now scoped to where you're working—This Computer, Cloud, or a specific remote machine—instead of one global search box. You can also remove projects from Recents with one click.
New cloud agent hooks
Cloud agents already support team hooks around tool execution and file/shell work. We've added new hooks that let you observe and control the agent conversation itself: prompts, responses, thinking, subagents, compaction, and turn completion. See all the supported hooks in our docs.
New hooks like beforeSubmitPrompt, afterAgentResponse, afterAgentThought, stop, subagentStart, and more allow you to better observe output and reasoning, control subagents, and build self-correcting loops with cloud agents.
Picker Improvements
Improved repo picker grouping with options under No Repo, On This Computer, and Cloud.
Added the "Run on" picker that shows where your agent can run (Cloud, This Computer, or Remote Machines) and drills into the relevant choices (environments, local options, and so on) from there.
The branch picker opens on your default branch and recently used branches instead of a long flat list, with search for everything else.
Removed the Home concept so working without a repo is an explicit No Repo choice.
Combined all remote options—your machines, team pools, and existing remote workspaces—into one searchable Remote Machines menu.
Multi-repo and multi-root selection is a Select Multiple toggle inside the Cloud and This Computer flyouts, replacing the separate Set Up Workspace builder.
Moved search to the top of the menu.
Simplified the footer.
Added the ability to find the No Repo option by typing none or no repo.
If a repo exists only in the cloud, the picker suggests cloning it locally.
Added clearer section dividers.
Added folder icons with a small cloud badge for cloud repos.
Removed redundant Current tag in the branch list.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み