@vscode/chat-lib 0.55.2026062514 → 0.56.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 +1 -0
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +23 -2
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts +21 -0
- package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts.map +1 -1
- package/dist/src/_internal/extension/conversation/common/languageModelAccess.js +56 -0
- package/dist/src/_internal/extension/conversation/common/languageModelAccess.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +29 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +4 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +11 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +57 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +56 -2
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +36 -44
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +23 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +124 -30
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +10 -16
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +13 -19
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +11 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +50 -15
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +6 -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/chatEndpoint.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +6 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +12 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.js +6 -3
- package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.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 +60 -11
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +1 -0
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +98 -15
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +141 -11
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +1 -1
- 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/otel/common/otelConfig.d.ts +33 -6
- package/dist/src/_internal/platform/otel/common/otelConfig.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/otelConfig.js +78 -28
- package/dist/src/_internal/platform/otel/common/otelConfig.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +7 -0
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +11 -2
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +1 -0
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +1 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +4 -3
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/package.json +162 -47
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vscodeTypes.js","sourceRoot":"","sources":["../../../src/_internal/vscodeTypes.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"vscodeTypes.js","sourceRoot":"","sources":["../../../src/_internal/vscodeTypes.ts"],"names":[],"mappings":"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"}
|
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.56.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"completionsCoreVersion": "1.378.1799",
|
|
8
8
|
"internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"icon": "assets/copilot.png",
|
|
23
23
|
"pricing": "Trial",
|
|
24
24
|
"engines": {
|
|
25
|
-
"vscode": "^1.
|
|
25
|
+
"vscode": "^1.128.0",
|
|
26
26
|
"npm": ">=9.0.0",
|
|
27
27
|
"node": ">=22.14.0"
|
|
28
28
|
},
|
|
@@ -1826,6 +1826,11 @@
|
|
|
1826
1826
|
"secret": true,
|
|
1827
1827
|
"description": "API key for OpenAI",
|
|
1828
1828
|
"title": "API Key"
|
|
1829
|
+
},
|
|
1830
|
+
"zeroDataRetentionEnabled": {
|
|
1831
|
+
"type": "boolean",
|
|
1832
|
+
"default": false,
|
|
1833
|
+
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this provider group. When `true`, OpenAI Responses requests from this group do not send `previous_response_id`."
|
|
1829
1834
|
}
|
|
1830
1835
|
},
|
|
1831
1836
|
"required": [
|
|
@@ -1835,7 +1840,10 @@
|
|
|
1835
1840
|
},
|
|
1836
1841
|
{
|
|
1837
1842
|
"vendor": "ollama",
|
|
1838
|
-
"displayName": "Ollama",
|
|
1843
|
+
"displayName": "Ollama (Deprecated)",
|
|
1844
|
+
"deprecation": {
|
|
1845
|
+
"link": "vscode:extension/Ollama.ollama"
|
|
1846
|
+
},
|
|
1839
1847
|
"configuration": {
|
|
1840
1848
|
"type": "object",
|
|
1841
1849
|
"properties": {
|
|
@@ -2136,6 +2144,30 @@
|
|
|
2136
2144
|
"additionalProperties": {
|
|
2137
2145
|
"type": "string"
|
|
2138
2146
|
}
|
|
2147
|
+
},
|
|
2148
|
+
"modelOptions": {
|
|
2149
|
+
"type": "object",
|
|
2150
|
+
"markdownDescription": "Sampling parameters to send with requests to this model. These override Copilot's defaults but are overridden by explicit per-request values. Set a property to `null` to omit it and use the model server's default.",
|
|
2151
|
+
"properties": {
|
|
2152
|
+
"temperature": {
|
|
2153
|
+
"type": [
|
|
2154
|
+
"number",
|
|
2155
|
+
"null"
|
|
2156
|
+
],
|
|
2157
|
+
"minimum": 0,
|
|
2158
|
+
"markdownDescription": "Sampling temperature. Set to `null` to omit the parameter."
|
|
2159
|
+
},
|
|
2160
|
+
"top_p": {
|
|
2161
|
+
"type": [
|
|
2162
|
+
"number",
|
|
2163
|
+
"null"
|
|
2164
|
+
],
|
|
2165
|
+
"minimum": 0,
|
|
2166
|
+
"maximum": 1,
|
|
2167
|
+
"markdownDescription": "Nucleus sampling probability. Set to `null` to omit the parameter."
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
"additionalProperties": false
|
|
2139
2171
|
}
|
|
2140
2172
|
},
|
|
2141
2173
|
"required": [
|
|
@@ -3447,6 +3479,11 @@
|
|
|
3447
3479
|
"tags": [
|
|
3448
3480
|
"onExp"
|
|
3449
3481
|
]
|
|
3482
|
+
},
|
|
3483
|
+
"github.copilot.chat.imageUpload.enabled": {
|
|
3484
|
+
"type": "boolean",
|
|
3485
|
+
"default": true,
|
|
3486
|
+
"markdownDescription": "%github.copilot.config.imageUpload.enabled%"
|
|
3450
3487
|
}
|
|
3451
3488
|
}
|
|
3452
3489
|
},
|
|
@@ -3592,15 +3629,6 @@
|
|
|
3592
3629
|
"onExp"
|
|
3593
3630
|
]
|
|
3594
3631
|
},
|
|
3595
|
-
"github.copilot.chat.imageUpload.enabled": {
|
|
3596
|
-
"type": "boolean",
|
|
3597
|
-
"default": true,
|
|
3598
|
-
"tags": [
|
|
3599
|
-
"experimental",
|
|
3600
|
-
"onExp"
|
|
3601
|
-
],
|
|
3602
|
-
"markdownDescription": "%github.copilot.config.imageUpload.enabled%"
|
|
3603
|
-
},
|
|
3604
3632
|
"github.copilot.chat.codeGeneration.instructions": {
|
|
3605
3633
|
"markdownDeprecationMessage": "%github.copilot.config.codeGeneration.instructions.deprecated%",
|
|
3606
3634
|
"type": "array",
|
|
@@ -4013,7 +4041,7 @@
|
|
|
4013
4041
|
},
|
|
4014
4042
|
"github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled": {
|
|
4015
4043
|
"type": "boolean",
|
|
4016
|
-
"default":
|
|
4044
|
+
"default": true,
|
|
4017
4045
|
"tags": [
|
|
4018
4046
|
"experimental",
|
|
4019
4047
|
"onExp"
|
|
@@ -4035,19 +4063,6 @@
|
|
|
4035
4063
|
"clear-both"
|
|
4036
4064
|
]
|
|
4037
4065
|
},
|
|
4038
|
-
"github.copilot.chat.responsesApiReasoningSummary": {
|
|
4039
|
-
"type": "string",
|
|
4040
|
-
"default": "detailed",
|
|
4041
|
-
"markdownDescription": "%github.copilot.config.responsesApiReasoningSummary%",
|
|
4042
|
-
"tags": [
|
|
4043
|
-
"experimental",
|
|
4044
|
-
"onExp"
|
|
4045
|
-
],
|
|
4046
|
-
"enum": [
|
|
4047
|
-
"off",
|
|
4048
|
-
"detailed"
|
|
4049
|
-
]
|
|
4050
|
-
},
|
|
4051
4066
|
"github.copilot.chat.responsesApiContextManagement.enabled": {
|
|
4052
4067
|
"type": "boolean",
|
|
4053
4068
|
"default": false,
|
|
@@ -4066,10 +4081,10 @@
|
|
|
4066
4081
|
"onExp"
|
|
4067
4082
|
]
|
|
4068
4083
|
},
|
|
4069
|
-
"github.copilot.chat.responsesApi.
|
|
4084
|
+
"github.copilot.chat.responsesApi.promptCacheBreakpoint.enabled": {
|
|
4070
4085
|
"type": "boolean",
|
|
4071
4086
|
"default": false,
|
|
4072
|
-
"markdownDescription": "%github.copilot.config.responsesApi.
|
|
4087
|
+
"markdownDescription": "%github.copilot.config.responsesApi.promptCacheBreakpoint.enabled%",
|
|
4073
4088
|
"tags": [
|
|
4074
4089
|
"experimental",
|
|
4075
4090
|
"onExp"
|
|
@@ -4104,7 +4119,7 @@
|
|
|
4104
4119
|
},
|
|
4105
4120
|
"github.copilot.chat.gemini3GetChangedFilesTool.enabled": {
|
|
4106
4121
|
"type": "boolean",
|
|
4107
|
-
"default":
|
|
4122
|
+
"default": false,
|
|
4108
4123
|
"markdownDescription": "%github.copilot.config.gemini3GetChangedFilesTool.enabled%",
|
|
4109
4124
|
"tags": [
|
|
4110
4125
|
"experimental",
|
|
@@ -4327,7 +4342,7 @@
|
|
|
4327
4342
|
},
|
|
4328
4343
|
"github.copilot.chat.tools.grepSearch.outputFormat": {
|
|
4329
4344
|
"type": "string",
|
|
4330
|
-
"default": "
|
|
4345
|
+
"default": "grep",
|
|
4331
4346
|
"enum": [
|
|
4332
4347
|
"grep",
|
|
4333
4348
|
"tag"
|
|
@@ -4337,6 +4352,24 @@
|
|
|
4337
4352
|
"experimental",
|
|
4338
4353
|
"onExp"
|
|
4339
4354
|
]
|
|
4355
|
+
},
|
|
4356
|
+
"github.copilot.chat.tools.grepSearch.defaultMaxResults": {
|
|
4357
|
+
"type": "number",
|
|
4358
|
+
"default": 20,
|
|
4359
|
+
"markdownDescription": "%github.copilot.chat.tools.grepSearch.defaultMaxResults%",
|
|
4360
|
+
"tags": [
|
|
4361
|
+
"experimental",
|
|
4362
|
+
"onExp"
|
|
4363
|
+
]
|
|
4364
|
+
},
|
|
4365
|
+
"github.copilot.chat.tools.grepSearch.maxResultsCap": {
|
|
4366
|
+
"type": "number",
|
|
4367
|
+
"default": 200,
|
|
4368
|
+
"markdownDescription": "%github.copilot.chat.tools.grepSearch.maxResultsCap%",
|
|
4369
|
+
"tags": [
|
|
4370
|
+
"experimental",
|
|
4371
|
+
"onExp"
|
|
4372
|
+
]
|
|
4340
4373
|
}
|
|
4341
4374
|
}
|
|
4342
4375
|
},
|
|
@@ -5276,7 +5309,10 @@
|
|
|
5276
5309
|
"type": "boolean",
|
|
5277
5310
|
"default": false,
|
|
5278
5311
|
"scope": "application",
|
|
5279
|
-
"
|
|
5312
|
+
"policyReference": {
|
|
5313
|
+
"name": "CopilotOtelEnabled"
|
|
5314
|
+
},
|
|
5315
|
+
"markdownDescription": "Enable OpenTelemetry trace/metric/log emission for Copilot Chat operations. Precedence: enterprise policy > env var `COPILOT_OTEL_ENABLED` > user setting. Requires window reload.",
|
|
5280
5316
|
"tags": [
|
|
5281
5317
|
"advanced"
|
|
5282
5318
|
]
|
|
@@ -5291,7 +5327,28 @@
|
|
|
5291
5327
|
],
|
|
5292
5328
|
"default": "otlp-http",
|
|
5293
5329
|
"scope": "application",
|
|
5294
|
-
"
|
|
5330
|
+
"policyReference": {
|
|
5331
|
+
"name": "CopilotOtelProtocol"
|
|
5332
|
+
},
|
|
5333
|
+
"markdownDescription": "OTel exporter type for Copilot Chat telemetry. Configurable in user settings or managed by enterprise policy (policy takes precedence). Requires window reload.",
|
|
5334
|
+
"tags": [
|
|
5335
|
+
"advanced"
|
|
5336
|
+
]
|
|
5337
|
+
},
|
|
5338
|
+
"github.copilot.chat.otel.protocol": {
|
|
5339
|
+
"type": "string",
|
|
5340
|
+
"enum": [
|
|
5341
|
+
"",
|
|
5342
|
+
"http/json",
|
|
5343
|
+
"http/protobuf",
|
|
5344
|
+
"grpc"
|
|
5345
|
+
],
|
|
5346
|
+
"default": "",
|
|
5347
|
+
"scope": "application",
|
|
5348
|
+
"policyReference": {
|
|
5349
|
+
"name": "CopilotOtelOtlpProtocol"
|
|
5350
|
+
},
|
|
5351
|
+
"markdownDescription": "OTLP wire protocol for Copilot Chat OTel data, mirroring `OTEL_EXPORTER_OTLP_PROTOCOL`. `http/protobuf` selects the protobuf-over-HTTP exporter; the default (empty) uses `http/json`. Precedence: enterprise policy > env var > user setting. Requires window reload.",
|
|
5295
5352
|
"tags": [
|
|
5296
5353
|
"advanced"
|
|
5297
5354
|
]
|
|
@@ -5300,7 +5357,10 @@
|
|
|
5300
5357
|
"type": "string",
|
|
5301
5358
|
"default": "http://localhost:4318",
|
|
5302
5359
|
"scope": "application",
|
|
5303
|
-
"
|
|
5360
|
+
"policyReference": {
|
|
5361
|
+
"name": "CopilotOtelEndpoint"
|
|
5362
|
+
},
|
|
5363
|
+
"markdownDescription": "OTLP collector endpoint URL for Copilot Chat OTel data. Precedence: enterprise policy > env var `OTEL_EXPORTER_OTLP_ENDPOINT` > user setting. Requires window reload.",
|
|
5304
5364
|
"tags": [
|
|
5305
5365
|
"advanced"
|
|
5306
5366
|
]
|
|
@@ -5309,7 +5369,52 @@
|
|
|
5309
5369
|
"type": "boolean",
|
|
5310
5370
|
"default": false,
|
|
5311
5371
|
"scope": "application",
|
|
5312
|
-
"
|
|
5372
|
+
"policyReference": {
|
|
5373
|
+
"name": "CopilotOtelCaptureContent"
|
|
5374
|
+
},
|
|
5375
|
+
"markdownDescription": "Capture input/output messages, system instructions, and tool definitions in OTel telemetry. **Contains potentially sensitive data.** Precedence: enterprise policy > env var `COPILOT_OTEL_CAPTURE_CONTENT` > user setting. Requires window reload.",
|
|
5376
|
+
"tags": [
|
|
5377
|
+
"advanced"
|
|
5378
|
+
]
|
|
5379
|
+
},
|
|
5380
|
+
"github.copilot.chat.otel.serviceName": {
|
|
5381
|
+
"type": "string",
|
|
5382
|
+
"default": "",
|
|
5383
|
+
"scope": "application",
|
|
5384
|
+
"policyReference": {
|
|
5385
|
+
"name": "CopilotOtelServiceName"
|
|
5386
|
+
},
|
|
5387
|
+
"markdownDescription": "OTel `service.name` resource attribute for Copilot Chat OTel data. Configurable in user settings only. Env var `OTEL_SERVICE_NAME` takes precedence over the setting; enterprise policy takes precedence over both. Requires window reload.",
|
|
5388
|
+
"tags": [
|
|
5389
|
+
"advanced"
|
|
5390
|
+
]
|
|
5391
|
+
},
|
|
5392
|
+
"github.copilot.chat.otel.resourceAttributes": {
|
|
5393
|
+
"type": "object",
|
|
5394
|
+
"additionalProperties": {
|
|
5395
|
+
"type": "string"
|
|
5396
|
+
},
|
|
5397
|
+
"default": {},
|
|
5398
|
+
"scope": "application",
|
|
5399
|
+
"policyReference": {
|
|
5400
|
+
"name": "CopilotOtelResourceAttributes"
|
|
5401
|
+
},
|
|
5402
|
+
"markdownDescription": "Additional OTel resource attributes for Copilot Chat OTel data, as a `{ \"key\": \"value\" }` map. Configurable in user settings only. Merged per-key with `OTEL_RESOURCE_ATTRIBUTES` env (env wins over the setting); enterprise policy wins over both. Requires window reload.",
|
|
5403
|
+
"tags": [
|
|
5404
|
+
"advanced"
|
|
5405
|
+
]
|
|
5406
|
+
},
|
|
5407
|
+
"github.copilot.chat.otel.headers": {
|
|
5408
|
+
"type": "object",
|
|
5409
|
+
"additionalProperties": {
|
|
5410
|
+
"type": "string"
|
|
5411
|
+
},
|
|
5412
|
+
"default": {},
|
|
5413
|
+
"scope": "application",
|
|
5414
|
+
"policyReference": {
|
|
5415
|
+
"name": "CopilotOtelHeaders"
|
|
5416
|
+
},
|
|
5417
|
+
"markdownDescription": "Extra OTLP exporter headers (e.g. auth tokens) for Copilot Chat OTel data, as a `{ \"key\": \"value\" }` map. Applied directly to the OTLP exporter, not via environment variables. Configurable in user settings only. Merged per-key with `OTEL_EXPORTER_OTLP_HEADERS` env (env wins over the setting); enterprise policy wins over both. **Contains potentially sensitive credentials.** Requires window reload.",
|
|
5313
5418
|
"tags": [
|
|
5314
5419
|
"advanced"
|
|
5315
5420
|
]
|
|
@@ -5328,7 +5433,10 @@
|
|
|
5328
5433
|
"type": "string",
|
|
5329
5434
|
"default": "",
|
|
5330
5435
|
"scope": "application",
|
|
5331
|
-
"
|
|
5436
|
+
"policyReference": {
|
|
5437
|
+
"name": "CopilotOtelOutfile"
|
|
5438
|
+
},
|
|
5439
|
+
"markdownDescription": "File path for file-based OTel exporter output (JSON-lines). When set, overrides exporter type to `file`. Configurable in user settings or managed by enterprise policy (policy takes precedence). Requires window reload.",
|
|
5332
5440
|
"tags": [
|
|
5333
5441
|
"advanced"
|
|
5334
5442
|
]
|
|
@@ -6684,6 +6792,7 @@
|
|
|
6684
6792
|
"canDelegate": true,
|
|
6685
6793
|
"requiresCustomModels": true,
|
|
6686
6794
|
"supportsAutoModel": false,
|
|
6795
|
+
"requiresCopilotSignIn": true,
|
|
6687
6796
|
"capabilities": {
|
|
6688
6797
|
"supportsFileAttachments": true,
|
|
6689
6798
|
"supportsImageAttachments": true
|
|
@@ -6744,6 +6853,7 @@
|
|
|
6744
6853
|
"description": "%github.copilot.session.providerDescription.background%",
|
|
6745
6854
|
"when": "config.github.copilot.chat.backgroundAgent.enabled",
|
|
6746
6855
|
"supportsAutoModel": true,
|
|
6856
|
+
"requiresCopilotSignIn": true,
|
|
6747
6857
|
"capabilities": {
|
|
6748
6858
|
"supportsFileAttachments": true,
|
|
6749
6859
|
"supportsProblemAttachments": true,
|
|
@@ -6802,6 +6912,7 @@
|
|
|
6802
6912
|
"description": "%github.copilot.session.providerDescription.cloud%",
|
|
6803
6913
|
"when": "config.github.copilot.chat.cloudAgent.enabled",
|
|
6804
6914
|
"supportsAutoModel": false,
|
|
6915
|
+
"requiresCopilotSignIn": true,
|
|
6805
6916
|
"capabilities": {
|
|
6806
6917
|
"supportsFileAttachments": true
|
|
6807
6918
|
},
|
|
@@ -7041,16 +7152,16 @@
|
|
|
7041
7152
|
"@vscode/lsif-language-service": "^0.1.0-pre.4",
|
|
7042
7153
|
"@vscode/test-cli": "^0.0.11",
|
|
7043
7154
|
"@vscode/test-electron": "^2.5.2",
|
|
7044
|
-
"@vscode/test-web": "^0.0.
|
|
7155
|
+
"@vscode/test-web": "^0.0.81",
|
|
7045
7156
|
"@vscode/vsce": "3.6.0",
|
|
7046
7157
|
"copyfiles": "^2.4.1",
|
|
7047
7158
|
"csv-parse": "^6.0.0",
|
|
7048
7159
|
"dotenv": "^17.2.0",
|
|
7049
|
-
"electron": "^
|
|
7160
|
+
"electron": "^42.5.0",
|
|
7050
7161
|
"esbuild": "0.28.1",
|
|
7051
7162
|
"fastq": "^1.19.1",
|
|
7052
7163
|
"glob": "^11.1.0",
|
|
7053
|
-
"js-yaml": "^4.
|
|
7164
|
+
"js-yaml": "^4.3.0",
|
|
7054
7165
|
"minimist": "^1.2.8",
|
|
7055
7166
|
"mobx": "^6.13.7",
|
|
7056
7167
|
"mobx-react-lite": "^4.1.0",
|
|
@@ -7063,7 +7174,7 @@
|
|
|
7063
7174
|
"openai": "^6.7.0",
|
|
7064
7175
|
"outdent": "^0.8.0",
|
|
7065
7176
|
"picomatch": "^4.0.4",
|
|
7066
|
-
"playwright": "^1.
|
|
7177
|
+
"playwright": "^1.61.1",
|
|
7067
7178
|
"prettier": "^3.6.2",
|
|
7068
7179
|
"react": "^17.0.2",
|
|
7069
7180
|
"react-dom": "17.0.2",
|
|
@@ -7089,19 +7200,22 @@
|
|
|
7089
7200
|
"@anthropic-ai/claude-agent-sdk": "0.2.112",
|
|
7090
7201
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
7091
7202
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
7092
|
-
"@github/copilot": "^1.0.
|
|
7203
|
+
"@github/copilot": "^1.0.67",
|
|
7093
7204
|
"@google/genai": "^1.22.0",
|
|
7094
7205
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
7095
7206
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
7096
7207
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
7097
7208
|
"@opentelemetry/api": "^1.9.0",
|
|
7098
7209
|
"@opentelemetry/api-logs": "^0.212.0",
|
|
7099
|
-
"@opentelemetry/exporter-logs-otlp-grpc": "^0.
|
|
7100
|
-
"@opentelemetry/exporter-logs-otlp-http": "^0.
|
|
7101
|
-
"@opentelemetry/exporter-
|
|
7102
|
-
"@opentelemetry/exporter-metrics-otlp-
|
|
7103
|
-
"@opentelemetry/exporter-
|
|
7104
|
-
"@opentelemetry/exporter-
|
|
7210
|
+
"@opentelemetry/exporter-logs-otlp-grpc": "^0.219.0",
|
|
7211
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.219.0",
|
|
7212
|
+
"@opentelemetry/exporter-logs-otlp-proto": "^0.219.0",
|
|
7213
|
+
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.219.0",
|
|
7214
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.219.0",
|
|
7215
|
+
"@opentelemetry/exporter-metrics-otlp-proto": "^0.219.0",
|
|
7216
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.219.0",
|
|
7217
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
7218
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.219.0",
|
|
7105
7219
|
"@opentelemetry/resources": "^2.5.1",
|
|
7106
7220
|
"@opentelemetry/sdk-logs": "^0.212.0",
|
|
7107
7221
|
"@opentelemetry/sdk-metrics": "^2.5.1",
|
|
@@ -7124,7 +7238,7 @@
|
|
|
7124
7238
|
"isbinaryfile": "^5.0.4",
|
|
7125
7239
|
"jsonc-parser": "^3.3.1",
|
|
7126
7240
|
"lru-cache": "^11.1.0",
|
|
7127
|
-
"markdown-it": "^14.
|
|
7241
|
+
"markdown-it": "^14.2.0",
|
|
7128
7242
|
"minimatch": "^10.2.1",
|
|
7129
7243
|
"undici": "^7.24.1",
|
|
7130
7244
|
"vscode-tas-client": "^0.1.84",
|
|
@@ -7132,6 +7246,7 @@
|
|
|
7132
7246
|
},
|
|
7133
7247
|
"overrides": {
|
|
7134
7248
|
"string_decoder": "npm:string_decoder@1.2.0",
|
|
7249
|
+
"yauzl": "^3.3.1",
|
|
7135
7250
|
"zod": "3.25.76"
|
|
7136
7251
|
},
|
|
7137
7252
|
"vscodeCommit": "94c8e2adc50e26ef70af85a0de3a9efed757acaa",
|