Show HN: OSS Semantic Git Commit Search – Ask questions about your Git history

github.com

1 points by abhinav95 14 hours ago

I built an Open Source tool that lets you search your Git commit history using natural language.

You can like: •“When was login added?” • “What changed in the auth flow?”

It embeds commit messages using OpenAI or Hugging Face models, 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.

GitHub: [https://github.com/AbhinavArora95/git-log-search]

Feedback welcome!

Contribution Welcome!