@vscode/chat-lib 0.54.2026061808 → 0.54.2026062301
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/platform/configuration/common/configurationService.d.ts +0 -4
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +0 -4
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +2 -4
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +6 -15
- 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/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 +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +2 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +4 -2
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +11 -4
- 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/package.json +27 -68
- 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.54.
|
|
5
|
+
"version": "0.54.2026062301",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"completionsCoreVersion": "1.378.1799",
|
|
8
8
|
"internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
|
|
@@ -151,21 +151,6 @@
|
|
|
151
151
|
"toolInvocationApproveCombination",
|
|
152
152
|
"chatSessionCustomizationProvider"
|
|
153
153
|
],
|
|
154
|
-
"capabilities": {
|
|
155
|
-
"untrustedWorkspaces": {
|
|
156
|
-
"supported": "limited",
|
|
157
|
-
"description": "%workspaceTrust%",
|
|
158
|
-
"restrictedConfigurations": [
|
|
159
|
-
"github.copilot.chat.otel.enabled",
|
|
160
|
-
"github.copilot.chat.otel.exporterType",
|
|
161
|
-
"github.copilot.chat.otel.otlpEndpoint",
|
|
162
|
-
"github.copilot.chat.otel.captureContent",
|
|
163
|
-
"github.copilot.chat.otel.maxAttributeSizeChars",
|
|
164
|
-
"github.copilot.chat.otel.outfile",
|
|
165
|
-
"github.copilot.chat.otel.dbSpanExporter.enabled"
|
|
166
|
-
]
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
154
|
"contributes": {
|
|
170
155
|
"languageModelTools": [
|
|
171
156
|
{
|
|
@@ -2874,12 +2859,6 @@
|
|
|
2874
2859
|
"category": "Chat",
|
|
2875
2860
|
"icon": "$(broadcast)"
|
|
2876
2861
|
},
|
|
2877
|
-
{
|
|
2878
|
-
"command": "github.copilot.chat.otel.statusCapturing",
|
|
2879
|
-
"title": "OpenTelemetry",
|
|
2880
|
-
"category": "Chat",
|
|
2881
|
-
"icon": "$(eye)"
|
|
2882
|
-
},
|
|
2883
2862
|
{
|
|
2884
2863
|
"command": "github.copilot.sessionSync.deleteSessions",
|
|
2885
2864
|
"title": "%github.copilot.command.sessionSync.deleteSessions%",
|
|
@@ -4150,24 +4129,6 @@
|
|
|
4150
4129
|
"onExp"
|
|
4151
4130
|
]
|
|
4152
4131
|
},
|
|
4153
|
-
"github.copilot.chat.gpt55EconomicalSearchAndEdit.enabled": {
|
|
4154
|
-
"type": "boolean",
|
|
4155
|
-
"default": false,
|
|
4156
|
-
"markdownDescription": "%github.copilot.config.gpt55EconomicalSearchAndEdit.enabled%",
|
|
4157
|
-
"tags": [
|
|
4158
|
-
"experimental",
|
|
4159
|
-
"onExp"
|
|
4160
|
-
]
|
|
4161
|
-
},
|
|
4162
|
-
"github.copilot.chat.gpt55LargePromptSections.enabled": {
|
|
4163
|
-
"type": "boolean",
|
|
4164
|
-
"default": false,
|
|
4165
|
-
"markdownDescription": "%github.copilot.config.gpt55LargePromptSections.enabled%",
|
|
4166
|
-
"tags": [
|
|
4167
|
-
"experimental",
|
|
4168
|
-
"onExp"
|
|
4169
|
-
]
|
|
4170
|
-
},
|
|
4171
4132
|
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
4172
4133
|
"type": "boolean",
|
|
4173
4134
|
"default": false,
|
|
@@ -5314,7 +5275,8 @@
|
|
|
5314
5275
|
"github.copilot.chat.otel.enabled": {
|
|
5315
5276
|
"type": "boolean",
|
|
5316
5277
|
"default": false,
|
|
5317
|
-
"
|
|
5278
|
+
"scope": "application",
|
|
5279
|
+
"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.",
|
|
5318
5280
|
"tags": [
|
|
5319
5281
|
"advanced"
|
|
5320
5282
|
]
|
|
@@ -5328,7 +5290,8 @@
|
|
|
5328
5290
|
"file"
|
|
5329
5291
|
],
|
|
5330
5292
|
"default": "otlp-http",
|
|
5331
|
-
"
|
|
5293
|
+
"scope": "application",
|
|
5294
|
+
"markdownDescription": "OTel exporter type for Copilot Chat telemetry. Configurable in user settings only. Requires window reload.",
|
|
5332
5295
|
"tags": [
|
|
5333
5296
|
"advanced"
|
|
5334
5297
|
]
|
|
@@ -5336,7 +5299,8 @@
|
|
|
5336
5299
|
"github.copilot.chat.otel.otlpEndpoint": {
|
|
5337
5300
|
"type": "string",
|
|
5338
5301
|
"default": "http://localhost:4318",
|
|
5339
|
-
"
|
|
5302
|
+
"scope": "application",
|
|
5303
|
+
"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.",
|
|
5340
5304
|
"tags": [
|
|
5341
5305
|
"advanced"
|
|
5342
5306
|
]
|
|
@@ -5344,7 +5308,8 @@
|
|
|
5344
5308
|
"github.copilot.chat.otel.captureContent": {
|
|
5345
5309
|
"type": "boolean",
|
|
5346
5310
|
"default": false,
|
|
5347
|
-
"
|
|
5311
|
+
"scope": "application",
|
|
5312
|
+
"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.",
|
|
5348
5313
|
"tags": [
|
|
5349
5314
|
"advanced"
|
|
5350
5315
|
]
|
|
@@ -5353,7 +5318,8 @@
|
|
|
5353
5318
|
"type": "integer",
|
|
5354
5319
|
"default": 0,
|
|
5355
5320
|
"minimum": 0,
|
|
5356
|
-
"
|
|
5321
|
+
"scope": "application",
|
|
5322
|
+
"markdownDescription": "Maximum size **in characters** for free-form OTel content attributes (prompts, responses, tool arguments/results, hook input/output). `0` (the default) disables truncation so backends without per-attribute size limits receive full JSON payloads. Set to a positive value when your OTel backend caps attribute size — consult your backend's documentation for its per-attribute limit. Truncated values are suffixed with `...[truncated, original N chars]`. Configurable in user settings only. Env var `COPILOT_OTEL_MAX_ATTRIBUTE_SIZE_CHARS` takes precedence. Requires window reload.",
|
|
5357
5323
|
"tags": [
|
|
5358
5324
|
"advanced"
|
|
5359
5325
|
]
|
|
@@ -5361,7 +5327,8 @@
|
|
|
5361
5327
|
"github.copilot.chat.otel.outfile": {
|
|
5362
5328
|
"type": "string",
|
|
5363
5329
|
"default": "",
|
|
5364
|
-
"
|
|
5330
|
+
"scope": "application",
|
|
5331
|
+
"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.",
|
|
5365
5332
|
"tags": [
|
|
5366
5333
|
"advanced"
|
|
5367
5334
|
]
|
|
@@ -5369,7 +5336,8 @@
|
|
|
5369
5336
|
"github.copilot.chat.otel.dbSpanExporter.enabled": {
|
|
5370
5337
|
"type": "boolean",
|
|
5371
5338
|
"default": false,
|
|
5372
|
-
"
|
|
5339
|
+
"scope": "application",
|
|
5340
|
+
"markdownDescription": "Enable SQLite DB span exporter. Persists OTel spans to a local SQLite database. Automatically enables OTel when set to true. Configurable in user settings only. Requires window reload.",
|
|
5373
5341
|
"tags": [
|
|
5374
5342
|
"advanced"
|
|
5375
5343
|
]
|
|
@@ -5587,6 +5555,13 @@
|
|
|
5587
5555
|
"when": "!chatIsAgentHostSession"
|
|
5588
5556
|
}
|
|
5589
5557
|
],
|
|
5558
|
+
"chat/input/status": [
|
|
5559
|
+
{
|
|
5560
|
+
"command": "github.copilot.chat.otel.statusActive",
|
|
5561
|
+
"when": "github.copilot.otel.enabledExplicitly && isSessionsWindow",
|
|
5562
|
+
"group": "otel@1"
|
|
5563
|
+
}
|
|
5564
|
+
],
|
|
5590
5565
|
"chat/newSession": [
|
|
5591
5566
|
{
|
|
5592
5567
|
"command": "github.copilot.cli.newSession",
|
|
@@ -5607,27 +5582,7 @@
|
|
|
5607
5582
|
"group": "inline@2"
|
|
5608
5583
|
}
|
|
5609
5584
|
],
|
|
5610
|
-
"chat/input/status": [
|
|
5611
|
-
{
|
|
5612
|
-
"command": "github.copilot.chat.otel.statusActive",
|
|
5613
|
-
"when": "github.copilot.otel.state == 'active'",
|
|
5614
|
-
"group": "navigation"
|
|
5615
|
-
},
|
|
5616
|
-
{
|
|
5617
|
-
"command": "github.copilot.chat.otel.statusCapturing",
|
|
5618
|
-
"when": "github.copilot.otel.state == 'capturing'",
|
|
5619
|
-
"group": "navigation"
|
|
5620
|
-
}
|
|
5621
|
-
],
|
|
5622
5585
|
"commandPalette": [
|
|
5623
|
-
{
|
|
5624
|
-
"command": "github.copilot.chat.otel.statusActive",
|
|
5625
|
-
"when": "false"
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"command": "github.copilot.chat.otel.statusCapturing",
|
|
5629
|
-
"when": "false"
|
|
5630
|
-
},
|
|
5631
5586
|
{
|
|
5632
5587
|
"command": "github.copilot.cli.openInCopilotCLI",
|
|
5633
5588
|
"when": "false"
|
|
@@ -5648,6 +5603,10 @@
|
|
|
5648
5603
|
"command": "github.copilot.chat.triggerPermissiveSignIn",
|
|
5649
5604
|
"when": "false"
|
|
5650
5605
|
},
|
|
5606
|
+
{
|
|
5607
|
+
"command": "github.copilot.chat.otel.statusActive",
|
|
5608
|
+
"when": "false"
|
|
5609
|
+
},
|
|
5651
5610
|
{
|
|
5652
5611
|
"command": "github.copilot.interactiveSession.feedback",
|
|
5653
5612
|
"when": "github.copilot-chat.activated && !github.copilot.interactiveSession.disabled"
|
|
@@ -7130,7 +7089,7 @@
|
|
|
7130
7089
|
"@anthropic-ai/claude-agent-sdk": "0.2.112",
|
|
7131
7090
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
7132
7091
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
7133
|
-
"@github/copilot": "^1.0.
|
|
7092
|
+
"@github/copilot": "^1.0.64-0",
|
|
7134
7093
|
"@google/genai": "^1.22.0",
|
|
7135
7094
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
7136
7095
|
"@microsoft/tiktokenizer": "^1.0.10",
|
package/package.json
CHANGED