Show HN: Git Auto Commit (GAC) – LLM-powered Git commit command line tool

Share This Post

GAC is a tool I built to help users spend less time summing up what was done and more time building. It uses LLMs to generate contextual git commit messages from your code changes. And it can be a drop-in replacement for `git commit -m “…”`.

Example:

“`
feat(auth): add OAuth2 integration with GitHub and Google

– Implement OAuth2 authentication flow
– Add provider configuration for GitHub and Google
– Create callback handler for token exchange
– Update login UI with social auth buttons

“`

Don’t like it? Reroll with ‘r’, or type `r “focus on xyz”` and it rerolls the commit with your feedback!

You can try it out with uvx (no install):

“`
uvx gac init # config wizard
uvx gac
“`

_Note: `gac init` creates a .gac.env file in your home directory with your chosen provider, model, and API key._

*Tech details:*

*14 providers* – Supports local (Ollama & LM Studio) and cloud (OpenAI, Anthropic, Gemini, OpenRouter, Groq, Cerebras, Chutes, Fireworks, StreamLake, Synthetic, Together AI, & Z.ai (including their extremely cheap coding plans!)).

*Three verbosity modes* – Standard with bullets (default), one-liners (`-o`), or verbose (`-v`) with detailed Motivation/Architecture/Impact sections.

*Secret detection* – Scans for API keys, tokens, and credentials before committing. Has caught my API keys on a new project when I hadn’t yet gitignored .env.

*Flags* – Automate common workflows:

– `gac -h “bug fix”` – pass hints to guide intent
– `gac -yo` – stage all files and auto-accept the commit message in one-liner mode
– `gac -ayp` – stage all files, auto-accept the commit message, and push

Would love to hear your feedback! Give it a try and let me know what you think! <3

GitHub: https://github.com/cellwebb/gac


Comments URL: https://news.ycombinator.com/item?id=45723533

Points: 2

# Comments: 0

Source: github.com

Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

Windows Securitym Hackers Feeds

Thoughts, Observations, and Links Regarding ChatGPT Atlas

Article URL: https://daringfireball.net/2025/10/thoughts_observations_and_links_regarding_chatgpt_atlas Comments URL: https://news.ycombinator.com/item?id=45739205 Points: 1 # Comments: 0 Source: daringfireball.net

Do You Want To Boost Your Business?

drop us a line and keep in touch

We are here to help

One of our technicians will be with you shortly.