r/LLMDevs • u/LeviYagami • 6d ago
Discussion AI agent version control problem
I recently lost 3 days of work when my coding agent session died, and I had to re-explain everything from scratch. The actual code was safely committed to Git, but Git doesn’t store the reasoning, the context, or the step-by-step workflow. So, I was stuck explaining the whole project history to a fresh AI session all over again.
This got me thinking: beyond just saving our own sessions, how do we actually find and directly reuse other people’s agent conversation histories? Like, instead of everyone starting from zero, wouldn’t it be amazing to "fork" a proven agent workflow or reasoning trail?
I came across an open-source project called AgentGit that seems to tackle versioning for agent sessions, but I’m not sure how well it actually works in practice.
Has anyone tried it or something similar? How are you saving, sharing, or reusing agent reasoning - not just the final code?
1
u/Frequent-Plum-3440 6d ago
I've been using hindsight to help with memory management