A TUI app that monitors tmux panes running Claude Code and automatically sends “continue” when rate limits reset.
When using Claude Code heavily, you’ll hit rate limits. Claude shows a message like:
limit reached ∙ resets 2pm
You then have to wait and manually type “continue” when the limit resets. If you’re running multiple Claude Code sessions, this becomes tedious.
autoclaude monitors your tmux panes and automatically sends “continue” when the rate limit resets. Just enable auto-continue on the panes you want to monitor, and autoclaude handles the rest.
brew install henryaj/tap/autoclaude
go install github.com/henryaj/autoclaude@latest
Download from Releases.
autoclaude
tab to enable auto-continue for that pane| Key | Action |
|---|---|
←↑↓→ |
Navigate between panes |
tab |
Toggle auto-continue for selected pane |
a |
Enable auto-continue for all Claude Code panes |
n |
Disable auto-continue for all Claude Code panes |
r |
Refresh pane layout |
h / ? |
Show help |
q |
Quit |
| Color | Meaning |
|---|---|
| Orange | Claude Code pane (auto-continue off) |
| Green | Claude Code pane (auto-continue on) |
| Red | Rate limited (waiting for reset time) |
| Cyan | Selected pane |
Escape → continue → Enter# Run tests
go test ./...
# Build
go build
# Run with test pattern (for debugging without hitting rate limits)
./autoclaude --test-pattern "<<<TEST>>>"
MIT License - see LICENSE
Made by Henry Stanley
Built with Claude Code