Turns become commits
The user-agent conversation, model, and token cost live in each commit message.
see example →Live dashboard
Who and what wrote the code, from commit metadata alone. All your projects on one port.
demo →Your repo, as a story
Zoom out from the commits: the parts, the key moments, what the developer was working out, then the diffs.
demo →Teaches you back
Short lessons from your own sessions, teaching you to code efficiently with agents.
demo →It asks which mode
Background or TUI, worktree or not, auto or manual commits. Run it bare and pick from the menu.
read more →Your agent, your choice
Use your agent exactly the same way as before. Claude Code, Codex and OpenCode today. More on request.
Private by design
Nothing externally tracked: it is all git history in your own repo.
Prefer the full story? Read more · deep details in the docs.
Three commands to the first traced commit.
pip install agitrack
cd your-repo && agitrack
Know what you want already? agitrack -b tracks the agent you drive yourself, agitrack -i runs it in aGiTrack's TUI, agitrack -d opens the dashboard, and agitrack --backtrace recovers previous agentic coding sessions if you already have some. One agitrack stop stops whatever is running here.