ThinkFacility

Changelogs

Cursor changelog

Every Cursor release we've seen, newest first, in the maintainers' own words. Nothing rewritten, nothing summarised. Grab the RSS feed if you'd rather it came to you.

· from cursor-changelog

Wed 02 Sep 2026

1
Cursorchangelog

cursor Self-hosted machines

Cursor supports self-hosted machines , which let you keep tool execution entirely in your own network. Your codebase, build outputs, and secrets all stay on internal machines running in your infrastructure, while the agent handles tool calls locally.

Thu 27 Aug 2026

1
Cursorchangelog

cursor Start from scratch, without a repo

Cloud Agents no longer require a connected GitHub or other third-party SCM provider to get started. Prompt from the get-go, then save your work to a Cursor Origin repo. # Get started Select Start from scratch in the repo picker, then prompt the agent. In the background, Cursor creates an Origin repo for you.

Wed 19 Aug 2026

1
Cursorchangelog

Cloud Agents and Cursor Harness Improvements

We're continuing to improve cloud agents and the Cursor harness so always-on agents can operate as a system, building and shipping software on their own without the need for intervention at each loop. With this release, cloud agents can automatically pick up work in response to events, hold a goal until it's met, and stay on course through long-running sessions. # Subscriptions Cursor can now monitor your PRs, watch a Slack thread, or run scheduled tasks. Cursor Agent subscribes to an event source (a thread or conversation) and wakes when something happens. Subscriptions are available for…

Mon 17 Aug 2026

1
Cursorchangelog

cursor Origin Code Hosting

Cursor can now host your code. Origin begins rolling out today in early beta on all paid plans. We're starting with the essentials, designed for agent scale: repos, pull requests, code browsing, and GitHub sync. Agent-native features ship soon.

Thu 13 Aug 2026

1
Cursorchangelog

cursor Cloud Agents Start 3x Faster with Builds

Agents do their best work when they start in a ready environment: repos cloned, dependencies installed, and your install script already run. This release introduces builds : ready-to-use copies of your development environment that Cursor prepares in the background. Agents boot into a ready environment instead of setting up from scratch each session. Builds are included with Cloud Agents at no additional cost.