Cursor cloud agent
Cloud Agent is a Cursor agent that runs on Cursor's infrastructure instead of your laptop — you trigger it from the mobile app or the web dashboard, point it at a GitHub repo, and it clones, makes changes, commits, and pushes on its own. It reads rules and AGENTS.md the same way the desktop agent does, so a repo configured for local work is immediately usable from the cloud without extra setup.
The unlock is off-machine work: voice-dictate a note into the mobile chat, come back 30 seconds later to a pushed commit and an auto-deploy. Good for small self-contained tasks (add a note, fix a typo, bump a dep). Weaker on tasks that need local state, long-running processes, or human-in-the-loop debugging — for those, the desktop agent wins. Mental model: same agent, remote runner.