Show HN: Agent Hand – Tmux session manager for AI coding agents (Rust)

  • Posted 4 hours ago by weykon
  • 1 points
https://weykon.github.io/agent-hand/
I was juggling 5+ Claude Code instances simultaneously. Four terminal windows, each with 3-4 tmux panes. "Which Claude is working on which task?" Wasting 10+ minutes just finding the right session.

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/

0 comments