Cursor 3.0: The Agents Window and New Interface

Cursor

Cursor released version 3.0 on April 2, 2026, marking a fundamental shift in the product's identity: from an AI-augmented code editor to an agents-first workspace. The new Agents Window lets developers run multiple agents simultaneously across local repositories, git worktrees, cloud infrastructure, and remote SSH connections β€” all from a single unified interface. Key additions include Agent Tabs for side-by-side multi-chat views and new commands like /worktree and /best-of-n for isolated execution and parallel model comparison.

Key Takeaways

  • Cursor 3.0 marks a philosophical shift from "editor with AI" to "AI with an editor," putting agent orchestration at the center of the product rather than treating it as a feature add-on.
  • The Agents Window runs alongside the traditional IDE, meaning developers are not forced into a new workflow β€” they can toggle between agent view and code editing freely or use both simultaneously.
  • Agent Tabs enable parallel multi-chat management, letting developers run and monitor multiple agents working on different tasks or repos simultaneously from a grid or side-by-side layout.
  • The /best-of-n command introduces parallel model comparison, spawning the same task across multiple models in isolated worktrees so developers can pick the best output.
  • Cloud agent usage has overtaken tab-autocomplete on Cursor's platform, including within Cursor's own engineering team, validating the product direction behind this redesign.
  • All agents appear in a unified sidebar regardless of origin β€” desktop, cloud, SSH, Slack, GitHub, or Linear β€” consolidating what was previously a fragmented multi-window workflow.

Cursor 3.0: A New Interface Built Around Agents

Cursor released version 3.0 on April 2, 2026, marking the most significant redesign in the product's history. Rather than keeping an editor at the center of the experience, Cursor 3.0 puts agents at the forefront β€” introducing the Agents Window, a purpose-built interface for orchestrating multiple AI agents in parallel across any environment.

The Agents Window

The Agents Window is a new workspace launched alongside the existing IDE, not replacing it. Developers can activate it via Cmd+Shift+P -> Agents Window and toggle freely between the traditional editor view and the agent-centric workspace, or run both simultaneously.

The interface is inherently multi-workspace: all active agents β€” whether running locally, in cloud environments, over SSH, or triggered externally via Slack, GitHub, or Linear β€” appear in a unified sidebar. This makes it possible to coordinate a fleet of agents across different codebases and environments from a single pane, a workflow that previously required multiple terminal windows or tabs.

Agent Tabs

Within the Agents Window, Agent Tabs allow developers to view multiple active chats at the same time, arranged in either side-by-side or grid layouts. This replaces the linear, one-conversation-at-a-time model and makes parallel delegation far more practical for complex projects involving multiple active threads.

New Commands: /worktree and /best-of-n

Cursor 3.0 consolidates native worktree support into the Agents Window through a dedicated /worktree command. Each worktree gets its own isolated git workspace, allowing agents to explore different approaches without touching the main branch.

The /best-of-n command goes further: it spawns the same task across multiple models in separate worktrees simultaneously, then presents all outcomes for comparison. Developers can evaluate different model strategies side-by-side and pick the best result β€” a capability previously achievable only through manual duplication.

A Philosophical Shift

The release reflects a broader change in how Cursor sees software development. Cloud agent usage on the platform has now overtaken traditional tab-autocomplete in terms of adoption β€” including within Cursor's own engineering team. Cursor 3.0 encodes that shift into the product's default interface, signaling that the era of "editor with AI" is giving way to "AI with an editor."

What Didn't Change

The traditional Cursor IDE remains fully intact. Developers who prefer coding directly, reviewing diffs, and using the composer remain on familiar ground. The Agents Window is an additive surface, not a forced migration.