Windsurf capabilities
14 mapped capabilities, each graded and dated. The map shows what Windsurf can do; the audit shows whether it’s worth consolidating — and a guide shows how to move.
Capabilities
App deploys (one-click publish to Netlify)
canonicalverified ~2 months agoCascade 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.
Cascade agentic assistant
provisionalverified 25 days agoCascade is Windsurf's (now Devin Desktop's) built-in agentic coding assistant that operates in two modes — Code (creates and modifies files, runs commands, installs dependencies; a background planning agent continuously refines a long-term plan) and Chat (read-only Q&A and codebase exploration). It tracks developer actions in real time (flow awareness) to infer intent without requiring re-prompting. Windsurf rebranded to Devin Desktop on 2026-06-02, and Cascade has been succeeded by Devin Local, the next-gen on-machine agent harness (generally available; rewritten from scratch in Rust, up to 30% more token-efficient, supports subagents); support for the legacy Cascade agent ended 2026-07-01. Plans, pricing, and extensions were explicitly unchanged by the rebrand.
Cascade hooks (lifecycle automation)
canonicalverified 25 days agoHooks (formerly 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.
Codebase context and indexing (Fast Context)
provisionalverified ~2 months agoWindsurf 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.
Devin cloud agent (background / remote autonomous agent)
canonicalverified ~2 months agoDevin 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.
IDE surfaces and editor plugins
canonicalverified 25 days agoWindsurf (rebranded Devin Desktop in June 2026, still a standalone VS Code-forked editor — the primary surface) also ships plugins for existing IDEs including JetBrains, Visual Studio Code, Visual Studio, Vim/Neovim, Jupyter Notebook, Chrome (Colab), and Eclipse.
MCP server integration
canonicalverified ~2 months agoCascade 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.
Memories and Rules (persistent context)
canonicalverified 25 days agoMemories are auto-generated contextual snapshots that Devin Local (formerly Cascade) creates during conversations to persist one-off facts across sessions. Rules are explicitly defined behavioral guidelines (coding conventions, constraints) that govern how Devin Local behaves. AGENTS.md files provide directory-scoped instructions as a simpler alternative to Rules.
Model choice and credit multipliers
canonicalverified ~2 months agoWindsurf Cascade (the Devin Desktop IDE) offers a large catalog of AI models from multiple providers — including Windsurf's own SWE series, Anthropic Claude (Fable/Opus/Sonnet/Haiku), OpenAI GPT series, Google Gemini, DeepSeek, Kimi, Grok, GLM, and Minimax — selectable per conversation. The in-house SWE-1.6 base model and SWE-check consume no credits (0x multiplier); SWE-1.6 Fast and SWE-1.5 Fast run at 0.5x; all other models are gated by a per-token credit multiplier.
Plans and pricing
canonicalverified 25 days agoWindsurf (rebranded Devin Desktop in June 2026 but still a standalone VS Code-forked IDE) offers several tiers targeting individuals and teams. Free provides agent access with a light quota and limited model availability; Pro and Max are individual paid plans; Teams and Enterprise add centralized billing, admin controls, and remote indexing. A March 2026 overhaul replaced monthly prompt credits with daily/weekly usage quotas that refresh automatically.
Tab autocomplete and Supercomplete
canonicalverified ~2 months agoWindsurf 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.
Terminal command generation and execution
canonicalverified ~2 months agoCascade 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.
Web search in Cascade
canonicalverified ~2 months agoCascade 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.
Workflows (reusable slash-command automation)
canonicalverified 25 days agoWorkflows are Markdown-based, user-defined automation scripts that encode multi-step sequences of instructions for Devin Local (formerly Cascade). They are invoked manually via slash commands (e.g. /pr-review) and can compose other workflows.