@vscode/chat-lib 0.41.2026032301 → 0.42.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/inlineEdits/common/editRebase.d.ts +4 -5
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js +8 -3
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +2 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +2 -0
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +153 -11
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts +13 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.js +67 -4
- package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +3 -4
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +3 -2
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +2 -3
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +3 -3
- 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 +36 -8
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts +14 -6
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +6 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +1 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts +4 -4
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +1 -7
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaService.d.ts +14 -0
- package/dist/src/_internal/platform/chat/common/chatQuotaService.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaService.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.d.ts +2 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js +24 -0
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +2 -2
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +29 -17
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +15 -8
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +14 -7
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +4 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +25 -3
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +0 -13
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +11 -2
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +35 -26
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +5 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +5 -0
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts +8 -0
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +21 -0
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +6 -5
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +0 -3
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.d.ts +0 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.js +0 -3
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts +7 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js +10 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +5 -3
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +10 -8
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +8 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +35 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +0 -7
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +1 -49
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +1 -0
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/toolDeferralService.d.ts +11 -0
- package/dist/src/_internal/platform/networking/common/toolDeferralService.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/common/toolDeferralService.js +10 -0
- package/dist/src/_internal/platform/networking/common/toolDeferralService.js.map +1 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts +43 -8
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js +101 -51
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js +2 -2
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts +12 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js +10 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts +6 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiEvents.js +69 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts +18 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js +73 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/otelConfig.d.ts +4 -0
- package/dist/src/_internal/platform/otel/common/otelConfig.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/otelConfig.js +15 -3
- package/dist/src/_internal/platform/otel/common/otelConfig.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts +0 -20
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.js +0 -12
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +15 -3
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +8 -0
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +2 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +2 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/main.d.ts +3 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +60 -3
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +150 -92
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.42.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -145,7 +145,8 @@
|
|
|
145
145
|
"tabInputMultiDiff",
|
|
146
146
|
"workspaceTrust",
|
|
147
147
|
"environmentPower",
|
|
148
|
-
"terminalTitle"
|
|
148
|
+
"terminalTitle",
|
|
149
|
+
"toolInvocationApproveCombination"
|
|
149
150
|
],
|
|
150
151
|
"contributes": {
|
|
151
152
|
"languageModelTools": [
|
|
@@ -178,10 +179,9 @@
|
|
|
178
179
|
"toolReferenceName": "executionSubagent",
|
|
179
180
|
"displayName": "%copilot.tools.executionSubagent.name%",
|
|
180
181
|
"icon": "$(play)",
|
|
181
|
-
"canBeReferencedInPrompt": true,
|
|
182
182
|
"userDescription": "%copilot.tools.executionSubagent.description%",
|
|
183
183
|
"modelDescription": "Launch an iterative execution-focused subagent that performs an execution-based task.\nUSE THIS INSTEAD OF RUNNING INDIVIDUAL COMMANDS WITH run_in_terminal EXCEPT IN THE RARE CASES THAT YOU NEED THE FULL OUTPUT OF A COMMAND.\nHere are some examples of how it can be used:\n- Run tests and filter the output to summarize which tests failed and why.\n- Install all dependencies of a project.\nReturns: A list of commands that were run, along with relevant excerpts of each command's output.\nInput fields:\n- query: What to execute, and what to look for in the output. Can include exact commands to run, or a description of an execution task.\n- description: Short user-visible invocation message.\nNOTE: In the subagent query, make sure to specify any restrictions or guidelines on running commands provided by the user earlier in the conversation.\nFor example, if the user instructs the agent to not edit files in a particular directory, make sure to include that instruction in the subagent query when relevant.",
|
|
184
|
-
"when": "config.github.copilot.chat.
|
|
184
|
+
"when": "config.github.copilot.chat.executionSubagent.enabled",
|
|
185
185
|
"inputSchema": {
|
|
186
186
|
"type": "object",
|
|
187
187
|
"properties": {
|
|
@@ -1236,7 +1236,8 @@
|
|
|
1236
1236
|
"description": "",
|
|
1237
1237
|
"tools": [
|
|
1238
1238
|
"runNotebookCell",
|
|
1239
|
-
"testFailure"
|
|
1239
|
+
"testFailure",
|
|
1240
|
+
"executionSubagent"
|
|
1240
1241
|
]
|
|
1241
1242
|
},
|
|
1242
1243
|
{
|
|
@@ -2190,6 +2191,11 @@
|
|
|
2190
2191
|
"icon": "$(edit)",
|
|
2191
2192
|
"category": "Copilot CLI"
|
|
2192
2193
|
},
|
|
2194
|
+
{
|
|
2195
|
+
"command": "github.copilot.cli.sessions.setTitle",
|
|
2196
|
+
"title": "%github.copilot.command.cli.sessions.setTitle%",
|
|
2197
|
+
"category": "Copilot CLI"
|
|
2198
|
+
},
|
|
2193
2199
|
{
|
|
2194
2200
|
"command": "github.copilot.claude.sessions.rename",
|
|
2195
2201
|
"title": "%github.copilot.command.claude.sessions.rename%",
|
|
@@ -2563,12 +2569,6 @@
|
|
|
2563
2569
|
"category": "Chat",
|
|
2564
2570
|
"enablement": "resourceScheme == 'ccreq'"
|
|
2565
2571
|
},
|
|
2566
|
-
{
|
|
2567
|
-
"command": "github.copilot.buildLocalWorkspaceIndex",
|
|
2568
|
-
"title": "%github.copilot.command.buildLocalWorkspaceIndex%",
|
|
2569
|
-
"category": "Chat",
|
|
2570
|
-
"enablement": "github.copilot-chat.activated"
|
|
2571
|
-
},
|
|
2572
2572
|
{
|
|
2573
2573
|
"command": "github.copilot.buildRemoteWorkspaceIndex",
|
|
2574
2574
|
"title": "%github.copilot.command.buildRemoteWorkspaceIndex%",
|
|
@@ -2675,14 +2675,10 @@
|
|
|
2675
2675
|
"icon": "$(export)"
|
|
2676
2676
|
},
|
|
2677
2677
|
{
|
|
2678
|
-
"command": "github.copilot.chat.
|
|
2679
|
-
"title": "Export Agent
|
|
2680
|
-
"category": "Chat"
|
|
2681
|
-
|
|
2682
|
-
{
|
|
2683
|
-
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
2684
|
-
"title": "Export Trajectory...",
|
|
2685
|
-
"category": "Chat"
|
|
2678
|
+
"command": "github.copilot.chat.otel.exportAgentTracesDB",
|
|
2679
|
+
"title": "Export Agent Traces DB",
|
|
2680
|
+
"category": "Chat",
|
|
2681
|
+
"enablement": "config.github.copilot.chat.otel.dbSpanExporter.enabled"
|
|
2686
2682
|
},
|
|
2687
2683
|
{
|
|
2688
2684
|
"command": "github.copilot.nes.captureExpected.start",
|
|
@@ -2830,6 +2826,20 @@
|
|
|
2830
2826
|
"icon": "$(download)",
|
|
2831
2827
|
"category": "GitHub Copilot"
|
|
2832
2828
|
},
|
|
2829
|
+
{
|
|
2830
|
+
"command": "github.copilot.sessions.commitChanges",
|
|
2831
|
+
"title": "%github.copilot.command.sessions.commitChanges%",
|
|
2832
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2833
|
+
"icon": "$(git-commit)",
|
|
2834
|
+
"category": "GitHub Copilot"
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
2838
|
+
"title": "%github.copilot.command.sessions.discardChanges%",
|
|
2839
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2840
|
+
"icon": "$(discard)",
|
|
2841
|
+
"category": "GitHub Copilot"
|
|
2842
|
+
},
|
|
2833
2843
|
{
|
|
2834
2844
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
2835
2845
|
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR%",
|
|
@@ -2841,7 +2851,7 @@
|
|
|
2841
2851
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
2842
2852
|
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR%",
|
|
2843
2853
|
"enablement": "!chatSessionRequestInProgress",
|
|
2844
|
-
"icon": "$(
|
|
2854
|
+
"icon": "$(sync)",
|
|
2845
2855
|
"category": "GitHub Copilot"
|
|
2846
2856
|
},
|
|
2847
2857
|
{
|
|
@@ -2900,6 +2910,12 @@
|
|
|
2900
2910
|
"command": "github.copilot.chat.cloudSessions.clearCaches",
|
|
2901
2911
|
"title": "%github.copilot.command.cloudSessions.clearCaches.title%",
|
|
2902
2912
|
"category": "GitHub Copilot"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"command": "github.copilot.sessions.refreshChanges",
|
|
2916
|
+
"title": "%github.copilot.command.sessions.refreshChanges%",
|
|
2917
|
+
"icon": "$(refresh)",
|
|
2918
|
+
"category": "GitHub Copilot"
|
|
2903
2919
|
}
|
|
2904
2920
|
],
|
|
2905
2921
|
"configuration": [
|
|
@@ -3194,6 +3210,13 @@
|
|
|
3194
3210
|
"tags": [
|
|
3195
3211
|
"onExp"
|
|
3196
3212
|
]
|
|
3213
|
+
},
|
|
3214
|
+
"github.copilot.chat.anthropic.thinking.budgetTokens": {
|
|
3215
|
+
"type": "number",
|
|
3216
|
+
"markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
|
|
3217
|
+
"minimum": 0,
|
|
3218
|
+
"maximum": 32000,
|
|
3219
|
+
"default": 16000
|
|
3197
3220
|
}
|
|
3198
3221
|
}
|
|
3199
3222
|
},
|
|
@@ -3241,17 +3264,6 @@
|
|
|
3241
3264
|
"onExp"
|
|
3242
3265
|
]
|
|
3243
3266
|
},
|
|
3244
|
-
"github.copilot.chat.anthropic.thinking.budgetTokens": {
|
|
3245
|
-
"type": "number",
|
|
3246
|
-
"markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
|
|
3247
|
-
"minimum": 0,
|
|
3248
|
-
"maximum": 32000,
|
|
3249
|
-
"default": 16000,
|
|
3250
|
-
"tags": [
|
|
3251
|
-
"preview",
|
|
3252
|
-
"onExp"
|
|
3253
|
-
]
|
|
3254
|
-
},
|
|
3255
3267
|
"github.copilot.chat.anthropic.thinking.forceExtendedThinking": {
|
|
3256
3268
|
"type": "boolean",
|
|
3257
3269
|
"markdownDescription": "%github.copilot.config.anthropic.thinking.forceExtendedThinking%",
|
|
@@ -3827,6 +3839,15 @@
|
|
|
3827
3839
|
"onExp"
|
|
3828
3840
|
]
|
|
3829
3841
|
},
|
|
3842
|
+
"github.copilot.chat.responsesApi.promptCacheKey.enabled": {
|
|
3843
|
+
"type": "boolean",
|
|
3844
|
+
"default": false,
|
|
3845
|
+
"markdownDescription": "%github.copilot.config.responsesApi.promptCacheKey.enabled%",
|
|
3846
|
+
"tags": [
|
|
3847
|
+
"experimental",
|
|
3848
|
+
"onExp"
|
|
3849
|
+
]
|
|
3850
|
+
},
|
|
3830
3851
|
"github.copilot.chat.updated53CodexPrompt.enabled": {
|
|
3831
3852
|
"type": "boolean",
|
|
3832
3853
|
"default": true,
|
|
@@ -3836,6 +3857,24 @@
|
|
|
3836
3857
|
"onExp"
|
|
3837
3858
|
]
|
|
3838
3859
|
},
|
|
3860
|
+
"github.copilot.chat.gpt54ConcisePrompt.enabled": {
|
|
3861
|
+
"type": "boolean",
|
|
3862
|
+
"default": false,
|
|
3863
|
+
"markdownDescription": "%github.copilot.config.gpt54ConcisePrompt.enabled%",
|
|
3864
|
+
"tags": [
|
|
3865
|
+
"experimental",
|
|
3866
|
+
"onExp"
|
|
3867
|
+
]
|
|
3868
|
+
},
|
|
3869
|
+
"github.copilot.chat.gpt54LargePrompt.enabled": {
|
|
3870
|
+
"type": "boolean",
|
|
3871
|
+
"default": false,
|
|
3872
|
+
"markdownDescription": "%github.copilot.config.gpt54LargePrompt.enabled%",
|
|
3873
|
+
"tags": [
|
|
3874
|
+
"experimental",
|
|
3875
|
+
"onExp"
|
|
3876
|
+
]
|
|
3877
|
+
},
|
|
3839
3878
|
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
3840
3879
|
"type": "boolean",
|
|
3841
3880
|
"default": false,
|
|
@@ -3992,16 +4031,6 @@
|
|
|
3992
4031
|
{
|
|
3993
4032
|
"id": "advanced",
|
|
3994
4033
|
"properties": {
|
|
3995
|
-
"github.copilot.chat.anthropic.promptCaching.extendedTtl": {
|
|
3996
|
-
"type": "boolean",
|
|
3997
|
-
"markdownDescription": "%github.copilot.config.anthropic.promptCaching.extendedTtl%",
|
|
3998
|
-
"default": false,
|
|
3999
|
-
"tags": [
|
|
4000
|
-
"advanced",
|
|
4001
|
-
"experimental",
|
|
4002
|
-
"onExp"
|
|
4003
|
-
]
|
|
4004
|
-
},
|
|
4005
4034
|
"github.copilot.chat.installExtensionSkill.enabled": {
|
|
4006
4035
|
"type": "boolean",
|
|
4007
4036
|
"default": false,
|
|
@@ -4084,16 +4113,6 @@
|
|
|
4084
4113
|
"onExp"
|
|
4085
4114
|
]
|
|
4086
4115
|
},
|
|
4087
|
-
"github.copilot.chat.workspace.enableFullWorkspace": {
|
|
4088
|
-
"type": "boolean",
|
|
4089
|
-
"default": true,
|
|
4090
|
-
"markdownDescription": "%github.copilot.config.workspace.enableFullWorkspace%",
|
|
4091
|
-
"tags": [
|
|
4092
|
-
"advanced",
|
|
4093
|
-
"experimental",
|
|
4094
|
-
"onExp"
|
|
4095
|
-
]
|
|
4096
|
-
},
|
|
4097
4116
|
"github.copilot.chat.workspace.enableCodeSearch": {
|
|
4098
4117
|
"type": "boolean",
|
|
4099
4118
|
"default": true,
|
|
@@ -4104,10 +4123,10 @@
|
|
|
4104
4123
|
"onExp"
|
|
4105
4124
|
]
|
|
4106
4125
|
},
|
|
4107
|
-
"github.copilot.chat.workspace.
|
|
4108
|
-
"type": "
|
|
4109
|
-
"default":
|
|
4110
|
-
"markdownDescription": "%github.copilot.config.workspace.
|
|
4126
|
+
"github.copilot.chat.workspace.maxDiffSizeBeforeUsingExternalIngest": {
|
|
4127
|
+
"type": "number",
|
|
4128
|
+
"default": 100,
|
|
4129
|
+
"markdownDescription": "%github.copilot.config.workspace.maxDiffSizeBeforeUsingExternalIngest%",
|
|
4111
4130
|
"tags": [
|
|
4112
4131
|
"advanced",
|
|
4113
4132
|
"experimental",
|
|
@@ -4399,16 +4418,6 @@
|
|
|
4399
4418
|
"onExp"
|
|
4400
4419
|
]
|
|
4401
4420
|
},
|
|
4402
|
-
"github.copilot.chat.agentHistorySummarizationForceGpt41": {
|
|
4403
|
-
"type": "boolean",
|
|
4404
|
-
"default": false,
|
|
4405
|
-
"markdownDescription": "%github.copilot.config.agentHistorySummarizationForceGpt41%",
|
|
4406
|
-
"tags": [
|
|
4407
|
-
"advanced",
|
|
4408
|
-
"experimental",
|
|
4409
|
-
"onExp"
|
|
4410
|
-
]
|
|
4411
|
-
},
|
|
4412
4421
|
"github.copilot.chat.useResponsesApiTruncation": {
|
|
4413
4422
|
"type": "boolean",
|
|
4414
4423
|
"default": false,
|
|
@@ -4481,7 +4490,7 @@
|
|
|
4481
4490
|
},
|
|
4482
4491
|
"github.copilot.chat.inlineEdits.nextCursorPrediction.currentFileMaxTokens": {
|
|
4483
4492
|
"type": "number",
|
|
4484
|
-
"default":
|
|
4493
|
+
"default": 3000,
|
|
4485
4494
|
"markdownDescription": "%github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens%",
|
|
4486
4495
|
"tags": [
|
|
4487
4496
|
"advanced",
|
|
@@ -4561,6 +4570,14 @@
|
|
|
4561
4570
|
"advanced"
|
|
4562
4571
|
]
|
|
4563
4572
|
},
|
|
4573
|
+
"github.copilot.chat.cli.forkSessions.enabled": {
|
|
4574
|
+
"type": "boolean",
|
|
4575
|
+
"default": false,
|
|
4576
|
+
"markdownDescription": "%github.copilot.config.cli.forkSessions.enabled%",
|
|
4577
|
+
"tags": [
|
|
4578
|
+
"advanced"
|
|
4579
|
+
]
|
|
4580
|
+
},
|
|
4564
4581
|
"github.copilot.chat.cli.isolationOption.enabled": {
|
|
4565
4582
|
"type": "boolean",
|
|
4566
4583
|
"default": true,
|
|
@@ -4664,7 +4681,7 @@
|
|
|
4664
4681
|
"github.copilot.chat.otel.enabled": {
|
|
4665
4682
|
"type": "boolean",
|
|
4666
4683
|
"default": false,
|
|
4667
|
-
"markdownDescription": "Enable OpenTelemetry trace/metric/log emission for Copilot Chat operations. Env var `COPILOT_OTEL_ENABLED` takes precedence.",
|
|
4684
|
+
"markdownDescription": "Enable OpenTelemetry trace/metric/log emission for Copilot Chat operations. Env var `COPILOT_OTEL_ENABLED` takes precedence. Requires window reload.",
|
|
4668
4685
|
"tags": [
|
|
4669
4686
|
"advanced"
|
|
4670
4687
|
]
|
|
@@ -4678,7 +4695,7 @@
|
|
|
4678
4695
|
"file"
|
|
4679
4696
|
],
|
|
4680
4697
|
"default": "otlp-http",
|
|
4681
|
-
"markdownDescription": "OTel exporter type for Copilot Chat telemetry.",
|
|
4698
|
+
"markdownDescription": "OTel exporter type for Copilot Chat telemetry. Requires window reload.",
|
|
4682
4699
|
"tags": [
|
|
4683
4700
|
"advanced"
|
|
4684
4701
|
]
|
|
@@ -4686,7 +4703,7 @@
|
|
|
4686
4703
|
"github.copilot.chat.otel.otlpEndpoint": {
|
|
4687
4704
|
"type": "string",
|
|
4688
4705
|
"default": "http://localhost:4318",
|
|
4689
|
-
"markdownDescription": "OTLP collector endpoint URL for Copilot Chat OTel data. Env var `OTEL_EXPORTER_OTLP_ENDPOINT` takes precedence.",
|
|
4706
|
+
"markdownDescription": "OTLP collector endpoint URL for Copilot Chat OTel data. Env var `OTEL_EXPORTER_OTLP_ENDPOINT` takes precedence. Requires window reload.",
|
|
4690
4707
|
"tags": [
|
|
4691
4708
|
"advanced"
|
|
4692
4709
|
]
|
|
@@ -4694,7 +4711,7 @@
|
|
|
4694
4711
|
"github.copilot.chat.otel.captureContent": {
|
|
4695
4712
|
"type": "boolean",
|
|
4696
4713
|
"default": false,
|
|
4697
|
-
"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.",
|
|
4714
|
+
"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. Requires window reload.",
|
|
4698
4715
|
"tags": [
|
|
4699
4716
|
"advanced"
|
|
4700
4717
|
]
|
|
@@ -4702,7 +4719,15 @@
|
|
|
4702
4719
|
"github.copilot.chat.otel.outfile": {
|
|
4703
4720
|
"type": "string",
|
|
4704
4721
|
"default": "",
|
|
4705
|
-
"markdownDescription": "File path for file-based OTel exporter output (JSON-lines). When set, overrides exporter type to `file`.",
|
|
4722
|
+
"markdownDescription": "File path for file-based OTel exporter output (JSON-lines). When set, overrides exporter type to `file`. Requires window reload.",
|
|
4723
|
+
"tags": [
|
|
4724
|
+
"advanced"
|
|
4725
|
+
]
|
|
4726
|
+
},
|
|
4727
|
+
"github.copilot.chat.otel.dbSpanExporter.enabled": {
|
|
4728
|
+
"type": "boolean",
|
|
4729
|
+
"default": false,
|
|
4730
|
+
"markdownDescription": "Enable SQLite DB span exporter. Persists OTel spans to a local SQLite database. Automatically enables OTel when set to true. Requires window reload.",
|
|
4706
4731
|
"tags": [
|
|
4707
4732
|
"advanced"
|
|
4708
4733
|
]
|
|
@@ -4842,34 +4867,39 @@
|
|
|
4842
4867
|
},
|
|
4843
4868
|
{
|
|
4844
4869
|
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
4845
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.
|
|
4846
|
-
"group": "navigation@
|
|
4870
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasPullRequest",
|
|
4871
|
+
"group": "navigation@9"
|
|
4847
4872
|
}
|
|
4848
4873
|
],
|
|
4849
4874
|
"chat/input/editing/sessionApplyActions": [
|
|
4875
|
+
{
|
|
4876
|
+
"command": "github.copilot.sessions.commitChanges",
|
|
4877
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == workspace",
|
|
4878
|
+
"group": "commit@1"
|
|
4879
|
+
},
|
|
4850
4880
|
{
|
|
4851
4881
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge",
|
|
4852
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected && !sessions.
|
|
4882
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.isMergeBaseBranchProtected && !sessions.hasPullRequest",
|
|
4853
4883
|
"group": "merge@1"
|
|
4854
4884
|
},
|
|
4855
4885
|
{
|
|
4856
4886
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
4857
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected && !sessions.
|
|
4887
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.isMergeBaseBranchProtected && !sessions.hasPullRequest",
|
|
4858
4888
|
"group": "merge@2"
|
|
4859
4889
|
},
|
|
4860
4890
|
{
|
|
4861
4891
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
4862
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.
|
|
4892
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.hasPullRequest",
|
|
4863
4893
|
"group": "pull_request@1"
|
|
4864
4894
|
},
|
|
4865
4895
|
{
|
|
4866
4896
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
4867
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.
|
|
4897
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.hasPullRequest",
|
|
4868
4898
|
"group": "pull_request@2"
|
|
4869
4899
|
},
|
|
4870
4900
|
{
|
|
4871
4901
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
4872
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasOpenPullRequest",
|
|
4902
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasPullRequest && sessions.hasOpenPullRequest",
|
|
4873
4903
|
"group": "pull_request@1"
|
|
4874
4904
|
}
|
|
4875
4905
|
],
|
|
@@ -4915,10 +4945,6 @@
|
|
|
4915
4945
|
"command": "github.copilot.cli.sessions.commitToRepository",
|
|
4916
4946
|
"when": "false"
|
|
4917
4947
|
},
|
|
4918
|
-
{
|
|
4919
|
-
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
4920
|
-
"when": "false"
|
|
4921
|
-
},
|
|
4922
4948
|
{
|
|
4923
4949
|
"command": "github.copilot.chat.triggerPermissiveSignIn",
|
|
4924
4950
|
"when": "false"
|
|
@@ -5127,6 +5153,10 @@
|
|
|
5127
5153
|
"command": "github.copilot.claude.sessions.rename",
|
|
5128
5154
|
"when": "false"
|
|
5129
5155
|
},
|
|
5156
|
+
{
|
|
5157
|
+
"command": "github.copilot.cli.sessions.setTitle",
|
|
5158
|
+
"when": "false"
|
|
5159
|
+
},
|
|
5130
5160
|
{
|
|
5131
5161
|
"command": "github.copilot.cli.sessions.openRepository",
|
|
5132
5162
|
"when": "false"
|
|
@@ -5218,6 +5248,18 @@
|
|
|
5218
5248
|
{
|
|
5219
5249
|
"command": "github.copilot.chat.tools.memory.clearMemories",
|
|
5220
5250
|
"when": "config.github.copilot.chat.tools.memory.enabled"
|
|
5251
|
+
},
|
|
5252
|
+
{
|
|
5253
|
+
"command": "github.copilot.sessions.commitChanges",
|
|
5254
|
+
"when": "false"
|
|
5255
|
+
},
|
|
5256
|
+
{
|
|
5257
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
5258
|
+
"when": "false"
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"command": "github.copilot.sessions.refreshChanges",
|
|
5262
|
+
"when": "false"
|
|
5221
5263
|
}
|
|
5222
5264
|
],
|
|
5223
5265
|
"view/title": [
|
|
@@ -5267,11 +5309,6 @@
|
|
|
5267
5309
|
"command": "github.copilot.chat.debug.exportPromptLogsAsJson",
|
|
5268
5310
|
"when": "view == copilot-chat && viewItem == chatprompt",
|
|
5269
5311
|
"group": "export@3"
|
|
5270
|
-
},
|
|
5271
|
-
{
|
|
5272
|
-
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
5273
|
-
"when": "view == copilot-chat && viewItem == chatprompt",
|
|
5274
|
-
"group": "export@4"
|
|
5275
5312
|
}
|
|
5276
5313
|
],
|
|
5277
5314
|
"searchPanel/aiResults/commands": [
|
|
@@ -5551,7 +5588,7 @@
|
|
|
5551
5588
|
},
|
|
5552
5589
|
{
|
|
5553
5590
|
"command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
|
|
5554
|
-
"when": "chatSessionType == copilotcli",
|
|
5591
|
+
"when": "chatSessionType == copilotcli && !isSessionsWindow",
|
|
5555
5592
|
"group": "2_open@1"
|
|
5556
5593
|
},
|
|
5557
5594
|
{
|
|
@@ -5591,6 +5628,20 @@
|
|
|
5591
5628
|
"when": "chatSessionType == copilot-cloud-agent && !github.copilot.prExtensionInstalled",
|
|
5592
5629
|
"group": "inline@1"
|
|
5593
5630
|
}
|
|
5631
|
+
],
|
|
5632
|
+
"chat/input/editing/sessionTitleToolbar": [
|
|
5633
|
+
{
|
|
5634
|
+
"command": "github.copilot.sessions.refreshChanges",
|
|
5635
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow",
|
|
5636
|
+
"group": "9_refresh@1"
|
|
5637
|
+
}
|
|
5638
|
+
],
|
|
5639
|
+
"chat/input/editing/sessionChangeToolbar": [
|
|
5640
|
+
{
|
|
5641
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
5642
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow",
|
|
5643
|
+
"group": "navigation@1"
|
|
5644
|
+
}
|
|
5594
5645
|
]
|
|
5595
5646
|
},
|
|
5596
5647
|
"icons": {
|
|
@@ -6034,7 +6085,8 @@
|
|
|
6034
6085
|
],
|
|
6035
6086
|
"customAgentTarget": "github-copilot",
|
|
6036
6087
|
"requiresCustomModels": true,
|
|
6037
|
-
"autoAttachReferences": true
|
|
6088
|
+
"autoAttachReferences": true,
|
|
6089
|
+
"useRequestToPopulateBuiltInPickers": true
|
|
6038
6090
|
},
|
|
6039
6091
|
{
|
|
6040
6092
|
"type": "copilot-cloud-agent",
|
|
@@ -6126,6 +6178,12 @@
|
|
|
6126
6178
|
{
|
|
6127
6179
|
"path": "./assets/prompts/skills/get-search-view-results/SKILL.md",
|
|
6128
6180
|
"when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"path": "./assets/prompts/skills/troubleshoot/SKILL.md"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"path": "./assets/prompts/skills/agent-customization/SKILL.md"
|
|
6129
6187
|
}
|
|
6130
6188
|
],
|
|
6131
6189
|
"terminal": {
|
|
@@ -6260,7 +6318,7 @@
|
|
|
6260
6318
|
"open": "^10.1.2",
|
|
6261
6319
|
"openai": "^6.7.0",
|
|
6262
6320
|
"outdent": "^0.8.0",
|
|
6263
|
-
"picomatch": "^4.0.
|
|
6321
|
+
"picomatch": "^4.0.4",
|
|
6264
6322
|
"playwright": "^1.58.2",
|
|
6265
6323
|
"prettier": "^3.6.2",
|
|
6266
6324
|
"react": "^17.0.2",
|
|
@@ -6290,7 +6348,7 @@
|
|
|
6290
6348
|
"@anthropic-ai/claude-agent-sdk": "^0.2.81",
|
|
6291
6349
|
"@anthropic-ai/sdk": "^0.80.0",
|
|
6292
6350
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
6293
|
-
"@github/copilot": "^1.0.
|
|
6351
|
+
"@github/copilot": "^1.0.11",
|
|
6294
6352
|
"@google/genai": "^1.22.0",
|
|
6295
6353
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
6296
6354
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
@@ -6338,5 +6396,5 @@
|
|
|
6338
6396
|
"node-gyp": "npm:node-gyp@10.3.1",
|
|
6339
6397
|
"zod": "3.25.76"
|
|
6340
6398
|
},
|
|
6341
|
-
"vscodeCommit": "
|
|
6399
|
+
"vscodeCommit": "e1ab55e1215fa458d1aeabcf8afd1a9478d2c47f"
|
|
6342
6400
|
}
|