| Crates.io | rehoboam |
| lib.rs | rehoboam |
| version | 0.9.12 |
| created_at | 2026-01-13 00:56:01.577833+00 |
| updated_at | 2026-01-24 23:54:28.203558+00 |
| description | Real-time observability TUI for Claude Code agents - tracks all, predicts needs |
| homepage | https://github.com/m-mohamed/rehoboam |
| repository | https://github.com/m-mohamed/rehoboam |
| max_upload_size | |
| id | 2039116 |
| size | 722,171 |
Real-time TUI for monitoring Claude Code agents.
Monitor all your Claude Code sessions from one dashboard. See which agents need attention, which are working, and jump directly to any pane.
brew tap m-mohamed/rehoboam
brew install rehoboam
cargo install rehoboam
cargo install --git https://github.com/m-mohamed/rehoboam
# Initialize hooks in your project
cd ~/your-project
rehoboam init
# Run
rehoboam
| Key | Action |
|---|---|
h/l |
Navigate columns |
j/k |
Navigate agents |
Enter |
Jump to agent's tmux pane |
y/n |
Approve/reject permission |
c |
Custom input to agent |
s |
Spawn new agent |
Space |
Toggle selection |
Y/N |
Bulk approve/reject |
K |
Kill selected agents |
X/R |
Cancel/restart loop |
? |
Help |
q |
Quit |
Autonomous iteration with fresh sessions per loop. Progress persists, failures evaporate.
In spawn dialog (s):
.rehoboam/ directory with state files<promise>COMPLETE</promise> tag, or max iterationsState files in .rehoboam/:
anchor.md - Task spec (your prompt)progress.md - Track completed workguardrails.md - Learned constraints (auto-populated from repeated errors)state.json - Iteration counter, timing dataactivity.log - Per-iteration timing and outcomessession_history.log - State transitions for debuggingSpawn Claude Code agents in isolated cloud VMs via sprites.dev.
export SPRITES_API_TOKEN="your-token"
| Key | Action |
|---|---|
Space |
Toggle sprite mode (in spawn dialog) |
c |
Create checkpoint |
R |
Restore checkpoint |
t |
Checkpoint timeline |
Claude Code → hooks → Unix socket → Rehoboam TUI
Hooks are configured in .claude/settings.json. Run rehoboam init to set up.
We welcome contributions! Rehoboam is built by Claude Code users, for Claude Code users.
MIT