@gaoren7716: Version control system for AI agents. Tracks what the agent did, which prompt wrote which line, and allows rollback to any step. Like .git has a .regent directory, but it records agent activity instead of human commits. Several core commands: rgt log —…

X AI KOLs Timeline Tools

Summary

re_gent is a version control system for AI agents, tracking agent actions, enabling line-level attribution to specific prompts, and supporting rollback. It integrates with Claude Code, Codex, and OpenCode automatically.

Version control system for AI agents. Tracks what the agent did, which prompt wrote which line, and allows rollback to any step. Like .git has a .regent directory, but it records agent activity instead of human commits. Several core commands: rgt log — View each step the agent took, with timestamps and change summaries rgt blame — Pinpoint to the line: which prompt made the agent write this line of code rgt show — View the full context of any step, including tool calls and conversation history Other aspects: Multi-session parallelism, each session has an independent ref with no conflicts; content-addressed storage using BLAKE3 hashing with automatic deduplication; SQLite index queries under 10ms; after rgt init, Claude Code / Codex / OpenCode automatically enable tracking with zero configuration; VSCode extension supports inline blame annotations and hover context. The most noteworthy scenario: rgt blame src/handler.go:42 doesn't just tell you who changed this line, but tells you which prompt made the agent write this line — you can see the conversation context, tool call parameters and results at that time. Code review is no longer "the agent wrote it, I don't know why", but every line has a traceable source of intent. http://github.com/regent-vcs/re_gent… #AgentVCS #版本控制 #审计 #ClaudeCode
Original Article
View Cached Full Text

Cached at: 05/23/26, 06:06 AM

🚀 We’re live on Product Hunt today! Your upvote means the world to us → Support re_gent

Version Control for AI Agents

Track what your agent did, which prompt wrote each line, and inspect any step.

Every agent turn is automatically captured. No manual commits needed.

Built by contributors

Discord • Discussions • Issues • Technical Spec

Similar Articles

Re_gent

Product Hunt

Re_gent is a version control tool for tracking and managing AI agent activity.

Show HN: Git for AI Agents

Hacker News Top

re_gent is an open-source version control system for AI agent activity, tracking every tool call and associated prompt so developers can audit and roll back agent changes.

@teach_fireworks: AI Coding is now entering a very interesting phase. In the past, discussions focused heavily on model capabilities, context length, Agent Loops, Tool Use, and automated programming. However, once Agents are placed in real-world development environments for extended periods, many teams realize the issue isn't just about 'whether code can be generated...',

X AI KOLs Timeline

Introducing re_gent, an open-source tool that provides runtime-level version control and observability infrastructure for AI coding Agents, addressing code traceability and audit issues arising from long-running Agent sessions.

@FeitengLi: Built a ReAct agent system by hand: Doing agent systems with LLMs. While walking this evening, I was thinking about how to train an LLM's agentic capabilities, data preparation, model training, constructing RL training with agent trajectory actions, and also about Claude's progress over the past year…

X AI KOLs Following

The author shares their experience building a ReAct agent system and introduces the GLM-5 technical report released by Zhipu AI, which achieves breakthroughs in agentic, reasoning, and coding capabilities.

@geekbb: A macOS terminal designed for AI coding, integrating workspace management, split-screen, and AI agent startup workflows. Supports horizontal and vertical split screens, one-click launch of seven AI agents like Claude Code, Codex, Gemini CLI, and more. Right-click selected content to directly submit to...

X AI KOLs Timeline

kooky is a macOS terminal designed for AI coding, integrating workspace management, split-screen, and AI agent startup workflows. It supports one-click launch of multiple AI agents and right-click content submission.