Automatically resume Claude Code sessions after rate limits
Automatically resume Claude Code sessions after rate limits.
No more babysitting your Claude Code sessions. Run autoclaude in a tmux pane and it will automatically resume any rate-limited sessions in the same window.
brew install henryaj/tap/autoclaude
Or with Go:
go install github.com/henryaj/autoclaude@latest
# Split your tmux window and run autoclaude
tmux split-window -h
autoclaude
That’s it. When Claude Code hits a rate limit, autoclaude will wait for the reset time and automatically resume the session.