This release introduces a new PR review experience, faster execution on plans through parallel agents, and new quick-action pills for common workflows. PR review A new PR review experience is now available in Cursor 3. Take PRs from creation to merge all in one place. The Reviews tab now shows inline review threads and top-level PR comments. The Commits tab gives you a focused view of commit history for the PR. The Changes tab makes it easier to navigate larger PRs with a file tree and changes picker. You can see useful context like reviewer status and pending review banners, and quick action pills allow you to take next steps faster. Build in parallel from plans Cursor can now execute on plans faster by multitasking across tasks instead of tackling them one at a time. Click "Build in Parallel" to have it identify independent parts of your plan and run them simultaneously using async subagents. Cursor will keep dependent steps in order when needed. Split changes into PRs When multitasking in Cursor, you can now use a built-in quick action to split changes into PRs. …