@vscode/chat-lib 0.4.1-9 → 0.5.1-0
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 +2 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +6 -7
- 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.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js +6 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.d.ts +4 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.js +4 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/connectionState.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/connectionState.js +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/connectionState.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/network.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/network.js +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/network.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +9 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +71 -11
- 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 +6 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +17 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +373 -57
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +6 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +9 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts +2 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +6 -3
- 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 +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +2 -0
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +24 -3
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +3 -0
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +2 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +61 -17
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +18 -36
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +37 -51
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.js +1 -0
- package/dist/src/_internal/platform/endpoint/common/capiClient.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 +26 -7
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +3 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts +2 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +6 -3
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +6 -2
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +34 -12
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts +2 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +5 -3
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +61 -7
- 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 +14 -10
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +9 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.js +17 -5
- package/dist/src/_internal/platform/git/common/gitService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts +12 -2
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +23 -12
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +11 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +52 -14
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.d.ts +5 -2
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.js +4 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +3 -0
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +5 -0
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +10 -11
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +28 -23
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +29 -0
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js +29 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +7 -0
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +5 -5
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts +83 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js +496 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js.map +1 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts +89 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js +269 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts +104 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js +124 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts +28 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.js +91 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts +30 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js +68 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/index.d.ts +8 -0
- package/dist/src/_internal/platform/otel/common/index.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/index.js +35 -0
- package/dist/src/_internal/platform/otel/common/index.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/messageFormatters.d.ts +85 -0
- package/dist/src/_internal/platform/otel/common/messageFormatters.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/messageFormatters.js +122 -0
- package/dist/src/_internal/platform/otel/common/messageFormatters.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/noopOtelService.d.ts +26 -0
- package/dist/src/_internal/platform/otel/common/noopOtelService.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/noopOtelService.js +51 -0
- package/dist/src/_internal/platform/otel/common/noopOtelService.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/otelConfig.d.ts +35 -0
- package/dist/src/_internal/platform/otel/common/otelConfig.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/otelConfig.js +140 -0
- package/dist/src/_internal/platform/otel/common/otelConfig.js.map +1 -0
- package/dist/src/_internal/platform/otel/common/otelService.d.ts +160 -0
- package/dist/src/_internal/platform/otel/common/otelService.d.ts.map +1 -0
- package/dist/src/_internal/platform/otel/common/otelService.js +10 -0
- package/dist/src/_internal/platform/otel/common/otelService.js.map +1 -0
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.d.ts.map +1 -1
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.js +1 -0
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.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 +267 -91
- package/package.json +4 -3
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.40.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.111.0",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -83,14 +83,13 @@
|
|
|
83
83
|
"onLanguageModelChat:copilot",
|
|
84
84
|
"onUri",
|
|
85
85
|
"onFileSystem:ccreq",
|
|
86
|
-
"onFileSystem:ccsettings"
|
|
87
|
-
"onCustomAgentProvider"
|
|
86
|
+
"onFileSystem:ccsettings"
|
|
88
87
|
],
|
|
89
88
|
"main": "./dist/extension",
|
|
90
89
|
"l10n": "./l10n",
|
|
91
90
|
"enabledApiProposals": [
|
|
92
91
|
"agentSessionsWorkspace",
|
|
93
|
-
"chatDebug@
|
|
92
|
+
"chatDebug@3",
|
|
94
93
|
"chatHooks@6",
|
|
95
94
|
"extensionsAny",
|
|
96
95
|
"newSymbolNamesProvider",
|
|
@@ -121,7 +120,7 @@
|
|
|
121
120
|
"authLearnMore",
|
|
122
121
|
"testObserver",
|
|
123
122
|
"aiTextSearchProvider@2",
|
|
124
|
-
"chatParticipantPrivate@
|
|
123
|
+
"chatParticipantPrivate@15",
|
|
125
124
|
"chatProvider@4",
|
|
126
125
|
"contribDebugCreateConfiguration",
|
|
127
126
|
"chatReferenceDiagnostic",
|
|
@@ -180,7 +179,7 @@
|
|
|
180
179
|
"displayName": "%copilot.tools.searchSubagent.name%",
|
|
181
180
|
"icon": "$(search)",
|
|
182
181
|
"userDescription": "%copilot.tools.searchSubagent.description%",
|
|
183
|
-
"modelDescription": "Launch
|
|
182
|
+
"modelDescription": "Launch a fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\").\nReturns: A list of relevant files/snippet locations in the workspace.\n\nInput fields:\n- query: Natural language description of what to search for.\n- description: Short user-visible invocation message. \n- details: 2-3 sentences detailing the objective of the search agent.",
|
|
184
183
|
"when": "config.github.copilot.chat.searchSubagent.enabled",
|
|
185
184
|
"tags": [
|
|
186
185
|
"vscode_codesearch"
|
|
@@ -257,7 +256,7 @@
|
|
|
257
256
|
"toolReferenceName": "fileSearch",
|
|
258
257
|
"displayName": "%copilot.tools.findFiles.name%",
|
|
259
258
|
"userDescription": "%copilot.tools.findFiles.userDescription%",
|
|
260
|
-
"modelDescription": "Search for files in the workspace by glob pattern. This only returns the paths of matching files. Use this tool when you know the exact filename pattern of the files you're searching for. Glob patterns match from the root of the workspace folder. Examples:\n- **/*.{js,ts} to match all js/ts files in the workspace.\n- src/** to match all files under the top-level src folder.\n- **/foo/**/*.js to match all js files under any foo folder in the workspace.",
|
|
259
|
+
"modelDescription": "Search for files in the workspace by glob pattern. This only returns the paths of matching files. Use this tool when you know the exact filename pattern of the files you're searching for. Glob patterns match from the root of the workspace folder. Examples:\n- **/*.{js,ts} to match all js/ts files in the workspace.\n- src/** to match all files under the top-level src folder.\n- **/foo/**/*.js to match all js files under any foo folder in the workspace.\n\nIn a multi-root workspace, you can scope the search to a specific workspace folder by using the absolute path to the folder as the query, e.g. /path/to/folder/**/*.ts.",
|
|
261
260
|
"tags": [
|
|
262
261
|
"vscode_codesearch"
|
|
263
262
|
],
|
|
@@ -266,7 +265,7 @@
|
|
|
266
265
|
"properties": {
|
|
267
266
|
"query": {
|
|
268
267
|
"type": "string",
|
|
269
|
-
"description": "Search for files with names or paths matching this glob pattern."
|
|
268
|
+
"description": "Search for files with names or paths matching this glob pattern. Can also be an absolute path to a workspace folder to scope the search in a multi-root workspace."
|
|
270
269
|
},
|
|
271
270
|
"maxResults": {
|
|
272
271
|
"type": "number",
|
|
@@ -283,7 +282,7 @@
|
|
|
283
282
|
"toolReferenceName": "textSearch",
|
|
284
283
|
"displayName": "%copilot.tools.findTextInFiles.name%",
|
|
285
284
|
"userDescription": "%copilot.tools.findTextInFiles.userDescription%",
|
|
286
|
-
"modelDescription": "Do a fast text search in the workspace. Use this tool when you want to search with an exact string or regex. If you are not sure what words will appear in the workspace, prefer using regex patterns with alternation (|) or character classes to search for multiple potential words at once instead of making separate searches. For example, use 'function|method|procedure' to look for all of those words at once. Use includePattern to search within files matching a specific pattern, or in a specific file, using a relative path. Use 'includeIgnoredFiles' to include files normally ignored by .gitignore, other ignore files, and `files.exclude` and `search.exclude` settings. Warning: using this may cause the search to be slower, only set it when you want to search in ignored folders like node_modules or build outputs. Use this tool when you want to see an overview of a particular file, instead of using read_file many times to look for code within a file.",
|
|
285
|
+
"modelDescription": "Do a fast text search in the workspace. Use this tool when you want to search with an exact string or regex. If you are not sure what words will appear in the workspace, prefer using regex patterns with alternation (|) or character classes to search for multiple potential words at once instead of making separate searches. For example, use 'function|method|procedure' to look for all of those words at once. Use includePattern to search within files matching a specific pattern, or in a specific file, using a relative path. Use 'includeIgnoredFiles' to include files normally ignored by .gitignore, other ignore files, and `files.exclude` and `search.exclude` settings. Warning: using this may cause the search to be slower, only set it when you want to search in ignored folders like node_modules or build outputs. Use this tool when you want to see an overview of a particular file, instead of using read_file many times to look for code within a file.\n\nIn a multi-root workspace, you can scope the search to a specific workspace folder by using the absolute path to the folder as the includePattern, e.g. /path/to/folder.",
|
|
287
286
|
"tags": [
|
|
288
287
|
"vscode_codesearch"
|
|
289
288
|
],
|
|
@@ -300,7 +299,7 @@
|
|
|
300
299
|
},
|
|
301
300
|
"includePattern": {
|
|
302
301
|
"type": "string",
|
|
303
|
-
"description": "Search files matching this glob pattern. Will be applied to the relative path of files within the workspace. To search recursively inside a folder, use a proper glob pattern like \"src/folder/**\". Do not use | in includePattern."
|
|
302
|
+
"description": "Search files matching this glob pattern. Will be applied to the relative path of files within the workspace. To search recursively inside a folder, use a proper glob pattern like \"src/folder/**\". Do not use | in includePattern. Can also be an absolute path to a workspace folder to scope the search in a multi-root workspace."
|
|
304
303
|
},
|
|
305
304
|
"maxResults": {
|
|
306
305
|
"type": "number",
|
|
@@ -349,7 +348,7 @@
|
|
|
349
348
|
],
|
|
350
349
|
"displayName": "%copilot.tools.readFile.name%",
|
|
351
350
|
"userDescription": "%copilot.tools.readFile.userDescription%",
|
|
352
|
-
"modelDescription": "Read the contents of a file.\n\nYou must specify the line range you're interested in. Line numbers are 1-indexed. If the file contents returned are insufficient for your task, you may call this tool again to retrieve more content. Prefer reading larger ranges over doing many small reads.",
|
|
351
|
+
"modelDescription": "Read the contents of a file.\n\nYou must specify the line range you're interested in. Line numbers are 1-indexed. If the file contents returned are insufficient for your task, you may call this tool again to retrieve more content. Prefer reading larger ranges over doing many small reads. Binary files use startLine/endLine as byte offsets.",
|
|
353
352
|
"tags": [
|
|
354
353
|
"vscode_codesearch"
|
|
355
354
|
],
|
|
@@ -1074,7 +1073,6 @@
|
|
|
1074
1073
|
"name": "copilot_memory",
|
|
1075
1074
|
"displayName": "Memory",
|
|
1076
1075
|
"toolReferenceName": "memory",
|
|
1077
|
-
"canBeReferencedInPrompt": true,
|
|
1078
1076
|
"userDescription": "Manage persistent memory across conversations",
|
|
1079
1077
|
"when": "config.github.copilot.chat.tools.memory.enabled",
|
|
1080
1078
|
"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.",
|
|
@@ -1352,8 +1350,7 @@
|
|
|
1352
1350
|
],
|
|
1353
1351
|
"modes": [
|
|
1354
1352
|
"edit"
|
|
1355
|
-
]
|
|
1356
|
-
"when": "!config.chat.edits2.enabled"
|
|
1353
|
+
]
|
|
1357
1354
|
},
|
|
1358
1355
|
{
|
|
1359
1356
|
"id": "github.copilot.editingSessionEditor",
|
|
@@ -1437,20 +1434,6 @@
|
|
|
1437
1434
|
}
|
|
1438
1435
|
]
|
|
1439
1436
|
},
|
|
1440
|
-
{
|
|
1441
|
-
"id": "github.copilot.editingSession2",
|
|
1442
|
-
"name": "GitHubCopilot",
|
|
1443
|
-
"fullName": "GitHub Copilot",
|
|
1444
|
-
"description": "%copilot.edits.description%",
|
|
1445
|
-
"isDefault": true,
|
|
1446
|
-
"locations": [
|
|
1447
|
-
"panel"
|
|
1448
|
-
],
|
|
1449
|
-
"modes": [
|
|
1450
|
-
"edit"
|
|
1451
|
-
],
|
|
1452
|
-
"when": "config.chat.edits2.enabled"
|
|
1453
|
-
},
|
|
1454
1437
|
{
|
|
1455
1438
|
"id": "github.copilot.editsAgent",
|
|
1456
1439
|
"name": "agent",
|
|
@@ -2162,12 +2145,24 @@
|
|
|
2162
2145
|
"icon": "$(terminal)",
|
|
2163
2146
|
"category": "Copilot CLI"
|
|
2164
2147
|
},
|
|
2148
|
+
{
|
|
2149
|
+
"command": "github.copilot.cli.sessions.copyWorktreeBranchName",
|
|
2150
|
+
"title": "%github.copilot.command.cli.sessions.copyWorktreeBranchName%",
|
|
2151
|
+
"icon": "$(copy)",
|
|
2152
|
+
"category": "Copilot CLI"
|
|
2153
|
+
},
|
|
2165
2154
|
{
|
|
2166
2155
|
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
2167
2156
|
"title": "%github.copilot.command.cli.sessions.commitToWorktree%",
|
|
2168
2157
|
"icon": "$(git-commit)",
|
|
2169
2158
|
"category": "Copilot CLI"
|
|
2170
2159
|
},
|
|
2160
|
+
{
|
|
2161
|
+
"command": "github.copilot.cli.sessions.commitToRepository",
|
|
2162
|
+
"title": "%github.copilot.command.cli.sessions.commitToRepository%",
|
|
2163
|
+
"icon": "$(git-commit)",
|
|
2164
|
+
"category": "Copilot CLI"
|
|
2165
|
+
},
|
|
2171
2166
|
{
|
|
2172
2167
|
"command": "github.copilot.cli.newSession",
|
|
2173
2168
|
"title": "%github.copilot.command.cli.newSession%",
|
|
@@ -2293,6 +2288,12 @@
|
|
|
2293
2288
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
2294
2289
|
"category": "Chat"
|
|
2295
2290
|
},
|
|
2291
|
+
{
|
|
2292
|
+
"command": "github.copilot.chat.codeReview.run",
|
|
2293
|
+
"title": "%github.copilot.command.codeReviewRun%",
|
|
2294
|
+
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
2295
|
+
"category": "Chat"
|
|
2296
|
+
},
|
|
2296
2297
|
{
|
|
2297
2298
|
"command": "github.copilot.chat.review.previous",
|
|
2298
2299
|
"title": "%github.copilot.command.gotoPreviousReviewSuggestion%",
|
|
@@ -2719,7 +2720,7 @@
|
|
|
2719
2720
|
"command": "github.copilot.chat.openModelPicker",
|
|
2720
2721
|
"title": "Change Completions Model",
|
|
2721
2722
|
"category": "GitHub Copilot",
|
|
2722
|
-
"enablement": "github.copilot.extensionUnification.activated && !isWeb"
|
|
2723
|
+
"enablement": "github.copilot.extensionUnification.activated && !isWeb && github.copilot.completions.hasMultipleModels"
|
|
2723
2724
|
},
|
|
2724
2725
|
{
|
|
2725
2726
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
@@ -2734,6 +2735,41 @@
|
|
|
2734
2735
|
"icon": "$(git-stash-pop)",
|
|
2735
2736
|
"category": "GitHub Copilot"
|
|
2736
2737
|
},
|
|
2738
|
+
{
|
|
2739
|
+
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge",
|
|
2740
|
+
"title": "%github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge%",
|
|
2741
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2742
|
+
"icon": "$(git-merge)",
|
|
2743
|
+
"category": "GitHub Copilot"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
2747
|
+
"title": "%github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync%",
|
|
2748
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2749
|
+
"icon": "$(sync)",
|
|
2750
|
+
"category": "GitHub Copilot"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"command": "github.copilot.chat.updateCopilotCLIAgentSessionChanges.update",
|
|
2754
|
+
"title": "%github.copilot.chat.updateCopilotCLIAgentSessionChanges.update%",
|
|
2755
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2756
|
+
"icon": "$(download)",
|
|
2757
|
+
"category": "GitHub Copilot"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
2761
|
+
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR%",
|
|
2762
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2763
|
+
"icon": "$(git-pull-request-create)",
|
|
2764
|
+
"category": "GitHub Copilot"
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
2768
|
+
"title": "%github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR%",
|
|
2769
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2770
|
+
"icon": "$(git-pull-request)",
|
|
2771
|
+
"category": "GitHub Copilot"
|
|
2772
|
+
},
|
|
2737
2773
|
{
|
|
2738
2774
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
2739
2775
|
"title": "%github.copilot.command.chat.copilotCLI.addFileReference%",
|
|
@@ -2967,6 +3003,16 @@
|
|
|
2967
3003
|
"default": "",
|
|
2968
3004
|
"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."
|
|
2969
3005
|
},
|
|
3006
|
+
"github.copilot.chat.claudeAgent.enabled": {
|
|
3007
|
+
"type": "boolean",
|
|
3008
|
+
"default": true,
|
|
3009
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.enabled%"
|
|
3010
|
+
},
|
|
3011
|
+
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
3012
|
+
"type": "boolean",
|
|
3013
|
+
"default": false,
|
|
3014
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%"
|
|
3015
|
+
},
|
|
2970
3016
|
"github.copilot.chat.reviewAgent.enabled": {
|
|
2971
3017
|
"type": "boolean",
|
|
2972
3018
|
"default": true,
|
|
@@ -3044,6 +3090,14 @@
|
|
|
3044
3090
|
}
|
|
3045
3091
|
]
|
|
3046
3092
|
]
|
|
3093
|
+
},
|
|
3094
|
+
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3095
|
+
"type": "boolean",
|
|
3096
|
+
"default": true,
|
|
3097
|
+
"markdownDescription": "%github.copilot.config.useMessagesApi%",
|
|
3098
|
+
"tags": [
|
|
3099
|
+
"onExp"
|
|
3100
|
+
]
|
|
3047
3101
|
}
|
|
3048
3102
|
}
|
|
3049
3103
|
},
|
|
@@ -3066,22 +3120,6 @@
|
|
|
3066
3120
|
],
|
|
3067
3121
|
"markdownDescription": "%github.copilot.config.codesearch.enabled%"
|
|
3068
3122
|
},
|
|
3069
|
-
"github.copilot.chat.claudeAgent.enabled": {
|
|
3070
|
-
"type": "boolean",
|
|
3071
|
-
"default": true,
|
|
3072
|
-
"markdownDescription": "%github.copilot.config.claudeAgent.enabled%",
|
|
3073
|
-
"tags": [
|
|
3074
|
-
"preview"
|
|
3075
|
-
]
|
|
3076
|
-
},
|
|
3077
|
-
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
3078
|
-
"type": "boolean",
|
|
3079
|
-
"default": false,
|
|
3080
|
-
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%",
|
|
3081
|
-
"tags": [
|
|
3082
|
-
"preview"
|
|
3083
|
-
]
|
|
3084
|
-
},
|
|
3085
3123
|
"github.copilot.chat.copilotMemory.enabled": {
|
|
3086
3124
|
"type": "boolean",
|
|
3087
3125
|
"default": false,
|
|
@@ -3098,15 +3136,6 @@
|
|
|
3098
3136
|
"preview"
|
|
3099
3137
|
]
|
|
3100
3138
|
},
|
|
3101
|
-
"github.copilot.chat.anthropic.useMessagesApi": {
|
|
3102
|
-
"type": "boolean",
|
|
3103
|
-
"default": true,
|
|
3104
|
-
"markdownDescription": "%github.copilot.config.useMessagesApi%",
|
|
3105
|
-
"tags": [
|
|
3106
|
-
"preview",
|
|
3107
|
-
"onExp"
|
|
3108
|
-
]
|
|
3109
|
-
},
|
|
3110
3139
|
"github.copilot.chat.anthropic.thinking.budgetTokens": {
|
|
3111
3140
|
"type": "number",
|
|
3112
3141
|
"markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
|
|
@@ -3147,6 +3176,19 @@
|
|
|
3147
3176
|
"tags": [
|
|
3148
3177
|
"preview"
|
|
3149
3178
|
]
|
|
3179
|
+
},
|
|
3180
|
+
"github.copilot.chat.anthropic.toolSearchTool.mode": {
|
|
3181
|
+
"type": "string",
|
|
3182
|
+
"enum": [
|
|
3183
|
+
"server",
|
|
3184
|
+
"client"
|
|
3185
|
+
],
|
|
3186
|
+
"default": "server",
|
|
3187
|
+
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.mode%",
|
|
3188
|
+
"tags": [
|
|
3189
|
+
"preview",
|
|
3190
|
+
"onExp"
|
|
3191
|
+
]
|
|
3150
3192
|
}
|
|
3151
3193
|
}
|
|
3152
3194
|
},
|
|
@@ -3639,6 +3681,20 @@
|
|
|
3639
3681
|
"clear-both"
|
|
3640
3682
|
]
|
|
3641
3683
|
},
|
|
3684
|
+
"github.copilot.chat.anthropic.promptOptimization": {
|
|
3685
|
+
"type": "string",
|
|
3686
|
+
"default": "control",
|
|
3687
|
+
"markdownDescription": "%github.copilot.config.anthropic.promptOptimization%",
|
|
3688
|
+
"tags": [
|
|
3689
|
+
"experimental",
|
|
3690
|
+
"onExp"
|
|
3691
|
+
],
|
|
3692
|
+
"enum": [
|
|
3693
|
+
"control",
|
|
3694
|
+
"combined",
|
|
3695
|
+
"split"
|
|
3696
|
+
]
|
|
3697
|
+
},
|
|
3642
3698
|
"github.copilot.chat.responsesApiReasoningEffort": {
|
|
3643
3699
|
"type": "string",
|
|
3644
3700
|
"default": "default",
|
|
@@ -3862,17 +3918,6 @@
|
|
|
3862
3918
|
],
|
|
3863
3919
|
"description": "%github.copilot.config.projectSetupInfoSkill.enabled%"
|
|
3864
3920
|
},
|
|
3865
|
-
"github.copilot.chat.debug.overrideChatEngine": {
|
|
3866
|
-
"type": [
|
|
3867
|
-
"string",
|
|
3868
|
-
"null"
|
|
3869
|
-
],
|
|
3870
|
-
"markdownDescription": "%github.copilot.config.debug.overrideChatEngine%",
|
|
3871
|
-
"tags": [
|
|
3872
|
-
"advanced",
|
|
3873
|
-
"experimental"
|
|
3874
|
-
]
|
|
3875
|
-
},
|
|
3876
3921
|
"github.copilot.chat.edits.gemini3MultiReplaceString": {
|
|
3877
3922
|
"type": "boolean",
|
|
3878
3923
|
"default": false,
|
|
@@ -4321,22 +4366,28 @@
|
|
|
4321
4366
|
"onExp"
|
|
4322
4367
|
]
|
|
4323
4368
|
},
|
|
4324
|
-
"github.copilot.nextEditSuggestions.
|
|
4369
|
+
"github.copilot.nextEditSuggestions.eagerness": {
|
|
4325
4370
|
"type": "string",
|
|
4326
|
-
"default": "
|
|
4371
|
+
"default": "auto",
|
|
4327
4372
|
"enum": [
|
|
4328
|
-
"
|
|
4373
|
+
"auto",
|
|
4329
4374
|
"low",
|
|
4330
4375
|
"medium",
|
|
4331
4376
|
"high"
|
|
4332
4377
|
],
|
|
4378
|
+
"enumItemLabels": [
|
|
4379
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.auto.label%",
|
|
4380
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.low.label%",
|
|
4381
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.medium.label%",
|
|
4382
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.high.label%"
|
|
4383
|
+
],
|
|
4333
4384
|
"enumDescriptions": [
|
|
4334
|
-
"%github.copilot.config.nextEditSuggestions.
|
|
4335
|
-
"%github.copilot.config.nextEditSuggestions.
|
|
4336
|
-
"%github.copilot.config.nextEditSuggestions.
|
|
4337
|
-
"%github.copilot.config.nextEditSuggestions.
|
|
4385
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.auto%",
|
|
4386
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.low%",
|
|
4387
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.medium%",
|
|
4388
|
+
"%github.copilot.config.nextEditSuggestions.eagerness.high%"
|
|
4338
4389
|
],
|
|
4339
|
-
"markdownDescription": "%github.copilot.config.nextEditSuggestions.
|
|
4390
|
+
"markdownDescription": "%github.copilot.config.nextEditSuggestions.eagerness%",
|
|
4340
4391
|
"tags": [
|
|
4341
4392
|
"advanced",
|
|
4342
4393
|
"experimental"
|
|
@@ -4362,7 +4413,7 @@
|
|
|
4362
4413
|
},
|
|
4363
4414
|
"github.copilot.chat.cli.mcp.enabled": {
|
|
4364
4415
|
"type": "boolean",
|
|
4365
|
-
"default":
|
|
4416
|
+
"default": true,
|
|
4366
4417
|
"markdownDescription": "%github.copilot.config.cli.mcp.enabled%",
|
|
4367
4418
|
"tags": [
|
|
4368
4419
|
"advanced",
|
|
@@ -4379,7 +4430,7 @@
|
|
|
4379
4430
|
},
|
|
4380
4431
|
"github.copilot.chat.cli.isolationOption.enabled": {
|
|
4381
4432
|
"type": "boolean",
|
|
4382
|
-
"default":
|
|
4433
|
+
"default": true,
|
|
4383
4434
|
"markdownDescription": "%github.copilot.config.cli.isolationOption.enabled%",
|
|
4384
4435
|
"tags": [
|
|
4385
4436
|
"advanced"
|
|
@@ -4430,6 +4481,52 @@
|
|
|
4430
4481
|
"experimental",
|
|
4431
4482
|
"onExp"
|
|
4432
4483
|
]
|
|
4484
|
+
},
|
|
4485
|
+
"github.copilot.chat.otel.enabled": {
|
|
4486
|
+
"type": "boolean",
|
|
4487
|
+
"default": false,
|
|
4488
|
+
"markdownDescription": "Enable OpenTelemetry trace/metric/log emission for Copilot Chat operations. Env var `COPILOT_OTEL_ENABLED` takes precedence.",
|
|
4489
|
+
"tags": [
|
|
4490
|
+
"advanced"
|
|
4491
|
+
]
|
|
4492
|
+
},
|
|
4493
|
+
"github.copilot.chat.otel.exporterType": {
|
|
4494
|
+
"type": "string",
|
|
4495
|
+
"enum": [
|
|
4496
|
+
"otlp-grpc",
|
|
4497
|
+
"otlp-http",
|
|
4498
|
+
"console",
|
|
4499
|
+
"file"
|
|
4500
|
+
],
|
|
4501
|
+
"default": "otlp-http",
|
|
4502
|
+
"markdownDescription": "OTel exporter type for Copilot Chat telemetry.",
|
|
4503
|
+
"tags": [
|
|
4504
|
+
"advanced"
|
|
4505
|
+
]
|
|
4506
|
+
},
|
|
4507
|
+
"github.copilot.chat.otel.otlpEndpoint": {
|
|
4508
|
+
"type": "string",
|
|
4509
|
+
"default": "http://localhost:4318",
|
|
4510
|
+
"markdownDescription": "OTLP collector endpoint URL for Copilot Chat OTel data. Env var `OTEL_EXPORTER_OTLP_ENDPOINT` takes precedence.",
|
|
4511
|
+
"tags": [
|
|
4512
|
+
"advanced"
|
|
4513
|
+
]
|
|
4514
|
+
},
|
|
4515
|
+
"github.copilot.chat.otel.captureContent": {
|
|
4516
|
+
"type": "boolean",
|
|
4517
|
+
"default": false,
|
|
4518
|
+
"markdownDescription": "Capture input/output messages, system instructions, and tool definitions in OTel telemetry. **Contains potentially sensitive data.** Env var `COPILOT_OTEL_CAPTURE_CONTENT` takes precedence.",
|
|
4519
|
+
"tags": [
|
|
4520
|
+
"advanced"
|
|
4521
|
+
]
|
|
4522
|
+
},
|
|
4523
|
+
"github.copilot.chat.otel.outfile": {
|
|
4524
|
+
"type": "string",
|
|
4525
|
+
"default": "",
|
|
4526
|
+
"markdownDescription": "File path for file-based OTel exporter output (JSON-lines). When set, overrides exporter type to `file`.",
|
|
4527
|
+
"tags": [
|
|
4528
|
+
"advanced"
|
|
4529
|
+
]
|
|
4433
4530
|
}
|
|
4434
4531
|
}
|
|
4435
4532
|
}
|
|
@@ -4563,6 +4660,33 @@
|
|
|
4563
4660
|
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
4564
4661
|
"when": "chatSessionType == copilot-cloud-agent && !github.vscode-pull-request-github.activated && gitOpenRepositoryCount != 0",
|
|
4565
4662
|
"group": "navigation@0"
|
|
4663
|
+
},
|
|
4664
|
+
{
|
|
4665
|
+
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
4666
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasOpenPullRequest",
|
|
4667
|
+
"group": "navigation@1"
|
|
4668
|
+
}
|
|
4669
|
+
],
|
|
4670
|
+
"chat/input/editing/sessionApplyActions": [
|
|
4671
|
+
{
|
|
4672
|
+
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge",
|
|
4673
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected",
|
|
4674
|
+
"group": "merge@1"
|
|
4675
|
+
},
|
|
4676
|
+
{
|
|
4677
|
+
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
4678
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected",
|
|
4679
|
+
"group": "merge@2"
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
4683
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isMergeBaseBranchProtected && !sessions.hasOpenPullRequest",
|
|
4684
|
+
"group": "pull_request@1"
|
|
4685
|
+
},
|
|
4686
|
+
{
|
|
4687
|
+
"command": "github.copilot.chat.updateCopilotCLIAgentSessionChanges.update",
|
|
4688
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow",
|
|
4689
|
+
"group": "update@1"
|
|
4566
4690
|
}
|
|
4567
4691
|
],
|
|
4568
4692
|
"chat/contextUsage/actions": [
|
|
@@ -4603,6 +4727,10 @@
|
|
|
4603
4727
|
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
4604
4728
|
"when": "false"
|
|
4605
4729
|
},
|
|
4730
|
+
{
|
|
4731
|
+
"command": "github.copilot.cli.sessions.commitToRepository",
|
|
4732
|
+
"when": "false"
|
|
4733
|
+
},
|
|
4606
4734
|
{
|
|
4607
4735
|
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
4608
4736
|
"when": "false"
|
|
@@ -4827,6 +4955,10 @@
|
|
|
4827
4955
|
"command": "github.copilot.cli.sessions.openWorktreeInTerminal",
|
|
4828
4956
|
"when": "false"
|
|
4829
4957
|
},
|
|
4958
|
+
{
|
|
4959
|
+
"command": "github.copilot.cli.sessions.copyWorktreeBranchName",
|
|
4960
|
+
"when": "false"
|
|
4961
|
+
},
|
|
4830
4962
|
{
|
|
4831
4963
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
4832
4964
|
"when": "false"
|
|
@@ -4847,6 +4979,26 @@
|
|
|
4847
4979
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
4848
4980
|
"when": "false"
|
|
4849
4981
|
},
|
|
4982
|
+
{
|
|
4983
|
+
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge",
|
|
4984
|
+
"when": "false"
|
|
4985
|
+
},
|
|
4986
|
+
{
|
|
4987
|
+
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
4988
|
+
"when": "false"
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"command": "github.copilot.chat.updateCopilotCLIAgentSessionChanges.update",
|
|
4992
|
+
"when": "false"
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
4996
|
+
"when": "false"
|
|
4997
|
+
},
|
|
4998
|
+
{
|
|
4999
|
+
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
5000
|
+
"when": "false"
|
|
5001
|
+
},
|
|
4850
5002
|
{
|
|
4851
5003
|
"command": "github.copilot.chat.showAsChatSession",
|
|
4852
5004
|
"when": "false"
|
|
@@ -5216,10 +5368,15 @@
|
|
|
5216
5368
|
"group": "2_open@2"
|
|
5217
5369
|
},
|
|
5218
5370
|
{
|
|
5219
|
-
"command": "github.copilot.cli.sessions.
|
|
5371
|
+
"command": "github.copilot.cli.sessions.copyWorktreeBranchName",
|
|
5220
5372
|
"when": "chatSessionType == copilotcli",
|
|
5221
5373
|
"group": "2_open@3"
|
|
5222
5374
|
},
|
|
5375
|
+
{
|
|
5376
|
+
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
5377
|
+
"when": "chatSessionType == copilotcli",
|
|
5378
|
+
"group": "2_open@4"
|
|
5379
|
+
},
|
|
5223
5380
|
{
|
|
5224
5381
|
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
5225
5382
|
"when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
|
|
@@ -5599,7 +5756,7 @@
|
|
|
5599
5756
|
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
5600
5757
|
"order": 3,
|
|
5601
5758
|
"description": "%github.copilot.session.providerDescription.claude%",
|
|
5602
|
-
"when": "config.github.copilot.chat.claudeAgent.enabled
|
|
5759
|
+
"when": "config.github.copilot.chat.claudeAgent.enabled",
|
|
5603
5760
|
"canDelegate": true,
|
|
5604
5761
|
"requiresCustomModels": true,
|
|
5605
5762
|
"capabilities": {
|
|
@@ -5644,11 +5801,11 @@
|
|
|
5644
5801
|
{
|
|
5645
5802
|
"type": "copilotcli",
|
|
5646
5803
|
"name": "cli",
|
|
5647
|
-
"displayName": "
|
|
5804
|
+
"displayName": "Copilot CLI",
|
|
5648
5805
|
"icon": "$(worktree)",
|
|
5649
|
-
"welcomeTitle": "
|
|
5650
|
-
"welcomeMessage": "Run tasks in the background",
|
|
5651
|
-
"inputPlaceholder": "Run tasks in the background, type `#` for adding context",
|
|
5806
|
+
"welcomeTitle": "Copilot CLI",
|
|
5807
|
+
"welcomeMessage": "Run tasks in the background with the Copilot CLI",
|
|
5808
|
+
"inputPlaceholder": "Run tasks in the background with the Copilot CLI, type `#` for adding context",
|
|
5652
5809
|
"order": 1,
|
|
5653
5810
|
"canDelegate": true,
|
|
5654
5811
|
"description": "%github.copilot.session.providerDescription.background%",
|
|
@@ -5661,7 +5818,8 @@
|
|
|
5661
5818
|
"supportsSymbolAttachments": true,
|
|
5662
5819
|
"supportsSearchResultAttachments": true,
|
|
5663
5820
|
"supportsSourceControlAttachments": true,
|
|
5664
|
-
"supportsPromptAttachments": true
|
|
5821
|
+
"supportsPromptAttachments": true,
|
|
5822
|
+
"supportsHandOffs": true
|
|
5665
5823
|
},
|
|
5666
5824
|
"commands": [
|
|
5667
5825
|
{
|
|
@@ -5672,6 +5830,10 @@
|
|
|
5672
5830
|
{
|
|
5673
5831
|
"name": "compact",
|
|
5674
5832
|
"description": "%github.copilot.command.cli.compact.description%"
|
|
5833
|
+
},
|
|
5834
|
+
{
|
|
5835
|
+
"name": "mcp",
|
|
5836
|
+
"description": "%github.copilot.command.cli.mcp.description%"
|
|
5675
5837
|
}
|
|
5676
5838
|
],
|
|
5677
5839
|
"customAgentTarget": "github-copilot",
|
|
@@ -5855,7 +6017,7 @@
|
|
|
5855
6017
|
"@types/source-map-support": "^0.5.10",
|
|
5856
6018
|
"@types/tar": "^6.1.13",
|
|
5857
6019
|
"@types/vinyl": "^2.0.12",
|
|
5858
|
-
"@types/vscode": "^1.
|
|
6020
|
+
"@types/vscode": "^1.109.0",
|
|
5859
6021
|
"@types/vscode-webview": "^1.57.4",
|
|
5860
6022
|
"@types/yargs": "^17.0.24",
|
|
5861
6023
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
@@ -5871,6 +6033,7 @@
|
|
|
5871
6033
|
"@vscode/test-electron": "^2.5.2",
|
|
5872
6034
|
"@vscode/test-web": "^0.0.71",
|
|
5873
6035
|
"@vscode/vsce": "3.6.0",
|
|
6036
|
+
"agent-browser": "^0.16.3",
|
|
5874
6037
|
"copyfiles": "^2.4.1",
|
|
5875
6038
|
"csv-parse": "^6.0.0",
|
|
5876
6039
|
"dotenv": "^17.2.0",
|
|
@@ -5900,7 +6063,7 @@
|
|
|
5900
6063
|
"openai": "^6.7.0",
|
|
5901
6064
|
"outdent": "^0.8.0",
|
|
5902
6065
|
"picomatch": "^4.0.2",
|
|
5903
|
-
"playwright": "^1.
|
|
6066
|
+
"playwright": "^1.58.2",
|
|
5904
6067
|
"prettier": "^3.6.2",
|
|
5905
6068
|
"react": "^17.0.2",
|
|
5906
6069
|
"react-dom": "17.0.2",
|
|
@@ -5926,17 +6089,30 @@
|
|
|
5926
6089
|
"zod": "3.25.76"
|
|
5927
6090
|
},
|
|
5928
6091
|
"dependencies": {
|
|
5929
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.
|
|
6092
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.63",
|
|
5930
6093
|
"@anthropic-ai/sdk": "^0.78.0",
|
|
5931
6094
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
5932
|
-
"@github/copilot": "^
|
|
6095
|
+
"@github/copilot": "^1.0.2",
|
|
5933
6096
|
"@google/genai": "^1.22.0",
|
|
5934
6097
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
5935
6098
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
5936
6099
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
6100
|
+
"@opentelemetry/api": "^1.9.0",
|
|
6101
|
+
"@opentelemetry/api-logs": "^0.212.0",
|
|
6102
|
+
"@opentelemetry/exporter-logs-otlp-grpc": "^0.212.0",
|
|
6103
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.212.0",
|
|
6104
|
+
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.212.0",
|
|
6105
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.212.0",
|
|
6106
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.212.0",
|
|
6107
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.212.0",
|
|
6108
|
+
"@opentelemetry/resources": "^2.5.1",
|
|
6109
|
+
"@opentelemetry/sdk-logs": "^0.212.0",
|
|
6110
|
+
"@opentelemetry/sdk-metrics": "^2.5.1",
|
|
6111
|
+
"@opentelemetry/sdk-trace-node": "^2.5.1",
|
|
6112
|
+
"@opentelemetry/semantic-conventions": "^1.39.0",
|
|
5937
6113
|
"@sinclair/typebox": "^0.34.41",
|
|
5938
|
-
"@vscode/copilot-api": "^0.2.
|
|
5939
|
-
"@vscode/extension-telemetry": "^1.5.
|
|
6114
|
+
"@vscode/copilot-api": "^0.2.16",
|
|
6115
|
+
"@vscode/extension-telemetry": "^1.5.1",
|
|
5940
6116
|
"@vscode/l10n": "^0.0.18",
|
|
5941
6117
|
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
5942
6118
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
@@ -5946,7 +6122,7 @@
|
|
|
5946
6122
|
"applicationinsights": "^2.9.7",
|
|
5947
6123
|
"best-effort-json-parser": "^1.2.1",
|
|
5948
6124
|
"diff": "^8.0.3",
|
|
5949
|
-
"dompurify": "^3.3.
|
|
6125
|
+
"dompurify": "^3.3.2",
|
|
5950
6126
|
"express": "^5.2.1",
|
|
5951
6127
|
"ignore": "^7.0.5",
|
|
5952
6128
|
"isbinaryfile": "^5.0.4",
|
|
@@ -5964,5 +6140,5 @@
|
|
|
5964
6140
|
"node-gyp": "npm:node-gyp@10.3.1",
|
|
5965
6141
|
"zod": "3.25.76"
|
|
5966
6142
|
},
|
|
5967
|
-
"vscodeCommit": "
|
|
6143
|
+
"vscodeCommit": "112d8737326df90900e0ac1d3a26f5702e0b7930"
|
|
5968
6144
|
}
|