Show HN: Git Blame Made Interactive – Ask Your Git Repo Who Did What and When

2 abhinav95 0 7/16/2025, 12:50:21 PM github.com ↗
I built an Open Source CLI that lets you ask your Git commit history using natural language.

E.g ask the repo

•“When was login added?” •“What changed in the auth flow?”

It uses embeddings for the commit messages using configurable models (HF or OpenAI), stores them in ChromaDB, and queries them semantically with GPT via LangChain.

Features: • Fast local search (local storage) • Natural language query interface • Simple Typer-based CLI with commands to list and manage embeddings

Ideal for developers who want a smarter way to explore version history.

Feedback & Contribution Requested and Welcomed.

Comments (0)

No comments yet