Skip to content

Commit cd987f8

Browse files
committed
fix(config): remove trailing parenthesis in Anthropic model description
1 parent e4142e9 commit cd987f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"claude-opus-4-0",
9898
"claude-3-opus-latest"
9999
],
100-
"description": "The Anthropic AI model to use for generating commit messages. This value is only used when provider is set as 'anthropic')."
100+
"description": "The Anthropic AI model to use for generating commit messages. This value is only used when provider is set as 'anthropic'."
101101
},
102102
"diffCommit.ollamaHostname": {
103103
"type": "string",

0 commit comments

Comments
 (0)