@vscode/chat-lib 0.3.1-17 → 0.3.1-19
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/ghostText/ghostText.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.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 +9 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +20 -7
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +115 -109
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +1 -0
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +10 -3
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +10 -3
- package/dist/src/_internal/platform/configuration/common/configurationService.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 +1 -10
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +4 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.d.ts +30 -0
- package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +4 -3
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +1 -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 +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/_internal/util/common/asyncIterableUtils.d.ts +1 -0
- package/dist/src/_internal/util/common/asyncIterableUtils.d.ts.map +1 -1
- package/dist/src/_internal/util/common/asyncIterableUtils.js +9 -0
- package/dist/src/_internal/util/common/asyncIterableUtils.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +3 -0
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +101 -32
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"l10n": "./l10n",
|
|
91
91
|
"enabledApiProposals": [
|
|
92
92
|
"agentSessionsWorkspace",
|
|
93
|
-
"chatHooks@
|
|
93
|
+
"chatHooks@6",
|
|
94
94
|
"extensionsAny",
|
|
95
95
|
"newSymbolNamesProvider",
|
|
96
96
|
"interactive",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"authLearnMore",
|
|
121
121
|
"testObserver",
|
|
122
122
|
"aiTextSearchProvider@2",
|
|
123
|
-
"chatParticipantPrivate@
|
|
123
|
+
"chatParticipantPrivate@13",
|
|
124
124
|
"chatProvider@4",
|
|
125
125
|
"contribDebugCreateConfiguration",
|
|
126
126
|
"chatReferenceDiagnostic",
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"canBeReferencedInPrompt": true,
|
|
1229
1229
|
"userDescription": "Manage persistent memory across conversations",
|
|
1230
1230
|
"when": "config.github.copilot.chat.tools.memory.enabled",
|
|
1231
|
-
"modelDescription": "Manage a persistent memory
|
|
1231
|
+
"modelDescription": "Manage a persistent memory system with three scopes for storing notes and information across conversations.\n\nMemory is organized under /memories/ with three tiers:\n- `/memories/` — User memory: persistent notes that survive across all workspaces and conversations. Store preferences, patterns, and general insights here.\n- `/memories/session/` — Session memory: notes scoped to the current conversation. Store task-specific context and in-progress notes here. Cleared after the conversation ends.\n- `/memories/repo/` — Repository memory: repository-scoped facts stored via Copilot. Only the `create` command is supported for this path.\n\nIMPORTANT: Before creating new memory files, first view the /memories/ directory to understand what already exists. This helps avoid duplicates and maintain organized notes.\n\nCommands:\n- `view`: View contents of a file or list directory contents. Can be used on files or directories (e.g., \"/memories/\" to see all top-level items).\n- `create`: Create a new file at the specified path with the given content. Fails if the file already exists.\n- `str_replace`: Replace an exact string in a file with a new string. The old_str must appear exactly once in the file.\n- `insert`: Insert text at a specific line number in a file. Line 0 inserts at the beginning.\n- `delete`: Delete a file or directory (and all its contents).\n- `rename`: Rename or move a file or directory from path to new_path. Cannot rename across scopes.",
|
|
1232
1232
|
"inputSchema": {
|
|
1233
1233
|
"type": "object",
|
|
1234
1234
|
"properties": {
|
|
@@ -2292,6 +2292,12 @@
|
|
|
2292
2292
|
"icon": "$(terminal)",
|
|
2293
2293
|
"category": "Copilot CLI"
|
|
2294
2294
|
},
|
|
2295
|
+
{
|
|
2296
|
+
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
2297
|
+
"title": "%github.copilot.command.cli.sessions.commitToWorktree%",
|
|
2298
|
+
"icon": "$(git-commit)",
|
|
2299
|
+
"category": "Copilot CLI"
|
|
2300
|
+
},
|
|
2295
2301
|
{
|
|
2296
2302
|
"command": "github.copilot.cli.newSession",
|
|
2297
2303
|
"title": "%github.copilot.command.cli.newSession%",
|
|
@@ -2322,6 +2328,10 @@
|
|
|
2322
2328
|
"category": "Developer",
|
|
2323
2329
|
"enablement": "github.copilot.chat.replay.workspaceEditTracing"
|
|
2324
2330
|
},
|
|
2331
|
+
{
|
|
2332
|
+
"command": "github.copilot.chat.compact",
|
|
2333
|
+
"title": "%github.copilot.command.compactConversation%"
|
|
2334
|
+
},
|
|
2325
2335
|
{
|
|
2326
2336
|
"command": "github.copilot.chat.explain",
|
|
2327
2337
|
"title": "%github.copilot.command.explainThis%",
|
|
@@ -2848,18 +2858,26 @@
|
|
|
2848
2858
|
{
|
|
2849
2859
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
2850
2860
|
"title": "%github.copilot.command.chat.copilotCLI.addFileReference%",
|
|
2851
|
-
"enablement": "
|
|
2861
|
+
"enablement": "github.copilot.chat.copilotCLI.hasSession",
|
|
2862
|
+
"category": "Copilot CLI"
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"command": "github.copilot.chat.copilotCLI.addSelection",
|
|
2866
|
+
"title": "%github.copilot.command.chat.copilotCLI.addSelection%",
|
|
2867
|
+
"enablement": "github.copilot.chat.copilotCLI.hasSession",
|
|
2852
2868
|
"category": "Copilot CLI"
|
|
2853
2869
|
},
|
|
2854
2870
|
{
|
|
2855
2871
|
"command": "github.copilot.chat.copilotCLI.acceptDiff",
|
|
2856
2872
|
"title": "%github.copilot.command.chat.copilotCLI.acceptDiff%",
|
|
2873
|
+
"enablement": "github.copilot.chat.copilotCLI.hasActiveDiff",
|
|
2857
2874
|
"icon": "$(check)",
|
|
2858
2875
|
"category": "Copilot CLI"
|
|
2859
2876
|
},
|
|
2860
2877
|
{
|
|
2861
2878
|
"command": "github.copilot.chat.copilotCLI.rejectDiff",
|
|
2862
2879
|
"title": "%github.copilot.command.chat.copilotCLI.rejectDiff%",
|
|
2880
|
+
"enablement": "github.copilot.chat.copilotCLI.hasActiveDiff",
|
|
2863
2881
|
"icon": "$(close)",
|
|
2864
2882
|
"category": "Copilot CLI"
|
|
2865
2883
|
},
|
|
@@ -2874,6 +2892,11 @@
|
|
|
2874
2892
|
"title": "%github.copilot.command.cloudSessions.openRepository.title%",
|
|
2875
2893
|
"icon": "$(repo)",
|
|
2876
2894
|
"category": "GitHub Copilot"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"command": "github.copilot.chat.cloudSessions.clearCaches",
|
|
2898
|
+
"title": "%github.copilot.command.cloudSessions.clearCaches.title%",
|
|
2899
|
+
"category": "GitHub Copilot"
|
|
2877
2900
|
}
|
|
2878
2901
|
],
|
|
2879
2902
|
"configuration": [
|
|
@@ -3064,16 +3087,6 @@
|
|
|
3064
3087
|
"type": "string",
|
|
3065
3088
|
"default": "",
|
|
3066
3089
|
"markdownDescription": "The currently selected completion model ID. To select from a list of available models, use the __\"Change Completions Model\"__ command or open the model picker (from the Copilot menu in the VS Code title bar, select __\"Configure Code Completions\"__ then __\"Change Completions Model\"__. The value must be a valid model ID. An empty value indicates that the default model will be used."
|
|
3067
|
-
},
|
|
3068
|
-
"github.copilot.chat.claudeAgent.enabled": {
|
|
3069
|
-
"type": "boolean",
|
|
3070
|
-
"default": true,
|
|
3071
|
-
"markdownDescription": "%github.copilot.config.claudeAgent.enabled%"
|
|
3072
|
-
},
|
|
3073
|
-
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
3074
|
-
"type": "boolean",
|
|
3075
|
-
"default": false,
|
|
3076
|
-
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%"
|
|
3077
3090
|
}
|
|
3078
3091
|
}
|
|
3079
3092
|
},
|
|
@@ -3183,6 +3196,22 @@
|
|
|
3183
3196
|
],
|
|
3184
3197
|
"markdownDescription": "%github.copilot.config.codesearch.enabled%"
|
|
3185
3198
|
},
|
|
3199
|
+
"github.copilot.chat.claudeAgent.enabled": {
|
|
3200
|
+
"type": "boolean",
|
|
3201
|
+
"default": true,
|
|
3202
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.enabled%",
|
|
3203
|
+
"tags": [
|
|
3204
|
+
"preview"
|
|
3205
|
+
]
|
|
3206
|
+
},
|
|
3207
|
+
"github.copilot.chat.claudeAgent.allowDangerouslySkipPermissions": {
|
|
3208
|
+
"type": "boolean",
|
|
3209
|
+
"default": false,
|
|
3210
|
+
"markdownDescription": "%github.copilot.config.claudeAgent.allowDangerouslySkipPermissions%",
|
|
3211
|
+
"tags": [
|
|
3212
|
+
"preview"
|
|
3213
|
+
]
|
|
3214
|
+
},
|
|
3186
3215
|
"github.copilot.chat.copilotMemory.enabled": {
|
|
3187
3216
|
"type": "boolean",
|
|
3188
3217
|
"default": false,
|
|
@@ -3240,6 +3269,15 @@
|
|
|
3240
3269
|
"onExp"
|
|
3241
3270
|
],
|
|
3242
3271
|
"description": "%github.copilot.config.alternateAnthropicPrompt.enabled%"
|
|
3272
|
+
},
|
|
3273
|
+
"github.copilot.chat.backgroundCompaction": {
|
|
3274
|
+
"type": "boolean",
|
|
3275
|
+
"default": false,
|
|
3276
|
+
"markdownDescription": "%github.copilot.config.backgroundCompaction%",
|
|
3277
|
+
"tags": [
|
|
3278
|
+
"preview",
|
|
3279
|
+
"onExp"
|
|
3280
|
+
]
|
|
3243
3281
|
}
|
|
3244
3282
|
}
|
|
3245
3283
|
},
|
|
@@ -3882,20 +3920,32 @@
|
|
|
3882
3920
|
"experimental"
|
|
3883
3921
|
]
|
|
3884
3922
|
},
|
|
3885
|
-
"github.copilot.chat.
|
|
3923
|
+
"github.copilot.chat.implementAgent.model": {
|
|
3886
3924
|
"type": "string",
|
|
3887
3925
|
"default": "",
|
|
3888
3926
|
"scope": "resource",
|
|
3889
|
-
"markdownDescription": "%github.copilot.config.
|
|
3927
|
+
"markdownDescription": "%github.copilot.config.implementAgent.model%",
|
|
3890
3928
|
"tags": [
|
|
3891
3929
|
"experimental"
|
|
3892
3930
|
]
|
|
3893
3931
|
},
|
|
3894
|
-
"github.copilot.chat.
|
|
3932
|
+
"github.copilot.chat.askAgent.additionalTools": {
|
|
3933
|
+
"type": "array",
|
|
3934
|
+
"items": {
|
|
3935
|
+
"type": "string"
|
|
3936
|
+
},
|
|
3937
|
+
"default": [],
|
|
3938
|
+
"scope": "resource",
|
|
3939
|
+
"markdownDescription": "%github.copilot.config.askAgent.additionalTools%",
|
|
3940
|
+
"tags": [
|
|
3941
|
+
"experimental"
|
|
3942
|
+
]
|
|
3943
|
+
},
|
|
3944
|
+
"github.copilot.chat.askAgent.model": {
|
|
3895
3945
|
"type": "string",
|
|
3896
3946
|
"default": "",
|
|
3897
3947
|
"scope": "resource",
|
|
3898
|
-
"markdownDescription": "%github.copilot.config.
|
|
3948
|
+
"markdownDescription": "%github.copilot.config.askAgent.model%",
|
|
3899
3949
|
"tags": [
|
|
3900
3950
|
"experimental"
|
|
3901
3951
|
]
|
|
@@ -4419,22 +4469,21 @@
|
|
|
4419
4469
|
"experimental"
|
|
4420
4470
|
]
|
|
4421
4471
|
},
|
|
4422
|
-
"github.copilot.chat.cli.
|
|
4472
|
+
"github.copilot.chat.cli.mcp.enabled": {
|
|
4423
4473
|
"type": "boolean",
|
|
4424
4474
|
"default": false,
|
|
4425
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4475
|
+
"markdownDescription": "%github.copilot.config.cli.mcp.enabled%",
|
|
4426
4476
|
"tags": [
|
|
4427
4477
|
"advanced",
|
|
4428
4478
|
"experimental"
|
|
4429
4479
|
]
|
|
4430
4480
|
},
|
|
4431
|
-
"github.copilot.chat.cli.
|
|
4481
|
+
"github.copilot.chat.cli.branchSupport.enabled": {
|
|
4432
4482
|
"type": "boolean",
|
|
4433
4483
|
"default": false,
|
|
4434
|
-
"markdownDescription": "%github.copilot.config.cli.
|
|
4484
|
+
"markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
|
|
4435
4485
|
"tags": [
|
|
4436
|
-
"advanced"
|
|
4437
|
-
"experimental"
|
|
4486
|
+
"advanced"
|
|
4438
4487
|
]
|
|
4439
4488
|
},
|
|
4440
4489
|
"github.copilot.chat.agentCustomizationSkill.enabled": {
|
|
@@ -4552,7 +4601,7 @@
|
|
|
4552
4601
|
{
|
|
4553
4602
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
4554
4603
|
"group": "copilot",
|
|
4555
|
-
"when": "
|
|
4604
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4556
4605
|
}
|
|
4557
4606
|
],
|
|
4558
4607
|
"explorer/context": [
|
|
@@ -4564,7 +4613,7 @@
|
|
|
4564
4613
|
{
|
|
4565
4614
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
4566
4615
|
"group": "copilot",
|
|
4567
|
-
"when": "
|
|
4616
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && !explorerResourceIsFolder"
|
|
4568
4617
|
}
|
|
4569
4618
|
],
|
|
4570
4619
|
"editor/context": [
|
|
@@ -4576,7 +4625,12 @@
|
|
|
4576
4625
|
{
|
|
4577
4626
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
4578
4627
|
"group": "copilot",
|
|
4579
|
-
"when": "
|
|
4628
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4629
|
+
},
|
|
4630
|
+
{
|
|
4631
|
+
"command": "github.copilot.chat.copilotCLI.addSelection",
|
|
4632
|
+
"group": "copilot",
|
|
4633
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && editorHasSelection && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
|
|
4580
4634
|
}
|
|
4581
4635
|
],
|
|
4582
4636
|
"editor/context/chat": [
|
|
@@ -4625,6 +4679,17 @@
|
|
|
4625
4679
|
"group": "navigation@0"
|
|
4626
4680
|
}
|
|
4627
4681
|
],
|
|
4682
|
+
"chat/contextUsage/actions": [
|
|
4683
|
+
{
|
|
4684
|
+
"command": "github.copilot.chat.compact"
|
|
4685
|
+
}
|
|
4686
|
+
],
|
|
4687
|
+
"chat/newSession": [
|
|
4688
|
+
{
|
|
4689
|
+
"command": "github.copilot.cli.newSession",
|
|
4690
|
+
"group": "4_recommendations@0"
|
|
4691
|
+
}
|
|
4692
|
+
],
|
|
4628
4693
|
"testing/item/result": [
|
|
4629
4694
|
{
|
|
4630
4695
|
"command": "github.copilot.tests.fixTestFailure.fromInline",
|
|
@@ -4640,6 +4705,10 @@
|
|
|
4640
4705
|
}
|
|
4641
4706
|
],
|
|
4642
4707
|
"commandPalette": [
|
|
4708
|
+
{
|
|
4709
|
+
"command": "github.copilot.cli.sessions.commitToWorktree",
|
|
4710
|
+
"when": "false"
|
|
4711
|
+
},
|
|
4643
4712
|
{
|
|
4644
4713
|
"command": "github.copilot.chat.debug.exportSingleTrajectory",
|
|
4645
4714
|
"when": "false"
|
|
@@ -5395,7 +5464,7 @@
|
|
|
5395
5464
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
5396
5465
|
"key": "ctrl+shift+.",
|
|
5397
5466
|
"mac": "cmd+shift+.",
|
|
5398
|
-
"when": "
|
|
5467
|
+
"when": "github.copilot.chat.copilotCLI.hasSession && editorTextFocus"
|
|
5399
5468
|
},
|
|
5400
5469
|
{
|
|
5401
5470
|
"command": "github.copilot.chat.rerunWithCopilotDebug",
|
|
@@ -5604,7 +5673,7 @@
|
|
|
5604
5673
|
"inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
|
|
5605
5674
|
"order": 3,
|
|
5606
5675
|
"description": "%github.copilot.session.providerDescription.claude%",
|
|
5607
|
-
"when": "config.github.copilot.chat.claudeAgent.enabled",
|
|
5676
|
+
"when": "config.github.copilot.chat.claudeAgent.enabled && !github.copilot.previewFeaturesDisabled",
|
|
5608
5677
|
"canDelegate": true,
|
|
5609
5678
|
"capabilities": {
|
|
5610
5679
|
"supportsFileAttachments": true,
|
|
@@ -5887,7 +5956,7 @@
|
|
|
5887
5956
|
"zod": "3.25.76"
|
|
5888
5957
|
},
|
|
5889
5958
|
"dependencies": {
|
|
5890
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
5959
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.39",
|
|
5891
5960
|
"@anthropic-ai/sdk": "^0.74.0",
|
|
5892
5961
|
"@github/blackbird-external-ingest-utils": "^0.2.0",
|
|
5893
5962
|
"@github/copilot": "^0.0.406",
|
|
@@ -5897,7 +5966,7 @@
|
|
|
5897
5966
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
5898
5967
|
"@sinclair/typebox": "^0.34.41",
|
|
5899
5968
|
"@vscode/copilot-api": "^0.2.12",
|
|
5900
|
-
"@vscode/extension-telemetry": "^1.
|
|
5969
|
+
"@vscode/extension-telemetry": "^1.5.0",
|
|
5901
5970
|
"@vscode/l10n": "^0.0.18",
|
|
5902
5971
|
"@vscode/prompt-tsx": "^0.4.0-alpha.6",
|
|
5903
5972
|
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
@@ -5925,4 +5994,4 @@
|
|
|
5925
5994
|
"node-gyp": "npm:node-gyp@10.3.1",
|
|
5926
5995
|
"zod": "3.25.76"
|
|
5927
5996
|
}
|
|
5928
|
-
}
|
|
5997
|
+
}
|