AI-powered git commit CLI using LangGraph and Claude 4.5 or Gemini
npm install commit-agent-cliGenerate intelligent, context-aware commit messages by simply typing commit.
``bashInstall globally
npm install -g commit-agent-cli
You'll be prompted to:
1. Select your AI Provider (Anthropic Claude or Google Gemini)
2. Choose your preferred model
3. Enter your API Key (Anthropic Console or Google AI Studio)
4. Choose commit message preferences (conventional commits, verbosity)
Powered by Claude and Gemini, this tool intelligently explores your codebase to generate clear, context-aware commit messages with full transparency. Enjoy customizable commit styles, secure local configuration, and seamless switching between AI providers.
š View Full Documentation - Detailed guides, configuration, and examples
- Node.js 18+
- Anthropic API key OR Google AI API key
MIT
---