@DanKornas: Usage limits can interrupt a Claude Code task halfway through. This utility waits for the reset and resumes it automati…

X AI KOLs Timeline Tools

Summary

Claude Auto-Resume is a cross-platform shell utility that detects and resumes Claude Code tasks interrupted by usage limits, showing countdowns and supporting session control.

Usage limits can interrupt a Claude Code task halfway through. This utility waits for the reset and resumes it automatically. Claude Auto-Resume is a cross-platform shell utility for developers running long Claude CLI tasks. It helps you continue interrupted work by detecting Claude usage-limit messages, calculating the reset time, showing a countdown, then relaunching Claude with a prompt or the previous-conversation flag. Key features: • Limit detection – parses timestamp and reset-time usage-limit messages. • Timed resumption – calculates the wait period and displays a live countdown. • Session control – starts a new session or continues the previous one with -c. • Command mode – can run a reviewed shell command after a usage-limit wait. • Platform support – includes Bash for Linux/macOS and PowerShell/CMD for Windows. Important: unattended Claude execution uses --dangerously-skip-permissions, and command mode can run arbitrary shell commands. The README recommends isolated development environments, trusted prompts, and avoiding production systems or sensitive data. It’s open-source (MIT license). Link in the reply
Original Article
View Cached Full Text

Cached at: 07/30/26, 11:52 AM

Usage limits can interrupt a Claude Code task halfway through. This utility waits for the reset and resumes it automatically.

Claude Auto-Resume is a cross-platform shell utility for developers running long Claude CLI tasks.

It helps you continue interrupted work by detecting Claude usage-limit messages, calculating the reset time, showing a countdown, then relaunching Claude with a prompt or the previous-conversation flag.

Key features: • Limit detection – parses timestamp and reset-time usage-limit messages. • Timed resumption – calculates the wait period and displays a live countdown. • Session control – starts a new session or continues the previous one with -c. • Command mode – can run a reviewed shell command after a usage-limit wait. • Platform support – includes Bash for Linux/macOS and PowerShell/CMD for Windows.

Important: unattended Claude execution uses –dangerously-skip-permissions, and command mode can run arbitrary shell commands. The README recommends isolated development environments, trusted prompts, and avoiding production systems or sensitive data.

It’s open-source (MIT license).

Link in the reply

Similar Articles

Claude Desktop spins up a VM without no way of stopping it

Hacker News Top

Claude Code is an agentic coding tool from Anthropic that lives in the terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows through natural language commands.

@QingQ77: Install recap, and with a single command you can pull up all Claude Code sessions from anywhere on your computer, sorted by time. It lists path, summary, branch, model, and round count, and also provides a ready-to-paste command to resume chatting. The built-in /resume only works for the current directory; this one gathers all projects on the machine. ht…

X AI KOLs Timeline

claude-code-recap is a command-line tool that lists the path, summary, branch, model, and round count of all Claude Code sessions on your computer, and supports one-click session recovery.