commit-agent-cli
v0.2.2
Published
AI-powered git commit CLI using LangGraph and Claude 4.5 or Gemini
Maintainers
Readme
commit-agent-cli
Generate intelligent, context-aware commit messages by simply typing commit.
Quick Start
# Install globally
npm install -g commit-agent-cli
# Stage your changes
git add .
# Generate commit message
commitFirst-Time Setup
You'll be prompted to:
- Select your AI Provider (Anthropic Claude or Google Gemini)
- Choose your preferred model
- Enter your API Key (Anthropic Console or Google AI Studio)
- Choose commit message preferences (conventional commits, verbosity)
Features
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.
Documentation
📚 View Full Documentation - Detailed guides, configuration, and examples
Requirements
- Node.js 18+
- Anthropic API key OR Google AI API key
License
MIT
