Skip to main content
Dundie·Feature Parity Map← all products

windsurf capabilities

14 mapped capabilities, each graded and dated. This is the diagnosis — the migration guide is the cure.


Capabilities

App deploys (one-click publish to Netlify)

provisionalverified 2 days ago

Cascade can deploy web applications directly from the IDE to a public Netlify-backed URL with automatic rebuilds on subsequent deployments. Supported frameworks include Next.js, React, Vue, Svelte, and static HTML/CSS/JS.

medium confidence · 0.75docssource ↗source ↗

Cascade agentic assistant

provisionalverified 2 days ago

Cascade is Windsurf's built-in agentic coding assistant that operates in three modes — Code (creates and modifies files, runs commands, installs dependencies), Plan (explores the codebase and produces a structured Markdown plan before acting), and Ask (read-only Q&A). It tracks developer actions in real time (flow awareness) to infer intent without requiring re-prompting.

medium confidence · 0.75docssource ↗source ↗

Cascade hooks (lifecycle automation)

provisionalverified 2 days ago

Cascade Hooks execute custom shell commands at 12 named lifecycle events in the agent's workflow, enabling logging, security enforcement, quality checks, and team standardization. Pre-hooks can block agent actions by exiting with code 2.

low confidence · 0.50docssource ↗

Codebase context and indexing (Fast Context)

provisionalverified 2 days ago

Windsurf indexes the local codebase using a RAG approach (M-Query retrieval) to give Cascade and the autocomplete engine full awareness of the project without fine-tuning. Fast Context retrieves relevant snippets at query time, including from files not currently open.

low confidence · 0.50docssource ↗source ↗

Devin cloud agent (background / remote autonomous agent)

provisionalverified 2 days ago

Devin is a cloud-based autonomous software engineering agent that runs on its own virtual machine with desktop and browser access, continuing to work after the editor is closed. It is paired with Devin Local, an on-machine agent harness (currently in preview) that is intended to eventually replace Cascade.

low confidence · 0.50docssource ↗source ↗

IDE surfaces and editor plugins

provisionalverified 2 days ago

Windsurf ships both a standalone VS Code-forked editor (the primary surface) and plugins for existing IDEs including JetBrains, Visual Studio Code, Visual Studio, Vim/Neovim, Jupyter Notebook, Google Colab (via Chrome extension), and Eclipse.

low confidence · 0.50docssource ↗source ↗

MCP server integration

provisionalverified 2 days ago

Cascade supports the Model Context Protocol (MCP), allowing users to connect external tools and services — such as GitHub, Slack, PostgreSQL, Brave Search, and Filesystem — directly into the agent's tool-call loop. MCP servers extend Cascade's capabilities beyond its built-in tools.

medium confidence · 0.75docssource ↗source ↗

Memories and Rules (persistent context)

provisionalverified 2 days ago

Memories are auto-generated contextual snapshots that Cascade creates during conversations to persist one-off facts across sessions. Rules are explicitly defined behavioral guidelines (coding conventions, constraints) that govern how Cascade behaves. AGENTS.md files provide directory-scoped instructions as a simpler alternative to Rules.

low confidence · 0.50docssource ↗source ↗

Model choice and credit multipliers

provisionalverified 2 days ago

Windsurf Cascade offers 100+ AI models from multiple providers — including Windsurf's own SWE series, Anthropic Claude (Opus/Sonnet/Haiku), OpenAI GPT series, Google Gemini, DeepSeek, Kimi, and Grok — selectable per conversation. Free models (SWE-1.5, SWE-1.6) consume no credits; all other models are gated by a per-token credit multiplier.

medium confidence · 0.75docssource ↗source ↗

Plans and pricing

provisionalverified 2 days ago

Windsurf offers five tiers targeting individuals and teams. Free provides access to Cascade with free models only; Pro and Max are usage-based individual plans introduced March 2026; Teams and Enterprise add centralized billing, SSO/SCIM, admin controls, and remote indexing.

medium confidence · 0.75docssource ↗source ↗

Tab autocomplete and Supercomplete

provisionalverified 2 days ago

Windsurf Tab is an AI-powered code suggestion engine powered by a custom in-house model. Supercomplete mode displays multi-line diff suggestions (additions and deletions) near the cursor, while Autocomplete mode provides traditional at-cursor completions. It draws context from code, terminal activity, Cascade chat history, prior editor actions, and optionally the clipboard.

low confidence · 0.50docssource ↗

Terminal command generation and execution

provisionalverified 2 days ago

Cascade can generate shell commands from natural language (via Cmd/Ctrl+I), execute them in the integrated terminal, and reference terminal output or stack traces in conversations. Four levels of auto-execution automation are available, from fully manual to fully autonomous.

low confidence · 0.50docssource ↗

Web search in Cascade

provisionalverified 2 days ago

Cascade can perform live web searches and fetch specific URLs to retrieve up-to-date documentation, answers, and external context during agentic tasks. Web search can be triggered automatically by Cascade's intent detection or manually via the @web mention.

low confidence · 0.50docssource ↗

Workflows (reusable slash-command automation)

provisionalverified 2 days ago

Workflows are Markdown-based, user-defined automation scripts that encode multi-step sequences of instructions for Cascade. They are invoked manually via slash commands (e.g. /pr-review) and can compose other workflows.

low confidence · 0.50docssource ↗source ↗

Editorial guidance, not a warranty. AI tools change weekly; every entry carries the date it was last verified. Verify before relying on a specific capability.