Developer Tools
What's New in Cursor — Latest Updates & Release Notes
Auto mode is now powered by Cursor Router. Cursor Router is our intelligent model router. It analyzes each request and sends it to the right model for the ... Cursor Automations save you time by automating repetitive tasks with always-on agents This release introduces the /automate skill, new triggers for GitHub and Slack, and support for computer use
Details
Cursor can now help you set up your dev environment in the cloud in less than 10 minutes You can watch the agent's progress in a shared terminal session as it handles setup tasks like installing dependencies Your environment is captured in a reusable snapshot, so future cloud agents start up faster with the ability to test changes by running your software
Context
It can iterate over long time horizons until outputs are verified This benefits your entire team when committed to .cursor/environment.json Use /in-cloud to spin up a cloud subagent in its own VM to work on the next task you submit It runs on its own VM and branch, so your local workspace stays clean and responsive This is especially useful for isolating long-running or parallel work like fixing CI, investigating an issue, or exploring a codebase while you keep working locally
Impact
You can also ask a cloud subagent to babysit a PR by clicking on the quick-action pill or using /babysit The cloud agent will iterate remotely to prepare your PR for merge without tying up the local session The cloud subagent can run in the background without interrupting the parent agent, which can continue to run locally or in the cloud Move agent sessions more reliably between your local computer and the cloud
What's Next
You can offload long-running work from your machine and run as many cloud agents in parallel as you want Pull a cloud agent back down to local to test changes yourself The average review time for Bugbot is now ~90 seconds, down from ~5 minutes Bugbot also finds 10% more bugs per review on average — 0.62, up from 0.56 — and costs ~22% less per run These performance gains are made possible by progress we've made training Composer 2.5, which now powers Bugbot
Background
Bugbot respects model block lists, and speed and performance can vary depending on your configuration You can now run Bugbot and Security Review with /review before pushing code /review prompts you to choose which agents to run, or use /review-bugbot and /review-security directly /review also syncs with Bugbot on GitHub and GitLab If you run /review and then open a PR with the same diff, Bugbot recognizes it, skips the review, and leaves a comment noting it has already reviewed that diff
Analysis
Available in Cursor 3.7+ and on cursor.com/agents, with support in CLI coming soon Click on two or more elements together in the browser Cursor sees the selected elements, their code, the surrounding layout, and the visual relationships on the page Ask the agent to make one match the other, remove repeated content, or adjust a group of components at once
More
Narrate changes through the Design Mode overlay The mic stays available while an agent is mid-run, so you can queue the next change by voice without waiting for the previous one to finish We've shipped a batch of new functionality across the TypeScript and Python SDKs You can now choose how agent and run metadata is persisted, expose your own functions to the agent as tools, route local tool calls through auto-review, and nest subagents to any depth