@vscode/chat-lib 0.55.2026062608 → 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.
Files changed (74) hide show
  1. package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts +1 -0
  2. package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
  3. package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +23 -2
  4. package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
  5. package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts +21 -0
  6. package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts.map +1 -1
  7. package/dist/src/_internal/extension/conversation/common/languageModelAccess.js +56 -0
  8. package/dist/src/_internal/extension/conversation/common/languageModelAccess.js.map +1 -1
  9. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +29 -0
  10. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
  11. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +4 -1
  12. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
  13. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +11 -0
  14. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
  15. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +57 -3
  16. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
  17. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +56 -2
  18. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
  19. package/dist/src/_internal/extension/xtab/common/promptCrafting.js +36 -44
  20. package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
  21. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +23 -1
  22. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
  23. package/dist/src/_internal/extension/xtab/node/xtabProvider.js +124 -30
  24. package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
  25. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +10 -16
  26. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  27. package/dist/src/_internal/platform/configuration/common/configurationService.js +13 -19
  28. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  29. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +11 -1
  30. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
  31. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +50 -15
  32. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
  33. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +6 -0
  34. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
  35. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
  36. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -0
  37. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
  38. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +6 -0
  39. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
  40. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
  41. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +12 -1
  42. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
  43. package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.d.ts.map +1 -1
  44. package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.js +6 -3
  45. package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.js.map +1 -1
  46. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
  47. package/dist/src/_internal/platform/endpoint/node/responsesApi.js +60 -11
  48. package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
  49. package/dist/src/_internal/platform/git/common/gitService.d.ts +1 -0
  50. package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
  51. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +98 -15
  52. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
  53. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +141 -11
  54. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
  55. package/dist/src/_internal/platform/networking/common/networking.d.ts +1 -1
  56. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  57. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  58. package/dist/src/_internal/platform/otel/common/otelConfig.d.ts +33 -6
  59. package/dist/src/_internal/platform/otel/common/otelConfig.d.ts.map +1 -1
  60. package/dist/src/_internal/platform/otel/common/otelConfig.js +78 -28
  61. package/dist/src/_internal/platform/otel/common/otelConfig.js.map +1 -1
  62. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +7 -0
  63. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
  64. package/dist/src/_internal/util/common/test/shims/chatTypes.js +11 -2
  65. package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
  66. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
  67. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +1 -0
  68. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
  69. package/dist/src/_internal/vscodeTypes.d.ts +1 -0
  70. package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
  71. package/dist/src/_internal/vscodeTypes.js +4 -3
  72. package/dist/src/_internal/vscodeTypes.js.map +1 -1
  73. package/dist/src/package.json +155 -46
  74. 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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"}
@@ -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.55.2026062608",
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.127.0",
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": [
@@ -2139,6 +2144,30 @@
2139
2144
  "additionalProperties": {
2140
2145
  "type": "string"
2141
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
2142
2171
  }
2143
2172
  },
2144
2173
  "required": [
@@ -3450,6 +3479,11 @@
3450
3479
  "tags": [
3451
3480
  "onExp"
3452
3481
  ]
3482
+ },
3483
+ "github.copilot.chat.imageUpload.enabled": {
3484
+ "type": "boolean",
3485
+ "default": true,
3486
+ "markdownDescription": "%github.copilot.config.imageUpload.enabled%"
3453
3487
  }
3454
3488
  }
3455
3489
  },
@@ -3595,15 +3629,6 @@
3595
3629
  "onExp"
3596
3630
  ]
3597
3631
  },
3598
- "github.copilot.chat.imageUpload.enabled": {
3599
- "type": "boolean",
3600
- "default": true,
3601
- "tags": [
3602
- "experimental",
3603
- "onExp"
3604
- ],
3605
- "markdownDescription": "%github.copilot.config.imageUpload.enabled%"
3606
- },
3607
3632
  "github.copilot.chat.codeGeneration.instructions": {
3608
3633
  "markdownDeprecationMessage": "%github.copilot.config.codeGeneration.instructions.deprecated%",
3609
3634
  "type": "array",
@@ -4016,7 +4041,7 @@
4016
4041
  },
4017
4042
  "github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled": {
4018
4043
  "type": "boolean",
4019
- "default": false,
4044
+ "default": true,
4020
4045
  "tags": [
4021
4046
  "experimental",
4022
4047
  "onExp"
@@ -4038,19 +4063,6 @@
4038
4063
  "clear-both"
4039
4064
  ]
4040
4065
  },
4041
- "github.copilot.chat.responsesApiReasoningSummary": {
4042
- "type": "string",
4043
- "default": "detailed",
4044
- "markdownDescription": "%github.copilot.config.responsesApiReasoningSummary%",
4045
- "tags": [
4046
- "experimental",
4047
- "onExp"
4048
- ],
4049
- "enum": [
4050
- "off",
4051
- "detailed"
4052
- ]
4053
- },
4054
4066
  "github.copilot.chat.responsesApiContextManagement.enabled": {
4055
4067
  "type": "boolean",
4056
4068
  "default": false,
@@ -4069,10 +4081,10 @@
4069
4081
  "onExp"
4070
4082
  ]
4071
4083
  },
4072
- "github.copilot.chat.responsesApi.persistentCoT.enabled": {
4084
+ "github.copilot.chat.responsesApi.promptCacheBreakpoint.enabled": {
4073
4085
  "type": "boolean",
4074
4086
  "default": false,
4075
- "markdownDescription": "%github.copilot.config.responsesApi.persistentCoT.enabled%",
4087
+ "markdownDescription": "%github.copilot.config.responsesApi.promptCacheBreakpoint.enabled%",
4076
4088
  "tags": [
4077
4089
  "experimental",
4078
4090
  "onExp"
@@ -4107,7 +4119,7 @@
4107
4119
  },
4108
4120
  "github.copilot.chat.gemini3GetChangedFilesTool.enabled": {
4109
4121
  "type": "boolean",
4110
- "default": true,
4122
+ "default": false,
4111
4123
  "markdownDescription": "%github.copilot.config.gemini3GetChangedFilesTool.enabled%",
4112
4124
  "tags": [
4113
4125
  "experimental",
@@ -4330,7 +4342,7 @@
4330
4342
  },
4331
4343
  "github.copilot.chat.tools.grepSearch.outputFormat": {
4332
4344
  "type": "string",
4333
- "default": "tag",
4345
+ "default": "grep",
4334
4346
  "enum": [
4335
4347
  "grep",
4336
4348
  "tag"
@@ -4340,6 +4352,24 @@
4340
4352
  "experimental",
4341
4353
  "onExp"
4342
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
+ ]
4343
4373
  }
4344
4374
  }
4345
4375
  },
@@ -5279,7 +5309,10 @@
5279
5309
  "type": "boolean",
5280
5310
  "default": false,
5281
5311
  "scope": "application",
5282
- "markdownDescription": "Enable OpenTelemetry trace/metric/log emission for Copilot Chat operations. Configurable in user settings only. Env var `COPILOT_OTEL_ENABLED` takes precedence. Requires window reload.",
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.",
5283
5316
  "tags": [
5284
5317
  "advanced"
5285
5318
  ]
@@ -5294,7 +5327,28 @@
5294
5327
  ],
5295
5328
  "default": "otlp-http",
5296
5329
  "scope": "application",
5297
- "markdownDescription": "OTel exporter type for Copilot Chat telemetry. Configurable in user settings only. Requires window reload.",
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.",
5298
5352
  "tags": [
5299
5353
  "advanced"
5300
5354
  ]
@@ -5303,7 +5357,10 @@
5303
5357
  "type": "string",
5304
5358
  "default": "http://localhost:4318",
5305
5359
  "scope": "application",
5306
- "markdownDescription": "OTLP collector endpoint URL for Copilot Chat OTel data. Configurable in user settings only. Env var `OTEL_EXPORTER_OTLP_ENDPOINT` takes precedence. Requires window reload.",
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.",
5307
5364
  "tags": [
5308
5365
  "advanced"
5309
5366
  ]
@@ -5312,7 +5369,52 @@
5312
5369
  "type": "boolean",
5313
5370
  "default": false,
5314
5371
  "scope": "application",
5315
- "markdownDescription": "Capture input/output messages, system instructions, and tool definitions in OTel telemetry. **Contains potentially sensitive data.** Configurable in user settings only. Env var `COPILOT_OTEL_CAPTURE_CONTENT` takes precedence. Requires window reload.",
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.",
5316
5418
  "tags": [
5317
5419
  "advanced"
5318
5420
  ]
@@ -5331,7 +5433,10 @@
5331
5433
  "type": "string",
5332
5434
  "default": "",
5333
5435
  "scope": "application",
5334
- "markdownDescription": "File path for file-based OTel exporter output (JSON-lines). When set, overrides exporter type to `file`. Configurable in user settings only. Requires window reload.",
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.",
5335
5440
  "tags": [
5336
5441
  "advanced"
5337
5442
  ]
@@ -7047,16 +7152,16 @@
7047
7152
  "@vscode/lsif-language-service": "^0.1.0-pre.4",
7048
7153
  "@vscode/test-cli": "^0.0.11",
7049
7154
  "@vscode/test-electron": "^2.5.2",
7050
- "@vscode/test-web": "^0.0.80",
7155
+ "@vscode/test-web": "^0.0.81",
7051
7156
  "@vscode/vsce": "3.6.0",
7052
7157
  "copyfiles": "^2.4.1",
7053
7158
  "csv-parse": "^6.0.0",
7054
7159
  "dotenv": "^17.2.0",
7055
- "electron": "^39.8.5",
7160
+ "electron": "^42.5.0",
7056
7161
  "esbuild": "0.28.1",
7057
7162
  "fastq": "^1.19.1",
7058
7163
  "glob": "^11.1.0",
7059
- "js-yaml": "^4.1.1",
7164
+ "js-yaml": "^4.3.0",
7060
7165
  "minimist": "^1.2.8",
7061
7166
  "mobx": "^6.13.7",
7062
7167
  "mobx-react-lite": "^4.1.0",
@@ -7069,7 +7174,7 @@
7069
7174
  "openai": "^6.7.0",
7070
7175
  "outdent": "^0.8.0",
7071
7176
  "picomatch": "^4.0.4",
7072
- "playwright": "^1.58.2",
7177
+ "playwright": "^1.61.1",
7073
7178
  "prettier": "^3.6.2",
7074
7179
  "react": "^17.0.2",
7075
7180
  "react-dom": "17.0.2",
@@ -7095,19 +7200,22 @@
7095
7200
  "@anthropic-ai/claude-agent-sdk": "0.2.112",
7096
7201
  "@anthropic-ai/sdk": "^0.82.0",
7097
7202
  "@github/blackbird-external-ingest-utils": "^0.3.0",
7098
- "@github/copilot": "^1.0.65",
7203
+ "@github/copilot": "^1.0.67",
7099
7204
  "@google/genai": "^1.22.0",
7100
7205
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
7101
7206
  "@microsoft/tiktokenizer": "^1.0.10",
7102
7207
  "@modelcontextprotocol/sdk": "^1.25.2",
7103
7208
  "@opentelemetry/api": "^1.9.0",
7104
7209
  "@opentelemetry/api-logs": "^0.212.0",
7105
- "@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
7106
- "@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
7107
- "@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
7108
- "@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
7109
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
7110
- "@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
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",
7111
7219
  "@opentelemetry/resources": "^2.5.1",
7112
7220
  "@opentelemetry/sdk-logs": "^0.212.0",
7113
7221
  "@opentelemetry/sdk-metrics": "^2.5.1",
@@ -7130,7 +7238,7 @@
7130
7238
  "isbinaryfile": "^5.0.4",
7131
7239
  "jsonc-parser": "^3.3.1",
7132
7240
  "lru-cache": "^11.1.0",
7133
- "markdown-it": "^14.1.1",
7241
+ "markdown-it": "^14.2.0",
7134
7242
  "minimatch": "^10.2.1",
7135
7243
  "undici": "^7.24.1",
7136
7244
  "vscode-tas-client": "^0.1.84",
@@ -7138,6 +7246,7 @@
7138
7246
  },
7139
7247
  "overrides": {
7140
7248
  "string_decoder": "npm:string_decoder@1.2.0",
7249
+ "yauzl": "^3.3.1",
7141
7250
  "zod": "3.25.76"
7142
7251
  },
7143
7252
  "vscodeCommit": "94c8e2adc50e26ef70af85a0de3a9efed757acaa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.55.2026062608",
3
+ "version": "0.56.0",
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",