-
released this
2026-01-31 03:00:46 +00:00 | 37 commits to main since this releaseWhat's Changed
Initial release of Git Commit AI - a privacy-first CLI tool that generates intelligent Git commit message suggestions using local LLM (Ollama).
Features
- Privacy-first: All processing happens locally with Ollama
- Conventional commits support with auto-fix
- Multi-language analysis
- Commit history context
- Customizable prompts
- Message caching
Installation
pip install git-commit-aiUsage
git add . git-commit-ai generate --conventionalDownloads