CodeGPT
A CLI written in Go language that writes git commit messages
...It reads staged Git changes and turns them into structured, human-readable commit text. The tool can be used directly from the CLI or integrated into Git through a prepare-commit-msg hook. It supports multiple AI providers, including OpenAI-compatible endpoints, Azure OpenAI, Gemini, Anthropic, Groq, Ollama, and OpenRouter. Developers can customize prompts, diff context, excluded files, language output, proxies, and streaming behavior. Overall, it is built for teams that want faster, cleaner, and more consistent Git communication.