← BACK_TO_LOG

Cursor adds multitask agents and multi-root workspaces

2026-04-26 · cursor

Cursor’s latest changelog release introduces a substantial upgrade to agent orchestration in coding workflows. The update bundles async multitasking, stronger worktrees support, and multi-root workspace targeting in one release. Together, these capabilities are aimed at developers who run parallel agent tasks and frequently coordinate changes across multiple repositories.

Key Features or Updates

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.

Impact on Developers

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.

How to use it

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 →