Anthropic on April 14 released a major redesign of the Claude Code desktop app, rebuilding the interface around parallel multi-agent session management. The update adds a session sidebar for tracking active and recent sessions across repos, a drag-and-drop workspace layout, an integrated terminal and file editor, and a “side chat” feature for branching conversations without interrupting active agent workflows.
The redesign is available now for all Claude Code users on Pro, Max, Team, and Enterprise plans, and via the Claude API.
Built for Multiple Sessions in Flight
The core design assumption has shifted. According to Anthropic’s blog post, the app is “built for how agentic coding actually feels now: many things in flight, and you in the orchestrator seat.” The new sidebar surfaces every active and recent session in one place, with filtering by status, project, or environment, and grouping by project. When a session’s PR merges or closes, it auto-archives to keep the sidebar focused on live work.
The side chat feature (⌘ + ; or Ctrl + ;) lets developers ask questions mid-task by branching a conversation that pulls context from the main thread but doesn’t inject anything back into it. This keeps the active agent workflow clean while giving the developer a separate reasoning space.
Integrated Development Tools
The redesign embeds tools that previously required switching to a separate editor or terminal:
- Integrated terminal for running tests or builds alongside active sessions
- In-app file editor for spot edits and saves
- Rebuilt diff viewer optimized for large changesets
- Expanded preview for HTML files, PDFs, and local app server output
Every pane supports drag-and-drop. Developers can arrange terminal, preview, diff viewer, and chat in a custom grid layout. Three view modes (Verbose, Normal, Summary) control the level of transparency into Claude’s tool calls, from full trace to results only.
CLI Plugin Parity and Remote Sessions
The desktop app now has full parity with CLI plugins. Organizations managing Claude Code plugins centrally, or developers with local plugin installations, get identical behavior in the desktop app. SSH support for remote machine sessions now works on Mac alongside Linux.
The Multi-Agent UX Problem
The Verge covered the redesign, noting the focus on managing multiple AI agents simultaneously. The New Stack’s headline captured the builder-community reaction more directly: “Anthropic’s redesigned Claude Code desktop app lets you burn through tokens even faster.”
Both framings reflect the same reality. The redesign lowers friction for running parallel agent sessions, which accelerates both output and token consumption. For power users already running multiple Claude sessions across repos for refactoring, bug fixing, and test writing simultaneously, the update converts a workflow that required terminal multiplexing and manual context management into a first-class interface pattern.