All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

LineageLens: A VS Code Extension That Tracks AI-Generated Code Provenance

By

Praveen

19d ago· 1 min readenProduct

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 pulled
something 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
Snippet from the RSS feed
VS Code extension that captures AI-assisted code insertions and links them to provenance context — Solo (local), Team, and Enterprise tiers

You might also wanna read