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.