You'll notice
The token-mismatch warning now covers git fetches and gh writes, not just git pushes
What
The warning shown when a self-hosted runner session can't re-present its refreshed token was reworded to say that session traffic through Claude Code's mounts, including git pushes and fetches and gh (GitHub CLI) writes, may be refused with a git_token_mismatch error until a /remote call with that token succeeds.
Why
This makes the warning accurate now that the governed relay covers more than just git pushes, so anyone seeing it understands the fuller range of traffic that could be affected.