Stop writing commit messages. Let AI do it.
CommitWrite reads your staged git diff and generates a clean conventional commit message using Qwen via Groq. Free, fast, and runs entirely from your terminal.
- Stage your changes —
git add . - Run —
commitwrite - Copy the message →
git commit -m "..."
pip install -r requirements.txt
- Get a free Groq API key at console.groq.com
- Copy
.env.exampleto.env - Add your key
commitwrite
feat: add initial implementation of commit message generator using Groq API
Writing commit messages is friction. This removes it.
- Python
- Groq API
- llama-3.1-8b-instant
MIT
