Claude Code retries rate-limit errors for API keys, not for your Max plan

I decompiled the Claude Code binary (v2.1.179) to find out why my Max sessions die on rate-limit errors an API key would shrug off. The retry classifier has one branch, and it is keyed on how you pay.

Read Original

Related