Anthropic's Claude Code Finally Auto-Resumes When Usage Limits Hit
Claude Code desktop gets a native auto-continue checkbox that resumes paused sessions automatically when your usage limit resets.
- New feature: Claude Code desktop now has an auto-continue checkbox that resumes sessions automatically when usage limits reset.
- Problem solved: Previously, hitting a usage limit mid-task required a human to manually type "continue" after the reset — wasting hours on overnight or AFK runs.
- Community context: Multiple GitHub issues and third-party npm packages, shell wrappers, and browser extensions had emerged to fill this gap.
- Desktop only: The checkbox is in the Claude Code desktop app UI; terminal-only users still need external workarounds.
- Usage limits: Pro users get ~10–40 Claude Code prompts per 5-hour window, shared across Claude and Claude Code; heavy agentic sessions burn through faster.
- Announced by: @ClaudeDevs on X, with a demo video showing the checkbox in action.
The @ClaudeDevs account just announced a small but long-requested addition to the Claude Code desktop app: an auto-continue checkbox. When you hit your subscription usage limit mid-task, you can now flip a toggle and Claude Code will automatically pick up where it left off the moment your limit resets , no babysitting required.
The problem it solves
When Claude Code hits the subscription usage limit, the session pauses and the user must manually wait and type "continue" to resume , which kills productivity for long-running tasks like overnight work or AFK coding. The reset time is dynamic, tied to your rolling usage window, so you can't reliably schedule a workaround.
Claude Code doesn't queue your work and resume at the reset , it just stops, mid-task, holding all the context of whatever it was doing. Resuming costs one word , "continue" , but only if a human is there to type it. For unattended overnight runs, that means hours of idle compute time wasted between the reset and whenever you come back.