@vscode/chat-lib 0.3.0 → 0.3.1-1
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/common/ghostTextContext.d.ts +5 -0
- package/dist/src/_internal/extension/completions-core/common/ghostTextContext.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/common/ghostTextContext.js +16 -0
- package/dist/src/_internal/extension/completions-core/common/ghostTextContext.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/extension/src/modelPickerUserSelection.d.ts +3 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/extension/src/modelPickerUserSelection.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/extension/src/modelPickerUserSelection.js +9 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/extension/src/modelPickerUserSelection.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/asyncCompletions.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/asyncCompletions.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/cacheUtils.d.ts +19 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/cacheUtils.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/cacheUtils.js +12 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/cacheUtils.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts +49 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js +331 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.d.ts +3 -2
- 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 +2 -6
- 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/current.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/current.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/current.js +2 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/current.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts +32 -12
- 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 +368 -806
- 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/ghostTextStrategy.d.ts +16 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostTextStrategy.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostTextStrategy.js +196 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostTextStrategy.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.d.ts +3 -5
- 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 +8 -8
- 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/requestContext.d.ts +37 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/requestContext.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/requestContext.js +7 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/requestContext.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/resultType.d.ts +8 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/resultType.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/resultType.js +16 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/resultType.js.map +1 -0
- 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 +3 -2
- 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 +10 -9
- 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/inlineCompletion.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.js +8 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.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/model.d.ts +3 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.js +28 -3
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.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 +7 -5
- 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 +75 -13
- 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/contextProviderRegistry.d.ts +9 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviderRegistry.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviderRegistry.js +50 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviderRegistry.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/prompt/prompt.d.ts +4 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/prompt.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/prompt.js +24 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/prompt.js.map +1 -1
- 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/suggestions/suggestions.d.ts +2 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/suggestions.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/suggestions.js +2 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/suggestions.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/common/nesTriggerHint.d.ts +16 -0
- package/dist/src/_internal/extension/inlineEdits/common/nesTriggerHint.d.ts.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/common/nesTriggerHint.js +27 -0
- package/dist/src/_internal/extension/inlineEdits/common/nesTriggerHint.js.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts +8 -1
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js +10 -4
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.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 +2 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +11 -7
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +9 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.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 +22 -0
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +187 -66
- 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.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 +2 -2
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +15 -12
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts +3 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +9 -3
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +5 -23
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +222 -195
- 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 +146 -49
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +152 -18
- 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 +111 -41
- 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 +74 -34
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +58 -25
- 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 +2 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +10 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +3 -0
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.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 +2 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +83 -3
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +19 -4
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +247 -36
- 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 +2 -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/githubService.d.ts +36 -0
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +60 -0
- 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/xtabPromptOptions.d.ts +2 -1
- 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 +5 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +123 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +15 -3
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +20 -0
- 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 +36 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js +167 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +28 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +184 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +9 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +71 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +166 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js +177 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -0
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +19 -12
- 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/common/networking.d.ts +7 -3
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +4 -4
- package/dist/src/_internal/platform/networking/common/networking.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 +55 -29
- 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 +95 -8
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +65 -11
- 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 +5 -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 +5 -1
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +6 -3
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +8 -1
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +655 -338
- 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-20260121",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -84,7 +84,8 @@
|
|
|
84
84
|
"onUri",
|
|
85
85
|
"onFileSystem:ccreq",
|
|
86
86
|
"onFileSystem:ccsettings",
|
|
87
|
-
"
|
|
87
|
+
"onCustomAgentProvider",
|
|
88
|
+
"onInstructionsProvider"
|
|
88
89
|
],
|
|
89
90
|
"main": "./dist/extension",
|
|
90
91
|
"l10n": "./l10n",
|
|
@@ -97,10 +98,12 @@
|
|
|
97
98
|
"commentReveal",
|
|
98
99
|
"contribCommentThreadAdditionalMenu",
|
|
99
100
|
"contribCommentsViewThreadMenus",
|
|
101
|
+
"contribChatEditorInlineGutterMenu",
|
|
100
102
|
"documentFiltersExclusive",
|
|
101
103
|
"embeddings",
|
|
102
104
|
"findTextInFiles",
|
|
103
105
|
"findTextInFiles2",
|
|
106
|
+
"languageModelToolSupportsModel@1",
|
|
104
107
|
"findFiles2@2",
|
|
105
108
|
"textSearchProvider",
|
|
106
109
|
"terminalDataWriteEvent",
|
|
@@ -136,7 +139,10 @@
|
|
|
136
139
|
"languageModelThinkingPart",
|
|
137
140
|
"chatSessionsProvider@3",
|
|
138
141
|
"devDeviceId",
|
|
139
|
-
"contribEditorContentMenu"
|
|
142
|
+
"contribEditorContentMenu",
|
|
143
|
+
"chatPromptFiles",
|
|
144
|
+
"mcpServerDefinitions",
|
|
145
|
+
"tabInputMultiDiff"
|
|
140
146
|
],
|
|
141
147
|
"contributes": {
|
|
142
148
|
"languageModelTools": [
|
|
@@ -164,6 +170,39 @@
|
|
|
164
170
|
]
|
|
165
171
|
}
|
|
166
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"name": "search_subagent",
|
|
175
|
+
"toolReferenceName": "searchSubagent",
|
|
176
|
+
"displayName": "%copilot.tools.searchSubagent.name%",
|
|
177
|
+
"icon": "$(search)",
|
|
178
|
+
"userDescription": "%copilot.tools.searchSubagent.description%",
|
|
179
|
+
"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.",
|
|
180
|
+
"tags": [
|
|
181
|
+
"vscode_codesearch"
|
|
182
|
+
],
|
|
183
|
+
"inputSchema": {
|
|
184
|
+
"type": "object",
|
|
185
|
+
"properties": {
|
|
186
|
+
"query": {
|
|
187
|
+
"type": "string",
|
|
188
|
+
"description": "Natural language description of what to search for."
|
|
189
|
+
},
|
|
190
|
+
"description": {
|
|
191
|
+
"type": "string",
|
|
192
|
+
"description": "A short (3-5 word) description of the task."
|
|
193
|
+
},
|
|
194
|
+
"details": {
|
|
195
|
+
"type": "string",
|
|
196
|
+
"description": "A more detailed description of the objective for the search subagent. This helps the sub-agent remain on task and understand its purpose."
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"required": [
|
|
200
|
+
"query",
|
|
201
|
+
"description",
|
|
202
|
+
"details"
|
|
203
|
+
]
|
|
204
|
+
}
|
|
205
|
+
},
|
|
167
206
|
{
|
|
168
207
|
"name": "copilot_searchWorkspaceSymbols",
|
|
169
208
|
"toolReferenceName": "symbols",
|
|
@@ -784,10 +823,6 @@
|
|
|
784
823
|
"items": {
|
|
785
824
|
"type": "object",
|
|
786
825
|
"properties": {
|
|
787
|
-
"explanation": {
|
|
788
|
-
"type": "string",
|
|
789
|
-
"description": "A brief explanation of this specific replacement operation."
|
|
790
|
-
},
|
|
791
826
|
"filePath": {
|
|
792
827
|
"type": "string",
|
|
793
828
|
"description": "An absolute path to the file to edit."
|
|
@@ -802,7 +837,6 @@
|
|
|
802
837
|
}
|
|
803
838
|
},
|
|
804
839
|
"required": [
|
|
805
|
-
"explanation",
|
|
806
840
|
"filePath",
|
|
807
841
|
"oldString",
|
|
808
842
|
"newString"
|
|
@@ -1108,74 +1142,97 @@
|
|
|
1108
1142
|
}
|
|
1109
1143
|
},
|
|
1110
1144
|
{
|
|
1111
|
-
"name": "
|
|
1112
|
-
"toolReferenceName": "
|
|
1113
|
-
"displayName": "%copilot.tools.
|
|
1114
|
-
"userDescription": "%copilot.tools.
|
|
1115
|
-
"modelDescription": "
|
|
1116
|
-
"icon": "$(
|
|
1117
|
-
"when": "config.github.copilot.chat.
|
|
1118
|
-
"canBeReferencedInPrompt": true,
|
|
1119
|
-
"tags": [],
|
|
1145
|
+
"name": "copilot_askQuestions",
|
|
1146
|
+
"toolReferenceName": "askQuestions",
|
|
1147
|
+
"displayName": "%copilot.tools.askQuestions.name%",
|
|
1148
|
+
"userDescription": "%copilot.tools.askQuestions.description%",
|
|
1149
|
+
"modelDescription": "Ask the user questions to clarify intent, validate assumptions, or choose between implementation approaches. Prefer proposing a sensible default so users can confirm quickly.\n\nOnly use this tool when the user's answer provides information you cannot determine or reasonably assume yourself. This tool is for gathering information, not for reporting status or problems. If a question has an obvious best answer, take that action instead of asking.\n\nWhen to use:\n- Clarify ambiguous requirements before proceeding\n- Get user preferences on implementation choices\n- Confirm decisions that meaningfully affect outcome\n\nWhen NOT to use:\n- The answer is determinable from code or context\n- Asking for permission to continue or abort\n- Confirming something you can reasonably decide yourself\n- Reporting a problem (instead, attempt to resolve it)\n\nQuestion guidelines:\n- Batch related questions into a single call (max 4 questions, 2-6 options each; omit options for free text input)\n- Provide brief context explaining what is being decided and why\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 and phrase the question accordingly\n\nAfter receiving answers:\n- Incorporate decisions and continue without re-asking unless requirements change\n\nAn \"Other\" option is automatically shown to users—do not add your own.",
|
|
1150
|
+
"icon": "$(question)",
|
|
1151
|
+
"when": "config.github.copilot.chat.askQuestions.enabled",
|
|
1120
1152
|
"inputSchema": {
|
|
1121
1153
|
"type": "object",
|
|
1122
1154
|
"properties": {
|
|
1123
|
-
"
|
|
1124
|
-
"type": "string",
|
|
1125
|
-
"enum": [
|
|
1126
|
-
"view",
|
|
1127
|
-
"create",
|
|
1128
|
-
"str_replace",
|
|
1129
|
-
"insert",
|
|
1130
|
-
"delete",
|
|
1131
|
-
"rename"
|
|
1132
|
-
],
|
|
1133
|
-
"description": "The memory operation to perform:\n- view: Show directory contents or file contents (optional line ranges)\n- create: Create or overwrite a file\n- str_replace: Replace text in a file\n- insert: Insert text at a specific line\n- delete: Delete a file or directory\n- rename: Rename or move a file or directory"
|
|
1134
|
-
},
|
|
1135
|
-
"path": {
|
|
1136
|
-
"type": "string",
|
|
1137
|
-
"description": "Path to the memory file or directory. Must start with /memories.\n- For view: /memories or /memories/file.md\n- For create/str_replace/insert/delete: /memories/file.md\n- Not used for rename (use old_path/new_path instead)"
|
|
1138
|
-
},
|
|
1139
|
-
"view_range": {
|
|
1155
|
+
"questions": {
|
|
1140
1156
|
"type": "array",
|
|
1157
|
+
"description": "Array of 1-4 questions to ask the user",
|
|
1158
|
+
"minItems": 1,
|
|
1159
|
+
"maxItems": 4,
|
|
1141
1160
|
"items": {
|
|
1142
|
-
"type": "
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1161
|
+
"type": "object",
|
|
1162
|
+
"properties": {
|
|
1163
|
+
"header": {
|
|
1164
|
+
"type": "string",
|
|
1165
|
+
"description": "A short label (max 12 chars) displayed as a quick pick header, also used as the unique identifier for the question",
|
|
1166
|
+
"maxLength": 12
|
|
1167
|
+
},
|
|
1168
|
+
"question": {
|
|
1169
|
+
"type": "string",
|
|
1170
|
+
"description": "The complete question text to display"
|
|
1171
|
+
},
|
|
1172
|
+
"multiSelect": {
|
|
1173
|
+
"type": "boolean",
|
|
1174
|
+
"description": "Allow multiple selections",
|
|
1175
|
+
"default": false
|
|
1176
|
+
},
|
|
1177
|
+
"options": {
|
|
1178
|
+
"type": "array",
|
|
1179
|
+
"description": "0-6 options for the user to choose from. If empty or omitted, shows a free text input instead.",
|
|
1180
|
+
"minItems": 0,
|
|
1181
|
+
"maxItems": 6,
|
|
1182
|
+
"items": {
|
|
1183
|
+
"type": "object",
|
|
1184
|
+
"properties": {
|
|
1185
|
+
"label": {
|
|
1186
|
+
"type": "string",
|
|
1187
|
+
"description": "Option label text"
|
|
1188
|
+
},
|
|
1189
|
+
"description": {
|
|
1190
|
+
"type": "string",
|
|
1191
|
+
"description": "Optional description for the option"
|
|
1192
|
+
},
|
|
1193
|
+
"recommended": {
|
|
1194
|
+
"type": "boolean",
|
|
1195
|
+
"description": "Mark this option as recommended"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"required": [
|
|
1199
|
+
"label"
|
|
1200
|
+
]
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
"required": [
|
|
1205
|
+
"header",
|
|
1206
|
+
"question"
|
|
1207
|
+
]
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1211
|
+
"required": [
|
|
1212
|
+
"questions"
|
|
1213
|
+
]
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"name": "copilot_switchAgent",
|
|
1218
|
+
"toolReferenceName": "switchAgent",
|
|
1219
|
+
"displayName": "%copilot.tools.switchAgent.name%",
|
|
1220
|
+
"userDescription": "%copilot.tools.switchAgent.description%",
|
|
1221
|
+
"modelDescription": "Switch to a different agent mode. Use this tool when you determine that the current task would be better handled by a different agent mode.\n\nCurrently supported agents:\n- 'Plan': Switch to Plan mode when the task requires careful planning before implementation. Use Plan mode when:\n - The task is complex and requires multiple steps\n - You need to explore the codebase and design an implementation approach\n - The user would benefit from reviewing and approving a plan before you make changes\n - The task involves architectural decisions or significant code modifications\n\nAfter calling this tool, the conversation will continue in the new agent mode.",
|
|
1222
|
+
"icon": "$(arrow-swap)",
|
|
1223
|
+
"inputSchema": {
|
|
1224
|
+
"type": "object",
|
|
1225
|
+
"properties": {
|
|
1226
|
+
"agentName": {
|
|
1173
1227
|
"type": "string",
|
|
1174
|
-
"description": "
|
|
1228
|
+
"description": "The name of the agent to switch to. Currently only 'Plan' is supported.",
|
|
1229
|
+
"enum": [
|
|
1230
|
+
"Plan"
|
|
1231
|
+
]
|
|
1175
1232
|
}
|
|
1176
1233
|
},
|
|
1177
1234
|
"required": [
|
|
1178
|
-
"
|
|
1235
|
+
"agentName"
|
|
1179
1236
|
]
|
|
1180
1237
|
}
|
|
1181
1238
|
},
|
|
@@ -1234,7 +1291,8 @@
|
|
|
1234
1291
|
"listDirectory",
|
|
1235
1292
|
"searchResults",
|
|
1236
1293
|
"textSearch",
|
|
1237
|
-
"usages"
|
|
1294
|
+
"usages",
|
|
1295
|
+
"searchSubagent"
|
|
1238
1296
|
]
|
|
1239
1297
|
},
|
|
1240
1298
|
{
|
|
@@ -1246,6 +1304,8 @@
|
|
|
1246
1304
|
"newWorkspace",
|
|
1247
1305
|
"openSimpleBrowser",
|
|
1248
1306
|
"runCommand",
|
|
1307
|
+
"askQuestions",
|
|
1308
|
+
"switchAgent",
|
|
1249
1309
|
"vscodeAPI"
|
|
1250
1310
|
]
|
|
1251
1311
|
},
|
|
@@ -1684,50 +1744,274 @@
|
|
|
1684
1744
|
"vendor": "copilot",
|
|
1685
1745
|
"displayName": "Copilot"
|
|
1686
1746
|
},
|
|
1687
|
-
{
|
|
1688
|
-
"vendor": "azure",
|
|
1689
|
-
"displayName": "Azure",
|
|
1690
|
-
"managementCommand": "github.copilot.chat.manageBYOK"
|
|
1691
|
-
},
|
|
1692
1747
|
{
|
|
1693
1748
|
"vendor": "anthropic",
|
|
1694
1749
|
"displayName": "Anthropic",
|
|
1695
|
-
"
|
|
1750
|
+
"configuration": {
|
|
1751
|
+
"properties": {
|
|
1752
|
+
"apiKey": {
|
|
1753
|
+
"type": "string",
|
|
1754
|
+
"secret": true,
|
|
1755
|
+
"description": "API key for Anthropic",
|
|
1756
|
+
"title": "API Key"
|
|
1757
|
+
}
|
|
1758
|
+
},
|
|
1759
|
+
"required": [
|
|
1760
|
+
"apiKey"
|
|
1761
|
+
]
|
|
1762
|
+
}
|
|
1696
1763
|
},
|
|
1697
1764
|
{
|
|
1698
1765
|
"vendor": "xai",
|
|
1699
1766
|
"displayName": "xAI",
|
|
1700
|
-
"
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1767
|
+
"configuration": {
|
|
1768
|
+
"properties": {
|
|
1769
|
+
"apiKey": {
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"secret": true,
|
|
1772
|
+
"description": "API key for xAI",
|
|
1773
|
+
"title": "API Key"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
"required": [
|
|
1777
|
+
"apiKey"
|
|
1778
|
+
]
|
|
1779
|
+
}
|
|
1710
1780
|
},
|
|
1711
1781
|
{
|
|
1712
1782
|
"vendor": "gemini",
|
|
1713
1783
|
"displayName": "Google",
|
|
1714
|
-
"
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1784
|
+
"configuration": {
|
|
1785
|
+
"properties": {
|
|
1786
|
+
"apiKey": {
|
|
1787
|
+
"type": "string",
|
|
1788
|
+
"secret": true,
|
|
1789
|
+
"description": "API key for Google Gemini",
|
|
1790
|
+
"title": "API Key"
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
"required": [
|
|
1794
|
+
"apiKey"
|
|
1795
|
+
]
|
|
1796
|
+
}
|
|
1720
1797
|
},
|
|
1721
1798
|
{
|
|
1722
1799
|
"vendor": "openrouter",
|
|
1723
1800
|
"displayName": "OpenRouter",
|
|
1724
|
-
"
|
|
1801
|
+
"configuration": {
|
|
1802
|
+
"properties": {
|
|
1803
|
+
"apiKey": {
|
|
1804
|
+
"type": "string",
|
|
1805
|
+
"secret": true,
|
|
1806
|
+
"description": "API key for OpenRouter",
|
|
1807
|
+
"title": "API Key"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
"required": [
|
|
1811
|
+
"apiKey"
|
|
1812
|
+
]
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"vendor": "openai",
|
|
1817
|
+
"displayName": "OpenAI",
|
|
1818
|
+
"configuration": {
|
|
1819
|
+
"properties": {
|
|
1820
|
+
"apiKey": {
|
|
1821
|
+
"type": "string",
|
|
1822
|
+
"secret": true,
|
|
1823
|
+
"description": "API key for OpenAI",
|
|
1824
|
+
"title": "API Key"
|
|
1825
|
+
}
|
|
1826
|
+
},
|
|
1827
|
+
"required": [
|
|
1828
|
+
"apiKey"
|
|
1829
|
+
]
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"vendor": "ollama",
|
|
1834
|
+
"displayName": "Ollama",
|
|
1835
|
+
"configuration": {
|
|
1836
|
+
"type": "object",
|
|
1837
|
+
"properties": {
|
|
1838
|
+
"url": {
|
|
1839
|
+
"type": "string",
|
|
1840
|
+
"description": "The endpoint URL for the Ollama server",
|
|
1841
|
+
"default": "http://localhost:11434",
|
|
1842
|
+
"title": "URL"
|
|
1843
|
+
}
|
|
1844
|
+
},
|
|
1845
|
+
"required": [
|
|
1846
|
+
"url"
|
|
1847
|
+
]
|
|
1848
|
+
}
|
|
1725
1849
|
},
|
|
1726
1850
|
{
|
|
1727
1851
|
"vendor": "customoai",
|
|
1728
1852
|
"when": "productQualityType != 'stable'",
|
|
1729
1853
|
"displayName": "OpenAI Compatible",
|
|
1730
|
-
"
|
|
1854
|
+
"configuration": {
|
|
1855
|
+
"type": "object",
|
|
1856
|
+
"properties": {
|
|
1857
|
+
"apiKey": {
|
|
1858
|
+
"type": "string",
|
|
1859
|
+
"secret": true,
|
|
1860
|
+
"description": "API key for the models",
|
|
1861
|
+
"title": "API Key"
|
|
1862
|
+
},
|
|
1863
|
+
"models": {
|
|
1864
|
+
"type": "array",
|
|
1865
|
+
"items": {
|
|
1866
|
+
"type": "object",
|
|
1867
|
+
"properties": {
|
|
1868
|
+
"id": {
|
|
1869
|
+
"type": "string",
|
|
1870
|
+
"description": "Unique identifier for the model"
|
|
1871
|
+
},
|
|
1872
|
+
"name": {
|
|
1873
|
+
"type": "string",
|
|
1874
|
+
"description": "Display name of the custom OpenAI model"
|
|
1875
|
+
},
|
|
1876
|
+
"url": {
|
|
1877
|
+
"type": "string",
|
|
1878
|
+
"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."
|
|
1879
|
+
},
|
|
1880
|
+
"toolCalling": {
|
|
1881
|
+
"type": "boolean",
|
|
1882
|
+
"description": "Whether the model supports tool calling"
|
|
1883
|
+
},
|
|
1884
|
+
"vision": {
|
|
1885
|
+
"type": "boolean",
|
|
1886
|
+
"description": "Whether the model supports vision capabilities"
|
|
1887
|
+
},
|
|
1888
|
+
"maxInputTokens": {
|
|
1889
|
+
"type": "number",
|
|
1890
|
+
"description": "Maximum number of input tokens supported by the model"
|
|
1891
|
+
},
|
|
1892
|
+
"maxOutputTokens": {
|
|
1893
|
+
"type": "number",
|
|
1894
|
+
"description": "Maximum number of output tokens supported by the model"
|
|
1895
|
+
},
|
|
1896
|
+
"editTools": {
|
|
1897
|
+
"type": "array",
|
|
1898
|
+
"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.",
|
|
1899
|
+
"items": {
|
|
1900
|
+
"type": "string",
|
|
1901
|
+
"enum": [
|
|
1902
|
+
"find-replace",
|
|
1903
|
+
"multi-find-replace",
|
|
1904
|
+
"apply-patch",
|
|
1905
|
+
"code-rewrite"
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"thinking": {
|
|
1910
|
+
"type": "boolean",
|
|
1911
|
+
"default": false,
|
|
1912
|
+
"description": "Whether the model supports thinking capabilities"
|
|
1913
|
+
},
|
|
1914
|
+
"zeroDataRetentionEnabled": {
|
|
1915
|
+
"type": "boolean",
|
|
1916
|
+
"default": false,
|
|
1917
|
+
"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."
|
|
1918
|
+
},
|
|
1919
|
+
"requestHeaders": {
|
|
1920
|
+
"type": "object",
|
|
1921
|
+
"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.",
|
|
1922
|
+
"additionalProperties": {
|
|
1923
|
+
"type": "string"
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"required": [
|
|
1928
|
+
"name",
|
|
1929
|
+
"url",
|
|
1930
|
+
"toolCalling",
|
|
1931
|
+
"vision",
|
|
1932
|
+
"maxInputTokens",
|
|
1933
|
+
"maxOutputTokens"
|
|
1934
|
+
]
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"vendor": "azure",
|
|
1942
|
+
"displayName": "Azure",
|
|
1943
|
+
"configuration": {
|
|
1944
|
+
"type": "object",
|
|
1945
|
+
"properties": {
|
|
1946
|
+
"apiKey": {
|
|
1947
|
+
"type": "string",
|
|
1948
|
+
"secret": true,
|
|
1949
|
+
"description": "API key for the models. If not set then Entra ID (Azure AD) authentication with your Microsoft account credentials will be used.",
|
|
1950
|
+
"title": "API Key"
|
|
1951
|
+
},
|
|
1952
|
+
"models": {
|
|
1953
|
+
"type": "array",
|
|
1954
|
+
"items": {
|
|
1955
|
+
"type": "object",
|
|
1956
|
+
"properties": {
|
|
1957
|
+
"id": {
|
|
1958
|
+
"type": "string",
|
|
1959
|
+
"description": "Unique identifier for the model"
|
|
1960
|
+
},
|
|
1961
|
+
"name": {
|
|
1962
|
+
"type": "string",
|
|
1963
|
+
"description": "Display name of the custom OpenAI model"
|
|
1964
|
+
},
|
|
1965
|
+
"url": {
|
|
1966
|
+
"type": "string",
|
|
1967
|
+
"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."
|
|
1968
|
+
},
|
|
1969
|
+
"toolCalling": {
|
|
1970
|
+
"type": "boolean",
|
|
1971
|
+
"description": "Whether the model supports tool calling"
|
|
1972
|
+
},
|
|
1973
|
+
"vision": {
|
|
1974
|
+
"type": "boolean",
|
|
1975
|
+
"description": "Whether the model supports vision capabilities"
|
|
1976
|
+
},
|
|
1977
|
+
"maxInputTokens": {
|
|
1978
|
+
"type": "number",
|
|
1979
|
+
"description": "Maximum number of input tokens supported by the model"
|
|
1980
|
+
},
|
|
1981
|
+
"maxOutputTokens": {
|
|
1982
|
+
"type": "number",
|
|
1983
|
+
"description": "Maximum number of output tokens supported by the model"
|
|
1984
|
+
},
|
|
1985
|
+
"thinking": {
|
|
1986
|
+
"type": "boolean",
|
|
1987
|
+
"default": false,
|
|
1988
|
+
"description": "Whether the model supports thinking capabilities"
|
|
1989
|
+
},
|
|
1990
|
+
"zeroDataRetentionEnabled": {
|
|
1991
|
+
"type": "boolean",
|
|
1992
|
+
"default": false,
|
|
1993
|
+
"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."
|
|
1994
|
+
},
|
|
1995
|
+
"requestHeaders": {
|
|
1996
|
+
"type": "object",
|
|
1997
|
+
"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.",
|
|
1998
|
+
"additionalProperties": {
|
|
1999
|
+
"type": "string"
|
|
2000
|
+
}
|
|
2001
|
+
}
|
|
2002
|
+
},
|
|
2003
|
+
"required": [
|
|
2004
|
+
"name",
|
|
2005
|
+
"url",
|
|
2006
|
+
"toolCalling",
|
|
2007
|
+
"vision",
|
|
2008
|
+
"maxInputTokens",
|
|
2009
|
+
"maxOutputTokens"
|
|
2010
|
+
]
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
1731
2015
|
}
|
|
1732
2016
|
],
|
|
1733
2017
|
"interactiveSession": [
|
|
@@ -1794,6 +2078,21 @@
|
|
|
1794
2078
|
"command": "github.copilot.chat.triggerPermissiveSignIn",
|
|
1795
2079
|
"title": "%github.copilot.command.triggerPermissiveSignIn%"
|
|
1796
2080
|
},
|
|
2081
|
+
{
|
|
2082
|
+
"command": "copilot.claude.agents",
|
|
2083
|
+
"title": "Manage Agents",
|
|
2084
|
+
"category": "Claude Agent"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"command": "copilot.claude.hooks",
|
|
2088
|
+
"title": "Configure Hooks",
|
|
2089
|
+
"category": "Claude Agent"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"command": "copilot.claude.memory",
|
|
2093
|
+
"title": "Open Memory Files",
|
|
2094
|
+
"category": "Claude Agent"
|
|
2095
|
+
},
|
|
1797
2096
|
{
|
|
1798
2097
|
"command": "github.copilot.cli.sessions.delete",
|
|
1799
2098
|
"title": "%github.copilot.command.deleteAgentSession%",
|
|
@@ -1946,12 +2245,6 @@
|
|
|
1946
2245
|
"category": "Chat",
|
|
1947
2246
|
"enablement": "config.github.copilot.chat.enableUserPreferences"
|
|
1948
2247
|
},
|
|
1949
|
-
{
|
|
1950
|
-
"command": "github.copilot.chat.tools.memory.openFolder",
|
|
1951
|
-
"title": "%github.copilot.command.openMemoryFolder%",
|
|
1952
|
-
"category": "Chat",
|
|
1953
|
-
"enablement": "config.github.copilot.chat.tools.memory.enabled"
|
|
1954
|
-
},
|
|
1955
2248
|
{
|
|
1956
2249
|
"command": "github.copilot.chat.review.markUnhelpful",
|
|
1957
2250
|
"title": "%github.copilot.command.unhelpfulReviewSuggestion%",
|
|
@@ -2114,6 +2407,12 @@
|
|
|
2114
2407
|
"category": "Chat",
|
|
2115
2408
|
"enablement": "github.copilot-chat.activated"
|
|
2116
2409
|
},
|
|
2410
|
+
{
|
|
2411
|
+
"command": "github.copilot.deleteExternalIngestWorkspaceIndex",
|
|
2412
|
+
"title": "%github.copilot.command.deleteExternalIngestWorkspaceIndex%",
|
|
2413
|
+
"category": "Developer",
|
|
2414
|
+
"enablement": "github.copilot-chat.activated"
|
|
2415
|
+
},
|
|
2117
2416
|
{
|
|
2118
2417
|
"command": "github.copilot.report",
|
|
2119
2418
|
"title": "Report Issue",
|
|
@@ -2207,6 +2506,26 @@
|
|
|
2207
2506
|
"title": "Export All Prompt Logs as JSON...",
|
|
2208
2507
|
"icon": "$(export)"
|
|
2209
2508
|
},
|
|
2509
|
+
{
|
|
2510
|
+
"command": "github.copilot.nes.captureExpected.start",
|
|
2511
|
+
"title": "Record Expected Edit (NES)",
|
|
2512
|
+
"category": "Copilot"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"command": "github.copilot.nes.captureExpected.confirm",
|
|
2516
|
+
"title": "Confirm and Save Expected Edit Capture",
|
|
2517
|
+
"category": "Copilot"
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"command": "github.copilot.nes.captureExpected.abort",
|
|
2521
|
+
"title": "Cancel Expected Edit Capture",
|
|
2522
|
+
"category": "Copilot"
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"command": "github.copilot.nes.captureExpected.submit",
|
|
2526
|
+
"title": "Submit NES Captures",
|
|
2527
|
+
"category": "Copilot"
|
|
2528
|
+
},
|
|
2210
2529
|
{
|
|
2211
2530
|
"command": "github.copilot.chat.showAsChatSession",
|
|
2212
2531
|
"title": "Show as chat session",
|
|
@@ -2245,16 +2564,6 @@
|
|
|
2245
2564
|
"shortTitle": "Unfollow",
|
|
2246
2565
|
"icon": "$(pinned-dirty)"
|
|
2247
2566
|
},
|
|
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
2567
|
{
|
|
2259
2568
|
"command": "github.copilot.cloud.resetWorkspaceConfirmations",
|
|
2260
2569
|
"title": "%github.copilot.command.resetCloudAgentWorkspaceConfirmations%"
|
|
@@ -2312,14 +2621,21 @@
|
|
|
2312
2621
|
{
|
|
2313
2622
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
2314
2623
|
"title": "%github.copilot.command.applyCopilotCLIAgentSessionChanges%",
|
|
2315
|
-
"
|
|
2624
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2316
2625
|
"category": "GitHub Copilot"
|
|
2317
2626
|
},
|
|
2318
2627
|
{
|
|
2319
2628
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
2320
2629
|
"title": "%github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply%",
|
|
2630
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2321
2631
|
"icon": "$(git-stash-pop)",
|
|
2322
2632
|
"category": "GitHub Copilot"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
2636
|
+
"title": "%github.copilot.command.checkoutPullRequestReroute.title%",
|
|
2637
|
+
"icon": "$(git-pull-request)",
|
|
2638
|
+
"category": "GitHub Pull Request"
|
|
2323
2639
|
}
|
|
2324
2640
|
],
|
|
2325
2641
|
"configuration": [
|
|
@@ -2457,7 +2773,7 @@
|
|
|
2457
2773
|
},
|
|
2458
2774
|
"github.copilot.chat.agent.autoFix": {
|
|
2459
2775
|
"type": "boolean",
|
|
2460
|
-
"default":
|
|
2776
|
+
"default": false,
|
|
2461
2777
|
"description": "%github.copilot.config.autoFix%",
|
|
2462
2778
|
"tags": [
|
|
2463
2779
|
"onExp"
|
|
@@ -2468,6 +2784,16 @@
|
|
|
2468
2784
|
"default": true,
|
|
2469
2785
|
"description": "%github.copilot.config.customInstructionsInSystemMessage%"
|
|
2470
2786
|
},
|
|
2787
|
+
"github.copilot.chat.organizationCustomAgents.enabled": {
|
|
2788
|
+
"type": "boolean",
|
|
2789
|
+
"default": true,
|
|
2790
|
+
"description": "%github.copilot.config.organizationCustomAgents.enabled%"
|
|
2791
|
+
},
|
|
2792
|
+
"github.copilot.chat.organizationInstructions.enabled": {
|
|
2793
|
+
"type": "boolean",
|
|
2794
|
+
"default": true,
|
|
2795
|
+
"description": "%github.copilot.config.organizationInstructions.enabled%"
|
|
2796
|
+
},
|
|
2471
2797
|
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2472
2798
|
"type": "boolean",
|
|
2473
2799
|
"default": true,
|
|
@@ -2599,14 +2925,6 @@
|
|
|
2599
2925
|
"preview"
|
|
2600
2926
|
],
|
|
2601
2927
|
"markdownDescription": "%github.copilot.config.codesearch.enabled%"
|
|
2602
|
-
},
|
|
2603
|
-
"github.copilot.chat.byok.ollamaEndpoint": {
|
|
2604
|
-
"type": "string",
|
|
2605
|
-
"default": "http://localhost:11434",
|
|
2606
|
-
"tags": [
|
|
2607
|
-
"preview"
|
|
2608
|
-
],
|
|
2609
|
-
"markdownDescription": "%github.copilot.config.byok.ollamaEndpoint%"
|
|
2610
2928
|
}
|
|
2611
2929
|
}
|
|
2612
2930
|
},
|
|
@@ -2650,6 +2968,15 @@
|
|
|
2650
2968
|
"experimental"
|
|
2651
2969
|
]
|
|
2652
2970
|
},
|
|
2971
|
+
"github.copilot.chat.askQuestions.enabled": {
|
|
2972
|
+
"type": "boolean",
|
|
2973
|
+
"default": true,
|
|
2974
|
+
"markdownDescription": "%github.copilot.config.askQuestions.enabled%",
|
|
2975
|
+
"tags": [
|
|
2976
|
+
"experimental",
|
|
2977
|
+
"onExp"
|
|
2978
|
+
]
|
|
2979
|
+
},
|
|
2653
2980
|
"github.copilot.chat.imageUpload.enabled": {
|
|
2654
2981
|
"type": "boolean",
|
|
2655
2982
|
"default": true,
|
|
@@ -3073,167 +3400,6 @@
|
|
|
3073
3400
|
],
|
|
3074
3401
|
"markdownDescription": "%github.copilot.config.virtualTools.threshold%"
|
|
3075
3402
|
},
|
|
3076
|
-
"github.copilot.chat.azureAuthType": {
|
|
3077
|
-
"type": "string",
|
|
3078
|
-
"enum": [
|
|
3079
|
-
"entraId",
|
|
3080
|
-
"apiKey"
|
|
3081
|
-
],
|
|
3082
|
-
"enumDescriptions": [
|
|
3083
|
-
"%github.copilot.config.azureAuthType.entraId%",
|
|
3084
|
-
"%github.copilot.config.azureAuthType.apiKey%"
|
|
3085
|
-
],
|
|
3086
|
-
"default": "entraId",
|
|
3087
|
-
"tags": [
|
|
3088
|
-
"experimental"
|
|
3089
|
-
],
|
|
3090
|
-
"markdownDescription": "%github.copilot.config.azureAuthType%"
|
|
3091
|
-
},
|
|
3092
|
-
"github.copilot.chat.azureModels": {
|
|
3093
|
-
"type": "object",
|
|
3094
|
-
"default": {},
|
|
3095
|
-
"tags": [
|
|
3096
|
-
"experimental"
|
|
3097
|
-
],
|
|
3098
|
-
"additionalProperties": {
|
|
3099
|
-
"type": "object",
|
|
3100
|
-
"properties": {
|
|
3101
|
-
"name": {
|
|
3102
|
-
"type": "string",
|
|
3103
|
-
"description": "Display name of the Azure model"
|
|
3104
|
-
},
|
|
3105
|
-
"url": {
|
|
3106
|
-
"type": "string",
|
|
3107
|
-
"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."
|
|
3108
|
-
},
|
|
3109
|
-
"toolCalling": {
|
|
3110
|
-
"type": "boolean",
|
|
3111
|
-
"description": "Whether the model supports tool calling"
|
|
3112
|
-
},
|
|
3113
|
-
"vision": {
|
|
3114
|
-
"type": "boolean",
|
|
3115
|
-
"description": "Whether the model supports vision capabilities"
|
|
3116
|
-
},
|
|
3117
|
-
"maxInputTokens": {
|
|
3118
|
-
"type": "number",
|
|
3119
|
-
"description": "Maximum number of input tokens supported by the model"
|
|
3120
|
-
},
|
|
3121
|
-
"maxOutputTokens": {
|
|
3122
|
-
"type": "number",
|
|
3123
|
-
"description": "Maximum number of output tokens supported by the model"
|
|
3124
|
-
},
|
|
3125
|
-
"thinking": {
|
|
3126
|
-
"type": "boolean",
|
|
3127
|
-
"default": false,
|
|
3128
|
-
"description": "Whether the model supports thinking capabilities"
|
|
3129
|
-
},
|
|
3130
|
-
"zeroDataRetentionEnabled": {
|
|
3131
|
-
"type": "boolean",
|
|
3132
|
-
"default": false,
|
|
3133
|
-
"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."
|
|
3134
|
-
},
|
|
3135
|
-
"requestHeaders": {
|
|
3136
|
-
"type": "object",
|
|
3137
|
-
"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.",
|
|
3138
|
-
"additionalProperties": {
|
|
3139
|
-
"type": "string"
|
|
3140
|
-
}
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
"required": [
|
|
3144
|
-
"name",
|
|
3145
|
-
"url",
|
|
3146
|
-
"toolCalling",
|
|
3147
|
-
"vision",
|
|
3148
|
-
"maxInputTokens",
|
|
3149
|
-
"maxOutputTokens"
|
|
3150
|
-
],
|
|
3151
|
-
"additionalProperties": false
|
|
3152
|
-
},
|
|
3153
|
-
"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."
|
|
3154
|
-
},
|
|
3155
|
-
"github.copilot.chat.customOAIModels": {
|
|
3156
|
-
"type": "object",
|
|
3157
|
-
"default": {},
|
|
3158
|
-
"tags": [
|
|
3159
|
-
"experimental"
|
|
3160
|
-
],
|
|
3161
|
-
"additionalProperties": {
|
|
3162
|
-
"type": "object",
|
|
3163
|
-
"properties": {
|
|
3164
|
-
"name": {
|
|
3165
|
-
"type": "string",
|
|
3166
|
-
"description": "Display name of the custom OpenAI model"
|
|
3167
|
-
},
|
|
3168
|
-
"url": {
|
|
3169
|
-
"type": "string",
|
|
3170
|
-
"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."
|
|
3171
|
-
},
|
|
3172
|
-
"toolCalling": {
|
|
3173
|
-
"type": "boolean",
|
|
3174
|
-
"description": "Whether the model supports tool calling"
|
|
3175
|
-
},
|
|
3176
|
-
"vision": {
|
|
3177
|
-
"type": "boolean",
|
|
3178
|
-
"description": "Whether the model supports vision capabilities"
|
|
3179
|
-
},
|
|
3180
|
-
"maxInputTokens": {
|
|
3181
|
-
"type": "number",
|
|
3182
|
-
"description": "Maximum number of input tokens supported by the model"
|
|
3183
|
-
},
|
|
3184
|
-
"maxOutputTokens": {
|
|
3185
|
-
"type": "number",
|
|
3186
|
-
"description": "Maximum number of output tokens supported by the model"
|
|
3187
|
-
},
|
|
3188
|
-
"requiresAPIKey": {
|
|
3189
|
-
"type": "boolean",
|
|
3190
|
-
"description": "Whether the model requires an API key for authentication",
|
|
3191
|
-
"default": true
|
|
3192
|
-
},
|
|
3193
|
-
"editTools": {
|
|
3194
|
-
"type": "array",
|
|
3195
|
-
"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.",
|
|
3196
|
-
"items": {
|
|
3197
|
-
"type": "string",
|
|
3198
|
-
"enum": [
|
|
3199
|
-
"find-replace",
|
|
3200
|
-
"multi-find-replace",
|
|
3201
|
-
"apply-patch",
|
|
3202
|
-
"code-rewrite"
|
|
3203
|
-
]
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
"thinking": {
|
|
3207
|
-
"type": "boolean",
|
|
3208
|
-
"default": false,
|
|
3209
|
-
"description": "Whether the model supports thinking capabilities"
|
|
3210
|
-
},
|
|
3211
|
-
"zeroDataRetentionEnabled": {
|
|
3212
|
-
"type": "boolean",
|
|
3213
|
-
"default": false,
|
|
3214
|
-
"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."
|
|
3215
|
-
},
|
|
3216
|
-
"requestHeaders": {
|
|
3217
|
-
"type": "object",
|
|
3218
|
-
"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.",
|
|
3219
|
-
"additionalProperties": {
|
|
3220
|
-
"type": "string"
|
|
3221
|
-
}
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
"required": [
|
|
3225
|
-
"name",
|
|
3226
|
-
"url",
|
|
3227
|
-
"toolCalling",
|
|
3228
|
-
"vision",
|
|
3229
|
-
"maxInputTokens",
|
|
3230
|
-
"maxOutputTokens",
|
|
3231
|
-
"requiresAPIKey"
|
|
3232
|
-
],
|
|
3233
|
-
"additionalProperties": false
|
|
3234
|
-
},
|
|
3235
|
-
"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."
|
|
3236
|
-
},
|
|
3237
3403
|
"github.copilot.chat.alternateGptPrompt.enabled": {
|
|
3238
3404
|
"type": "boolean",
|
|
3239
3405
|
"default": false,
|
|
@@ -3253,17 +3419,26 @@
|
|
|
3253
3419
|
},
|
|
3254
3420
|
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3255
3421
|
"type": "boolean",
|
|
3256
|
-
"default":
|
|
3422
|
+
"default": true,
|
|
3257
3423
|
"markdownDescription": "%github.copilot.config.useMessagesApi%",
|
|
3258
3424
|
"tags": [
|
|
3259
3425
|
"experimental",
|
|
3260
3426
|
"onExp"
|
|
3261
3427
|
]
|
|
3262
3428
|
},
|
|
3263
|
-
"github.copilot.chat.
|
|
3429
|
+
"github.copilot.chat.anthropic.contextEditing.enabled": {
|
|
3264
3430
|
"type": "boolean",
|
|
3265
|
-
"default":
|
|
3266
|
-
"markdownDescription": "%github.copilot.config.
|
|
3431
|
+
"default": false,
|
|
3432
|
+
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.enabled%",
|
|
3433
|
+
"tags": [
|
|
3434
|
+
"experimental",
|
|
3435
|
+
"onExp"
|
|
3436
|
+
]
|
|
3437
|
+
},
|
|
3438
|
+
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3439
|
+
"type": "boolean",
|
|
3440
|
+
"default": false,
|
|
3441
|
+
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3267
3442
|
"tags": [
|
|
3268
3443
|
"experimental",
|
|
3269
3444
|
"onExp"
|
|
@@ -3378,15 +3553,6 @@
|
|
|
3378
3553
|
"experimental"
|
|
3379
3554
|
]
|
|
3380
3555
|
},
|
|
3381
|
-
"github.copilot.chat.tools.memory.enabled": {
|
|
3382
|
-
"type": "boolean",
|
|
3383
|
-
"default": false,
|
|
3384
|
-
"markdownDescription": "%github.copilot.config.tools.memory.enabled%",
|
|
3385
|
-
"tags": [
|
|
3386
|
-
"experimental",
|
|
3387
|
-
"onExp"
|
|
3388
|
-
]
|
|
3389
|
-
},
|
|
3390
3556
|
"github.copilot.chat.completionsFetcher": {
|
|
3391
3557
|
"type": [
|
|
3392
3558
|
"string",
|
|
@@ -3417,10 +3583,23 @@
|
|
|
3417
3583
|
"node-fetch"
|
|
3418
3584
|
]
|
|
3419
3585
|
},
|
|
3420
|
-
"github.copilot.chat.
|
|
3421
|
-
"type": "
|
|
3422
|
-
"
|
|
3423
|
-
|
|
3586
|
+
"github.copilot.chat.planAgent.additionalTools": {
|
|
3587
|
+
"type": "array",
|
|
3588
|
+
"items": {
|
|
3589
|
+
"type": "string"
|
|
3590
|
+
},
|
|
3591
|
+
"default": [],
|
|
3592
|
+
"scope": "resource",
|
|
3593
|
+
"markdownDescription": "%github.copilot.config.planAgent.additionalTools%",
|
|
3594
|
+
"tags": [
|
|
3595
|
+
"experimental"
|
|
3596
|
+
]
|
|
3597
|
+
},
|
|
3598
|
+
"github.copilot.chat.planAgent.model": {
|
|
3599
|
+
"type": "string",
|
|
3600
|
+
"default": "",
|
|
3601
|
+
"scope": "resource",
|
|
3602
|
+
"markdownDescription": "%github.copilot.config.planAgent.model%",
|
|
3424
3603
|
"tags": [
|
|
3425
3604
|
"experimental"
|
|
3426
3605
|
]
|
|
@@ -3430,6 +3609,52 @@
|
|
|
3430
3609
|
{
|
|
3431
3610
|
"id": "advanced",
|
|
3432
3611
|
"properties": {
|
|
3612
|
+
"github.copilot.chat.anthropic.contextEditing.config": {
|
|
3613
|
+
"type": "object",
|
|
3614
|
+
"default": null,
|
|
3615
|
+
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.config%",
|
|
3616
|
+
"tags": [
|
|
3617
|
+
"advanced",
|
|
3618
|
+
"experimental"
|
|
3619
|
+
],
|
|
3620
|
+
"properties": {
|
|
3621
|
+
"triggerType": {
|
|
3622
|
+
"type": "string",
|
|
3623
|
+
"enum": [
|
|
3624
|
+
"input_tokens",
|
|
3625
|
+
"tool_uses"
|
|
3626
|
+
],
|
|
3627
|
+
"description": "Type of trigger for context editing"
|
|
3628
|
+
},
|
|
3629
|
+
"triggerValue": {
|
|
3630
|
+
"type": "number",
|
|
3631
|
+
"description": "Threshold value for the trigger (default: 80000 tokens)"
|
|
3632
|
+
},
|
|
3633
|
+
"keepCount": {
|
|
3634
|
+
"type": "number",
|
|
3635
|
+
"description": "Number of recent tool uses to keep (default: 3)"
|
|
3636
|
+
},
|
|
3637
|
+
"clearAtLeastTokens": {
|
|
3638
|
+
"type": "number",
|
|
3639
|
+
"description": "Minimum tokens to clear per edit (default: 10000)"
|
|
3640
|
+
},
|
|
3641
|
+
"excludeTools": {
|
|
3642
|
+
"type": "array",
|
|
3643
|
+
"items": {
|
|
3644
|
+
"type": "string"
|
|
3645
|
+
},
|
|
3646
|
+
"description": "Tool names to exclude from clearing"
|
|
3647
|
+
},
|
|
3648
|
+
"clearInputs": {
|
|
3649
|
+
"type": "boolean",
|
|
3650
|
+
"description": "Whether to clear tool inputs (default: true)"
|
|
3651
|
+
},
|
|
3652
|
+
"thinkingKeepTurns": {
|
|
3653
|
+
"type": "number",
|
|
3654
|
+
"description": "Number of thinking turns to keep (default: 1)"
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
},
|
|
3433
3658
|
"github.copilot.chat.debug.overrideChatEngine": {
|
|
3434
3659
|
"type": [
|
|
3435
3660
|
"string",
|
|
@@ -3659,6 +3884,16 @@
|
|
|
3659
3884
|
"onExp"
|
|
3660
3885
|
]
|
|
3661
3886
|
},
|
|
3887
|
+
"github.copilot.chat.inlineEdits.chatSessionContextProvider.enabled": {
|
|
3888
|
+
"type": "boolean",
|
|
3889
|
+
"default": false,
|
|
3890
|
+
"markdownDescription": "%github.copilot.config.inlineEdits.chatSessionContextProvider.enabled%",
|
|
3891
|
+
"tags": [
|
|
3892
|
+
"advanced",
|
|
3893
|
+
"experimental",
|
|
3894
|
+
"onExp"
|
|
3895
|
+
]
|
|
3896
|
+
},
|
|
3662
3897
|
"github.copilot.chat.codesearch.agent.enabled": {
|
|
3663
3898
|
"type": "boolean",
|
|
3664
3899
|
"default": true,
|
|
@@ -3679,6 +3914,33 @@
|
|
|
3679
3914
|
"experimental"
|
|
3680
3915
|
]
|
|
3681
3916
|
},
|
|
3917
|
+
"github.copilot.chat.agent.omitFileAttachmentContents": {
|
|
3918
|
+
"type": "boolean",
|
|
3919
|
+
"default": false,
|
|
3920
|
+
"markdownDescription": "%github.copilot.config.agent.omitFileAttachmentContents%",
|
|
3921
|
+
"tags": [
|
|
3922
|
+
"advanced",
|
|
3923
|
+
"experimental"
|
|
3924
|
+
]
|
|
3925
|
+
},
|
|
3926
|
+
"github.copilot.chat.agent.largeToolResultsToDisk.enabled": {
|
|
3927
|
+
"type": "boolean",
|
|
3928
|
+
"default": false,
|
|
3929
|
+
"markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.enabled%",
|
|
3930
|
+
"tags": [
|
|
3931
|
+
"advanced",
|
|
3932
|
+
"experimental"
|
|
3933
|
+
]
|
|
3934
|
+
},
|
|
3935
|
+
"github.copilot.chat.agent.largeToolResultsToDisk.thresholdBytes": {
|
|
3936
|
+
"type": "number",
|
|
3937
|
+
"default": 8192,
|
|
3938
|
+
"markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.thresholdBytes%",
|
|
3939
|
+
"tags": [
|
|
3940
|
+
"advanced",
|
|
3941
|
+
"experimental"
|
|
3942
|
+
]
|
|
3943
|
+
},
|
|
3682
3944
|
"github.copilot.chat.instantApply.shortContextModelName": {
|
|
3683
3945
|
"type": "string",
|
|
3684
3946
|
"default": "gpt-4o-instant-apply-full-ft-v66-short",
|
|
@@ -3800,13 +4062,12 @@
|
|
|
3800
4062
|
"experimental"
|
|
3801
4063
|
]
|
|
3802
4064
|
},
|
|
3803
|
-
"github.copilot.chat.
|
|
4065
|
+
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
3804
4066
|
"type": "boolean",
|
|
3805
4067
|
"default": false,
|
|
3806
|
-
"markdownDescription": "%github.copilot.config.
|
|
4068
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%",
|
|
3807
4069
|
"tags": [
|
|
3808
|
-
"advanced"
|
|
3809
|
-
"experimental"
|
|
4070
|
+
"advanced"
|
|
3810
4071
|
]
|
|
3811
4072
|
},
|
|
3812
4073
|
"github.copilot.chat.gpt5AlternativePatch": {
|
|
@@ -3882,7 +4143,7 @@
|
|
|
3882
4143
|
},
|
|
3883
4144
|
"github.copilot.chat.cli.customAgents.enabled": {
|
|
3884
4145
|
"type": "boolean",
|
|
3885
|
-
"default":
|
|
4146
|
+
"default": true,
|
|
3886
4147
|
"markdownDescription": "%github.copilot.config.cli.customAgents.enabled%",
|
|
3887
4148
|
"tags": [
|
|
3888
4149
|
"advanced",
|
|
@@ -3891,20 +4152,21 @@
|
|
|
3891
4152
|
},
|
|
3892
4153
|
"github.copilot.chat.cli.mcp.enabled": {
|
|
3893
4154
|
"type": "boolean",
|
|
3894
|
-
"default":
|
|
4155
|
+
"default": true,
|
|
3895
4156
|
"markdownDescription": "%github.copilot.config.cli.mcp.enabled%",
|
|
3896
4157
|
"tags": [
|
|
3897
4158
|
"advanced",
|
|
3898
4159
|
"experimental"
|
|
3899
4160
|
]
|
|
3900
4161
|
},
|
|
3901
|
-
"github.copilot.chat.
|
|
4162
|
+
"github.copilot.chat.searchSubagent.enabled": {
|
|
3902
4163
|
"type": "boolean",
|
|
3903
4164
|
"default": false,
|
|
3904
|
-
"markdownDescription": "%github.copilot.config.
|
|
4165
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.enabled%",
|
|
3905
4166
|
"tags": [
|
|
3906
4167
|
"advanced",
|
|
3907
|
-
"experimental"
|
|
4168
|
+
"experimental",
|
|
4169
|
+
"onExp"
|
|
3908
4170
|
]
|
|
3909
4171
|
}
|
|
3910
4172
|
}
|
|
@@ -3959,11 +4221,6 @@
|
|
|
3959
4221
|
"command": "github.copilot.chat.showAsChatSession",
|
|
3960
4222
|
"group": "navigation@9",
|
|
3961
4223
|
"when": "resourceFilename === 'benchRun.chatReplay.json' || resourceFilename === 'chat-export-logs.json'"
|
|
3962
|
-
},
|
|
3963
|
-
{
|
|
3964
|
-
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
3965
|
-
"group": "navigation@1",
|
|
3966
|
-
"when": "resourceScheme == copilotcli-worktree-changes"
|
|
3967
4224
|
}
|
|
3968
4225
|
],
|
|
3969
4226
|
"explorer/context": [
|
|
@@ -4002,11 +4259,23 @@
|
|
|
4002
4259
|
"group": "copilotGenerate@2"
|
|
4003
4260
|
}
|
|
4004
4261
|
],
|
|
4262
|
+
"chat/editor/inlineGutter": [
|
|
4263
|
+
{
|
|
4264
|
+
"command": "github.copilot.chat.explain",
|
|
4265
|
+
"when": "!github.copilot.interactiveSession.disabled",
|
|
4266
|
+
"group": "2_chat@2"
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4005
4269
|
"chat/input/editing/sessionToolbar": [
|
|
4006
4270
|
{
|
|
4007
4271
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
4008
4272
|
"when": "chatSessionType == copilotcli",
|
|
4009
4273
|
"group": "navigation@0"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
4277
|
+
"when": "chatSessionType == copilot-cloud-agent && !github.vscode-pull-request-github.activated",
|
|
4278
|
+
"group": "navigation@0"
|
|
4010
4279
|
}
|
|
4011
4280
|
],
|
|
4012
4281
|
"testing/item/result": [
|
|
@@ -4247,6 +4516,18 @@
|
|
|
4247
4516
|
{
|
|
4248
4517
|
"command": "github.copilot.chat.showAsChatSession",
|
|
4249
4518
|
"when": "false"
|
|
4519
|
+
},
|
|
4520
|
+
{
|
|
4521
|
+
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
4522
|
+
"when": "false"
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"command": "github.copilot.nes.captureExpected.start",
|
|
4526
|
+
"when": "github.copilot.inlineEditsEnabled"
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"command": "github.copilot.nes.captureExpected.submit",
|
|
4530
|
+
"when": "github.copilot.inlineEditsEnabled"
|
|
4250
4531
|
}
|
|
4251
4532
|
],
|
|
4252
4533
|
"view/title": [
|
|
@@ -4679,6 +4960,17 @@
|
|
|
4679
4960
|
]
|
|
4680
4961
|
}
|
|
4681
4962
|
],
|
|
4963
|
+
"notebooks": [
|
|
4964
|
+
{
|
|
4965
|
+
"type": "copilot-chat-replay",
|
|
4966
|
+
"displayName": "Copilot Chat Replay",
|
|
4967
|
+
"selector": [
|
|
4968
|
+
{
|
|
4969
|
+
"filenamePattern": "*.chatreplay.json"
|
|
4970
|
+
}
|
|
4971
|
+
]
|
|
4972
|
+
}
|
|
4973
|
+
],
|
|
4682
4974
|
"views": {
|
|
4683
4975
|
"copilot-chat": [
|
|
4684
4976
|
{
|
|
@@ -4722,6 +5014,23 @@
|
|
|
4722
5014
|
"key": "ctrl+alt+.",
|
|
4723
5015
|
"mac": "cmd+alt+.",
|
|
4724
5016
|
"when": "github.copilot-chat.activated && terminalShellIntegrationEnabled && terminalFocus && !terminalAltBufferActive"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"command": "github.copilot.nes.captureExpected.start",
|
|
5020
|
+
"key": "ctrl+k ctrl+r",
|
|
5021
|
+
"mac": "cmd+k cmd+r",
|
|
5022
|
+
"when": "editorTextFocus && github.copilot.inlineEditsEnabled"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"command": "github.copilot.nes.captureExpected.confirm",
|
|
5026
|
+
"key": "ctrl+enter",
|
|
5027
|
+
"mac": "cmd+enter",
|
|
5028
|
+
"when": "copilotNesCaptureMode && editorTextFocus"
|
|
5029
|
+
},
|
|
5030
|
+
{
|
|
5031
|
+
"command": "github.copilot.nes.captureExpected.abort",
|
|
5032
|
+
"key": "escape",
|
|
5033
|
+
"when": "copilotNesCaptureMode && editorTextFocus"
|
|
4725
5034
|
}
|
|
4726
5035
|
],
|
|
4727
5036
|
"walkthroughs": [
|
|
@@ -4900,13 +5209,13 @@
|
|
|
4900
5209
|
{
|
|
4901
5210
|
"type": "claude-code",
|
|
4902
5211
|
"name": "claude",
|
|
4903
|
-
"displayName": "Claude
|
|
5212
|
+
"displayName": "Claude Agent",
|
|
4904
5213
|
"icon": "$(sparkle)",
|
|
4905
|
-
"welcomeTitle": "Claude
|
|
4906
|
-
"welcomeMessage": "
|
|
4907
|
-
"inputPlaceholder": "Run local tasks with Claude
|
|
5214
|
+
"welcomeTitle": "Claude Agent",
|
|
5215
|
+
"welcomeMessage": "Powered by the same agent as Claude Code",
|
|
5216
|
+
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
4908
5217
|
"order": 3,
|
|
4909
|
-
"description": "The Claude
|
|
5218
|
+
"description": "The Claude Agent works on your local machine",
|
|
4910
5219
|
"when": "config.github.copilot.chat.claudeCode.enabled",
|
|
4911
5220
|
"canDelegate": true,
|
|
4912
5221
|
"capabilities": {
|
|
@@ -4932,6 +5241,18 @@
|
|
|
4932
5241
|
{
|
|
4933
5242
|
"name": "security-review",
|
|
4934
5243
|
"description": "Complete a security review of the pending changes on the current branch"
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"name": "agents",
|
|
5247
|
+
"description": "Create and manage specialized Claude agents"
|
|
5248
|
+
},
|
|
5249
|
+
{
|
|
5250
|
+
"name": "hooks",
|
|
5251
|
+
"description": "Configure Claude Code hooks for tool execution and events"
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"name": "memory",
|
|
5255
|
+
"description": "Open memory files (CLAUDE.md) for editing"
|
|
4935
5256
|
}
|
|
4936
5257
|
]
|
|
4937
5258
|
},
|
|
@@ -4939,7 +5260,7 @@
|
|
|
4939
5260
|
"type": "copilotcli",
|
|
4940
5261
|
"name": "cli",
|
|
4941
5262
|
"displayName": "Background Agent",
|
|
4942
|
-
"icon": "$(
|
|
5263
|
+
"icon": "$(worktree)",
|
|
4943
5264
|
"welcomeTitle": "Background Agent",
|
|
4944
5265
|
"welcomeMessage": "Run tasks in the background",
|
|
4945
5266
|
"inputPlaceholder": "Run tasks in the background, type `#` for adding context",
|
|
@@ -4951,6 +5272,7 @@
|
|
|
4951
5272
|
"supportsFileAttachments": true,
|
|
4952
5273
|
"supportsProblemAttachments": true,
|
|
4953
5274
|
"supportsToolAttachments": false,
|
|
5275
|
+
"supportsImageAttachments": true,
|
|
4954
5276
|
"supportsSymbolAttachments": true,
|
|
4955
5277
|
"supportsSearchResultAttachments": true,
|
|
4956
5278
|
"supportsSourceControlAttachments": true
|
|
@@ -4961,7 +5283,8 @@
|
|
|
4961
5283
|
"description": "Delegate chat session to cloud agent and create associated PR",
|
|
4962
5284
|
"when": "config.github.copilot.chat.cloudAgent.enabled"
|
|
4963
5285
|
}
|
|
4964
|
-
]
|
|
5286
|
+
],
|
|
5287
|
+
"customAgentTarget": "github-copilot"
|
|
4965
5288
|
},
|
|
4966
5289
|
{
|
|
4967
5290
|
"type": "copilot-cloud-agent",
|
|
@@ -5012,13 +5335,7 @@
|
|
|
5012
5335
|
}
|
|
5013
5336
|
}
|
|
5014
5337
|
],
|
|
5015
|
-
"chatAgents": [
|
|
5016
|
-
{
|
|
5017
|
-
"name": "Plan",
|
|
5018
|
-
"path": "./assets/agents/Plan.agent.md",
|
|
5019
|
-
"description": "Researches a task to create multi-step plans"
|
|
5020
|
-
}
|
|
5021
|
-
],
|
|
5338
|
+
"chatAgents": [],
|
|
5022
5339
|
"chatPromptFiles": [
|
|
5023
5340
|
{
|
|
5024
5341
|
"name": "savePrompt",
|
|
@@ -5027,9 +5344,6 @@
|
|
|
5027
5344
|
}
|
|
5028
5345
|
]
|
|
5029
5346
|
},
|
|
5030
|
-
"extensionPack": [
|
|
5031
|
-
"GitHub.copilot"
|
|
5032
|
-
],
|
|
5033
5347
|
"prettier": {
|
|
5034
5348
|
"useTabs": true,
|
|
5035
5349
|
"tabWidth": 4,
|
|
@@ -5103,7 +5417,7 @@
|
|
|
5103
5417
|
"@types/source-map-support": "^0.5.10",
|
|
5104
5418
|
"@types/tar": "^6.1.13",
|
|
5105
5419
|
"@types/vinyl": "^2.0.12",
|
|
5106
|
-
"@types/vscode": "^1.
|
|
5420
|
+
"@types/vscode": "^1.108.1",
|
|
5107
5421
|
"@types/vscode-webview": "^1.57.4",
|
|
5108
5422
|
"@types/yargs": "^17.0.24",
|
|
5109
5423
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
@@ -5157,7 +5471,7 @@
|
|
|
5157
5471
|
"shiki": "~1.15.0",
|
|
5158
5472
|
"sinon": "^21.0.0",
|
|
5159
5473
|
"source-map-support": "^0.5.21",
|
|
5160
|
-
"tar": "^7.4
|
|
5474
|
+
"tar": "^7.5.4",
|
|
5161
5475
|
"ts-dedent": "^2.2.0",
|
|
5162
5476
|
"tsx": "^4.20.3",
|
|
5163
5477
|
"typescript": "^5.8.3",
|
|
@@ -5170,18 +5484,19 @@
|
|
|
5170
5484
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
5171
5485
|
"vscode-languageserver-types": "^3.17.5",
|
|
5172
5486
|
"yaml": "^2.8.0",
|
|
5173
|
-
"yargs": "^17.7.2"
|
|
5487
|
+
"yargs": "^17.7.2",
|
|
5488
|
+
"zod": "3.25.76"
|
|
5174
5489
|
},
|
|
5175
5490
|
"dependencies": {
|
|
5176
|
-
"@anthropic-ai/claude-agent-sdk": "0.
|
|
5177
|
-
"@anthropic-ai/sdk": "^0.
|
|
5491
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.5",
|
|
5492
|
+
"@anthropic-ai/sdk": "^0.71.2",
|
|
5178
5493
|
"@github/blackbird-external-ingest-utils": "^0.1.0",
|
|
5179
|
-
"@github/copilot": "^0.0.
|
|
5494
|
+
"@github/copilot": "^0.0.388",
|
|
5180
5495
|
"@google/genai": "^1.22.0",
|
|
5181
5496
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
5182
5497
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
5183
5498
|
"@sinclair/typebox": "^0.34.41",
|
|
5184
|
-
"@vscode/copilot-api": "^0.2.
|
|
5499
|
+
"@vscode/copilot-api": "^0.2.9",
|
|
5185
5500
|
"@vscode/extension-telemetry": "^1.2.0",
|
|
5186
5501
|
"@vscode/l10n": "^0.0.18",
|
|
5187
5502
|
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
@@ -5190,7 +5505,8 @@
|
|
|
5190
5505
|
"@xterm/headless": "^5.5.0",
|
|
5191
5506
|
"ajv": "^8.17.1",
|
|
5192
5507
|
"applicationinsights": "^2.9.7",
|
|
5193
|
-
"
|
|
5508
|
+
"best-effort-json-parser": "^1.2.1",
|
|
5509
|
+
"diff": "^8.0.3",
|
|
5194
5510
|
"dompurify": "^3.3.0",
|
|
5195
5511
|
"ignore": "^7.0.5",
|
|
5196
5512
|
"isbinaryfile": "^5.0.4",
|
|
@@ -5198,13 +5514,14 @@
|
|
|
5198
5514
|
"lru-cache": "^11.1.0",
|
|
5199
5515
|
"markdown-it": "^14.1.0",
|
|
5200
5516
|
"minimatch": "^10.0.3",
|
|
5201
|
-
"undici": "^7.
|
|
5517
|
+
"undici": "^7.18.2",
|
|
5202
5518
|
"vscode-tas-client": "^0.1.84",
|
|
5203
5519
|
"web-tree-sitter": "^0.23.0"
|
|
5204
5520
|
},
|
|
5205
5521
|
"overrides": {
|
|
5206
5522
|
"@aminya/node-gyp-build": "npm:node-gyp-build@4.8.1",
|
|
5207
5523
|
"string_decoder": "npm:string_decoder@1.2.0",
|
|
5208
|
-
"node-gyp": "npm:node-gyp@10.3.1"
|
|
5524
|
+
"node-gyp": "npm:node-gyp@10.3.1",
|
|
5525
|
+
"zod": "3.25.76"
|
|
5209
5526
|
}
|
|
5210
5527
|
}
|