aGiTrack

<aGiTrack> every agent turn captured with its story, and humans learn

Do you use coding agents and wonder what prompt changed a line of code, weeks later?
Want to learn how to drive agents more efficiently?
aGiTrack is what you need.

f34tur3 what you get

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.

demo →

Efficiency insights

Correction loops, rework hotspots, trends: how well you drive it.

demo →

Teaches you back

Short lessons from your own sessions, teaching you to code efficiently with agents.

demo →

Backtrace old sessions

Reconstruct the history you didn't track from day one.

read more →

Four modes

TUI or background, auto or manual commits. Switch freely.

read more →

Your agent, your choice

Use your agent exactly the same way as before. Claude Code and OpenCode today. More on request.

Private by design

Nothing externally tracked: it is all git history in your own repo.

Editor friendly

One-click VS Code extension, same experience.

Prefer the full story? Read more · deep details in the docs.

e8d2fa0 install & run

Three commands to the first traced commit.

pip install agitrack
Python ≥ 3.10 · or pipx install agitrack
cd your-repo && agitrack
launches your coding agent's TUI under aGiTrack's watch
Ctrl-G
opens the aGiTrack menu

Then agitrack -d shows your tracked commits in the dashboard, and agitrack --backtrace recovers previous agentic coding sessions if you already have some.