The release adds /multitask so requests can be parallelized through async subagents rather than queued serially. Cursor also improved worktrees in the Agents Window for isolated branch work and easier foreground promotion. Multi-root workspaces now let a single session operate across multiple folders for cross-repo edits.
This reduces context-switching overhead for teams managing frontend, backend, and shared libraries in parallel. Async subagents can increase throughput for larger implementation plans by breaking work into smaller concurrent chunks. The workflow also lowers branch-management friction when testing and integrating agent-produced changes.
Use /multitask for queued or decomposition-friendly tasks that benefit from parallel execution. Configure worktrees for branch-isolated experiments, then move validated branches into your local foreground for integration and testing. For monorepo-plus-service architectures, define a multi-root workspace so one agent session can traverse all required codebases.
Read Original Post →