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.274 ·

Gerrit-aware push tracking in git command detection

Claude Code now recognizes Gerrit pushes separately from GitHub-style pushes

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaGitwhat it touches
KindImprovementsin v2.1.274,
You'll notice

Claude Code now recognizes Gerrit pushes separately from GitHub-style pushes

What

When Claude Code watches the output of a git push command, it can now tell whether the destination is a Gerrit remote (a code-review system some teams use instead of GitHub pull requests) rather than a GitHub-style provider. Gerrit pushes are now routed through a different notification path than the one used for pull-request pushes.

Why

Gerrit pushes don't create pull requests the way GitHub does, so treating them the same way would produce misleading or missing notifications. This lets Claude Code give Gerrit users appropriate feedback after a push.

See this entry in the whole of v2.1.274 →

Feedback