cd /news/developer-tools/show-hn-i-hate-typing-continue-once-… Β· home β€Ί topics β€Ί developer-tools β€Ί article
[ARTICLE Β· art-27203] src=github.com β†— pub= topic=developer-tools verified=true sentiment=↑ positive

Show HN: I hate typing continue once my CC quota resets

A developer released cc-session-recover, an open-source tool that automatically resumes Claude Code sessions after API quota resets, eliminating the need to manually type 'continue'. The tool uses a recovery note and heartbeat mechanism to preserve context and retry tasks without user intervention.

read2 min publishedJun 14, 2026

Your long Claude Code task survives quota stops β€” and continues by itself after the reset, with no prompt from you.

When quota or a rate limit kills a session mid-task, Claude normally just stops until you come back and tell it to continue. This workflow removes that. Claude keeps a recovery note (HANDOFF.md

) as it works, retries on a slow schedule while quota is blocked, and the first attempt after the reset picks the task up exactly where it stopped.

Every part of this has been verified against a genuine quota stop, end to end.

npx cc-session-recover init /path/to/project

(Or from a clone: bash scripts/install-into-project.sh /path/to/project

. Pass --no-hooks

with either to install the files without activating anything.)

Approve the hooks once when Claude Code asks on the next start. That's the whole setup.

cd /path/to/project
claude

Give Claude your task, normally. Nothing extra to type β€” the injected standing instructions make Claude keep the recovery note and set its own retry schedule. Leave the terminal open and walk away.

If quota dies mid-task, work resumes automatically after the reset.

  • It avoids tmux

,screen

, and terminal-injection hacks. Headlessclaude -p --resume

is used only by the optional closed-terminal watcher, targeting the exact recorded session. - It gives you two recovery paths. With the terminal open, the heartbeat resumes inside the active Claude Code session. With the terminal closed, the watcher resumes the saved session id. HANDOFF.md

keeps the next step in the repo, with project state, recent progress, and the exact next action.- The heartbeat runs inside the active Claude Code session, so the original context stays alive while quota is blocked.

  • It does not bypass quota. It only waits for the reset.
  • The basic flow needs the terminal to stay open. A closed-terminal recovery mode exists; see the docs.
  • Worst case is never lost work: the recovery note is always on disk, and "Read HANDOFF.md and continue" restores any session by hand.

Simple flowβ€” how it works, told as a story (notebook, alarm, watchman).FAQβ€” reliability, hook approval, what still needs a human.Full detailsβ€” closed-terminal watcher, precise reset-time resume, all limits.

── more in #developer-tools 4 stories Β· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/show-hn-i-hate-typin…] indexed:0 read:2min 2026-06-14 Β· β€”