According to Metacognition Beating monitoring, Cognition AI has released Windsurf 2.0, with the core update being the "Agent Command Center" and the integration of Devin cloud agent. The IDE is no longer just a place to code; it has evolved into a control tower for managing a team of AI agents.
The Agent Command Center displays all running agents in a Kanban view, with unified local and cloud management, categorized by status. The design intent is clear: when engineers are running dozens of agents simultaneously to work on different parts of the same project, the bottleneck is not the code's capability but rather human attention and working memory. The Kanban board allows engineers to quickly see which agents are active, which ones are stuck, and which ones are awaiting review.
Introducing "Spaces" as a new unit of work organization. A space bundles everything related to a task together: agent sessions, PRs, files, and context. When creating a new agent session within a space, it automatically inherits the project context already present in that space, eliminating the need to redescribe requirements each time. Switching spaces means switching tasks, with a group of agents running behind each task.
Devin is Cognition's previously standalone autonomous coding agent, with its own cloud VM, desktop environment, and browser, capable of end-to-end tasks such as debugging, deployment, and testing. It is now directly integrated into Windsurf: users can design a solution on a local agent and easily assign it to Devin for execution in the cloud, without interrupting their workflow. After Devin completes the task, it submits a PR, allowing users to directly review the diff, run tests, or hand it over to a local agent for further refinement within Windsurf. Devin is available to all Windsurf package users and is currently being rolled out gradually.
