信頼性、キーボードショートカット、早期アクセスのオプトイン
Cursor は Claude 3.7 Sonnet の MAX モード対応、メモリ使用量の削減、および MCP サーバー設定の強化を含む安定性とパフォーマンスの大幅な改善をリリースした。
キーポイント
Claude 3.7 Sonnet と MAX モードの統合
Claude 3.7 Sonnet の「Thinking」機能に対応し、MAX モードでのコスト計算(2 リクエスト分)やプロンプト改善が実施された。
パフォーマンスとメモリ最適化
メモリ使用量が削減され、エディタの安定性が向上したほか、`.cursorignore` の挙動やファイル編集時のエラー処理も修正されている。
開発者体験(DX)の強化と MCP 対応
グローバルな MCP サーバー設定ファイル(`~/.cursor/mcp.json`)の追加、ネストされたルールディレクトリのサポート、および複数画像アップロード機能の実装が行われた。
UI/UX と設定のカスタマイズ
新しいテーマ(Cursor Midnight など)、キーボードショートカットメニューの完全実装、ベータ版へのオプトイン機能、および自動モデル選択機能が追加された。
重要な引用
Thinking will now cost 2 requests instead of 1.
We choose the most appropriate premium model for the task at hand based on performance, speed, and availability
Added global server configuration with `~/.cursor/mcp.json`
影響分析・編集コメントを表示
影響分析
このリリースは、AI エディタとしての実用性を高めるための基盤整備(メモリ最適化、MCP 対応)と、最新モデル機能の迅速な実装(Claude 3.7 Thinking)の両面から Cursor の競争力を維持・強化するものです。特にコスト計算の変更や MCP 標準化は、開発者が大規模プロジェクトで AI を利用する際の予測可能性と効率性を高める重要なステップです。
編集コメント
Cursor は最新モデルの機能を即座に実装するスピードと、MCP 標準への対応など開発者インフラとしての成熟度を示しています。ただし、Thinking モードのコスト増は、頻繁な利用における予算管理を要する点として注視が必要です。
パッチ (11)
0.47.1: パフォーマンスの改善、コードブロック適用用の再生ボタンの復元
0.47.2: カーソルタブが単一行選択でも動作するようになりました
0.47.3: ファイル編集時のツール呼び出しエラーに関する問題を修正
0.47.4: エディター内で差分表示(diff)が残ってしまう特定のケースを修正
0.47.5: Claude 3.7 Sonnet の今後の MAX モード互換性に対応するクライアントサイドサポートを追加
0.47.6: 適用速度の向上、カーソル無視(cursorignore)により編集が失敗した場合にユーザーへ警告
0.47.7: 思考機能あり・なし両方の 3.7 Sonnet 対応 MAX モード
0.47.8: スクロール可能なモデル名の UI 修正
0.47.9: メモリ使用量に関連するパフォーマンスの改善
0.47.10: .github や他の . で始まるフォルダーとのチャット/適用機能の不具合を修正し、小規模なパフォーマンス修正を追加
0.47.11: リリーストラックピッカー(プレリリースまたは標準)の追加、稀に dmg インストーラーが動作しない問題を修正
今回のリリースは主に安定性とパフォーマンスの改善に焦点を当てており、既存機能の動作向上を図っています。
メモリ使用量とパフォーマンス: 新バージョンではメモリ使用量が削減され、より安定しています。
キーボードショートカット: すべてのキーボードショートカットが「キーボードショートカット」メニューから利用可能になりました。設定 > キーボードショートカットにて、既存のショートカットの変更や新規追加が可能です。
早期アクセスへの参加: 設定 > ベータ > アップデート頻度 から、早期アクセスプログラムに参加できるようになりました。
モデルの自動選択: タスクの内容に基づき、パフォーマンス、速度、利用可能性を考慮して最適なプレミアムモデルを自動的に選択します。これにより、モデルのパフォーマンス低下や障害発生時でも安定した性能を発揮できます。
テーマ: Cursor Dark、Cursor Midnight、および Cursor Dark(ハイコントラスト)を含む新規および更新されたテーマ。
UI の改善: チャット内のツール呼び出し UI、思考 UI、エラーメッセージが改善されました。また、新バージョンの利用可能時期をより明確にするため、アプリ内に新しい更新通知を追加しました。
ルール: 階層化された .cursor/rules ディレクトリの許可と、ルールが適用されている状態をより明確にするための UX の改善を行いました。
MCP: ~/.cursor/mcp.json を使用したグローバルサーバー設定と環境変数のサポートを追加しました。
Sonnet 3.7 の思考機能: 3.7 のプロンプトに関するいくつかの改善を行いました。これにより、思考機能の実行には以前 1 リクエストだったものが 2 リクエスト必要になります。さらなる改善は今後数日間で順次展開されます。
無視ファイル: .cursorignore の動作を改善し、ファイルをより一貫して除外できるようにしました。
複数画像のアップロード: チャット内で複数の画像を一度にアップロードできるようになりました。
原文を表示
Patches (11)
0.47.1: Improved performance, added back play button to apply code blocks
0.47.2: Cursor Tab accepts work with single-line selections
0.47.3: Fixes an issue with tool call errors on file edits
0.47.4: Fixes an edge case where red diffs stick around in the editor
0.47.5: Client-side support for upcoming MAX mode compatbility for Claude 3.7 Sonnet
0.47.6: Faster applies, warns user when edits fails because of cursorignore
0.47.7: MAX mode for 3.7 Sonnet with and without thinking
0.47.8: UI fix for scrollable model name
0.47.9: Performance improvements related to memory usage
0.47.10: Fix for chat/apply not working with .github and other . prefixed folders, and small performance fixes.
0.47.11: Release track picker (prerelease or standard), fix for dmg installer not working in rare cases
This release focuses mainly on stability and performance improvements to make existing features work better.
Memory Usage and Performance: The new release uses less memory and is more stable.
Keyboard Shortcuts: All keyboard shortcuts are now available in the Keyboard Shortcuts menu. Go to Settings > Keyboard Shortcuts to modify or add new shortcuts.
Early access opt-in: You can now opt in to early access from Settings > Beta > Update frequency.
Auto select model: We choose the most appropriate premium model for the task at hand based on performance, speed, and availability so you get performance even during model degradation or outages.
Themes: New and updated themes including Cursor Dark, Cursor Midnight, and Cursor Dark (High contrast).
UI improvements: Improved tool calling UI, thinking UI and error messages in chat. We've also added a new update notification in the app to make it clearer when a new version is available.
Rules: Allow nested .cursor/rules directories and improved UX to make it clearer when rules are being applied.
MCP: Added global server configuration with ~/.cursor/mcp.json and support for environment variables.
Sonnet 3.7 thinking: We've made a few improvements to 3.7 prompting. Thinking will now cost 2 requests instead of 1. More improvements will be rolling out in the coming days.
Ignore files: Improved .cursorignore behavior to more consistently exclude files
Upload multiple images: You can now upload multiple images at once in chat.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み