@vscode/chat-lib 0.3.1-2 → 0.3.1-21
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.d.ts +1 -6
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +9 -20
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/common/constants.d.ts +0 -1
- package/dist/src/_internal/extension/common/constants.d.ts.map +1 -1
- package/dist/src/_internal/extension/common/constants.js +2 -1
- package/dist/src/_internal/extension/common/constants.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/defaultExpFilters.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/defaultExpFilters.js +5 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/defaultExpFilters.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts +4 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js +38 -5
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts +4 -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 +58 -48
- 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/inlineCompletion.d.ts +3 -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 +5 -5
- 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/openai/fetch.d.ts +1 -1
- 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 +215 -125
- 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/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.d.ts +4 -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 +31 -18
- 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/contextProviders/diagnostics.js +4 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.d.ts +3 -3
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js +9 -9
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/rejectionCollector.d.ts +3 -2
- package/dist/src/_internal/extension/inlineEdits/common/rejectionCollector.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/rejectionCollector.js +10 -11
- package/dist/src/_internal/extension/inlineEdits/common/rejectionCollector.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts +52 -8
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js +208 -41
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +14 -4
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +53 -39
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +25 -4
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +474 -172
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +16 -8
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +53 -27
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/power/common/powerService.d.ts +22 -0
- package/dist/src/_internal/extension/power/common/powerService.d.ts.map +1 -0
- package/dist/src/_internal/extension/power/common/powerService.js +20 -0
- package/dist/src/_internal/extension/power/common/powerService.js.map +1 -0
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +4 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +46 -10
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/inlineSuggestion.d.ts +15 -0
- package/dist/src/_internal/extension/xtab/common/inlineSuggestion.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/inlineSuggestion.js +43 -0
- package/dist/src/_internal/extension/xtab/common/inlineSuggestion.js.map +1 -0
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts +4 -4
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.js +70 -26
- package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +4 -4
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +84 -19
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/terminalOutput.d.ts +20 -0
- package/dist/src/_internal/extension/xtab/common/terminalOutput.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/terminalOutput.js +105 -0
- package/dist/src/_internal/extension/xtab/common/terminalOutput.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +2 -3
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +2 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts +2 -2
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +50 -4
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +53 -9
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +384 -170
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts +1 -4
- package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabUtils.js +21 -39
- package/dist/src/_internal/extension/xtab/node/xtabUtils.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +7 -2
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +11 -4
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +1 -0
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +2 -2
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +8 -8
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +51 -10
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +53 -15
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +3 -2
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +22 -26
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +9 -5
- 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/common/phaseDataContainer.d.ts +16 -0
- package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.d.ts.map +1 -0
- package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.js +37 -0
- package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.js.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +6 -13
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +18 -53
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +22 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +193 -59
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +25 -3
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/env/common/envService.d.ts +6 -0
- package/dist/src/_internal/platform/env/common/envService.d.ts.map +1 -1
- package/dist/src/_internal/platform/env/common/envService.js.map +1 -1
- package/dist/src/_internal/platform/env/common/nullEnvService.d.ts +3 -0
- package/dist/src/_internal/platform/env/common/nullEnvService.d.ts.map +1 -1
- package/dist/src/_internal/platform/env/common/nullEnvService.js +4 -0
- package/dist/src/_internal/platform/env/common/nullEnvService.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +4 -3
- 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 +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +4 -2
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +43 -4
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +18 -6
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +100 -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 +230 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +11 -5
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +33 -18
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts +30 -5
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js +69 -2
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +39 -7
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +43 -6
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +23 -24
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.d.ts +68 -0
- package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js +227 -29
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +5 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +121 -6
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +1 -4
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +1 -21
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +18 -5
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +55 -27
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +8 -1
- package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +2 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +17 -13
- 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/requestLogger/common/capturingToken.d.ts +35 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.js +21 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts +2 -2
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +37 -2
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +54 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts +2 -0
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.js +1 -0
- package/dist/src/_internal/platform/telemetry/common/telemetry.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetryData.d.ts.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetryData.js +3 -0
- package/dist/src/_internal/platform/telemetry/common/telemetryData.js.map +1 -1
- package/dist/src/_internal/platform/terminal/common/terminalService.d.ts +111 -0
- package/dist/src/_internal/platform/terminal/common/terminalService.d.ts.map +1 -0
- package/dist/src/_internal/platform/terminal/common/terminalService.js +83 -0
- package/dist/src/_internal/platform/terminal/common/terminalService.js.map +1 -0
- package/dist/src/_internal/platform/workspace/common/workspaceService.d.ts +9 -3
- package/dist/src/_internal/platform/workspace/common/workspaceService.d.ts.map +1 -1
- package/dist/src/_internal/platform/workspace/common/workspaceService.js +8 -2
- package/dist/src/_internal/platform/workspace/common/workspaceService.js.map +1 -1
- package/dist/src/_internal/util/common/asyncIterableUtils.d.ts +17 -0
- package/dist/src/_internal/util/common/asyncIterableUtils.d.ts.map +1 -0
- package/dist/src/_internal/util/common/asyncIterableUtils.js +94 -0
- package/dist/src/_internal/util/common/asyncIterableUtils.js.map +1 -0
- package/dist/src/_internal/util/common/backwardCompatSetting.d.ts +12 -0
- package/dist/src/_internal/util/common/backwardCompatSetting.d.ts.map +1 -0
- package/dist/src/_internal/util/common/backwardCompatSetting.js +21 -0
- package/dist/src/_internal/util/common/backwardCompatSetting.js.map +1 -0
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +52 -3
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +63 -5
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/themes.d.ts +13 -0
- package/dist/src/_internal/util/common/test/shims/themes.d.ts.map +1 -0
- package/dist/src/_internal/util/common/test/shims/themes.js +27 -0
- package/dist/src/_internal/util/common/test/shims/themes.js.map +1 -0
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +8 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/arrays.d.ts +13 -1
- package/dist/src/_internal/util/vs/base/common/arrays.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/arrays.js +26 -0
- package/dist/src/_internal/util/vs/base/common/arrays.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/arraysFind.d.ts +6 -3
- package/dist/src/_internal/util/vs/base/common/arraysFind.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/arraysFind.js +19 -1
- package/dist/src/_internal/util/vs/base/common/arraysFind.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/assert.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/assert.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/assert.js +4 -0
- package/dist/src/_internal/util/vs/base/common/assert.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/async.d.ts +7 -0
- package/dist/src/_internal/util/vs/base/common/async.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/async.js +39 -2
- package/dist/src/_internal/util/vs/base/common/async.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/buffer.js +2 -2
- package/dist/src/_internal/util/vs/base/common/buffer.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/cancellation.d.ts +1 -1
- package/dist/src/_internal/util/vs/base/common/cancellation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/cancellation.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts +31 -5
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts +31 -5
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js +31 -5
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/collections.d.ts +2 -2
- package/dist/src/_internal/util/vs/base/common/collections.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/collections.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/equals.d.ts +46 -14
- package/dist/src/_internal/util/vs/base/common/equals.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/equals.js +84 -36
- package/dist/src/_internal/util/vs/base/common/equals.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/event.d.ts +30 -2
- package/dist/src/_internal/util/vs/base/common/event.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/event.js +105 -19
- package/dist/src/_internal/util/vs/base/common/event.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/filters.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/filters.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/filters.js +23 -3
- package/dist/src/_internal/util/vs/base/common/filters.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/glob.d.ts +7 -3
- package/dist/src/_internal/util/vs/base/common/glob.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/glob.js +42 -30
- package/dist/src/_internal/util/vs/base/common/glob.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.d.ts +6 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.js +12 -4
- package/dist/src/_internal/util/vs/base/common/htmlContent.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/iterator.d.ts +2 -2
- package/dist/src/_internal/util/vs/base/common/iterator.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/iterator.js +1 -1
- package/dist/src/_internal/util/vs/base/common/iterator.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.d.ts +6 -2
- package/dist/src/_internal/util/vs/base/common/lifecycle.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.js +10 -5
- package/dist/src/_internal/util/vs/base/common/lifecycle.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/linkedList.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/linkedList.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/linkedList.js +9 -0
- package/dist/src/_internal/util/vs/base/common/linkedList.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/map.d.ts +4 -4
- package/dist/src/_internal/util/vs/base/common/map.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/map.js +8 -5
- package/dist/src/_internal/util/vs/base/common/map.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/marshallingIds.d.ts +1 -1
- package/dist/src/_internal/util/vs/base/common/marshallingIds.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/mime.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/mime.js +7 -5
- package/dist/src/_internal/util/vs/base/common/mime.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/network.d.ts +10 -2
- package/dist/src/_internal/util/vs/base/common/network.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/network.js +10 -3
- package/dist/src/_internal/util/vs/base/common/network.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/normalization.d.ts +11 -0
- package/dist/src/_internal/util/vs/base/common/normalization.d.ts.map +1 -0
- package/dist/src/_internal/util/vs/base/common/normalization.js +61 -0
- package/dist/src/_internal/util/vs/base/common/normalization.js.map +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/base.d.ts +4 -4
- package/dist/src/_internal/util/vs/base/common/observableInternal/base.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/base.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugLocation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugLocation.js +1 -2
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugLocation.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugName.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugName.js +0 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugName.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.d.ts +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.js +5 -4
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.d.ts +5 -2
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js +39 -11
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/map.d.ts +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/map.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/map.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.d.ts +10 -4
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.js +17 -6
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derived.d.ts +2 -2
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derived.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.js +11 -8
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.js +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.d.ts +2 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.js +16 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.d.ts +5 -3
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.js +51 -27
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/platform.d.ts +0 -1
- package/dist/src/_internal/util/vs/base/common/platform.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/platform.js +0 -4
- package/dist/src/_internal/util/vs/base/common/platform.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/strings.d.ts +10 -2
- package/dist/src/_internal/util/vs/base/common/strings.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/strings.js +80 -26
- package/dist/src/_internal/util/vs/base/common/strings.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/types.d.ts +14 -0
- package/dist/src/_internal/util/vs/base/common/types.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/types.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/edit.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.d.ts +5 -0
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.js +45 -7
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/textEdit.d.ts +12 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/textEdit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/textEdit.js +355 -0
- package/dist/src/_internal/util/vs/editor/common/core/edits/textEdit.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/range.d.ts +3 -0
- package/dist/src/_internal/util/vs/editor/common/core/range.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/range.js +3 -0
- package/dist/src/_internal/util/vs/editor/common/core/range.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.d.ts +7 -0
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.js +13 -0
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/text/positionToOffsetImpl.d.ts +5 -2
- package/dist/src/_internal/util/vs/editor/common/core/text/positionToOffsetImpl.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/text/positionToOffsetImpl.js +24 -10
- package/dist/src/_internal/util/vs/editor/common/core/text/positionToOffsetImpl.js.map +1 -1
- package/dist/src/_internal/util/vs/nls.d.ts +2 -1
- package/dist/src/_internal/util/vs/nls.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/nls.js +10 -9
- package/dist/src/_internal/util/vs/nls.js.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiation.d.ts +0 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiation.js.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiationService.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiationService.js +1 -8
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiationService.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/diagnostic.d.ts +8 -2
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/diagnostic.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/diagnostic.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/location.d.ts +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/location.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/location.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/markdownString.d.ts +3 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/markdownString.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/markdownString.js +10 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/markdownString.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/notebooks.d.ts +13 -13
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/notebooks.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/notebooks.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/position.d.ts +5 -2
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/position.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/position.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/range.d.ts +2 -2
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/range.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/range.js +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/range.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/selection.d.ts +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/selection.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/selection.js +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/selection.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetString.d.ts +3 -3
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetString.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetString.js +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetString.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetTextEdit.d.ts +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetTextEdit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/snippetTextEdit.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/symbolInformation.d.ts +6 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/symbolInformation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/textEdit.d.ts +6 -2
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/textEdit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/textEdit.js +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/textEdit.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +7 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +9 -2
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/main.d.ts +4 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +15 -3
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +726 -264
- package/package.json +3 -3
- package/dist/src/_internal/util/common/tracing.d.ts +0 -51
- package/dist/src/_internal/util/common/tracing.d.ts.map +0 -1
- package/dist/src/_internal/util/common/tracing.js +0 -96
- package/dist/src/_internal/util/common/tracing.js.map +0 -1
- package/dist/src/_internal/util/vs/nls.messages.d.ts +0 -3
- package/dist/src/_internal/util/vs/nls.messages.d.ts.map +0 -1
- package/dist/src/_internal/util/vs/nls.messages.js +0 -22
- package/dist/src/_internal/util/vs/nls.messages.js.map +0 -1
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.38.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.110.0",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -84,12 +84,13 @@
|
|
|
84
84
|
"onUri",
|
|
85
85
|
"onFileSystem:ccreq",
|
|
86
86
|
"onFileSystem:ccsettings",
|
|
87
|
-
"onCustomAgentProvider"
|
|
88
|
-
"onInstructionsProvider"
|
|
87
|
+
"onCustomAgentProvider"
|
|
89
88
|
],
|
|
90
89
|
"main": "./dist/extension",
|
|
91
90
|
"l10n": "./l10n",
|
|
92
91
|
"enabledApiProposals": [
|
|
92
|
+
"agentSessionsWorkspace",
|
|
93
|
+
"chatHooks@6",
|
|
93
94
|
"extensionsAny",
|
|
94
95
|
"newSymbolNamesProvider",
|
|
95
96
|
"interactive",
|
|
@@ -113,14 +114,13 @@
|
|
|
113
114
|
"mappedEditsProvider",
|
|
114
115
|
"aiRelatedInformation",
|
|
115
116
|
"aiSettingsSearch",
|
|
116
|
-
"chatParticipantAdditions",
|
|
117
|
-
"chatEditing",
|
|
117
|
+
"chatParticipantAdditions@3",
|
|
118
118
|
"defaultChatParticipant@4",
|
|
119
119
|
"contribSourceControlInputBoxMenu",
|
|
120
120
|
"authLearnMore",
|
|
121
121
|
"testObserver",
|
|
122
122
|
"aiTextSearchProvider@2",
|
|
123
|
-
"chatParticipantPrivate@
|
|
123
|
+
"chatParticipantPrivate@14",
|
|
124
124
|
"chatProvider@4",
|
|
125
125
|
"contribDebugCreateConfiguration",
|
|
126
126
|
"chatReferenceDiagnostic",
|
|
@@ -142,7 +142,9 @@
|
|
|
142
142
|
"contribEditorContentMenu",
|
|
143
143
|
"chatPromptFiles",
|
|
144
144
|
"mcpServerDefinitions",
|
|
145
|
-
"tabInputMultiDiff"
|
|
145
|
+
"tabInputMultiDiff",
|
|
146
|
+
"workspaceTrust",
|
|
147
|
+
"environmentPower"
|
|
146
148
|
],
|
|
147
149
|
"contributes": {
|
|
148
150
|
"languageModelTools": [
|
|
@@ -177,6 +179,7 @@
|
|
|
177
179
|
"icon": "$(search)",
|
|
178
180
|
"userDescription": "%copilot.tools.searchSubagent.description%",
|
|
179
181
|
"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.",
|
|
182
|
+
"when": "config.github.copilot.chat.searchSubagent.enabled",
|
|
180
183
|
"tags": [
|
|
181
184
|
"vscode_codesearch"
|
|
182
185
|
],
|
|
@@ -226,39 +229,6 @@
|
|
|
226
229
|
]
|
|
227
230
|
}
|
|
228
231
|
},
|
|
229
|
-
{
|
|
230
|
-
"name": "copilot_listCodeUsages",
|
|
231
|
-
"toolReferenceName": "usages",
|
|
232
|
-
"legacyToolReferenceFullNames": [
|
|
233
|
-
"usages"
|
|
234
|
-
],
|
|
235
|
-
"displayName": "%copilot.tools.listCodeUsages.name%",
|
|
236
|
-
"icon": "$(references)",
|
|
237
|
-
"userDescription": "%copilot.listCodeUsages.tool.description%",
|
|
238
|
-
"modelDescription": "Request to list all usages (references, definitions, implementations etc) of a function, class, method, variable etc. Use this tool when \n1. Looking for a sample implementation of an interface or class\n2. Checking how a function is used throughout the codebase.\n3. Including and updating all usages when changing a function, method, or constructor",
|
|
239
|
-
"tags": [
|
|
240
|
-
"vscode_codesearch"
|
|
241
|
-
],
|
|
242
|
-
"inputSchema": {
|
|
243
|
-
"type": "object",
|
|
244
|
-
"properties": {
|
|
245
|
-
"symbolName": {
|
|
246
|
-
"type": "string",
|
|
247
|
-
"description": "The name of the symbol, such as a function name, class name, method name, variable name, etc."
|
|
248
|
-
},
|
|
249
|
-
"filePaths": {
|
|
250
|
-
"type": "array",
|
|
251
|
-
"description": "One or more file paths which likely contain the definition of the symbol. For instance the file which declares a class or function. This is optional but will speed up the invocation of this tool and improve the quality of its output.",
|
|
252
|
-
"items": {
|
|
253
|
-
"type": "string"
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
"required": [
|
|
258
|
-
"symbolName"
|
|
259
|
-
]
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
232
|
{
|
|
263
233
|
"name": "copilot_getVSCodeAPI",
|
|
264
234
|
"toolReferenceName": "vscodeAPI",
|
|
@@ -510,30 +480,6 @@
|
|
|
510
480
|
"enable_other_tool_copilot_runTests"
|
|
511
481
|
]
|
|
512
482
|
},
|
|
513
|
-
{
|
|
514
|
-
"name": "copilot_updateUserPreferences",
|
|
515
|
-
"toolReferenceName": "updateUserPreferences",
|
|
516
|
-
"displayName": "%copilot.tools.updateUserPreferences.name%",
|
|
517
|
-
"modelDescription": "Update the user's preferences file with new information about the user and their coding preferences, based on the current chat history.",
|
|
518
|
-
"canBeReferencedInPrompt": true,
|
|
519
|
-
"tags": [],
|
|
520
|
-
"inputSchema": {
|
|
521
|
-
"type": "object",
|
|
522
|
-
"properties": {
|
|
523
|
-
"facts": {
|
|
524
|
-
"type": "array",
|
|
525
|
-
"items": {
|
|
526
|
-
"type": "string"
|
|
527
|
-
},
|
|
528
|
-
"description": "An array of new user preferences to remember."
|
|
529
|
-
}
|
|
530
|
-
},
|
|
531
|
-
"required": [
|
|
532
|
-
"facts"
|
|
533
|
-
]
|
|
534
|
-
},
|
|
535
|
-
"when": "config.github.copilot.chat.enableUserPreferences"
|
|
536
|
-
},
|
|
537
483
|
{
|
|
538
484
|
"name": "copilot_createNewWorkspace",
|
|
539
485
|
"displayName": "%github.copilot.tools.createNewWorkspace.name%",
|
|
@@ -1146,7 +1092,7 @@
|
|
|
1146
1092
|
"toolReferenceName": "askQuestions",
|
|
1147
1093
|
"displayName": "%copilot.tools.askQuestions.name%",
|
|
1148
1094
|
"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-
|
|
1095
|
+
"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- NEVER use `recommended` for quizzes or polls. Recommended options are PRE-SELECTED and visible to users, which would reveal answers\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- Only mark an option as `recommended` with a short justification to suggest YOUR preferred implementation choice\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
1096
|
"icon": "$(question)",
|
|
1151
1097
|
"when": "config.github.copilot.chat.askQuestions.enabled",
|
|
1152
1098
|
"inputSchema": {
|
|
@@ -1199,6 +1145,11 @@
|
|
|
1199
1145
|
"label"
|
|
1200
1146
|
]
|
|
1201
1147
|
}
|
|
1148
|
+
},
|
|
1149
|
+
"allowFreeformInput": {
|
|
1150
|
+
"type": "boolean",
|
|
1151
|
+
"description": "When true, allows user to enter free-form text in addition to selecting options. Use when the user's opinion or custom input would be valuable.",
|
|
1152
|
+
"default": false
|
|
1202
1153
|
}
|
|
1203
1154
|
},
|
|
1204
1155
|
"required": [
|
|
@@ -1218,7 +1169,8 @@
|
|
|
1218
1169
|
"toolReferenceName": "switchAgent",
|
|
1219
1170
|
"displayName": "%copilot.tools.switchAgent.name%",
|
|
1220
1171
|
"userDescription": "%copilot.tools.switchAgent.description%",
|
|
1221
|
-
"modelDescription": "Switch to
|
|
1172
|
+
"modelDescription": "Switch to the Plan agent before exploring the codebase and refining implementation of a feature. The Plan agent provides specialized tools to explore the codebase, understand system architecture, and iterate with the user through clarifying questions and context gathering.\n\nPLAN AGENT BEHAVIOR:\nThe Plan agent is a specialized assistant designed for research, exploration, and planning. It:\n- Has access to powerful codebase exploration tools (search, read files, list directories, find symbols)\n- Can ask clarifying questions to understand requirements better\n- Proposes implementation approaches and validates them with the user\n- Gathers comprehensive context before suggesting changes\n- Handles complex, multi-file refactoring and architectural decisions\n- Summarizes findings and creates detailed plans for implementation\n\nEXAMPLES OF WHEN TO SWITCH TO PLAN:\n- \"I want to refactor the data flow in this component\" → Plan can explore the component dependencies\n- \"How should I integrate this new feature?\" → Plan can investigate the architecture and propose approaches\n- \"Find all usages of this pattern and suggest a better way\" → Plan can search comprehensively and report findings\n- \"I need to migrate from X to Y\" → Plan can understand current structure and propose migration strategy\n\nUSE THIS TOOL IMMEDIATELY AND PROACTIVELY BEFORE ANY OTHER TOOL CALLS OR CODE EXPLORATION WHEN:\n- The user's request is ambiguous, underspecified, or could be interpreted multiple ways\n- You need to explore the codebase, gather context, or understand the architecture - CODE EXPLORATION IS THE PLAN AGENT'S PRIMARY RESPONSIBILITY\n- The task involves multiple files, complex refactoring, or architectural decisions\n- You want to propose an approach and validate it with the user before implementing\n- The user explicitly asks for a plan or wants to discuss the approach first\n- You're uncertain whether you have sufficient context to confidently implement the complete change\n\nCRITICAL: If you are about to call any code exploration tools (readFile, findTextInFiles, searchCodebase, listDirectory, etc.), STOP immediately and switch to the Plan agent first. Code exploration, context gathering, and architectural understanding belong to the Plan agent, not the inline editor.\n\nYou should ONLY skip using this tool when:\n- The task is completely straightforward with explicit, detailed implementation instructions\n- You already have complete and specific context about exactly what needs to change and where\n- The user has explicitly instructed you to skip planning and just make the change",
|
|
1173
|
+
"when": "config.github.copilot.chat.switchAgent.enabled",
|
|
1222
1174
|
"icon": "$(arrow-swap)",
|
|
1223
1175
|
"inputSchema": {
|
|
1224
1176
|
"type": "object",
|
|
@@ -1236,6 +1188,76 @@
|
|
|
1236
1188
|
]
|
|
1237
1189
|
}
|
|
1238
1190
|
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "copilot_memory",
|
|
1193
|
+
"displayName": "Memory",
|
|
1194
|
+
"toolReferenceName": "memory",
|
|
1195
|
+
"canBeReferencedInPrompt": true,
|
|
1196
|
+
"userDescription": "Manage persistent memory across conversations",
|
|
1197
|
+
"when": "config.github.copilot.chat.tools.memory.enabled",
|
|
1198
|
+
"modelDescription": "Manage a persistent memory system with three scopes for storing notes and information across conversations.\n\nMemory is organized under /memories/ with three tiers:\n- `/memories/` — User memory: persistent notes that survive across all workspaces and conversations. Store preferences, patterns, and general insights here.\n- `/memories/session/` — Session memory: notes scoped to the current conversation. Store task-specific context and in-progress notes here. Cleared after the conversation ends.\n- `/memories/repo/` — Repository memory: repository-scoped facts stored via Copilot. Only the `create` command is supported for this path.\n\nIMPORTANT: Before creating new memory files, first view the /memories/ directory to understand what already exists. This helps avoid duplicates and maintain organized notes.\n\nCommands:\n- `view`: View contents of a file or list directory contents. Can be used on files or directories (e.g., \"/memories/\" to see all top-level items).\n- `create`: Create a new file at the specified path with the given content. Fails if the file already exists.\n- `str_replace`: Replace an exact string in a file with a new string. The old_str must appear exactly once in the file.\n- `insert`: Insert text at a specific line number in a file. Line 0 inserts at the beginning.\n- `delete`: Delete a file or directory (and all its contents).\n- `rename`: Rename or move a file or directory from path to new_path. Cannot rename across scopes.",
|
|
1199
|
+
"inputSchema": {
|
|
1200
|
+
"type": "object",
|
|
1201
|
+
"properties": {
|
|
1202
|
+
"command": {
|
|
1203
|
+
"type": "string",
|
|
1204
|
+
"enum": [
|
|
1205
|
+
"view",
|
|
1206
|
+
"create",
|
|
1207
|
+
"str_replace",
|
|
1208
|
+
"insert",
|
|
1209
|
+
"delete",
|
|
1210
|
+
"rename"
|
|
1211
|
+
],
|
|
1212
|
+
"description": "The operation to perform on the memory file system."
|
|
1213
|
+
},
|
|
1214
|
+
"path": {
|
|
1215
|
+
"type": "string",
|
|
1216
|
+
"description": "The absolute path to the file or directory inside /memories/, e.g. \"/memories/notes.md\". Used by all commands except `rename`."
|
|
1217
|
+
},
|
|
1218
|
+
"file_text": {
|
|
1219
|
+
"type": "string",
|
|
1220
|
+
"description": "Required for `create`. The content of the file to create."
|
|
1221
|
+
},
|
|
1222
|
+
"old_str": {
|
|
1223
|
+
"type": "string",
|
|
1224
|
+
"description": "Required for `str_replace`. The exact string in the file to replace. Must appear exactly once."
|
|
1225
|
+
},
|
|
1226
|
+
"new_str": {
|
|
1227
|
+
"type": "string",
|
|
1228
|
+
"description": "Required for `str_replace`. The new string to replace old_str with."
|
|
1229
|
+
},
|
|
1230
|
+
"insert_line": {
|
|
1231
|
+
"type": "number",
|
|
1232
|
+
"description": "Required for `insert`. The 0-based line number to insert text at. 0 inserts before the first line."
|
|
1233
|
+
},
|
|
1234
|
+
"insert_text": {
|
|
1235
|
+
"type": "string",
|
|
1236
|
+
"description": "Required for `insert`. The text to insert at the specified line."
|
|
1237
|
+
},
|
|
1238
|
+
"view_range": {
|
|
1239
|
+
"type": "array",
|
|
1240
|
+
"items": {
|
|
1241
|
+
"type": "number"
|
|
1242
|
+
},
|
|
1243
|
+
"minItems": 2,
|
|
1244
|
+
"maxItems": 2,
|
|
1245
|
+
"description": "Optional for `view`. A two-element array [start_line, end_line] (1-indexed) to view a specific range of lines."
|
|
1246
|
+
},
|
|
1247
|
+
"old_path": {
|
|
1248
|
+
"type": "string",
|
|
1249
|
+
"description": "Required for `rename`. The current path of the file or directory to rename."
|
|
1250
|
+
},
|
|
1251
|
+
"new_path": {
|
|
1252
|
+
"type": "string",
|
|
1253
|
+
"description": "Required for `rename`. The new path for the file or directory."
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"required": [
|
|
1257
|
+
"command"
|
|
1258
|
+
]
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1239
1261
|
{
|
|
1240
1262
|
"name": "copilot_editFiles",
|
|
1241
1263
|
"modelDescription": "This is a placeholder tool, do not use",
|
|
@@ -1291,7 +1313,6 @@
|
|
|
1291
1313
|
"listDirectory",
|
|
1292
1314
|
"searchResults",
|
|
1293
1315
|
"textSearch",
|
|
1294
|
-
"usages",
|
|
1295
1316
|
"searchSubagent"
|
|
1296
1317
|
]
|
|
1297
1318
|
},
|
|
@@ -1301,6 +1322,7 @@
|
|
|
1301
1322
|
"tools": [
|
|
1302
1323
|
"getProjectSetupInfo",
|
|
1303
1324
|
"installExtension",
|
|
1325
|
+
"memory",
|
|
1304
1326
|
"newWorkspace",
|
|
1305
1327
|
"openSimpleBrowser",
|
|
1306
1328
|
"runCommand",
|
|
@@ -1354,6 +1376,87 @@
|
|
|
1354
1376
|
"What does this file do?"
|
|
1355
1377
|
]
|
|
1356
1378
|
}
|
|
1379
|
+
],
|
|
1380
|
+
"commands": [
|
|
1381
|
+
{
|
|
1382
|
+
"name": "explain",
|
|
1383
|
+
"description": "%copilot.workspace.explain.description%"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "review",
|
|
1387
|
+
"description": "%copilot.workspace.review.description%",
|
|
1388
|
+
"when": "github.copilot.advanced.review.intent"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"name": "tests",
|
|
1392
|
+
"description": "%copilot.workspace.tests.description%",
|
|
1393
|
+
"disambiguation": [
|
|
1394
|
+
{
|
|
1395
|
+
"category": "create_tests",
|
|
1396
|
+
"description": "The user wants to generate unit tests.",
|
|
1397
|
+
"examples": [
|
|
1398
|
+
"Generate tests for my selection using pytest."
|
|
1399
|
+
]
|
|
1400
|
+
}
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"name": "fix",
|
|
1405
|
+
"description": "%copilot.workspace.fix.description%",
|
|
1406
|
+
"sampleRequest": "%copilot.workspace.fix.sampleRequest%"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "new",
|
|
1410
|
+
"description": "%copilot.workspace.new.description%",
|
|
1411
|
+
"sampleRequest": "%copilot.workspace.new.sampleRequest%",
|
|
1412
|
+
"isSticky": true,
|
|
1413
|
+
"disambiguation": [
|
|
1414
|
+
{
|
|
1415
|
+
"category": "create_new_workspace_or_extension",
|
|
1416
|
+
"description": "The user wants to create a complete Visual Studio Code workspace from scratch, such as a new application or a Visual Studio Code extension. Use this category only if the question relates to generating or creating new workspaces in Visual Studio Code. Do not use this category for updating existing code or generating sample code snippets",
|
|
1417
|
+
"examples": [
|
|
1418
|
+
"Scaffold a Node server.",
|
|
1419
|
+
"Create a sample project which uses the fileSystemProvider API.",
|
|
1420
|
+
"react application"
|
|
1421
|
+
]
|
|
1422
|
+
}
|
|
1423
|
+
]
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "newNotebook",
|
|
1427
|
+
"description": "%copilot.workspace.newNotebook.description%",
|
|
1428
|
+
"sampleRequest": "%copilot.workspace.newNotebook.sampleRequest%",
|
|
1429
|
+
"disambiguation": [
|
|
1430
|
+
{
|
|
1431
|
+
"category": "create_jupyter_notebook",
|
|
1432
|
+
"description": "The user wants to create a new Jupyter notebook in Visual Studio Code.",
|
|
1433
|
+
"examples": [
|
|
1434
|
+
"Create a notebook to analyze this CSV file."
|
|
1435
|
+
]
|
|
1436
|
+
}
|
|
1437
|
+
]
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "semanticSearch",
|
|
1441
|
+
"description": "%copilot.workspace.semanticSearch.description%",
|
|
1442
|
+
"sampleRequest": "%copilot.workspace.semanticSearch.sampleRequest%",
|
|
1443
|
+
"when": "config.github.copilot.semanticSearch.enabled"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "setupTests",
|
|
1447
|
+
"description": "%copilot.vscode.setupTests.description%",
|
|
1448
|
+
"sampleRequest": "%copilot.vscode.setupTests.sampleRequest%",
|
|
1449
|
+
"when": "config.github.copilot.chat.setupTests.enabled",
|
|
1450
|
+
"disambiguation": [
|
|
1451
|
+
{
|
|
1452
|
+
"category": "set_up_tests",
|
|
1453
|
+
"description": "The user wants to configure project test setup, framework, or test runner. The user does not want to fix their existing tests.",
|
|
1454
|
+
"examples": [
|
|
1455
|
+
"Set up tests for this project."
|
|
1456
|
+
]
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
}
|
|
1357
1460
|
]
|
|
1358
1461
|
},
|
|
1359
1462
|
{
|
|
@@ -1486,85 +1589,11 @@
|
|
|
1486
1589
|
"name": "error",
|
|
1487
1590
|
"description": "Make a model request which will result in an error",
|
|
1488
1591
|
"when": "github.copilot.chat.debug"
|
|
1489
|
-
}
|
|
1490
|
-
]
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"id": "github.copilot.notebook",
|
|
1494
|
-
"name": "GitHubCopilot",
|
|
1495
|
-
"fullName": "GitHub Copilot",
|
|
1496
|
-
"description": "%copilot.description%",
|
|
1497
|
-
"isDefault": true,
|
|
1498
|
-
"locations": [
|
|
1499
|
-
"notebook"
|
|
1500
|
-
],
|
|
1501
|
-
"when": "!config.inlineChat.notebookAgent",
|
|
1502
|
-
"commands": [
|
|
1503
|
-
{
|
|
1504
|
-
"name": "fix",
|
|
1505
|
-
"description": "%copilot.workspace.fix.description%"
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"name": "explain",
|
|
1509
|
-
"description": "%copilot.workspace.explain.description%"
|
|
1510
|
-
}
|
|
1511
|
-
]
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"id": "github.copilot.notebookEditorAgent",
|
|
1515
|
-
"name": "GitHubCopilot",
|
|
1516
|
-
"fullName": "GitHub Copilot",
|
|
1517
|
-
"description": "%copilot.description%",
|
|
1518
|
-
"isDefault": true,
|
|
1519
|
-
"locations": [
|
|
1520
|
-
"notebook"
|
|
1521
|
-
],
|
|
1522
|
-
"when": "config.inlineChat.notebookAgent",
|
|
1523
|
-
"commands": [
|
|
1524
|
-
{
|
|
1525
|
-
"name": "fix",
|
|
1526
|
-
"description": "%copilot.workspace.fix.description%"
|
|
1527
1592
|
},
|
|
1528
1593
|
{
|
|
1529
|
-
"name": "
|
|
1530
|
-
"description": "%copilot.
|
|
1531
|
-
}
|
|
1532
|
-
]
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"id": "github.copilot.workspace",
|
|
1536
|
-
"name": "workspace",
|
|
1537
|
-
"fullName": "Workspace",
|
|
1538
|
-
"description": "%copilot.workspace.description%",
|
|
1539
|
-
"when": "!github.copilot.interactiveSession.disabled",
|
|
1540
|
-
"sampleRequest": "%copilot.workspace.sampleRequest%",
|
|
1541
|
-
"locations": [
|
|
1542
|
-
"panel"
|
|
1543
|
-
],
|
|
1544
|
-
"disambiguation": [
|
|
1545
|
-
{
|
|
1546
|
-
"category": "workspace_project_questions",
|
|
1547
|
-
"description": "The user wants to learn about or update the code or files in their current workspace. Questions in this category may be about understanding what the whole workspace does or locating the implementation of some code. This does not include generating or updating tests.",
|
|
1548
|
-
"examples": [
|
|
1549
|
-
"What does this project do?"
|
|
1550
|
-
]
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"category": "find_code_in_workspace",
|
|
1554
|
-
"description": "The user wants to locate the implementation of some functionality in their current workspace.",
|
|
1555
|
-
"examples": [
|
|
1556
|
-
"Where is the tree widget implemented?"
|
|
1557
|
-
]
|
|
1594
|
+
"name": "compact",
|
|
1595
|
+
"description": "%copilot.agent.compact.description%"
|
|
1558
1596
|
},
|
|
1559
|
-
{
|
|
1560
|
-
"category": "generate_with_workspace_context",
|
|
1561
|
-
"description": "The user wants to generate code based on multiple files in the workspace and did not specify which files to reference.",
|
|
1562
|
-
"examples": [
|
|
1563
|
-
"Create a README for this project."
|
|
1564
|
-
]
|
|
1565
|
-
}
|
|
1566
|
-
],
|
|
1567
|
-
"commands": [
|
|
1568
1597
|
{
|
|
1569
1598
|
"name": "explain",
|
|
1570
1599
|
"description": "%copilot.workspace.explain.description%"
|
|
@@ -1646,6 +1675,48 @@
|
|
|
1646
1675
|
}
|
|
1647
1676
|
]
|
|
1648
1677
|
},
|
|
1678
|
+
{
|
|
1679
|
+
"id": "github.copilot.notebook",
|
|
1680
|
+
"name": "GitHubCopilot",
|
|
1681
|
+
"fullName": "GitHub Copilot",
|
|
1682
|
+
"description": "%copilot.description%",
|
|
1683
|
+
"isDefault": true,
|
|
1684
|
+
"locations": [
|
|
1685
|
+
"notebook"
|
|
1686
|
+
],
|
|
1687
|
+
"when": "!config.inlineChat.notebookAgent",
|
|
1688
|
+
"commands": [
|
|
1689
|
+
{
|
|
1690
|
+
"name": "fix",
|
|
1691
|
+
"description": "%copilot.workspace.fix.description%"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "explain",
|
|
1695
|
+
"description": "%copilot.workspace.explain.description%"
|
|
1696
|
+
}
|
|
1697
|
+
]
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"id": "github.copilot.notebookEditorAgent",
|
|
1701
|
+
"name": "GitHubCopilot",
|
|
1702
|
+
"fullName": "GitHub Copilot",
|
|
1703
|
+
"description": "%copilot.description%",
|
|
1704
|
+
"isDefault": true,
|
|
1705
|
+
"locations": [
|
|
1706
|
+
"notebook"
|
|
1707
|
+
],
|
|
1708
|
+
"when": "config.inlineChat.notebookAgent",
|
|
1709
|
+
"commands": [
|
|
1710
|
+
{
|
|
1711
|
+
"name": "fix",
|
|
1712
|
+
"description": "%copilot.workspace.fix.description%"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "explain",
|
|
1716
|
+
"description": "%copilot.workspace.explain.description%"
|
|
1717
|
+
}
|
|
1718
|
+
]
|
|
1719
|
+
},
|
|
1649
1720
|
{
|
|
1650
1721
|
"id": "github.copilot.vscode",
|
|
1651
1722
|
"name": "vscode",
|
|
@@ -1862,6 +1933,23 @@
|
|
|
1862
1933
|
},
|
|
1863
1934
|
"models": {
|
|
1864
1935
|
"type": "array",
|
|
1936
|
+
"defaultSnippets": [
|
|
1937
|
+
{
|
|
1938
|
+
"label": "New Model",
|
|
1939
|
+
"description": "Add a new custom model configuration",
|
|
1940
|
+
"body": [
|
|
1941
|
+
{
|
|
1942
|
+
"id": "$1",
|
|
1943
|
+
"name": "$2",
|
|
1944
|
+
"url": "$3",
|
|
1945
|
+
"toolCalling": "^${4|true,false|}",
|
|
1946
|
+
"vision": "^${5|true,false|}",
|
|
1947
|
+
"maxInputTokens": "^${6:128000}",
|
|
1948
|
+
"maxOutputTokens": "^${7:16000}"
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1865
1953
|
"items": {
|
|
1866
1954
|
"type": "object",
|
|
1867
1955
|
"properties": {
|
|
@@ -1911,6 +1999,11 @@
|
|
|
1911
1999
|
"default": false,
|
|
1912
2000
|
"description": "Whether the model supports thinking capabilities"
|
|
1913
2001
|
},
|
|
2002
|
+
"streaming": {
|
|
2003
|
+
"type": "boolean",
|
|
2004
|
+
"default": true,
|
|
2005
|
+
"description": "Whether the model supports streaming responses. Defaults to true."
|
|
2006
|
+
},
|
|
1914
2007
|
"zeroDataRetentionEnabled": {
|
|
1915
2008
|
"type": "boolean",
|
|
1916
2009
|
"default": false,
|
|
@@ -1925,6 +2018,7 @@
|
|
|
1925
2018
|
}
|
|
1926
2019
|
},
|
|
1927
2020
|
"required": [
|
|
2021
|
+
"id",
|
|
1928
2022
|
"name",
|
|
1929
2023
|
"url",
|
|
1930
2024
|
"toolCalling",
|
|
@@ -1951,6 +2045,23 @@
|
|
|
1951
2045
|
},
|
|
1952
2046
|
"models": {
|
|
1953
2047
|
"type": "array",
|
|
2048
|
+
"defaultSnippets": [
|
|
2049
|
+
{
|
|
2050
|
+
"label": "New Model",
|
|
2051
|
+
"description": "Add a new custom model configuration",
|
|
2052
|
+
"body": [
|
|
2053
|
+
{
|
|
2054
|
+
"id": "$1",
|
|
2055
|
+
"name": "$2",
|
|
2056
|
+
"url": "$3",
|
|
2057
|
+
"toolCalling": "^${4|true,false|}",
|
|
2058
|
+
"vision": "^${5|true,false|}",
|
|
2059
|
+
"maxInputTokens": "^${6:128000}",
|
|
2060
|
+
"maxOutputTokens": "^${7:16000}"
|
|
2061
|
+
}
|
|
2062
|
+
]
|
|
2063
|
+
}
|
|
2064
|
+
],
|
|
1954
2065
|
"items": {
|
|
1955
2066
|
"type": "object",
|
|
1956
2067
|
"properties": {
|
|
@@ -1987,6 +2098,11 @@
|
|
|
1987
2098
|
"default": false,
|
|
1988
2099
|
"description": "Whether the model supports thinking capabilities"
|
|
1989
2100
|
},
|
|
2101
|
+
"streaming": {
|
|
2102
|
+
"type": "boolean",
|
|
2103
|
+
"default": true,
|
|
2104
|
+
"description": "Whether the model supports streaming responses. Defaults to true."
|
|
2105
|
+
},
|
|
1990
2106
|
"zeroDataRetentionEnabled": {
|
|
1991
2107
|
"type": "boolean",
|
|
1992
2108
|
"default": false,
|
|
@@ -2001,6 +2117,7 @@
|
|
|
2001
2117
|
}
|
|
2002
2118
|
},
|
|
2003
2119
|
"required": [
|
|
2120
|
+
"id",
|
|
2004
2121
|
"name",
|
|
2005
2122
|
"url",
|
|
2006
2123
|
"toolCalling",
|
|
@@ -2054,6 +2171,24 @@
|
|
|
2054
2171
|
"content": "%github.copilot.viewsWelcome.offline%",
|
|
2055
2172
|
"when": "github.copilot.offline"
|
|
2056
2173
|
},
|
|
2174
|
+
{
|
|
2175
|
+
"icon": "$(chat-sparkle)",
|
|
2176
|
+
"title": "%copilot.title%",
|
|
2177
|
+
"content": "%github.copilot.viewsWelcome.invalidToken%",
|
|
2178
|
+
"when": "github.copilot.interactiveSession.invalidToken"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"icon": "$(chat-sparkle)",
|
|
2182
|
+
"title": "%copilot.title%",
|
|
2183
|
+
"content": "%github.copilot.viewsWelcome.rateLimited%",
|
|
2184
|
+
"when": "github.copilot.interactiveSession.rateLimited"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"icon": "$(chat-sparkle)",
|
|
2188
|
+
"title": "%copilot.title%",
|
|
2189
|
+
"content": "%github.copilot.viewsWelcome.gitHubLoginFailed%",
|
|
2190
|
+
"when": "github.copilot.interactiveSession.gitHubLoginFailed"
|
|
2191
|
+
},
|
|
2057
2192
|
{
|
|
2058
2193
|
"icon": "$(chat-sparkle)",
|
|
2059
2194
|
"title": "%copilot.title%",
|
|
@@ -2105,6 +2240,42 @@
|
|
|
2105
2240
|
"icon": "$(terminal)",
|
|
2106
2241
|
"category": "Copilot CLI"
|
|
2107
2242
|
},
|
|
2243
|
+
{
|
|
2244
|
+
"command": "github.copilot.cli.sessions.openRepository",
|
|
2245
|
+
"title": "%github.copilot.command.cli.sessions.openRepository%",
|
|
2246
|
+
"icon": "$(folder-opened)",
|
|
2247
|
+
"category": "Copilot CLI"
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
|
|
2251
|
+
"title": "%github.copilot.command.cli.sessions.openWorktreeInNewWindow%",
|
|
2252
|
+
"icon": "$(folder-opened)",
|
|
2253
|
+
"category": "Copilot CLI"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"command": "github.copilot.cli.sessions.openWorktreeInTerminal",
|
|
2257
|
+
"title": "%github.copilot.command.cli.sessions.openWorktreeInTerminal%",
|
|
2258
|
+
"icon": "$(terminal)",
|
|
2259
|
+
"category": "Copilot CLI"
|
|
2260
|
+
},
|
|
2261
|
+
{
|
|
2262
|
+
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
2263
|
+
"title": "%github.copilot.command.cli.sessions.commitToWorktree%",
|
|
2264
|
+
"icon": "$(git-commit)",
|
|
2265
|
+
"category": "Copilot CLI"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"command": "github.copilot.cli.newSession",
|
|
2269
|
+
"title": "%github.copilot.command.cli.newSession%",
|
|
2270
|
+
"icon": "$(terminal)",
|
|
2271
|
+
"category": "Chat"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"command": "github.copilot.cli.newSessionToSide",
|
|
2275
|
+
"title": "%github.copilot.command.cli.newSessionToSide%",
|
|
2276
|
+
"icon": "$(terminal)",
|
|
2277
|
+
"category": "Chat"
|
|
2278
|
+
},
|
|
2108
2279
|
{
|
|
2109
2280
|
"command": "github.copilot.chat.replay",
|
|
2110
2281
|
"title": "Start Chat Replay",
|
|
@@ -2123,6 +2294,10 @@
|
|
|
2123
2294
|
"category": "Developer",
|
|
2124
2295
|
"enablement": "github.copilot.chat.replay.workspaceEditTracing"
|
|
2125
2296
|
},
|
|
2297
|
+
{
|
|
2298
|
+
"command": "github.copilot.chat.compact",
|
|
2299
|
+
"title": "%github.copilot.command.compactConversation%"
|
|
2300
|
+
},
|
|
2126
2301
|
{
|
|
2127
2302
|
"command": "github.copilot.chat.explain",
|
|
2128
2303
|
"title": "%github.copilot.command.explainThis%",
|
|
@@ -2289,6 +2464,11 @@
|
|
|
2289
2464
|
"title": "%github.copilot.command.logWorkbenchState%",
|
|
2290
2465
|
"category": "Developer"
|
|
2291
2466
|
},
|
|
2467
|
+
{
|
|
2468
|
+
"command": "github.copilot.debug.togglePowerSaveBlocker",
|
|
2469
|
+
"title": "%github.copilot.command.togglePowerSaveBlocker%",
|
|
2470
|
+
"category": "Developer"
|
|
2471
|
+
},
|
|
2292
2472
|
{
|
|
2293
2473
|
"command": "github.copilot.debug.showChatLogView",
|
|
2294
2474
|
"title": "%github.copilot.command.showChatLogView%",
|
|
@@ -2506,6 +2686,16 @@
|
|
|
2506
2686
|
"title": "Export All Prompt Logs as JSON...",
|
|
2507
2687
|
"icon": "$(export)"
|
|
2508
2688
|
},
|
|
2689
|
+
{
|
|
2690
|
+
"command": "github.copilot.chat.debug.exportTrajectories",
|
|
2691
|
+
"title": "Export Agent Trajectories",
|
|
2692
|
+
"category": "Chat"
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
2696
|
+
"title": "Export Trajectory...",
|
|
2697
|
+
"category": "Chat"
|
|
2698
|
+
},
|
|
2509
2699
|
{
|
|
2510
2700
|
"command": "github.copilot.nes.captureExpected.start",
|
|
2511
2701
|
"title": "Record Expected Edit (NES)",
|
|
@@ -2631,6 +2821,32 @@
|
|
|
2631
2821
|
"icon": "$(git-stash-pop)",
|
|
2632
2822
|
"category": "GitHub Copilot"
|
|
2633
2823
|
},
|
|
2824
|
+
{
|
|
2825
|
+
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
2826
|
+
"title": "%github.copilot.command.chat.copilotCLI.addFileReference%",
|
|
2827
|
+
"enablement": "github.copilot.chat.copilotCLI.hasSession",
|
|
2828
|
+
"category": "Copilot CLI"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"command": "github.copilot.chat.copilotCLI.addSelection",
|
|
2832
|
+
"title": "%github.copilot.command.chat.copilotCLI.addSelection%",
|
|
2833
|
+
"enablement": "github.copilot.chat.copilotCLI.hasSession",
|
|
2834
|
+
"category": "Copilot CLI"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"command": "github.copilot.chat.copilotCLI.acceptDiff",
|
|
2838
|
+
"title": "%github.copilot.command.chat.copilotCLI.acceptDiff%",
|
|
2839
|
+
"enablement": "github.copilot.chat.copilotCLI.hasActiveDiff",
|
|
2840
|
+
"icon": "$(check)",
|
|
2841
|
+
"category": "Copilot CLI"
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"command": "github.copilot.chat.copilotCLI.rejectDiff",
|
|
2845
|
+
"title": "%github.copilot.command.chat.copilotCLI.rejectDiff%",
|
|
2846
|
+
"enablement": "github.copilot.chat.copilotCLI.hasActiveDiff",
|
|
2847
|
+
"icon": "$(close)",
|
|
2848
|
+
"category": "Copilot CLI"
|
|
2849
|
+
},
|
|
2634
2850
|
{
|
|
2635
2851
|
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
2636
2852
|
"title": "%github.copilot.command.checkoutPullRequestReroute.title%",
|
|
@@ -2642,6 +2858,11 @@
|
|
|
2642
2858
|
"title": "%github.copilot.command.cloudSessions.openRepository.title%",
|
|
2643
2859
|
"icon": "$(repo)",
|
|
2644
2860
|
"category": "GitHub Copilot"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"command": "github.copilot.chat.cloudSessions.clearCaches",
|
|
2864
|
+
"title": "%github.copilot.command.cloudSessions.clearCaches.title%",
|
|
2865
|
+
"category": "GitHub Copilot"
|
|
2645
2866
|
}
|
|
2646
2867
|
],
|
|
2647
2868
|
"configuration": [
|
|
@@ -2800,6 +3021,15 @@
|
|
|
2800
3021
|
"default": true,
|
|
2801
3022
|
"description": "%github.copilot.config.organizationInstructions.enabled%"
|
|
2802
3023
|
},
|
|
3024
|
+
"github.copilot.chat.additionalReadAccessPaths": {
|
|
3025
|
+
"type": "array",
|
|
3026
|
+
"default": [],
|
|
3027
|
+
"items": {
|
|
3028
|
+
"type": "string"
|
|
3029
|
+
},
|
|
3030
|
+
"markdownDescription": "%github.copilot.config.additionalReadAccessPaths%",
|
|
3031
|
+
"scope": "window"
|
|
3032
|
+
},
|
|
2803
3033
|
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2804
3034
|
"type": "boolean",
|
|
2805
3035
|
"default": true,
|
|
@@ -2916,21 +3146,104 @@
|
|
|
2916
3146
|
"preview"
|
|
2917
3147
|
]
|
|
2918
3148
|
},
|
|
2919
|
-
"github.copilot.chat.copilotDebugCommand.enabled": {
|
|
3149
|
+
"github.copilot.chat.copilotDebugCommand.enabled": {
|
|
3150
|
+
"type": "boolean",
|
|
3151
|
+
"default": true,
|
|
3152
|
+
"tags": [
|
|
3153
|
+
"preview"
|
|
3154
|
+
],
|
|
3155
|
+
"description": "%github.copilot.chat.copilotDebugCommand.enabled%"
|
|
3156
|
+
},
|
|
3157
|
+
"github.copilot.chat.codesearch.enabled": {
|
|
3158
|
+
"type": "boolean",
|
|
3159
|
+
"default": false,
|
|
3160
|
+
"tags": [
|
|
3161
|
+
"preview"
|
|
3162
|
+
],
|
|
3163
|
+
"markdownDescription": "%github.copilot.config.codesearch.enabled%"
|
|
3164
|
+
},
|
|
3165
|
+
"github.copilot.chat.claudeAgent.enabled": {
|
|
3166
|
+
"type": "boolean",
|
|
3167
|
+
"default": true,
|
|
3168
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.enabled%",
|
|
3169
|
+
"tags": [
|
|
3170
|
+
"preview"
|
|
3171
|
+
]
|
|
3172
|
+
},
|
|
3173
|
+
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
3174
|
+
"type": "boolean",
|
|
3175
|
+
"default": false,
|
|
3176
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%",
|
|
3177
|
+
"tags": [
|
|
3178
|
+
"preview"
|
|
3179
|
+
]
|
|
3180
|
+
},
|
|
3181
|
+
"github.copilot.chat.copilotMemory.enabled": {
|
|
3182
|
+
"type": "boolean",
|
|
3183
|
+
"default": false,
|
|
3184
|
+
"markdownDescription": "%github.copilot.config.copilotMemory.enabled%",
|
|
3185
|
+
"tags": [
|
|
3186
|
+
"preview"
|
|
3187
|
+
]
|
|
3188
|
+
},
|
|
3189
|
+
"github.copilot.chat.tools.memory.enabled": {
|
|
3190
|
+
"type": "boolean",
|
|
3191
|
+
"default": false,
|
|
3192
|
+
"markdownDescription": "%github.copilot.config.tools.memory.enabled%",
|
|
3193
|
+
"tags": [
|
|
3194
|
+
"preview"
|
|
3195
|
+
]
|
|
3196
|
+
},
|
|
3197
|
+
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3198
|
+
"type": "boolean",
|
|
3199
|
+
"default": true,
|
|
3200
|
+
"markdownDescription": "%github.copilot.config.useMessagesApi%",
|
|
3201
|
+
"tags": [
|
|
3202
|
+
"preview",
|
|
3203
|
+
"onExp"
|
|
3204
|
+
]
|
|
3205
|
+
},
|
|
3206
|
+
"github.copilot.chat.anthropic.thinking.budgetTokens": {
|
|
3207
|
+
"type": "number",
|
|
3208
|
+
"markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
|
|
3209
|
+
"minimum": 0,
|
|
3210
|
+
"maximum": 32000,
|
|
3211
|
+
"default": 16000,
|
|
3212
|
+
"tags": [
|
|
3213
|
+
"preview",
|
|
3214
|
+
"onExp"
|
|
3215
|
+
]
|
|
3216
|
+
},
|
|
3217
|
+
"github.copilot.chat.anthropic.thinking.effort": {
|
|
3218
|
+
"type": "string",
|
|
3219
|
+
"markdownDescription": "%github.copilot.config.anthropic.thinking.effort%",
|
|
3220
|
+
"enum": [
|
|
3221
|
+
"low",
|
|
3222
|
+
"medium",
|
|
3223
|
+
"high"
|
|
3224
|
+
],
|
|
3225
|
+
"default": "high",
|
|
3226
|
+
"tags": [
|
|
3227
|
+
"preview"
|
|
3228
|
+
]
|
|
3229
|
+
},
|
|
3230
|
+
"github.copilot.chat.alternateAnthropicPrompt.enabled": {
|
|
2920
3231
|
"type": "boolean",
|
|
2921
|
-
"default":
|
|
3232
|
+
"default": false,
|
|
2922
3233
|
"tags": [
|
|
2923
|
-
"preview"
|
|
3234
|
+
"preview",
|
|
3235
|
+
"onExp"
|
|
2924
3236
|
],
|
|
2925
|
-
"description": "%github.copilot.
|
|
3237
|
+
"description": "%github.copilot.config.alternateAnthropicPrompt.enabled%"
|
|
2926
3238
|
},
|
|
2927
|
-
"github.copilot.chat.
|
|
3239
|
+
"github.copilot.chat.backgroundCompaction": {
|
|
2928
3240
|
"type": "boolean",
|
|
2929
3241
|
"default": false,
|
|
3242
|
+
"markdownDescription": "%github.copilot.config.backgroundCompaction%",
|
|
2930
3243
|
"tags": [
|
|
2931
|
-
"preview"
|
|
2932
|
-
|
|
2933
|
-
|
|
3244
|
+
"preview",
|
|
3245
|
+
"onExp"
|
|
3246
|
+
]
|
|
2934
3247
|
}
|
|
2935
3248
|
}
|
|
2936
3249
|
},
|
|
@@ -2983,30 +3296,22 @@
|
|
|
2983
3296
|
"onExp"
|
|
2984
3297
|
]
|
|
2985
3298
|
},
|
|
2986
|
-
"github.copilot.chat.
|
|
2987
|
-
"type": "boolean",
|
|
2988
|
-
"default": true,
|
|
2989
|
-
"tags": [
|
|
2990
|
-
"experimental",
|
|
2991
|
-
"onExp"
|
|
2992
|
-
],
|
|
2993
|
-
"markdownDescription": "%github.copilot.config.imageUpload.enabled%"
|
|
2994
|
-
},
|
|
2995
|
-
"github.copilot.chat.edits.suggestRelatedFilesFromGitHistory": {
|
|
3299
|
+
"github.copilot.chat.switchAgent.enabled": {
|
|
2996
3300
|
"type": "boolean",
|
|
2997
|
-
"default":
|
|
3301
|
+
"default": false,
|
|
3302
|
+
"markdownDescription": "%github.copilot.config.switchAgent.enabled%",
|
|
2998
3303
|
"tags": [
|
|
2999
3304
|
"experimental"
|
|
3000
|
-
]
|
|
3001
|
-
"markdownDescription": "%github.copilot.config.edits.suggestRelatedFilesFromGitHistory%"
|
|
3305
|
+
]
|
|
3002
3306
|
},
|
|
3003
|
-
"github.copilot.chat.
|
|
3307
|
+
"github.copilot.chat.imageUpload.enabled": {
|
|
3004
3308
|
"type": "boolean",
|
|
3005
3309
|
"default": true,
|
|
3006
3310
|
"tags": [
|
|
3007
|
-
"experimental"
|
|
3311
|
+
"experimental",
|
|
3312
|
+
"onExp"
|
|
3008
3313
|
],
|
|
3009
|
-
"markdownDescription": "%github.copilot.
|
|
3314
|
+
"markdownDescription": "%github.copilot.config.imageUpload.enabled%"
|
|
3010
3315
|
},
|
|
3011
3316
|
"github.copilot.chat.codeGeneration.instructions": {
|
|
3012
3317
|
"markdownDeprecationMessage": "%github.copilot.config.codeGeneration.instructions.deprecated%",
|
|
@@ -3423,15 +3728,6 @@
|
|
|
3423
3728
|
],
|
|
3424
3729
|
"description": "%github.copilot.config.alternateGeminiModelFPrompt.enabled%"
|
|
3425
3730
|
},
|
|
3426
|
-
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3427
|
-
"type": "boolean",
|
|
3428
|
-
"default": true,
|
|
3429
|
-
"markdownDescription": "%github.copilot.config.useMessagesApi%",
|
|
3430
|
-
"tags": [
|
|
3431
|
-
"experimental",
|
|
3432
|
-
"onExp"
|
|
3433
|
-
]
|
|
3434
|
-
},
|
|
3435
3731
|
"github.copilot.chat.anthropic.contextEditing.enabled": {
|
|
3436
3732
|
"type": "boolean",
|
|
3437
3733
|
"default": false,
|
|
@@ -3443,7 +3739,7 @@
|
|
|
3443
3739
|
},
|
|
3444
3740
|
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3445
3741
|
"type": "boolean",
|
|
3446
|
-
"default":
|
|
3742
|
+
"default": true,
|
|
3447
3743
|
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3448
3744
|
"tags": [
|
|
3449
3745
|
"experimental",
|
|
@@ -3478,17 +3774,6 @@
|
|
|
3478
3774
|
"detailed"
|
|
3479
3775
|
]
|
|
3480
3776
|
},
|
|
3481
|
-
"github.copilot.chat.anthropic.thinking.budgetTokens": {
|
|
3482
|
-
"type": "number",
|
|
3483
|
-
"markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
|
|
3484
|
-
"minimum": 0,
|
|
3485
|
-
"maximum": 32000,
|
|
3486
|
-
"default": 4000,
|
|
3487
|
-
"tags": [
|
|
3488
|
-
"experimental",
|
|
3489
|
-
"onExp"
|
|
3490
|
-
]
|
|
3491
|
-
},
|
|
3492
3777
|
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
3493
3778
|
"type": "boolean",
|
|
3494
3779
|
"default": false,
|
|
@@ -3601,11 +3886,41 @@
|
|
|
3601
3886
|
"experimental"
|
|
3602
3887
|
]
|
|
3603
3888
|
},
|
|
3604
|
-
"github.copilot.chat.
|
|
3889
|
+
"github.copilot.chat.implementAgent.model": {
|
|
3890
|
+
"type": "string",
|
|
3891
|
+
"default": "",
|
|
3892
|
+
"scope": "resource",
|
|
3893
|
+
"markdownDescription": "%github.copilot.config.implementAgent.model%",
|
|
3894
|
+
"tags": [
|
|
3895
|
+
"experimental"
|
|
3896
|
+
]
|
|
3897
|
+
},
|
|
3898
|
+
"github.copilot.chat.askAgent.additionalTools": {
|
|
3899
|
+
"type": "array",
|
|
3900
|
+
"items": {
|
|
3901
|
+
"type": "string"
|
|
3902
|
+
},
|
|
3903
|
+
"default": [],
|
|
3904
|
+
"scope": "resource",
|
|
3905
|
+
"markdownDescription": "%github.copilot.config.askAgent.additionalTools%",
|
|
3906
|
+
"tags": [
|
|
3907
|
+
"experimental"
|
|
3908
|
+
]
|
|
3909
|
+
},
|
|
3910
|
+
"github.copilot.chat.askAgent.model": {
|
|
3911
|
+
"type": "string",
|
|
3912
|
+
"default": "",
|
|
3913
|
+
"scope": "resource",
|
|
3914
|
+
"markdownDescription": "%github.copilot.config.askAgent.model%",
|
|
3915
|
+
"tags": [
|
|
3916
|
+
"experimental"
|
|
3917
|
+
]
|
|
3918
|
+
},
|
|
3919
|
+
"github.copilot.chat.exploreAgent.model": {
|
|
3605
3920
|
"type": "string",
|
|
3606
3921
|
"default": "",
|
|
3607
3922
|
"scope": "resource",
|
|
3608
|
-
"markdownDescription": "%github.copilot.config.
|
|
3923
|
+
"markdownDescription": "%github.copilot.config.exploreAgent.model%",
|
|
3609
3924
|
"tags": [
|
|
3610
3925
|
"experimental"
|
|
3611
3926
|
]
|
|
@@ -3935,7 +4250,8 @@
|
|
|
3935
4250
|
"markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.enabled%",
|
|
3936
4251
|
"tags": [
|
|
3937
4252
|
"advanced",
|
|
3938
|
-
"experimental"
|
|
4253
|
+
"experimental",
|
|
4254
|
+
"onExp"
|
|
3939
4255
|
]
|
|
3940
4256
|
},
|
|
3941
4257
|
"github.copilot.chat.agent.largeToolResultsToDisk.thresholdBytes": {
|
|
@@ -3944,7 +4260,8 @@
|
|
|
3944
4260
|
"markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.thresholdBytes%",
|
|
3945
4261
|
"tags": [
|
|
3946
4262
|
"advanced",
|
|
3947
|
-
"experimental"
|
|
4263
|
+
"experimental",
|
|
4264
|
+
"onExp"
|
|
3948
4265
|
]
|
|
3949
4266
|
},
|
|
3950
4267
|
"github.copilot.chat.instantApply.shortContextModelName": {
|
|
@@ -4056,26 +4373,6 @@
|
|
|
4056
4373
|
"onExp"
|
|
4057
4374
|
]
|
|
4058
4375
|
},
|
|
4059
|
-
"github.copilot.chat.claudeCode.enabled": {
|
|
4060
|
-
"type": [
|
|
4061
|
-
"boolean",
|
|
4062
|
-
"string"
|
|
4063
|
-
],
|
|
4064
|
-
"default": false,
|
|
4065
|
-
"markdownDescription": "%github.copilot.config.claudeCode.enabled%",
|
|
4066
|
-
"tags": [
|
|
4067
|
-
"advanced",
|
|
4068
|
-
"experimental"
|
|
4069
|
-
]
|
|
4070
|
-
},
|
|
4071
|
-
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
4072
|
-
"type": "boolean",
|
|
4073
|
-
"default": false,
|
|
4074
|
-
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%",
|
|
4075
|
-
"tags": [
|
|
4076
|
-
"advanced"
|
|
4077
|
-
]
|
|
4078
|
-
},
|
|
4079
4376
|
"github.copilot.chat.gpt5AlternativePatch": {
|
|
4080
4377
|
"type": "boolean",
|
|
4081
4378
|
"default": false,
|
|
@@ -4138,15 +4435,6 @@
|
|
|
4138
4435
|
"onExp"
|
|
4139
4436
|
]
|
|
4140
4437
|
},
|
|
4141
|
-
"github.copilot.chat.suggestRelatedFilesFromGitHistory.useEmbeddings": {
|
|
4142
|
-
"type": "boolean",
|
|
4143
|
-
"default": false,
|
|
4144
|
-
"markdownDescription": "%github.copilot.config.suggestRelatedFilesFromGitHistory.useEmbeddings%",
|
|
4145
|
-
"tags": [
|
|
4146
|
-
"advanced",
|
|
4147
|
-
"experimental"
|
|
4148
|
-
]
|
|
4149
|
-
},
|
|
4150
4438
|
"github.copilot.chat.cli.customAgents.enabled": {
|
|
4151
4439
|
"type": "boolean",
|
|
4152
4440
|
"default": true,
|
|
@@ -4158,13 +4446,37 @@
|
|
|
4158
4446
|
},
|
|
4159
4447
|
"github.copilot.chat.cli.mcp.enabled": {
|
|
4160
4448
|
"type": "boolean",
|
|
4161
|
-
"default":
|
|
4449
|
+
"default": false,
|
|
4162
4450
|
"markdownDescription": "%github.copilot.config.cli.mcp.enabled%",
|
|
4163
4451
|
"tags": [
|
|
4164
4452
|
"advanced",
|
|
4165
4453
|
"experimental"
|
|
4166
4454
|
]
|
|
4167
4455
|
},
|
|
4456
|
+
"github.copilot.chat.cli.branchSupport.enabled": {
|
|
4457
|
+
"type": "boolean",
|
|
4458
|
+
"default": false,
|
|
4459
|
+
"markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
|
|
4460
|
+
"tags": [
|
|
4461
|
+
"advanced"
|
|
4462
|
+
]
|
|
4463
|
+
},
|
|
4464
|
+
"github.copilot.chat.cli.isolationOption.enabled": {
|
|
4465
|
+
"type": "boolean",
|
|
4466
|
+
"default": false,
|
|
4467
|
+
"markdownDescription": "%github.copilot.config.cli.isolationOption.enabled%",
|
|
4468
|
+
"tags": [
|
|
4469
|
+
"advanced"
|
|
4470
|
+
]
|
|
4471
|
+
},
|
|
4472
|
+
"github.copilot.chat.cli.sessionController.enabled": {
|
|
4473
|
+
"type": "boolean",
|
|
4474
|
+
"default": false,
|
|
4475
|
+
"markdownDescription": "%github.copilot.config.cli.sessionController.enabled%",
|
|
4476
|
+
"tags": [
|
|
4477
|
+
"advanced"
|
|
4478
|
+
]
|
|
4479
|
+
},
|
|
4168
4480
|
"github.copilot.chat.searchSubagent.enabled": {
|
|
4169
4481
|
"type": "boolean",
|
|
4170
4482
|
"default": false,
|
|
@@ -4174,6 +4486,42 @@
|
|
|
4174
4486
|
"experimental",
|
|
4175
4487
|
"onExp"
|
|
4176
4488
|
]
|
|
4489
|
+
},
|
|
4490
|
+
"github.copilot.chat.searchSubagent.useAgenticProxy": {
|
|
4491
|
+
"type": "boolean",
|
|
4492
|
+
"default": false,
|
|
4493
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.useAgenticProxy%",
|
|
4494
|
+
"tags": [
|
|
4495
|
+
"advanced"
|
|
4496
|
+
]
|
|
4497
|
+
},
|
|
4498
|
+
"github.copilot.chat.searchSubagent.agenticProxySearchModelName": {
|
|
4499
|
+
"type": "string",
|
|
4500
|
+
"default": "agentic-search-v1",
|
|
4501
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.agenticProxySearchModelName%",
|
|
4502
|
+
"tags": [
|
|
4503
|
+
"advanced"
|
|
4504
|
+
]
|
|
4505
|
+
},
|
|
4506
|
+
"github.copilot.chat.searchSubagent.model": {
|
|
4507
|
+
"type": "string",
|
|
4508
|
+
"default": "",
|
|
4509
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.model%",
|
|
4510
|
+
"tags": [
|
|
4511
|
+
"advanced",
|
|
4512
|
+
"experimental",
|
|
4513
|
+
"onExp"
|
|
4514
|
+
]
|
|
4515
|
+
},
|
|
4516
|
+
"github.copilot.chat.searchSubagent.toolCallLimit": {
|
|
4517
|
+
"type": "number",
|
|
4518
|
+
"default": 4,
|
|
4519
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.toolCallLimit%",
|
|
4520
|
+
"tags": [
|
|
4521
|
+
"advanced",
|
|
4522
|
+
"experimental",
|
|
4523
|
+
"onExp"
|
|
4524
|
+
]
|
|
4177
4525
|
}
|
|
4178
4526
|
}
|
|
4179
4527
|
}
|
|
@@ -4227,6 +4575,23 @@
|
|
|
4227
4575
|
"command": "github.copilot.chat.showAsChatSession",
|
|
4228
4576
|
"group": "navigation@9",
|
|
4229
4577
|
"when": "resourceFilename === 'benchRun.chatReplay.json' || resourceFilename === 'chat-export-logs.json'"
|
|
4578
|
+
},
|
|
4579
|
+
{
|
|
4580
|
+
"command": "github.copilot.chat.copilotCLI.acceptDiff",
|
|
4581
|
+
"group": "navigation@1",
|
|
4582
|
+
"when": "github.copilot.chat.copilotCLI.hasActiveDiff"
|
|
4583
|
+
},
|
|
4584
|
+
{
|
|
4585
|
+
"command": "github.copilot.chat.copilotCLI.rejectDiff",
|
|
4586
|
+
"group": "navigation@2",
|
|
4587
|
+
"when": "github.copilot.chat.copilotCLI.hasActiveDiff"
|
|
4588
|
+
}
|
|
4589
|
+
],
|
|
4590
|
+
"editor/title/context": [
|
|
4591
|
+
{
|
|
4592
|
+
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
4593
|
+
"group": "copilot",
|
|
4594
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4230
4595
|
}
|
|
4231
4596
|
],
|
|
4232
4597
|
"explorer/context": [
|
|
@@ -4234,6 +4599,11 @@
|
|
|
4234
4599
|
"command": "github.copilot.chat.showAsChatSession",
|
|
4235
4600
|
"when": "resourceFilename === 'benchRun.chatReplay.json' || resourceFilename === 'chat-export-logs.json'",
|
|
4236
4601
|
"group": "2_copilot@1"
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
4605
|
+
"group": "copilot",
|
|
4606
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && !explorerResourceIsFolder"
|
|
4237
4607
|
}
|
|
4238
4608
|
],
|
|
4239
4609
|
"editor/context": [
|
|
@@ -4241,6 +4611,16 @@
|
|
|
4241
4611
|
"command": "github.copilot.chat.explain",
|
|
4242
4612
|
"when": "!github.copilot.interactiveSession.disabled",
|
|
4243
4613
|
"group": "1_chat@4"
|
|
4614
|
+
},
|
|
4615
|
+
{
|
|
4616
|
+
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
4617
|
+
"group": "copilot",
|
|
4618
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"command": "github.copilot.chat.copilotCLI.addSelection",
|
|
4622
|
+
"group": "copilot",
|
|
4623
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && editorHasSelection && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4244
4624
|
}
|
|
4245
4625
|
],
|
|
4246
4626
|
"editor/context/chat": [
|
|
@@ -4268,22 +4648,38 @@
|
|
|
4268
4648
|
"chat/editor/inlineGutter": [
|
|
4269
4649
|
{
|
|
4270
4650
|
"command": "github.copilot.chat.explain",
|
|
4271
|
-
"when": "!github.copilot.interactiveSession.disabled",
|
|
4651
|
+
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection",
|
|
4272
4652
|
"group": "2_chat@2"
|
|
4653
|
+
},
|
|
4654
|
+
{
|
|
4655
|
+
"command": "github.copilot.chat.review",
|
|
4656
|
+
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection && config.github.copilot.chat.reviewSelection.enabled",
|
|
4657
|
+
"group": "2_chat@3"
|
|
4273
4658
|
}
|
|
4274
4659
|
],
|
|
4275
4660
|
"chat/input/editing/sessionToolbar": [
|
|
4276
4661
|
{
|
|
4277
4662
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
4278
|
-
"when": "chatSessionType == copilotcli",
|
|
4663
|
+
"when": "chatSessionType == copilotcli && workbenchState != empty && !isAgentSessionsWorkspace",
|
|
4279
4664
|
"group": "navigation@0"
|
|
4280
4665
|
},
|
|
4281
4666
|
{
|
|
4282
4667
|
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
4283
|
-
"when": "chatSessionType == copilot-cloud-agent && !github.vscode-pull-request-github.activated",
|
|
4668
|
+
"when": "chatSessionType == copilot-cloud-agent && !github.vscode-pull-request-github.activated && gitOpenRepositoryCount != 0",
|
|
4284
4669
|
"group": "navigation@0"
|
|
4285
4670
|
}
|
|
4286
4671
|
],
|
|
4672
|
+
"chat/contextUsage/actions": [
|
|
4673
|
+
{
|
|
4674
|
+
"command": "github.copilot.chat.compact"
|
|
4675
|
+
}
|
|
4676
|
+
],
|
|
4677
|
+
"chat/newSession": [
|
|
4678
|
+
{
|
|
4679
|
+
"command": "github.copilot.cli.newSession",
|
|
4680
|
+
"group": "4_recommendations@0"
|
|
4681
|
+
}
|
|
4682
|
+
],
|
|
4287
4683
|
"testing/item/result": [
|
|
4288
4684
|
{
|
|
4289
4685
|
"command": "github.copilot.tests.fixTestFailure.fromInline",
|
|
@@ -4299,6 +4695,14 @@
|
|
|
4299
4695
|
}
|
|
4300
4696
|
],
|
|
4301
4697
|
"commandPalette": [
|
|
4698
|
+
{
|
|
4699
|
+
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
4700
|
+
"when": "false"
|
|
4701
|
+
},
|
|
4702
|
+
{
|
|
4703
|
+
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
4704
|
+
"when": "false"
|
|
4705
|
+
},
|
|
4302
4706
|
{
|
|
4303
4707
|
"command": "github.copilot.chat.triggerPermissiveSignIn",
|
|
4304
4708
|
"when": "false"
|
|
@@ -4499,6 +4903,18 @@
|
|
|
4499
4903
|
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
4500
4904
|
"when": "false"
|
|
4501
4905
|
},
|
|
4906
|
+
{
|
|
4907
|
+
"command": "github.copilot.cli.sessions.openRepository",
|
|
4908
|
+
"when": "false"
|
|
4909
|
+
},
|
|
4910
|
+
{
|
|
4911
|
+
"command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
|
|
4912
|
+
"when": "false"
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"command": "github.copilot.cli.sessions.openWorktreeInTerminal",
|
|
4916
|
+
"when": "false"
|
|
4917
|
+
},
|
|
4502
4918
|
{
|
|
4503
4919
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
4504
4920
|
"when": "false"
|
|
@@ -4582,6 +4998,11 @@
|
|
|
4582
4998
|
"command": "github.copilot.chat.debug.exportPromptLogsAsJson",
|
|
4583
4999
|
"when": "view == copilot-chat && viewItem == chatprompt",
|
|
4584
5000
|
"group": "export@3"
|
|
5001
|
+
},
|
|
5002
|
+
{
|
|
5003
|
+
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
5004
|
+
"when": "view == copilot-chat && viewItem == chatprompt",
|
|
5005
|
+
"group": "export@4"
|
|
4585
5006
|
}
|
|
4586
5007
|
],
|
|
4587
5008
|
"searchPanel/aiResults/commands": [
|
|
@@ -4833,24 +5254,34 @@
|
|
|
4833
5254
|
"multiDiffEditor/content": [
|
|
4834
5255
|
{
|
|
4835
5256
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
4836
|
-
"when": "resourceScheme == copilotcli-worktree-changes"
|
|
5257
|
+
"when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty && !isAgentSessionsWorkspace"
|
|
4837
5258
|
}
|
|
4838
5259
|
],
|
|
4839
5260
|
"chat/chatSessions": [
|
|
4840
5261
|
{
|
|
4841
|
-
"command": "github.copilot.
|
|
5262
|
+
"command": "github.copilot.cli.sessions.delete",
|
|
5263
|
+
"when": "chatSessionType == copilotcli",
|
|
5264
|
+
"group": "1_edit@10"
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
|
|
4842
5268
|
"when": "chatSessionType == copilotcli",
|
|
4843
|
-
"group": "
|
|
5269
|
+
"group": "2_open@1"
|
|
4844
5270
|
},
|
|
4845
5271
|
{
|
|
4846
|
-
"command": "github.copilot.cli.sessions.
|
|
5272
|
+
"command": "github.copilot.cli.sessions.openWorktreeInTerminal",
|
|
4847
5273
|
"when": "chatSessionType == copilotcli",
|
|
4848
|
-
"group": "
|
|
5274
|
+
"group": "2_open@2"
|
|
4849
5275
|
},
|
|
4850
5276
|
{
|
|
4851
|
-
"command": "github.copilot.cli.sessions.
|
|
5277
|
+
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
4852
5278
|
"when": "chatSessionType == copilotcli",
|
|
4853
|
-
"group": "
|
|
5279
|
+
"group": "2_open@3"
|
|
5280
|
+
},
|
|
5281
|
+
{
|
|
5282
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
5283
|
+
"when": "chatSessionType == copilotcli && workbenchState != empty && !isAgentSessionsWorkspace",
|
|
5284
|
+
"group": "3_apply@0"
|
|
4854
5285
|
},
|
|
4855
5286
|
{
|
|
4856
5287
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
@@ -5019,6 +5450,12 @@
|
|
|
5019
5450
|
}
|
|
5020
5451
|
},
|
|
5021
5452
|
"keybindings": [
|
|
5453
|
+
{
|
|
5454
|
+
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
5455
|
+
"key": "ctrl+shift+.",
|
|
5456
|
+
"mac": "cmd+shift+.",
|
|
5457
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && editorTextFocus"
|
|
5458
|
+
},
|
|
5022
5459
|
{
|
|
5023
5460
|
"command": "github.copilot.chat.rerunWithCopilotDebug",
|
|
5024
5461
|
"key": "ctrl+alt+.",
|
|
@@ -5054,7 +5491,7 @@
|
|
|
5054
5491
|
"id": "copilot.setup.signIn",
|
|
5055
5492
|
"title": "%github.copilot.walkthrough.setup.signIn.title%",
|
|
5056
5493
|
"description": "%github.copilot.walkthrough.setup.signIn.description%",
|
|
5057
|
-
"when": "chatEntitlementSignedOut && !view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && !github.copilot.interactiveSession.individual.disabled && !github.copilot.interactiveSession.individual.expired && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport",
|
|
5494
|
+
"when": "chatEntitlementSignedOut && !view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && !github.copilot.interactiveSession.individual.disabled && !github.copilot.interactiveSession.individual.expired && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport && !github.copilot.interactiveSession.invalidToken && !github.copilot.interactiveSession.rateLimited && !github.copilot.interactiveSession.gitHubLoginFailed",
|
|
5058
5495
|
"media": {
|
|
5059
5496
|
"video": {
|
|
5060
5497
|
"dark": "https://vscodewalkthroughs.z1.web.core.windows.net/v0.26/workspace.mp4",
|
|
@@ -5069,7 +5506,7 @@
|
|
|
5069
5506
|
"id": "copilot.setup.signInNoAction",
|
|
5070
5507
|
"title": "%github.copilot.walkthrough.setup.signIn.title%",
|
|
5071
5508
|
"description": "%github.copilot.walkthrough.setup.noAction.description%",
|
|
5072
|
-
"when": "chatEntitlementSignedOut && view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && !github.copilot.interactiveSession.individual.disabled && !github.copilot.interactiveSession.individual.expired && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport",
|
|
5509
|
+
"when": "chatEntitlementSignedOut && view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && !github.copilot.interactiveSession.individual.disabled && !github.copilot.interactiveSession.individual.expired && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport && !github.copilot.interactiveSession.invalidToken && !github.copilot.interactiveSession.rateLimited && !github.copilot.interactiveSession.gitHubLoginFailed",
|
|
5073
5510
|
"media": {
|
|
5074
5511
|
"video": {
|
|
5075
5512
|
"dark": "https://vscodewalkthroughs.z1.web.core.windows.net/v0.26/workspace.mp4",
|
|
@@ -5084,7 +5521,7 @@
|
|
|
5084
5521
|
"id": "copilot.setup.signUp",
|
|
5085
5522
|
"title": "%github.copilot.walkthrough.setup.signUp.title%",
|
|
5086
5523
|
"description": "%github.copilot.walkthrough.setup.signUp.description%",
|
|
5087
|
-
"when": "chatPlanCanSignUp && !view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && (github.copilot.interactiveSession.individual.disabled || github.copilot.interactiveSession.individual.expired) && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport",
|
|
5524
|
+
"when": "chatPlanCanSignUp && !view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && (github.copilot.interactiveSession.individual.disabled || github.copilot.interactiveSession.individual.expired) && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport && !github.copilot.interactiveSession.invalidToken && !github.copilot.interactiveSession.rateLimited && !github.copilot.interactiveSession.gitHubLoginFailed",
|
|
5088
5525
|
"media": {
|
|
5089
5526
|
"video": {
|
|
5090
5527
|
"dark": "https://vscodewalkthroughs.z1.web.core.windows.net/v0.26/workspace.mp4",
|
|
@@ -5099,7 +5536,7 @@
|
|
|
5099
5536
|
"id": "copilot.setup.signUpNoAction",
|
|
5100
5537
|
"title": "%github.copilot.walkthrough.setup.signUp.title%",
|
|
5101
5538
|
"description": "%github.copilot.walkthrough.setup.noAction.description%",
|
|
5102
|
-
"when": "chatPlanCanSignUp && view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && (github.copilot.interactiveSession.individual.disabled || github.copilot.interactiveSession.individual.expired) && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport",
|
|
5539
|
+
"when": "chatPlanCanSignUp && view.workbench.panel.chat.view.copilot.visible && !github.copilot-chat.activated && !github.copilot.offline && (github.copilot.interactiveSession.individual.disabled || github.copilot.interactiveSession.individual.expired) && !github.copilot.interactiveSession.enterprise.disabled && !github.copilot.interactiveSession.contactSupport && !github.copilot.interactiveSession.invalidToken && !github.copilot.interactiveSession.rateLimited && !github.copilot.interactiveSession.gitHubLoginFailed",
|
|
5103
5540
|
"media": {
|
|
5104
5541
|
"video": {
|
|
5105
5542
|
"dark": "https://vscodewalkthroughs.z1.web.core.windows.net/v0.26/workspace.mp4",
|
|
@@ -5219,27 +5656,24 @@
|
|
|
5219
5656
|
{
|
|
5220
5657
|
"type": "claude-code",
|
|
5221
5658
|
"name": "claude",
|
|
5222
|
-
"displayName": "Claude
|
|
5223
|
-
"icon": "$(
|
|
5659
|
+
"displayName": "Claude",
|
|
5660
|
+
"icon": "$(claude)",
|
|
5224
5661
|
"welcomeTitle": "Claude Agent",
|
|
5225
5662
|
"welcomeMessage": "Powered by the same agent as Claude Code",
|
|
5226
5663
|
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
5227
5664
|
"order": 3,
|
|
5228
|
-
"description": "
|
|
5229
|
-
"when": "config.github.copilot.chat.
|
|
5665
|
+
"description": "%github.copilot.session.providerDescription.claude%",
|
|
5666
|
+
"when": "config.github.copilot.chat.claudeAgent.enabled && !github.copilot.previewFeaturesDisabled",
|
|
5230
5667
|
"canDelegate": true,
|
|
5231
5668
|
"capabilities": {
|
|
5232
|
-
"supportsFileAttachments": true
|
|
5669
|
+
"supportsFileAttachments": true,
|
|
5670
|
+
"supportsImageAttachments": true
|
|
5233
5671
|
},
|
|
5234
5672
|
"commands": [
|
|
5235
5673
|
{
|
|
5236
5674
|
"name": "init",
|
|
5237
5675
|
"description": "Initialize a new CLAUDE.md file with codebase documentation"
|
|
5238
5676
|
},
|
|
5239
|
-
{
|
|
5240
|
-
"name": "compact",
|
|
5241
|
-
"description": "Clear conversation history but keep a summary in context. Optional: /compact [instructions for summarization]"
|
|
5242
|
-
},
|
|
5243
5677
|
{
|
|
5244
5678
|
"name": "pr-comments",
|
|
5245
5679
|
"description": "Get comments from a GitHub pull request"
|
|
@@ -5269,14 +5703,14 @@
|
|
|
5269
5703
|
{
|
|
5270
5704
|
"type": "copilotcli",
|
|
5271
5705
|
"name": "cli",
|
|
5272
|
-
"displayName": "Background
|
|
5706
|
+
"displayName": "Background",
|
|
5273
5707
|
"icon": "$(worktree)",
|
|
5274
5708
|
"welcomeTitle": "Background Agent",
|
|
5275
5709
|
"welcomeMessage": "Run tasks in the background",
|
|
5276
5710
|
"inputPlaceholder": "Run tasks in the background, type `#` for adding context",
|
|
5277
|
-
"order":
|
|
5711
|
+
"order": 1,
|
|
5278
5712
|
"canDelegate": true,
|
|
5279
|
-
"description": "
|
|
5713
|
+
"description": "%github.copilot.session.providerDescription.background%",
|
|
5280
5714
|
"when": "config.github.copilot.chat.backgroundAgent.enabled",
|
|
5281
5715
|
"capabilities": {
|
|
5282
5716
|
"supportsFileAttachments": true,
|
|
@@ -5302,14 +5736,14 @@
|
|
|
5302
5736
|
"copilot-swe-agent"
|
|
5303
5737
|
],
|
|
5304
5738
|
"name": "cloud",
|
|
5305
|
-
"displayName": "Cloud
|
|
5739
|
+
"displayName": "Cloud",
|
|
5306
5740
|
"icon": "$(cloud)",
|
|
5307
5741
|
"welcomeTitle": "Cloud Agent",
|
|
5308
5742
|
"welcomeMessage": "Delegate tasks to the cloud",
|
|
5309
5743
|
"inputPlaceholder": "Delegate tasks to the cloud, type `#` for adding context",
|
|
5310
|
-
"order":
|
|
5744
|
+
"order": 2,
|
|
5311
5745
|
"canDelegate": true,
|
|
5312
|
-
"description": "
|
|
5746
|
+
"description": "%github.copilot.session.providerDescription.cloud%",
|
|
5313
5747
|
"when": "config.github.copilot.chat.cloudAgent.enabled",
|
|
5314
5748
|
"capabilities": {
|
|
5315
5749
|
"supportsFileAttachments": true
|
|
@@ -5348,11 +5782,36 @@
|
|
|
5348
5782
|
"chatAgents": [],
|
|
5349
5783
|
"chatPromptFiles": [
|
|
5350
5784
|
{
|
|
5351
|
-
"
|
|
5352
|
-
|
|
5353
|
-
|
|
5785
|
+
"path": "./assets/prompts/plan.prompt.md"
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"path": "./assets/prompts/init.prompt.md"
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"path": "./assets/prompts/create-prompt.prompt.md"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
"path": "./assets/prompts/create-instruction.prompt.md"
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"path": "./assets/prompts/create-skill.prompt.md"
|
|
5798
|
+
},
|
|
5799
|
+
{
|
|
5800
|
+
"path": "./assets/prompts/create-agent.prompt.md"
|
|
5801
|
+
},
|
|
5802
|
+
{
|
|
5803
|
+
"path": "./assets/prompts/create-hook.prompt.md"
|
|
5354
5804
|
}
|
|
5355
|
-
]
|
|
5805
|
+
],
|
|
5806
|
+
"terminal": {
|
|
5807
|
+
"profiles": [
|
|
5808
|
+
{
|
|
5809
|
+
"icon": "copilot",
|
|
5810
|
+
"id": "copilot-cli",
|
|
5811
|
+
"title": "GitHub Copilot CLI"
|
|
5812
|
+
}
|
|
5813
|
+
]
|
|
5814
|
+
}
|
|
5356
5815
|
},
|
|
5357
5816
|
"prettier": {
|
|
5358
5817
|
"useTabs": true,
|
|
@@ -5364,7 +5823,7 @@
|
|
|
5364
5823
|
"prepare": "husky",
|
|
5365
5824
|
"vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && mv vscode.proposed.*.ts src/extension",
|
|
5366
5825
|
"vscode-dts:main": "node node_modules/@vscode/dts/index.js main && mv vscode.d.ts src/extension",
|
|
5367
|
-
"build": "node .esbuild.ts",
|
|
5826
|
+
"build": "node .esbuild.ts --sourcemaps",
|
|
5368
5827
|
"compile": "node .esbuild.ts --dev",
|
|
5369
5828
|
"watch": "npm-run-all -p watch:*",
|
|
5370
5829
|
"watch:esbuild": "node .esbuild.ts --watch --dev",
|
|
@@ -5414,6 +5873,7 @@
|
|
|
5414
5873
|
"@parcel/watcher": "^2.5.1",
|
|
5415
5874
|
"@stylistic/eslint-plugin": "^3.0.1",
|
|
5416
5875
|
"@types/eslint": "^9.0.0",
|
|
5876
|
+
"@types/express": "^5.0.6",
|
|
5417
5877
|
"@types/google-protobuf": "^3.15.12",
|
|
5418
5878
|
"@types/js-yaml": "^4.0.9",
|
|
5419
5879
|
"@types/markdown-it": "^14.0.0",
|
|
@@ -5481,7 +5941,7 @@
|
|
|
5481
5941
|
"shiki": "~1.15.0",
|
|
5482
5942
|
"sinon": "^21.0.0",
|
|
5483
5943
|
"source-map-support": "^0.5.21",
|
|
5484
|
-
"tar": "^7.5.
|
|
5944
|
+
"tar": "^7.5.7",
|
|
5485
5945
|
"ts-dedent": "^2.2.0",
|
|
5486
5946
|
"tsx": "^4.20.3",
|
|
5487
5947
|
"typescript": "^5.8.3",
|
|
@@ -5498,16 +5958,17 @@
|
|
|
5498
5958
|
"zod": "3.25.76"
|
|
5499
5959
|
},
|
|
5500
5960
|
"dependencies": {
|
|
5501
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
5502
|
-
"@anthropic-ai/sdk": "^0.
|
|
5503
|
-
"@github/blackbird-external-ingest-utils": "^0.
|
|
5504
|
-
"@github/copilot": "^0.0.
|
|
5961
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.42",
|
|
5962
|
+
"@anthropic-ai/sdk": "^0.74.0",
|
|
5963
|
+
"@github/blackbird-external-ingest-utils": "^0.2.0",
|
|
5964
|
+
"@github/copilot": "^0.0.406",
|
|
5505
5965
|
"@google/genai": "^1.22.0",
|
|
5506
5966
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
5507
5967
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
5968
|
+
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
5508
5969
|
"@sinclair/typebox": "^0.34.41",
|
|
5509
|
-
"@vscode/copilot-api": "^0.2.
|
|
5510
|
-
"@vscode/extension-telemetry": "^1.
|
|
5970
|
+
"@vscode/copilot-api": "^0.2.12",
|
|
5971
|
+
"@vscode/extension-telemetry": "^1.5.0",
|
|
5511
5972
|
"@vscode/l10n": "^0.0.18",
|
|
5512
5973
|
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
5513
5974
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
@@ -5518,6 +5979,7 @@
|
|
|
5518
5979
|
"best-effort-json-parser": "^1.2.1",
|
|
5519
5980
|
"diff": "^8.0.3",
|
|
5520
5981
|
"dompurify": "^3.3.0",
|
|
5982
|
+
"express": "^5.2.1",
|
|
5521
5983
|
"ignore": "^7.0.5",
|
|
5522
5984
|
"isbinaryfile": "^5.0.4",
|
|
5523
5985
|
"jsonc-parser": "^3.3.1",
|