Built Agent Hand, a Rust rewrite of agent-deck with:
- Ctrl+N jumps to the most urgent session (waiting → ready → running) - Visual status from PTY output patterns (regex, no polling) - Sub-millisecond fuzzy search (Ctrl+G) - Dedicated tmux server (isolated from your default)
The WAITING state (!) is detected from prompt patterns like "Do you want to proceed?" The READY state () uses a TTL—if it was running recently and now idle, it's probably done.
MIT licensed. Would appreciate feedback on the PTY monitoring approach and any edge cases I'm missing.
https://github.com/weykon/agent-hand https://weykon.github.io/agent-hand/