Commitgen – AI-generated Conventional Commit messages from your staged diff
2•TheAary•1h ago
Hey HN,
Built this because I kept writing lazy commit messages like "fix stuff" and "update".
commitgen reads your staged git diff and returns a properly formatted
Conventional Commit message (feat/fix/refactor etc) using Gemini.
Written in C++ on the CLI side, Vercel serverless for the backend.
Windows and linux supported along with zsh and fish
Would love feedback on the approach. Especially curious if people would want macOS support first.
This will get better with further updates.