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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Subscription and API-key caches can now be cleared explicitly

You'll notice
Useful3 Signal2
Auth

Logging in or out now clears cached key and subscription state properly.

What

The caches holding your primary API key and detected subscription now sit behind an object with a clear operation, called on logout, login and keychain changes, so stale auth state is dropped instead of lingering.

Details
  • New helpers expose the normalized subscription tier (max, pro, team or enterprise) and the rate-limit tier.
  • Both are available only when you are signed in via OAuth; an API key or a CLAUDE_CODE_OAUTH_TOKEN override skips them.
Evidence

case "max":

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.251 →