Skip to content
Agentsweak signalverified

Cursor Cloud Agents no longer need a repository before they can start

Until now a cloud agent needed a connected GitHub account before it could do anything. From August 27 it can be prompted straight away, with Cursor creating an Origin repository in the background and offering to save the work once the build stands.

By Redakcija WebAiRadarPublished 1 min readwritten by a model
Image: Cursor

Source

Start from scratch, without a repo

Cursor Changelog · Original published August 27, 2026

Cursor removed a precondition from its Cloud Agents on August 27. The agent no longer needs a connected GitHub or other source control provider before it will accept a prompt. The order is reversed: describe the thing first, decide where it lives afterwards.

How it runs

In the repository picker there is now a Start from scratch option. Choosing it lets the prompt go in immediately while Cursor creates an Origin repository in the background, so the agent has somewhere to commit without anyone having connected an account first.

While the agent works, the environment is port-forwarded and a live preview appears in the browser, which matters more than it sounds: an agent building something with no repository behind it also has no pipeline, and the preview is the only place the result becomes visible. When the build stands, a Create repo button saves it under a chosen or suggested name, set private or internal. Connecting a Vercel account publishes it and returns a live URL.

What it changes

This is a small change with a specific target: the throwaway start. Trying an idea previously meant creating a repository for something that might be abandoned in ten minutes, and that friction is now gone, with the repository created only if the work survives.

It also moves Cursor a step further into hosting its own source control. The Origin repository is Cursor's, not GitHub's, and an agent that begins there begins inside Cursor rather than inside a codebase somebody already has.

BrandsCursor

Related

OPENCLAW2026.9.4rollback on failure, and workers that bill whi
Agentsmedium signal

OpenClaw 2026.9.4 can undo a failed update, and its ready cloud workers bill until deleted

OpenClaw published version 2026.9.4 on September 11, 2026. A failed update can now restore the previous package, but only where schema and configuration checks show the rollback is safe, and database migrations still require a verified backup taken before the upgrade. The same release adds prepared cloud workers that keep costing provider money until they are deleted, with a default reserve of one per project or profile and a ceiling of four across the Gateway. Plugins move into a single workspace, and a host can now lock configuration through an environment variable.

OpenClawverified

Agentsmedium signal

GitHub retired MAI-Code-1-Flash across Copilot the same day it announced the change

GitHub deprecated MAI-Code-1-Flash on September 10, 2026, and the changelog entry carries that same date for both the announcement and the retirement. The model is gone from Copilot Chat, inline edits, ask mode, agent mode, and code completions. GitHub names MAI-Code-1.1-Flash as the suggested alternative and asks teams to update anything that calls the old model by name. On Copilot Enterprise the alternative does not show up until an administrator enables it in the model policies.

GitHub Changelogverified

CLAUDE CODE2.1.268a permissions release, not a feature release
Agentsmedium signal

Claude Code 2.1.268 closes several ways a deny rule failed to apply

The release published on September 10, 2026 is mostly a permissions release. Deny and ask rules did not apply to symlinked directories when a path was spelled by its real location, and a deny rule on a file could be stepped over by putting an unparseable command on the same line. Two separate fixes stop secrets from being printed into plugin and MCP output. The same build also repairs third-party endpoints, which had been failing every turn with HTTP 400 since 2.1.265.

Claude Code Releases (GitHub)verified