@vscode/chat-lib 0.5.1-6 → 0.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/features.d.ts +4 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/features.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/features.js +10 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/features.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/featuresService.d.ts +2 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/featuresService.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/debugRecorder.js +2 -2
- package/dist/src/_internal/extension/inlineEdits/node/debugRecorder.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/importFiltering.d.ts +2 -1
- package/dist/src/_internal/extension/inlineEdits/node/importFiltering.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/importFiltering.js +7 -2
- package/dist/src/_internal/extension/inlineEdits/node/importFiltering.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +2 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +13 -9
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +54 -38
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +45 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +257 -19
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/rebaseResult.d.ts +22 -0
- package/dist/src/_internal/extension/inlineEdits/node/rebaseResult.d.ts.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/rebaseResult.js +111 -0
- package/dist/src/_internal/extension/inlineEdits/node/rebaseResult.js.map +1 -0
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +2 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +8 -2
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +27 -5
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts +17 -3
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +94 -44
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +76 -14
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +13 -6
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +18 -11
- 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 +9 -2
- 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.js +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +16 -14
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +2 -2
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +46 -24
- 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 +1 -2
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +3 -1
- 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/githubService.d.ts +10 -0
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +5 -0
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/importFilteringOptions.d.ts +8 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/importFilteringOptions.d.ts.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/importFilteringOptions.js +17 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/importFilteringOptions.js.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +2 -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 +9 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +5 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +9 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/observableWorkspace.d.ts +8 -2
- package/dist/src/_internal/platform/inlineEdits/common/observableWorkspace.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/observableWorkspace.js +6 -2
- package/dist/src/_internal/platform/inlineEdits/common/observableWorkspace.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +5 -2
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +8 -2
- 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.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js +2 -2
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +6 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +15 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +2 -0
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +5 -2
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +1 -0
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts +10 -3
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js +21 -2
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts +6 -0
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js +13 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts +2 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js +2 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/noopOtelService.d.ts +1 -0
- package/dist/src/_internal/platform/otel/common/noopOtelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/noopOtelService.js +1 -0
- package/dist/src/_internal/platform/otel/common/noopOtelService.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/otelService.d.ts +6 -0
- package/dist/src/_internal/platform/otel/common/otelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts +6 -0
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.js +22 -0
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +12 -2
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +149 -61
- package/package.json +3 -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.41.
|
|
5
|
+
"version": "0.41.1",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"l10n": "./l10n",
|
|
90
90
|
"enabledApiProposals": [
|
|
91
91
|
"agentSessionsWorkspace",
|
|
92
|
-
"chatDebug@
|
|
92
|
+
"chatDebug@4",
|
|
93
93
|
"chatHooks@6",
|
|
94
94
|
"extensionsAny",
|
|
95
95
|
"newSymbolNamesProvider",
|
|
@@ -173,6 +173,33 @@
|
|
|
173
173
|
]
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
+
{
|
|
177
|
+
"name": "execution_subagent",
|
|
178
|
+
"toolReferenceName": "executionSubagent",
|
|
179
|
+
"displayName": "%copilot.tools.executionSubagent.name%",
|
|
180
|
+
"icon": "$(play)",
|
|
181
|
+
"canBeReferencedInPrompt": true,
|
|
182
|
+
"userDescription": "%copilot.tools.executionSubagent.description%",
|
|
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.enableExecutionSubagent",
|
|
185
|
+
"inputSchema": {
|
|
186
|
+
"type": "object",
|
|
187
|
+
"properties": {
|
|
188
|
+
"query": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"description": "What to execute, and what to look for in the output. Can include exact commands to run, or a description of an execution task."
|
|
191
|
+
},
|
|
192
|
+
"description": {
|
|
193
|
+
"type": "string",
|
|
194
|
+
"description": "User-visible invocation message shown while the subagent runs."
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"required": [
|
|
198
|
+
"query",
|
|
199
|
+
"description"
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
},
|
|
176
203
|
{
|
|
177
204
|
"name": "search_subagent",
|
|
178
205
|
"toolReferenceName": "searchSubagent",
|
|
@@ -1158,6 +1185,26 @@
|
|
|
1158
1185
|
]
|
|
1159
1186
|
}
|
|
1160
1187
|
},
|
|
1188
|
+
{
|
|
1189
|
+
"name": "copilot_resolveMemoryFileUri",
|
|
1190
|
+
"displayName": "Resolve Memory File URI",
|
|
1191
|
+
"toolReferenceName": "resolveMemoryFileUri",
|
|
1192
|
+
"userDescription": "Resolve a memory file path to its actual URI",
|
|
1193
|
+
"modelDescription": "Resolve a memory file path (like /memories/session/plan.md or /memories/repo/notes.md) to its fully qualified URI. Use this when you need the actual URI for a memory file, for example to pass it to setArtifacts. The path must start with /memories/.",
|
|
1194
|
+
"tags": [],
|
|
1195
|
+
"inputSchema": {
|
|
1196
|
+
"type": "object",
|
|
1197
|
+
"properties": {
|
|
1198
|
+
"path": {
|
|
1199
|
+
"type": "string",
|
|
1200
|
+
"description": "The memory file path to resolve (e.g. /memories/session/plan.md)."
|
|
1201
|
+
}
|
|
1202
|
+
},
|
|
1203
|
+
"required": [
|
|
1204
|
+
"path"
|
|
1205
|
+
]
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1161
1208
|
{
|
|
1162
1209
|
"name": "copilot_editFiles",
|
|
1163
1210
|
"modelDescription": "This is a placeholder tool, do not use",
|
|
@@ -1227,6 +1274,7 @@
|
|
|
1227
1274
|
"installExtension",
|
|
1228
1275
|
"memory",
|
|
1229
1276
|
"newWorkspace",
|
|
1277
|
+
"resolveMemoryFileUri",
|
|
1230
1278
|
"runCommand",
|
|
1231
1279
|
"switchAgent",
|
|
1232
1280
|
"vscodeAPI"
|
|
@@ -2482,6 +2530,11 @@
|
|
|
2482
2530
|
"title": "%github.copilot.command.collectDiagnostics%",
|
|
2483
2531
|
"category": "Developer"
|
|
2484
2532
|
},
|
|
2533
|
+
{
|
|
2534
|
+
"command": "github.copilot.debug.showNodeSystemCertificatesErrors",
|
|
2535
|
+
"title": "%github.copilot.command.showNodeSystemCertificatesErrors%",
|
|
2536
|
+
"category": "Developer"
|
|
2537
|
+
},
|
|
2485
2538
|
{
|
|
2486
2539
|
"command": "github.copilot.debug.inlineEdit.clearCache",
|
|
2487
2540
|
"title": "%github.copilot.command.inlineEdit.clearCache%",
|
|
@@ -2784,6 +2837,13 @@
|
|
|
2784
2837
|
"icon": "$(git-pull-request-create)",
|
|
2785
2838
|
"category": "GitHub Copilot"
|
|
2786
2839
|
},
|
|
2840
|
+
{
|
|
2841
|
+
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
2842
|
+
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR%",
|
|
2843
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2844
|
+
"icon": "$(git-pull-request)",
|
|
2845
|
+
"category": "GitHub Copilot"
|
|
2846
|
+
},
|
|
2787
2847
|
{
|
|
2788
2848
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
2789
2849
|
"title": "%github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR%",
|
|
@@ -2983,6 +3043,14 @@
|
|
|
2983
3043
|
"onExp"
|
|
2984
3044
|
]
|
|
2985
3045
|
},
|
|
3046
|
+
"github.copilot.chat.rateLimitAutoSwitchToAuto": {
|
|
3047
|
+
"type": "boolean",
|
|
3048
|
+
"default": false,
|
|
3049
|
+
"markdownDescription": "%github.copilot.config.rateLimitAutoSwitchToAuto%",
|
|
3050
|
+
"tags": [
|
|
3051
|
+
"onExp"
|
|
3052
|
+
]
|
|
3053
|
+
},
|
|
2986
3054
|
"github.copilot.chat.customInstructionsInSystemMessage": {
|
|
2987
3055
|
"type": "boolean",
|
|
2988
3056
|
"default": true,
|
|
@@ -3184,19 +3252,6 @@
|
|
|
3184
3252
|
"onExp"
|
|
3185
3253
|
]
|
|
3186
3254
|
},
|
|
3187
|
-
"github.copilot.chat.anthropic.thinking.effort": {
|
|
3188
|
-
"type": "string",
|
|
3189
|
-
"markdownDescription": "%github.copilot.config.anthropic.thinking.effort%",
|
|
3190
|
-
"enum": [
|
|
3191
|
-
"low",
|
|
3192
|
-
"medium",
|
|
3193
|
-
"high"
|
|
3194
|
-
],
|
|
3195
|
-
"default": "high",
|
|
3196
|
-
"tags": [
|
|
3197
|
-
"preview"
|
|
3198
|
-
]
|
|
3199
|
-
},
|
|
3200
3255
|
"github.copilot.chat.anthropic.thinking.forceExtendedThinking": {
|
|
3201
3256
|
"type": "boolean",
|
|
3202
3257
|
"markdownDescription": "%github.copilot.config.anthropic.thinking.forceExtendedThinking%",
|
|
@@ -3589,7 +3644,7 @@
|
|
|
3589
3644
|
},
|
|
3590
3645
|
"github.copilot.chat.languageContext.typescript.enabled": {
|
|
3591
3646
|
"type": "boolean",
|
|
3592
|
-
"default":
|
|
3647
|
+
"default": true,
|
|
3593
3648
|
"scope": "resource",
|
|
3594
3649
|
"tags": [
|
|
3595
3650
|
"experimental",
|
|
@@ -3750,22 +3805,6 @@
|
|
|
3750
3805
|
"split"
|
|
3751
3806
|
]
|
|
3752
3807
|
},
|
|
3753
|
-
"github.copilot.chat.responsesApiReasoningEffort": {
|
|
3754
|
-
"type": "string",
|
|
3755
|
-
"default": "default",
|
|
3756
|
-
"markdownDescription": "%github.copilot.config.responsesApiReasoningEffort%",
|
|
3757
|
-
"tags": [
|
|
3758
|
-
"experimental",
|
|
3759
|
-
"onExp"
|
|
3760
|
-
],
|
|
3761
|
-
"enum": [
|
|
3762
|
-
"low",
|
|
3763
|
-
"medium",
|
|
3764
|
-
"high",
|
|
3765
|
-
"xhigh",
|
|
3766
|
-
"default"
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
3808
|
"github.copilot.chat.responsesApiReasoningSummary": {
|
|
3770
3809
|
"type": "string",
|
|
3771
3810
|
"default": "detailed",
|
|
@@ -3953,6 +3992,16 @@
|
|
|
3953
3992
|
{
|
|
3954
3993
|
"id": "advanced",
|
|
3955
3994
|
"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
|
+
},
|
|
3956
4005
|
"github.copilot.chat.installExtensionSkill.enabled": {
|
|
3957
4006
|
"type": "boolean",
|
|
3958
4007
|
"default": false,
|
|
@@ -4291,6 +4340,33 @@
|
|
|
4291
4340
|
"experimental"
|
|
4292
4341
|
]
|
|
4293
4342
|
},
|
|
4343
|
+
"github.copilot.chat.executionSubagent.enabled": {
|
|
4344
|
+
"type": "boolean",
|
|
4345
|
+
"default": false,
|
|
4346
|
+
"markdownDescription": "%github.copilot.config.executionSubagent.enabled%",
|
|
4347
|
+
"tags": [
|
|
4348
|
+
"advanced",
|
|
4349
|
+
"experimental"
|
|
4350
|
+
]
|
|
4351
|
+
},
|
|
4352
|
+
"github.copilot.chat.executionSubagent.model": {
|
|
4353
|
+
"type": "string",
|
|
4354
|
+
"default": "",
|
|
4355
|
+
"markdownDescription": "%github.copilot.config.executionSubagent.model%",
|
|
4356
|
+
"tags": [
|
|
4357
|
+
"advanced",
|
|
4358
|
+
"experimental"
|
|
4359
|
+
]
|
|
4360
|
+
},
|
|
4361
|
+
"github.copilot.chat.executionSubagent.toolCallLimit": {
|
|
4362
|
+
"type": "number",
|
|
4363
|
+
"default": 5,
|
|
4364
|
+
"markdownDescription": "%github.copilot.config.executionSubagent.toolCallLimit%",
|
|
4365
|
+
"tags": [
|
|
4366
|
+
"advanced",
|
|
4367
|
+
"experimental"
|
|
4368
|
+
]
|
|
4369
|
+
},
|
|
4294
4370
|
"github.copilot.chat.summarizeAgentConversationHistoryThreshold": {
|
|
4295
4371
|
"type": [
|
|
4296
4372
|
"number",
|
|
@@ -4460,55 +4536,54 @@
|
|
|
4460
4536
|
"experimental"
|
|
4461
4537
|
]
|
|
4462
4538
|
},
|
|
4463
|
-
"github.copilot.chat.cli.
|
|
4539
|
+
"github.copilot.chat.cli.mcp.enabled": {
|
|
4464
4540
|
"type": "boolean",
|
|
4465
4541
|
"default": true,
|
|
4466
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4542
|
+
"markdownDescription": "%github.copilot.config.cli.mcp.enabled%",
|
|
4467
4543
|
"tags": [
|
|
4468
4544
|
"advanced",
|
|
4469
4545
|
"experimental"
|
|
4470
4546
|
]
|
|
4471
4547
|
},
|
|
4472
|
-
"github.copilot.chat.cli.
|
|
4548
|
+
"github.copilot.chat.cli.branchSupport.enabled": {
|
|
4473
4549
|
"type": "boolean",
|
|
4474
4550
|
"default": false,
|
|
4475
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4551
|
+
"markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
|
|
4476
4552
|
"tags": [
|
|
4477
|
-
"advanced"
|
|
4478
|
-
"experimental"
|
|
4553
|
+
"advanced"
|
|
4479
4554
|
]
|
|
4480
4555
|
},
|
|
4481
|
-
"github.copilot.chat.cli.
|
|
4556
|
+
"github.copilot.chat.cli.planExitMode.enabled": {
|
|
4482
4557
|
"type": "boolean",
|
|
4483
4558
|
"default": false,
|
|
4484
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4559
|
+
"markdownDescription": "%github.copilot.config.cli.planExitMode.enabled%",
|
|
4485
4560
|
"tags": [
|
|
4486
|
-
"advanced"
|
|
4487
|
-
"experimental"
|
|
4561
|
+
"advanced"
|
|
4488
4562
|
]
|
|
4489
4563
|
},
|
|
4490
|
-
"github.copilot.chat.cli.
|
|
4564
|
+
"github.copilot.chat.cli.forkSessions.enabled": {
|
|
4491
4565
|
"type": "boolean",
|
|
4492
4566
|
"default": false,
|
|
4493
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4567
|
+
"markdownDescription": "%github.copilot.config.cli.forkSessions.enabled%",
|
|
4494
4568
|
"tags": [
|
|
4495
4569
|
"advanced"
|
|
4496
4570
|
]
|
|
4497
4571
|
},
|
|
4498
|
-
"github.copilot.chat.cli.
|
|
4572
|
+
"github.copilot.chat.cli.isolationOption.enabled": {
|
|
4499
4573
|
"type": "boolean",
|
|
4500
|
-
"default":
|
|
4501
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4574
|
+
"default": true,
|
|
4575
|
+
"markdownDescription": "%github.copilot.config.cli.isolationOption.enabled%",
|
|
4502
4576
|
"tags": [
|
|
4503
4577
|
"advanced"
|
|
4504
4578
|
]
|
|
4505
4579
|
},
|
|
4506
|
-
"github.copilot.chat.cli.
|
|
4580
|
+
"github.copilot.chat.cli.autoCommit.enabled": {
|
|
4507
4581
|
"type": "boolean",
|
|
4508
4582
|
"default": true,
|
|
4509
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4583
|
+
"markdownDescription": "%github.copilot.config.cli.autoCommit.enabled%",
|
|
4510
4584
|
"tags": [
|
|
4511
|
-
"advanced"
|
|
4585
|
+
"advanced",
|
|
4586
|
+
"experimental"
|
|
4512
4587
|
]
|
|
4513
4588
|
},
|
|
4514
4589
|
"github.copilot.chat.cli.sessionController.enabled": {
|
|
@@ -4782,12 +4857,12 @@
|
|
|
4782
4857
|
"chat/input/editing/sessionApplyActions": [
|
|
4783
4858
|
{
|
|
4784
4859
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge",
|
|
4785
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected",
|
|
4860
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected && !sessions.hasOpenPullRequest",
|
|
4786
4861
|
"group": "merge@1"
|
|
4787
4862
|
},
|
|
4788
4863
|
{
|
|
4789
4864
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
4790
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected",
|
|
4865
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.isMergeBaseBranchProtected && !sessions.hasOpenPullRequest",
|
|
4791
4866
|
"group": "merge@2"
|
|
4792
4867
|
},
|
|
4793
4868
|
{
|
|
@@ -4799,6 +4874,11 @@
|
|
|
4799
4874
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
4800
4875
|
"when": "chatSessionType == copilotcli && isSessionsWindow && !sessions.hasOpenPullRequest",
|
|
4801
4876
|
"group": "pull_request@2"
|
|
4877
|
+
},
|
|
4878
|
+
{
|
|
4879
|
+
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
4880
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasOpenPullRequest",
|
|
4881
|
+
"group": "pull_request@1"
|
|
4802
4882
|
}
|
|
4803
4883
|
],
|
|
4804
4884
|
"chat/contextUsage/actions": [
|
|
@@ -5107,6 +5187,10 @@
|
|
|
5107
5187
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
5108
5188
|
"when": "false"
|
|
5109
5189
|
},
|
|
5190
|
+
{
|
|
5191
|
+
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
5192
|
+
"when": "false"
|
|
5193
|
+
},
|
|
5110
5194
|
{
|
|
5111
5195
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
5112
5196
|
"when": "false"
|
|
@@ -5896,6 +5980,14 @@
|
|
|
5896
5980
|
"name": "security-review",
|
|
5897
5981
|
"description": "Complete a security review of the pending changes on the current branch"
|
|
5898
5982
|
},
|
|
5983
|
+
{
|
|
5984
|
+
"name": "simplify",
|
|
5985
|
+
"description": "Review changed code for reuse, quality, and efficiency"
|
|
5986
|
+
},
|
|
5987
|
+
{
|
|
5988
|
+
"name": "claude-api",
|
|
5989
|
+
"description": "Help building with Claude API or Anthropic SDK"
|
|
5990
|
+
},
|
|
5899
5991
|
{
|
|
5900
5992
|
"name": "agents",
|
|
5901
5993
|
"description": "Create and manage specialized Claude agents"
|
|
@@ -5946,10 +6038,6 @@
|
|
|
5946
6038
|
{
|
|
5947
6039
|
"name": "compact",
|
|
5948
6040
|
"description": "%github.copilot.command.cli.compact.description%"
|
|
5949
|
-
},
|
|
5950
|
-
{
|
|
5951
|
-
"name": "mcp",
|
|
5952
|
-
"description": "%github.copilot.command.cli.mcp.description%"
|
|
5953
6041
|
}
|
|
5954
6042
|
],
|
|
5955
6043
|
"customAgentTarget": "github-copilot",
|
|
@@ -6207,10 +6295,10 @@
|
|
|
6207
6295
|
"zod": "3.25.76"
|
|
6208
6296
|
},
|
|
6209
6297
|
"dependencies": {
|
|
6210
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.
|
|
6211
|
-
"@anthropic-ai/sdk": "^0.
|
|
6298
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.81",
|
|
6299
|
+
"@anthropic-ai/sdk": "^0.80.0",
|
|
6212
6300
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
6213
|
-
"@github/copilot": "^1.0.
|
|
6301
|
+
"@github/copilot": "^1.0.10",
|
|
6214
6302
|
"@google/genai": "^1.22.0",
|
|
6215
6303
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
6216
6304
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
@@ -6232,7 +6320,7 @@
|
|
|
6232
6320
|
"@vscode/copilot-api": "^0.2.18",
|
|
6233
6321
|
"@vscode/extension-telemetry": "^1.5.1",
|
|
6234
6322
|
"@vscode/l10n": "^0.0.18",
|
|
6235
|
-
"@vscode/prompt-tsx": "^0.4.0-alpha.
|
|
6323
|
+
"@vscode/prompt-tsx": "^0.4.0-alpha.8",
|
|
6236
6324
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
6237
6325
|
"@vscode/webview-ui-toolkit": "^1.3.1",
|
|
6238
6326
|
"@xterm/headless": "^5.5.0",
|
|
@@ -6258,5 +6346,5 @@
|
|
|
6258
6346
|
"node-gyp": "npm:node-gyp@10.3.1",
|
|
6259
6347
|
"zod": "3.25.76"
|
|
6260
6348
|
},
|
|
6261
|
-
"vscodeCommit": "
|
|
6349
|
+
"vscodeCommit": "55969564bb5637a0fe1bdf5a665c5c5f21723407"
|
|
6262
6350
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/chat-lib",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.1",
|
|
4
4
|
"description": "Chat and inline editing SDK extracted from VS Code Copilot Chat",
|
|
5
5
|
"main": "dist/src/main.js",
|
|
6
6
|
"types": "dist/src/main.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@sinclair/typebox": "^0.34.41",
|
|
19
19
|
"@vscode/copilot-api": "^0.2.18",
|
|
20
20
|
"@vscode/l10n": "^0.0.18",
|
|
21
|
-
"@vscode/prompt-tsx": "^0.4.0-alpha.
|
|
21
|
+
"@vscode/prompt-tsx": "^0.4.0-alpha.8",
|
|
22
22
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
23
23
|
"applicationinsights": "^2.9.7",
|
|
24
24
|
"jsonc-parser": "^3.3.1",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"yaml": "^2.8.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@anthropic-ai/sdk": "^0.
|
|
34
|
+
"@anthropic-ai/sdk": "^0.80.0",
|
|
35
35
|
"@octokit/types": "^14.1.0",
|
|
36
36
|
"@types/node": "^22.16.3",
|
|
37
37
|
"@types/vscode": "^1.109.0",
|