Claude Code Desktop Adds Auto-Continue After Usage Limits
Claude Code waits in the open session and continues your task automatically when a claude.ai usage limit resets. It is on by default from version 2.1.234 in interactive sessions signed in with a claude.ai subscription. Turn it off in /config under 'Continue automatically at usage limit' or set autoContinueAtUsageLimit to false. It resumes work; it does not raise the limit.
Claude Code waits in the open session and continues your task automatically when a claude.ai usage limit resets, and you do not have to switch it on. Anthropic's Interactive mode reference: "Automatic continue is on by default in interactive sessions signed in with a claude.ai subscription. Requires Claude Code v2.1.234 or later." The opt-out is in /config under "Continue automatically at usage limit", or the autoContinueAtUsageLimit settings key. (Interactive mode, Settings reference)
The feature shipped in the changelog for version 2.1.234 as a single line ("Claude Code now continues your session automatically when a claude.ai usage limit resets; turn it off in /config"). Anthropic's docs now cover the mechanics that line left out: what the wait looks like, what ends it, when Claude Code will not start one on its own, and how an admin turns it off for a fleet. (Claude Code changelog)
Key Takeaways
- On by default in interactive sessions signed in with a claude.ai subscription, from Claude Code 2.1.234.
- Turn it off in
/config("Continue automatically at usage limit") or setautoContinueAtUsageLimittofalse. Managed settings can set it for a whole organization. - At the reset, Claude Code sends a fixed prompt to pick the task up. It does not resend your last message.
- It resumes; it does not add allowance. The limit and the reset schedule are unchanged.
- It is not offered for API keys, cloud providers, usage-based billing, background sessions, or
-pruns. - It does not start on its own in Remote Control or agent-team teammate sessions, when the reset is more than 24 hours away, or for an Opus or Sonnet limit while you run a model outside that family.
/rate-limit-optionsstarts the wait by hand. - The Desktop app has a separate checkbox, "Auto-continue when limits reset", on the session-limit card. Turning off one does not turn off the other.
How Auto-Continue Works
When a claude.ai usage limit stops Claude mid-task, a line at the bottom of the session shows when it will continue: Usage limit reached · continuing automatically at 3:45pm · esc to cancel. Keep the session open. Anthropic documents three ways the wait ends with the task continuing: (Interactive mode)
- At the reset. The line reads
continuing shortly, thenUsage limit reset · continuing automatically, and "Claude Code sends Claude a fixed prompt to pick the task up where it stopped. It doesn't resend your last message." - After your computer slept. If it slept for more than about 30 minutes and the limit reset while it slept, the line reads
Your usage limit has reset · press enter to continue, and Claude Code waits for you. After a shorter sleep it continues on its own. - Early. When you add usage credits with
/usage-credits, sign back in after/upgrade, or switch models with/modelduring the wait, Claude Code checks whether usage is available again and continues right away if it is. It does not check after an upgrade or purchase you make in a browser.
The continued task runs like any other turn. Claude Code still asks for permissions as usual, so the task can stop on a prompt while you are away. If it hits the limit again, Claude Code re-arms the wait at most twice in a row, then stops and shows Automatic continue stopped after repeated usage-limit hits · /rate-limit-options to try again.
Who Gets It
The default applies to interactive sessions signed in with a claude.ai subscription. Anthropic's Interactive mode reference sorts everything else into three groups. (Interactive mode)
| Situation | What Anthropic documents |
|---|---|
| Interactive terminal session, claude.ai subscription, 2.1.234 or later | Wait starts on its own |
| Remote Control session or agent-team teammate session | Wait does not start on its own; a person at that terminal can start one from /rate-limit-options |
| Reset more than 24 hours away (a weekly limit can reset days out) | Wait does not start on its own; start it yourself from the menu |
| Opus or Sonnet limit while you run a model outside that family | Wait does not start on its own, because your next turn may not hit that limit |
Background sessions and -p runs | Not offered; the menu row is not available |
| API keys, cloud providers, usage-based billing | Not offered; usage is metered per request, so there is no reset to wait for |
| LLM gateway without a saved claude.ai login | Not offered; the wait is only available while a saved claude.ai login is the active credential |
In the cases where the wait does not start on its own, and whenever automatic continue is off, Claude Code opens the usage-limit options menu once per reset window when you hit a limit at your own terminal. Pick the row that starts "Wait here, then continue automatically". In a Remote Control or agent-team teammate session, run /rate-limit-options yourself; the command does not appear in the command menu, so type it in full. (Commands reference)
How to Turn It Off
Three levels, from one wait to a whole organization:
- Cancel one wait. Press
Escat an empty prompt, orCtrl+C, while the line shows, or run/rate-limit-optionsand pick "Don't continue automatically". Claude Code confirms with a line that startsAutomatic continue cancelled, and does not start a wait on its own again for that reset window. - Turn it off for yourself. In
/config, turn off "Continue automatically at usage limit", or add this to your user settings:
{
"autoContinueAtUsageLimit": false
}
/config autoContinueAtUsageLimit=false also works, including with -p, "but the key=value form can't turn it back on, because the setting grants unattended execution." Turning it back on takes the /config panel. (Interactive mode)
3. Turn it off for a fleet. The key's scope is "User or managed": Claude Code reads it from user settings, --settings, and managed settings only, and hides the /config row while managed settings or --settings set it. A project or local settings file cannot turn the feature on, but if none of the higher scopes sets the key, a project file that sets it turns the feature off. Anthropic's Errors page points admins at managed settings for exactly this. (Settings reference, Errors)
What Ends the Wait Without Continuing
Anthropic lists these: you send a prompt (Claude Code runs it instead of waiting); you exit Claude Code (the wait does not restart when you resume the session); the conversation changes hands (/login to another account, clear or rewind, /resume another session, /teleport, /tui, or handing the session to Claude Desktop, a background session, or the cloud); the setting turns off or the reset moves past 24 hours (this ends only a wait Claude Code started on its own; one you picked from the menu keeps counting down); or a UserPromptSubmit hook blocks the continuation prompt. (Interactive mode)
If you automate around this, the Notification hook has three matchers for it: quota_auto_resume_fired (the task continued), quota_auto_resume_stale (the reset happened during a long sleep and Claude Code is waiting for Enter), and quota_auto_resume_disabled (the wait ended without continuing). The last one does not fire when you press Esc or Ctrl+C or pick "Don't continue automatically". (Hooks reference)
The Desktop Checkbox
Claude Code Desktop has its own control. Anthropic's Errors page: "In the Code tab of the Desktop app, the session-limit card offers an Auto-continue when limits reset checkbox. The weekly-limit card doesn't. When it's checked, the Desktop app retries the interrupted turn after the reset and shows the retry time on the card. The Desktop checkbox and the CLI's Continue automatically at usage limit setting in /config are separate, so turn each off on its own." Anthropic does not state whether the Desktop checkbox is checked by default. (Errors)
What This Does Not Change
Auto-continue is a scheduling convenience, not a new allowance. Anthropic's Help Center says usage limits vary by plan and by factors such as conversation length, features used, and model, and that usage across claude.ai, Claude Code, and Claude Desktop counts toward the same limit. After a limit, the documented options are still to wait for the reset, upgrade your plan, or purchase usage credits; auto-continue automates the first. (Claude Help Center)
Two things to check before leaving a session at a limit overnight. A weekly limit that resets more than 24 hours out will not be waited for automatically; start the wait from /rate-limit-options if you want it. And the continued turn still stops on permission prompts, so a task that needs approvals will wait for you either way.
Corrections and Updates
September 9, 2026: this page said Anthropic documented only the changelog line and did not state plan scope, resume timing, or multi-session behavior. Anthropic's Claude Code docs now cover all of it (the Interactive mode, Settings, Errors, Commands, and Hooks references), and the page is rewritten against them. The August 23 correction below also said the original page's "desktop checkbox" was wrong; Anthropic's Errors page documents an "Auto-continue when limits reset" checkbox in the Desktop app's session-limit card, separate from the CLI setting, so that half of the correction is withdrawn. The CLI default-on finding stands.
August 23, 2026: this page previously described auto-continue as an opt-in desktop checkbox, and both halves of that were wrong.
Sources
- Anthropic, Claude Code docs, "Interactive mode", sections "Wait for a usage limit to reset", "Cancel the wait", "Start a wait yourself", and "Turn automatic continue off": https://code.claude.com/docs/en/interactive-mode#wait-for-a-usage-limit-to-reset (checked September 9, 2026; source for the default, the eligibility conditions, the wait line, the fixed prompt, the sleep and early-continue behavior, the re-arm limit, and every way the wait ends)
- Anthropic, Claude Code docs, "Settings reference", entry
autoContinueAtUsageLimit: https://code.claude.com/docs/en/settings-reference#autocontinueatusagelimit (checked September 9, 2026; source for the key, its scope, its default, and the project-file behavior) - Anthropic, Claude Code docs, "Errors", section "You've hit your session limit": https://code.claude.com/docs/en/errors#youve-hit-your-session-limit (checked September 9, 2026; source for the Desktop checkbox and the managed-settings pointer)
- Anthropic, Claude Code docs, "Commands", rows
/rate-limit-optionsand/config: https://code.claude.com/docs/en/commands (checked September 9, 2026) - Anthropic, Claude Code docs, "Hooks", Notification matchers
quota_auto_resume_fired,quota_auto_resume_stale,quota_auto_resume_disabled: https://code.claude.com/docs/en/hooks#notification (checked September 9, 2026) - Anthropic, Claude Code changelog, entry for version 2.1.234: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md (checked September 9, 2026; the release record; the current release is 2.1.266)
- Anthropic Help Center, "How do usage and length limits work?": https://support.claude.com/en/articles/11647753-how-do-usage-and-length-limits-work (checked September 9, 2026; last updated by Anthropic July 13, 2026; source for general usage-limit behavior and the wait, upgrade, or credits options)
- ClaudeDevs on X, August 13, 2026: https://x.com/ClaudeDevs/status/2088014831605702937 (cited as the first public flag of the feature, not relied on; x.com answers automated requests with HTTP 200 and a JavaScript shell containing none of the post text, re-checked September 9, 2026, and cannot be re-verified)
Read next
Keep building the workspace playbookClaude Code Will Make Auto Mode the Default on August 14
As of September 2026, auto mode is the default permission mode for new Claude Code sessions on Pro, Max, and Team plans; the switch took effect on August 14, 2026, as Anthropic announced on August 7. Enterprise plans, Console API keys, and the Bedrock, Agent Platform, Foundry, and Claude Platform on AWS integrations still start in manual (default) mode. The mode routes tool calls through a safety classifier, keeps manual approval available, and does not charge Pro, Max, or Team for classifier calls.
Claude in Chrome Sessions Now Continue Across Devices
Anthropic says Claude in Chrome sessions now carry over to desktop, web, and mobile. Conversations are saved to the user's account, while skills and connectors can work from the browser; Claude's current Chrome page lists the extension as available on all paid plans.
Claude Code +50% Weekly Limits Promo Ended September 13, 2026; Limits Are Now 25% Higher Permanently
Anthropic's +50% Claude Code weekly-limits promotion ended September 13, 2026 at 11:59 PM PT. On September 14 Anthropic rewrote its support article: starting September 14, 2026, weekly limits in Claude Code are 25% higher than they were before the promotion for Pro, Max, Team, and seat-based Enterprise plans. Five-hour limits are unchanged.
Claude Code Remote Control Can Start Sessions From Your Phone
As of August 2026, a machine running claude remote-control appears as a device card at the top of the Code tab in the Claude app: tap it, pick a directory, and a session starts on that machine. Anthropic's Week 34 digest also took Remote Control out of research preview. Code and files stay local.
Frequently Asked Questions
What does Claude Code auto-continue do, and do I need to turn it on?
When a claude.ai usage limit stops Claude mid-task, Claude Code waits in the open session and continues the task on its own after the limit resets. You do not need to turn it on: Anthropic's Interactive mode reference says automatic continue is on by default in interactive sessions signed in with a claude.ai subscription and requires Claude Code v2.1.234 or later.
What happens at the reset?
The status line reads 'continuing shortly', then 'Usage limit reset - continuing automatically', and Claude Code sends Claude a fixed prompt to pick the task up where it stopped. It does not resend your last message. If your computer slept for more than about 30 minutes and the limit reset while it slept, Claude Code waits for you to press Enter instead.
How do I turn auto-continue off?
Open /config and turn off 'Continue automatically at usage limit', or set autoContinueAtUsageLimit to false in your user settings. The setting is read from user, --settings, and managed settings; a project settings file can switch it off but not on. To cancel one wait without changing the setting, press Esc at an empty prompt or Ctrl+C, or run /rate-limit-options and pick 'Don't continue automatically'.
Does auto-continue avoid Claude Code usage limits?
No. It resumes the task after the reset; the allowance is unchanged. Anthropic's Help Center says that after hitting a usage limit you can wait for the reset, upgrade your plan, or purchase usage credits. Auto-continue automates the first option.
Does auto-continue work with an API key, in -p mode, or in the Desktop app?
Not with an API key, a cloud provider, or usage-based billing: usage there is metered per request, so there is no reset to wait for. Not in background sessions or -p runs, where the menu row is not available. The Desktop app has its own checkbox, 'Auto-continue when limits reset', on the session-limit card in the Code tab; it is separate from the CLI setting, so turn each off on its own.
Where is auto-continue documented?
In Anthropic's Claude Code docs: the Interactive mode reference (section 'Wait for a usage limit to reset'), the Settings reference entry for autoContinueAtUsageLimit, the Errors page (section 'You've hit your session limit'), the /rate-limit-options row in the commands reference, and the quota_auto_resume Notification hook matchers. The changelog entry for version 2.1.234 is the release record.