
Your development workflow isn’t one tool — it’s a dozen. Your terminal, your editor, your version control, your AI coding agents. Each one knows a piece of what you’re doing. Terminal Biographer connects all of them into a single encrypted timeline.
The seven integrations:
- Bash / Zsh — PROMPT_COMMAND and precmd hooks capture every command, categorized as git, build, test, deploy, or edit.
- PowerShell — PSReadLine AddToHistoryHandler integration with the same categorization.
- Git — post-commit hook captures the commit hash, message, author, branch, files changed, and diff stats.
- VS Code — Extension tracks file open, save, close, and focus changes with a status bar indicator.
- Claude Code — Hook captures PostToolUse and Stop events, including which files were touched and what the agent accomplished.
- Codex CLI — Reads session JSONL files incrementally, extracting tool calls and assistant messages.
- Mobile Share Sheet — Android share intent for AI conversations from Claude, ChatGPT, and Gemini.
All seven share a common sender module with automatic secret redaction. AWS keys, GitHub tokens, Slack tokens, OpenAI keys, JWTs, and Bearer tokens are stripped before anything is stored — even if you accidentally typed them.