Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

GitHub rate-limit reminder backoff is now per session

You'll notice
Useful2 Signal2
Elsewhere

One session hitting the GitHub rate limit no longer silences the warning in your other sessions.

What

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.

Details
  • The reminder text still cites the 5,000 requests per hour limit shared across all tools and agents.
Evidence

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.

See this entry in the whole of v2.1.229 →