Show HN: Gix, A small CLI tool that adds a touch of AI to Git

1 codebyagon 5 7/21/2025, 8:44:35 AM github.com ↗
I’ve been building a small CLI tool called Gix that brings a bit of AI into Git, not to replace your workflow, but to make some of the repetitive parts less painful.

It's written in Go, works cross-platform, and runs entirely local. You provide your own OpenAI key, and Gix can:

Break up large diffs into smaller, logical commits

Suggest conventional commit messages from staged changes

Still early-stage but stable. If it's useful to you, feel free to leave feedback, contribute, or star the repo, it helps me know whether to keep pushing it forward.

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

Comments (5)

JoshTriplett · 4h ago
Please consider picking a different name. "gix" is already a well-established set of Git libraries for Rust: https://docs.rs/gix/0.73.0/gix/
codebyagon · 3h ago
Thank you, wasn’t aware initially. Will consider renaming.
JoshTriplett · 3h ago
Thank you, much appreciated.
openmarkand · 4h ago
I don't understand which problem its trying to solve
codebyagon · 3h ago
It was inspired by tools like Warp and VS Copilot, started as a personal project to enhance my own Git workflow. Just sharing it in case others find it useful too.