Show HN: Git for AI Agents
A developer releases an open-source version-control tool for AI agent sessions that lets users trace, rewind, and bisect actions taken by agents such as Claude Code.
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 agentsso...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.
- github.comShow HN: Git for AI Agentsprimary