Show HN: Gix – A Go CLI for AI generated commit messages (github.com)

1 points by codebyagon ↗ HN
gix is a small Go CLI that reads your staged git diff and generates a conventional commit message.

Example: gix commit

It analyzes the diff and suggests something like: feat(auth): add JWT refresh token handling

Design goals:

Stay fully in the CLI

Bring your own API key (OpenAI or Gemini)

Minimal, fast startup

Clean provider interface for adding other models

The project is focused on one thing: generating structured commit messages from diffs.

Repo: https://github.com/ademajagon/gix

Feedback on CLI UX and architecture is welcome. Happy to answer technical questions.

0 comments

[ 3.2 ms ] story [ 12.4 ms ] thread

No comments yet.