簡素化された料金体系、バックグラウンドエージェント、刷新版インライン編集
開発チームは統一料金プランを導入し、全モデル対応のMax Modeと並列処理機能「Background Agent」を追加しました。さらに編集・チャット機能を強化し、操作性を向上させます。
リクエストベースの統一価格設定、すべての上位モデル向けの Max モード、および並列タスク実行のための Background Agent をご紹介します。さらに、@folders サポートによる改善されたコンテキスト管理、新しいオプションを備えた刷新された Inline Edit、高速なファイル編集、マルチルートワークスペースサポート、エクスポートや複製機能を強化したチャット機能などについてもご案内します。
よりシンプルで統一された価格設定
皆様のフィードバックにお応えし、混乱を避けるための統一価格モデルを導入しました。その仕組みは以下の通りです。
すべてのモデル利用がリクエストベースの価格設定に統合されました
Max モードではトークンベースの価格設定(API 価格設定と同様)を採用しています
シンプルさを保つため、プレミアムツール呼び出しとロングコンテキストモードは廃止されました
Hobby、Pro、Business の各プランにおけるクォータに変更はなく、低速リクエストも引き続きプランに含まれています。すべての利用状況はダッシュボードでご確認いただき、支出の追跡と管理にお役立てください。
すべての上位モデル向けの Max モード
Max モードは now、Cursor 内の最先端モデルすべてで利用可能となり、シンプルなトークンベースの価格設定モデルが採用されています。これは、最も必要な際に完全なコントロールを提供するために設計されています。モデルピッカーから有効化し、どのモデルがこの機能をサポートしているかを確認できます。新しいモデルが登場した際も、Max モードは初日からその全機能を発揮するための方法となります。
より多くのコンテキスト、知能、およびツール利用が必要な困難な問題に対して最適です。それ以外のケースでは、これまでと同様の機能を持つ通常モードが引き続き推奨されます。
料金体系はシンプルです:トークン使用量に基づいて課金されます。CLI ベースのコーディングツールを使用したことがある方なら、Max モードが Cursor 内でそのまま使える感覚になるでしょう。
注意:古いバージョンの Cursor をお使いの場合は、今後数週間は以前の MAX バージョンとロングコンテキストモードに引き続きアクセスできます。ただし、これらの機能はまもなく廃止されるため、引き続き利用するにはアップデートすることをお勧めします。
新しい Tab モデル
複数のファイルにわたる変更を提案できるようになった新しい Tab モデルをトレーニングしました。このモデルは特にリファクタリング、編集チェーン、複数ファイルの変更、関連するコード間での移動において優れた性能を発揮します。また、日常利用においてもより自然でレスポンスが速いと感じられるようになるでしょう。
これに伴い、補完提案にも構文ハイライト機能を追加しました。
imageJavaScript または TypeScript のコードを含むコードエディタウィンドウのクローズアップスクリーンショット。コードには importJSONFile 関数と、createCollection、JSON パース、キーバリュー処理に関するロジックが含まれています。下部の浮動ツールチップには、Tab キーを押してファイルダイアログ dialog.tsx にジャンプするよう提案されており、React アイコンで示されています。インターフェースはダークテーマを使用しています。
バックグラウンドエージェント(プレビュー)
早期プレビューとして段階的に展開中:Cursor エージェントが今やバックグラウンドで実行できるようになりました!試すには、設定 > ベータ > バックグラウンドエージェントへお進みください。
これにより、複数のエージェントを並列実行して、より大規模なタスクに取り組むことができます。各エージェントは独自のリモート環境で動作します。いつでもステータスを確認したり、フォローアップを送信したり、操作を引き継いだりできます。
皆様の意見を伺いたく思います。まだ初期段階ではありますが、内部では背景エージェントが細かい修正の解決、調査の実施、中規模なプルリクエストの初稿作成に有用であることが分かっています。詳細は cursor.com/docs/background-agent でご覧ください。
コードベース全体をコンテキストに含める
@folders を使用して、コードベース全体をコンテキストに追加できるようになりました。ただし、設定から「フォルダ全体のコンテンツ」を有効にする必要があります。フォルダ(またはファイル)が大きすぎて含まれない場合、コンテキストピルにその旨を示す小さなアイコンが表示されます。
エージェント統合を備えた刷新されたインライン編集 (Cmd/Ctrl+K)
インライン編集 (Cmd/Ctrl+K) の UI が刷新され、フルファイル編集 (⌘⇧⏎) やエージェントへの送信 (⌘L) に関する新しいオプションが追加されました。
フルファイル機能を使えば、エージェントを使用せずにファイルの範囲変更を簡単に行えます。ただし、複数のファイルにまたがる編集を行いたいコードの一部を扱っている場合や、エージェントから得られる以上の制御権限を求めているケースもあるかもしれません。そのような場合は、選択したコードブロックをエージェントに送信し、そこから編集を継続します。
エージェントを活用した長文ファイルの高速編集
エージェントに新しいツールを追加し、ファイル内のコードを検索して置換できるようにしました。これにより、長いファイルでの作業効率が大幅に向上します。ファイル全体を読み込む代わりに、編集が必要な正確な場所を特定し、その部分のみを変更できるようになりました。Postgres コードベースのファイルを編集する例では、検索・置換ツールを使用することで、従来の方法よりもほぼ 2 倍の速度で処理できます。この機能はまず Anthropic モデル向けに展開され、間もなく他のモデルにも拡大されます。
ワークスペースで複数のコードベースを扱う
マルチルートワークスペースを作成できるようになり、Cursor で複数のコードベースを利用可能になりました。すべてがインデックス化され Cursor で利用可能になるため、異なるフォルダにあるプロジェクトを同じ空間で作業したい場合に理想的です。
追加されたすべてのフォルダで .cursor/rules がサポートされます
imageCursor のマルチルートワークスペース
チャットでの作業
チャットのエクスポート
チャットビューからチャットを Markdown 形式でエクスポートできるようになりました。テキストとコードブロックは最終的なエクスポートに含まれます。
チャットの複製
既存の会話を保持しながら、会話から異なるパスを探求することが可能になりました。これはチャットの複製機能によるものです。メッセージに移動し、3 ドットメニューから新しいチャットを開始してください。
原文を表示
Introducing unified request-based pricing, Max Mode for all top models, and Background Agent for parallel task execution. Plus, improved context management with @folders support, refreshed Inline Edit with new options, faster file edits, multi-root workspace support, and enhanced chat features including export and duplication.
Simpler, unified pricing
We’ve heard your feedback and are rolling out a unified pricing model to make it less confusing. Here’s how it works:
All model usage is now unified into request-based pricing
Max mode now uses token-based pricing (similar to how models API pricing works)
Premium tool calls and long context mode are removed to keep it simple
Quotas on plans Hobby, Pro and Business has not changed and slow requests are still included in the plans. All usage can be found in your dashboard to help you track and manage your spend.
Max Mode for all top models
Max Mode is now available for all state-of-the-art models in Cursor, with a simpler token-based pricing model. It’s designed to give you full control when you need it most. You can enable it from the model picker to see which models support it. When new models roll out, Max Mode will be how we deliver their full capabilities from day one.
It’s ideal for your hardest problems when you need more context, intelligence and tool use. For everything else, normal mode is still recommended with the same capabilities you’re used to.
The pricing is straightforward: you’re charged based on token usage. If you’ve used any CLI-based coding tool, Max mode will feel like that — but right in Cursor.
Note: If you’re using an older version of Cursor, you’ll still have access to the previous MAX versions and long context mode for a few weeks. However, these features will be sunset soon, so we recommend updating to continue using these capabilities.
New Tab model
We’ve trained a new Tab model that now can suggest changes across multiple files. The model excels particularly at refactors, edit chains, multi file changes, and jumping between related code. You’ll also notice it feels more natural and snappier in day-to-day use.
With this we’ve also added syntax highlighting to the completion suggestions.

Background Agent (Preview)
In early preview, rolling out gradually: Cursor agents can now run in the background! To try it, head to Settings > Beta > Background Agent.
This allows you to run many agents in parallel and have them tackle bigger tasks. The agents run in their own remote environments. At any point, you can view the status, send a follow-up, or take over.
We’re curious to hear what you think. While it is still early, we’ve found background agents useful internally for fixing nits, doing investigations, and writing first drafts of medium-sized PRs. Read more at cursor.com/docs/background-agent.
Include your entire codebase in context
You can now use @folders to add your entire codebase into context, just make sure to enable Full folder contents from settings. If a folder (or file) is too large to be included, you’ll see a small icon on the context pill indicating this.
Refreshed Inline Edit (Cmd/Ctrl+K) with Agent integration
Inline Edit (Cmd/Ctrl+K) has gotten a UI refresh and new options for full file edits (⌘⇧⏎) and sending to agent (⌘L)
Full file makes it easy to do scope changes to a file without using agent. However, you might come across cases where you’re working with a piece of code you want to make multi-file edits to or simply just want more control you can get from agent. That’s when you want to send selected codeblock to agent and keep on editing from there.
Fast edits for long files with Agent
We’ve added a new tool to the agent that will search & replace code in files, making it much more efficient for long files. Instead of reading the complete file, Agent can now find the exact place where edits should occur and change only that part. Here's an example editing a file in Postgres codebase where using search & replace tool is nearly double as fast. We’re rolling this out to Anthropic models first and will expand to other models soon.
Work in multiple codebases with workspaces
Now you can create multi-root workspaces to make multiple codebases available to Cursor. All of them will be indexed and available to Cursor, ideal when you have projects in different folders you want to work on in the same space.
.cursor/rules are supported in all folders added

Working with Chat
Exporting Chat
You can now export chats to markdown from the chat view. Text and code blocks are included in the final export.
Duplicate Chats
Exploring different paths from a conversation while preserving the existing is now possible with chat duplication. Go to a message and start a new chat from the three dots menu.
関連記事
Cursor のデザインモード機能強化
Cursor ブラウザのデザインモードが更新され、ユーザーは要素を複数選択したり音声で指示を出したりして、エージェントに UI 変更を依頼できるようになった。
Cursor SDK にカスタムストア、カスタムツール、自動レビュー機能を追加
Cursor は TypeScript および Python SDK の新機能として、エージェントや実行メタデータの保存方法の選択、独自関数のツール化、ローカルツールの自動レビュールーティング、サブエージェントのネスト対応を実装しました。これにより、プロダクションスクリプトや CI 環境での利用が容易になります。
Canvas のデザインモードとコンテキスト使用状況レポート機能の追加
Cursor が Canvas にデザインモードを追加し、UI 要素を直接選択・注釈して編集を指示できるようになった。また、コンテキストの使用状況を把握する新機能も導入された。
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み