Cursor: Tiled Layout for Parallel Agent Management
Cursor 3.1 introduces a Tiled Layout for the Agents Window, enabling developers to split their workspace into multiple panes and run several agents in parallel simultaneously. Users can drag agents between tiles, expand individual panes to focus, and navigate using keyboard shortcuts. Layouts persist across restarts, making it possible to maintain a consistent multi-agent setup session to session.
Sources & Mentions
5 external resources covering this update
Cursor 3.1: Tiled Layout and Upgraded Voice Input β Release Discussions
Cursor Community Forum
Cursor 3
Hacker News
New Cursor 3 ditches the classic IDE layout for an agent-first interface built around parallel AI fleets
The Decoder
What Is Cursor 3? Agents, Worktrees, and What's New
DataCamp
Cursor 3 Just Launched with an AI Agents Window: What Changed and Is It Still Worth It?
Dev.to
Tiled Layout: Running Multiple Agents Side by Side
Cursor 3.1, released on April 13, 2026, brings one of the most requested quality-of-life improvements to the Agents Window: the ability to split the workspace into tiled panes and run multiple agents in parallel without switching tabs.
How It Works
The new Tiled Layout allows developers to divide the Agents Window into any number of panes, each housing a separate agent session. Users can drag agent conversations into tiles, rearrange them freely, and expand a single pane to focus on it β all without losing context from the others. Keyboard shortcuts are available for fast navigation between tiles, and the entire layout persists across editor restarts, so a carefully arranged multi-agent workspace is ready immediately on relaunch.
Why It Matters
Prior to 3.1, managing multiple agents in Cursor required switching between agent tabs sequentially β workable, but inefficient when orchestrating several parallel tasks. Tiled Layout transforms that workflow by letting developers keep multiple agents in view at once, compare their outputs side by side, and coordinate between them without losing the thread of any individual conversation.
This is particularly valuable for workflows where one agent is generating code while another reviews it, or when separate agents are working on different parts of a codebase simultaneously. The ability to monitor all of them from a single glance significantly reduces cognitive overhead.
Additional Agents Window Improvements in 3.1
Cursor 3.1 also ships a set of targeted polish items for the Agents Window alongside Tiled Layout:
- Branch selection before launch: Users can now search and select a specific Git branch before starting a cloud agent, reducing accidental runs on the wrong branch.
- Diff to file navigation: A new shortcut jumps directly from a diff view to the exact line in the source file, enabling manual edits without losing context.
- Search filters in file search: Include/exclude glob patterns are now available when searching across files, allowing agents to scope their lookups precisely.
- Plan tab improvements: Plan tabs now support document-standard behaviors β reliable loading, dirty state tracking, and markdown export.
- Performance: Chat interactions feel instant; large edits stream smoothly with approximately an 87% reduction in frame drops. SCM view performance is enhanced through limited diff fetches.
- macOS rendering: Text rendering on macOS now uses anti-aliasing for a sharper appearance.
- Design Mode keyboard navigation: Element trees in Design Mode can now be navigated with the keyboard.