Codeium's AI-native code editor, built around the Cascade agent, that Cognition rebranded to Devin Desktop in June 2026 after acquiring the company.
Windsurf is an AI-native code editor originally built by Codeium, designed around an agentic assistant called Cascade that could read a codebase, plan multi-file changes, and execute them with minimal hand-holding. Codeium rebranded itself as Windsurf in April 2025, and by mid-2026 the editor had drawn more than a million developers. In July 2025, Cognition, the company behind the Devin coding agent, acquired Windsurf’s product, trademark, and team. On June 2, 2026, Cognition shipped an update that renamed Windsurf to Devin Desktop, replacing Cascade with a new local agent and reorganizing the editor around an Agent Command Center. For developers researching Windsurf today, the name lives on as Devin Desktop, and Cascade itself reached end of life on July 1, 2026.
Windsurf, now shipping as Devin Desktop, is built on a VS Code foundation with an agent layered directly into the editor rather than bolted on as a plugin. The agent tracks your files, terminal output, and conversation history to infer what you are trying to do next, then acts on multi-step tasks instead of only completing single lines. Here is how the pieces fit together:
Local agent: Cascade was the original in-editor agent; as of the June 2026 rebrand it has been replaced by Devin Local, a rewritten version built for lower token usage and parallel subagents, task threads the agent runs at the same time to work on separate parts of a problem.
Flow awareness: the agent watches file edits, terminal commands, and clipboard activity to stay aligned with your current task without you re-explaining context in every message.
Agent Command Center: the default launch screen is now a Kanban-style board of every local and cloud agent session, letting you dispatch and monitor several agents instead of babysitting one at a time.
Agent Client Protocol (ACP): an open standard, comparable to how the Language Server Protocol standardized language tooling, that lets other agents like Claude Agent, Codex, and Gemini CLI run inside the same editor as first-class citizens.
Tool use and MCP: the editor connects to external services like Figma, Slack, and Stripe through the Model Context Protocol (MCP), an open standard for linking AI agents to outside tools and data.
Cloud agents: for longer-running work, tasks can be handed off to Devin Cloud so the agent keeps working after you close the editor.
Multi-file feature implementation: describe a feature in plain language and let the local agent edit every file it touches, from backend logic to the UI, while tracking your recent edits and terminal commands for context.
Bug triage and fix pipeline: paste an error or describe a symptom and have the agent trace it through the codebase, propose a fix, and run your tests to confirm it works.
Multi-agent task board: use the Agent Command Center to dispatch several coding tasks at once, local and cloud, and review each one as it moves from in progress to ready for review.
Custom tool integrations: connect the editor to Figma, Slack, Stripe, or your own internal APIs through MCP so the agent can pull design specs or trigger workflows mid-task.
One-click app previews and deploys: build a small web app, preview it live inside the editor, and deploy it to the public internet without leaving your workflow.
Cross-agent evaluation: since the editor supports the open Agent Client Protocol, you can run and compare different agents, like Claude Agent or Codex, on the same task inside one interface.
Not exactly. Cognition AI, which acquired Windsurf in 2025, shipped an update on June 2, 2026 that renamed the editor to Devin Desktop. Existing accounts, plans, settings, and extensions carried over automatically, and windsurf.com still points to the same product under its new name.
Cascade was Windsurf's original in-editor agent. Cognition replaced it with Devin Local, a rewritten agent built for lower token usage and parallel subagents, as part of the Devin Desktop rebrand. Cascade remained available for a short transition window and reached end of life on July 1, 2026.
Yes. There is a free plan with a limited daily and weekly agent usage quota and unlimited autocomplete. Paid plans start with Pro at $20 a month for standard usage and access to cloud agents, with Max, Teams, and Enterprise tiers available for heavier or organization-wide use.
Claude Code is Anthropic's terminal-based AI coding agent that reads your codebase, edits files, runs commands, and opens pull requests.
Coding AgentAider is a free, open-source AI pair programmer that runs in your terminal and commits every code change to git automatically.
Coding AgentCursor is an AI-first code editor that ships with deeply integrated copilot, multi-file edits, and an agent mode.
Coding AgentUpdates from the AI world — what shipped, what we’re using in production, and what’s worth your attention. Two emails a month, no spam.