re_gent: A Version Control System for AI Coding Agents
By
doshay
FeedBagel synthesis
· 2 sourcesre_gent, an open-source version control system for AI coding agents, has been released. Hacker News reported that it automatically tracks every tool call an agent makes and captures which prompt wrote each line of code, enabling rewinding when things break. Product Hunt added that unlike traditional Git, re_gent traces the agent's step-by-step actions, allowing users to blame code changes back to specific prompts and preserve history even when sessions are compacted. The tool addresses the fundamental problem that AI agents currently lack their own version control systems.
Hot, fresh, and worth queueing round the block for.
Summary
re_gent is an open-source version control system designed specifically for AI coding agents. It automatically tracks every tool call an agent makes, captures which prompt wrote each line of code, and enables rewinding when things break. The tool provides auditability for AI agent activity without requiring manual commits, offering features like blame tracking (which prompt produced which code), concurrent session management, and full context for any change. It addresses the fundamental problem that AI agents currently lack their own version control systems.
Key quotes
· 5 pulledEvery tool call is automatically captured. No manual commits needed.
See what your agent actually did
Blame: which prompt wrote this line?
Track multiple concurrent sessions
The problem: AI agents have no version control of their own.
You might also wanna read
re_gent: Version Control Tool for Tracking AI Coding Agent Activity
re_gent is a new version control tool specifically designed for AI coding agents. Unlike traditional Git which tracks code changes, re_gent
Relace Repos: Git-Compatible Source Control System for AI Coding Agents
Relace Repos is a new source control system specifically designed for AI coding agents, built by the Relace team. It's git-compatible and op
GitAgent: Open Standard for Portable AI Agent Definitions in Git Repositories
GitAgent by Lyzr is an open standard that extracts AI agent configurations, logic, tools, and memory into portable, version-controlled defin
AgentRail: Open-source local control plane for managing AI coding agent task lifecycles
AgentRail is an open-source, locally-run task lifecycle layer for AI coding agents. It solves the operational challenges beyond code writing
RoBrain: Open-source shared memory for AI coding agents that preserves team decisions and context
RoBrain is an open-source shared memory tool for teams using AI coding agents (Claude Code, Cursor, Copilot). It automatically captures deci
Angy: Open-Source Fleet Manager and IDE for AI Coding Assistants with Multi-Agent Pipeline
Angy is an open-source fleet manager and IDE designed for AI coding assistants like Claude Code, Anthropic API, and Gemini API. It addresses
