Skip to content

Commit 9c7f2ec

Browse files
committed
docs(readme): update Claude CLI command reference
1 parent 958bca6 commit 9c7f2ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
281281
export ANTHROPIC_API_KEY="your-key-here"
282282
```

0 commit comments

Comments
 (0)