I built commitgen-cc, a CLI that generates Conventional Commit messages directly from your git diff. I know there are lots of commit message generators out there, but this one runs fully locally with Ollama, so your code never leaves your machine. Cloud models are optional.
Quick workflow:
-> git add .
-> aic
→ e.g.:
- feat(api): add pagination support to users endpoint
I’d love feedback on the workflow, missing features, or anything you’d like to see added to make this more useful in real projects.
eagleman•2h ago
I built commitgen-cc, a CLI that generates Conventional Commit messages directly from your git diff. I know there are lots of commit message generators out there, but this one runs fully locally with Ollama, so your code never leaves your machine. Cloud models are optional.
Quick workflow:
-> git add .
-> aic
→ e.g.:
- feat(api): add pagination support to users endpoint
I’d love feedback on the workflow, missing features, or anything you’d like to see added to make this more useful in real projects.