@vscode/chat-lib 0.2.1-27 → 0.2.1-29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.js +0 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts +71 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js +254 -229
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.d.ts +2 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.js +5 -5
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/streamedCompletionSplitter.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/streamedCompletionSplitter.js +0 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/streamedCompletionSplitter.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.js +4 -3
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts +25 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js +316 -23
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.d.ts +5 -9
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.js +0 -3
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.d.ts +3 -27
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.js +16 -61
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.js +0 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.js +12 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.d.ts +10 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.js +92 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/splitContextPrompt.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/splitContextPrompt.js +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/splitContextPrompt.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.d.ts +6 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.js +106 -43
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.d.ts +5 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.js +59 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/anomalyDetection.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/anomalyDetection.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/anomalyDetection.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.d.ts +10 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.js +8 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +6 -2
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +5 -5
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +10 -7
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts +3 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +26 -15
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +7 -4
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +24 -8
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +11 -6
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +5 -0
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +10 -4
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +25 -9
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts +2 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.js +7 -2
- package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.d.ts +27 -0
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.d.ts.map +1 -0
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.js +35 -0
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.js.map +1 -0
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +37 -26
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +17 -5
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +6 -2
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +11 -2
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +106 -9
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +3 -4
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/inlineCompletions/common/api.d.ts +5 -1
- package/dist/src/_internal/platform/inlineCompletions/common/api.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.d.ts +7 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.js +18 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +120 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/languageServer/common/languageContextService.d.ts +27 -2
- package/dist/src/_internal/platform/languageServer/common/languageContextService.d.ts.map +1 -1
- package/dist/src/_internal/platform/languageServer/common/languageContextService.js +1 -0
- package/dist/src/_internal/platform/languageServer/common/languageContextService.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.d.ts +12 -0
- package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js +39 -0
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.d.ts +74 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.js +23 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.d.ts +72 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.js +44 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts +35 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js +162 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +29 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +171 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +10 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +86 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +77 -8
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +106 -14
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +8 -2
- package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.js +5 -5
- package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +35 -6
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js +96 -11
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.js +14 -15
- package/dist/src/_internal/platform/networking/node/stream.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts +1 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js +2 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +2 -0
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +7 -0
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +10 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +3 -2
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/util/common/tracing.d.ts +13 -0
- package/dist/src/_internal/util/common/tracing.d.ts.map +1 -1
- package/dist/src/_internal/util/common/tracing.js +7 -0
- package/dist/src/_internal/util/common/tracing.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +1 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +2 -1
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +3 -0
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +346 -206
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"onUri",
|
|
85
85
|
"onFileSystem:ccreq",
|
|
86
86
|
"onFileSystem:ccsettings",
|
|
87
|
-
"
|
|
87
|
+
"onCustomAgentProvider"
|
|
88
88
|
],
|
|
89
89
|
"main": "./dist/extension",
|
|
90
90
|
"l10n": "./l10n",
|
|
@@ -136,7 +136,8 @@
|
|
|
136
136
|
"languageModelThinkingPart",
|
|
137
137
|
"chatSessionsProvider@3",
|
|
138
138
|
"devDeviceId",
|
|
139
|
-
"contribEditorContentMenu"
|
|
139
|
+
"contribEditorContentMenu",
|
|
140
|
+
"chatPromptFiles"
|
|
140
141
|
],
|
|
141
142
|
"contributes": {
|
|
142
143
|
"languageModelTools": [
|
|
@@ -169,7 +170,6 @@
|
|
|
169
170
|
"toolReferenceName": "searchSubagent",
|
|
170
171
|
"displayName": "%copilot.tools.searchSubagent.name%",
|
|
171
172
|
"icon": "$(search)",
|
|
172
|
-
"canBeReferencedInPrompt": true,
|
|
173
173
|
"userDescription": "%copilot.tools.searchSubagent.description%",
|
|
174
174
|
"modelDescription": "Launch an iterative search-focused subagent that orchestrates semantic_search, grep_search, file_search and read_file tool calls to explore and gather relevant workspace code for a natural language query.\n CALL THIS FOR ANY TASK THAT REQUIRES CODEBASE EXPLORATION!\n\nRemember:\n1. Perform tool calls in parallel whenever possible\n2. Avoid redundant calls -- don't repeat identical searches.\n3. Stop once you have high-confidence, non-duplicative snippets covering the query scope.\n\nReturns: A list of relevant files/snippet locations in the workspace.\n\nInput fields:\n- query: Natural language description of what to search for.\n- description: Short user-visible invocation message. \n- details: 2-3 sentences detailing the objective of the search agent.",
|
|
175
175
|
"tags": [
|
|
@@ -1213,6 +1213,80 @@
|
|
|
1213
1213
|
]
|
|
1214
1214
|
}
|
|
1215
1215
|
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "copilot_askQuestions",
|
|
1218
|
+
"toolReferenceName": "askQuestions",
|
|
1219
|
+
"displayName": "%copilot.tools.askQuestions.name%",
|
|
1220
|
+
"userDescription": "%copilot.tools.askQuestions.description%",
|
|
1221
|
+
"modelDescription": "Ask the user questions when progress is blocked or a decision carries significant risk. Prefer proposing a sensible default so users can confirm quickly.\n\nWhen to use:\n- Clarify ambiguous requirements before proceeding\n- Get user preferences on implementation choices\n- Confirm high-impact decisions\n\nQuestion guidelines:\n- Batch related questions into a single call to minimize interruption\n- Provide brief context explaining what is being decided and why it matters\n- Mark one option as `recommended` with a short justification\n- Keep options mutually exclusive for single-select; use `multiSelect: true` only when choices are additive\n\nAfter receiving answers:\n- Restate the chosen decisions briefly and proceed\n- Do not re-ask unless requirements change\n\n- An \"Other\" option is automatically shown to users for custom input—do not add your own \"Something else\" or similar option.",
|
|
1222
|
+
"icon": "$(question)",
|
|
1223
|
+
"canBeReferencedInPrompt": true,
|
|
1224
|
+
"when": "config.github.copilot.chat.askQuestions.enabled",
|
|
1225
|
+
"inputSchema": {
|
|
1226
|
+
"type": "object",
|
|
1227
|
+
"properties": {
|
|
1228
|
+
"questions": {
|
|
1229
|
+
"type": "array",
|
|
1230
|
+
"description": "Array of 1-4 questions to ask the user",
|
|
1231
|
+
"minItems": 1,
|
|
1232
|
+
"maxItems": 4,
|
|
1233
|
+
"items": {
|
|
1234
|
+
"type": "object",
|
|
1235
|
+
"properties": {
|
|
1236
|
+
"header": {
|
|
1237
|
+
"type": "string",
|
|
1238
|
+
"description": "A short label (max 12 chars) displayed as a quick pick header, also used as the unique identifier for the question",
|
|
1239
|
+
"maxLength": 12
|
|
1240
|
+
},
|
|
1241
|
+
"question": {
|
|
1242
|
+
"type": "string",
|
|
1243
|
+
"description": "The complete question text to display"
|
|
1244
|
+
},
|
|
1245
|
+
"multiSelect": {
|
|
1246
|
+
"type": "boolean",
|
|
1247
|
+
"description": "Allow multiple selections",
|
|
1248
|
+
"default": false
|
|
1249
|
+
},
|
|
1250
|
+
"options": {
|
|
1251
|
+
"type": "array",
|
|
1252
|
+
"description": "2-4 options for the user to choose from",
|
|
1253
|
+
"minItems": 2,
|
|
1254
|
+
"maxItems": 4,
|
|
1255
|
+
"items": {
|
|
1256
|
+
"type": "object",
|
|
1257
|
+
"properties": {
|
|
1258
|
+
"label": {
|
|
1259
|
+
"type": "string",
|
|
1260
|
+
"description": "Option label text"
|
|
1261
|
+
},
|
|
1262
|
+
"description": {
|
|
1263
|
+
"type": "string",
|
|
1264
|
+
"description": "Optional description for the option"
|
|
1265
|
+
},
|
|
1266
|
+
"recommended": {
|
|
1267
|
+
"type": "boolean",
|
|
1268
|
+
"description": "Mark this option as recommended"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"required": [
|
|
1272
|
+
"label"
|
|
1273
|
+
]
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
"required": [
|
|
1278
|
+
"header",
|
|
1279
|
+
"question",
|
|
1280
|
+
"options"
|
|
1281
|
+
]
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
"required": [
|
|
1286
|
+
"questions"
|
|
1287
|
+
]
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1216
1290
|
{
|
|
1217
1291
|
"name": "copilot_editFiles",
|
|
1218
1292
|
"modelDescription": "This is a placeholder tool, do not use",
|
|
@@ -1276,6 +1350,7 @@
|
|
|
1276
1350
|
"name": "vscode",
|
|
1277
1351
|
"description": "",
|
|
1278
1352
|
"tools": [
|
|
1353
|
+
"askQuestions",
|
|
1279
1354
|
"getProjectSetupInfo",
|
|
1280
1355
|
"installExtension",
|
|
1281
1356
|
"newWorkspace",
|
|
@@ -1719,50 +1794,274 @@
|
|
|
1719
1794
|
"vendor": "copilot",
|
|
1720
1795
|
"displayName": "Copilot"
|
|
1721
1796
|
},
|
|
1722
|
-
{
|
|
1723
|
-
"vendor": "azure",
|
|
1724
|
-
"displayName": "Azure",
|
|
1725
|
-
"managementCommand": "github.copilot.chat.manageBYOK"
|
|
1726
|
-
},
|
|
1727
1797
|
{
|
|
1728
1798
|
"vendor": "anthropic",
|
|
1729
1799
|
"displayName": "Anthropic",
|
|
1730
|
-
"
|
|
1800
|
+
"configuration": {
|
|
1801
|
+
"properties": {
|
|
1802
|
+
"apiKey": {
|
|
1803
|
+
"type": "string",
|
|
1804
|
+
"secret": true,
|
|
1805
|
+
"description": "API key for Anthropic",
|
|
1806
|
+
"title": "API Key"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
"required": [
|
|
1810
|
+
"apiKey"
|
|
1811
|
+
]
|
|
1812
|
+
}
|
|
1731
1813
|
},
|
|
1732
1814
|
{
|
|
1733
1815
|
"vendor": "xai",
|
|
1734
1816
|
"displayName": "xAI",
|
|
1735
|
-
"
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1817
|
+
"configuration": {
|
|
1818
|
+
"properties": {
|
|
1819
|
+
"apiKey": {
|
|
1820
|
+
"type": "string",
|
|
1821
|
+
"secret": true,
|
|
1822
|
+
"description": "API key for xAI",
|
|
1823
|
+
"title": "API Key"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"required": [
|
|
1827
|
+
"apiKey"
|
|
1828
|
+
]
|
|
1829
|
+
}
|
|
1745
1830
|
},
|
|
1746
1831
|
{
|
|
1747
1832
|
"vendor": "gemini",
|
|
1748
1833
|
"displayName": "Google",
|
|
1749
|
-
"
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1834
|
+
"configuration": {
|
|
1835
|
+
"properties": {
|
|
1836
|
+
"apiKey": {
|
|
1837
|
+
"type": "string",
|
|
1838
|
+
"secret": true,
|
|
1839
|
+
"description": "API key for Google Gemini",
|
|
1840
|
+
"title": "API Key"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"required": [
|
|
1844
|
+
"apiKey"
|
|
1845
|
+
]
|
|
1846
|
+
}
|
|
1755
1847
|
},
|
|
1756
1848
|
{
|
|
1757
1849
|
"vendor": "openrouter",
|
|
1758
1850
|
"displayName": "OpenRouter",
|
|
1759
|
-
"
|
|
1851
|
+
"configuration": {
|
|
1852
|
+
"properties": {
|
|
1853
|
+
"apiKey": {
|
|
1854
|
+
"type": "string",
|
|
1855
|
+
"secret": true,
|
|
1856
|
+
"description": "API key for OpenRouter",
|
|
1857
|
+
"title": "API Key"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
"required": [
|
|
1861
|
+
"apiKey"
|
|
1862
|
+
]
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"vendor": "openai",
|
|
1867
|
+
"displayName": "OpenAI",
|
|
1868
|
+
"configuration": {
|
|
1869
|
+
"properties": {
|
|
1870
|
+
"apiKey": {
|
|
1871
|
+
"type": "string",
|
|
1872
|
+
"secret": true,
|
|
1873
|
+
"description": "API key for OpenAI",
|
|
1874
|
+
"title": "API Key"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"required": [
|
|
1878
|
+
"apiKey"
|
|
1879
|
+
]
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"vendor": "ollama",
|
|
1884
|
+
"displayName": "Ollama",
|
|
1885
|
+
"configuration": {
|
|
1886
|
+
"type": "object",
|
|
1887
|
+
"properties": {
|
|
1888
|
+
"url": {
|
|
1889
|
+
"type": "string",
|
|
1890
|
+
"description": "The endpoint URL for the Ollama server",
|
|
1891
|
+
"default": "http://localhost:11434",
|
|
1892
|
+
"title": "URL"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"required": [
|
|
1896
|
+
"url"
|
|
1897
|
+
]
|
|
1898
|
+
}
|
|
1760
1899
|
},
|
|
1761
1900
|
{
|
|
1762
1901
|
"vendor": "customoai",
|
|
1763
1902
|
"when": "productQualityType != 'stable'",
|
|
1764
1903
|
"displayName": "OpenAI Compatible",
|
|
1765
|
-
"
|
|
1904
|
+
"configuration": {
|
|
1905
|
+
"type": "object",
|
|
1906
|
+
"properties": {
|
|
1907
|
+
"apiKey": {
|
|
1908
|
+
"type": "string",
|
|
1909
|
+
"secret": true,
|
|
1910
|
+
"description": "API key for the models",
|
|
1911
|
+
"title": "API Key"
|
|
1912
|
+
},
|
|
1913
|
+
"models": {
|
|
1914
|
+
"type": "array",
|
|
1915
|
+
"items": {
|
|
1916
|
+
"type": "object",
|
|
1917
|
+
"properties": {
|
|
1918
|
+
"id": {
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"description": "Unique identifier for the model"
|
|
1921
|
+
},
|
|
1922
|
+
"name": {
|
|
1923
|
+
"type": "string",
|
|
1924
|
+
"description": "Display name of the custom OpenAI model"
|
|
1925
|
+
},
|
|
1926
|
+
"url": {
|
|
1927
|
+
"type": "string",
|
|
1928
|
+
"markdownDescription": "URL endpoint for the custom OpenAI-compatible model.\n\n**Important:** Base URLs default to Chat Completions API. Explicit API paths including `/responses` or `/chat/completions` are respected. Both behaviors are independent of the `#github.copilot.chat.useResponsesApi#` setting."
|
|
1929
|
+
},
|
|
1930
|
+
"toolCalling": {
|
|
1931
|
+
"type": "boolean",
|
|
1932
|
+
"description": "Whether the model supports tool calling"
|
|
1933
|
+
},
|
|
1934
|
+
"vision": {
|
|
1935
|
+
"type": "boolean",
|
|
1936
|
+
"description": "Whether the model supports vision capabilities"
|
|
1937
|
+
},
|
|
1938
|
+
"maxInputTokens": {
|
|
1939
|
+
"type": "number",
|
|
1940
|
+
"description": "Maximum number of input tokens supported by the model"
|
|
1941
|
+
},
|
|
1942
|
+
"maxOutputTokens": {
|
|
1943
|
+
"type": "number",
|
|
1944
|
+
"description": "Maximum number of output tokens supported by the model"
|
|
1945
|
+
},
|
|
1946
|
+
"editTools": {
|
|
1947
|
+
"type": "array",
|
|
1948
|
+
"description": "List of edit tools supported by the model. If this is not configured, the editor will try multiple edit tools and pick the best one.\n\n- 'find-replace': Find and replace text in a document.\n- 'multi-find-replace': Find and replace text in a document.\n- 'apply-patch': A file-oriented diff format used by some OpenAI models\n- 'code-rewrite': A general but slower editing tool that allows the model to rewrite and code snippet and provide only the replacement to the editor.",
|
|
1949
|
+
"items": {
|
|
1950
|
+
"type": "string",
|
|
1951
|
+
"enum": [
|
|
1952
|
+
"find-replace",
|
|
1953
|
+
"multi-find-replace",
|
|
1954
|
+
"apply-patch",
|
|
1955
|
+
"code-rewrite"
|
|
1956
|
+
]
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
"thinking": {
|
|
1960
|
+
"type": "boolean",
|
|
1961
|
+
"default": false,
|
|
1962
|
+
"description": "Whether the model supports thinking capabilities"
|
|
1963
|
+
},
|
|
1964
|
+
"zeroDataRetentionEnabled": {
|
|
1965
|
+
"type": "boolean",
|
|
1966
|
+
"default": false,
|
|
1967
|
+
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this endpoint. When `true`, `previous_response_id` will not be sent in requests via Responses API."
|
|
1968
|
+
},
|
|
1969
|
+
"requestHeaders": {
|
|
1970
|
+
"type": "object",
|
|
1971
|
+
"description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
|
|
1972
|
+
"additionalProperties": {
|
|
1973
|
+
"type": "string"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
"required": [
|
|
1978
|
+
"name",
|
|
1979
|
+
"url",
|
|
1980
|
+
"toolCalling",
|
|
1981
|
+
"vision",
|
|
1982
|
+
"maxInputTokens",
|
|
1983
|
+
"maxOutputTokens"
|
|
1984
|
+
]
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
"vendor": "azure",
|
|
1992
|
+
"displayName": "Azure",
|
|
1993
|
+
"configuration": {
|
|
1994
|
+
"type": "object",
|
|
1995
|
+
"properties": {
|
|
1996
|
+
"apiKey": {
|
|
1997
|
+
"type": "string",
|
|
1998
|
+
"secret": true,
|
|
1999
|
+
"description": "API key for the models. If not set then Entra ID (Azure AD) authentication with your Microsoft account credentials will be used.",
|
|
2000
|
+
"title": "API Key"
|
|
2001
|
+
},
|
|
2002
|
+
"models": {
|
|
2003
|
+
"type": "array",
|
|
2004
|
+
"items": {
|
|
2005
|
+
"type": "object",
|
|
2006
|
+
"properties": {
|
|
2007
|
+
"id": {
|
|
2008
|
+
"type": "string",
|
|
2009
|
+
"description": "Unique identifier for the model"
|
|
2010
|
+
},
|
|
2011
|
+
"name": {
|
|
2012
|
+
"type": "string",
|
|
2013
|
+
"description": "Display name of the custom OpenAI model"
|
|
2014
|
+
},
|
|
2015
|
+
"url": {
|
|
2016
|
+
"type": "string",
|
|
2017
|
+
"markdownDescription": "URL endpoint for the custom OpenAI-compatible model.\n\n**Important:** Base URLs default to Chat Completions API. Explicit API paths including `/responses` or `/chat/completions` are respected. Both behaviors are independent of the `#github.copilot.chat.useResponsesApi#` setting."
|
|
2018
|
+
},
|
|
2019
|
+
"toolCalling": {
|
|
2020
|
+
"type": "boolean",
|
|
2021
|
+
"description": "Whether the model supports tool calling"
|
|
2022
|
+
},
|
|
2023
|
+
"vision": {
|
|
2024
|
+
"type": "boolean",
|
|
2025
|
+
"description": "Whether the model supports vision capabilities"
|
|
2026
|
+
},
|
|
2027
|
+
"maxInputTokens": {
|
|
2028
|
+
"type": "number",
|
|
2029
|
+
"description": "Maximum number of input tokens supported by the model"
|
|
2030
|
+
},
|
|
2031
|
+
"maxOutputTokens": {
|
|
2032
|
+
"type": "number",
|
|
2033
|
+
"description": "Maximum number of output tokens supported by the model"
|
|
2034
|
+
},
|
|
2035
|
+
"thinking": {
|
|
2036
|
+
"type": "boolean",
|
|
2037
|
+
"default": false,
|
|
2038
|
+
"description": "Whether the model supports thinking capabilities"
|
|
2039
|
+
},
|
|
2040
|
+
"zeroDataRetentionEnabled": {
|
|
2041
|
+
"type": "boolean",
|
|
2042
|
+
"default": false,
|
|
2043
|
+
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this endpoint. When `true`, `previous_response_id` will not be sent in requests via Responses API."
|
|
2044
|
+
},
|
|
2045
|
+
"requestHeaders": {
|
|
2046
|
+
"type": "object",
|
|
2047
|
+
"description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
|
|
2048
|
+
"additionalProperties": {
|
|
2049
|
+
"type": "string"
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"required": [
|
|
2054
|
+
"name",
|
|
2055
|
+
"url",
|
|
2056
|
+
"toolCalling",
|
|
2057
|
+
"vision",
|
|
2058
|
+
"maxInputTokens",
|
|
2059
|
+
"maxOutputTokens"
|
|
2060
|
+
]
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
1766
2065
|
}
|
|
1767
2066
|
],
|
|
1768
2067
|
"interactiveSession": [
|
|
@@ -2286,16 +2585,6 @@
|
|
|
2286
2585
|
"shortTitle": "Unfollow",
|
|
2287
2586
|
"icon": "$(pinned-dirty)"
|
|
2288
2587
|
},
|
|
2289
|
-
{
|
|
2290
|
-
"command": "github.copilot.chat.manageBYOK",
|
|
2291
|
-
"title": "Manage Bring Your Own Key Vendor",
|
|
2292
|
-
"enablement": "false"
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"command": "github.copilot.chat.manageBYOKAPIKey",
|
|
2296
|
-
"title": "Manage Bring Your Own Key API Key",
|
|
2297
|
-
"enablement": "false"
|
|
2298
|
-
},
|
|
2299
2588
|
{
|
|
2300
2589
|
"command": "github.copilot.cloud.resetWorkspaceConfirmations",
|
|
2301
2590
|
"title": "%github.copilot.command.resetCloudAgentWorkspaceConfirmations%"
|
|
@@ -2353,12 +2642,14 @@
|
|
|
2353
2642
|
{
|
|
2354
2643
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
2355
2644
|
"title": "%github.copilot.command.applyCopilotCLIAgentSessionChanges%",
|
|
2645
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2356
2646
|
"icon": "$(git-stash-pop)",
|
|
2357
2647
|
"category": "GitHub Copilot"
|
|
2358
2648
|
},
|
|
2359
2649
|
{
|
|
2360
2650
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
2361
2651
|
"title": "%github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply%",
|
|
2652
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2362
2653
|
"icon": "$(git-stash-pop)",
|
|
2363
2654
|
"category": "GitHub Copilot"
|
|
2364
2655
|
}
|
|
@@ -2640,14 +2931,6 @@
|
|
|
2640
2931
|
"preview"
|
|
2641
2932
|
],
|
|
2642
2933
|
"markdownDescription": "%github.copilot.config.codesearch.enabled%"
|
|
2643
|
-
},
|
|
2644
|
-
"github.copilot.chat.byok.ollamaEndpoint": {
|
|
2645
|
-
"type": "string",
|
|
2646
|
-
"default": "http://localhost:11434",
|
|
2647
|
-
"tags": [
|
|
2648
|
-
"preview"
|
|
2649
|
-
],
|
|
2650
|
-
"markdownDescription": "%github.copilot.config.byok.ollamaEndpoint%"
|
|
2651
2934
|
}
|
|
2652
2935
|
}
|
|
2653
2936
|
},
|
|
@@ -2691,6 +2974,15 @@
|
|
|
2691
2974
|
"experimental"
|
|
2692
2975
|
]
|
|
2693
2976
|
},
|
|
2977
|
+
"github.copilot.chat.askQuestions.enabled": {
|
|
2978
|
+
"type": "boolean",
|
|
2979
|
+
"default": true,
|
|
2980
|
+
"markdownDescription": "%github.copilot.config.askQuestions.enabled%",
|
|
2981
|
+
"tags": [
|
|
2982
|
+
"experimental",
|
|
2983
|
+
"onExp"
|
|
2984
|
+
]
|
|
2985
|
+
},
|
|
2694
2986
|
"github.copilot.chat.imageUpload.enabled": {
|
|
2695
2987
|
"type": "boolean",
|
|
2696
2988
|
"default": true,
|
|
@@ -3114,167 +3406,6 @@
|
|
|
3114
3406
|
],
|
|
3115
3407
|
"markdownDescription": "%github.copilot.config.virtualTools.threshold%"
|
|
3116
3408
|
},
|
|
3117
|
-
"github.copilot.chat.azureAuthType": {
|
|
3118
|
-
"type": "string",
|
|
3119
|
-
"enum": [
|
|
3120
|
-
"entraId",
|
|
3121
|
-
"apiKey"
|
|
3122
|
-
],
|
|
3123
|
-
"enumDescriptions": [
|
|
3124
|
-
"%github.copilot.config.azureAuthType.entraId%",
|
|
3125
|
-
"%github.copilot.config.azureAuthType.apiKey%"
|
|
3126
|
-
],
|
|
3127
|
-
"default": "entraId",
|
|
3128
|
-
"tags": [
|
|
3129
|
-
"experimental"
|
|
3130
|
-
],
|
|
3131
|
-
"markdownDescription": "%github.copilot.config.azureAuthType%"
|
|
3132
|
-
},
|
|
3133
|
-
"github.copilot.chat.azureModels": {
|
|
3134
|
-
"type": "object",
|
|
3135
|
-
"default": {},
|
|
3136
|
-
"tags": [
|
|
3137
|
-
"experimental"
|
|
3138
|
-
],
|
|
3139
|
-
"additionalProperties": {
|
|
3140
|
-
"type": "object",
|
|
3141
|
-
"properties": {
|
|
3142
|
-
"name": {
|
|
3143
|
-
"type": "string",
|
|
3144
|
-
"description": "Display name of the Azure model"
|
|
3145
|
-
},
|
|
3146
|
-
"url": {
|
|
3147
|
-
"type": "string",
|
|
3148
|
-
"markdownDescription": "URL endpoint for the Azure model.\n\n**Important:** Base URLs default to Chat Completions API. Explicit API paths including `/responses` or `/chat/completions` are respected. Both behaviors are independent of the `#github.copilot.chat.useResponsesApi#` setting."
|
|
3149
|
-
},
|
|
3150
|
-
"toolCalling": {
|
|
3151
|
-
"type": "boolean",
|
|
3152
|
-
"description": "Whether the model supports tool calling"
|
|
3153
|
-
},
|
|
3154
|
-
"vision": {
|
|
3155
|
-
"type": "boolean",
|
|
3156
|
-
"description": "Whether the model supports vision capabilities"
|
|
3157
|
-
},
|
|
3158
|
-
"maxInputTokens": {
|
|
3159
|
-
"type": "number",
|
|
3160
|
-
"description": "Maximum number of input tokens supported by the model"
|
|
3161
|
-
},
|
|
3162
|
-
"maxOutputTokens": {
|
|
3163
|
-
"type": "number",
|
|
3164
|
-
"description": "Maximum number of output tokens supported by the model"
|
|
3165
|
-
},
|
|
3166
|
-
"thinking": {
|
|
3167
|
-
"type": "boolean",
|
|
3168
|
-
"default": false,
|
|
3169
|
-
"description": "Whether the model supports thinking capabilities"
|
|
3170
|
-
},
|
|
3171
|
-
"zeroDataRetentionEnabled": {
|
|
3172
|
-
"type": "boolean",
|
|
3173
|
-
"default": false,
|
|
3174
|
-
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this endpoint. When `true`, `previous_response_id` will not be sent in requests via Responses API."
|
|
3175
|
-
},
|
|
3176
|
-
"requestHeaders": {
|
|
3177
|
-
"type": "object",
|
|
3178
|
-
"description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
|
|
3179
|
-
"additionalProperties": {
|
|
3180
|
-
"type": "string"
|
|
3181
|
-
}
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
"required": [
|
|
3185
|
-
"name",
|
|
3186
|
-
"url",
|
|
3187
|
-
"toolCalling",
|
|
3188
|
-
"vision",
|
|
3189
|
-
"maxInputTokens",
|
|
3190
|
-
"maxOutputTokens"
|
|
3191
|
-
],
|
|
3192
|
-
"additionalProperties": false
|
|
3193
|
-
},
|
|
3194
|
-
"markdownDescription": "Configure custom Azure OpenAI models. Each key should be a unique model ID, and the value should be an object with model configuration including name, url, toolCalling, vision, maxInputTokens, and maxOutputTokens properties."
|
|
3195
|
-
},
|
|
3196
|
-
"github.copilot.chat.customOAIModels": {
|
|
3197
|
-
"type": "object",
|
|
3198
|
-
"default": {},
|
|
3199
|
-
"tags": [
|
|
3200
|
-
"experimental"
|
|
3201
|
-
],
|
|
3202
|
-
"additionalProperties": {
|
|
3203
|
-
"type": "object",
|
|
3204
|
-
"properties": {
|
|
3205
|
-
"name": {
|
|
3206
|
-
"type": "string",
|
|
3207
|
-
"description": "Display name of the custom OpenAI model"
|
|
3208
|
-
},
|
|
3209
|
-
"url": {
|
|
3210
|
-
"type": "string",
|
|
3211
|
-
"markdownDescription": "URL endpoint for the custom OpenAI-compatible model.\n\n**Important:** Base URLs default to Chat Completions API. Explicit API paths including `/responses` or `/chat/completions` are respected. Both behaviors are independent of the `#github.copilot.chat.useResponsesApi#` setting."
|
|
3212
|
-
},
|
|
3213
|
-
"toolCalling": {
|
|
3214
|
-
"type": "boolean",
|
|
3215
|
-
"description": "Whether the model supports tool calling"
|
|
3216
|
-
},
|
|
3217
|
-
"vision": {
|
|
3218
|
-
"type": "boolean",
|
|
3219
|
-
"description": "Whether the model supports vision capabilities"
|
|
3220
|
-
},
|
|
3221
|
-
"maxInputTokens": {
|
|
3222
|
-
"type": "number",
|
|
3223
|
-
"description": "Maximum number of input tokens supported by the model"
|
|
3224
|
-
},
|
|
3225
|
-
"maxOutputTokens": {
|
|
3226
|
-
"type": "number",
|
|
3227
|
-
"description": "Maximum number of output tokens supported by the model"
|
|
3228
|
-
},
|
|
3229
|
-
"requiresAPIKey": {
|
|
3230
|
-
"type": "boolean",
|
|
3231
|
-
"description": "Whether the model requires an API key for authentication",
|
|
3232
|
-
"default": true
|
|
3233
|
-
},
|
|
3234
|
-
"editTools": {
|
|
3235
|
-
"type": "array",
|
|
3236
|
-
"description": "List of edit tools supported by the model. If this is not configured, the editor will try multiple edit tools and pick the best one.\n\n- 'find-replace': Find and replace text in a document.\n- 'multi-find-replace': Find and replace text in a document.\n- 'apply-patch': A file-oriented diff format used by some OpenAI models\n- 'code-rewrite': A general but slower editing tool that allows the model to rewrite and code snippet and provide only the replacement to the editor.",
|
|
3237
|
-
"items": {
|
|
3238
|
-
"type": "string",
|
|
3239
|
-
"enum": [
|
|
3240
|
-
"find-replace",
|
|
3241
|
-
"multi-find-replace",
|
|
3242
|
-
"apply-patch",
|
|
3243
|
-
"code-rewrite"
|
|
3244
|
-
]
|
|
3245
|
-
}
|
|
3246
|
-
},
|
|
3247
|
-
"thinking": {
|
|
3248
|
-
"type": "boolean",
|
|
3249
|
-
"default": false,
|
|
3250
|
-
"description": "Whether the model supports thinking capabilities"
|
|
3251
|
-
},
|
|
3252
|
-
"zeroDataRetentionEnabled": {
|
|
3253
|
-
"type": "boolean",
|
|
3254
|
-
"default": false,
|
|
3255
|
-
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this endpoint. When `true`, `previous_response_id` will not be sent in requests via Responses API."
|
|
3256
|
-
},
|
|
3257
|
-
"requestHeaders": {
|
|
3258
|
-
"type": "object",
|
|
3259
|
-
"description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
|
|
3260
|
-
"additionalProperties": {
|
|
3261
|
-
"type": "string"
|
|
3262
|
-
}
|
|
3263
|
-
}
|
|
3264
|
-
},
|
|
3265
|
-
"required": [
|
|
3266
|
-
"name",
|
|
3267
|
-
"url",
|
|
3268
|
-
"toolCalling",
|
|
3269
|
-
"vision",
|
|
3270
|
-
"maxInputTokens",
|
|
3271
|
-
"maxOutputTokens",
|
|
3272
|
-
"requiresAPIKey"
|
|
3273
|
-
],
|
|
3274
|
-
"additionalProperties": false
|
|
3275
|
-
},
|
|
3276
|
-
"markdownDescription": "Configure custom OpenAI-compatible models. Each key should be a unique model ID, and the value should be an object with model configuration including name, url, toolCalling, vision, maxInputTokens, and maxOutputTokens properties."
|
|
3277
|
-
},
|
|
3278
3409
|
"github.copilot.chat.alternateGptPrompt.enabled": {
|
|
3279
3410
|
"type": "boolean",
|
|
3280
3411
|
"default": false,
|
|
@@ -3310,6 +3441,15 @@
|
|
|
3310
3441
|
"onExp"
|
|
3311
3442
|
]
|
|
3312
3443
|
},
|
|
3444
|
+
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3445
|
+
"type": "boolean",
|
|
3446
|
+
"default": false,
|
|
3447
|
+
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3448
|
+
"tags": [
|
|
3449
|
+
"experimental",
|
|
3450
|
+
"onExp"
|
|
3451
|
+
]
|
|
3452
|
+
},
|
|
3313
3453
|
"github.copilot.chat.useResponsesApi": {
|
|
3314
3454
|
"type": "boolean",
|
|
3315
3455
|
"default": true,
|