Skip to content

Commit 7766cb4

Browse files
committed
docs(readme): update references to Claude Sonnet 5 in README and package.json
1 parent d4b7f86 commit 7766cb4

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Diff Commit
22

3-
Diff Commit is a VSCode extension that helps you generate commit messages following the conventional commits specification using AI models. Choose between Anthropic's cloud-based models like Claude 4 Sonnet or local Ollama models for offline usage. Commit messages are generated using the diff of staged changes and entered directly into the SCM message input or previewed in a new editor window.
3+
Diff Commit is a VSCode extension that helps you generate commit messages following the conventional commits specification using AI models. Choose between Anthropic's cloud-based models like Claude Sonnet 5 or local Ollama models for offline usage. Commit messages are generated using the diff of staged changes and entered directly into the SCM message input or previewed in a new editor window.
44

55
The generated commit messages are compatible with [googleapis/release-please](https://github.com/googleapis/release-please) and other tools that use conventional commits.
66

@@ -40,7 +40,7 @@ The generated commit messages are compatible with [googleapis/release-please](ht
4040

4141
- **Dual Provider Support**: Choose between Anthropic's cloud-based models or local Ollama models for offline usage
4242
- Generate commit messages based on the diff of staged changes using AI models
43-
- **Anthropic Integration**: Access to Claude 4 Sonnet and other powerful cloud models with an API key
43+
- **Anthropic Integration**: Access to Claude Sonnet 5 and other powerful cloud models with an API key
4444
- **Ollama Integration**: Use local models for complete offline functionality and privacy
4545
- Preview and edit generated commit messages before applying the commit
4646
- Uses markdown formatting for commit messages
@@ -195,14 +195,12 @@ Add additional custom instructions to the commit generation prompt. Useful for p
195195

196196
The Anthropic AI model to use for generating commit messages. This setting is only used when the provider is set to "anthropic".
197197

198-
| **Type** | **Options** | **Default Value** |
199-
| :------- | :------------------------- | :------------------ |
200-
| enum | "claude-sonnet-4-0" | "claude-sonnet-4-0" |
201-
| | "claude-3-7-sonnet-latest" | |
202-
| | "claude-3-5-sonnet-latest" | |
203-
| | "claude-3-5-haiku-latest" | |
204-
| | "claude-opus-4-0" | |
205-
| | "claude-3-opus-latest" | |
198+
| **Type** | **Options** | **Default Value** |
199+
| :------- | :----------------- | :---------------- |
200+
| enum | "claude-sonnet-5" | "claude-sonnet-5" |
201+
| | "claude-haiku-4-5" | |
202+
| | "claude-opus-5" | |
203+
| | "claude-fable-5" | |
206204

207205
### `diffCommit.ollamaHostname`
208206

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "diff-commit",
33
"displayName": "Diff Commit",
44
"version": "0.4.1",
5-
"description": "Generate detailed Git commit messages following the conventional commit specification using AI models. Choose between Anthropic's cloud-based models like Claude 4 Sonnet or local Ollama models for offline usage.",
5+
"description": "Generate detailed Git commit messages following the conventional commit specification using AI models. Choose between Anthropic's cloud-based models like Claude Sonnet 5 or local Ollama models for offline usage.",
66
"categories": [
77
"AI",
88
"SCM Providers"

0 commit comments

Comments
 (0)