@vscode/chat-lib 0.4.0 → 0.4.1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.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/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 +0 -1
- 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 +17 -36
- 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/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 +205 -122
- 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/components/currentFile.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/currentFile.js +15 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/currentFile.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/nesConfigs.d.ts +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts.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 +46 -30
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +24 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +472 -128
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +8 -2
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts +0 -4
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.js.map +1 -1
- package/dist/src/_internal/extension/power/common/powerService.d.ts +33 -0
- package/dist/src/_internal/extension/power/common/powerService.d.ts.map +1 -0
- package/dist/src/_internal/extension/power/common/powerService.js +25 -0
- package/dist/src/_internal/extension/power/common/powerService.js.map +1 -0
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +6 -2
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +124 -13
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +23 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +21 -9
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts +6 -0
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js +89 -0
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js.map +1 -0
- 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 +13022 -364
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +14 -233
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.d.ts +4 -0
- package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.js +22 -0
- package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.js.map +1 -0
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts +41 -0
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js +375 -0
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js.map +1 -0
- 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.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +2 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +52 -9
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +370 -158
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts +1 -7
- package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabUtils.js +21 -40
- package/dist/src/_internal/extension/xtab/node/xtabUtils.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +1 -1
- 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 +46 -17
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +48 -13
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +5 -10
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.d.ts +17 -0
- package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.d.ts.map +1 -0
- package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.js +37 -0
- package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.js.map +1 -0
- 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/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 +4 -11
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +15 -54
- 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.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +68 -25
- 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 +72 -2
- 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/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 +4 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +3 -3
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.d.ts +9 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.d.ts.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.js +18 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.js.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +103 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +231 -1
- 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/inlineEditsModelService.d.ts +2 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js +4 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts +1 -2
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js +13 -0
- package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +37 -10
- 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/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts +41 -2
- package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js +90 -8
- package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts +9 -2
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +65 -54
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.d.ts +30 -0
- package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
- 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 +11 -16
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +37 -39
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +4 -2
- package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.js +9 -0
- package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +1 -0
- 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 +14 -12
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +1 -0
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.d.ts +11 -0
- package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.js +3 -1
- package/dist/src/_internal/platform/networking/common/openai.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/requestLogger.d.ts +35 -0
- 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/util/common/arrays.d.ts +5 -0
- package/dist/src/_internal/util/common/arrays.d.ts.map +1 -1
- package/dist/src/_internal/util/common/arrays.js +10 -0
- package/dist/src/_internal/util/common/arrays.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/result.d.ts +34 -10
- package/dist/src/_internal/util/common/result.d.ts.map +1 -1
- package/dist/src/_internal/util/common/result.js +91 -2
- package/dist/src/_internal/util/common/result.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +15 -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 +26 -4
- 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 +4 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts +2 -0
- 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 +2 -0
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js +2 -0
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js.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/editor/common/core/ranges/offsetRange.d.ts +4 -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 +4 -0
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +2 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +4 -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 +10 -1
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +493 -250
- package/package.json +2 -2
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
|
},
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"main": "./dist/extension",
|
|
90
90
|
"l10n": "./l10n",
|
|
91
91
|
"enabledApiProposals": [
|
|
92
|
+
"agentSessionsWorkspace",
|
|
92
93
|
"chatHooks@6",
|
|
93
94
|
"extensionsAny",
|
|
94
95
|
"newSymbolNamesProvider",
|
|
@@ -113,13 +114,13 @@
|
|
|
113
114
|
"mappedEditsProvider",
|
|
114
115
|
"aiRelatedInformation",
|
|
115
116
|
"aiSettingsSearch",
|
|
116
|
-
"chatParticipantAdditions",
|
|
117
|
+
"chatParticipantAdditions@3",
|
|
117
118
|
"defaultChatParticipant@4",
|
|
118
119
|
"contribSourceControlInputBoxMenu",
|
|
119
120
|
"authLearnMore",
|
|
120
121
|
"testObserver",
|
|
121
122
|
"aiTextSearchProvider@2",
|
|
122
|
-
"chatParticipantPrivate@
|
|
123
|
+
"chatParticipantPrivate@14",
|
|
123
124
|
"chatProvider@4",
|
|
124
125
|
"contribDebugCreateConfiguration",
|
|
125
126
|
"chatReferenceDiagnostic",
|
|
@@ -142,7 +143,8 @@
|
|
|
142
143
|
"chatPromptFiles",
|
|
143
144
|
"mcpServerDefinitions",
|
|
144
145
|
"tabInputMultiDiff",
|
|
145
|
-
"workspaceTrust"
|
|
146
|
+
"workspaceTrust",
|
|
147
|
+
"environmentPower"
|
|
146
148
|
],
|
|
147
149
|
"contributes": {
|
|
148
150
|
"languageModelTools": [
|
|
@@ -227,39 +229,6 @@
|
|
|
227
229
|
]
|
|
228
230
|
}
|
|
229
231
|
},
|
|
230
|
-
{
|
|
231
|
-
"name": "copilot_listCodeUsages",
|
|
232
|
-
"toolReferenceName": "usages",
|
|
233
|
-
"legacyToolReferenceFullNames": [
|
|
234
|
-
"usages"
|
|
235
|
-
],
|
|
236
|
-
"displayName": "%copilot.tools.listCodeUsages.name%",
|
|
237
|
-
"icon": "$(references)",
|
|
238
|
-
"userDescription": "%copilot.listCodeUsages.tool.description%",
|
|
239
|
-
"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",
|
|
240
|
-
"tags": [
|
|
241
|
-
"vscode_codesearch"
|
|
242
|
-
],
|
|
243
|
-
"inputSchema": {
|
|
244
|
-
"type": "object",
|
|
245
|
-
"properties": {
|
|
246
|
-
"symbolName": {
|
|
247
|
-
"type": "string",
|
|
248
|
-
"description": "The name of the symbol, such as a function name, class name, method name, variable name, etc."
|
|
249
|
-
},
|
|
250
|
-
"filePaths": {
|
|
251
|
-
"type": "array",
|
|
252
|
-
"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.",
|
|
253
|
-
"items": {
|
|
254
|
-
"type": "string"
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
"required": [
|
|
259
|
-
"symbolName"
|
|
260
|
-
]
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
232
|
{
|
|
264
233
|
"name": "copilot_getVSCodeAPI",
|
|
265
234
|
"toolReferenceName": "vscodeAPI",
|
|
@@ -511,48 +480,6 @@
|
|
|
511
480
|
"enable_other_tool_copilot_runTests"
|
|
512
481
|
]
|
|
513
482
|
},
|
|
514
|
-
{
|
|
515
|
-
"name": "copilot_memory",
|
|
516
|
-
"toolReferenceName": "memory",
|
|
517
|
-
"displayName": "%copilot.tools.memory.name%",
|
|
518
|
-
"userDescription": "%copilot.tools.memory.description%",
|
|
519
|
-
"modelDescription": "Store a fact about the codebase in memory, so that it can be used in future code generation or review tasks. The fact should be a clear and concise statement about the codebase conventions, structure, logic, or usage. It may be based on the code itself, or on information provided by the user.",
|
|
520
|
-
"canBeReferencedInPrompt": true,
|
|
521
|
-
"when": "config.github.copilot.chat.copilotMemory.enabled",
|
|
522
|
-
"tags": [],
|
|
523
|
-
"inputSchema": {
|
|
524
|
-
"type": "object",
|
|
525
|
-
"properties": {
|
|
526
|
-
"subject": {
|
|
527
|
-
"type": "string",
|
|
528
|
-
"description": "The topic to which this memory relates. 1-2 words. Examples: naming conventions, testing practices, documentation, logging, authentication, sanitization, error handling."
|
|
529
|
-
},
|
|
530
|
-
"fact": {
|
|
531
|
-
"type": "string",
|
|
532
|
-
"description": "A clear and short description of a fact about the codebase or a convention used in the codebase. Must be less than 200 characters. Examples: Use JWT for authentication. Follow PEP 257 docstring conventions. Use single quotes for strings in Python. Use Winston for logging."
|
|
533
|
-
},
|
|
534
|
-
"citations": {
|
|
535
|
-
"type": "string",
|
|
536
|
-
"description": "The source of this fact, such as a file and line number in the codebase (e.g., path/file.go:123). If the convention is not explicitly stated in the codebase, you can point at several examples that illustrate it, selecting the most diverse set of examples you can find (e.g. from multiple files or contexts). If the fact is based on user input, the citations should be User input: followed by the contents of the input."
|
|
537
|
-
},
|
|
538
|
-
"reason": {
|
|
539
|
-
"type": "string",
|
|
540
|
-
"description": "A clear and detailed explanation of the reason behind storing this fact. Must be at least 2-3 sentences long, and include which future tasks this fact will be useful for and why it is important to remember this fact."
|
|
541
|
-
},
|
|
542
|
-
"category": {
|
|
543
|
-
"type": "string",
|
|
544
|
-
"description": "The type of memory being stored. This can be bootstrap_and_build (info about how to bootstrap and build the project), user_preferences (preferences of the user, such as coding style, tabs vs. spaces, favorite libraries, etc.), general (file independent facts), or file_specific (information about a specific file in the codebase)."
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
"required": [
|
|
548
|
-
"subject",
|
|
549
|
-
"fact",
|
|
550
|
-
"citations",
|
|
551
|
-
"reason",
|
|
552
|
-
"category"
|
|
553
|
-
]
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
483
|
{
|
|
557
484
|
"name": "copilot_createNewWorkspace",
|
|
558
485
|
"displayName": "%github.copilot.tools.createNewWorkspace.name%",
|
|
@@ -772,11 +699,11 @@
|
|
|
772
699
|
}
|
|
773
700
|
},
|
|
774
701
|
{
|
|
775
|
-
"name": "
|
|
776
|
-
"displayName": "%copilot.tools.
|
|
777
|
-
"modelDescription": "Preview a website or open a URL in the editor's
|
|
778
|
-
"userDescription": "%copilot.tools.
|
|
779
|
-
"toolReferenceName": "
|
|
702
|
+
"name": "copilot_openIntegratedBrowser",
|
|
703
|
+
"displayName": "%copilot.tools.openIntegratedBrowser.name%",
|
|
704
|
+
"modelDescription": "Preview a website or open a URL in the editor's Integrated Browser. Useful for quickly viewing locally hosted websites, demos, or resources without leaving the coding environment.",
|
|
705
|
+
"userDescription": "%copilot.tools.openIntegratedBrowser.description%",
|
|
706
|
+
"toolReferenceName": "openIntegratedBrowser",
|
|
780
707
|
"legacyToolReferenceFullNames": [
|
|
781
708
|
"openSimpleBrowser"
|
|
782
709
|
],
|
|
@@ -786,7 +713,7 @@
|
|
|
786
713
|
"properties": {
|
|
787
714
|
"url": {
|
|
788
715
|
"type": "string",
|
|
789
|
-
"description": "The website URL to preview or open in the
|
|
716
|
+
"description": "The website URL to preview or open in the Integrated Browser inside the editor. Must be either an http or https URL"
|
|
790
717
|
}
|
|
791
718
|
},
|
|
792
719
|
"required": [
|
|
@@ -1165,7 +1092,7 @@
|
|
|
1165
1092
|
"toolReferenceName": "askQuestions",
|
|
1166
1093
|
"displayName": "%copilot.tools.askQuestions.name%",
|
|
1167
1094
|
"userDescription": "%copilot.tools.askQuestions.description%",
|
|
1168
|
-
"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` 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.",
|
|
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.",
|
|
1169
1096
|
"icon": "$(question)",
|
|
1170
1097
|
"when": "config.github.copilot.chat.askQuestions.enabled",
|
|
1171
1098
|
"inputSchema": {
|
|
@@ -1261,6 +1188,76 @@
|
|
|
1261
1188
|
]
|
|
1262
1189
|
}
|
|
1263
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
|
+
},
|
|
1264
1261
|
{
|
|
1265
1262
|
"name": "copilot_editFiles",
|
|
1266
1263
|
"modelDescription": "This is a placeholder tool, do not use",
|
|
@@ -1283,7 +1280,8 @@
|
|
|
1283
1280
|
"createFile",
|
|
1284
1281
|
"createJupyterNotebook",
|
|
1285
1282
|
"editFiles",
|
|
1286
|
-
"editNotebook"
|
|
1283
|
+
"editNotebook",
|
|
1284
|
+
"rename"
|
|
1287
1285
|
]
|
|
1288
1286
|
},
|
|
1289
1287
|
{
|
|
@@ -1316,8 +1314,8 @@
|
|
|
1316
1314
|
"listDirectory",
|
|
1317
1315
|
"searchResults",
|
|
1318
1316
|
"textSearch",
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1317
|
+
"searchSubagent",
|
|
1318
|
+
"usages"
|
|
1321
1319
|
]
|
|
1322
1320
|
},
|
|
1323
1321
|
{
|
|
@@ -1326,8 +1324,9 @@
|
|
|
1326
1324
|
"tools": [
|
|
1327
1325
|
"getProjectSetupInfo",
|
|
1328
1326
|
"installExtension",
|
|
1327
|
+
"memory",
|
|
1329
1328
|
"newWorkspace",
|
|
1330
|
-
"
|
|
1329
|
+
"openIntegratedBrowser",
|
|
1331
1330
|
"runCommand",
|
|
1332
1331
|
"askQuestions",
|
|
1333
1332
|
"switchAgent",
|
|
@@ -1379,6 +1378,87 @@
|
|
|
1379
1378
|
"What does this file do?"
|
|
1380
1379
|
]
|
|
1381
1380
|
}
|
|
1381
|
+
],
|
|
1382
|
+
"commands": [
|
|
1383
|
+
{
|
|
1384
|
+
"name": "explain",
|
|
1385
|
+
"description": "%copilot.workspace.explain.description%"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "review",
|
|
1389
|
+
"description": "%copilot.workspace.review.description%",
|
|
1390
|
+
"when": "github.copilot.advanced.review.intent"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"name": "tests",
|
|
1394
|
+
"description": "%copilot.workspace.tests.description%",
|
|
1395
|
+
"disambiguation": [
|
|
1396
|
+
{
|
|
1397
|
+
"category": "create_tests",
|
|
1398
|
+
"description": "The user wants to generate unit tests.",
|
|
1399
|
+
"examples": [
|
|
1400
|
+
"Generate tests for my selection using pytest."
|
|
1401
|
+
]
|
|
1402
|
+
}
|
|
1403
|
+
]
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"name": "fix",
|
|
1407
|
+
"description": "%copilot.workspace.fix.description%",
|
|
1408
|
+
"sampleRequest": "%copilot.workspace.fix.sampleRequest%"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"name": "new",
|
|
1412
|
+
"description": "%copilot.workspace.new.description%",
|
|
1413
|
+
"sampleRequest": "%copilot.workspace.new.sampleRequest%",
|
|
1414
|
+
"isSticky": true,
|
|
1415
|
+
"disambiguation": [
|
|
1416
|
+
{
|
|
1417
|
+
"category": "create_new_workspace_or_extension",
|
|
1418
|
+
"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",
|
|
1419
|
+
"examples": [
|
|
1420
|
+
"Scaffold a Node server.",
|
|
1421
|
+
"Create a sample project which uses the fileSystemProvider API.",
|
|
1422
|
+
"react application"
|
|
1423
|
+
]
|
|
1424
|
+
}
|
|
1425
|
+
]
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "newNotebook",
|
|
1429
|
+
"description": "%copilot.workspace.newNotebook.description%",
|
|
1430
|
+
"sampleRequest": "%copilot.workspace.newNotebook.sampleRequest%",
|
|
1431
|
+
"disambiguation": [
|
|
1432
|
+
{
|
|
1433
|
+
"category": "create_jupyter_notebook",
|
|
1434
|
+
"description": "The user wants to create a new Jupyter notebook in Visual Studio Code.",
|
|
1435
|
+
"examples": [
|
|
1436
|
+
"Create a notebook to analyze this CSV file."
|
|
1437
|
+
]
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"name": "semanticSearch",
|
|
1443
|
+
"description": "%copilot.workspace.semanticSearch.description%",
|
|
1444
|
+
"sampleRequest": "%copilot.workspace.semanticSearch.sampleRequest%",
|
|
1445
|
+
"when": "config.github.copilot.semanticSearch.enabled"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "setupTests",
|
|
1449
|
+
"description": "%copilot.vscode.setupTests.description%",
|
|
1450
|
+
"sampleRequest": "%copilot.vscode.setupTests.sampleRequest%",
|
|
1451
|
+
"when": "config.github.copilot.chat.setupTests.enabled",
|
|
1452
|
+
"disambiguation": [
|
|
1453
|
+
{
|
|
1454
|
+
"category": "set_up_tests",
|
|
1455
|
+
"description": "The user wants to configure project test setup, framework, or test runner. The user does not want to fix their existing tests.",
|
|
1456
|
+
"examples": [
|
|
1457
|
+
"Set up tests for this project."
|
|
1458
|
+
]
|
|
1459
|
+
}
|
|
1460
|
+
]
|
|
1461
|
+
}
|
|
1382
1462
|
]
|
|
1383
1463
|
},
|
|
1384
1464
|
{
|
|
@@ -1511,85 +1591,11 @@
|
|
|
1511
1591
|
"name": "error",
|
|
1512
1592
|
"description": "Make a model request which will result in an error",
|
|
1513
1593
|
"when": "github.copilot.chat.debug"
|
|
1514
|
-
}
|
|
1515
|
-
]
|
|
1516
|
-
},
|
|
1517
|
-
{
|
|
1518
|
-
"id": "github.copilot.notebook",
|
|
1519
|
-
"name": "GitHubCopilot",
|
|
1520
|
-
"fullName": "GitHub Copilot",
|
|
1521
|
-
"description": "%copilot.description%",
|
|
1522
|
-
"isDefault": true,
|
|
1523
|
-
"locations": [
|
|
1524
|
-
"notebook"
|
|
1525
|
-
],
|
|
1526
|
-
"when": "!config.inlineChat.notebookAgent",
|
|
1527
|
-
"commands": [
|
|
1528
|
-
{
|
|
1529
|
-
"name": "fix",
|
|
1530
|
-
"description": "%copilot.workspace.fix.description%"
|
|
1531
1594
|
},
|
|
1532
1595
|
{
|
|
1533
|
-
"name": "
|
|
1534
|
-
"description": "%copilot.
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"id": "github.copilot.notebookEditorAgent",
|
|
1540
|
-
"name": "GitHubCopilot",
|
|
1541
|
-
"fullName": "GitHub Copilot",
|
|
1542
|
-
"description": "%copilot.description%",
|
|
1543
|
-
"isDefault": true,
|
|
1544
|
-
"locations": [
|
|
1545
|
-
"notebook"
|
|
1546
|
-
],
|
|
1547
|
-
"when": "config.inlineChat.notebookAgent",
|
|
1548
|
-
"commands": [
|
|
1549
|
-
{
|
|
1550
|
-
"name": "fix",
|
|
1551
|
-
"description": "%copilot.workspace.fix.description%"
|
|
1596
|
+
"name": "compact",
|
|
1597
|
+
"description": "%copilot.agent.compact.description%"
|
|
1552
1598
|
},
|
|
1553
|
-
{
|
|
1554
|
-
"name": "explain",
|
|
1555
|
-
"description": "%copilot.workspace.explain.description%"
|
|
1556
|
-
}
|
|
1557
|
-
]
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"id": "github.copilot.workspace",
|
|
1561
|
-
"name": "workspace",
|
|
1562
|
-
"fullName": "Workspace",
|
|
1563
|
-
"description": "%copilot.workspace.description%",
|
|
1564
|
-
"when": "!github.copilot.interactiveSession.disabled",
|
|
1565
|
-
"sampleRequest": "%copilot.workspace.sampleRequest%",
|
|
1566
|
-
"locations": [
|
|
1567
|
-
"panel"
|
|
1568
|
-
],
|
|
1569
|
-
"disambiguation": [
|
|
1570
|
-
{
|
|
1571
|
-
"category": "workspace_project_questions",
|
|
1572
|
-
"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.",
|
|
1573
|
-
"examples": [
|
|
1574
|
-
"What does this project do?"
|
|
1575
|
-
]
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"category": "find_code_in_workspace",
|
|
1579
|
-
"description": "The user wants to locate the implementation of some functionality in their current workspace.",
|
|
1580
|
-
"examples": [
|
|
1581
|
-
"Where is the tree widget implemented?"
|
|
1582
|
-
]
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"category": "generate_with_workspace_context",
|
|
1586
|
-
"description": "The user wants to generate code based on multiple files in the workspace and did not specify which files to reference.",
|
|
1587
|
-
"examples": [
|
|
1588
|
-
"Create a README for this project."
|
|
1589
|
-
]
|
|
1590
|
-
}
|
|
1591
|
-
],
|
|
1592
|
-
"commands": [
|
|
1593
1599
|
{
|
|
1594
1600
|
"name": "explain",
|
|
1595
1601
|
"description": "%copilot.workspace.explain.description%"
|
|
@@ -1671,6 +1677,48 @@
|
|
|
1671
1677
|
}
|
|
1672
1678
|
]
|
|
1673
1679
|
},
|
|
1680
|
+
{
|
|
1681
|
+
"id": "github.copilot.notebook",
|
|
1682
|
+
"name": "GitHubCopilot",
|
|
1683
|
+
"fullName": "GitHub Copilot",
|
|
1684
|
+
"description": "%copilot.description%",
|
|
1685
|
+
"isDefault": true,
|
|
1686
|
+
"locations": [
|
|
1687
|
+
"notebook"
|
|
1688
|
+
],
|
|
1689
|
+
"when": "!config.inlineChat.notebookAgent",
|
|
1690
|
+
"commands": [
|
|
1691
|
+
{
|
|
1692
|
+
"name": "fix",
|
|
1693
|
+
"description": "%copilot.workspace.fix.description%"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "explain",
|
|
1697
|
+
"description": "%copilot.workspace.explain.description%"
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"id": "github.copilot.notebookEditorAgent",
|
|
1703
|
+
"name": "GitHubCopilot",
|
|
1704
|
+
"fullName": "GitHub Copilot",
|
|
1705
|
+
"description": "%copilot.description%",
|
|
1706
|
+
"isDefault": true,
|
|
1707
|
+
"locations": [
|
|
1708
|
+
"notebook"
|
|
1709
|
+
],
|
|
1710
|
+
"when": "config.inlineChat.notebookAgent",
|
|
1711
|
+
"commands": [
|
|
1712
|
+
{
|
|
1713
|
+
"name": "fix",
|
|
1714
|
+
"description": "%copilot.workspace.fix.description%"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"name": "explain",
|
|
1718
|
+
"description": "%copilot.workspace.explain.description%"
|
|
1719
|
+
}
|
|
1720
|
+
]
|
|
1721
|
+
},
|
|
1674
1722
|
{
|
|
1675
1723
|
"id": "github.copilot.vscode",
|
|
1676
1724
|
"name": "vscode",
|
|
@@ -1769,6 +1817,11 @@
|
|
|
1769
1817
|
"vendor": "copilot",
|
|
1770
1818
|
"displayName": "Copilot"
|
|
1771
1819
|
},
|
|
1820
|
+
{
|
|
1821
|
+
"vendor": "copilotcli",
|
|
1822
|
+
"displayName": "Copilot CLI",
|
|
1823
|
+
"when": "false"
|
|
1824
|
+
},
|
|
1772
1825
|
{
|
|
1773
1826
|
"vendor": "anthropic",
|
|
1774
1827
|
"displayName": "Anthropic",
|
|
@@ -1953,6 +2006,11 @@
|
|
|
1953
2006
|
"default": false,
|
|
1954
2007
|
"description": "Whether the model supports thinking capabilities"
|
|
1955
2008
|
},
|
|
2009
|
+
"streaming": {
|
|
2010
|
+
"type": "boolean",
|
|
2011
|
+
"default": true,
|
|
2012
|
+
"description": "Whether the model supports streaming responses. Defaults to true."
|
|
2013
|
+
},
|
|
1956
2014
|
"zeroDataRetentionEnabled": {
|
|
1957
2015
|
"type": "boolean",
|
|
1958
2016
|
"default": false,
|
|
@@ -2047,6 +2105,11 @@
|
|
|
2047
2105
|
"default": false,
|
|
2048
2106
|
"description": "Whether the model supports thinking capabilities"
|
|
2049
2107
|
},
|
|
2108
|
+
"streaming": {
|
|
2109
|
+
"type": "boolean",
|
|
2110
|
+
"default": true,
|
|
2111
|
+
"description": "Whether the model supports streaming responses. Defaults to true."
|
|
2112
|
+
},
|
|
2050
2113
|
"zeroDataRetentionEnabled": {
|
|
2051
2114
|
"type": "boolean",
|
|
2052
2115
|
"default": false,
|
|
@@ -2184,6 +2247,12 @@
|
|
|
2184
2247
|
"icon": "$(terminal)",
|
|
2185
2248
|
"category": "Copilot CLI"
|
|
2186
2249
|
},
|
|
2250
|
+
{
|
|
2251
|
+
"command": "github.copilot.cli.sessions.rename",
|
|
2252
|
+
"title": "%github.copilot.command.cli.sessions.rename%",
|
|
2253
|
+
"icon": "$(edit)",
|
|
2254
|
+
"category": "Copilot CLI"
|
|
2255
|
+
},
|
|
2187
2256
|
{
|
|
2188
2257
|
"command": "github.copilot.cli.sessions.openRepository",
|
|
2189
2258
|
"title": "%github.copilot.command.cli.sessions.openRepository%",
|
|
@@ -2202,6 +2271,12 @@
|
|
|
2202
2271
|
"icon": "$(terminal)",
|
|
2203
2272
|
"category": "Copilot CLI"
|
|
2204
2273
|
},
|
|
2274
|
+
{
|
|
2275
|
+
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
2276
|
+
"title": "%github.copilot.command.cli.sessions.commitToWorktree%",
|
|
2277
|
+
"icon": "$(git-commit)",
|
|
2278
|
+
"category": "Copilot CLI"
|
|
2279
|
+
},
|
|
2205
2280
|
{
|
|
2206
2281
|
"command": "github.copilot.cli.newSession",
|
|
2207
2282
|
"title": "%github.copilot.command.cli.newSession%",
|
|
@@ -2232,6 +2307,10 @@
|
|
|
2232
2307
|
"category": "Developer",
|
|
2233
2308
|
"enablement": "github.copilot.chat.replay.workspaceEditTracing"
|
|
2234
2309
|
},
|
|
2310
|
+
{
|
|
2311
|
+
"command": "github.copilot.chat.compact",
|
|
2312
|
+
"title": "%github.copilot.command.compactConversation%"
|
|
2313
|
+
},
|
|
2235
2314
|
{
|
|
2236
2315
|
"command": "github.copilot.chat.explain",
|
|
2237
2316
|
"title": "%github.copilot.command.explainThis%",
|
|
@@ -2398,6 +2477,11 @@
|
|
|
2398
2477
|
"title": "%github.copilot.command.logWorkbenchState%",
|
|
2399
2478
|
"category": "Developer"
|
|
2400
2479
|
},
|
|
2480
|
+
{
|
|
2481
|
+
"command": "github.copilot.debug.togglePowerSaveBlocker",
|
|
2482
|
+
"title": "%github.copilot.command.togglePowerSaveBlocker%",
|
|
2483
|
+
"category": "Developer"
|
|
2484
|
+
},
|
|
2401
2485
|
{
|
|
2402
2486
|
"command": "github.copilot.debug.showChatLogView",
|
|
2403
2487
|
"title": "%github.copilot.command.showChatLogView%",
|
|
@@ -2425,6 +2509,21 @@
|
|
|
2425
2509
|
"icon": "$(inspect)",
|
|
2426
2510
|
"category": "Developer"
|
|
2427
2511
|
},
|
|
2512
|
+
{
|
|
2513
|
+
"command": "github.copilot.debug.extensionState",
|
|
2514
|
+
"title": "%github.copilot.command.extensionState%",
|
|
2515
|
+
"category": "Developer"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"command": "github.copilot.chat.tools.memory.showMemories",
|
|
2519
|
+
"title": "%github.copilot.command.showMemories%",
|
|
2520
|
+
"category": "Chat"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"command": "github.copilot.chat.tools.memory.clearMemories",
|
|
2524
|
+
"title": "%github.copilot.command.clearMemories%",
|
|
2525
|
+
"category": "Chat"
|
|
2526
|
+
},
|
|
2428
2527
|
{
|
|
2429
2528
|
"command": "github.copilot.terminal.explainTerminalLastCommand",
|
|
2430
2529
|
"title": "%github.copilot.command.explainTerminalLastCommand%",
|
|
@@ -2615,6 +2714,16 @@
|
|
|
2615
2714
|
"title": "Export All Prompt Logs as JSON...",
|
|
2616
2715
|
"icon": "$(export)"
|
|
2617
2716
|
},
|
|
2717
|
+
{
|
|
2718
|
+
"command": "github.copilot.chat.debug.exportTrajectories",
|
|
2719
|
+
"title": "Export Agent Trajectories",
|
|
2720
|
+
"category": "Chat"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
2724
|
+
"title": "Export Trajectory...",
|
|
2725
|
+
"category": "Chat"
|
|
2726
|
+
},
|
|
2618
2727
|
{
|
|
2619
2728
|
"command": "github.copilot.nes.captureExpected.start",
|
|
2620
2729
|
"title": "Record Expected Edit (NES)",
|
|
@@ -2880,7 +2989,7 @@
|
|
|
2880
2989
|
},
|
|
2881
2990
|
"github.copilot.nextEditSuggestions.enabled": {
|
|
2882
2991
|
"type": "boolean",
|
|
2883
|
-
"default":
|
|
2992
|
+
"default": true,
|
|
2884
2993
|
"tags": [
|
|
2885
2994
|
"nextEditSuggestions",
|
|
2886
2995
|
"onExp"
|
|
@@ -2940,6 +3049,15 @@
|
|
|
2940
3049
|
"default": true,
|
|
2941
3050
|
"description": "%github.copilot.config.organizationInstructions.enabled%"
|
|
2942
3051
|
},
|
|
3052
|
+
"github.copilot.chat.additionalReadAccessPaths": {
|
|
3053
|
+
"type": "array",
|
|
3054
|
+
"default": [],
|
|
3055
|
+
"items": {
|
|
3056
|
+
"type": "string"
|
|
3057
|
+
},
|
|
3058
|
+
"markdownDescription": "%github.copilot.config.additionalReadAccessPaths%",
|
|
3059
|
+
"scope": "window"
|
|
3060
|
+
},
|
|
2943
3061
|
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2944
3062
|
"type": "boolean",
|
|
2945
3063
|
"default": true,
|
|
@@ -3096,6 +3214,14 @@
|
|
|
3096
3214
|
"preview"
|
|
3097
3215
|
]
|
|
3098
3216
|
},
|
|
3217
|
+
"github.copilot.chat.tools.memory.enabled": {
|
|
3218
|
+
"type": "boolean",
|
|
3219
|
+
"default": true,
|
|
3220
|
+
"markdownDescription": "%github.copilot.config.tools.memory.enabled%",
|
|
3221
|
+
"tags": [
|
|
3222
|
+
"preview"
|
|
3223
|
+
]
|
|
3224
|
+
},
|
|
3099
3225
|
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3100
3226
|
"type": "boolean",
|
|
3101
3227
|
"default": true,
|
|
@@ -3115,6 +3241,36 @@
|
|
|
3115
3241
|
"preview",
|
|
3116
3242
|
"onExp"
|
|
3117
3243
|
]
|
|
3244
|
+
},
|
|
3245
|
+
"github.copilot.chat.anthropic.thinking.effort": {
|
|
3246
|
+
"type": "string",
|
|
3247
|
+
"markdownDescription": "%github.copilot.config.anthropic.thinking.effort%",
|
|
3248
|
+
"enum": [
|
|
3249
|
+
"low",
|
|
3250
|
+
"medium",
|
|
3251
|
+
"high"
|
|
3252
|
+
],
|
|
3253
|
+
"default": "high",
|
|
3254
|
+
"tags": [
|
|
3255
|
+
"preview"
|
|
3256
|
+
]
|
|
3257
|
+
},
|
|
3258
|
+
"github.copilot.chat.backgroundCompaction": {
|
|
3259
|
+
"type": "boolean",
|
|
3260
|
+
"default": false,
|
|
3261
|
+
"markdownDescription": "%github.copilot.config.backgroundCompaction%",
|
|
3262
|
+
"tags": [
|
|
3263
|
+
"preview",
|
|
3264
|
+
"onExp"
|
|
3265
|
+
]
|
|
3266
|
+
},
|
|
3267
|
+
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3268
|
+
"type": "boolean",
|
|
3269
|
+
"default": true,
|
|
3270
|
+
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3271
|
+
"tags": [
|
|
3272
|
+
"preview"
|
|
3273
|
+
]
|
|
3118
3274
|
}
|
|
3119
3275
|
}
|
|
3120
3276
|
},
|
|
@@ -3608,13 +3764,18 @@
|
|
|
3608
3764
|
"onExp"
|
|
3609
3765
|
]
|
|
3610
3766
|
},
|
|
3611
|
-
"github.copilot.chat.anthropic.
|
|
3612
|
-
"type": "
|
|
3613
|
-
"default":
|
|
3614
|
-
"markdownDescription": "%github.copilot.config.anthropic.
|
|
3767
|
+
"github.copilot.chat.anthropic.contextEditing.mode": {
|
|
3768
|
+
"type": "string",
|
|
3769
|
+
"default": "clear-thinking",
|
|
3770
|
+
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.mode%",
|
|
3615
3771
|
"tags": [
|
|
3616
3772
|
"experimental",
|
|
3617
3773
|
"onExp"
|
|
3774
|
+
],
|
|
3775
|
+
"enum": [
|
|
3776
|
+
"clear-thinking",
|
|
3777
|
+
"clear-tooluse",
|
|
3778
|
+
"clear-both"
|
|
3618
3779
|
]
|
|
3619
3780
|
},
|
|
3620
3781
|
"github.copilot.chat.responsesApiReasoningEffort": {
|
|
@@ -3629,6 +3790,7 @@
|
|
|
3629
3790
|
"low",
|
|
3630
3791
|
"medium",
|
|
3631
3792
|
"high",
|
|
3793
|
+
"xhigh",
|
|
3632
3794
|
"default"
|
|
3633
3795
|
]
|
|
3634
3796
|
},
|
|
@@ -3645,6 +3807,24 @@
|
|
|
3645
3807
|
"detailed"
|
|
3646
3808
|
]
|
|
3647
3809
|
},
|
|
3810
|
+
"github.copilot.chat.responsesApiContextManagement.enabled": {
|
|
3811
|
+
"type": "boolean",
|
|
3812
|
+
"default": false,
|
|
3813
|
+
"markdownDescription": "%github.copilot.config.responsesApiContextManagement.enabled%",
|
|
3814
|
+
"tags": [
|
|
3815
|
+
"experimental",
|
|
3816
|
+
"onExp"
|
|
3817
|
+
]
|
|
3818
|
+
},
|
|
3819
|
+
"github.copilot.chat.updated53CodexPrompt.enabled": {
|
|
3820
|
+
"type": "boolean",
|
|
3821
|
+
"default": false,
|
|
3822
|
+
"markdownDescription": "%github.copilot.config.updated53CodexPrompt.enabled%",
|
|
3823
|
+
"tags": [
|
|
3824
|
+
"experimental",
|
|
3825
|
+
"onExp"
|
|
3826
|
+
]
|
|
3827
|
+
},
|
|
3648
3828
|
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
3649
3829
|
"type": "boolean",
|
|
3650
3830
|
"default": false,
|
|
@@ -3757,20 +3937,41 @@
|
|
|
3757
3937
|
"experimental"
|
|
3758
3938
|
]
|
|
3759
3939
|
},
|
|
3760
|
-
"github.copilot.chat.
|
|
3940
|
+
"github.copilot.chat.implementAgent.model": {
|
|
3761
3941
|
"type": "string",
|
|
3762
3942
|
"default": "",
|
|
3763
3943
|
"scope": "resource",
|
|
3764
|
-
"markdownDescription": "%github.copilot.config.
|
|
3944
|
+
"markdownDescription": "%github.copilot.config.implementAgent.model%",
|
|
3765
3945
|
"tags": [
|
|
3766
3946
|
"experimental"
|
|
3767
3947
|
]
|
|
3768
3948
|
},
|
|
3769
|
-
"github.copilot.chat.
|
|
3949
|
+
"github.copilot.chat.askAgent.additionalTools": {
|
|
3950
|
+
"type": "array",
|
|
3951
|
+
"items": {
|
|
3952
|
+
"type": "string"
|
|
3953
|
+
},
|
|
3954
|
+
"default": [],
|
|
3955
|
+
"scope": "resource",
|
|
3956
|
+
"markdownDescription": "%github.copilot.config.askAgent.additionalTools%",
|
|
3957
|
+
"tags": [
|
|
3958
|
+
"experimental"
|
|
3959
|
+
]
|
|
3960
|
+
},
|
|
3961
|
+
"github.copilot.chat.askAgent.model": {
|
|
3770
3962
|
"type": "string",
|
|
3771
3963
|
"default": "",
|
|
3772
3964
|
"scope": "resource",
|
|
3773
|
-
"markdownDescription": "%github.copilot.config.
|
|
3965
|
+
"markdownDescription": "%github.copilot.config.askAgent.model%",
|
|
3966
|
+
"tags": [
|
|
3967
|
+
"experimental"
|
|
3968
|
+
]
|
|
3969
|
+
},
|
|
3970
|
+
"github.copilot.chat.exploreAgent.model": {
|
|
3971
|
+
"type": "string",
|
|
3972
|
+
"default": "",
|
|
3973
|
+
"scope": "resource",
|
|
3974
|
+
"markdownDescription": "%github.copilot.config.exploreAgent.model%",
|
|
3774
3975
|
"tags": [
|
|
3775
3976
|
"experimental"
|
|
3776
3977
|
]
|
|
@@ -3780,52 +3981,6 @@
|
|
|
3780
3981
|
{
|
|
3781
3982
|
"id": "advanced",
|
|
3782
3983
|
"properties": {
|
|
3783
|
-
"github.copilot.chat.anthropic.contextEditing.config": {
|
|
3784
|
-
"type": "object",
|
|
3785
|
-
"default": null,
|
|
3786
|
-
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.config%",
|
|
3787
|
-
"tags": [
|
|
3788
|
-
"advanced",
|
|
3789
|
-
"experimental"
|
|
3790
|
-
],
|
|
3791
|
-
"properties": {
|
|
3792
|
-
"triggerType": {
|
|
3793
|
-
"type": "string",
|
|
3794
|
-
"enum": [
|
|
3795
|
-
"input_tokens",
|
|
3796
|
-
"tool_uses"
|
|
3797
|
-
],
|
|
3798
|
-
"description": "Type of trigger for context editing"
|
|
3799
|
-
},
|
|
3800
|
-
"triggerValue": {
|
|
3801
|
-
"type": "number",
|
|
3802
|
-
"description": "Threshold value for the trigger (default: 80000 tokens)"
|
|
3803
|
-
},
|
|
3804
|
-
"keepCount": {
|
|
3805
|
-
"type": "number",
|
|
3806
|
-
"description": "Number of recent tool uses to keep (default: 3)"
|
|
3807
|
-
},
|
|
3808
|
-
"clearAtLeastTokens": {
|
|
3809
|
-
"type": "number",
|
|
3810
|
-
"description": "Minimum tokens to clear per edit (default: 10000)"
|
|
3811
|
-
},
|
|
3812
|
-
"excludeTools": {
|
|
3813
|
-
"type": "array",
|
|
3814
|
-
"items": {
|
|
3815
|
-
"type": "string"
|
|
3816
|
-
},
|
|
3817
|
-
"description": "Tool names to exclude from clearing"
|
|
3818
|
-
},
|
|
3819
|
-
"clearInputs": {
|
|
3820
|
-
"type": "boolean",
|
|
3821
|
-
"description": "Whether to clear tool inputs (default: true)"
|
|
3822
|
-
},
|
|
3823
|
-
"thinkingKeepTurns": {
|
|
3824
|
-
"type": "number",
|
|
3825
|
-
"description": "Number of thinking turns to keep (default: 1)"
|
|
3826
|
-
}
|
|
3827
|
-
}
|
|
3828
|
-
},
|
|
3829
3984
|
"github.copilot.chat.debug.overrideChatEngine": {
|
|
3830
3985
|
"type": [
|
|
3831
3986
|
"string",
|
|
@@ -4096,7 +4251,7 @@
|
|
|
4096
4251
|
},
|
|
4097
4252
|
"github.copilot.chat.agent.largeToolResultsToDisk.enabled": {
|
|
4098
4253
|
"type": "boolean",
|
|
4099
|
-
"default":
|
|
4254
|
+
"default": true,
|
|
4100
4255
|
"markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.enabled%",
|
|
4101
4256
|
"tags": [
|
|
4102
4257
|
"advanced",
|
|
@@ -4303,14 +4458,28 @@
|
|
|
4303
4458
|
"experimental"
|
|
4304
4459
|
]
|
|
4305
4460
|
},
|
|
4306
|
-
"github.copilot.chat.
|
|
4461
|
+
"github.copilot.chat.cli.branchSupport.enabled": {
|
|
4307
4462
|
"type": "boolean",
|
|
4308
4463
|
"default": false,
|
|
4309
|
-
"markdownDescription": "%github.copilot.config.
|
|
4464
|
+
"markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
|
|
4310
4465
|
"tags": [
|
|
4311
|
-
"advanced"
|
|
4312
|
-
|
|
4313
|
-
|
|
4466
|
+
"advanced"
|
|
4467
|
+
]
|
|
4468
|
+
},
|
|
4469
|
+
"github.copilot.chat.cli.isolationOption.enabled": {
|
|
4470
|
+
"type": "boolean",
|
|
4471
|
+
"default": false,
|
|
4472
|
+
"markdownDescription": "%github.copilot.config.cli.isolationOption.enabled%",
|
|
4473
|
+
"tags": [
|
|
4474
|
+
"advanced"
|
|
4475
|
+
]
|
|
4476
|
+
},
|
|
4477
|
+
"github.copilot.chat.cli.sessionController.enabled": {
|
|
4478
|
+
"type": "boolean",
|
|
4479
|
+
"default": false,
|
|
4480
|
+
"markdownDescription": "%github.copilot.config.cli.sessionController.enabled%",
|
|
4481
|
+
"tags": [
|
|
4482
|
+
"advanced"
|
|
4314
4483
|
]
|
|
4315
4484
|
},
|
|
4316
4485
|
"github.copilot.chat.searchSubagent.enabled": {
|
|
@@ -4323,6 +4492,22 @@
|
|
|
4323
4492
|
"onExp"
|
|
4324
4493
|
]
|
|
4325
4494
|
},
|
|
4495
|
+
"github.copilot.chat.searchSubagent.useAgenticProxy": {
|
|
4496
|
+
"type": "boolean",
|
|
4497
|
+
"default": false,
|
|
4498
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.useAgenticProxy%",
|
|
4499
|
+
"tags": [
|
|
4500
|
+
"advanced"
|
|
4501
|
+
]
|
|
4502
|
+
},
|
|
4503
|
+
"github.copilot.chat.searchSubagent.agenticProxySearchModelName": {
|
|
4504
|
+
"type": "string",
|
|
4505
|
+
"default": "agentic-search-v1",
|
|
4506
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.agenticProxySearchModelName%",
|
|
4507
|
+
"tags": [
|
|
4508
|
+
"advanced"
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4326
4511
|
"github.copilot.chat.searchSubagent.model": {
|
|
4327
4512
|
"type": "string",
|
|
4328
4513
|
"default": "",
|
|
@@ -4480,7 +4665,7 @@
|
|
|
4480
4665
|
"chat/input/editing/sessionToolbar": [
|
|
4481
4666
|
{
|
|
4482
4667
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
4483
|
-
"when": "chatSessionType == copilotcli && workbenchState != empty",
|
|
4668
|
+
"when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
|
|
4484
4669
|
"group": "navigation@0"
|
|
4485
4670
|
},
|
|
4486
4671
|
{
|
|
@@ -4489,6 +4674,11 @@
|
|
|
4489
4674
|
"group": "navigation@0"
|
|
4490
4675
|
}
|
|
4491
4676
|
],
|
|
4677
|
+
"chat/contextUsage/actions": [
|
|
4678
|
+
{
|
|
4679
|
+
"command": "github.copilot.chat.compact"
|
|
4680
|
+
}
|
|
4681
|
+
],
|
|
4492
4682
|
"chat/newSession": [
|
|
4493
4683
|
{
|
|
4494
4684
|
"command": "github.copilot.cli.newSession",
|
|
@@ -4510,6 +4700,18 @@
|
|
|
4510
4700
|
}
|
|
4511
4701
|
],
|
|
4512
4702
|
"commandPalette": [
|
|
4703
|
+
{
|
|
4704
|
+
"command": "github.copilot.debug.extensionState",
|
|
4705
|
+
"when": "false"
|
|
4706
|
+
},
|
|
4707
|
+
{
|
|
4708
|
+
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
4709
|
+
"when": "false"
|
|
4710
|
+
},
|
|
4711
|
+
{
|
|
4712
|
+
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
4713
|
+
"when": "false"
|
|
4714
|
+
},
|
|
4513
4715
|
{
|
|
4514
4716
|
"command": "github.copilot.chat.triggerPermissiveSignIn",
|
|
4515
4717
|
"when": "false"
|
|
@@ -4710,6 +4912,10 @@
|
|
|
4710
4912
|
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
4711
4913
|
"when": "false"
|
|
4712
4914
|
},
|
|
4915
|
+
{
|
|
4916
|
+
"command": "github.copilot.cli.sessions.rename",
|
|
4917
|
+
"when": "false"
|
|
4918
|
+
},
|
|
4713
4919
|
{
|
|
4714
4920
|
"command": "github.copilot.cli.sessions.openRepository",
|
|
4715
4921
|
"when": "false"
|
|
@@ -4761,6 +4967,14 @@
|
|
|
4761
4967
|
{
|
|
4762
4968
|
"command": "github.copilot.nes.captureExpected.submit",
|
|
4763
4969
|
"when": "github.copilot.inlineEditsEnabled"
|
|
4970
|
+
},
|
|
4971
|
+
{
|
|
4972
|
+
"command": "github.copilot.chat.tools.memory.showMemories",
|
|
4973
|
+
"when": "config.github.copilot.chat.tools.memory.enabled"
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"command": "github.copilot.chat.tools.memory.clearMemories",
|
|
4977
|
+
"when": "config.github.copilot.chat.tools.memory.enabled"
|
|
4764
4978
|
}
|
|
4765
4979
|
],
|
|
4766
4980
|
"view/title": [
|
|
@@ -4805,6 +5019,11 @@
|
|
|
4805
5019
|
"command": "github.copilot.chat.debug.exportPromptLogsAsJson",
|
|
4806
5020
|
"when": "view == copilot-chat && viewItem == chatprompt",
|
|
4807
5021
|
"group": "export@3"
|
|
5022
|
+
},
|
|
5023
|
+
{
|
|
5024
|
+
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
5025
|
+
"when": "view == copilot-chat && viewItem == chatprompt",
|
|
5026
|
+
"group": "export@4"
|
|
4808
5027
|
}
|
|
4809
5028
|
],
|
|
4810
5029
|
"searchPanel/aiResults/commands": [
|
|
@@ -5056,7 +5275,7 @@
|
|
|
5056
5275
|
"multiDiffEditor/content": [
|
|
5057
5276
|
{
|
|
5058
5277
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
5059
|
-
"when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty"
|
|
5278
|
+
"when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty && !isSessionsWindow"
|
|
5060
5279
|
}
|
|
5061
5280
|
],
|
|
5062
5281
|
"chat/chatSessions": [
|
|
@@ -5065,6 +5284,11 @@
|
|
|
5065
5284
|
"when": "chatSessionType == copilotcli",
|
|
5066
5285
|
"group": "1_edit@10"
|
|
5067
5286
|
},
|
|
5287
|
+
{
|
|
5288
|
+
"command": "github.copilot.cli.sessions.rename",
|
|
5289
|
+
"when": "chatSessionType == copilotcli",
|
|
5290
|
+
"group": "1_edit@4"
|
|
5291
|
+
},
|
|
5068
5292
|
{
|
|
5069
5293
|
"command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
|
|
5070
5294
|
"when": "chatSessionType == copilotcli",
|
|
@@ -5082,7 +5306,7 @@
|
|
|
5082
5306
|
},
|
|
5083
5307
|
{
|
|
5084
5308
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
5085
|
-
"when": "chatSessionType == copilotcli && workbenchState != empty",
|
|
5309
|
+
"when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
|
|
5086
5310
|
"group": "3_apply@0"
|
|
5087
5311
|
},
|
|
5088
5312
|
{
|
|
@@ -5458,17 +5682,18 @@
|
|
|
5458
5682
|
{
|
|
5459
5683
|
"type": "claude-code",
|
|
5460
5684
|
"name": "claude",
|
|
5461
|
-
"displayName": "Claude
|
|
5685
|
+
"displayName": "Claude",
|
|
5462
5686
|
"icon": "$(claude)",
|
|
5463
5687
|
"welcomeTitle": "Claude Agent",
|
|
5464
5688
|
"welcomeMessage": "Powered by the same agent as Claude Code",
|
|
5465
5689
|
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
5466
5690
|
"order": 3,
|
|
5467
|
-
"description": "
|
|
5691
|
+
"description": "%github.copilot.session.providerDescription.claude%",
|
|
5468
5692
|
"when": "config.github.copilot.chat.claudeAgent.enabled && !github.copilot.previewFeaturesDisabled",
|
|
5469
5693
|
"canDelegate": true,
|
|
5470
5694
|
"capabilities": {
|
|
5471
|
-
"supportsFileAttachments": true
|
|
5695
|
+
"supportsFileAttachments": true,
|
|
5696
|
+
"supportsImageAttachments": true
|
|
5472
5697
|
},
|
|
5473
5698
|
"commands": [
|
|
5474
5699
|
{
|
|
@@ -5498,20 +5723,24 @@
|
|
|
5498
5723
|
{
|
|
5499
5724
|
"name": "memory",
|
|
5500
5725
|
"description": "Open memory files (CLAUDE.md) for editing"
|
|
5726
|
+
},
|
|
5727
|
+
{
|
|
5728
|
+
"name": "compact",
|
|
5729
|
+
"description": "Compact the conversation history to save context tokens"
|
|
5501
5730
|
}
|
|
5502
5731
|
]
|
|
5503
5732
|
},
|
|
5504
5733
|
{
|
|
5505
5734
|
"type": "copilotcli",
|
|
5506
5735
|
"name": "cli",
|
|
5507
|
-
"displayName": "Background
|
|
5736
|
+
"displayName": "Background",
|
|
5508
5737
|
"icon": "$(worktree)",
|
|
5509
5738
|
"welcomeTitle": "Background Agent",
|
|
5510
5739
|
"welcomeMessage": "Run tasks in the background",
|
|
5511
5740
|
"inputPlaceholder": "Run tasks in the background, type `#` for adding context",
|
|
5512
|
-
"order":
|
|
5741
|
+
"order": 1,
|
|
5513
5742
|
"canDelegate": true,
|
|
5514
|
-
"description": "
|
|
5743
|
+
"description": "%github.copilot.session.providerDescription.background%",
|
|
5515
5744
|
"when": "config.github.copilot.chat.backgroundAgent.enabled",
|
|
5516
5745
|
"capabilities": {
|
|
5517
5746
|
"supportsFileAttachments": true,
|
|
@@ -5520,7 +5749,8 @@
|
|
|
5520
5749
|
"supportsImageAttachments": true,
|
|
5521
5750
|
"supportsSymbolAttachments": true,
|
|
5522
5751
|
"supportsSearchResultAttachments": true,
|
|
5523
|
-
"supportsSourceControlAttachments": true
|
|
5752
|
+
"supportsSourceControlAttachments": true,
|
|
5753
|
+
"supportsPromptAttachments": true
|
|
5524
5754
|
},
|
|
5525
5755
|
"commands": [
|
|
5526
5756
|
{
|
|
@@ -5529,7 +5759,8 @@
|
|
|
5529
5759
|
"when": "config.github.copilot.chat.cloudAgent.enabled"
|
|
5530
5760
|
}
|
|
5531
5761
|
],
|
|
5532
|
-
"customAgentTarget": "github-copilot"
|
|
5762
|
+
"customAgentTarget": "github-copilot",
|
|
5763
|
+
"requiresCustomModels": true
|
|
5533
5764
|
},
|
|
5534
5765
|
{
|
|
5535
5766
|
"type": "copilot-cloud-agent",
|
|
@@ -5537,14 +5768,14 @@
|
|
|
5537
5768
|
"copilot-swe-agent"
|
|
5538
5769
|
],
|
|
5539
5770
|
"name": "cloud",
|
|
5540
|
-
"displayName": "Cloud
|
|
5771
|
+
"displayName": "Cloud",
|
|
5541
5772
|
"icon": "$(cloud)",
|
|
5542
5773
|
"welcomeTitle": "Cloud Agent",
|
|
5543
5774
|
"welcomeMessage": "Delegate tasks to the cloud",
|
|
5544
5775
|
"inputPlaceholder": "Delegate tasks to the cloud, type `#` for adding context",
|
|
5545
|
-
"order":
|
|
5776
|
+
"order": 2,
|
|
5546
5777
|
"canDelegate": true,
|
|
5547
|
-
"description": "
|
|
5778
|
+
"description": "%github.copilot.session.providerDescription.cloud%",
|
|
5548
5779
|
"when": "config.github.copilot.chat.cloudAgent.enabled",
|
|
5549
5780
|
"capabilities": {
|
|
5550
5781
|
"supportsFileAttachments": true
|
|
@@ -5582,14 +5813,26 @@
|
|
|
5582
5813
|
],
|
|
5583
5814
|
"chatAgents": [],
|
|
5584
5815
|
"chatPromptFiles": [
|
|
5585
|
-
{
|
|
5586
|
-
"path": "./assets/prompts/savePrompt.prompt.md"
|
|
5587
|
-
},
|
|
5588
5816
|
{
|
|
5589
5817
|
"path": "./assets/prompts/plan.prompt.md"
|
|
5590
5818
|
},
|
|
5591
5819
|
{
|
|
5592
5820
|
"path": "./assets/prompts/init.prompt.md"
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"path": "./assets/prompts/create-prompt.prompt.md"
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
"path": "./assets/prompts/create-instruction.prompt.md"
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"path": "./assets/prompts/create-skill.prompt.md"
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
"path": "./assets/prompts/create-agent.prompt.md"
|
|
5833
|
+
},
|
|
5834
|
+
{
|
|
5835
|
+
"path": "./assets/prompts/create-hook.prompt.md"
|
|
5593
5836
|
}
|
|
5594
5837
|
],
|
|
5595
5838
|
"terminal": {
|
|
@@ -5612,7 +5855,7 @@
|
|
|
5612
5855
|
"prepare": "husky",
|
|
5613
5856
|
"vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && mv vscode.proposed.*.ts src/extension",
|
|
5614
5857
|
"vscode-dts:main": "node node_modules/@vscode/dts/index.js main && mv vscode.d.ts src/extension",
|
|
5615
|
-
"build": "node .esbuild.ts",
|
|
5858
|
+
"build": "node .esbuild.ts --sourcemaps",
|
|
5616
5859
|
"compile": "node .esbuild.ts --dev",
|
|
5617
5860
|
"watch": "npm-run-all -p watch:*",
|
|
5618
5861
|
"watch:esbuild": "node .esbuild.ts --watch --dev",
|
|
@@ -5747,9 +5990,9 @@
|
|
|
5747
5990
|
"zod": "3.25.76"
|
|
5748
5991
|
},
|
|
5749
5992
|
"dependencies": {
|
|
5750
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
5751
|
-
"@anthropic-ai/sdk": "^0.
|
|
5752
|
-
"@github/blackbird-external-ingest-utils": "^0.
|
|
5993
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.44",
|
|
5994
|
+
"@anthropic-ai/sdk": "^0.74.0",
|
|
5995
|
+
"@github/blackbird-external-ingest-utils": "^0.2.0",
|
|
5753
5996
|
"@github/copilot": "^0.0.406",
|
|
5754
5997
|
"@google/genai": "^1.22.0",
|
|
5755
5998
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
@@ -5757,7 +6000,7 @@
|
|
|
5757
6000
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
5758
6001
|
"@sinclair/typebox": "^0.34.41",
|
|
5759
6002
|
"@vscode/copilot-api": "^0.2.12",
|
|
5760
|
-
"@vscode/extension-telemetry": "^1.
|
|
6003
|
+
"@vscode/extension-telemetry": "^1.5.0",
|
|
5761
6004
|
"@vscode/l10n": "^0.0.18",
|
|
5762
6005
|
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
5763
6006
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|