Tiled Layout and Upgraded Voice Input in the Agents Window
This release introduces improvements to our Agents Window interface as part of Cursor 3.
Tiled layout
Split your current view into panes to run and manage several agents in parallel. The tiled layout makes it easier to multi-task and compare outputs across agents without jumping between tabs.
Expand panes to focus on a conversation, drag agents into tiles, and use keybindings for quick navigation and organization. Your setup also persists across sessions.
Upgraded voice input
Dictation through voice input is more reliable and accurate. It records your full voice clip and transcribes it with batch STT for higher-quality speech-to-text.
You can press and hold Ctrl+M to speak, and we've added controls to the UI while recording, such as a waveform, timer, and buttons for cancelling and confirming.
Branch selection in empty state
Previously, starting an agent from the empty state usually defaulted to your current branch. Now you can search and select a branch first, then launch a cloud agent directly against that branch.
This cuts down on additional steps to switch branches and reduces accidental runs on the wrong branch.
Diff to file navigation
Jump from the diff straight to the exact line in the file. Once there, you have the full power of the editor, make changes manually, use Tab, go to definition, and more.
Filters for searching files
Use include/exclude filters in "Search in Files" for scoping code search to specific file sets.

- Prompt buttons now stay in place while voice input is processing.
- Plan tabs now get the same document behaviors as files: support for reliable loading, dirty tracking, reload on plan changes, and the ability to save, copy, and export markdown.
- New agent sessions now start in your preferred project target by default.
- File tab names are now resolved within the current agent's visible tabs instead of trying to be globally unique across all other agents' tabs.
Cmd-Know shows fewer, more relevant agent results, capped to the recent matching set (i.e., items that match your query and are from a recent subset).- On macOS, text is now rendered with anti-aliasing, producing sharper character edges.
- Design Mode now lets you navigate the element tree (up, down, and sideways) with keyboard support to pick the UI element before commenting.
- The Agents Window now avoids expensive updates and fetches unless they're truly needed.
- Closing tabs is now less likely to glitch the file tree, and recovery is faster.
- Limited local diff fetches to reduce CPU/network spikes and lag in SCM views.
- File tree now responds to changes more reliably and is less likely to flicker, stale, or miss updates.
- Extension events (e.g., file change, diagnostics update) are now scoped to each workspace, reducing cross-project interference.
- Hitting enter to send a follow-up in a long chat used to hang for over a second and now feels instant.
- Large edits stream more smoothly now after cutting dropped frames by ~87%.
- Fixed a bug where scrolling through long conversations used to stutter. Now it's smooth, even in large threads.
- Fixed a bug where an agent conversation full of diffs or code blocks would flash and freeze.




