@the-white-wolf/ai-commit
v1.0.4
Published
AI-powered commit message generator using Groq
Maintainers
Readme
ai-commit
AI-powered git commit message generator using Groq + LLaMA.
Reads your staged changes and generates a Conventional Commits message instantly.
Installation
npm install -g @the-white-wolf/ai-commitSetup
Get a free Groq API key at https://console.groq.com
Add it to your .env file in your project root:
GROQ_API_KEY=your_groq_api_keyUsage
Stage your changes and run:
ai-commitExample Output
✔ Staged changes found.
✔ Done.
Suggested commit message:
feat(auth): add JWT refresh token rotation
* Replace static tokens with rotating refresh tokens
* Add token expiry validation middleware
✔ Commit with this message? Yes
✔ Committed successfully.Tech Stack
- Node.js + TypeScript
- Groq API (LLaMA 3.3 70B)
- Conventional Commits standard
