Image: Cursor / cursor.com Cursor Launches Origin Code Hosting and Always-On Cloud Agents
Two weeks after closing the SpaceX acquisition, Cursor rolls out Origin — a git forge with repos, PRs, and GitHub sync — alongside cloud agents that subscribe to events and hold long-running goals.
Cursor shipped two significant updates this week that push the product well past being an editor. On August 17, it launched Origin, a git forge baked directly into the tool. Two days later, on August 19, it added always-on cloud agents that monitor external events and run until a goal is met.
Both ship under the SpaceX acquisition, which closed on August 14.
Origin: a git forge for agent-scale development
Origin is Cursor’s answer to GitHub, designed around the assumption that agents produce code faster than most CI/CD pipelines and hosting infrastructure were built to handle. It launched in early beta on all paid plans.
The core offering covers what you would expect: repos, pull requests, code browsing, and two-way GitHub sync. You manage repos through a new Codebase tab in the editor. GitHub sync is bidirectional and updates in real time, so teams that want to keep a GitHub remote can do so without switching workflows.
Origin also integrates with several deployment and CI platforms at launch: Vercel, Depot, and Buildkite. That combination covers deployments, fast container builds, and CI pipelines from inside the editor.
Cursor has described Origin as purpose-built for “agent scale” — the idea being that agents committing and opening PRs at high frequency need infrastructure that keeps pace. Whether that framing holds up at scale is still to be seen; the beta will tell.
Always-on cloud agents
The August 19 update to cloud agents is more operationally significant. Cloud agents can now do four things they could not do before:
Event subscriptions. Agents can subscribe to PRs and Slack threads. Instead of a human kicking off a task manually, the agent picks up work automatically when a trigger fires.
Long-lived goals. A /goal command lets you set a persistent objective. The agent holds that objective across messages and continues working toward it even through long or interrupted sessions.
Custom modes. You can define focused configurations that constrain what the agent does, useful for scoping an agent to a particular part of the codebase or a specific kind of task.
Subagents in isolated VMs. Agents can spin up subagents running on their own virtual machines, enabling parallel or delegated work that runs in a clean environment.
The steering model also improved: you can now send a message to redirect an agent without fully interrupting it.
This follows the cloud agent build system that launched on August 13, which cut environment startup from the typical cold boot time to roughly a third of it by pre-building environments in advance.
Cursor’s changelog is at cursor.com/changelog. The Origin landing page is at cursor.com/origin.