Posted by doshay 23 hours ago
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.
Why this isn't built-in, I dunno, but been possible and easy for a very long time already, and works for any agent harness out there (as long as they persist sessions that is).
Personally I make the agent justify and explain things in the git commits, where is where that info went before agents anyways too, then have some sentences in my AGENTS.md about reading recent commits before doing changes, and using it whenever I prompt for history that isn't part of the current session. Seems to work perfectly fine.
But it is trying to use git as a backend to save file states, and at the same time NOT showing it in the user's git history.
Personally I like it best when both humans and agents find it clean and easy to understand, but we all like different things :)
Inspired by entire.io I've vibed a super small extension that seems similar to this: https://github.com/janmechtel/pintire
I expect this feature to eventually end up in the harness
2. How does it compare with http://usegitai.com/ and https://entire.io/ ? Another Show HN: https://news.ycombinator.com/item?id=48057104
3. Please add it to other registries, esp. those compatible with mise, e.g., https://github.com/aquaproj/aqua-registry