Daily Feature — 2026.07.04
Windsurf Is Now Devin Desktop
A Cockpit For Every Coding Agent
Cognition rebranded the Windsurf editor it acquired last year as Devin Desktop, and shipped ACP — an Agent Client Protocol that lets Codex, Claude Agent, and Devin itself run inside the same window. A quiet inflection point for teams tired of juggling coding-agent tools.
Recap — the limbo after the acquisition
Would Windsurf keep its name, or dissolve into Devin?
When Cognition acquired Windsurf in late 2025, the market's biggest question was whether the editor would survive as a standalone product or get folded into Devin's autonomous-agent surface.
Windsurf had built a real following around Cascade, a conversational editing experience that kept humans in the loop. Devin, by contrast, grew up as the agent you hand a task to and forget. Same "AI coding" bucket, opposite design philosophies — and no public roadmap for reconciling them.
Through the months that followed, Windsurf shipped incremental updates while every big new capability — long-running sessions, autonomous PRs, background execution — kept landing on Devin's side. The consensus was that integration was happening beneath the surface, just very slowly.
Cognition never issued a public statement about the fate of the Windsurf brand. Users had no way to tell whether the name would change in the next update, whether both products would be maintained in parallel, or whether pricing would eventually collapse into a single Devin subscription.
What Changed — today's announcement
A rebrand, and a new kind of wiring called ACP
Devin Desktop is what became of Windsurf, with a Devin-flavored UI — and, more importantly, a switching layer that hosts other companies' agents too.
Cognition rebranded the former Windsurf as Devin Desktop and, alongside it, shipped the Agent Client Protocol (ACP), which lets Codex, Claude Agent, and of course Devin itself run inside the same window and be swapped mid-session. This isn't a cosmetic renaming. It reframes the editor layer as a cockpit whose main job is choosing which agent to launch.
The idea is close in spirit to MCP (Model Context Protocol): standardize how the editor and the agent exchange things like file trees, edit proposals, terminal requests, and diff previews. The UI stops being tied to one vendor. The agents stop having to hand-craft integrations for every editor.
Until now, VS Code-family editors solved this per-extension: each vendor built its own side panel, its own chat surface, its own tool-call plumbing. Devin Desktop rolls that up into the host, and asks agents to worry only about executing tasks and returning results in a shared format.
Only the safe facts from today's release
The three confirmed agents are Devin itself, Codex, and Claude Agent, with room for more. User counts, pricing tiers, and offline behavior are not disclosed as of this writing, and we're not going to guess.
Who Feels It — whose day changes
Teams feel it; solo builders barely will
The same news lands very differently depending on who's reading. Three angles worth pulling apart.
Engineering teams
The "Cursor camp vs Copilot camp vs Devin camp" split inside a codebase can be resolved on one screen. Agent choice drops from a political question to a stylistic one.
Solo developers
If you already have one favorite agent, Desktop's payoff is muted. Running Codex or Claude Agent alone in a lightweight setup is often faster than adopting a full cockpit.
IDE ecosystem
VS Code extension vendors and alternative-IDE makers now have to decide: adopt ACP, or stay proprietary. Staying proprietary means ceding cockpit UX to Devin Desktop.
| Before | With Devin Desktop |
|---|---|
| Each editor locks you to one agent | One host, guests are swappable |
| Switching means a new window and new UI | Same pane, different model |
| Tool choice is org politics | Tool choice is personal taste |
"The editor became the place where you decide which agent to summon.
Inside the cockpit, the model is just a hot-swappable part."
Frontier — what happens next
Cockpit consolidation, and a coming standards fight
Devin Desktop is a land grab on the "host" layer. The reaction, for better and worse, will be a standards race.
ACP adoption widens
If other vendors ship compatible agents, ACP hardens into a de facto standard. Cognition's real test is whether it keeps ACP genuinely open.
Hosts differentiate on UX
Once agents speak a common protocol, competition shifts to the host side — diff review, audit trails, permission models — not the model itself.
Rival protocols emerge
VS Code and JetBrains will likely publish competing host specifications. Whether ACP wins comes down to how many implementations ship in the next six months.
The quiet end of "Windsurf"
The Windsurf name will drift out of the official history, in the way most acquired brands eventually do. Expected, but worth noting.
Devin Desktop draws a clean line between the layers of AI coding. Users live in a cockpit; the agent inside it is a swappable part. Editor choice and agent choice, for the first time, become separate decisions.
For a solo builder, the shift is still distant scenery. For a team that wants many agents behind one UI, this is the day the choices got easier to reason about.