💻 Claude Code automatically resumes sessions after rate limit resets
Anthropic added automatic session resumption to Claude Code: a “Resume after reset” checkbox in the desktop app or CLAUDE_CODE_RETRY_WATCHDOG=1 in the CLI. Limits don’t increase — the agent waits for the reset and continues on its own.
🌍 Part of Anthropic’s strategy for fully agentic workflows. Unlike OpenAI, which resets quotas for all users, Anthropic keeps limits fixed and automates the waiting.
👤 If you run long sessions (/goal, /schedule) and they stop due to the 5-hour limit — check the box in the desktop app or set the variable in the CLI, and the agent will continue on its own. The weekly quota does not increase.
Source 1: https://code.claude.com/docs/en/env-vars Source 2: https://code.claude.com/docs/en/errors
