Windsurf 1.9552.25 の更新内容
Windsurf Editorのバージョン1.9552.25アップデートにより、Claude Opus 4.6やGemini 3.1 Proなどの新モデルがプロモーション価格で利用可能になり、Arena Modeによるモデル比較機能やPlan Modeの自動切り替えなど、開発者の実務効率とモデル選択の自由度が大幅に向上した。
キーポイント
主要AIモデルの追加とプロモーション価格
Claude Opus 4.6(Fastモード含む)、Gemini 3.1 Pro、GLM-5、Minimax M2.5など複数の最新モデルが利用可能となり、セルフサービスユーザー向けに限定されたプロモーション価格が適用されている。
Arena ModeとPlan Modeの機能強化
IDE内で2つのCascadeエージェントを並行実行し、モデルの性能を比較・投票できる「Arena Mode」が提供され、Plan Modeでは計画実行後に自動的にCode Modeへ切り替わるなど、ワークフローの自動化が進んだ。
開発環境とセキュリティの改善
Windowsでの自己更新、Linux ARM64クライアント、MCPサーバーのリソース読み込み、およびセキュリティ関連のバグ修正(権限昇格の問題など)が行われ、安定性と互換性が向上した。
高度なカスタマイズとエンタープライズ機能
.agents/skillsディレクトリからのスキル読み込み、Cascade Hooksのクラウド設定、Devinサービスキー認証などのサポートにより、チーム単位での高度なカスタマイズと管理が可能になった。
新機能:Plan ModeとArenaタブ
コード記述や質問応答に加え、詳細な実装計画を作成するための「Plan Mode」が追加されました。また、モデル選択画面に新しいArenaタブが設けられ、ユーザーの投票に基づく個人およびグローバルなリーダーボードでモデル比較が可能になりました。
GPT-5.2-CodexとGemini 3 Flashのサポート
大規模なコードベースでの長時間セッションに優れたOpenAIの「GPT-5.2-Codex」が、低〜超高の4つの推論レベルで利用可能になりました。また、「Gemini 3 Flash」も全ユーザー向けに提供され、高速かつ高品質なエージェントワークフローを実現します。
管理者向け機能とエージェントスキルの追加
チーム全体のデフォルトモデル設定や、Windowsグループポリシーを用いた制限管理、コマンド自動実行の許可・拒否リストの設定など、管理者向けの制御機能が強化されました。さらに、Cascadeでの使用に対応した「Agent Skills」がサポートされています。
影響分析・編集コメントを表示
影響分析
このアップデートは、単なるモデルの追加にとどまらず、「どのモデルが自分のプロジェクトに最適か」をIDE内で検証・比較できるエコシステム(Arena Mode)を構築した点で意義深い。特にClaude Opus 4.6のFastモード導入は、高知能モデルのコストと速度のトレードオフを解決する重要な一歩であり、エンタープライズ層から個人開発者まで幅広いユーザーの生産性向上に寄与する。また、Plan Modeとの連携はAI支援コーディングにおける「思考」と「実装」の分断を埋めるものとして、今後のAIエディタの標準機能になり得る。
編集コメント
Windsurfは単なるコード補完ツールから、モデル選択と評価を内蔵した「AI実験プラットフォーム」へと進化しつつある。特にArena Modeは、ベンチマーク至上主義からの脱却を促し、実務ベースのモデル選定を促進する画期的な機能である。
Windsurf エディタ バージョン 1.9552.25 変更点要約
2026年2月21日公開のWindsurfエディタ(バージョン1.9552.25)のアップデートでは、主に新AIモデルの追加、機能改善、バグ修正が行われました。
1. 新規AIモデルの追加とプロモーション
複数の先進的なAIモデルが利用可能になり、期間限定のプロモーション価格が設定されています。
- Gemini 3.1 ProとClaude Sonnet 4.6がセルフサービスユーザー向けに追加。
- Zhipu AIのGLM-5(クレジット消費0.75倍)とMinimax M2.5(同0.25倍)が全ユーザー向けに導入。これらは「Arena Mode」の「Frontier Arena」および「Hybrid Arena」バトルグループにも含まれます。
- Claude Opus 4.6が通常版と高速版(「fast mode」、出力速度最大2.5倍向上)の両方で利用可能に。高速版は2月16日までリサーチプレビューとして提供。通常版もArena Modeの特定バトルグループで比較可能です。
- GPT-5.3-Codex-SparkがArena Modeの「Fast Arena」と「Hybrid Arena」に追加。
2. コア機能の拡張と改善
- Arena Modeの強化: モデルセレクターの全ユーザー公開、バトルグループの問題修正、UI改善(通知のスタイリング、バトルグループ選択時のモデルピッカー自動閉じる)が実施されました。このモードでは、モデルを隠して2つのCascadeエージェントを並列実行し、パフォーマンスを投票評価できます。
- Plan Modeの改善: 計画の実装を開始すると自動的に「Code Mode」へ切り替わるようになりました。
- Cascade Hooksの拡張: クラウドダッシュボードを通じたエンタープライズチーム向けクラウド設定のサポート、
post_cascade_responseフックでの適用ルール追跡(rules_appliedフィールド追加)、post_write_codeフックのコード編集ツールフォーマット対応が行われました。 - スキルとエージェント:
.agents/skillsディレクトリからのスキル読み込みをサポート。 - プラットフォーム対応: Linux ARM64クライアントの完全サポート(deb/rpmパッケージ)を実装。
3. バグ修正とパフォーマンス向上
- GitHub Pull Requests拡張機能との互換性を修正。
- Windowsでの自己更新機能を修正。
- Diffゾーンがコミット時に自動で閉じるよう修正。
- Linuxでの
osascript権限昇格誤検知(シェルコマンドインストール時)を修正。 - MCPサーバーリソース読み込みの修正と改善。
- 複数のメモリリークに対処。
- ToDoリストにおけるRTL(右から左)言語のレンダリングを改善。
- Devinサービスキー認証のサポートを追加。
- その他、様々なバグ修正とパフォーマンス改善を実施。
原文を表示
Windsurf Editor Changelog | WindsurfWindsurf Editor Changelog
Windsurf Next ChangelogJetBrains Plugin Changelog1.9552.25February 21, 2026Bug Fixes and Improvements
Fix compatibility with GitHub Pull Requests extension
Gemini 3.1 Pro is now available in Windsurf with limited-time promotional pricing for self serve users:
Claude Sonnet 4.6 is now available in Windsurf with limited-time promotional pricing for self serve users:
Two new models are now available in Windsurf with limited-time promotional pricing:
GLM-5 from Zhipu AI — 0.75x credits for a limited time
Minimax M2.5 — 0.25x credits for a limited time
Both models are available to all users and are included in Arena Mode's Frontier Arena and Hybrid Arena battle groups.
Fix for self-updating on Windows
Plan Mode now supports automatic switching back to Code Mode when you start implementing a plan
Added support for reading skills from the .agents/skills directory
Tracking triggered rules in the post_cascade_response hook via a new rules_applied field
Diff zones will now automatically close on commit
Full Linux ARM64 client support with deb and rpm packaging
Cloud configuration for Cascade Hooks is now available for enterprise teams via the cloud dashboard
Support for Devin service key authentication
Fixes for post_write_code hooks to handle all code editing tool formats
Fixes and improvements for MCP server resource loading
Fixed osascript privilege escalation being incorrectly triggered on Linux for shell command installation
Addressed multiple memory leaks
Improved RTL language rendering in todo lists
GPT-5.3-Codex-Spark is now available in Arena Mode's Fast Arena and Hybrid Arena battle groups
Claude Opus 4.6 (fast mode) is now available in Windsurf in research preview with limited-time promotional pricing for self serve users until Feb 16:
Opus 4.6 (fast mode) has the same intelligence as Opus 4.6 but with up to 2.5x higher output speeds.
Claude Opus 4.6 is now available in Windsurf with limited-time promotional pricing for self serve users:
Opus 4.6 is available in Arena Mode's Frontier Arena and Hybrid Arena. Try it head-to-head against other frontier models to see how it performs on your real-world tasks.
Various bug fixes and performance improvements
Released Tab v2 model selector to all users
Fix issues with Arena Mode Battle Groups
Improve UI styling for announcement popups and notifications
Close model picker when selecting a battle group
Arena Mode brings side-by-side model comparison directly into your IDE, plus Plan Mode for smarter task planning.
Run two Cascade agents side-by-side with hidden model identities and vote on which performs better. Arena Mode lets you discover which models actually work best for your workflow, codebase, and tasks—not just what benchmarks or influencers say.
Battle Groups: Choose specific models to compare or let Windsurf randomly select from curated groups like "fast models" vs "smart models"
Personal & Global Leaderboards: Your votes contribute to both a personal leaderboard (your preferences) and a global one (across all Windsurf users)
Sync or Branch: Send followup prompts to both agents simultaneously, or branch and explore different paths individually
To get started, select the new Arena tab in the model picker. All battle groups are free for the first week for paid users.
Plan Mode is a new Cascade mode alongside Code and Ask. Use it to create detailed implementation plans before diving into code.
Pro tip: Type megaplan in the Cascade input box to trigger an advanced form that asks clarifying questions to create a more aligned, comprehensive plan.
Admins can now set a default model that applies to all team members when they first open Windsurf
Various bug fixes and performance improvements
Fix bug with permanently disconnected cascades
Fixes commit message generation and codemaps suggestions
Enterprise admins can now specify organization-wide allow and deny lists for command auto-execution. Learn more
Bug fixes and performance improvements for diff zones
Improved overall stability and reliability
Added post_setup_worktree hook for initializing worktrees in Cascade
Improvements to GPT-5.2-Codex harness
Admins can now manage Windsurf restrictions via Windows Group Policy
Adds support for GPT-5.2-Codex with four reasoning efforts (low, medium, high, and xhigh). GPT-5.2-Codex is OpenAI's latest model designed for agentic coding. It excels at working in large codebases over long sessions. For most tasks, we recommend using the medium reasoning effort.
Various bug fixes and performance improvements
Improved stability and reliability
Windsurf now supports Agent Skills for Cascade.
Various bug fixes and performance improvements
Improved stability and reliability
Gemini 3 Flash is now available for all users. This model combines Gemini 3 Pro-grade reasoning with Flash-level speed and efficiency, making it ideal for agentic workflows and
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み