@vscode/chat-lib 0.52.2026060802 → 0.53.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/conversation/common/languageModelAccess.d.ts.map +1 -1
- package/dist/src/_internal/extension/conversation/common/languageModelAccess.js +3 -0
- package/dist/src/_internal/extension/conversation/common/languageModelAccess.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/debugRecorder.d.ts +6 -0
- package/dist/src/_internal/extension/inlineEdits/node/debugRecorder.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/debugRecorder.js +77 -1
- package/dist/src/_internal/extension/inlineEdits/node/debugRecorder.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts +0 -1
- package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts.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 +0 -40
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +9 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +15 -7
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +33 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts +21 -3
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +32 -9
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +6 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts +4 -0
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js +15 -2
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +8 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +9 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +10 -2
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +3 -2
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +25 -7
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/domainService.d.ts +0 -1
- package/dist/src/_internal/platform/endpoint/common/domainService.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/domainService.js +1 -3
- package/dist/src/_internal/platform/endpoint/common/domainService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +11 -2
- 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/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +13 -6
- 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 -2
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/utils.d.ts +20 -0
- package/dist/src/_internal/platform/git/common/utils.d.ts.map +1 -0
- package/dist/src/_internal/platform/git/common/utils.js +86 -0
- package/dist/src/_internal/platform/git/common/utils.js.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +14 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +21 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +3 -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/genAiAttributes.d.ts +4 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js +4 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts +20 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js +24 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/extpath.d.ts +1 -1
- package/dist/src/_internal/util/vs/base/common/extpath.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/extpath.js +7 -1
- package/dist/src/_internal/util/vs/base/common/extpath.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/resources.js +1 -1
- package/dist/src/_internal/util/vs/base/common/resources.js.map +1 -1
- package/dist/src/package.json +102 -7
- 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.53.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.125.0",
|
|
26
26
|
"npm": ">=9.0.0",
|
|
27
27
|
"node": ">=22.14.0"
|
|
28
28
|
},
|
|
@@ -151,6 +151,21 @@
|
|
|
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
|
+
},
|
|
154
169
|
"contributes": {
|
|
155
170
|
"languageModelTools": [
|
|
156
171
|
{
|
|
@@ -1958,7 +1973,7 @@
|
|
|
1958
1973
|
"chat-completions",
|
|
1959
1974
|
"responses"
|
|
1960
1975
|
],
|
|
1961
|
-
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses`
|
|
1976
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` \u2192 nested, otherwise top-level."
|
|
1962
1977
|
},
|
|
1963
1978
|
"requestHeaders": {
|
|
1964
1979
|
"type": "object",
|
|
@@ -2129,7 +2144,7 @@
|
|
|
2129
2144
|
"chat-completions",
|
|
2130
2145
|
"responses"
|
|
2131
2146
|
],
|
|
2132
|
-
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses`
|
|
2147
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` \u2192 nested, otherwise top-level."
|
|
2133
2148
|
},
|
|
2134
2149
|
"requestHeaders": {
|
|
2135
2150
|
"type": "object",
|
|
@@ -2243,7 +2258,7 @@
|
|
|
2243
2258
|
"chat-completions",
|
|
2244
2259
|
"responses"
|
|
2245
2260
|
],
|
|
2246
|
-
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses`
|
|
2261
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` \u2192 nested, otherwise top-level."
|
|
2247
2262
|
},
|
|
2248
2263
|
"requestHeaders": {
|
|
2249
2264
|
"type": "object",
|
|
@@ -2854,6 +2869,18 @@
|
|
|
2854
2869
|
"category": "Chat",
|
|
2855
2870
|
"enablement": "config.github.copilot.chat.otel.dbSpanExporter.enabled"
|
|
2856
2871
|
},
|
|
2872
|
+
{
|
|
2873
|
+
"command": "github.copilot.chat.otel.statusActive",
|
|
2874
|
+
"title": "OpenTelemetry",
|
|
2875
|
+
"category": "Chat",
|
|
2876
|
+
"icon": "$(broadcast)"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"command": "github.copilot.chat.otel.statusCapturing",
|
|
2880
|
+
"title": "OpenTelemetry",
|
|
2881
|
+
"category": "Chat",
|
|
2882
|
+
"icon": "$(eye)"
|
|
2883
|
+
},
|
|
2857
2884
|
{
|
|
2858
2885
|
"command": "github.copilot.sessionSync.deleteSessions",
|
|
2859
2886
|
"title": "%github.copilot.command.sessionSync.deleteSessions%",
|
|
@@ -3999,6 +4026,15 @@
|
|
|
3999
4026
|
],
|
|
4000
4027
|
"description": "%github.copilot.config.alternateGeminiModelFPrompt.enabled%"
|
|
4001
4028
|
},
|
|
4029
|
+
"github.copilot.chat.gemini35FlashReducedToolUsePrompt.enabled": {
|
|
4030
|
+
"type": "boolean",
|
|
4031
|
+
"default": false,
|
|
4032
|
+
"tags": [
|
|
4033
|
+
"experimental",
|
|
4034
|
+
"onExp"
|
|
4035
|
+
],
|
|
4036
|
+
"description": "%github.copilot.config.gemini35FlashReducedToolUsePrompt.enabled%"
|
|
4037
|
+
},
|
|
4002
4038
|
"github.copilot.chat.anthropic.contextEditing.mode": {
|
|
4003
4039
|
"type": "string",
|
|
4004
4040
|
"default": "off",
|
|
@@ -4045,6 +4081,15 @@
|
|
|
4045
4081
|
"onExp"
|
|
4046
4082
|
]
|
|
4047
4083
|
},
|
|
4084
|
+
"github.copilot.chat.responsesApi.persistentCoT.enabled": {
|
|
4085
|
+
"type": "boolean",
|
|
4086
|
+
"default": false,
|
|
4087
|
+
"markdownDescription": "%github.copilot.config.responsesApi.persistentCoT.enabled%",
|
|
4088
|
+
"tags": [
|
|
4089
|
+
"experimental",
|
|
4090
|
+
"onExp"
|
|
4091
|
+
]
|
|
4092
|
+
},
|
|
4048
4093
|
"github.copilot.chat.updated53CodexPrompt.enabled": {
|
|
4049
4094
|
"type": "boolean",
|
|
4050
4095
|
"default": true,
|
|
@@ -4285,6 +4330,33 @@
|
|
|
4285
4330
|
"experimental",
|
|
4286
4331
|
"onExp"
|
|
4287
4332
|
]
|
|
4333
|
+
},
|
|
4334
|
+
"github.copilot.chat.conversationCompaction.usePrismCompaction": {
|
|
4335
|
+
"type": "boolean",
|
|
4336
|
+
"default": false,
|
|
4337
|
+
"markdownDescription": "%github.copilot.config.conversationCompaction.usePrismCompaction%",
|
|
4338
|
+
"tags": [
|
|
4339
|
+
"experimental",
|
|
4340
|
+
"onExp"
|
|
4341
|
+
]
|
|
4342
|
+
},
|
|
4343
|
+
"github.copilot.chat.conversationCompaction.model": {
|
|
4344
|
+
"type": "string",
|
|
4345
|
+
"default": "",
|
|
4346
|
+
"markdownDescription": "%github.copilot.config.conversationCompaction.model%",
|
|
4347
|
+
"tags": [
|
|
4348
|
+
"experimental",
|
|
4349
|
+
"onExp"
|
|
4350
|
+
]
|
|
4351
|
+
},
|
|
4352
|
+
"github.copilot.chat.conversationCompaction.prismModelFilter": {
|
|
4353
|
+
"type": "string",
|
|
4354
|
+
"default": "claude-haiku-4.5,claude-sonnet-4.5,claude-sonnet-4.6,gemini-2.5-pro,gemini-3-flash,gemini-3.5-flash",
|
|
4355
|
+
"markdownDescription": "%github.copilot.config.conversationCompaction.prismModelFilter%",
|
|
4356
|
+
"tags": [
|
|
4357
|
+
"experimental",
|
|
4358
|
+
"onExp"
|
|
4359
|
+
]
|
|
4288
4360
|
}
|
|
4289
4361
|
}
|
|
4290
4362
|
},
|
|
@@ -5510,7 +5582,27 @@
|
|
|
5510
5582
|
"group": "inline@2"
|
|
5511
5583
|
}
|
|
5512
5584
|
],
|
|
5585
|
+
"chat/input/status": [
|
|
5586
|
+
{
|
|
5587
|
+
"command": "github.copilot.chat.otel.statusActive",
|
|
5588
|
+
"when": "github.copilot.otel.state == 'active'",
|
|
5589
|
+
"group": "navigation"
|
|
5590
|
+
},
|
|
5591
|
+
{
|
|
5592
|
+
"command": "github.copilot.chat.otel.statusCapturing",
|
|
5593
|
+
"when": "github.copilot.otel.state == 'capturing'",
|
|
5594
|
+
"group": "navigation"
|
|
5595
|
+
}
|
|
5596
|
+
],
|
|
5513
5597
|
"commandPalette": [
|
|
5598
|
+
{
|
|
5599
|
+
"command": "github.copilot.chat.otel.statusActive",
|
|
5600
|
+
"when": "false"
|
|
5601
|
+
},
|
|
5602
|
+
{
|
|
5603
|
+
"command": "github.copilot.chat.otel.statusCapturing",
|
|
5604
|
+
"when": "false"
|
|
5605
|
+
},
|
|
5514
5606
|
{
|
|
5515
5607
|
"command": "github.copilot.cli.openInCopilotCLI",
|
|
5516
5608
|
"when": "false"
|
|
@@ -6596,9 +6688,10 @@
|
|
|
6596
6688
|
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
6597
6689
|
"order": 3,
|
|
6598
6690
|
"description": "%github.copilot.session.providerDescription.claude%",
|
|
6599
|
-
"when": "config.github.copilot.chat.claudeAgent.enabled",
|
|
6691
|
+
"when": "config.github.copilot.chat.claudeAgent.enabled && ((isSessionsWindow && !config.chat.agents.claude.preferAgentHost) || (!isSessionsWindow && !config.chat.editor.claude.preferAgentHost))",
|
|
6600
6692
|
"canDelegate": true,
|
|
6601
6693
|
"requiresCustomModels": true,
|
|
6694
|
+
"supportsAutoModel": false,
|
|
6602
6695
|
"capabilities": {
|
|
6603
6696
|
"supportsFileAttachments": true,
|
|
6604
6697
|
"supportsImageAttachments": true
|
|
@@ -6658,6 +6751,7 @@
|
|
|
6658
6751
|
"canDelegate": true,
|
|
6659
6752
|
"description": "%github.copilot.session.providerDescription.background%",
|
|
6660
6753
|
"when": "config.github.copilot.chat.backgroundAgent.enabled",
|
|
6754
|
+
"supportsAutoModel": true,
|
|
6661
6755
|
"capabilities": {
|
|
6662
6756
|
"supportsFileAttachments": true,
|
|
6663
6757
|
"supportsProblemAttachments": true,
|
|
@@ -6715,6 +6809,7 @@
|
|
|
6715
6809
|
"canDelegate": true,
|
|
6716
6810
|
"description": "%github.copilot.session.providerDescription.cloud%",
|
|
6717
6811
|
"when": "config.github.copilot.chat.cloudAgent.enabled",
|
|
6812
|
+
"supportsAutoModel": false,
|
|
6718
6813
|
"capabilities": {
|
|
6719
6814
|
"supportsFileAttachments": true
|
|
6720
6815
|
},
|
|
@@ -7005,7 +7100,7 @@
|
|
|
7005
7100
|
"@anthropic-ai/claude-agent-sdk": "0.2.112",
|
|
7006
7101
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
7007
7102
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
7008
|
-
"@github/copilot": "^1.0.
|
|
7103
|
+
"@github/copilot": "^1.0.61",
|
|
7009
7104
|
"@google/genai": "^1.22.0",
|
|
7010
7105
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
7011
7106
|
"@microsoft/tiktokenizer": "^1.0.10",
|