Show HN: Git for AI Agents

Published: (May 8, 2026 at 10:15 AM EDT)
1 min read

Source: Hacker News

Problem

Working with AI agents often feels like missing a version‑control system.
I frequently run into questions the agents can’t answer, such as:

  • “Why did you do it?”
  • “When did you delete this folder, and why?”
  • “Can we rewind to a previous state after a /compact?”

In other words, I need a way to bisect the history of an agent’s actions across the current and previous sessions—much like Git does for code.

Solution

I’ve created an open‑source tool that brings Git‑like capabilities to AI agents (currently supporting Claude code). It lets you track, rewind, and inspect the decisions made by an agent, providing the missing VCS layer for AI workflows.

Call for Feedback

I’d love to hear your thoughts, contributions, or alternative ideas for solving these problems.

Comments on Hacker News (21 points, 12 comments)

0 views
Back to Blog

Related posts

Read more »