Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tt history

Show recent agent communication history from the event stream.

Usage

tt history [-n <limit>] [--agent <name>]

Options

OptionShortDescription
--limit <N>-nMaximum number of events to show (default: 30)
--agent <NAME>-aFilter to events involving a specific agent

Output

Events are displayed chronologically with timestamps, icons, and agent labels in Nickname [role] format:

πŸ“œ Recent History (5 events):

  14:23:01 🐣 *Frankie [backend]* Agent spawned
  14:23:02 πŸ“Œ *Frankie [backend]* Task assigned: implement auth API
  14:23:15 πŸ”„ *Frankie [backend]* State changed: Idle β†’ Working
  14:25:30 βœ… *Frankie [backend]* Task completed: implement auth API
  14:25:31 πŸ‘€ *Martha [reviewer]* Review handoff from backend

Event Icons

IconEvent Type
🐣Agent spawned
🏁Agent stopped/completed
πŸ”„State changed
πŸ“ŒTask assigned
βœ…Task/review completed
❌Task failed
🀝Task delegated
πŸ‘€Reviewer handoff
🚨Conductor escalation
⏸️Agent interrupted
▢️Agent resumed
🎯Mission event

Examples

# Show last 30 events
tt history

# Show last 50 events
tt history -n 50

# Show only events for a specific agent
tt history --agent backend