Launched this week

Claude Hibernate
Don't lose running session on Claude Code CLI
12 followers
Don't lose running session on Claude Code CLI
12 followers
Automatically protect long-running Claude Code sessions from accidental quota exhaustion. Claude Hibernate is a lightweight PTY wrapper for Claude Code. It watches the terminal output for the session-usage warning, and before the quota runs out it switches Claude into **Manual mode**, locks the terminal behind a game-styled overlay, waits for the quota reset plus a safety buffer, restores the previous mode, and unlocks. No mods to Claude Code or API or reverse engineering.


How does the overlay handle cases where the warning text gets truncated or changed between Claude Code versions? A bit worried about false positives keeping me locked out.
How does it detect the exact warning text if the message changes between Claude Code versions? Been burned before by tools that rely on string matching on output that updates without notice.
The game-styled overlay is such a clever touch for what could have been a boring CLI utility. Whoever thought to make the wait screen actually engaging instead of just blocking the terminal showed real care for the user experience.
the game-styled overlay is such a clever touch, turns a frustrating quota hit into something that actually feels intentional instead of disruptive.
The game-styled lock screen is a genuinely clever touch, turning a frustrating quota wall into something that feels intentional instead of punishing. Smart way to ship something useful without touching the underlying tool.