Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d51ae3a574 | |||
| 0c2c35ad72 |
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "ai-commit-ext",
|
"name": "ai-commit-ext",
|
||||||
"displayName": "AI Commit Ext",
|
"displayName": "AI Commit Ext",
|
||||||
"description": "Generate commit messages using OpenCode AI",
|
"description": "Generate commit messages using OpenCode AI",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"publisher": "local",
|
"publisher": "local",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.110.0"
|
"vscode": "^1.110.0"
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ Generate a concise Conventional Commit message for these changes:`;
|
|||||||
"--format",
|
"--format",
|
||||||
"default",
|
"default",
|
||||||
"-m",
|
"-m",
|
||||||
"opencode/gpt-5-nano",
|
"opencode/deepseek-v4-flash-free",
|
||||||
"--variant",
|
"--variant",
|
||||||
"minimal",
|
"minimal",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user