Windsurf Next Changelog

Windsurf Next is our beta release that allows you to test new features before they make it to the stable release.

1.13.110
January 16, 2026

Bug Fixes and Improvements

  • Improvements to GPT-5.2-Codex harness
  • Admins can now manage Windsurf restrictions via Windows Group Policy
1.13.109
January 14, 2026
1.13.109 GPT-5.2 Codex changelog banner

GPT-5.2-Codex

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.

Bug Fixes and Improvements

  • Various bug fixes and performance improvements
  • Improved stability and reliability
1.13.108
January 12, 2026

Bug Fixes and Improvements

  • Various bug fixes and performance improvements
  • Improved stability and reliability
1.13.107
January 9, 2026

New Features and Improvements

  • Plan Mode Update
  • Support for Skills

Bug Fixes and Improvements

  • Various bug fixes and performance improvements
1.13.106
December 27, 2025

Gemini 3 Flash

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 coding tasks.

  • Blazing Fast Responses: Experience near-instant feedback with 3x faster performance than previous generations, perfect for iterative development compared to Gemini 3 Pro
  • Superior Coding Intelligence: Outperforms even Pro-tier models on key coding benchmarks (78% on SWE-bench Verified), providing more accurate code generation and debugging
  • Deep Multimodal Understanding: Easily process complex video, data extraction, and visual Q&A tasks with frontier-level reasoning

Bug Fixes and Improvements

  • Various bug fixes and performance improvements
  • Tab fixes and improvements
1.13.104
December 24, 2025

Wave 13: Merry Shipmas

Wave 13 brings first-class support for parallel, multi-agent sessions in Windsurf, along with Git worktrees, side-by-side Cascade panes, and a dedicated terminal profile for more reliable agent execution.

1.13.104 Windsurf Wave 13 Shipmas Changelog Banner

SWE-1.5 Free

Our near-frontier model, SWE-1.5, is now available for free to all users for the next 3 months. SWE-1.5 Free has the full intelligence of SWE-1.5, with the same coding performance on SWE-Bench-Pro, but delivered at standard throughput speeds. The original variant of SWE-1.5 hosted on Cerebras will continue to be available for paid users. SWE-1.5 Free will replace SWE-1 as the default model in Windsurf starting today.

Git Worktree Support

Windsurf now supports Git worktrees, letting you spawn multiple Cascade sessions in the same repository without conflicts. Git worktrees check out different branches into separate directories while sharing the same Git history.

Multi-Cascade Panes & Tabs

You can already run multiple Cascade sessions in Windsurf at the same time. Now, you can view and interact with them in separate panes and tabs within the same window. This lets you monitor progress and compare outputs of sessions side-by-side, or even turn Windsurf into a big Cascade dashboard.

Cascade Dedicated Terminal (Beta)

Windsurf introduces a new approach for letting agents execute terminal commands. Instead of your default shell, Cascade will now run commands in a dedicated zsh shell specifically configured for reliability. The Cascade Dedicated Terminal can use the environment variables you set in your .zshrc configuration and is interactive, which means you can answer any prompts from shell scripts without having to break your flow. This should improve the reliability and speed of shell commands, especially for users with complicated prompts (e.g., powerlevel10k).

In this version, the Cascade Dedicated Terminal will be opt-in for Windsurf Stable on macOS. If you are experiencing issues with the older legacy terminal, we recommend switching to the new terminal early. We expect to make this feature the default in the future, while maintaining the legacy terminal extension for backwards compatibility purposes. You can opt-in in the Windsurf User Settings -> Disable Windsurf Legacy Terminal Profile.

Context Window Indicator

When a model's context window grows too long, earlier context can be dropped without warning and performance can degrade. Cascade already extends the window by occasionally summarizing messages and clearing history. This release adds a visual indicator to see how much of your context window is currently in use, helping you anticipate limits and decide when to start a new session.

Cascade Hooks

Execute custom commands at key points during Cascade's workflow, including on model response for auditing purposes.

System-level Rules & Workflows

Enterprises can deploy rules and workflows via MDM policies, allowing organizations to place rules and workflows files on users' machines.

Bug Fixes and Improvements

  • Enhanced diff zone behavior with configurable scroll-to-next-hunk settings (default off)
  • Preserved colors and styling in Cascade terminal output
  • Multiple fixes to the Model Context Protocol implementation
  • Supports lowering permissions for Cascade's Web Fetch tool
  • Fix race condition in the dedicated terminal implementation
  • Support force killing commands in the dedicated terminal
  • Improved markdown completion
  • Fix opening old Cascade diffs
1.12.167
December 23, 2025

Bug Fixes and Performance Improvements

  • Fix race condition in the new dedicated terminal implementation
  • MCP fixes
  • Added setting to control scroll-to-next-hunk behavior in diff zones (default off)
  • Improve markdown completion
  • Preserve terminal colors and styling in the Cascade terminal output pane
  • Diff zone fixes and improvements
  • Support turbo mode for web fetch requests made by Cascade's Web Fetch tool
  • Support force killing commands in the new dedicated terminal
1.12.166
December 21, 2025

New Features

Windsurf Dedicated Terminal

  • Introduces a new terminal for Cascade that improves command execution reliability (OS X only)

Multi Cascade Panels and Tabs

  • Adds support for multiple Cascade panels and tabs, allowing users to work with multiple Cascade sessions simultaneously

Cascade Hooks on Cascade Response

  • Allows users to configure Cascade Hooks on model response, specifically for logging all Cascade responses for auditing purposes

System-level Rules + Workflows

  • Allows enterprises to place rules and workflows files on users' machines with MDM policies

Bug Fixes

  • Fix opening old Cascade diffs
  • Fix various stability issues with the new terminal implementation
1.12.165
December 16, 2025

Patch Fixes and Improvements

  • Fix opening old Cascade diffs
1.12.164
December 15, 2025

Features

Added a new "Promo" label to LLM models that are newly available or have special discount pricing

Patch Fixes and Improvements

  • Enhances code block file path display to hide line numbers for whole files
  • Improves citation and language parsing in code blocks with a more robust regex pattern
  • Updates the UI for code block title bars to properly handle long paths with truncation
  • Fixes fallback diff handling for nonexistent files in code actions
  • Improves the auto-run command menu interface and its display logic
1.12.163
December 13, 2025

Patch Fixes and Improvements

Agents & Tool Execution

  • Fixed Command-I functionality
  • Fixed Ctrl+C during tool execution not working properly
  • Fixed Go (fallback) processes not being killed properly
  • Fixed handling of parallel tool call errors

UI & Rendering

  • Fixed incorrect indentation from code blocks in terminal rendering
  • Fixed nested lists not rendering on new line in terminal markdown
  • Fixed content spacing issues
  • Fixed streaming flashes

Messaging & Platform

  • Fixed rate limit error message to say "no credits were used" instead of "credits have been refunded"
  • Fixed continuously rechecking for updates on macOS
  • Added a user-facing message when API providers are exhausted

Tooling & Onboarding

  • Improved MCP tool call visibility (show tool name, args, etc)
  • Added loading indicators when thinking or during long running operations
  • Allowed clicking items in the Windsurf onboarding pane
  • Respected gitignore patterns in the workspace directory tree
1.12.162
December 12, 2025

Patch Fixes and Improvements

  • Reduce occurrence of "prompt is too long" errors
  • Request all supported scopes if no scopes are provided in MCP OAuth config
1.12.161
December 11, 2025
1.12.161 GPT-5.2 changelog banner

GPT-5.2

GPT-5.2 is now available in Windsurf. This model will be available for 0x credits in Windsurf (to paid users) for a limited time.

GPT-5.2 represents the biggest leap for GPT models in agentic coding since GPT-5 and is a SOTA coding model in its price range. The version bump undersells the jump in intelligence. We`re excited to make it the default across Windsurf and several core Devin workloads. - Jeff Wang, CEO of Windsurf

Download the latest version on Windsurf to try it out!

Bug fixes and improvements

  • General Windsurf stability and performance improvements
  • General Tab (Supercomplete) improvements and stability
  • Fixes issues with Cascade running commands that could not be cancelled during certain long-running processes
1.12.160
December 10, 2025

Diff Zones

  • Fixes issues with diff zones not rendering correctly or jumping to the end of a file when editing

Lifeguard

  • Fixes various Lifeguard bugs and stability issues

Tab (Supercomplete)

  • Improves reliability of Tab autocomplete
  • Makes Tab more responsive and faster in the appropiate circumstances

MCP Servers

  • Added support for MCP prompts
  • Added toggles to enable/disable MCPs in the Cascade header

Bug fixes and improvements

  • General stability and performance improvements
  • Fixes issues with login timing out too quickly during onboarding
1.12.158
December 8, 2025

Features & Tools

Cascade Hooks on User Prompts

  • Users can now configure Cascade Hooks on user prompts for logging all user prompts and blocking policy-violating prompts.

Worktree / Arena Mode

  • Added support for Worktree and Arena Mode.

MCP Servers

  • Added support for GitLab remote MCP.
  • Added OAuth support for GitHub remote MCP.
  • Fixed an issue where every MCP would reauth on opening Windsurf.

General Improvements

  • General performance and stability improvements.
  • Improvements for Tab (Supercomplete) autocomplete reliability.
1.12.157
December 4, 2025
1.12.157 GPT-5.1 Codex Max changelog banner

GPT-5.1-Codex Max

Introducing GPT-5.1-Codex Max in three reasoning tiers (Low, Medium, High). Low variant available at no cost to paid users for a limited time.

1.12.153
November 25, 2025
1.12.153 Claude Opus 4.5 changelog banner

Claude Opus 4.5

You can now use Claude Opus 4.5 in Windsurf!

Opus 4.5 is the most capable model in Windsurf yet and is now available at Sonnet pricing for a limited time (2x credits compared to 20x for Opus 4.1).

This model is available to all paid Windsurf subscribers.

1.12.152
November 21, 2025

AI Models

Gemini 3 Pro

  • You can now use Gemini 3 Pro (Low and High) in Windsurf! This is a preview release that is available to paid Trial, Pro, and Teams subscribers and will soon be extended to Enterprise users as well.
  • Resolved an issue where Gemini 3 Pro caused internal Cascade errors for some users.

SWE-1.5

  • Fixed notebook tool functionality for SWE-1.5.
  • Addressed an issue where SWE-1.5 would unexpectedly stop or return "No response requested".

Sonnet 4.5

  • Added support for Sonnet 4.5 with a 1M token context window.
  • Reduced the frequency of unnecessary Markdown file creation by Sonnet 4.5.

GPT-5.1 Codex and Codex Mini

  • Added support for GPT-5.1 Codex and Codex Mini with low reasoning effort configuration.

Features & Tools

Codemaps

  • Improved reliability of saving and retrieving Codemaps.
  • Fixed Codemap sorting and increased the limit of visible open Codemaps.
  • Resolved issues with mentioning Codemaps in Cascade.

MCP Servers

  • Fixed scope handling and OAuth authentication flows for various MCP servers.
  • Resolved issues preventing installation of new MCP servers.
  • Added support for handling embedded resource content in tool call responses.

Tab Completion

  • Improved latency, responsiveness, and accuracy of autocomplete.

Note: The Autocomplete setting has been removed as it was a legacy option that had no effect. Windsurf's Tab autocomplete feature is powered by Supercomplete.

Vibe and Replace

  • Fixed reliability issues with Vibe and Replace.

Fast Context

  • Added support for .codeiumignore and .gitignore for Fast Context.

General Improvements

  • Fixed various UI alignment issues with icons and styles.
  • General performance and stability improvements.
  • Fixed issues with the file search tool.
1.12.150
November 14, 2025

Worktree Preview

You can now use Windsurf's AI agent with worktrees to explore and modify code across multiple branches simultaneously.

MCP Server Improvements

  • Fixes issues with scopes and OAuth authentication flows for multiple MCP servers

Tab Completion

  • Improved latency, responsiveness, and accuracy of autocomplete.

Context Window Indicator Beta

  • Context window indicator now shows the current context window used by the Cascade AI agent.
1.12.149
November 14, 2025

GPT-5.1 Priority Mode

  • Added priority processing support for GPT-5.1 models, providing guaranteed low-latency responses for faster (~50 tokens/sec), more reliable AI assistance.
  • Priority processing costs 2x the standard rate, which will be reflected in the Windsurf credit system.

Patch Fixes and Improvements

  • Fixed tool call calling issues for GPT-5.1-Codex and GPT-5.1-Codex Mini models
1.12.148
November 13, 2025

GPT-5.1 and GPT-5.1-Codex

1.12.148 GPT-5.1 and GPT-5.1-Codex changelog banner

GPT-5.1 and GPT-5.1-Codex are now available in Windsurf. GPT-5.1 will become the default model in Windsurf for one week, and paid users get free access during this period.

GPT-5.1 and GPT-5.1-Codex deliver a solid upgrade from GPT-5 for agentic coding workflows. They're noticeably better at understanding what you're asking for and working with you to get it done. The new variable thinking feature dynamically adjusts reasoning depth—providing quick responses for simple tasks and more thoughtful analysis when complexity demands it.

Patch Fixes and Improvements

Removed Features

  • Knowledge Base: Removed the Knowledge Base feature

Bug Fixes

  • PowerShell + Turbo Mode: Fixed an issue where PowerShell was not running commands when Turbo Mode is enabled

Shortcuts

  • Attach current file to Cascade: New shortcut Option/Alt+Cmd+L when in an editor to attach the current file to Cascade
1.12.144
November 6, 2025

Features

MCP Improvements

  • Loading state indicators: Show loading state per installed MCP to improve visibility during initialization
  • Refresh only edited MCPs: When mcp_config.json is modified, only the affected MCP server instance is initialized/refreshed - no other instances are refreshed
  • Increased initialization timeout: MCP initialization timeout increased to 60s
  • Refresh button for error states: Show refresh button for MCPs in error state to allow manual recovery

Cascade Hooks

  • Enterprise feature: New Cascade Hooks feature available
  • Public documentation: Draft documentation with details and descriptions of hooks available in Windsurf Docs

Bug Fixes

  • Vim extension typing lag: Fixed bug causing typing lag when Vim extension is enabled

SWE 1.5 Image Support

  • Image understanding: Images are now supported in SWE 1.5, enabling visual content analysis
1.12.143
November 5, 2025

Features

Improvements to SWE-1.5 + Claude Sonnet 4.5 Mode

Enhanced the SWE-1.5 + Claude Sonnet 4.5 mode with improved performance and reliability for better coding assistance.

1.12.142
November 3, 2025

Features

Expanded Codemaps

Codemaps now include powerful new capabilities:

  • Chat with map - Interact directly with your codebase visualizations
  • Mermaid diagrams - Generate visual diagrams within maps for better code understanding
  • Cascade suggestions - Get AI-powered suggestions directly in your maps
  • Map option in chat/edit nudges - Easily create maps from chat and edit interactions
  • Smart mode option - Enhanced intelligent assistance when working with maps

Cascade Summarization Fix

Improved Cascade summarization to better handle longer conversations. Previously, summaries could be too aggressive and drop important context. Now maintains better continuity across long sessions with multiple file changes and user messages.

Sonnet 4.5 Support for SWE 1.5 Planning

You can now enable beta Sonnet 4.5 planning when using SWE 1.5. To enable, select SWE 1.5 first, then select the Sonnet 4.5 addon.

MCP Enhancements

  • Path component handling - Improved support for MCP URLs with path components (e.g., Smithery MCPs)
  • OAuth flow improvements - Better OAuth flow for streamable HTTP MCPs (e.g., Canva, ServiceNow's internal MCP)

Bug fixes and improvements

Performance Improvements

  • Sticky scroll lag fixes - Resolved lag spikes when using sticky scroll with Vim bindings
  • General slowness fixes - Addressed performance issues caused by VSCode OSS update
  • Terminal rendering optimization - Fixed rendering loop that caused 500ms+ delays on first terminal open

Terminal Fixes

  • PowerShell improvements - Fixed Windows terminal integration issues where commands would appear stuck
  • Shell theme compatibility - Resolved edge cases with custom shell themes (zsh, fish, powerlevel10k, etc.) that could cause Windsurf to break or show stuck commands

Editor Stability

  • Terminal freeze fix - Fixed an issue where the editor would freeze when opening the terminal
  • CMD+J fix - Resolved layout thrashing issue when opening terminal pane with CMD+J
1.12.140
October 31, 2025

Features

New beta plan mode (type /plan in the Cascade chat input to activate it).

Expanded Codemaps:

  • Chat with map
  • Mermaid diagrams in maps
  • Cascade suggestions for maps
  • Chat / edit nudge includes “map option”
  • Smart mode option

Bug fixes and improvements

  • Fixes for lag spikes when using sticky scroll
  • Fixes for general slowness caused by VSCode OSS update
  • Powershell fixes for Windows terminal integration / commands appearing stuck.
  • Fixes for certain edge cases around shells with custom themes.
  • Fixed an issue where the editor would freeze when opening the terminal
1.12.138
October 26, 2025

Falcon Alpha

You can now try a new stealth model in Windsurf: Falcon Alpha. Falcon Alpha is a powerful agentic model designed for speed. We're excited to hear what you build with it!

Patch Fixes and Improvements

  • Various performance improvements and bug fixes.
1.12.136
October 22, 2025

Patch Fixes and Improvements

  • Support and fixes for AGENTS.md
  • Improvements and bug fixes for Codemaps.
  • Improvements to Fast Context. Enterprises can opt in using the Windsurf Team Settings. Users can toggle Fast Context automatically using "CMD/Ctrl + Enter" on the first message in a chat.
  • New auto-linting behavior that speeds up Cascade.
  • Fix for MCP Marketplace not respecting team whitelist options.
  • Fixes for Jupyter Notebook tool.
  • Fixes for Memories, Rules, and Workflows.
  • General bug fixes and improvements.
  • Performance optimizations and stability enhancements.

Dependencies

  • Updated Code OSS to version 1.105.0 (Electron: 37.6.0, Chromium: 138.0.7204.251)
1.12.133
October 22, 2025

Patch Fixes

  • Bug fixes and improvements.
1.12.132
October 21, 2025

Patch Fixes

  • Bug fixes and improvements.
1.12.131
October 20, 2025

Patch Fixes

  • Bug fixes and improvements.
1.12.130
October 16, 2025

Patch Fixes

  • Early preview of Windsurf's new Tab model.
  • Bug fixes and improvements.
1.12.129
October 16, 2025

Patch Fixes

  • Bug fixes and improvements.
1.12.127
October 14, 2025

Patch Fixes

  • Fixes issues with the experimental Cascade tool for finding context not working properly.
  • Improvements and bug fixes for the beta Codemaps feature.
  • Improvements to the Lifeguard (Beta) feature.
  • Fixes issue with custom MCP servers not being displayed correctly in the new MCP panel.
  • Fixes issue where some bash commands would get stuck.
  • Fixes issue where certain models couldn't create or edit Jupyter notebooks.
  • General bug fixes and improvements.
1.12.126
October 11, 2025

Patch Fixes

  • Various improvements to the experimental Cascade tool which searches and finds relevant files.
1.12.125
October 8, 2025

Experimental Cascade Tool

  • Experimental Cascade tool to quickly search for files and find relevant context.
1.12.124
October 7, 2025

Lifeguard (Beta) Updates

  • Try out Lifeguard by clicking the Lifeguard icon at the top right corner of your editor.

Patch Fixes

  • Minor improvements and bug fixes.
1.12.121
October 2, 2025

Lifeguard

  • Beta preview of lifeguard, a tool to help you find and resolve bugs inside your IDE.
1.12.119
September 30, 2025

Codemaps

  • Beta preview of codemaps: open the codemaps pane to try it out!
1.12.118
September 29, 2025

Claude Sonnet 4.5

1.12.118 claude sonnet 4.5 changelog banner
  • Claude Sonnet 4.5 is now available
1.12.117
September 26, 2025

Patch Fixes

  • Fix using MCP tools with certain models.
  • Fixes to terminal issues on Windows.
1.12.115
September 24, 2025

Patch Fixes

  • Fix to Cascade slowness issues
1.12.114
September 23, 2025

GPT-5-Codex is now in Windsurf!

GPT-5-Codex changelog banner

GPT-5-Codex is now available for free (0x credits) for a limited time for paid users!

Free users can use GPT-5-Codex as well for 0.5x credits.

1.12.113
September 18, 2025

Patch Fixes

  • Minor improvements and bug fixes
1.12.112
September 13, 2025

Cascade Improvements

  • Queued messages in Cascade

Patch Fixes

  • Various improvements and bug fixes
1.12.110
September 8, 2025

Patch Fixes

  • Minor improvements and bug fixes
1.12.109
September 2, 2025

Patch Fixes

  • Minor improvements and bug fixes
1.12.108
August 28, 2025

Patch Fixes

  • Minor improvements and bug fixes
1.12.105
August 15, 2025

Patch Fixes

  • Minor improvements and bug fixes
1.12.103
August 14, 2025

Improvements

  • Early access to Wave 12 features.
1.11.105
August 1, 2025

Patch Fixes

  • Performance fixes, especially relating to long chats
1.11.104
August 1, 2025

Patch Fixes

  • Miscellaneous fixes
1.11.103
July 30, 2025

Patch fixes

  • Miscellaneous fixes
1.11.102
July 23, 2025

Patch Fixes

  • Based on the latest release of the Windsurf Editor, v1.11.1
1.11.101
July 17, 2025

Patch Fixes

  • Based on the latest release of the Windsurf Editor, v1.11.0
1.11.100
July 16, 2025

Speak to Cascade

Voice

  • Users can now speak into the chat rather than having to type things out.

@-mentioning conversations

  • @-mention the first conversation so Cascade has full context of it as it goes to write tests for you.

Deeper Browser integration

  • Chat with Cascade about tabs that are open in the Browser using @-mentions

JetBrains improvements

  • Planning Mode, Workflows, and file-based Rules are now available for Cascade on JetBrains

Improvements

  • Now you can @-mention terminal in Cascade.
  • You can turn on the Auto-Continue setting to have Cascade automatically continue its response if it hits a limit.
  • Support for more MCP servers with easier and more secure authentication by integrating the new Streamable HTTP transport (replaces SSE) and MCP authentication (replaces access tokens or API keys in the config).
  • Important for enterprise customers who use Windsurf across lots of repos. Now, you can enforce ignore rules across all repositories by placing .codeiumignore in the ~/.codeium/ folder
1.10.113
July 8, 2025

Patch fixes

  • Miscellaneous fixes
1.10.112
July 3, 2025

Cascade Improvements

  • Improvements to Cascade reliability
1.10.111
July 2, 2025

Patch fixes

  • Miscellaneous fixes
1.10.109
June 25, 2025

Patch fixes

  • Miscellaneous fixes
1.10.108
June 24, 2025

Patch Fixes

  • Fixes to default model selection for new users
1.10.107
June 19, 2025

Patch Fixes

  • Based on the latest release of the Windsurf Editor, v1.10.5
1.10.106
June 18, 2025

Patch Fixes

  • Based on the latest release of the Windsurf Editor, v1.10.4
1.10.105
June 12, 2025

Planning Mode

  • Based on the latest release of the Windsurf Editor, v1.10.3
1.10.103
June 10, 2025

Planning Mode

  • Based on the latest release of the Windsurf Editor, v1.10.1
1.10.101
June 7, 2025

Patch fixes

  • Miscellaneous fixes
1.10.100
June 5, 2025

Updates

  • Removal of legacy mode
  • Icons in @-mentions
  • Theme-aware codeblocks with refreshed design
  • Native terminal in Cascade panel
1.9.104
June 3, 2025

Patch Fixes

  • Based on the latest release of the Windsurf Editor, v1.9.4
1.9.102
May 22, 2025

BYOK (Anthropic Key)

  • Based on the latest release of the Windsurf Editor, v1.9.2
1.9.101
May 20, 2025

SWE-1 Improvements

  • Adds multi-modal (image) support to SWE-1
1.9.100
May 15, 2025

New Family of SWE-1 Models

  • Based on the latest release of the Windsurf Editor, v1.9.0
1.8.106
May 9, 2025

Patch Fixes

  • Fixes on Windows signing to prevent warnings from Windows Defender
1.8.105
May 6, 2025

Patch Fixes

Based on the latest release of the Windsurf Editor, v1.8.2

1.8.103
May 6, 2025

Teams Features

Based on the latest release of the Windsurf Editor, v1.8.0

1.8.102
May 5, 2025

Improvements

Some improvements to app icons, fixes to SSH server connection, and UI Polish for Cascade Plugins.

1.8.101
May 1, 2025

New Features

Cascade Plugin Panel

  • New panel in Cascade for managing MCP Servers
  • Easier one-click uninstall and install
  • Easier search
  • MCP now has MCP resources and multimodel responses
  • More MCP Server options coming soon

Cascade Customization Panel

  • Revamped Memories panel to include rules, workflows, and memories

Revamped rules

  • Support for workspace-style rules in .windsurf/rules
  • Custom triggers when to activate a rule

Workflows

  • Support for quick instructions for Cascade to take on mini-tasks
  • .windsurf/workflows houses workflows that Cascade can do in the current workspace
  • Workflows can be found as slash commands (/) in the Cascade input

Cascade Improvements

  • Conversation sharing with a teams-only accessible URL

Misc

  • Redesigned Model Selector
  • Continue button when reaching individual tool call limit
  • Hunk accept/reject widget now has a compact mode to cover less code
  • Tab respects files mentioned in codeiumignore
1.7.104
April 29, 2025

Patch Fixes

Based on the latest release of the Windsurf Editor, v1.7.3

1.7.103
April 28, 2025

New App Icon & Upgraded Free Tier

Based on the latest release of the Windsurf Editor, v1.7.2

1.7.102
April 24, 2025

Patch Fixes

  • Updates IDE marketplace link by mirroring Open VSX
1.7.101
April 22, 2025

Experimental Improvements

  • Bug fixes
  • Performance optimizations
  • VS Code 1.98.0 Updates
1.7.100
April 21, 2025

Updated and Simplified Pricing

  • We're simplifying our pricing model by removing Flow Action Credits
  • Change takes effect April 21st, 2025
  • Plans now come with prompt credits with add-on credits available for purchase

User Prompt Credits

  • Plans now come with prompt credits, which are consumed per every message sent and not via every tool call
  • Add-on credits are available for purchase
  • Auto-top off (with max limits) can be enabled via profile

Existing Plans

  • Existing plans are migrating over to the new pricing model
  • For more information, please visit the Pricing page
1.6.121
April 16, 2025

New o4-mini models available and Free (Limited Time)

  • Windsurf now supports the o4-mini medium and o4-mini high models, which are free for all users
  • Usage in Windsurf is free for a limited time from April 16th to April 21st
1.6.120
April 15, 2025

Patch Fixes

  • Bug fixes and improvements around credit banners
1.6.119
April 14, 2025

New GPT 4.1 Model available and Free (Limited Time)

  • Windsurf now supports the new GPT 4.1 model, which is free for all users
  • Usage in Windsurf is free for a limited time from April 14th to April 21st
1.6.118
April 5, 2025

Improvements

  • Cascade can now check the status of deploys
  • Fixes to duplicated rules
  • Commit Generation Fixes on Windows
  • Fixes for Commit Generation through the command palette
  • Cascade UI Fixes
1.6.117
April 3, 2025

Fixes

  • Fixes to "Remote - WSL" extension
  • Minor UX fixes
1.6.116
April 2, 2025

App Deploys from Windsurf Wave 6

  • App Deploys are now available in Windsurf - Next
1.6.115
April 1, 2025

Bug Fixes and Improvements

  • Fixed Cascade top menu button click opening file explorer on Windows
  • Fixed occasional extra space inserted beneath Cascade input
1.6.114
April 1, 2025

Bug Fixes and Improvements

  • Fixed sound on startup
  • Fixed issues around adding rules
  • Fixed generate project with Cascade entry point
1.6.113
April 1, 2025

April 1st Release

  • Introduced Completion Sound for Cascade (Beta)
    • New setting to enable a sound when Cascade has finished generating (default off)
  • Introduced Sound for Windsurf Tab (Beta)
    • New setting to enable a sound on tab completion (default off)
1.6.112
March 31, 2025

Updates

  • UI fixes to Cascade
  • Improvements to the no-internet state
  • Commit message generation reliability and quality
1.6.111
March 28, 2025

Updates

  • UI Fixes and updates
  • Cascade icon returned in upper corner
  • Improvements to terminal output rendering in Cascade
1.6.110
March 26, 2025

Improvements

  • Enabled Cascade to wait for background commands to finish when querying command status.
  • Auto-Generate Memories toggle in settings.
    • When enabled, Cascade will autonomously generate memories to remember important context.
    • When disabled, Cascade will only create memories when you explicitly ask.
  • Bug fixes in SSH extension (when RemoteCommand was enabled)
  • Redesigned the terminal tool step. Inputs can be sent to the terminal via "Open terminal".
  • Underlined links are now clickable in Cascade and user messages.
  • New conversation screen now has a new toolbar for tools like MCP and Preview.
  • Cascade input is persisted across new conversation screen and an active conversation.
  • Cascade now has a quick table of contents of all past user messages
    • New ability to revert or scroll to any past message
  • Added support for custom SSH paths
  • Add workspace search as context to Windsurf Tab
  • Adds auto generate commit messages in Source Control Panel
  • New Rules and Memories panel in Cascade
  • Improvements to long conversation performance
  • Two new app icons (for Mac)
  • Support for SSE-based MCP
1.6.106
March 20, 2025

Patch fixes

  • Bug/stability fixes
  • Adds auto generate commit messages in Source Control Panel
1.6.105
March 15, 2025

Improvements

  • Further improvements to the tab completions experience

Patch fixes

  • Bug/stability fixes
1.6.103
March 14, 2025

Improvements

  • More improvements to the tab completions experience
  • Improvements to Cascade "start with history"
1.6.101
March 11, 2025

Improvements

  • More improvements to the tab completions experience
  • Completions can now use your clipboard for suggestions, must be enabled in settings
1.6.100
March 7, 2025

Improvements

  • Improvements to the tab completions experience
1.5.108
March 6, 2025

Patch Fixes

  • Improvements from Windsurf v1.4.4
1.5.107
March 5, 2025

Patch Fixes

  • Builds off of Windsurf v1.4.3
1.3.110
March 3, 2025

Patch Fixes

  • Fixes crashes due to permissions errors on Ubuntu 24.04
1.3.109
March 2, 2025

New operating system support

  • Beta support for Windows ARM64
1.3.107
February 28, 2025

Patch Fixes

  • Builds off of Windsurf v1.3.10
1.3.104
February 25, 2025

New Cascade Models

  • Cascade now has a new premium model available: Claude 3.7 Sonnet
    • Takes 1.0 user prompt credits on every message and 1.0 flow action credits on each tool call
    • Support for Claude 3.7 Sonnet ships with Thinking, with a 1.5x multiplier on credit cost.
1.3.102
February 21, 2025

Fixes

  • Improved Cascade Base
  • New Configure MCP toolbar
  • Bug Fixes and Improvements
1.3.101
February 14, 2025

Fixes

  • Based on the latest release of the Windsurf Editor, v1.3.3
  • Fixes for model selection on reload
1.2.109
February 13, 2025

Multiple Fixes

  • Fixes for User-Defined Memories, Settings, MCP config
  • Input toolbar now appears on empty conversation
  • Opens the correct changelog
1.2.107
February 7, 2025

Separation from Windsurf - Stable

  • Windsurf - Next will no longer share conversations, settings, or memories with Windsurf (Stable)
  • This allows us to ship experimental features to Next without breaking Windsurf (Stable)
  • A one time import is not available yet, but to be shipped in future releases
  • You can copy the data manually by copying data from the .codeium/windsurf folder to the .codeium/windsurf-next folder

Fixes

  • Fixes for Chat Model Gemini 2.0 Flash mistakingly being marked as Free
1.2.106
February 5, 2025

Windsurf - Next Launch

  • Based on the latest release of the Windsurf Editor, v1.2.5

MCP Support

  • Cascade now supports the new MCP protocol, allowing you to connect new tools
  • Load your MCP servers through a user-configurable JSON file
  • Every MCP tool call costs one flow action credit, regardless of the execution result

New Cascade Toolbar

  • New Cascade toolbar that shows files with changes, active terminals, and MCP connection status