Back to browse
GitHub Repository

Version-Control for AI coding agents.

686 starsGo

Git for AI Agents

by doshay·May 8, 2026·129 points·67 comments

AI Analysis

●●SolidSolve My ProblemShip It

Git-style blame for AI agents when nothing else tracks prompt-to-line causality.

Strengths
  • Automatic capture of every tool call without manual commits or agent modifications.
  • Blame command links specific code lines back to the exact prompt and session.
  • Session filtering lets you audit concurrent agent runs independently.
Weaknesses
  • Currently only supports Claude Code; no Cursor or generic LLM adapter yet.
  • No visual diff UI or IDE integration beyond the CLI output.
Target Audience

Developers using AI coding agents like Claude Code

Similar To

Git · Cursor · Warp

Post Description

hi guys. been working on something i think is fundamentally missing in today's workflow with ai agents.

vcs.

i find myself struggling with questions that agents can't answer like "why did you do it?", "when did u delete this folder? why?", etc. or trying to /rewind (after a /compact...) or basically `bisect` to find when and why something was done by the agent in the current / previous session.

just like git did for code, i think we are the same core capabilities with ai agents

so...

i developed an open source solution for that (currently supporting claude code)

would love to get feedback, contribution or maybe other ideas or solutions you find for those problems.

Similar Projects

AI/ML●●Solid

Git-style version control for AI agent memory

Git branches for agent memory with time-travel rollback via MatrixOne CoW engine.

Big BrainBold Bet
MatrixOrigin
202mo ago
AI/ML●●Solid

Putting Git on AI Agents

Git for agent cognition—clever framework, but no working implementation yet.

Big BrainWizardry
vichoiglesias
223mo ago