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

AIニュース最前線

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

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

サブエージェント、スキル、画像生成

TL;DR

本ソフトウェアは、親エージェントのタスクを並列処理する独立したサブエージェント機能を搭載し、コンテキスト管理やエディター・CLIの操作性を向上させた。

エージェントは、コードベース全体でますます複雑で長時間実行されるタスクを解決しています。今回のリリースでは、より優れたコンテキスト管理を実現するための新しいエージェント・ハネスの改善に加え、エディターと CLI における多くの利便性向上のための修正が加えられています。

サブエージェント

サブエージェントは、親エージェントのタスクの一部を個別に処理するために特別化された独立したエージェントです。これらは並列で実行され、独自のコンテキストを使用し、カスタムプロンプト、ツールアクセス、およびモデルを設定することができます。

その結果、全体の処理速度が向上し、メインの会話におけるコンテキストがより焦点を絞り、各サブタスクに対して専門的な知識を提供できるようになります。

Cursor には、コードベースのリサーチ、ターミナルコマンドの実行、並列ワークストリームの実行を行うためのデフォルトのサブエージェントが含まれています。これらは自動的にエディターと Cursor CLI におけるエージェント会話の品質向上を開始します。

オプションとして、カスタムサブエージェントを定義することもできます。詳細はドキュメントをご覧ください。

スキル

Cursor は現在、エディターおよび CLI でエージェント・スキルをサポートしています。エージェントは、ドメイン固有の知識やワークフローが関連する際に、スキルを発見して適用することができます。また、スラッシュコマンドメニューを使用してスキルを呼び出すことも可能です。

SKILL.md ファイルでスキルを定義します。これには、現在のタスクに基づいてエージェントの機能を特別化するためのカスタムコマンド、スクリプト、および指示を含めることができます。

常時有効な宣言型ルールと比較して、スキルは動的なコンテキストの発見や手順的な「やり方」の指示により適しています。これにより、エージェントはより柔軟性を持ちつつ、コンテキストを焦点に保つことができます。

画像生成

Cursor のエージェントから直接画像を生成します。テキストで画像を記述するか、参照画像をアップロードして、背後にある画像生成モデル(Google Nano Banana Pro)のガイドとします。

画像はインラインプレビューとして返され、デフォルトではプロジェクトの assets/ フォルダに保存されます。これは UI のモックアップ作成、製品アセットの作成、アーキテクチャ図の可視化に役立ちます。

Cursor Blame

エンタープライズプランでは、Cursor Blame は従来の git blame に AI による帰属情報を拡張し、AI が生成した部分と人間が記述した部分を明確に区別して表示できます。

コードのレビューや再確認の際、各行はそれを生成した会話の要約へのリンクを持ち、変更の背景にある文脈と理由を示します。

Cursor Blame は、Tab 補完からのコード、エージェント実行(モデル別に内訳)、および人間による編集を区別します。また、チーム全体のコードベースにおける AI の使用パターンを追跡することも可能です。

エージェントからの確認質問

Plan モードおよび Debug モードのエージェントが使用する対話型 Q&A ツールは、あらゆる会話でエージェントが確認質問を行うことを可能にしました。

回答を待っている間も、エージェントはファイルの読み込みや編集、コマンドの実行を継続し、回答が届き次第それを即座に取り込むことができます。

また、「質問ツールを使用する」と指示することで、このツールを利用するカスタムサブエージェントやスキルを作成することもできます。

改善点(29 件)

ターミナルでアップグレードされた Cursor CLI を使用して作業を開始するには、agent コマンドを使用してください。

MCP サーバーの定義とツールは、現在 .cursor ディレクトリ内の JSON ファイルとして保存されています。エージェントは必要な時にのみ MCP を発見して読み込むため、トークン使用量が削減され、コンテキストが焦点に絞られます。

エージェントは、タスクに対して異なるモードの方が効果的であると検出した場合、会話中に能動的にモードの切り替えを要求できるようになりました。また、特定の状態遷移に対する自動承認や自動拒否も設定可能です。

高速な読み取り専用差分ビューアの改善により、変更レビューパネルのパフォーマンスが向上しました。

インラインコードブロックを使用していたチャットの開封とリサイズが、以前よりも高速になりました。

エージェントは PDF を読めるようになり、コンテキストとしてチャットに添付することが可能になりました。

CLI はサービスアカウントとして実行するようにリンクできるようになりました。

フックの機能とカバレッジが改善されました:stop フック、送信前プロンプトの修正 beforeSubmitPrompt、および PreToolUse(ツール使用前)と PostToolUse(ツール使用後)フックです。

フックコマンドの実行開始速度が 40 倍に向上しました。

エディタ内ブラウザのナビゲーション速度が 10 倍になり、クリック操作の信頼性が高まり、ドラッグ&ドロップサポートとテキスト入力処理が改善されました。また、エージェントは作業中にブラウザをロックして、誤った干渉を防ぐこともできます。

Cursor ウェブダッシュボードでライトモードがサポートされるようになりました。

ユーザーからのフィードバックに基づき、ピークサイドバー(プレビュー用サイドバー)を削除しました。

Windows の通知にも、macOS と同様に承認/拒否ボタンが追加されました。

「すべて実行」を選択したユーザーのエージェントは、決してブロックされません。

編集スキルやルールファイルの編集に、サンドボックスでの承認は不要になりました。

サンドボックス内でも Git への書き込みが可能になりました。

サンドボックス内のエージェントセッション全体で、ファイル編集の承認が保持されます。

サンドボックス内では、ワークスペース外のフォルダ編集をセッション中に許可できるようになりました。

CLI にチームおよび MDM フックのサポートを追加し、より効率的な実行を実現しました。

エディタで既にサポートされているフックを CLI にもさらに追加しました。詳細はドキュメントのフック一覧をご覧ください。

CLI で Claude Code のフックとの互換性を追加しました。

CLI のウォームスタート時の起動が高速化されました。

「すべて実行」「サンドボックスでの自動実行(利用可能な場合)」「毎回確認(ホワイトリスト)」を含む、エディタと統一された CLI 権限を実装しました。

Ctrl+Cの検出機能を改善し、CLI でエージェントの実行をキャンセルする際に誤って終了しないようにしました。

Ctrl+Dは、空のチャットで即座に終了するように変更され、一般的なシェルの動作と一致しました(CLI)。

直近のチャットセッションをすばやく再開するための -continue を CLI に追加しました(これは --resume=-1 の略記です)。

/mcp enable および /mcp disable コマンドは、CLI で補完時に関連する MCP サーバーのみを表示するように変更されました。

対応しているモデルに対して最大モードを切り替えるための /max-mode [on|off] を CLI に追加しました。

CLI での Vim モードサポートが改善されました。

バグ修正(14 件)

MCP サーバー接続を追加する際のパフォーマンス問題を修正しました。

Windows の UI 要素(チャットタブのタイトル、コードブロックの見出し、@メンションなど)でテキストが切り捨てられる問題を修正しました。

ブラウザパネルが他の UI コンポーネントの上に正しくレンダリングされるように修正しました。

ブラウザからローカルネットワークへのアクセス権限を要求できるようになり、Okta などのアイデンティティプロバイダーとの認証フローが正常に動作するようになりました。

ブラウザタブの分割および結合に関する問題を修正しました。

メッセージキューイングの処理を改善し、キューされたアイテムのドラッグ&ドロップによる並べ替え機能を追加しました。

アプリの再読み込みまたは再起動後に、チャットタブの永続性が確保されました。

git worktrees における構文強調表示の問題が修正されました。

アプリ再起動後にも、以前のセッションからの古い差分ビューが表示され続ける問題が修正されました。

タイトルバーを非表示にした際にタブが消えてしまう問題が修正されました。

ドットファイルへの編集が行われた際、受け入れ/拒否の差分 UI が時折表示されない問題が修正されました。

CLI においてテキスト変更が頻繁に行われる場合の入力遅延の一部ケースが修正されました。

CLI のキューイングされたフォローアップにおけるテキストの折り返しが修正されました。

CLI のプラン実行モード中に編集ツールの使用を許可してしまう不具合が修正されました。

原文を表示

Agents are solving increasingly complex, long-running tasks across your codebase. This release introduces new agent harness improvements for better context management, as well as many quality-of-life fixes in the editor and CLI.

Subagents

Subagents are independent agents specialized to handle discrete parts of a parent agent's task. They run in parallel, use their own context, and can be configured with custom prompts, tool access, and models.

The result is faster overall execution, more focused context in your main conversation, and specialized expertise for each subtask.

Cursor includes default subagents for researching your codebase, running terminal commands, and executing parallel work streams. These will automatically start improving the quality of your agent conversations in the editor and the Cursor CLI.

Optionally, you can define custom subagents. Learn more in our docs.

Skills

Cursor now supports Agent Skills in the editor and CLI. Agents can discover and apply skills when domain-specific knowledge and workflows are relevant. You can also invoke a skill using the slash command menu.

Define skills in SKILL.md files, which can include custom commands, scripts, and instructions for specializing the agent’s capabilities based on the task at hand.

Compared to always-on, declarative rules, skills are better for dynamic context discovery and procedural “how-to” instructions. This gives agents more flexibility while keeping context focused.

Image generation

Generate images directly from Cursor's agent. Describe the image in text or upload a reference to guide the underlying image generation model (Google Nano Banana Pro).

Images are returned as an inline preview and saved to your project's assets/ folder by default. This is useful for creating UI mockups, product assets, and visualizing architecture diagrams.

Cursor Blame

On the Enterprise plan, Cursor Blame extends traditional git blame with AI attribution, so you can see exactly what was AI-generated versus human-written.

When reviewing or revisiting code, each line links to a summary of the conversation that produced it, giving you the context and reasoning behind the change.

Cursor Blame distinguishes between code from Tab completions, agent runs (broken down by model), and human edits. It also lets you track AI usage patterns across your team's codebase.

Clarification questions from the agent

The interactive Q&A tool used by agents in Plan and Debug mode now lets agents ask clarifying questions in any conversation.

While waiting for your response, the agent can continue reading files, making edits, or running commands, then incorporate your answer as soon as it arrives.

You can also build custom subagents and skills that use this tool by instructing them to "use the ask question tool."

Improvements (29)

Use agent to start working with the upgraded Cursor CLI in your terminal.

MCP server definitions and tools now live as JSON files in .cursor. Agents discover and load MCPs only when needed, reducing token usage and keeping the context focused.

Agents can now proactively request switching modes mid-conversation when it detects a different mode would be more effective for the task. You can also auto-approve and auto-reject specific transitions.

Fast read-only diff viewer improved performance of the review changes pane.

It's now faster to open and resize any chats which used inline code blocks.

Agents can now read PDFs, which you can attach in chats as context.

CLI can be linked to run as a service account.

Improved capabilities & coverage for hooks: stop hook; modify prompts beforeSubmitPrompt ; PreToolUse and PostToolUse hooks.

Hook commands now start 40x faster.

The in-editor browser is now 10× faster at navigation, with more reliable click actions, drag-and-drop support, and improved text input handling. Agents can also lock the browser while working to prevent accidental interference.

Light mode is now supported in the Cursor web dashboard.

We've removed the peek sidebar based on your feedback.

Windows notifications now have accept/reject buttons like MacOS.

Users who choose to "Run Everything" will never have their agents blocked.

Editing skills and rules files no longer requires approval in sandboxes.

Git writes are now allowed in sandboxes.

File edit approvals persist for the entire agent session in sandboxes.

Out-of-workspace folder edits can be allowed for the session in sandboxes.

Added team and MDM hooks support to CLI with more efficient execution.

Added more hooks to CLI already supported in the editor. See the full list of hooks in our docs.

Added compatibility with Claude Code hooks in CLI.

Faster startup on warm starts in CLI.

Unified CLI permissions with the editor, including Run Everything, Auto-Run in Sandbox (if available), and Ask Every Time (allowlist).

Improved Ctrl+C detection prevents accidental exits when canceling agent runsin CLI.

Ctrl+D now exits immediately on empty chat, matching common shell behavior in CLI.

Added -continue to quickly resume your last chat session (shorthand for --resume=-1) in CLI.

/mcp enable and /mcp disable now only show relevant MCP servers in autocomplete in CLI.

Added /max-mode [on|off] to toggle max mode on models that support it in CLI.

Better vim mode support in CLI.

Bug Fixes (14)

Fixed performance issue with adding more MCP server connections.

Fixed text being truncated in Windows UI elements including chat tab titles, code block headers, and @-mentions.

Fixed the Browser panel rendering on top of other UI components.

Browser can now request local network permissions, fixing authentication flows with identity providers like Okta.

Fixed issues with splitting and joining browser tabs.

Improved message queueing with better handling, and added drag-and-drop reordering for queued items.

Fixed chat tabs persistence after reloading or restarting the app.

Fixed syntax highlighting issues in git worktrees.

Fixed stale diff views from previous sessions remaining visible after app restart.

Fixed tabs disappearing when the titlebar is hidden.

Fixed the accept/reject diff UI sometimes not appearing when edits were made to dotfiles.

Fixed some cases of input lag when handling rapid text changes in CLI.

Fixed text wrapping in queued follow-ups in CLI.

Fixed an issue allowing edit tool usage during plan mode execution in CLI.

この記事をシェア

関連記事

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日報で今日の重要ニュースをまとめ読み

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