Skip to content

Commit b353a87

Browse files
committed
feat: Set VS Code LLM (GitHub Copilot) as default AI provider
- Change default aiServiceProvider from 'openai' to 'vscode-lm' - Update configuration description to reflect new default - Improves out-of-box experience for users with GitHub Copilot
1 parent dbfafb7 commit b353a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@
9494
"openai",
9595
"vscode-lm"
9696
],
97-
"default": "openai",
98-
"markdownDescription": "Select the AI service provider to use for generating commit messages. \n\n- **openai**: Use OpenAI API directly (requires API key)\n- **vscode-lm**: Use VS Code's built-in Language Model API (GitHub Copilot)"
97+
"default": "vscode-lm",
98+
"markdownDescription": "Select the AI service provider to use for generating commit messages. \n\n- **vscode-lm**: Use VS Code's built-in Language Model API (GitHub Copilot) - Default\n- **openai**: Use OpenAI API directly (requires API key)"
9999
},
100100
"diffy-explain-ai.vscodeLmModel": {
101101
"type": "string",

0 commit comments

Comments
 (0)