Claude Code Desktop Adds an Auto-Continue Checkbox for Usage Limits
Anthropic's Claude Code developer account announced an auto-continue checkbox for the Claude Code desktop app on August 14, 2026. When enabled before or during a usage-limit stop, the option automatically resumes a session once the 5-hour or weekly usage window resets, instead of leaving the agent idle until someone manually re-prompts it. The feature targets long-running and overnight agentic work that previously stalled the moment a usage window ran out. It does not raise usage limits themselves, only automates the wait-and-resume step, and at launch it ships on the desktop app only.
Key Takeaways
- A new checkbox automates resumption after a usage-limit stop, letting a Claude Code desktop session continue on its own the moment the 5-hour or weekly window resets.
- It targets unattended and overnight agentic work — the exact scenario where a stalled session previously sat idle for hours until someone noticed and manually restarted it.
- It does not increase usage limits — Anthropic was explicit that the underlying quota windows are unchanged; only the wait-and-resume step is automated.
- The feature is desktop-only at launch; the Claude Code CLI does not yet have an equivalent auto-continue option.
- It answers a long-standing request, with multiple open feature requests on the claude-code issue tracker asking for exactly this behavior.
- It never appeared in CHANGELOG.md, since desktop-app-only features ship without a CLI version number, making official channels the only discovery surface for changes like this.
What Shipped
On August 14, 2026, Anthropic's Claude Code developer account announced a new auto-continue checkbox in the Claude Code desktop app. When a session hits its usage limit — the 5-hour rolling window or the weekly cap — Claude Code has always stopped and waited for a person to come back and manually re-prompt it once the window resets. The new checkbox changes that: turn it on before or when a limit hits, and the session resumes automatically the moment the window resets, picking back up where it left off without anyone at the keyboard.
Why It Matters
The gap it closes is a familiar one for anyone running long, unattended, or overnight agentic work: loops, scheduled tasks, or multi-hour builds that can easily run into a usage ceiling partway through. Previously, hitting a limit mid-task meant the work simply sat idle, sometimes for hours, until a human noticed and manually restarted it. Auto-continue removes that idle gap entirely for desktop users.
What It Doesn't Do
The feature does not increase anyone's usage quota. The underlying 5-hour and weekly windows are unchanged; auto-continue only automates the waiting and resuming, not the ceiling itself. It is a convenience feature for unattended workflows, not a limits increase.
Availability
As of the August 14 announcement, the checkbox is live in the Claude Code desktop app. The Claude Code CLI does not yet offer an equivalent option, and the feature does not appear in the CHANGELOG.md that tracks the CLI package.