Claude Code keeps auto-retrying indefinitely after hitting usage/token limit instead of stopping
Open 💬 0 comments Opened Jul 12, 2026 by likeperple7
Bug description
When Claude Code hits a token/usage limit during a running turn, it does not stop. It keeps auto-retrying indefinitely and I have to manually press the stop button every time. Expected behavior per docs: usage-limit-reached should be a hard stop, not retried.
Environment
- Claude Code version: 2.1.204
- Platform: Windows 10 Education 10.0.19045
- Interface: VS Code extension
Steps to reproduce
- Run a long task until the usage/token limit is reached mid-turn
- Observe Claude Code showing retry countdowns and retrying repeatedly instead of stopping
- Manual stop is required to end the loop
Related issues
Possibly related: #35744, #36320, #23115