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.