re_gent: Version Control Tool for Tracking AI Coding Agent Activity
By
SHY
Sat out too long. The crust has gone leathery.
Summary
re_gent is a new version control tool specifically designed for AI coding agents. Unlike traditional Git which tracks code changes, re_gent tracks what the AI agent did step-by-step to produce those changes. It allows users to trace agent actions, blame code changes back to specific prompts/sessions, rewind agent work across both code and conversation history, and preserve history even when sessions are compacted or fragmented. The tool addresses the common problem of reconstructing an AI agent's actions after it breaks something or deletes code.
Key quotes
· 5 pulledGit tells you what changed, but not what the agent did to get there.
When an agent breaks something, or if it decides to just delete necessary code we're often stuck reconstructing the session from memory
Trace what your agent did, step by step
Blame a line of code back to the prompt/session that caused it
Rewind agent work across code and conversation
You might also wanna read
re_gent: A Version Control System for AI Coding Agents
re_gent is an open-source version control system designed specifically for AI coding agents. It automatically tracks every tool call an agen
Git-memento: A Git Extension for Tracking AI Coding Sessions in Commits
git-memento is a Git extension that records AI coding sessions used to produce commits by attaching AI conversation transcripts as git notes
GitAgentProtocol (GAP): An Open Standard for Running AI Agents Natively in Git
GitAgentProtocol (GAP) is introduced as an open standard for defining, versioning, and running AI agents natively within git repositories. I
gitagent.sh·2mo agoclaude-replay: Convert AI Coding Agent Sessions into Interactive HTML Replays
claude-replay is an open-source tool that converts AI coding agent session logs (from Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCo
Ghost CLI: Commit Prompts Instead of Code with AI Coding Agents
Ghost is a CLI tool that reimagines the git workflow by allowing developers to commit prompts instead of code. The AI coding agent generates

Agentastic.dev: Native macOS App for Running Multiple AI Coding Agents in Parallel
Agentastic.dev is a native macOS application that allows developers to run multiple AI coding agents (Claude Code, Codex, Gemini, Droid, Amp
