LineageLens: A VS Code Extension That Tracks AI-Generated Code Provenance
By
Praveen
Tired, dry, slightly forgotten on the back of the tray.
Summary
LineageLens is a VS Code extension that acts as a local proxy between AI coding tools (Cursor, Claude Code, Copilot, Aide) and their providers. It automatically captures AI-generated code insertions of 4+ lines along with the full prompt, model identity, session context, and risk signals. This solves the problem of having no provenance record for AI-generated code — Git blame shows who committed code but not what AI prompt produced it. The tool offers Solo (local), Team, and Enterprise tiers.
Key quotes
· 3 pulledsomething breaks in AI-generated code and there's zero record of what prompt produced it, which model wrote it, or what context surrounded the decision
Git blame tells you who committed it. It doesn't tell you what the AI was asked.
Every insertion of 4+ lines gets captured with the full prompt, model identity, session context, and risk signals — automatically, across Cursor, Claude Code, Copilot, Aide
You might also wanna read
Git-memento: A Git Extension for Tracking AI Coding Sessions in Commits
git-memento is a Git extension that records AI coding sessions used to produce commits by attaching AI conversation transcripts as git notes
How AI-Generated Code Transforms Version Control from Code Tracking to Intent Documentation
The article discusses how AI-generated code is changing software development paradigms. It argues that when code can be regenerated from spe
GitHub Browser Extension for Detecting AI-Generated Code Contributions in Pull Requests
The article discusses a GitHub browser plugin extension that helps identify AI-generated contributions in pull requests. It addresses the gr
Codacy Guardrails: IDE Extension for Securing AI-Generated Code in Real-Time
Codacy Guardrails is a new IDE extension that enforces security and quality rules on AI-generated code in real-time, fixing vulnerabilities
Malicious VS Code AI Extensions with 1.5M Installs Secretly Harvest Developer Codebases
Two popular VS Code AI coding extensions with 1.5 million installs have been identified as malicious, secretly harvesting developers' entire
Visual Studio Code: Open-Source AI Code Editor with GitHub Copilot for Multi-Agent Development
Visual Studio Code is an open-source, AI-powered code editor that integrates GitHub Copilot for multi-agent development. It supports buildin
