@vscode/chat-lib 0.2.1-3 → 0.2.1-30
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/byok/node/openAIEndpoint.js +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
- 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 +260 -235
- 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 +3 -5
- 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/networkConfiguration.d.ts +1 -6
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networkConfiguration.d.ts.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 +17 -62
- 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 +32 -18
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +7 -5
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +26 -14
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts +2 -0
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.js +31 -7
- package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +18 -10
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/tags.d.ts +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/tags.js +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +21 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +97 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +12 -9
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +12 -6
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +46 -16
- 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/copilotToken.d.ts +148 -47
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +138 -14
- package/dist/src/_internal/platform/authentication/common/copilotToken.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/authentication/node/copilotTokenManager.d.ts +10 -0
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +110 -40
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +5 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +5 -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 +46 -30
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +32 -15
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/validator.d.ts +2 -0
- package/dist/src/_internal/platform/configuration/common/validator.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/validator.js +18 -0
- package/dist/src/_internal/platform/configuration/common/validator.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +27 -20
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.js +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +49 -10
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +18 -5
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +262 -90
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts +2 -0
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +23 -5
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +8 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts +34 -0
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +94 -0
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +53 -18
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +62 -2
- package/dist/src/_internal/platform/github/common/githubService.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 +10 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.js +23 -4
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts +1 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js +0 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +6 -3
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +5 -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 +7 -5
- 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/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +5 -0
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.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 +167 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js +172 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -0
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +18 -11
- 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 +40 -7
- 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/common/networking.d.ts +4 -3
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.js +13 -1
- package/dist/src/_internal/platform/networking/common/openai.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 +50 -23
- 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/platform/thinking/common/thinkingUtils.d.ts +2 -2
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.d.ts.map +1 -1
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.js +4 -0
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.js.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +7 -7
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +11 -11
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +3 -3
- 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 -1
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +3 -3
- 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 +450 -221
- package/package.json +4 -4
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.37.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"icon": "assets/copilot.png",
|
|
24
24
|
"pricing": "Trial",
|
|
25
25
|
"engines": {
|
|
26
|
-
"vscode": "^1.
|
|
26
|
+
"vscode": "^1.109.0-20260115",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -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": [
|
|
@@ -164,6 +165,39 @@
|
|
|
164
165
|
]
|
|
165
166
|
}
|
|
166
167
|
},
|
|
168
|
+
{
|
|
169
|
+
"name": "search_subagent",
|
|
170
|
+
"toolReferenceName": "searchSubagent",
|
|
171
|
+
"displayName": "%copilot.tools.searchSubagent.name%",
|
|
172
|
+
"icon": "$(search)",
|
|
173
|
+
"userDescription": "%copilot.tools.searchSubagent.description%",
|
|
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
|
+
"tags": [
|
|
176
|
+
"vscode_codesearch"
|
|
177
|
+
],
|
|
178
|
+
"inputSchema": {
|
|
179
|
+
"type": "object",
|
|
180
|
+
"properties": {
|
|
181
|
+
"query": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"description": "Natural language description of what to search for."
|
|
184
|
+
},
|
|
185
|
+
"description": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"description": "A short (3-5 word) description of the task."
|
|
188
|
+
},
|
|
189
|
+
"details": {
|
|
190
|
+
"type": "string",
|
|
191
|
+
"description": "A more detailed description of the objective for the search subagent. This helps the sub-agent remain on task and understand its purpose."
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"required": [
|
|
195
|
+
"query",
|
|
196
|
+
"description",
|
|
197
|
+
"details"
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
},
|
|
167
201
|
{
|
|
168
202
|
"name": "copilot_searchWorkspaceSymbols",
|
|
169
203
|
"toolReferenceName": "symbols",
|
|
@@ -1179,6 +1213,80 @@
|
|
|
1179
1213
|
]
|
|
1180
1214
|
}
|
|
1181
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
|
+
},
|
|
1182
1290
|
{
|
|
1183
1291
|
"name": "copilot_editFiles",
|
|
1184
1292
|
"modelDescription": "This is a placeholder tool, do not use",
|
|
@@ -1234,13 +1342,15 @@
|
|
|
1234
1342
|
"listDirectory",
|
|
1235
1343
|
"searchResults",
|
|
1236
1344
|
"textSearch",
|
|
1237
|
-
"usages"
|
|
1345
|
+
"usages",
|
|
1346
|
+
"searchSubagent"
|
|
1238
1347
|
]
|
|
1239
1348
|
},
|
|
1240
1349
|
{
|
|
1241
1350
|
"name": "vscode",
|
|
1242
1351
|
"description": "",
|
|
1243
1352
|
"tools": [
|
|
1353
|
+
"askQuestions",
|
|
1244
1354
|
"getProjectSetupInfo",
|
|
1245
1355
|
"installExtension",
|
|
1246
1356
|
"newWorkspace",
|
|
@@ -1684,50 +1794,274 @@
|
|
|
1684
1794
|
"vendor": "copilot",
|
|
1685
1795
|
"displayName": "Copilot"
|
|
1686
1796
|
},
|
|
1687
|
-
{
|
|
1688
|
-
"vendor": "azure",
|
|
1689
|
-
"displayName": "Azure",
|
|
1690
|
-
"managementCommand": "github.copilot.chat.manageBYOK"
|
|
1691
|
-
},
|
|
1692
1797
|
{
|
|
1693
1798
|
"vendor": "anthropic",
|
|
1694
1799
|
"displayName": "Anthropic",
|
|
1695
|
-
"
|
|
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
|
+
}
|
|
1696
1813
|
},
|
|
1697
1814
|
{
|
|
1698
1815
|
"vendor": "xai",
|
|
1699
1816
|
"displayName": "xAI",
|
|
1700
|
-
"
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
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
|
+
}
|
|
1710
1830
|
},
|
|
1711
1831
|
{
|
|
1712
1832
|
"vendor": "gemini",
|
|
1713
1833
|
"displayName": "Google",
|
|
1714
|
-
"
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
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
|
+
}
|
|
1720
1847
|
},
|
|
1721
1848
|
{
|
|
1722
1849
|
"vendor": "openrouter",
|
|
1723
1850
|
"displayName": "OpenRouter",
|
|
1724
|
-
"
|
|
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
|
+
}
|
|
1725
1899
|
},
|
|
1726
1900
|
{
|
|
1727
1901
|
"vendor": "customoai",
|
|
1728
1902
|
"when": "productQualityType != 'stable'",
|
|
1729
1903
|
"displayName": "OpenAI Compatible",
|
|
1730
|
-
"
|
|
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
|
+
}
|
|
1731
2065
|
}
|
|
1732
2066
|
],
|
|
1733
2067
|
"interactiveSession": [
|
|
@@ -2114,6 +2448,12 @@
|
|
|
2114
2448
|
"category": "Chat",
|
|
2115
2449
|
"enablement": "github.copilot-chat.activated"
|
|
2116
2450
|
},
|
|
2451
|
+
{
|
|
2452
|
+
"command": "github.copilot.deleteExternalIngestWorkspaceIndex",
|
|
2453
|
+
"title": "%github.copilot.command.deleteExternalIngestWorkspaceIndex%",
|
|
2454
|
+
"category": "Developer",
|
|
2455
|
+
"enablement": "github.copilot-chat.activated"
|
|
2456
|
+
},
|
|
2117
2457
|
{
|
|
2118
2458
|
"command": "github.copilot.report",
|
|
2119
2459
|
"title": "Report Issue",
|
|
@@ -2245,16 +2585,6 @@
|
|
|
2245
2585
|
"shortTitle": "Unfollow",
|
|
2246
2586
|
"icon": "$(pinned-dirty)"
|
|
2247
2587
|
},
|
|
2248
|
-
{
|
|
2249
|
-
"command": "github.copilot.chat.manageBYOK",
|
|
2250
|
-
"title": "Manage Bring Your Own Key Vendor",
|
|
2251
|
-
"enablement": "false"
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"command": "github.copilot.chat.manageBYOKAPIKey",
|
|
2255
|
-
"title": "Manage Bring Your Own Key API Key",
|
|
2256
|
-
"enablement": "false"
|
|
2257
|
-
},
|
|
2258
2588
|
{
|
|
2259
2589
|
"command": "github.copilot.cloud.resetWorkspaceConfirmations",
|
|
2260
2590
|
"title": "%github.copilot.command.resetCloudAgentWorkspaceConfirmations%"
|
|
@@ -2312,12 +2642,14 @@
|
|
|
2312
2642
|
{
|
|
2313
2643
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
2314
2644
|
"title": "%github.copilot.command.applyCopilotCLIAgentSessionChanges%",
|
|
2645
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2315
2646
|
"icon": "$(git-stash-pop)",
|
|
2316
2647
|
"category": "GitHub Copilot"
|
|
2317
2648
|
},
|
|
2318
2649
|
{
|
|
2319
2650
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
2320
2651
|
"title": "%github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply%",
|
|
2652
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2321
2653
|
"icon": "$(git-stash-pop)",
|
|
2322
2654
|
"category": "GitHub Copilot"
|
|
2323
2655
|
}
|
|
@@ -2426,6 +2758,15 @@
|
|
|
2426
2758
|
"markdownDescription": "%github.copilot.nextEditSuggestions.enabled%",
|
|
2427
2759
|
"scope": "language-overridable"
|
|
2428
2760
|
},
|
|
2761
|
+
"github.copilot.nextEditSuggestions.extendedRange": {
|
|
2762
|
+
"type": "boolean",
|
|
2763
|
+
"default": false,
|
|
2764
|
+
"tags": [
|
|
2765
|
+
"nextEditSuggestions",
|
|
2766
|
+
"onExp"
|
|
2767
|
+
],
|
|
2768
|
+
"markdownDescription": "%github.copilot.nextEditSuggestions.extendedRange%"
|
|
2769
|
+
},
|
|
2429
2770
|
"github.copilot.nextEditSuggestions.fixes": {
|
|
2430
2771
|
"type": "boolean",
|
|
2431
2772
|
"default": true,
|
|
@@ -2448,7 +2789,7 @@
|
|
|
2448
2789
|
},
|
|
2449
2790
|
"github.copilot.chat.agent.autoFix": {
|
|
2450
2791
|
"type": "boolean",
|
|
2451
|
-
"default":
|
|
2792
|
+
"default": false,
|
|
2452
2793
|
"description": "%github.copilot.config.autoFix%",
|
|
2453
2794
|
"tags": [
|
|
2454
2795
|
"onExp"
|
|
@@ -2590,14 +2931,6 @@
|
|
|
2590
2931
|
"preview"
|
|
2591
2932
|
],
|
|
2592
2933
|
"markdownDescription": "%github.copilot.config.codesearch.enabled%"
|
|
2593
|
-
},
|
|
2594
|
-
"github.copilot.chat.byok.ollamaEndpoint": {
|
|
2595
|
-
"type": "string",
|
|
2596
|
-
"default": "http://localhost:11434",
|
|
2597
|
-
"tags": [
|
|
2598
|
-
"preview"
|
|
2599
|
-
],
|
|
2600
|
-
"markdownDescription": "%github.copilot.config.byok.ollamaEndpoint%"
|
|
2601
2934
|
}
|
|
2602
2935
|
}
|
|
2603
2936
|
},
|
|
@@ -2641,6 +2974,15 @@
|
|
|
2641
2974
|
"experimental"
|
|
2642
2975
|
]
|
|
2643
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
|
+
},
|
|
2644
2986
|
"github.copilot.chat.imageUpload.enabled": {
|
|
2645
2987
|
"type": "boolean",
|
|
2646
2988
|
"default": true,
|
|
@@ -3064,183 +3406,49 @@
|
|
|
3064
3406
|
],
|
|
3065
3407
|
"markdownDescription": "%github.copilot.config.virtualTools.threshold%"
|
|
3066
3408
|
},
|
|
3067
|
-
"github.copilot.chat.
|
|
3068
|
-
"type": "
|
|
3069
|
-
"
|
|
3070
|
-
"entraId",
|
|
3071
|
-
"apiKey"
|
|
3072
|
-
],
|
|
3073
|
-
"enumDescriptions": [
|
|
3074
|
-
"%github.copilot.config.azureAuthType.entraId%",
|
|
3075
|
-
"%github.copilot.config.azureAuthType.apiKey%"
|
|
3076
|
-
],
|
|
3077
|
-
"default": "entraId",
|
|
3409
|
+
"github.copilot.chat.alternateGptPrompt.enabled": {
|
|
3410
|
+
"type": "boolean",
|
|
3411
|
+
"default": false,
|
|
3078
3412
|
"tags": [
|
|
3079
3413
|
"experimental"
|
|
3080
3414
|
],
|
|
3081
|
-
"
|
|
3415
|
+
"description": "%github.copilot.config.alternateGptPrompt.enabled%"
|
|
3082
3416
|
},
|
|
3083
|
-
"github.copilot.chat.
|
|
3084
|
-
"type": "
|
|
3085
|
-
"default":
|
|
3417
|
+
"github.copilot.chat.alternateGeminiModelFPrompt.enabled": {
|
|
3418
|
+
"type": "boolean",
|
|
3419
|
+
"default": false,
|
|
3086
3420
|
"tags": [
|
|
3087
|
-
"experimental"
|
|
3421
|
+
"experimental",
|
|
3422
|
+
"onExp"
|
|
3088
3423
|
],
|
|
3089
|
-
"
|
|
3090
|
-
"type": "object",
|
|
3091
|
-
"properties": {
|
|
3092
|
-
"name": {
|
|
3093
|
-
"type": "string",
|
|
3094
|
-
"description": "Display name of the Azure model"
|
|
3095
|
-
},
|
|
3096
|
-
"url": {
|
|
3097
|
-
"type": "string",
|
|
3098
|
-
"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."
|
|
3099
|
-
},
|
|
3100
|
-
"toolCalling": {
|
|
3101
|
-
"type": "boolean",
|
|
3102
|
-
"description": "Whether the model supports tool calling"
|
|
3103
|
-
},
|
|
3104
|
-
"vision": {
|
|
3105
|
-
"type": "boolean",
|
|
3106
|
-
"description": "Whether the model supports vision capabilities"
|
|
3107
|
-
},
|
|
3108
|
-
"maxInputTokens": {
|
|
3109
|
-
"type": "number",
|
|
3110
|
-
"description": "Maximum number of input tokens supported by the model"
|
|
3111
|
-
},
|
|
3112
|
-
"maxOutputTokens": {
|
|
3113
|
-
"type": "number",
|
|
3114
|
-
"description": "Maximum number of output tokens supported by the model"
|
|
3115
|
-
},
|
|
3116
|
-
"thinking": {
|
|
3117
|
-
"type": "boolean",
|
|
3118
|
-
"default": false,
|
|
3119
|
-
"description": "Whether the model supports thinking capabilities"
|
|
3120
|
-
},
|
|
3121
|
-
"zeroDataRetentionEnabled": {
|
|
3122
|
-
"type": "boolean",
|
|
3123
|
-
"default": false,
|
|
3124
|
-
"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."
|
|
3125
|
-
},
|
|
3126
|
-
"requestHeaders": {
|
|
3127
|
-
"type": "object",
|
|
3128
|
-
"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.",
|
|
3129
|
-
"additionalProperties": {
|
|
3130
|
-
"type": "string"
|
|
3131
|
-
}
|
|
3132
|
-
}
|
|
3133
|
-
},
|
|
3134
|
-
"required": [
|
|
3135
|
-
"name",
|
|
3136
|
-
"url",
|
|
3137
|
-
"toolCalling",
|
|
3138
|
-
"vision",
|
|
3139
|
-
"maxInputTokens",
|
|
3140
|
-
"maxOutputTokens"
|
|
3141
|
-
],
|
|
3142
|
-
"additionalProperties": false
|
|
3143
|
-
},
|
|
3144
|
-
"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."
|
|
3424
|
+
"description": "%github.copilot.config.alternateGeminiModelFPrompt.enabled%"
|
|
3145
3425
|
},
|
|
3146
|
-
"github.copilot.chat.
|
|
3147
|
-
"type": "
|
|
3148
|
-
"default":
|
|
3426
|
+
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3427
|
+
"type": "boolean",
|
|
3428
|
+
"default": true,
|
|
3429
|
+
"markdownDescription": "%github.copilot.config.useMessagesApi%",
|
|
3149
3430
|
"tags": [
|
|
3150
|
-
"experimental"
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
"type": "object",
|
|
3154
|
-
"properties": {
|
|
3155
|
-
"name": {
|
|
3156
|
-
"type": "string",
|
|
3157
|
-
"description": "Display name of the custom OpenAI model"
|
|
3158
|
-
},
|
|
3159
|
-
"url": {
|
|
3160
|
-
"type": "string",
|
|
3161
|
-
"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."
|
|
3162
|
-
},
|
|
3163
|
-
"toolCalling": {
|
|
3164
|
-
"type": "boolean",
|
|
3165
|
-
"description": "Whether the model supports tool calling"
|
|
3166
|
-
},
|
|
3167
|
-
"vision": {
|
|
3168
|
-
"type": "boolean",
|
|
3169
|
-
"description": "Whether the model supports vision capabilities"
|
|
3170
|
-
},
|
|
3171
|
-
"maxInputTokens": {
|
|
3172
|
-
"type": "number",
|
|
3173
|
-
"description": "Maximum number of input tokens supported by the model"
|
|
3174
|
-
},
|
|
3175
|
-
"maxOutputTokens": {
|
|
3176
|
-
"type": "number",
|
|
3177
|
-
"description": "Maximum number of output tokens supported by the model"
|
|
3178
|
-
},
|
|
3179
|
-
"requiresAPIKey": {
|
|
3180
|
-
"type": "boolean",
|
|
3181
|
-
"description": "Whether the model requires an API key for authentication",
|
|
3182
|
-
"default": true
|
|
3183
|
-
},
|
|
3184
|
-
"editTools": {
|
|
3185
|
-
"type": "array",
|
|
3186
|
-
"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.",
|
|
3187
|
-
"items": {
|
|
3188
|
-
"type": "string",
|
|
3189
|
-
"enum": [
|
|
3190
|
-
"find-replace",
|
|
3191
|
-
"multi-find-replace",
|
|
3192
|
-
"apply-patch",
|
|
3193
|
-
"code-rewrite"
|
|
3194
|
-
]
|
|
3195
|
-
}
|
|
3196
|
-
},
|
|
3197
|
-
"thinking": {
|
|
3198
|
-
"type": "boolean",
|
|
3199
|
-
"default": false,
|
|
3200
|
-
"description": "Whether the model supports thinking capabilities"
|
|
3201
|
-
},
|
|
3202
|
-
"zeroDataRetentionEnabled": {
|
|
3203
|
-
"type": "boolean",
|
|
3204
|
-
"default": false,
|
|
3205
|
-
"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."
|
|
3206
|
-
},
|
|
3207
|
-
"requestHeaders": {
|
|
3208
|
-
"type": "object",
|
|
3209
|
-
"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.",
|
|
3210
|
-
"additionalProperties": {
|
|
3211
|
-
"type": "string"
|
|
3212
|
-
}
|
|
3213
|
-
}
|
|
3214
|
-
},
|
|
3215
|
-
"required": [
|
|
3216
|
-
"name",
|
|
3217
|
-
"url",
|
|
3218
|
-
"toolCalling",
|
|
3219
|
-
"vision",
|
|
3220
|
-
"maxInputTokens",
|
|
3221
|
-
"maxOutputTokens",
|
|
3222
|
-
"requiresAPIKey"
|
|
3223
|
-
],
|
|
3224
|
-
"additionalProperties": false
|
|
3225
|
-
},
|
|
3226
|
-
"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."
|
|
3431
|
+
"experimental",
|
|
3432
|
+
"onExp"
|
|
3433
|
+
]
|
|
3227
3434
|
},
|
|
3228
|
-
"github.copilot.chat.
|
|
3435
|
+
"github.copilot.chat.anthropic.contextEditing.enabled": {
|
|
3229
3436
|
"type": "boolean",
|
|
3230
|
-
"default":
|
|
3437
|
+
"default": true,
|
|
3438
|
+
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.enabled%",
|
|
3231
3439
|
"tags": [
|
|
3232
|
-
"experimental"
|
|
3233
|
-
|
|
3234
|
-
|
|
3440
|
+
"experimental",
|
|
3441
|
+
"onExp"
|
|
3442
|
+
]
|
|
3235
3443
|
},
|
|
3236
|
-
"github.copilot.chat.
|
|
3444
|
+
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3237
3445
|
"type": "boolean",
|
|
3238
3446
|
"default": false,
|
|
3447
|
+
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3239
3448
|
"tags": [
|
|
3240
3449
|
"experimental",
|
|
3241
3450
|
"onExp"
|
|
3242
|
-
]
|
|
3243
|
-
"description": "%github.copilot.config.alternateGeminiModelFPrompt.enabled%"
|
|
3451
|
+
]
|
|
3244
3452
|
},
|
|
3245
3453
|
"github.copilot.chat.useResponsesApi": {
|
|
3246
3454
|
"type": "boolean",
|
|
@@ -3879,6 +4087,25 @@
|
|
|
3879
4087
|
"advanced",
|
|
3880
4088
|
"experimental"
|
|
3881
4089
|
]
|
|
4090
|
+
},
|
|
4091
|
+
"github.copilot.chat.cli.autoCommit.enabled": {
|
|
4092
|
+
"type": "boolean",
|
|
4093
|
+
"default": true,
|
|
4094
|
+
"markdownDescription": "%github.copilot.config.cli.autoCommit.enabled%",
|
|
4095
|
+
"tags": [
|
|
4096
|
+
"advanced",
|
|
4097
|
+
"experimental"
|
|
4098
|
+
]
|
|
4099
|
+
},
|
|
4100
|
+
"github.copilot.chat.searchSubagent.enabled": {
|
|
4101
|
+
"type": "boolean",
|
|
4102
|
+
"default": false,
|
|
4103
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.enabled%",
|
|
4104
|
+
"tags": [
|
|
4105
|
+
"advanced",
|
|
4106
|
+
"experimental",
|
|
4107
|
+
"onExp"
|
|
4108
|
+
]
|
|
3882
4109
|
}
|
|
3883
4110
|
}
|
|
3884
4111
|
}
|
|
@@ -4873,13 +5100,13 @@
|
|
|
4873
5100
|
{
|
|
4874
5101
|
"type": "claude-code",
|
|
4875
5102
|
"name": "claude",
|
|
4876
|
-
"displayName": "Claude
|
|
5103
|
+
"displayName": "Claude Agent",
|
|
4877
5104
|
"icon": "$(sparkle)",
|
|
4878
|
-
"welcomeTitle": "Claude
|
|
4879
|
-
"welcomeMessage": "
|
|
4880
|
-
"inputPlaceholder": "Run local tasks with Claude
|
|
5105
|
+
"welcomeTitle": "Claude Agent",
|
|
5106
|
+
"welcomeMessage": "Powered by the same agent as Claude Code",
|
|
5107
|
+
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
4881
5108
|
"order": 3,
|
|
4882
|
-
"description": "The Claude
|
|
5109
|
+
"description": "The Claude Agent works on your local machine",
|
|
4883
5110
|
"when": "config.github.copilot.chat.claudeCode.enabled",
|
|
4884
5111
|
"canDelegate": true,
|
|
4885
5112
|
"capabilities": {
|
|
@@ -4912,7 +5139,7 @@
|
|
|
4912
5139
|
"type": "copilotcli",
|
|
4913
5140
|
"name": "cli",
|
|
4914
5141
|
"displayName": "Background Agent",
|
|
4915
|
-
"icon": "$(
|
|
5142
|
+
"icon": "$(worktree)",
|
|
4916
5143
|
"welcomeTitle": "Background Agent",
|
|
4917
5144
|
"welcomeMessage": "Run tasks in the background",
|
|
4918
5145
|
"inputPlaceholder": "Run tasks in the background, type `#` for adding context",
|
|
@@ -5146,23 +5373,24 @@
|
|
|
5146
5373
|
"yargs": "^17.7.2"
|
|
5147
5374
|
},
|
|
5148
5375
|
"dependencies": {
|
|
5149
|
-
"@anthropic-ai/claude-agent-sdk": "0.
|
|
5150
|
-
"@anthropic-ai/sdk": "^0.
|
|
5376
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.5",
|
|
5377
|
+
"@anthropic-ai/sdk": "^0.71.2",
|
|
5151
5378
|
"@github/blackbird-external-ingest-utils": "^0.1.0",
|
|
5152
|
-
"@github/copilot": "^0.0.
|
|
5379
|
+
"@github/copilot": "^0.0.381",
|
|
5153
5380
|
"@google/genai": "^1.22.0",
|
|
5154
5381
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
5155
5382
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
5156
5383
|
"@sinclair/typebox": "^0.34.41",
|
|
5157
|
-
"@vscode/copilot-api": "^0.2.
|
|
5384
|
+
"@vscode/copilot-api": "^0.2.8",
|
|
5158
5385
|
"@vscode/extension-telemetry": "^1.2.0",
|
|
5159
5386
|
"@vscode/l10n": "^0.0.18",
|
|
5160
|
-
"@vscode/prompt-tsx": "^0.4.0-alpha.
|
|
5387
|
+
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
5161
5388
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
5162
5389
|
"@vscode/webview-ui-toolkit": "^1.3.1",
|
|
5163
5390
|
"@xterm/headless": "^5.5.0",
|
|
5164
5391
|
"ajv": "^8.17.1",
|
|
5165
5392
|
"applicationinsights": "^2.9.7",
|
|
5393
|
+
"best-effort-json-parser": "^1.2.1",
|
|
5166
5394
|
"diff": "^8.0.2",
|
|
5167
5395
|
"dompurify": "^3.3.0",
|
|
5168
5396
|
"ignore": "^7.0.5",
|
|
@@ -5178,6 +5406,7 @@
|
|
|
5178
5406
|
"overrides": {
|
|
5179
5407
|
"@aminya/node-gyp-build": "npm:node-gyp-build@4.8.1",
|
|
5180
5408
|
"string_decoder": "npm:string_decoder@1.2.0",
|
|
5181
|
-
"node-gyp": "npm:node-gyp@10.3.1"
|
|
5409
|
+
"node-gyp": "npm:node-gyp@10.3.1",
|
|
5410
|
+
"zod": "3.25.76"
|
|
5182
5411
|
}
|
|
5183
|
-
}
|
|
5412
|
+
}
|