Git for AI coding sessions
Capture prompts, responses and diffs from any AI coding tool, review them in VS Code, and share sessions with your team in a web viewer.

The problem
PromptVC creates an auditable history of what AI did to your codebase and why. When prompts and code changes scatter across CLI agents, chat logs, and local tools, there is no single source of truth for prompt forensics, debugging, or compliance.
The solution
Install and configure session capture
npm install -g @promptvc/clipromptvc configSets up hooks for Codex, Claude, and Gemini
promptvc initCreates .promptvc folder
Sessions auto-save to
.promptvc/sessions.json
Sessions are captured automatically



View all sessions in a unifined timeline
Local, integrated session browsing

Browser-based with sharing capabilities

See it in action
Track every prompt, diff, and file touched with a clean session timeline.
Review unified or split diffs with syntax highlighting and per-file stats.
Your sessions stay on disk. Upload only the JSON you choose.
Open the viewer and keep every diff in one place.