A VS Code extension that automatically sends continue in your Claude Code chat when the session limit resets — no user action required.
When Claude Code hits its usage limit it appends a message like:
You've hit your limit resets 5:50pm (Asia/Jerusalem)
This extension watches Claude Code's session files in real time, detects that message, and schedules an automatic continue at the exact reset time.
- Zero friction — install and forget; no configuration, no buttons to press
- Status bar countdown — shows
$(clock) Claude resumes in 4m 32swhile waiting - Click for details — tap the status bar item to see the exact time and which conversation will be resumed
- Cancel anytime — click the status bar item → Cancel, or run
Claude Continue: Cancel scheduled sendfrom the Command Palette - Cross-platform — macOS and Windows
- VS Code 1.85+
- Claude Code extension installed and used at least once
- At reset time the extension opens
vscode://anthropic.claude-code/open?prompt=continue&session=<id>to bring back the right chat with "continue" pre-filled - It then simulates an Enter key press to submit:
- macOS: AppleScript targets
Visual Studio Codedirectly - Windows: PowerShell
SetForegroundWindow+SendKeys {ENTER}
- macOS: AppleScript targets
VS Code must be running at reset time (it does not need to be the active window — the extension brings it to the front automatically).
npm install
npm run build # compile once
npm run watch # compile on save
npm run package # produce claude-continue-x.x.x.vsixInstall the .vsix locally:
code --install-extension claude-continue-0.1.0.vsix