@vscode/chat-lib 0.4.1-0 → 0.4.1-10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/delay.d.ts +3 -1
- package/dist/src/_internal/extension/inlineEdits/common/delay.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/delay.js +6 -0
- package/dist/src/_internal/extension/inlineEdits/common/delay.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js +2 -35
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts +6 -0
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js +19 -35
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +12 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +150 -97
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +7 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +18 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts +2 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.js.map +1 -1
- package/dist/src/_internal/extension/power/common/powerService.d.ts +11 -0
- package/dist/src/_internal/extension/power/common/powerService.d.ts.map +1 -1
- package/dist/src/_internal/extension/power/common/powerService.js +5 -0
- package/dist/src/_internal/extension/power/common/powerService.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +11 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +235 -56
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +26 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +27 -9
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts +6 -1
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js +3 -1
- package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.js +2 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +6 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +43 -6
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts +22 -0
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js +116 -17
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/similarFilesContextService.d.ts +10 -0
- package/dist/src/_internal/extension/xtab/common/similarFilesContextService.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/similarFilesContextService.js +10 -0
- package/dist/src/_internal/extension/xtab/common/similarFilesContextService.js.map +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.d.ts +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/tags.js +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +1 -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 -0
- 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 +3 -2
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +4 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +91 -20
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +4 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +6 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.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/configuration/common/configurationService.d.ts +29 -24
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +32 -19
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +2 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +17 -7
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +1 -0
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +4 -3
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +6 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +48 -15
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/proxyXtabEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/proxyXtabEndpoint.js +1 -0
- package/dist/src/_internal/platform/endpoint/node/proxyXtabEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +20 -2
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +2 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/triggerOptions.d.ts +8 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/triggerOptions.d.ts.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/triggerOptions.js +17 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/triggerOptions.js.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +44 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +71 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +5 -5
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +15 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +22 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +9 -44
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js +2 -35
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +3 -36
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.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 +33 -38
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +43 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js +29 -4
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +40 -4
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +21 -6
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts +71 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js +308 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js.map +1 -0
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.js +4 -37
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts +1 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js +3 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +2 -0
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts +9 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.js +33 -15
- package/dist/src/_internal/platform/telemetry/common/telemetry.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/node/azureInsightsReporter.d.ts +1 -1
- package/dist/src/_internal/platform/telemetry/node/azureInsightsReporter.d.ts.map +1 -1
- package/dist/src/_internal/platform/telemetry/node/azureInsightsReporter.js +3 -2
- package/dist/src/_internal/platform/telemetry/node/azureInsightsReporter.js.map +1 -1
- package/dist/src/_internal/util/common/errors.d.ts +4 -2
- package/dist/src/_internal/util/common/errors.d.ts.map +1 -1
- package/dist/src/_internal/util/common/errors.js +16 -12
- package/dist/src/_internal/util/common/errors.js.map +1 -1
- package/dist/src/_internal/util/common/result.js +4 -37
- package/dist/src/_internal/util/common/result.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +14 -2
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +17 -3
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +10 -0
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +221 -294
- 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.39.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.110.0",
|
|
26
|
+
"vscode": "^1.110.0-20260223",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
"l10n": "./l10n",
|
|
91
91
|
"enabledApiProposals": [
|
|
92
92
|
"agentSessionsWorkspace",
|
|
93
|
+
"chatDebug@2",
|
|
93
94
|
"chatHooks@6",
|
|
94
95
|
"extensionsAny",
|
|
95
96
|
"newSymbolNamesProvider",
|
|
@@ -144,7 +145,8 @@
|
|
|
144
145
|
"mcpServerDefinitions",
|
|
145
146
|
"tabInputMultiDiff",
|
|
146
147
|
"workspaceTrust",
|
|
147
|
-
"environmentPower"
|
|
148
|
+
"environmentPower",
|
|
149
|
+
"terminalTitle"
|
|
148
150
|
],
|
|
149
151
|
"contributes": {
|
|
150
152
|
"languageModelTools": [
|
|
@@ -511,7 +513,7 @@
|
|
|
511
513
|
{
|
|
512
514
|
"name": "copilot_getProjectSetupInfo",
|
|
513
515
|
"displayName": "%github.copilot.tools.getProjectSetupInfo.name%",
|
|
514
|
-
"when": "config.github.copilot.chat.newWorkspaceCreation.enabled",
|
|
516
|
+
"when": "config.github.copilot.chat.newWorkspaceCreation.enabled && !config.github.copilot.chat.projectSetupInfoSkill.enabled",
|
|
515
517
|
"toolReferenceName": "getProjectSetupInfo",
|
|
516
518
|
"legacyToolReferenceFullNames": [
|
|
517
519
|
"new/getProjectSetupInfo"
|
|
@@ -534,7 +536,7 @@
|
|
|
534
536
|
{
|
|
535
537
|
"name": "copilot_installExtension",
|
|
536
538
|
"displayName": "Install Extension in VS Code",
|
|
537
|
-
"when": "config.github.copilot.chat.
|
|
539
|
+
"when": "!config.github.copilot.chat.installExtensionSkill.enabled",
|
|
538
540
|
"toolReferenceName": "installExtension",
|
|
539
541
|
"legacyToolReferenceFullNames": [
|
|
540
542
|
"new/installExtension"
|
|
@@ -585,6 +587,10 @@
|
|
|
585
587
|
"items": {
|
|
586
588
|
"type": "string"
|
|
587
589
|
}
|
|
590
|
+
},
|
|
591
|
+
"skipCheck": {
|
|
592
|
+
"type": "boolean",
|
|
593
|
+
"description": "If true, skip checking whether the command exists before executing it."
|
|
588
594
|
}
|
|
589
595
|
},
|
|
590
596
|
"required": [
|
|
@@ -698,29 +704,6 @@
|
|
|
698
704
|
]
|
|
699
705
|
}
|
|
700
706
|
},
|
|
701
|
-
{
|
|
702
|
-
"name": "copilot_openSimpleBrowser",
|
|
703
|
-
"displayName": "%copilot.tools.openSimpleBrowser.name%",
|
|
704
|
-
"modelDescription": "Preview a website or open a URL in the editor's Simple Browser. Useful for quickly viewing locally hosted websites, demos, or resources without leaving the coding environment.",
|
|
705
|
-
"userDescription": "%copilot.tools.openSimpleBrowser.description%",
|
|
706
|
-
"toolReferenceName": "openSimpleBrowser",
|
|
707
|
-
"legacyToolReferenceFullNames": [
|
|
708
|
-
"openSimpleBrowser"
|
|
709
|
-
],
|
|
710
|
-
"tags": [],
|
|
711
|
-
"inputSchema": {
|
|
712
|
-
"type": "object",
|
|
713
|
-
"properties": {
|
|
714
|
-
"url": {
|
|
715
|
-
"type": "string",
|
|
716
|
-
"description": "The website URL to preview or open in the Simple Browser inside the editor. Must be either an http or https URL"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
"required": [
|
|
720
|
-
"url"
|
|
721
|
-
]
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
707
|
{
|
|
725
708
|
"name": "copilot_replaceString",
|
|
726
709
|
"toolReferenceName": "replaceString",
|
|
@@ -1002,38 +985,14 @@
|
|
|
1002
985
|
]
|
|
1003
986
|
}
|
|
1004
987
|
},
|
|
1005
|
-
{
|
|
1006
|
-
"name": "copilot_getDocInfo",
|
|
1007
|
-
"displayName": "%copilot.tools.getDocInfo.name%",
|
|
1008
|
-
"icon": "$(beaker)",
|
|
1009
|
-
"canBeReferencedInPrompt": false,
|
|
1010
|
-
"toolReferenceName": "docInfo",
|
|
1011
|
-
"userDescription": "%copilot.tools.getDocInfo.description%",
|
|
1012
|
-
"modelDescription": "Find information about how to document it a symbol like a class or function. This tool is useful for generating documentation comments for code symbols. You should use this tool when you think the user is looking for information about how to document a specific code symbol.",
|
|
1013
|
-
"tags": [],
|
|
1014
|
-
"inputSchema": {
|
|
1015
|
-
"type": "object",
|
|
1016
|
-
"properties": {
|
|
1017
|
-
"filePaths": {
|
|
1018
|
-
"type": "array",
|
|
1019
|
-
"items": {
|
|
1020
|
-
"type": "string"
|
|
1021
|
-
},
|
|
1022
|
-
"description": "The file paths for which documentation information is needed."
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
"required": [
|
|
1026
|
-
"filePaths"
|
|
1027
|
-
]
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
988
|
{
|
|
1031
989
|
"name": "copilot_getSearchResults",
|
|
1032
990
|
"toolReferenceName": "searchResults",
|
|
1033
991
|
"displayName": "%github.copilot.tools.searchResults.name%",
|
|
1034
992
|
"icon": "$(search)",
|
|
1035
993
|
"userDescription": "%github.copilot.tools.searchResults.description%",
|
|
1036
|
-
"modelDescription": "The results from the search view"
|
|
994
|
+
"modelDescription": "The results from the search view",
|
|
995
|
+
"when": "!config.github.copilot.chat.getSearchViewResultsSkill.enabled"
|
|
1037
996
|
},
|
|
1038
997
|
{
|
|
1039
998
|
"name": "copilot_githubRepo",
|
|
@@ -1087,89 +1046,12 @@
|
|
|
1087
1046
|
}
|
|
1088
1047
|
}
|
|
1089
1048
|
},
|
|
1090
|
-
{
|
|
1091
|
-
"name": "copilot_askQuestions",
|
|
1092
|
-
"toolReferenceName": "askQuestions",
|
|
1093
|
-
"displayName": "%copilot.tools.askQuestions.name%",
|
|
1094
|
-
"userDescription": "%copilot.tools.askQuestions.description%",
|
|
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.",
|
|
1096
|
-
"icon": "$(question)",
|
|
1097
|
-
"when": "config.github.copilot.chat.askQuestions.enabled",
|
|
1098
|
-
"inputSchema": {
|
|
1099
|
-
"type": "object",
|
|
1100
|
-
"properties": {
|
|
1101
|
-
"questions": {
|
|
1102
|
-
"type": "array",
|
|
1103
|
-
"description": "Array of 1-4 questions to ask the user",
|
|
1104
|
-
"minItems": 1,
|
|
1105
|
-
"maxItems": 4,
|
|
1106
|
-
"items": {
|
|
1107
|
-
"type": "object",
|
|
1108
|
-
"properties": {
|
|
1109
|
-
"header": {
|
|
1110
|
-
"type": "string",
|
|
1111
|
-
"description": "A short label (max 12 chars) displayed as a quick pick header, also used as the unique identifier for the question",
|
|
1112
|
-
"maxLength": 12
|
|
1113
|
-
},
|
|
1114
|
-
"question": {
|
|
1115
|
-
"type": "string",
|
|
1116
|
-
"description": "The complete question text to display"
|
|
1117
|
-
},
|
|
1118
|
-
"multiSelect": {
|
|
1119
|
-
"type": "boolean",
|
|
1120
|
-
"description": "Allow multiple selections",
|
|
1121
|
-
"default": false
|
|
1122
|
-
},
|
|
1123
|
-
"options": {
|
|
1124
|
-
"type": "array",
|
|
1125
|
-
"description": "0-6 options for the user to choose from. If empty or omitted, shows a free text input instead.",
|
|
1126
|
-
"minItems": 0,
|
|
1127
|
-
"maxItems": 6,
|
|
1128
|
-
"items": {
|
|
1129
|
-
"type": "object",
|
|
1130
|
-
"properties": {
|
|
1131
|
-
"label": {
|
|
1132
|
-
"type": "string",
|
|
1133
|
-
"description": "Option label text"
|
|
1134
|
-
},
|
|
1135
|
-
"description": {
|
|
1136
|
-
"type": "string",
|
|
1137
|
-
"description": "Optional description for the option"
|
|
1138
|
-
},
|
|
1139
|
-
"recommended": {
|
|
1140
|
-
"type": "boolean",
|
|
1141
|
-
"description": "Mark this option as recommended"
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
|
-
"required": [
|
|
1145
|
-
"label"
|
|
1146
|
-
]
|
|
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
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
"required": [
|
|
1156
|
-
"header",
|
|
1157
|
-
"question"
|
|
1158
|
-
]
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
},
|
|
1162
|
-
"required": [
|
|
1163
|
-
"questions"
|
|
1164
|
-
]
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
1049
|
{
|
|
1168
1050
|
"name": "copilot_switchAgent",
|
|
1169
1051
|
"toolReferenceName": "switchAgent",
|
|
1170
1052
|
"displayName": "%copilot.tools.switchAgent.name%",
|
|
1171
1053
|
"userDescription": "%copilot.tools.switchAgent.description%",
|
|
1172
|
-
"modelDescription": "Switch to the Plan agent
|
|
1054
|
+
"modelDescription": "Switch to the Plan agent to align on approach before implementing. Plan will explore the codebase, gathers context, clarifies requirements with the user, and creates an actionable implementation plan.\n\nSWITCH TO PLAN when ANY of these apply:\n1. Adding new functionality - where should it go? What patterns to follow?\n2. Multiple valid approaches exist - choosing between technologies, patterns, or strategies\n3. Modifying existing behavior - unclear what should change or what side effects exist\n4. Architectural decisions required - choosing between design patterns or integration approaches\n5. Changes span multiple files - refactoring, migrations, or cross-cutting concerns\n6. Requirements are underspecified - need to explore before understanding scope\n\nEXAMPLES:\n✓ Switch to Plan:\n- \"Add authentication to the app\" → architectural decisions needed (session vs JWT, middleware)\n- \"Refactor this data flow\" → must understand component dependencies first\n- \"Migrate from X to Y\" → requires understanding current structure\n\n✗ Do NOT switch to Plan:\n- User attached a detailed spec, plan, or requirements doc → context already provided\n- You already started editing files in this conversation → too late to switch\n- Single obvious change like fixing a typo or renaming → just do it\n- User gave explicit step-by-step instructions → follow them directly",
|
|
1173
1055
|
"when": "config.github.copilot.chat.switchAgent.enabled",
|
|
1174
1056
|
"icon": "$(arrow-swap)",
|
|
1175
1057
|
"inputSchema": {
|
|
@@ -1192,7 +1074,6 @@
|
|
|
1192
1074
|
"name": "copilot_memory",
|
|
1193
1075
|
"displayName": "Memory",
|
|
1194
1076
|
"toolReferenceName": "memory",
|
|
1195
|
-
"canBeReferencedInPrompt": true,
|
|
1196
1077
|
"userDescription": "Manage persistent memory across conversations",
|
|
1197
1078
|
"when": "config.github.copilot.chat.tools.memory.enabled",
|
|
1198
1079
|
"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.",
|
|
@@ -1326,9 +1207,7 @@
|
|
|
1326
1207
|
"installExtension",
|
|
1327
1208
|
"memory",
|
|
1328
1209
|
"newWorkspace",
|
|
1329
|
-
"openSimpleBrowser",
|
|
1330
1210
|
"runCommand",
|
|
1331
|
-
"askQuestions",
|
|
1332
1211
|
"switchAgent",
|
|
1333
1212
|
"vscodeAPI"
|
|
1334
1213
|
]
|
|
@@ -1819,7 +1698,13 @@
|
|
|
1819
1698
|
},
|
|
1820
1699
|
{
|
|
1821
1700
|
"vendor": "copilotcli",
|
|
1822
|
-
"displayName": "Copilot CLI"
|
|
1701
|
+
"displayName": "Copilot CLI",
|
|
1702
|
+
"when": "false"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"vendor": "claude-code",
|
|
1706
|
+
"displayName": "Claude Code",
|
|
1707
|
+
"when": "false"
|
|
1823
1708
|
},
|
|
1824
1709
|
{
|
|
1825
1710
|
"vendor": "anthropic",
|
|
@@ -2252,6 +2137,12 @@
|
|
|
2252
2137
|
"icon": "$(edit)",
|
|
2253
2138
|
"category": "Copilot CLI"
|
|
2254
2139
|
},
|
|
2140
|
+
{
|
|
2141
|
+
"command": "github.copilot.claude.sessions.rename",
|
|
2142
|
+
"title": "%github.copilot.command.claude.sessions.rename%",
|
|
2143
|
+
"icon": "$(edit)",
|
|
2144
|
+
"category": "Claude"
|
|
2145
|
+
},
|
|
2255
2146
|
{
|
|
2256
2147
|
"command": "github.copilot.cli.sessions.openRepository",
|
|
2257
2148
|
"title": "%github.copilot.command.cli.sessions.openRepository%",
|
|
@@ -2288,6 +2179,12 @@
|
|
|
2288
2179
|
"icon": "$(terminal)",
|
|
2289
2180
|
"category": "Chat"
|
|
2290
2181
|
},
|
|
2182
|
+
{
|
|
2183
|
+
"command": "github.copilot.cli.openInCopilotCLI",
|
|
2184
|
+
"title": "%github.copilot.command.cli.openInCopilotCLI%",
|
|
2185
|
+
"icon": "$(terminal)",
|
|
2186
|
+
"category": "Copilot CLI"
|
|
2187
|
+
},
|
|
2291
2188
|
{
|
|
2292
2189
|
"command": "github.copilot.chat.replay",
|
|
2293
2190
|
"title": "Start Chat Replay",
|
|
@@ -2446,18 +2343,6 @@
|
|
|
2446
2343
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
2447
2344
|
"category": "Chat"
|
|
2448
2345
|
},
|
|
2449
|
-
{
|
|
2450
|
-
"command": "github.copilot.chat.generateDocs",
|
|
2451
|
-
"title": "%github.copilot.command.generateDocs%",
|
|
2452
|
-
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
2453
|
-
"category": "Chat"
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"command": "github.copilot.chat.generateTests",
|
|
2457
|
-
"title": "%github.copilot.command.generateTests%",
|
|
2458
|
-
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
2459
|
-
"category": "Chat"
|
|
2460
|
-
},
|
|
2461
2346
|
{
|
|
2462
2347
|
"command": "github.copilot.chat.fix",
|
|
2463
2348
|
"title": "%github.copilot.command.fixThis%",
|
|
@@ -2508,6 +2393,11 @@
|
|
|
2508
2393
|
"icon": "$(inspect)",
|
|
2509
2394
|
"category": "Developer"
|
|
2510
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"command": "github.copilot.debug.extensionState",
|
|
2398
|
+
"title": "%github.copilot.command.extensionState%",
|
|
2399
|
+
"category": "Developer"
|
|
2400
|
+
},
|
|
2511
2401
|
{
|
|
2512
2402
|
"command": "github.copilot.chat.tools.memory.showMemories",
|
|
2513
2403
|
"title": "%github.copilot.command.showMemories%",
|
|
@@ -2983,7 +2873,7 @@
|
|
|
2983
2873
|
},
|
|
2984
2874
|
"github.copilot.nextEditSuggestions.enabled": {
|
|
2985
2875
|
"type": "boolean",
|
|
2986
|
-
"default":
|
|
2876
|
+
"default": true,
|
|
2987
2877
|
"tags": [
|
|
2988
2878
|
"nextEditSuggestions",
|
|
2989
2879
|
"onExp"
|
|
@@ -3075,27 +2965,16 @@
|
|
|
3075
2965
|
"type": "string",
|
|
3076
2966
|
"default": "",
|
|
3077
2967
|
"markdownDescription": "The currently selected completion model ID. To select from a list of available models, use the __\"Change Completions Model\"__ command or open the model picker (from the Copilot menu in the VS Code title bar, select __\"Configure Code Completions\"__ then __\"Change Completions Model\"__. The value must be a valid model ID. An empty value indicates that the default model will be used."
|
|
3078
|
-
}
|
|
3079
|
-
}
|
|
3080
|
-
},
|
|
3081
|
-
{
|
|
3082
|
-
"id": "preview",
|
|
3083
|
-
"properties": {
|
|
2968
|
+
},
|
|
3084
2969
|
"github.copilot.chat.reviewAgent.enabled": {
|
|
3085
2970
|
"type": "boolean",
|
|
3086
2971
|
"default": true,
|
|
3087
|
-
"description": "%github.copilot.config.reviewAgent.enabled%"
|
|
3088
|
-
"tags": [
|
|
3089
|
-
"preview"
|
|
3090
|
-
]
|
|
2972
|
+
"description": "%github.copilot.config.reviewAgent.enabled%"
|
|
3091
2973
|
},
|
|
3092
2974
|
"github.copilot.chat.reviewSelection.enabled": {
|
|
3093
2975
|
"type": "boolean",
|
|
3094
2976
|
"default": true,
|
|
3095
|
-
"description": "%github.copilot.config.reviewSelection.enabled%"
|
|
3096
|
-
"tags": [
|
|
3097
|
-
"preview"
|
|
3098
|
-
]
|
|
2977
|
+
"description": "%github.copilot.config.reviewSelection.enabled%"
|
|
3099
2978
|
},
|
|
3100
2979
|
"github.copilot.chat.reviewSelection.instructions": {
|
|
3101
2980
|
"type": "array",
|
|
@@ -3163,11 +3042,13 @@
|
|
|
3163
3042
|
"text": "Resolve all TODO tasks."
|
|
3164
3043
|
}
|
|
3165
3044
|
]
|
|
3166
|
-
],
|
|
3167
|
-
"tags": [
|
|
3168
|
-
"preview"
|
|
3169
3045
|
]
|
|
3170
|
-
}
|
|
3046
|
+
}
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"id": "preview",
|
|
3051
|
+
"properties": {
|
|
3171
3052
|
"github.copilot.chat.copilotDebugCommand.enabled": {
|
|
3172
3053
|
"type": "boolean",
|
|
3173
3054
|
"default": true,
|
|
@@ -3257,12 +3138,29 @@
|
|
|
3257
3138
|
"preview",
|
|
3258
3139
|
"onExp"
|
|
3259
3140
|
]
|
|
3141
|
+
},
|
|
3142
|
+
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3143
|
+
"type": "boolean",
|
|
3144
|
+
"default": true,
|
|
3145
|
+
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3146
|
+
"tags": [
|
|
3147
|
+
"preview"
|
|
3148
|
+
]
|
|
3260
3149
|
}
|
|
3261
3150
|
}
|
|
3262
3151
|
},
|
|
3263
3152
|
{
|
|
3264
3153
|
"id": "experimental",
|
|
3265
3154
|
"properties": {
|
|
3155
|
+
"github.copilot.chat.getSearchViewResultsSkill.enabled": {
|
|
3156
|
+
"type": "boolean",
|
|
3157
|
+
"default": false,
|
|
3158
|
+
"description": "%github.copilot.config.getSearchViewResultsSkill.enabled%",
|
|
3159
|
+
"tags": [
|
|
3160
|
+
"experimental",
|
|
3161
|
+
"onExp"
|
|
3162
|
+
]
|
|
3163
|
+
},
|
|
3266
3164
|
"github.copilot.chat.githubMcpServer.enabled": {
|
|
3267
3165
|
"type": "boolean",
|
|
3268
3166
|
"default": false,
|
|
@@ -3300,21 +3198,13 @@
|
|
|
3300
3198
|
"experimental"
|
|
3301
3199
|
]
|
|
3302
3200
|
},
|
|
3303
|
-
"github.copilot.chat.askQuestions.enabled": {
|
|
3304
|
-
"type": "boolean",
|
|
3305
|
-
"default": true,
|
|
3306
|
-
"markdownDescription": "%github.copilot.config.askQuestions.enabled%",
|
|
3307
|
-
"tags": [
|
|
3308
|
-
"experimental",
|
|
3309
|
-
"onExp"
|
|
3310
|
-
]
|
|
3311
|
-
},
|
|
3312
3201
|
"github.copilot.chat.switchAgent.enabled": {
|
|
3313
3202
|
"type": "boolean",
|
|
3314
3203
|
"default": false,
|
|
3315
3204
|
"markdownDescription": "%github.copilot.config.switchAgent.enabled%",
|
|
3316
3205
|
"tags": [
|
|
3317
|
-
"experimental"
|
|
3206
|
+
"experimental",
|
|
3207
|
+
"onExp"
|
|
3318
3208
|
]
|
|
3319
3209
|
},
|
|
3320
3210
|
"github.copilot.chat.imageUpload.enabled": {
|
|
@@ -3591,14 +3481,6 @@
|
|
|
3591
3481
|
"experimental"
|
|
3592
3482
|
]
|
|
3593
3483
|
},
|
|
3594
|
-
"github.copilot.chat.generateTests.codeLens": {
|
|
3595
|
-
"type": "boolean",
|
|
3596
|
-
"default": false,
|
|
3597
|
-
"description": "%github.copilot.config.generateTests.codeLens%",
|
|
3598
|
-
"tags": [
|
|
3599
|
-
"experimental"
|
|
3600
|
-
]
|
|
3601
|
-
},
|
|
3602
3484
|
"github.copilot.chat.setupTests.enabled": {
|
|
3603
3485
|
"type": "boolean",
|
|
3604
3486
|
"default": true,
|
|
@@ -3741,22 +3623,19 @@
|
|
|
3741
3623
|
],
|
|
3742
3624
|
"description": "%github.copilot.config.alternateGeminiModelFPrompt.enabled%"
|
|
3743
3625
|
},
|
|
3744
|
-
"github.copilot.chat.anthropic.contextEditing.
|
|
3745
|
-
"type": "
|
|
3746
|
-
"default":
|
|
3747
|
-
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.
|
|
3748
|
-
"tags": [
|
|
3749
|
-
"experimental",
|
|
3750
|
-
"onExp"
|
|
3751
|
-
]
|
|
3752
|
-
},
|
|
3753
|
-
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3754
|
-
"type": "boolean",
|
|
3755
|
-
"default": true,
|
|
3756
|
-
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3626
|
+
"github.copilot.chat.anthropic.contextEditing.mode": {
|
|
3627
|
+
"type": "string",
|
|
3628
|
+
"default": "off",
|
|
3629
|
+
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.mode%",
|
|
3757
3630
|
"tags": [
|
|
3758
3631
|
"experimental",
|
|
3759
3632
|
"onExp"
|
|
3633
|
+
],
|
|
3634
|
+
"enum": [
|
|
3635
|
+
"off",
|
|
3636
|
+
"clear-thinking",
|
|
3637
|
+
"clear-tooluse",
|
|
3638
|
+
"clear-both"
|
|
3760
3639
|
]
|
|
3761
3640
|
},
|
|
3762
3641
|
"github.copilot.chat.responsesApiReasoningEffort": {
|
|
@@ -3771,6 +3650,7 @@
|
|
|
3771
3650
|
"low",
|
|
3772
3651
|
"medium",
|
|
3773
3652
|
"high",
|
|
3653
|
+
"xhigh",
|
|
3774
3654
|
"default"
|
|
3775
3655
|
]
|
|
3776
3656
|
},
|
|
@@ -3796,6 +3676,15 @@
|
|
|
3796
3676
|
"onExp"
|
|
3797
3677
|
]
|
|
3798
3678
|
},
|
|
3679
|
+
"github.copilot.chat.updated53CodexPrompt.enabled": {
|
|
3680
|
+
"type": "boolean",
|
|
3681
|
+
"default": true,
|
|
3682
|
+
"markdownDescription": "%github.copilot.config.updated53CodexPrompt.enabled%",
|
|
3683
|
+
"tags": [
|
|
3684
|
+
"experimental",
|
|
3685
|
+
"onExp"
|
|
3686
|
+
]
|
|
3687
|
+
},
|
|
3799
3688
|
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
3800
3689
|
"type": "boolean",
|
|
3801
3690
|
"default": false,
|
|
@@ -3952,51 +3841,25 @@
|
|
|
3952
3841
|
{
|
|
3953
3842
|
"id": "advanced",
|
|
3954
3843
|
"properties": {
|
|
3955
|
-
"github.copilot.chat.
|
|
3956
|
-
"type": "
|
|
3957
|
-
"default":
|
|
3958
|
-
"markdownDescription": "%github.copilot.config.anthropic.contextEditing.config%",
|
|
3844
|
+
"github.copilot.chat.installExtensionSkill.enabled": {
|
|
3845
|
+
"type": "boolean",
|
|
3846
|
+
"default": false,
|
|
3959
3847
|
"tags": [
|
|
3960
3848
|
"advanced",
|
|
3961
|
-
"experimental"
|
|
3849
|
+
"experimental",
|
|
3850
|
+
"onExp"
|
|
3962
3851
|
],
|
|
3963
|
-
"
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
"description": "Threshold value for the trigger (default: 80000 tokens)"
|
|
3975
|
-
},
|
|
3976
|
-
"keepCount": {
|
|
3977
|
-
"type": "number",
|
|
3978
|
-
"description": "Number of recent tool uses to keep (default: 3)"
|
|
3979
|
-
},
|
|
3980
|
-
"clearAtLeastTokens": {
|
|
3981
|
-
"type": "number",
|
|
3982
|
-
"description": "Minimum tokens to clear per edit (default: 10000)"
|
|
3983
|
-
},
|
|
3984
|
-
"excludeTools": {
|
|
3985
|
-
"type": "array",
|
|
3986
|
-
"items": {
|
|
3987
|
-
"type": "string"
|
|
3988
|
-
},
|
|
3989
|
-
"description": "Tool names to exclude from clearing"
|
|
3990
|
-
},
|
|
3991
|
-
"clearInputs": {
|
|
3992
|
-
"type": "boolean",
|
|
3993
|
-
"description": "Whether to clear tool inputs (default: true)"
|
|
3994
|
-
},
|
|
3995
|
-
"thinkingKeepTurns": {
|
|
3996
|
-
"type": "number",
|
|
3997
|
-
"description": "Number of thinking turns to keep (default: 1)"
|
|
3998
|
-
}
|
|
3999
|
-
}
|
|
3852
|
+
"description": "%github.copilot.config.installExtensionSkill.enabled%"
|
|
3853
|
+
},
|
|
3854
|
+
"github.copilot.chat.projectSetupInfoSkill.enabled": {
|
|
3855
|
+
"type": "boolean",
|
|
3856
|
+
"default": false,
|
|
3857
|
+
"tags": [
|
|
3858
|
+
"advanced",
|
|
3859
|
+
"experimental",
|
|
3860
|
+
"onExp"
|
|
3861
|
+
],
|
|
3862
|
+
"description": "%github.copilot.config.projectSetupInfoSkill.enabled%"
|
|
4000
3863
|
},
|
|
4001
3864
|
"github.copilot.chat.debug.overrideChatEngine": {
|
|
4002
3865
|
"type": [
|
|
@@ -4457,6 +4320,27 @@
|
|
|
4457
4320
|
"onExp"
|
|
4458
4321
|
]
|
|
4459
4322
|
},
|
|
4323
|
+
"github.copilot.nextEditSuggestions.aggressiveness": {
|
|
4324
|
+
"type": "string",
|
|
4325
|
+
"default": "default",
|
|
4326
|
+
"enum": [
|
|
4327
|
+
"default",
|
|
4328
|
+
"low",
|
|
4329
|
+
"medium",
|
|
4330
|
+
"high"
|
|
4331
|
+
],
|
|
4332
|
+
"enumDescriptions": [
|
|
4333
|
+
"%github.copilot.config.nextEditSuggestions.aggressiveness.default%",
|
|
4334
|
+
"%github.copilot.config.nextEditSuggestions.aggressiveness.low%",
|
|
4335
|
+
"%github.copilot.config.nextEditSuggestions.aggressiveness.medium%",
|
|
4336
|
+
"%github.copilot.config.nextEditSuggestions.aggressiveness.high%"
|
|
4337
|
+
],
|
|
4338
|
+
"markdownDescription": "%github.copilot.config.nextEditSuggestions.aggressiveness%",
|
|
4339
|
+
"tags": [
|
|
4340
|
+
"advanced",
|
|
4341
|
+
"experimental"
|
|
4342
|
+
]
|
|
4343
|
+
},
|
|
4460
4344
|
"github.copilot.chat.cli.customAgents.enabled": {
|
|
4461
4345
|
"type": "boolean",
|
|
4462
4346
|
"default": true,
|
|
@@ -4466,6 +4350,15 @@
|
|
|
4466
4350
|
"experimental"
|
|
4467
4351
|
]
|
|
4468
4352
|
},
|
|
4353
|
+
"github.copilot.chat.cli.planMode.enabled": {
|
|
4354
|
+
"type": "boolean",
|
|
4355
|
+
"default": false,
|
|
4356
|
+
"markdownDescription": "%github.copilot.config.cli.planMode.enabled%",
|
|
4357
|
+
"tags": [
|
|
4358
|
+
"advanced",
|
|
4359
|
+
"experimental"
|
|
4360
|
+
]
|
|
4361
|
+
},
|
|
4469
4362
|
"github.copilot.chat.cli.mcp.enabled": {
|
|
4470
4363
|
"type": "boolean",
|
|
4471
4364
|
"default": false,
|
|
@@ -4517,14 +4410,6 @@
|
|
|
4517
4410
|
"advanced"
|
|
4518
4411
|
]
|
|
4519
4412
|
},
|
|
4520
|
-
"github.copilot.chat.searchSubagent.agenticProxySearchModelName": {
|
|
4521
|
-
"type": "string",
|
|
4522
|
-
"default": "agentic-search-v1",
|
|
4523
|
-
"markdownDescription": "%github.copilot.config.searchSubagent.agenticProxySearchModelName%",
|
|
4524
|
-
"tags": [
|
|
4525
|
-
"advanced"
|
|
4526
|
-
]
|
|
4527
|
-
},
|
|
4528
4413
|
"github.copilot.chat.searchSubagent.model": {
|
|
4529
4414
|
"type": "string",
|
|
4530
4415
|
"default": "",
|
|
@@ -4629,10 +4514,20 @@
|
|
|
4629
4514
|
}
|
|
4630
4515
|
],
|
|
4631
4516
|
"editor/context": [
|
|
4517
|
+
{
|
|
4518
|
+
"command": "github.copilot.chat.fix",
|
|
4519
|
+
"when": "!github.copilot.interactiveSession.disabled && !editorReadonly && editorSelectionHasDiagnostics",
|
|
4520
|
+
"group": "1_chat@4"
|
|
4521
|
+
},
|
|
4632
4522
|
{
|
|
4633
4523
|
"command": "github.copilot.chat.explain",
|
|
4634
4524
|
"when": "!github.copilot.interactiveSession.disabled",
|
|
4635
|
-
"group": "1_chat@
|
|
4525
|
+
"group": "1_chat@5"
|
|
4526
|
+
},
|
|
4527
|
+
{
|
|
4528
|
+
"command": "github.copilot.chat.review",
|
|
4529
|
+
"when": "config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled && resourceScheme != 'vscode-chat-code-block'",
|
|
4530
|
+
"group": "1_chat@6"
|
|
4636
4531
|
},
|
|
4637
4532
|
{
|
|
4638
4533
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
@@ -4645,37 +4540,15 @@
|
|
|
4645
4540
|
"when": "github.copilot.chat.copilotCLI.hasSession && editorHasSelection && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4646
4541
|
}
|
|
4647
4542
|
],
|
|
4648
|
-
"editor/context/chat": [
|
|
4649
|
-
{
|
|
4650
|
-
"command": "github.copilot.chat.fix",
|
|
4651
|
-
"when": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
4652
|
-
"group": "copilotAction@1"
|
|
4653
|
-
},
|
|
4654
|
-
{
|
|
4655
|
-
"command": "github.copilot.chat.review",
|
|
4656
|
-
"when": "config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled && resourceScheme != 'vscode-chat-code-block'",
|
|
4657
|
-
"group": "copilotAction@2"
|
|
4658
|
-
},
|
|
4659
|
-
{
|
|
4660
|
-
"command": "github.copilot.chat.generateDocs",
|
|
4661
|
-
"when": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
4662
|
-
"group": "copilotGenerate@1"
|
|
4663
|
-
},
|
|
4664
|
-
{
|
|
4665
|
-
"command": "github.copilot.chat.generateTests",
|
|
4666
|
-
"when": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
4667
|
-
"group": "copilotGenerate@2"
|
|
4668
|
-
}
|
|
4669
|
-
],
|
|
4670
4543
|
"chat/editor/inlineGutter": [
|
|
4671
4544
|
{
|
|
4672
4545
|
"command": "github.copilot.chat.explain",
|
|
4673
|
-
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection",
|
|
4546
|
+
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection && !inlineChatFileBelongsToChat",
|
|
4674
4547
|
"group": "2_chat@2"
|
|
4675
4548
|
},
|
|
4676
4549
|
{
|
|
4677
4550
|
"command": "github.copilot.chat.review",
|
|
4678
|
-
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection && config.github.copilot.chat.reviewSelection.enabled",
|
|
4551
|
+
"when": "!github.copilot.interactiveSession.disabled && editor.hasSelection && config.github.copilot.chat.reviewSelection.enabled && !inlineChatFileBelongsToChat",
|
|
4679
4552
|
"group": "2_chat@3"
|
|
4680
4553
|
}
|
|
4681
4554
|
],
|
|
@@ -4717,6 +4590,14 @@
|
|
|
4717
4590
|
}
|
|
4718
4591
|
],
|
|
4719
4592
|
"commandPalette": [
|
|
4593
|
+
{
|
|
4594
|
+
"command": "github.copilot.cli.openInCopilotCLI",
|
|
4595
|
+
"when": "false"
|
|
4596
|
+
},
|
|
4597
|
+
{
|
|
4598
|
+
"command": "github.copilot.debug.extensionState",
|
|
4599
|
+
"when": "false"
|
|
4600
|
+
},
|
|
4720
4601
|
{
|
|
4721
4602
|
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
4722
4603
|
"when": "false"
|
|
@@ -4929,6 +4810,10 @@
|
|
|
4929
4810
|
"command": "github.copilot.cli.sessions.rename",
|
|
4930
4811
|
"when": "false"
|
|
4931
4812
|
},
|
|
4813
|
+
{
|
|
4814
|
+
"command": "github.copilot.claude.sessions.rename",
|
|
4815
|
+
"when": "false"
|
|
4816
|
+
},
|
|
4932
4817
|
{
|
|
4933
4818
|
"command": "github.copilot.cli.sessions.openRepository",
|
|
4934
4819
|
"when": "false"
|
|
@@ -5001,6 +4886,11 @@
|
|
|
5001
4886
|
"when": "view == copilot-chat",
|
|
5002
4887
|
"group": "export@1"
|
|
5003
4888
|
},
|
|
4889
|
+
{
|
|
4890
|
+
"command": "workbench.action.chat.openAgentDebugPanel",
|
|
4891
|
+
"when": "view == copilot-chat",
|
|
4892
|
+
"group": "3_show@0"
|
|
4893
|
+
},
|
|
5004
4894
|
{
|
|
5005
4895
|
"command": "github.copilot.debug.showOutputChannel",
|
|
5006
4896
|
"when": "view == copilot-chat",
|
|
@@ -5177,6 +5067,13 @@
|
|
|
5177
5067
|
"when": "config.github.copilot.chat.reviewAgent.enabled && github.copilot.chat.reviewDiff.enabled && scmProvider == git && scmProviderRootUri in github.copilot.chat.reviewDiff.enabledRootUris"
|
|
5178
5068
|
}
|
|
5179
5069
|
],
|
|
5070
|
+
"scm/sourceControl": [
|
|
5071
|
+
{
|
|
5072
|
+
"command": "github.copilot.cli.openInCopilotCLI",
|
|
5073
|
+
"group": "3_worktree@1",
|
|
5074
|
+
"when": "scmProvider == git"
|
|
5075
|
+
}
|
|
5076
|
+
],
|
|
5180
5077
|
"scm/resourceGroup/context": [
|
|
5181
5078
|
{
|
|
5182
5079
|
"command": "github.copilot.chat.review.stagedChanges",
|
|
@@ -5292,6 +5189,11 @@
|
|
|
5292
5189
|
}
|
|
5293
5190
|
],
|
|
5294
5191
|
"chat/chatSessions": [
|
|
5192
|
+
{
|
|
5193
|
+
"command": "github.copilot.claude.sessions.rename",
|
|
5194
|
+
"when": "chatSessionType == claude-code",
|
|
5195
|
+
"group": "1_edit@4"
|
|
5196
|
+
},
|
|
5295
5197
|
{
|
|
5296
5198
|
"command": "github.copilot.cli.sessions.delete",
|
|
5297
5199
|
"when": "chatSessionType == copilotcli",
|
|
@@ -5501,12 +5403,6 @@
|
|
|
5501
5403
|
"mac": "cmd+alt+.",
|
|
5502
5404
|
"when": "github.copilot-chat.activated && terminalShellIntegrationEnabled && terminalFocus && !terminalAltBufferActive"
|
|
5503
5405
|
},
|
|
5504
|
-
{
|
|
5505
|
-
"command": "github.copilot.nes.captureExpected.start",
|
|
5506
|
-
"key": "ctrl+k ctrl+r",
|
|
5507
|
-
"mac": "cmd+k cmd+r",
|
|
5508
|
-
"when": "editorTextFocus && github.copilot.inlineEditsEnabled"
|
|
5509
|
-
},
|
|
5510
5406
|
{
|
|
5511
5407
|
"command": "github.copilot.nes.captureExpected.confirm",
|
|
5512
5408
|
"key": "ctrl+enter",
|
|
@@ -5704,6 +5600,7 @@
|
|
|
5704
5600
|
"description": "%github.copilot.session.providerDescription.claude%",
|
|
5705
5601
|
"when": "config.github.copilot.chat.claudeAgent.enabled && !github.copilot.previewFeaturesDisabled",
|
|
5706
5602
|
"canDelegate": true,
|
|
5603
|
+
"requiresCustomModels": true,
|
|
5707
5604
|
"capabilities": {
|
|
5708
5605
|
"supportsFileAttachments": true,
|
|
5709
5606
|
"supportsImageAttachments": true
|
|
@@ -5736,6 +5633,10 @@
|
|
|
5736
5633
|
{
|
|
5737
5634
|
"name": "memory",
|
|
5738
5635
|
"description": "Open memory files (CLAUDE.md) for editing"
|
|
5636
|
+
},
|
|
5637
|
+
{
|
|
5638
|
+
"name": "compact",
|
|
5639
|
+
"description": "Compact the conversation history to save context tokens"
|
|
5739
5640
|
}
|
|
5740
5641
|
]
|
|
5741
5642
|
},
|
|
@@ -5766,6 +5667,10 @@
|
|
|
5766
5667
|
"name": "delegate",
|
|
5767
5668
|
"description": "Delegate chat session to cloud agent and create associated PR",
|
|
5768
5669
|
"when": "config.github.copilot.chat.cloudAgent.enabled"
|
|
5670
|
+
},
|
|
5671
|
+
{
|
|
5672
|
+
"name": "compact",
|
|
5673
|
+
"description": "%github.copilot.command.cli.compact.description%"
|
|
5769
5674
|
}
|
|
5770
5675
|
],
|
|
5771
5676
|
"customAgentTarget": "github-copilot",
|
|
@@ -5832,7 +5737,7 @@
|
|
|
5832
5737
|
"path": "./assets/prompts/create-prompt.prompt.md"
|
|
5833
5738
|
},
|
|
5834
5739
|
{
|
|
5835
|
-
"path": "./assets/prompts/create-
|
|
5740
|
+
"path": "./assets/prompts/create-instructions.prompt.md"
|
|
5836
5741
|
},
|
|
5837
5742
|
{
|
|
5838
5743
|
"path": "./assets/prompts/create-skill.prompt.md"
|
|
@@ -5844,12 +5749,31 @@
|
|
|
5844
5749
|
"path": "./assets/prompts/create-hook.prompt.md"
|
|
5845
5750
|
}
|
|
5846
5751
|
],
|
|
5752
|
+
"chatSkills": [
|
|
5753
|
+
{
|
|
5754
|
+
"path": "./assets/prompts/skills/project-setup-info-local/SKILL.md",
|
|
5755
|
+
"when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && !config.github.copilot.chat.newWorkspace.useContext7"
|
|
5756
|
+
},
|
|
5757
|
+
{
|
|
5758
|
+
"path": "./assets/prompts/skills/project-setup-info-context7/SKILL.md",
|
|
5759
|
+
"when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && config.github.copilot.chat.newWorkspace.useContext7"
|
|
5760
|
+
},
|
|
5761
|
+
{
|
|
5762
|
+
"path": "./assets/prompts/skills/install-vscode-extension/SKILL.md",
|
|
5763
|
+
"when": "config.github.copilot.chat.installExtensionSkill.enabled && config.github.copilot.chat.newWorkspaceCreation.enabled"
|
|
5764
|
+
},
|
|
5765
|
+
{
|
|
5766
|
+
"path": "./assets/prompts/skills/get-search-view-results/SKILL.md",
|
|
5767
|
+
"when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled"
|
|
5768
|
+
}
|
|
5769
|
+
],
|
|
5847
5770
|
"terminal": {
|
|
5848
5771
|
"profiles": [
|
|
5849
5772
|
{
|
|
5850
5773
|
"icon": "copilot",
|
|
5851
5774
|
"id": "copilot-cli",
|
|
5852
|
-
"title": "GitHub Copilot CLI"
|
|
5775
|
+
"title": "GitHub Copilot CLI",
|
|
5776
|
+
"titleTemplate": "${sequence}"
|
|
5853
5777
|
}
|
|
5854
5778
|
]
|
|
5855
5779
|
}
|
|
@@ -5862,8 +5786,10 @@
|
|
|
5862
5786
|
"scripts": {
|
|
5863
5787
|
"postinstall": "tsx ./script/postinstall.ts",
|
|
5864
5788
|
"prepare": "husky",
|
|
5865
|
-
"vscode-dts:
|
|
5866
|
-
"vscode-dts:
|
|
5789
|
+
"vscode-dts:update": "node script/build/vscodeDtsUpdate.js",
|
|
5790
|
+
"vscode-dts:check": "node script/build/vscodeDtsCheck.js",
|
|
5791
|
+
"vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && node script/build/moveProposedDts.js",
|
|
5792
|
+
"vscode-dts:main": "node node_modules/@vscode/dts/index.js main && node script/build/moveProposedDts.js",
|
|
5867
5793
|
"build": "node .esbuild.ts --sourcemaps",
|
|
5868
5794
|
"compile": "node .esbuild.ts --dev",
|
|
5869
5795
|
"watch": "npm-run-all -p watch:*",
|
|
@@ -5982,7 +5908,7 @@
|
|
|
5982
5908
|
"shiki": "~1.15.0",
|
|
5983
5909
|
"sinon": "^21.0.0",
|
|
5984
5910
|
"source-map-support": "^0.5.21",
|
|
5985
|
-
"tar": "^7.5.
|
|
5911
|
+
"tar": "^7.5.8",
|
|
5986
5912
|
"ts-dedent": "^2.2.0",
|
|
5987
5913
|
"tsx": "^4.20.3",
|
|
5988
5914
|
"typescript": "^5.8.3",
|
|
@@ -5999,23 +5925,23 @@
|
|
|
5999
5925
|
"zod": "3.25.76"
|
|
6000
5926
|
},
|
|
6001
5927
|
"dependencies": {
|
|
6002
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.
|
|
6003
|
-
"@anthropic-ai/sdk": "^0.
|
|
6004
|
-
"@github/blackbird-external-ingest-utils": "^0.
|
|
6005
|
-
"@github/copilot": "^0.0.
|
|
5928
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.52",
|
|
5929
|
+
"@anthropic-ai/sdk": "^0.78.0",
|
|
5930
|
+
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
5931
|
+
"@github/copilot": "^0.0.415",
|
|
6006
5932
|
"@google/genai": "^1.22.0",
|
|
6007
5933
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
6008
5934
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
6009
5935
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
6010
5936
|
"@sinclair/typebox": "^0.34.41",
|
|
6011
5937
|
"@vscode/copilot-api": "^0.2.12",
|
|
6012
|
-
"@vscode/extension-telemetry": "^1.5.
|
|
5938
|
+
"@vscode/extension-telemetry": "^1.5.1",
|
|
6013
5939
|
"@vscode/l10n": "^0.0.18",
|
|
6014
5940
|
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
6015
5941
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
6016
5942
|
"@vscode/webview-ui-toolkit": "^1.3.1",
|
|
6017
5943
|
"@xterm/headless": "^5.5.0",
|
|
6018
|
-
"ajv": "^8.
|
|
5944
|
+
"ajv": "^8.18.0",
|
|
6019
5945
|
"applicationinsights": "^2.9.7",
|
|
6020
5946
|
"best-effort-json-parser": "^1.2.1",
|
|
6021
5947
|
"diff": "^8.0.3",
|
|
@@ -6025,8 +5951,8 @@
|
|
|
6025
5951
|
"isbinaryfile": "^5.0.4",
|
|
6026
5952
|
"jsonc-parser": "^3.3.1",
|
|
6027
5953
|
"lru-cache": "^11.1.0",
|
|
6028
|
-
"markdown-it": "^14.1.
|
|
6029
|
-
"minimatch": "^10.
|
|
5954
|
+
"markdown-it": "^14.1.1",
|
|
5955
|
+
"minimatch": "^10.2.1",
|
|
6030
5956
|
"undici": "^7.18.2",
|
|
6031
5957
|
"vscode-tas-client": "^0.1.84",
|
|
6032
5958
|
"web-tree-sitter": "^0.23.0"
|
|
@@ -6036,5 +5962,6 @@
|
|
|
6036
5962
|
"string_decoder": "npm:string_decoder@1.2.0",
|
|
6037
5963
|
"node-gyp": "npm:node-gyp@10.3.1",
|
|
6038
5964
|
"zod": "3.25.76"
|
|
6039
|
-
}
|
|
6040
|
-
|
|
5965
|
+
},
|
|
5966
|
+
"vscodeCommit": "37d89378138178bd2847f275082f1875f17c1f4a"
|
|
5967
|
+
}
|