CodeGPT
A CLI written in Go language that writes git commit messages
CodeGPT is a Go-based command-line tool that uses AI to create Git commit messages and brief code review summaries. 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. ...