@vscode/chat-lib 0.1.1-3 → 0.1.1-5
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/inlineEdits/common/delayer.js +2 -2
- package/dist/src/_internal/extension/inlineEdits/common/delayer.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +8 -8
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +2 -2
- 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 +5 -5
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +2 -2
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +40 -40
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +20 -31
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +205 -234
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.js +2 -2
- package/dist/src/_internal/platform/endpoint/common/capiClient.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/capiClientImpl.js +1 -1
- package/dist/src/_internal/platform/endpoint/node/capiClientImpl.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/statelessNextEditProvider.d.ts +6 -5
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +7 -4
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContent.js +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContent.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +2 -2
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +44 -44
- package/package.json +2 -2
package/dist/src/package.json
CHANGED
|
@@ -3468,7 +3468,10 @@
|
|
|
3468
3468
|
"github.copilot.chat.notebook.alternativeFormat": {
|
|
3469
3469
|
"type": "string",
|
|
3470
3470
|
"default": "xml",
|
|
3471
|
-
"enum": [
|
|
3471
|
+
"enum": [
|
|
3472
|
+
"xml",
|
|
3473
|
+
"markdown"
|
|
3474
|
+
],
|
|
3472
3475
|
"markdownDescription": "%github.copilot.config.notebook.alternativeFormat%",
|
|
3473
3476
|
"tags": [
|
|
3474
3477
|
"advanced",
|
|
@@ -3498,46 +3501,47 @@
|
|
|
3498
3501
|
"experimental"
|
|
3499
3502
|
]
|
|
3500
3503
|
},
|
|
3501
|
-
"github.copilot.chat.
|
|
3504
|
+
"github.copilot.chat.localWorkspaceRecording.enabled": {
|
|
3502
3505
|
"type": "boolean",
|
|
3503
3506
|
"default": false,
|
|
3504
|
-
"markdownDescription": "%github.copilot.config.
|
|
3507
|
+
"markdownDescription": "%github.copilot.config.localWorkspaceRecording.enabled%",
|
|
3505
3508
|
"tags": [
|
|
3506
3509
|
"advanced",
|
|
3507
3510
|
"experimental"
|
|
3508
3511
|
]
|
|
3509
3512
|
},
|
|
3510
|
-
"github.copilot.chat.
|
|
3513
|
+
"github.copilot.chat.editRecording.enabled": {
|
|
3511
3514
|
"type": "boolean",
|
|
3512
3515
|
"default": false,
|
|
3513
|
-
"markdownDescription": "%github.copilot.config.
|
|
3516
|
+
"markdownDescription": "%github.copilot.config.editRecording.enabled%",
|
|
3514
3517
|
"tags": [
|
|
3515
3518
|
"advanced",
|
|
3516
3519
|
"experimental"
|
|
3517
3520
|
]
|
|
3518
3521
|
},
|
|
3519
|
-
"github.copilot.chat.
|
|
3520
|
-
"type": "
|
|
3521
|
-
"default":
|
|
3522
|
-
"markdownDescription": "%github.copilot.config.
|
|
3522
|
+
"github.copilot.chat.temporalContext.maxAge": {
|
|
3523
|
+
"type": "number",
|
|
3524
|
+
"default": 100,
|
|
3525
|
+
"markdownDescription": "%github.copilot.config.temporalContext.maxAge%",
|
|
3523
3526
|
"tags": [
|
|
3524
3527
|
"advanced",
|
|
3525
|
-
"experimental"
|
|
3528
|
+
"experimental",
|
|
3529
|
+
"onExp"
|
|
3526
3530
|
]
|
|
3527
3531
|
},
|
|
3528
|
-
"github.copilot.chat.
|
|
3529
|
-
"type": "
|
|
3530
|
-
"default":
|
|
3531
|
-
"markdownDescription": "%github.copilot.config.
|
|
3532
|
+
"github.copilot.chat.debug.requestLogger.maxEntries": {
|
|
3533
|
+
"type": "number",
|
|
3534
|
+
"default": 100,
|
|
3535
|
+
"markdownDescription": "%github.copilot.config.debug.requestLogger.maxEntries%",
|
|
3532
3536
|
"tags": [
|
|
3533
3537
|
"advanced",
|
|
3534
3538
|
"experimental"
|
|
3535
3539
|
]
|
|
3536
3540
|
},
|
|
3537
|
-
"github.copilot.chat.
|
|
3538
|
-
"type": "
|
|
3539
|
-
"default":
|
|
3540
|
-
"markdownDescription": "%github.copilot.config.
|
|
3541
|
+
"github.copilot.chat.inlineEdits.diagnosticsContextProvider.enabled": {
|
|
3542
|
+
"type": "boolean",
|
|
3543
|
+
"default": true,
|
|
3544
|
+
"markdownDescription": "%github.copilot.config.inlineEdits.diagnosticsContextProvider.enabled%",
|
|
3541
3545
|
"tags": [
|
|
3542
3546
|
"advanced",
|
|
3543
3547
|
"experimental",
|
|
@@ -3564,7 +3568,10 @@
|
|
|
3564
3568
|
]
|
|
3565
3569
|
},
|
|
3566
3570
|
"github.copilot.chat.agent.temperature": {
|
|
3567
|
-
"type": [
|
|
3571
|
+
"type": [
|
|
3572
|
+
"number",
|
|
3573
|
+
"null"
|
|
3574
|
+
],
|
|
3568
3575
|
"markdownDescription": "%github.copilot.config.agent.temperature%",
|
|
3569
3576
|
"tags": [
|
|
3570
3577
|
"advanced",
|
|
@@ -3601,7 +3608,10 @@
|
|
|
3601
3608
|
]
|
|
3602
3609
|
},
|
|
3603
3610
|
"github.copilot.chat.summarizeAgentConversationHistoryThreshold": {
|
|
3604
|
-
"type": [
|
|
3611
|
+
"type": [
|
|
3612
|
+
"number",
|
|
3613
|
+
"null"
|
|
3614
|
+
],
|
|
3605
3615
|
"markdownDescription": "%github.copilot.config.summarizeAgentConversationHistoryThreshold%",
|
|
3606
3616
|
"tags": [
|
|
3607
3617
|
"advanced",
|
|
@@ -3609,7 +3619,10 @@
|
|
|
3609
3619
|
]
|
|
3610
3620
|
},
|
|
3611
3621
|
"github.copilot.chat.agentHistorySummarizationMode": {
|
|
3612
|
-
"type": [
|
|
3622
|
+
"type": [
|
|
3623
|
+
"string",
|
|
3624
|
+
"null"
|
|
3625
|
+
],
|
|
3613
3626
|
"markdownDescription": "%github.copilot.config.agentHistorySummarizationMode%",
|
|
3614
3627
|
"tags": [
|
|
3615
3628
|
"advanced",
|
|
@@ -3674,28 +3687,11 @@
|
|
|
3674
3687
|
"onExp"
|
|
3675
3688
|
]
|
|
3676
3689
|
},
|
|
3677
|
-
"github.copilot.chat.virtualTools.embeddingRanking": {
|
|
3678
|
-
"type": "boolean",
|
|
3679
|
-
"default": false,
|
|
3680
|
-
"markdownDescription": "%github.copilot.config.virtualTools.embeddingRanking%",
|
|
3681
|
-
"tags": [
|
|
3682
|
-
"advanced",
|
|
3683
|
-
"experimental",
|
|
3684
|
-
"onExp"
|
|
3685
|
-
]
|
|
3686
|
-
},
|
|
3687
|
-
"github.copilot.chat.multiReplaceStringGrok.enabled": {
|
|
3688
|
-
"type": "boolean",
|
|
3689
|
-
"default": false,
|
|
3690
|
-
"markdownDescription": "%github.copilot.config.multiReplaceStringGrok.enabled%",
|
|
3691
|
-
"tags": [
|
|
3692
|
-
"advanced",
|
|
3693
|
-
"experimental",
|
|
3694
|
-
"onExp"
|
|
3695
|
-
]
|
|
3696
|
-
},
|
|
3697
3690
|
"github.copilot.chat.claudeCode.enabled": {
|
|
3698
|
-
"type": [
|
|
3691
|
+
"type": [
|
|
3692
|
+
"boolean",
|
|
3693
|
+
"string"
|
|
3694
|
+
],
|
|
3699
3695
|
"default": false,
|
|
3700
3696
|
"markdownDescription": "%github.copilot.config.claudeCode.enabled%",
|
|
3701
3697
|
"tags": [
|
|
@@ -3732,7 +3728,10 @@
|
|
|
3732
3728
|
]
|
|
3733
3729
|
},
|
|
3734
3730
|
"github.copilot.chat.inlineEdits.triggerOnEditorChangeAfterSeconds": {
|
|
3735
|
-
"type": [
|
|
3731
|
+
"type": [
|
|
3732
|
+
"number",
|
|
3733
|
+
"null"
|
|
3734
|
+
],
|
|
3736
3735
|
"markdownDescription": "%github.copilot.config.inlineEdits.triggerOnEditorChangeAfterSeconds%",
|
|
3737
3736
|
"tags": [
|
|
3738
3737
|
"advanced",
|
|
@@ -4793,6 +4792,7 @@
|
|
|
4793
4792
|
"order": 3,
|
|
4794
4793
|
"description": "The Claude Code Agent works on your local machine",
|
|
4795
4794
|
"when": "config.github.copilot.chat.advanced.claudeCode.enabled",
|
|
4795
|
+
"canDelegate": false,
|
|
4796
4796
|
"capabilities": {
|
|
4797
4797
|
"supportsFileAttachments": true
|
|
4798
4798
|
},
|
|
@@ -5058,7 +5058,7 @@
|
|
|
5058
5058
|
"@google/genai": "^1.22.0",
|
|
5059
5059
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
5060
5060
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
5061
|
-
"@vscode/copilot-api": "^0.
|
|
5061
|
+
"@vscode/copilot-api": "^0.2.0",
|
|
5062
5062
|
"@vscode/extension-telemetry": "^1.2.0",
|
|
5063
5063
|
"@vscode/l10n": "^0.0.18",
|
|
5064
5064
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/chat-lib",
|
|
3
|
-
"version": "0.1.1-
|
|
3
|
+
"version": "0.1.1-5",
|
|
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",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
18
|
-
"@vscode/copilot-api": "^0.
|
|
18
|
+
"@vscode/copilot-api": "^0.2.0",
|
|
19
19
|
"@vscode/l10n": "^0.0.18",
|
|
20
20
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|
|
21
21
|
"jsonc-parser": "^3.3.1",
|