Cursor changelog

Multitask, Worktrees, and Multi-root Workspaces

v04-24-26 includes 2 new features and 0 fixes. This release introduces a new way to multitask with async subagents, an improved worktrees experience, and multi-root workspaces for making cross-repo changes.

Added

  • This release introduces a new way to multitask with async subagents, an improved worktrees experience, and multi-root workspaces for making cross-repo changes.
  • We've added new and improved worktrees in the Agents Window.

Changed

  • With `/multitask`, Cursor will run async subagents to parallelize your requests instead of adding them to the queue. It will also break down larger tasks into smaller chunks for a fleet of async subagents to tackle simultaneously.
  • If you already have messages in the queue, you can ask Cursor to multitask on them instead of waiting for the current run to finish.
  • Run isolated tasks in the background across different branches. When you're ready to test changes, move any branch into your local foreground with one click.
  • A single agent session can now target a reusable workspace made of multiple folders.
  • This allows Cursor to make cross-repo changes spanning frontend, backend, and shared libraries, without retargeting the agent every time it moves between repos.