codebyagon

↗ HN profile [ 42.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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…

  3. I’ve been working on Gix — a small CLI tool that brings a bit of AI into the Git workflow. Written in Go, cross-platform, and fully local (uses your own OpenAI key). It helps split large diffs into smaller commits and…