エージェント準備完了とUI刷新
Cursor はエージェント機能をデフォルトモードへ昇格させ、UI を刷新するとともに、Web 検索の自動実行や MCP ツールの統合強化など、開発者体験を大幅に向上させる一連の機能更新と安定性改善を発表した。
キーポイント
エージェント機能のデフォルト化と UI 刷新
Chat, Composer, Agent の区別がなくなり、状況に応じて適応する単一のスマートインターフェース「Agent」がデフォルトモードとなった。また、集中力を高めるための新テーマや @-コンテキストメニューの簡素化など、UI が一新された。
Web 検索と MCP ツールの自動化強化
エージェントは明示的なコマンドなしで自動的に Web 検索を実行可能となり、MCP ツールも Yolo モードでの自動実行やプロジェクトサーバー設定の柔軟性が向上した。
ファイル管理とルール適用の高度化
.cursorignore の機能拡張により、チャット送信やタブ補完からの除外が可能になり、.cursorindexingignore でインデックス制御を細分化。また、プロジェクト全体のルール適用に視覚的インジケーターが追加された。
安定性向上とバグ修正の継続
メモリリークやクラッシュ防止システムの強化、Windows におけるインストール・エラーの修正など、10 以上のパッチでパフォーマンスと信頼性が大幅に改善された。
重要な引用
Agent is now the default mode, bringing a more powerful and unified AI experience.
Agent can now automatically search the web for up-to-date information without requiring explicit @Web commands.
.cursorignore now blocks files from being added in chat or sent up for tab completions.
影響分析・編集コメントを表示
影響分析
Cursor は単なるコード補完ツールから、自律的に情報を収集・判断してタスクを遂行する「エージェント」へと進化を遂げたことで、開発者のワークフローにおける AI の役割を根本から変える可能性があります。特に、Web 検索の自動実行や MCP ツールのシームレスな統合は、複雑な外部リソース連携を必要とする現代の開発環境において、生産性を劇的に高める重要な転換点となります。
編集コメント
Cursor の今回のアップデートは、AI ツールが「指示待ち」から「自律実行」へパラダイムシフトする象徴的な事例です。特に MCP や Web 検索の自動化機能は、開発者が複雑な設定を気にせず、より高次な思考に集中できる環境を提供する点で画期的と言えます。
修正事項 (3)
クラッシュ: メモリとパフォーマンスの改善を通じて安定性を向上させ、追加のクラッシュ防止システムを整備しました。
MCP: Cursor での MCP サーバー構築における信頼性と利便性が向上しました。
Windows: チャットコードブロック内の改行エラーを修正し、自動アンインストールの問題も解決しました。
パッチ (11)
0.46.1: HTTP2 およびシステム証明書エラーを修正し、メモリリークを解消
0.46.2: MCP の信頼性を向上させ、MCP 用の Yolo モード(注:Yolo mode)無効化オプションを追加
0.46.3: ダウンロードの信頼性を強化し、キーバインドの問題を修正
0.46.4: 複数の画像添付をサポートし、「ユーザーがリクエストを中止しました」というエラーを修正
0.46.5: 拡張ツール呼び出し、長い Composer セッション、および再試行機能に関する問題を解決
0.46.6: Windows のインストールプロセスを改善
0.46.7: メモリ使用量とパフォーマンスを向上
0.46.8: Windows における「ツール名変更」アップデートエラーの修正、一部のユーザーでエージェントターミナルコマンドのキャンセルができなかった問題の修正
0.46.9: メモリおよびパフォーマンスの修正、Composer/チャットが最後のモード選択を記憶する機能の追加、エージェント/チャットでの HTTP/1.1 サポート対応、Linux の Python 環境変数の修正、Cursorignore の修正
0.46.10: チャット/適用機能が .github および他の . で始まるフォルダと動作しない問題の修正、および小規模なパフォーマンス改善。
0.46.11: リリーストラックピッカー(プレリリースまたは標準)の追加、稀に発生する DMG インストーラーの不具合の修正
Agent is ready: Agent は現在デフォルトモードとなり、より強力かつ統合された AI 体験をもたらします。Chat、Composer、そして Agent の間の混乱はもうありません - あなたのニーズに合わせて適応する単一のスマートインターフェースのみが存在します。
UI refresh: フォーカスに最適化された新しいデフォルト Cursor テーマによる、新鮮な塗り替えの第一段階です。また、Agent をより精密にするために @-コンテキストメニューを簡素化しました。
Web search: Agent は現在、明示的な@Web コマンドを必要とせずに、最新の情報を取得するために自動的に Web 検索を実行できます。
Ignore files: .cursorignore は、インデックスから除外するだけでなく、チャットへの追加やタブ補完の送信からもファイルをブロックします。ファイルインデックスを具体的に制御するために、.cursorindexingignore を導入しました。
Agent tool limit: ツール呼び出し制限 25 回に達した場合、「continue」を押して続行できます(これは新しいリクエストとしてカウントされます)。
Project rules: - ルールをグローバルに適用する新機能と、ルールが適用されるタイミングを示す視覚的インジケーター
MCP improvements:
Agent は現在、Yolo モードで MCP ツールを自動的に実行できます
プロジェクトサーバーは /.cursor/mcp.json で構成可能です
コンテキストとして MCP リソースを使用する Agent のサポート
Tab rebinding: タブ提案は now、editor.action.acceptCursorTabSuggestion を使用して別のキーバインドに再バインドできるようになりました。
原文を表示
Fixes (3)
Crashes: Enhanced stability through memory and performance improvements, with additional crash prevention systems in place.
MCP: Improved reliability and quality of life enhancements for building MCP servers in Cursor.
Windows: Fixed newline errors in Chat Codeblocks and resolved auto-uninstallation issues.
Patches (11)
0.46.1: Fixed HTTP2 and system certificate errors, resolved memory leaks
0.46.2: Improved MCP reliability, added option to disable yolo mode for MCP
0.46.3: Enhanced download reliability, fixed keybinding issue
0.46.4: Added support for multiple image attachments and fixed "User aborted request" error
0.46.5: Resolved issues with extended tool calls, long Composer sessions, and retry functionality
0.46.6: Improved Windows installation process
0.46.7: Improved memory usage and performance
0.46.8: Fix for windows 'rename tools' update error, fix for some users unable to cancel agent terminal commands
0.46.9: Memory and performances fixes, composer/chat remembers your last mode selection, http/1.1 support for agent/chat, linux python env vars fixed, cursorignore fixes
0.46.10: Fix for chat/apply not working with .github and other . prefixed folders, and small performance fixes.
0.46.11: Release track picker (prerelease or standard), fix for dmg installer not working in rare cases
Agent is ready: Agent is now the default mode, bringing a more powerful and unified AI experience. No more confusion between Chat, Composer, and Agent - just one smart interface that adapts to your needs.
UI refresh: Phase one of a fresh coat of paint with new default Cursor themes designed for focus. We've also simplified the @-context menu to make Agent more precise.
Web search: Agent can now automatically search the web for up-to-date information without requiring explicit @Web commands.
Ignore files: .cursorignore now blocks files from being added in chat or sent up for tab completions, in addition to ignoring them from indexing. We've introduced .cursorindexingignore for specifically controlling file indexing.
Agent tool limit: Upon reaching the 25 tool call limit, you can press "continue" to proceed (counts as a new request).
Project rules: - New capability to apply rules globally and a visual indicator for when rules will be applied
MCP improvements:
Agent can now automatically run MCP tools with Yolo mode
Configure Project Servers with <project-root>/.cursor/mcp.json
Support for Agent to use MCP resources as context
Tab rebinding: Tab suggestions can now be rebound to a different keybinding using editor.action.acceptCursorTabSuggestion
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み