Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Default safe git-push allowlist now covers configured remotes, not just "origin"

Auto-approved git push rules now cover your configured push remote, not just "origin"

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaGit Permissionswhat it touches
KindImprovementsin v2.1.268,
You'll notice

Auto-approved git push rules now cover your configured push remote, not just "origin"

What

The default list of git push commands Claude Code will run without asking permission is now built by checking your actual git remotes: it keeps origin if present, and adds remote.pushDefault if it names a single valid remote. It then expands this into allow-list entries for git push <remote> * and git push -u <remote> *, plus a certified form, for every default allow-list used across the app.

Why

Repositories that push to a remote other than origin (such as upstream or a fork remote) will no longer trigger unnecessary permission prompts for ordinary pushes to their normal configured remote.

Read from
Names in the bundleremote.pushDefault

See this entry in the whole of v2.1.268 →

Feedback