Hitting a rate limit can now open the options dialog for you, once per limit window.
What's wrong with this entry?
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.
- 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.
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.
-
v2.1.234
Rate-limit prompts resolve model aliases to the model that actually answers
Both mention rate limit
-
v2.1.234
Quota rejections feed a new auto-resume controller
Both mention rate limit
-
v2.1.239
Spend and rate limit notices say when the limit resets
Both mention rate limit