> ## Documentation Index
> Fetch the complete documentation index at: https://docs.devinenterprise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Command Center

> Manage all of your Devin Desktop agents — local and cloud — from a single Kanban-style view inside Devin Desktop.

The Agent Command Center is a new surface inside Devin Desktop 2.0 for managing every agent you have running, both local and cloud, in one place.

It is organized as a Kanban board grouped by status, so you can see at a glance what each agent is working on, what is blocked, and what is ready for review.

## Opening the Agent Command Center

You can switch to the Agent Command Center directly from Devin Desktop without leaving the editor.

<video autoPlay controls muted loop playsInline className="w-full aspect-video" src="https://exafunction.github.io/public/images/blog/windsurf-2-0/agent-editor-open.mp4" />

## Kanban view

Agents are organized into columns by status so you can quickly tell what is in flight, what needs your attention, and what is finished.

The board includes both:

* **Local agents** — Agent sessions running in your editor.
* **Cloud agents** — [Devin](/desktop/devin) sessions running on their own VMs.

## Working in a session

A few things make it faster to drive a session from the agent window:

* **Add to chat** — select text inside a message transcript and send it to the input with the **Add to chat** button or `Cmd/Ctrl+L`.
* **Duplicate session** — branch off a conversation from the response footer to explore an alternative without losing the original (Devin Local).
* **Rules in the @-mention menu** — pull a manual-trigger [rule](/cli/extensibility/rules) into the conversation (Devin Local).
* **Editable queued messages** — a message queued while the agent is working can be edited before it sends (Devin Local).

Sessions are locked while their agent is running: they appear greyed out and are read-only until the agent finishes. If you are signed out, session tabs show a sign-in prompt rather than an error.

## Agent sidebar

The sidebar lists every session in the workspace and can be shaped to fit how you work:

* Filter, sort, and group sessions per workspace, with grouped spaces keeping a sticky header.
* Right-click a session for its context menu, or double-click it to rename it.

## Notifications

Devin Desktop sends a single native OS notification when an agent session finishes or needs your input. One setting covers every agent — Cascade, [Devin Local](/desktop/devin-local), and [ACP agents](/desktop/acp) — so you get one notification per session rather than one per surface.

The setting id is `devin.agentNotifications`.

## Working with the editor

The Agent Command Center does not replace the editor. It is integrated with the existing Devin Desktop editor features so you can always jump back into a session and make last-mile edits manually. You can always go back to the Devin Desktop you know and love.

## Organizing work with Spaces

Work in the Agent Command Center is organized into [Spaces](/desktop/spaces). A Space groups all of the agent sessions, PRs, files, and context for a specific task or project into a single view.

<Card title="Devin Desktop Spaces" icon="folder-tree" href="/desktop/spaces" horizontal={true}>
  Group agent sessions, PRs, files, and context for a project into a single view.
</Card>
