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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Rate limit options dialog can open itself once per limit window

You'll notice
Useful4 Signal3
Rate Limits not in their notes

Hitting a rate limit can now open the options dialog for you, once per limit window.

/rate-limit-options
What

When you hit a rate limit, Claude Code can now submit the hidden /rate-limit-options command for you instead of waiting for you to ask. It is keyed on the current reset time so it fires at most once per window, and is skipped in non-interactive runs and when notices are suppressed.

Details
  • Wired into the transcript row alongside the existing auto-continue arming.
  • Two runtime checks stand in front of it: one marks the reset key as consumed, and one returns false outright, so on this build the automatic open does not fire.
Evidence

onOpenRateLimitOptions

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.247 →