GitScry: open-source CLI gives coding agents a memory of your Git history
Miserable-Orange-599 · reddit · 2026-09-26
A developer released GitScry, an MIT-licensed local CLI that gives coding agents access to context buried in Git history — old commits, diffs, reverts, blame history and co-change patterns that never make it into docs.
Purpose-built queries include:
- gitscry examples: find similar past implementations
- gitscry tests: find historically coupled tests for a file
- gitscry why: explain why a line/symbol exists
- gitscry trace-fix: trace a fix back to the change that introduced affected code
The idea: give agents repository-history memory instead of limiting them to the current codebase state. Everything runs locally, with results traceable to commits, paths, confidence and supporting evidence.
More from coding & agent
- Dev shows agents now run his entire self-improving eval loop, echoing Anthropic's recursive self-improvement warning — alexcovo_eth · 2026-09-26
- Directory maps 100+ production JEV architectures: LLMs write, JEV decides, code enforces — alexcovo_eth · 2026-09-26
- One-line prompt fix for sycophancy: make the model argue against you before it agrees — victor_explore · 2026-09-26
- Microsoft ships on OpenClaw as industry pivots to always-on agents; OpenAI hired its creator — heyneighbor · 2026-09-26
- Training a 600M model with a moving attention window and memory: what it revealed — KlausCodes · 2026-09-26
- Dev trains a 50MB model in 15 min to replace Gemini Flash at 0.06s latency — newz2000 · 2026-09-26