One session hitting the GitHub rate limit no longer silences the warning in your other sessions.
What's wrong with this entry?
The reminder telling Claude it has hit the shared GitHub API limit keeps its backoff timestamp in per-session tool state instead of a single process-wide variable, so one session's reminder no longer suppresses another's.
- The reminder text still cites the 5,000 requests per hour limit shared across all tools and agents.
GitHub API rate limit exceeded (5,000/hr shared across all tools and agents)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.