Trace every agent session on your machine — Claude Code, Cursor, Codex, Gemini, Copilot — into one history you and your agents can search.
pipx install thrdi # or: uv tool install thrdithirdeye add --claude # also: --cursor, --codex, --gemini, --copilotTo detach: thirdeye remove --claude.
thirdeye list # every session, every platform
thirdeye events <id> # one session, terse
thirdeye tail <id> -n 5 # last few events
thirdeye event <id> <seq> # one event, fully expanded
thirdeye search "migration" # substring across all sessions
thirdeye stats # totalsAdd --json for parseable JSONL, --tree for human-readable, --platform / --cwd to filter. Session IDs accept any unique prefix. Run thirdeye --help for the full reference.
MIT.