File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ go build -o commitgen main.go
238238- Go 1.19+
239239- Git
240240- AI CLI commands with proper API configuration:
241- - ` claude-glm ` for Claude
241+ - ` claude ` for Claude
242242 - ` gemini ` for Gemini
243243 - ` copilot ` for Copilot
244244- Unix-like system (Linux, macOS)
@@ -269,14 +269,14 @@ Commitgen automatically analyzes git changes and provides context to the AI mode
269269** "failed to call [ provider] API"**
270270- Ensure the AI CLI command is available in your PATH
271271- Verify API keys are properly configured
272- - Test the AI CLI command directly: ` claude-glm ` or ` gemini ` or ` copilot `
272+ - Test the AI CLI command directly: ` claude ` or ` gemini ` or ` copilot `
273273
274274#### Provider-Specific Setup
275275
276276** Claude (Default)**
277277``` bash
278- # Install claude-glm
279- pip install claude-glm
278+ # Install claude
279+ pip install claude
280280# Configure API key in environment
281281export ANTHROPIC_API_KEY=" your-key-here"
282282```
You can’t perform that action at this time.
0 commit comments