@vscode/chat-lib 0.1.1-2 → 0.1.1-4

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.
@@ -3325,6 +3325,469 @@
3325
3325
  ]
3326
3326
  }
3327
3327
  }
3328
+ },
3329
+ {
3330
+ "id": "advanced",
3331
+ "properties": {
3332
+ "github.copilot.chat.debug.overrideChatEngine": {
3333
+ "type": [
3334
+ "string",
3335
+ "null"
3336
+ ],
3337
+ "markdownDescription": "%github.copilot.config.debug.overrideChatEngine%",
3338
+ "tags": [
3339
+ "advanced",
3340
+ "experimental"
3341
+ ]
3342
+ },
3343
+ "github.copilot.chat.projectLabels.expanded": {
3344
+ "type": "boolean",
3345
+ "default": false,
3346
+ "markdownDescription": "%github.copilot.config.projectLabels.expanded%",
3347
+ "tags": [
3348
+ "advanced",
3349
+ "experimental",
3350
+ "onExp"
3351
+ ]
3352
+ },
3353
+ "github.copilot.chat.projectLabels.chat": {
3354
+ "type": "boolean",
3355
+ "default": false,
3356
+ "markdownDescription": "%github.copilot.config.projectLabels.chat%",
3357
+ "tags": [
3358
+ "advanced",
3359
+ "experimental",
3360
+ "onExp"
3361
+ ]
3362
+ },
3363
+ "github.copilot.chat.projectLabels.inline": {
3364
+ "type": "boolean",
3365
+ "default": false,
3366
+ "markdownDescription": "%github.copilot.config.projectLabels.inline%",
3367
+ "tags": [
3368
+ "advanced",
3369
+ "experimental",
3370
+ "onExp"
3371
+ ]
3372
+ },
3373
+ "github.copilot.chat.workspace.maxLocalIndexSize": {
3374
+ "type": "number",
3375
+ "default": 100000,
3376
+ "markdownDescription": "%github.copilot.config.workspace.maxLocalIndexSize%",
3377
+ "tags": [
3378
+ "advanced",
3379
+ "experimental",
3380
+ "onExp"
3381
+ ]
3382
+ },
3383
+ "github.copilot.chat.workspace.enableFullWorkspace": {
3384
+ "type": "boolean",
3385
+ "default": true,
3386
+ "markdownDescription": "%github.copilot.config.workspace.enableFullWorkspace%",
3387
+ "tags": [
3388
+ "advanced",
3389
+ "experimental",
3390
+ "onExp"
3391
+ ]
3392
+ },
3393
+ "github.copilot.chat.workspace.enableCodeSearch": {
3394
+ "type": "boolean",
3395
+ "default": true,
3396
+ "markdownDescription": "%github.copilot.config.workspace.enableCodeSearch%",
3397
+ "tags": [
3398
+ "advanced",
3399
+ "experimental",
3400
+ "onExp"
3401
+ ]
3402
+ },
3403
+ "github.copilot.chat.workspace.enableEmbeddingsSearch": {
3404
+ "type": "boolean",
3405
+ "default": true,
3406
+ "markdownDescription": "%github.copilot.config.workspace.enableEmbeddingsSearch%",
3407
+ "tags": [
3408
+ "advanced",
3409
+ "experimental",
3410
+ "onExp"
3411
+ ]
3412
+ },
3413
+ "github.copilot.chat.workspace.preferredEmbeddingsModel": {
3414
+ "type": "string",
3415
+ "default": "",
3416
+ "markdownDescription": "%github.copilot.config.workspace.preferredEmbeddingsModel%",
3417
+ "tags": [
3418
+ "advanced",
3419
+ "experimental",
3420
+ "onExp"
3421
+ ]
3422
+ },
3423
+ "github.copilot.chat.workspace.prototypeAdoCodeSearchEndpointOverride": {
3424
+ "type": "string",
3425
+ "default": "",
3426
+ "markdownDescription": "%github.copilot.config.workspace.prototypeAdoCodeSearchEndpointOverride%",
3427
+ "tags": [
3428
+ "advanced",
3429
+ "experimental"
3430
+ ]
3431
+ },
3432
+ "github.copilot.chat.feedback.onChange": {
3433
+ "type": "boolean",
3434
+ "default": false,
3435
+ "markdownDescription": "%github.copilot.config.feedback.onChange%",
3436
+ "tags": [
3437
+ "advanced",
3438
+ "experimental"
3439
+ ]
3440
+ },
3441
+ "github.copilot.chat.review.intent": {
3442
+ "type": "boolean",
3443
+ "default": false,
3444
+ "markdownDescription": "%github.copilot.config.review.intent%",
3445
+ "tags": [
3446
+ "advanced",
3447
+ "experimental"
3448
+ ]
3449
+ },
3450
+ "github.copilot.chat.notebook.summaryExperimentEnabled": {
3451
+ "type": "boolean",
3452
+ "default": false,
3453
+ "markdownDescription": "%github.copilot.config.notebook.summaryExperimentEnabled%",
3454
+ "tags": [
3455
+ "advanced",
3456
+ "experimental"
3457
+ ]
3458
+ },
3459
+ "github.copilot.chat.notebook.variableFilteringEnabled": {
3460
+ "type": "boolean",
3461
+ "default": false,
3462
+ "markdownDescription": "%github.copilot.config.notebook.variableFilteringEnabled%",
3463
+ "tags": [
3464
+ "advanced",
3465
+ "experimental"
3466
+ ]
3467
+ },
3468
+ "github.copilot.chat.notebook.alternativeFormat": {
3469
+ "type": "string",
3470
+ "default": "xml",
3471
+ "enum": ["xml", "markdown"],
3472
+ "markdownDescription": "%github.copilot.config.notebook.alternativeFormat%",
3473
+ "tags": [
3474
+ "advanced",
3475
+ "experimental",
3476
+ "onExp"
3477
+ ]
3478
+ },
3479
+ "github.copilot.chat.notebook.alternativeNESFormat.enabled": {
3480
+ "type": "boolean",
3481
+ "default": false,
3482
+ "markdownDescription": "%github.copilot.config.notebook.alternativeNESFormat.enabled%",
3483
+ "tags": [
3484
+ "advanced",
3485
+ "experimental",
3486
+ "onExp"
3487
+ ]
3488
+ },
3489
+ "github.copilot.chat.debugTerminalCommandPatterns": {
3490
+ "type": "array",
3491
+ "default": [],
3492
+ "items": {
3493
+ "type": "string"
3494
+ },
3495
+ "markdownDescription": "%github.copilot.config.debugTerminalCommandPatterns%",
3496
+ "tags": [
3497
+ "advanced",
3498
+ "experimental"
3499
+ ]
3500
+ },
3501
+ "github.copilot.chat.editSourceTracking.showDecorations": {
3502
+ "type": "boolean",
3503
+ "default": false,
3504
+ "markdownDescription": "%github.copilot.config.editSourceTracking.showDecorations%",
3505
+ "tags": [
3506
+ "advanced",
3507
+ "experimental"
3508
+ ]
3509
+ },
3510
+ "github.copilot.chat.editSourceTracking.showStatusBar": {
3511
+ "type": "boolean",
3512
+ "default": false,
3513
+ "markdownDescription": "%github.copilot.config.editSourceTracking.showStatusBar%",
3514
+ "tags": [
3515
+ "advanced",
3516
+ "experimental"
3517
+ ]
3518
+ },
3519
+ "github.copilot.chat.localWorkspaceRecording.enabled": {
3520
+ "type": "boolean",
3521
+ "default": false,
3522
+ "markdownDescription": "%github.copilot.config.localWorkspaceRecording.enabled%",
3523
+ "tags": [
3524
+ "advanced",
3525
+ "experimental"
3526
+ ]
3527
+ },
3528
+ "github.copilot.chat.editRecording.enabled": {
3529
+ "type": "boolean",
3530
+ "default": false,
3531
+ "markdownDescription": "%github.copilot.config.editRecording.enabled%",
3532
+ "tags": [
3533
+ "advanced",
3534
+ "experimental"
3535
+ ]
3536
+ },
3537
+ "github.copilot.chat.temporalContext.maxAge": {
3538
+ "type": "number",
3539
+ "default": 100,
3540
+ "markdownDescription": "%github.copilot.config.temporalContext.maxAge%",
3541
+ "tags": [
3542
+ "advanced",
3543
+ "experimental",
3544
+ "onExp"
3545
+ ]
3546
+ },
3547
+ "github.copilot.chat.temporalContext.preferSameLang": {
3548
+ "type": "boolean",
3549
+ "default": false,
3550
+ "markdownDescription": "%github.copilot.config.temporalContext.preferSameLang%",
3551
+ "tags": [
3552
+ "advanced",
3553
+ "experimental",
3554
+ "onExp"
3555
+ ]
3556
+ },
3557
+ "github.copilot.chat.codesearch.agent.enabled": {
3558
+ "type": "boolean",
3559
+ "default": true,
3560
+ "markdownDescription": "%github.copilot.config.codesearch.agent.enabled%",
3561
+ "tags": [
3562
+ "advanced",
3563
+ "experimental"
3564
+ ]
3565
+ },
3566
+ "github.copilot.chat.agent.temperature": {
3567
+ "type": ["number", "null"],
3568
+ "markdownDescription": "%github.copilot.config.agent.temperature%",
3569
+ "tags": [
3570
+ "advanced",
3571
+ "experimental"
3572
+ ]
3573
+ },
3574
+ "github.copilot.chat.instantApply.shortContextModelName": {
3575
+ "type": "string",
3576
+ "default": "gpt-4o-instant-apply-full-ft-v66-short",
3577
+ "markdownDescription": "%github.copilot.config.instantApply.shortContextModelName%",
3578
+ "tags": [
3579
+ "advanced",
3580
+ "experimental",
3581
+ "onExp"
3582
+ ]
3583
+ },
3584
+ "github.copilot.chat.instantApply.shortContextLimit": {
3585
+ "type": "number",
3586
+ "default": 8000,
3587
+ "markdownDescription": "%github.copilot.config.instantApply.shortContextLimit%",
3588
+ "tags": [
3589
+ "advanced",
3590
+ "experimental",
3591
+ "onExp"
3592
+ ]
3593
+ },
3594
+ "github.copilot.chat.enableUserPreferences": {
3595
+ "type": "boolean",
3596
+ "default": false,
3597
+ "markdownDescription": "%github.copilot.config.enableUserPreferences%",
3598
+ "tags": [
3599
+ "advanced",
3600
+ "experimental"
3601
+ ]
3602
+ },
3603
+ "github.copilot.chat.summarizeAgentConversationHistoryThreshold": {
3604
+ "type": ["number", "null"],
3605
+ "markdownDescription": "%github.copilot.config.summarizeAgentConversationHistoryThreshold%",
3606
+ "tags": [
3607
+ "advanced",
3608
+ "experimental"
3609
+ ]
3610
+ },
3611
+ "github.copilot.chat.agentHistorySummarizationMode": {
3612
+ "type": ["string", "null"],
3613
+ "markdownDescription": "%github.copilot.config.agentHistorySummarizationMode%",
3614
+ "tags": [
3615
+ "advanced",
3616
+ "experimental"
3617
+ ]
3618
+ },
3619
+ "github.copilot.chat.agentHistorySummarizationWithPromptCache": {
3620
+ "type": "boolean",
3621
+ "default": false,
3622
+ "markdownDescription": "%github.copilot.config.agentHistorySummarizationWithPromptCache%",
3623
+ "tags": [
3624
+ "advanced",
3625
+ "experimental",
3626
+ "onExp"
3627
+ ]
3628
+ },
3629
+ "github.copilot.chat.agentHistorySummarizationForceGpt41": {
3630
+ "type": "boolean",
3631
+ "default": false,
3632
+ "markdownDescription": "%github.copilot.config.agentHistorySummarizationForceGpt41%",
3633
+ "tags": [
3634
+ "advanced",
3635
+ "experimental",
3636
+ "onExp"
3637
+ ]
3638
+ },
3639
+ "github.copilot.chat.useResponsesApiTruncation": {
3640
+ "type": "boolean",
3641
+ "default": false,
3642
+ "markdownDescription": "%github.copilot.config.useResponsesApiTruncation%",
3643
+ "tags": [
3644
+ "advanced",
3645
+ "experimental"
3646
+ ]
3647
+ },
3648
+ "github.copilot.chat.omitBaseAgentInstructions": {
3649
+ "type": "boolean",
3650
+ "default": false,
3651
+ "markdownDescription": "%github.copilot.config.omitBaseAgentInstructions%",
3652
+ "tags": [
3653
+ "advanced",
3654
+ "experimental"
3655
+ ]
3656
+ },
3657
+ "github.copilot.chat.promptFileContextProvider.enabled": {
3658
+ "type": "boolean",
3659
+ "default": true,
3660
+ "markdownDescription": "%github.copilot.config.promptFileContextProvider.enabled%",
3661
+ "tags": [
3662
+ "advanced",
3663
+ "experimental",
3664
+ "onExp"
3665
+ ]
3666
+ },
3667
+ "github.copilot.chat.tools.defaultToolsGrouped": {
3668
+ "type": "boolean",
3669
+ "default": false,
3670
+ "markdownDescription": "%github.copilot.config.tools.defaultToolsGrouped%",
3671
+ "tags": [
3672
+ "advanced",
3673
+ "experimental",
3674
+ "onExp"
3675
+ ]
3676
+ },
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
+ "github.copilot.chat.claudeCode.enabled": {
3698
+ "type": ["boolean", "string"],
3699
+ "default": false,
3700
+ "markdownDescription": "%github.copilot.config.claudeCode.enabled%",
3701
+ "tags": [
3702
+ "advanced",
3703
+ "experimental"
3704
+ ]
3705
+ },
3706
+ "github.copilot.chat.claudeCode.debug": {
3707
+ "type": "boolean",
3708
+ "default": false,
3709
+ "markdownDescription": "%github.copilot.config.claudeCode.debug%",
3710
+ "tags": [
3711
+ "advanced",
3712
+ "experimental"
3713
+ ]
3714
+ },
3715
+ "github.copilot.chat.copilotCLI.enabled": {
3716
+ "type": "boolean",
3717
+ "default": true,
3718
+ "markdownDescription": "%github.copilot.config.copilotCLI.enabled%",
3719
+ "tags": [
3720
+ "advanced",
3721
+ "experimental"
3722
+ ]
3723
+ },
3724
+ "github.copilot.chat.gpt5AlternativePatch": {
3725
+ "type": "boolean",
3726
+ "default": false,
3727
+ "markdownDescription": "%github.copilot.config.gpt5AlternativePatch%",
3728
+ "tags": [
3729
+ "advanced",
3730
+ "experimental",
3731
+ "onExp"
3732
+ ]
3733
+ },
3734
+ "github.copilot.chat.inlineEdits.triggerOnEditorChangeAfterSeconds": {
3735
+ "type": ["number", "null"],
3736
+ "markdownDescription": "%github.copilot.config.inlineEdits.triggerOnEditorChangeAfterSeconds%",
3737
+ "tags": [
3738
+ "advanced",
3739
+ "experimental",
3740
+ "onExp"
3741
+ ]
3742
+ },
3743
+ "github.copilot.chat.inlineEdits.nextCursorPrediction.displayLine": {
3744
+ "type": "boolean",
3745
+ "default": true,
3746
+ "markdownDescription": "%github.copilot.config.inlineEdits.nextCursorPrediction.displayLine%",
3747
+ "tags": [
3748
+ "advanced",
3749
+ "experimental",
3750
+ "onExp"
3751
+ ]
3752
+ },
3753
+ "github.copilot.chat.inlineEdits.nextCursorPrediction.currentFileMaxTokens": {
3754
+ "type": "number",
3755
+ "default": 2000,
3756
+ "markdownDescription": "%github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens%",
3757
+ "tags": [
3758
+ "advanced",
3759
+ "experimental",
3760
+ "onExp"
3761
+ ]
3762
+ },
3763
+ "github.copilot.chat.suggestRelatedFilesFromGitHistory.useEmbeddings": {
3764
+ "type": "boolean",
3765
+ "default": false,
3766
+ "markdownDescription": "%github.copilot.config.suggestRelatedFilesFromGitHistory.useEmbeddings%",
3767
+ "tags": [
3768
+ "advanced",
3769
+ "experimental"
3770
+ ]
3771
+ },
3772
+ "github.copilot.chat.cli.isolation.enabled": {
3773
+ "type": "boolean",
3774
+ "default": false,
3775
+ "markdownDescription": "%github.copilot.config.cli.isolation.enabled%",
3776
+ "tags": [
3777
+ "advanced",
3778
+ "experimental"
3779
+ ]
3780
+ },
3781
+ "github.copilot.chat.cli.mcp.enabled": {
3782
+ "type": "boolean",
3783
+ "default": false,
3784
+ "markdownDescription": "%github.copilot.config.cli.mcp.enabled%",
3785
+ "tags": [
3786
+ "advanced",
3787
+ "experimental"
3788
+ ]
3789
+ }
3790
+ }
3328
3791
  }
3329
3792
  ],
3330
3793
  "submenus": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.1.1-2",
3
+ "version": "0.1.1-4",
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",