@vscode/vscode-settings-history 0.0.2-67 → 0.0.2-68
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/history.json +304 -0
- package/dist/vscode-settings.d.ts +22 -1
- package/package.json +2 -2
package/dist/history.json
CHANGED
|
@@ -461238,5 +461238,309 @@
|
|
|
461238
461238
|
}
|
|
461239
461239
|
}
|
|
461240
461240
|
]
|
|
461241
|
+
},
|
|
461242
|
+
{
|
|
461243
|
+
"version": "1.135.0-insider+2026081817",
|
|
461244
|
+
"base": {
|
|
461245
|
+
"version": "1.134.0-insider+2026081705"
|
|
461246
|
+
},
|
|
461247
|
+
"patch": [
|
|
461248
|
+
{
|
|
461249
|
+
"op": "remove",
|
|
461250
|
+
"path": "/chat.agentHost.agentMerge.replyAttribution"
|
|
461251
|
+
},
|
|
461252
|
+
{
|
|
461253
|
+
"op": "remove",
|
|
461254
|
+
"path": "/chat.agentHost.agentMerge.mergeMethod"
|
|
461255
|
+
},
|
|
461256
|
+
{
|
|
461257
|
+
"op": "remove",
|
|
461258
|
+
"path": "/chat.agentHost.agentMerge.mergePullRequest"
|
|
461259
|
+
},
|
|
461260
|
+
{
|
|
461261
|
+
"op": "remove",
|
|
461262
|
+
"path": "/chat.agentHost.agentMerge.resolveConflicts"
|
|
461263
|
+
},
|
|
461264
|
+
{
|
|
461265
|
+
"op": "remove",
|
|
461266
|
+
"path": "/chat.agentHost.agentMerge.fixCI"
|
|
461267
|
+
},
|
|
461268
|
+
{
|
|
461269
|
+
"op": "remove",
|
|
461270
|
+
"path": "/chat.agentHost.agentMerge.addressReviews"
|
|
461271
|
+
},
|
|
461272
|
+
{
|
|
461273
|
+
"op": "remove",
|
|
461274
|
+
"path": "/chat.agentHost.agentMerge.enabled"
|
|
461275
|
+
},
|
|
461276
|
+
{
|
|
461277
|
+
"op": "replace",
|
|
461278
|
+
"path": "/chat.agentSessions.showExternal/defaultDefaultValue",
|
|
461279
|
+
"value": "none"
|
|
461280
|
+
},
|
|
461281
|
+
{
|
|
461282
|
+
"op": "replace",
|
|
461283
|
+
"path": "/chat.agentSessions.showExternal/default",
|
|
461284
|
+
"value": "none"
|
|
461285
|
+
},
|
|
461286
|
+
{
|
|
461287
|
+
"op": "replace",
|
|
461288
|
+
"path": "/chat.agentSessions.showExternal/enumDescriptions/3",
|
|
461289
|
+
"value": "Shows external sessions updated in the last 7 days."
|
|
461290
|
+
},
|
|
461291
|
+
{
|
|
461292
|
+
"op": "replace",
|
|
461293
|
+
"path": "/chat.agentSessions.showExternal/enumDescriptions/1",
|
|
461294
|
+
"value": "Shows the 2 most recently updated external sessions from the last 7 days."
|
|
461295
|
+
},
|
|
461296
|
+
{
|
|
461297
|
+
"op": "add",
|
|
461298
|
+
"path": "/chat.agentSessions.showExternal/enumDescriptions/4",
|
|
461299
|
+
"value": "Shows all sessions discovered from supported external agent applications."
|
|
461300
|
+
},
|
|
461301
|
+
{
|
|
461302
|
+
"op": "replace",
|
|
461303
|
+
"path": "/chat.agentSessions.showExternal/enum/1",
|
|
461304
|
+
"value": "recent"
|
|
461305
|
+
},
|
|
461306
|
+
{
|
|
461307
|
+
"op": "add",
|
|
461308
|
+
"path": "/chat.agentSessions.showExternal/enum/4",
|
|
461309
|
+
"value": "all"
|
|
461310
|
+
},
|
|
461311
|
+
{
|
|
461312
|
+
"op": "replace",
|
|
461313
|
+
"path": "/chat.agentHost.byokModels.enabled/description",
|
|
461314
|
+
"value": "When enabled, the agent host wires up the BYOK ('bring your own key') language-model bridge so extension-provided BYOK models can run in agent-host sessions. Changes take effect immediately unless overridden by the agent host environment."
|
|
461315
|
+
},
|
|
461316
|
+
{
|
|
461317
|
+
"op": "add",
|
|
461318
|
+
"path": "/chat.agentHost.byokModels.enabled/agentHost",
|
|
461319
|
+
"value": {
|
|
461320
|
+
"key": "byokModelsEnabled",
|
|
461321
|
+
"localOnly": true
|
|
461322
|
+
}
|
|
461323
|
+
},
|
|
461324
|
+
{
|
|
461325
|
+
"op": "replace",
|
|
461326
|
+
"path": "/chat.experimental.permissionsSandboxToggle.enabled/markdownDescription",
|
|
461327
|
+
"value": "Controls whether the permissions picker shows a \"Sandboxing for terminal\" toggle. Local sessions show it on the Default permissions option; Copilot Agent Host sessions show it as a separate setting that applies to every permission mode. For Copilot SDK sessions using the built-in shell tool, the toggle reflects and updates `#chat.agentHost.sdkSandbox.enabled#` or `#chat.agentHost.sdkSandbox.enabledWindows#`."
|
|
461328
|
+
},
|
|
461329
|
+
{
|
|
461330
|
+
"op": "replace",
|
|
461331
|
+
"path": "/extensions.autoUpdateDelay/defaultDefaultValue",
|
|
461332
|
+
"value": 12
|
|
461333
|
+
},
|
|
461334
|
+
{
|
|
461335
|
+
"op": "replace",
|
|
461336
|
+
"path": "/extensions.autoUpdateDelay/default",
|
|
461337
|
+
"value": 12
|
|
461338
|
+
},
|
|
461339
|
+
{
|
|
461340
|
+
"op": "replace",
|
|
461341
|
+
"path": "/chat.agentHost.sdkSandbox.enabled/markdownDescription",
|
|
461342
|
+
"value": "Sandbox mode for the Copilot SDK's built-in shell tool on macOS and Linux. Only takes effect when `#chat.agentHost.customTerminalTool.enabled#` is `false`; when the Agent Host's own terminal tool is enabled, the engine sandbox is controlled by `#chat.agent.sandbox.enabled#`. The sandbox applies to every permission mode. Unrestricted network is controlled by `#chat.agent.sandbox.allowNetwork#`. Use `#chat.agentHost.sdkSandbox.enabledWindows#` on Windows."
|
|
461343
|
+
},
|
|
461344
|
+
{
|
|
461345
|
+
"op": "add",
|
|
461346
|
+
"path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13",
|
|
461347
|
+
"value": "$($(debug)) JavaScript Debug Terminal\n- extensionIdentifier: ms-vscode.js-debug"
|
|
461348
|
+
},
|
|
461349
|
+
{
|
|
461350
|
+
"op": "add",
|
|
461351
|
+
"path": "/terminal.integrated.defaultProfile.linux/enum/13",
|
|
461352
|
+
"value": "JavaScript Debug Terminal"
|
|
461353
|
+
},
|
|
461354
|
+
{
|
|
461355
|
+
"op": "add",
|
|
461356
|
+
"path": "/chat.agentMerge.enabled",
|
|
461357
|
+
"value": {
|
|
461358
|
+
"type": "boolean",
|
|
461359
|
+
"description": "Enables the experimental Agent Merge controller and its commands. Agent Merge can monitor an agent session's pull request, ask the agent to address selected blockers, and optionally merge the pull request when it is ready.",
|
|
461360
|
+
"default": true,
|
|
461361
|
+
"scope": 1,
|
|
461362
|
+
"tags": [
|
|
461363
|
+
"experimental"
|
|
461364
|
+
],
|
|
461365
|
+
"agentHost": {
|
|
461366
|
+
"key": "agentMerge.enabled"
|
|
461367
|
+
},
|
|
461368
|
+
"section": {
|
|
461369
|
+
"id": "chatAgentHostStarter",
|
|
461370
|
+
"title": "Chat Agent Host Starter"
|
|
461371
|
+
},
|
|
461372
|
+
"defaultDefaultValue": true,
|
|
461373
|
+
"restricted": false
|
|
461374
|
+
}
|
|
461375
|
+
},
|
|
461376
|
+
{
|
|
461377
|
+
"op": "add",
|
|
461378
|
+
"path": "/chat.agentMerge.addressReviews",
|
|
461379
|
+
"value": {
|
|
461380
|
+
"type": "boolean",
|
|
461381
|
+
"description": "Controls whether enabled Agent Merge sessions address unresolved review threads, changes-requested reviews, and new pull request comments from repository maintainers or the Copilot pull request reviewer.",
|
|
461382
|
+
"default": true,
|
|
461383
|
+
"scope": 1,
|
|
461384
|
+
"tags": [
|
|
461385
|
+
"experimental"
|
|
461386
|
+
],
|
|
461387
|
+
"agentHost": {
|
|
461388
|
+
"key": "agentMerge.addressReviews"
|
|
461389
|
+
},
|
|
461390
|
+
"section": {
|
|
461391
|
+
"id": "chatAgentHostStarter",
|
|
461392
|
+
"title": "Chat Agent Host Starter"
|
|
461393
|
+
},
|
|
461394
|
+
"defaultDefaultValue": true,
|
|
461395
|
+
"restricted": false
|
|
461396
|
+
}
|
|
461397
|
+
},
|
|
461398
|
+
{
|
|
461399
|
+
"op": "add",
|
|
461400
|
+
"path": "/chat.agentMerge.fixCI",
|
|
461401
|
+
"value": {
|
|
461402
|
+
"type": "boolean",
|
|
461403
|
+
"description": "Controls whether enabled Agent Merge sessions ask the agent to fix failed required CI checks.",
|
|
461404
|
+
"default": true,
|
|
461405
|
+
"scope": 1,
|
|
461406
|
+
"tags": [
|
|
461407
|
+
"experimental"
|
|
461408
|
+
],
|
|
461409
|
+
"agentHost": {
|
|
461410
|
+
"key": "agentMerge.fixCI"
|
|
461411
|
+
},
|
|
461412
|
+
"section": {
|
|
461413
|
+
"id": "chatAgentHostStarter",
|
|
461414
|
+
"title": "Chat Agent Host Starter"
|
|
461415
|
+
},
|
|
461416
|
+
"defaultDefaultValue": true,
|
|
461417
|
+
"restricted": false
|
|
461418
|
+
}
|
|
461419
|
+
},
|
|
461420
|
+
{
|
|
461421
|
+
"op": "add",
|
|
461422
|
+
"path": "/chat.agentMerge.resolveConflicts",
|
|
461423
|
+
"value": {
|
|
461424
|
+
"type": "boolean",
|
|
461425
|
+
"description": "Controls whether enabled Agent Merge sessions ask the agent to update branches that are behind or resolve merge conflicts.",
|
|
461426
|
+
"default": true,
|
|
461427
|
+
"scope": 1,
|
|
461428
|
+
"tags": [
|
|
461429
|
+
"experimental"
|
|
461430
|
+
],
|
|
461431
|
+
"agentHost": {
|
|
461432
|
+
"key": "agentMerge.resolveConflicts"
|
|
461433
|
+
},
|
|
461434
|
+
"section": {
|
|
461435
|
+
"id": "chatAgentHostStarter",
|
|
461436
|
+
"title": "Chat Agent Host Starter"
|
|
461437
|
+
},
|
|
461438
|
+
"defaultDefaultValue": true,
|
|
461439
|
+
"restricted": false
|
|
461440
|
+
}
|
|
461441
|
+
},
|
|
461442
|
+
{
|
|
461443
|
+
"op": "add",
|
|
461444
|
+
"path": "/chat.agentMerge.mergePullRequest",
|
|
461445
|
+
"value": {
|
|
461446
|
+
"type": "boolean",
|
|
461447
|
+
"description": "Controls whether the Agent Host automatically merges or enqueues pull requests for enabled Agent Merge sessions after all selected maintenance work is complete.",
|
|
461448
|
+
"default": false,
|
|
461449
|
+
"scope": 1,
|
|
461450
|
+
"tags": [
|
|
461451
|
+
"experimental"
|
|
461452
|
+
],
|
|
461453
|
+
"agentHost": {
|
|
461454
|
+
"key": "agentMerge.mergePullRequest"
|
|
461455
|
+
},
|
|
461456
|
+
"section": {
|
|
461457
|
+
"id": "chatAgentHostStarter",
|
|
461458
|
+
"title": "Chat Agent Host Starter"
|
|
461459
|
+
},
|
|
461460
|
+
"defaultDefaultValue": false,
|
|
461461
|
+
"restricted": false
|
|
461462
|
+
}
|
|
461463
|
+
},
|
|
461464
|
+
{
|
|
461465
|
+
"op": "add",
|
|
461466
|
+
"path": "/chat.agentMerge.mergeMethod",
|
|
461467
|
+
"value": {
|
|
461468
|
+
"type": "string",
|
|
461469
|
+
"enum": [
|
|
461470
|
+
"auto",
|
|
461471
|
+
"squash",
|
|
461472
|
+
"merge",
|
|
461473
|
+
"rebase"
|
|
461474
|
+
],
|
|
461475
|
+
"enumDescriptions": [
|
|
461476
|
+
"Uses the first repository-compatible method in this order: squash, merge commit, rebase.",
|
|
461477
|
+
"Uses squash merge when the repository permits it.",
|
|
461478
|
+
"Uses a merge commit when the repository permits it.",
|
|
461479
|
+
"Uses rebase merge when the repository permits it."
|
|
461480
|
+
],
|
|
461481
|
+
"description": "Controls the native merge method used by Agent Merge.",
|
|
461482
|
+
"default": "auto",
|
|
461483
|
+
"scope": 1,
|
|
461484
|
+
"tags": [
|
|
461485
|
+
"experimental"
|
|
461486
|
+
],
|
|
461487
|
+
"agentHost": {
|
|
461488
|
+
"key": "agentMerge.mergeMethod"
|
|
461489
|
+
},
|
|
461490
|
+
"section": {
|
|
461491
|
+
"id": "chatAgentHostStarter",
|
|
461492
|
+
"title": "Chat Agent Host Starter"
|
|
461493
|
+
},
|
|
461494
|
+
"defaultDefaultValue": "auto",
|
|
461495
|
+
"restricted": false
|
|
461496
|
+
}
|
|
461497
|
+
},
|
|
461498
|
+
{
|
|
461499
|
+
"op": "add",
|
|
461500
|
+
"path": "/chat.agentMerge.replyAttribution",
|
|
461501
|
+
"value": {
|
|
461502
|
+
"type": "boolean",
|
|
461503
|
+
"description": "Controls whether review-thread replies posted by Agent Merge include an automated-reply attribution note.",
|
|
461504
|
+
"default": true,
|
|
461505
|
+
"scope": 1,
|
|
461506
|
+
"tags": [
|
|
461507
|
+
"experimental"
|
|
461508
|
+
],
|
|
461509
|
+
"agentHost": {
|
|
461510
|
+
"key": "agentMerge.replyAttribution"
|
|
461511
|
+
},
|
|
461512
|
+
"section": {
|
|
461513
|
+
"id": "chatAgentHostStarter",
|
|
461514
|
+
"title": "Chat Agent Host Starter"
|
|
461515
|
+
},
|
|
461516
|
+
"defaultDefaultValue": true,
|
|
461517
|
+
"restricted": false
|
|
461518
|
+
}
|
|
461519
|
+
},
|
|
461520
|
+
{
|
|
461521
|
+
"op": "add",
|
|
461522
|
+
"path": "/dictation.experimental.llmCleanupModel",
|
|
461523
|
+
"value": {
|
|
461524
|
+
"type": "string",
|
|
461525
|
+
"enum": [
|
|
461526
|
+
"auto",
|
|
461527
|
+
"copilot-utility-small",
|
|
461528
|
+
"gpt-5.6-luna"
|
|
461529
|
+
],
|
|
461530
|
+
"markdownDescription": "Controls the language model used for experimental dictation cleanup. `auto` follows the active experiment treatment.",
|
|
461531
|
+
"default": "auto",
|
|
461532
|
+
"tags": [
|
|
461533
|
+
"experimental"
|
|
461534
|
+
],
|
|
461535
|
+
"section": {
|
|
461536
|
+
"id": "chatSidebar",
|
|
461537
|
+
"title": "Chat"
|
|
461538
|
+
},
|
|
461539
|
+
"defaultDefaultValue": "auto",
|
|
461540
|
+
"scope": 4,
|
|
461541
|
+
"restricted": false
|
|
461542
|
+
}
|
|
461543
|
+
}
|
|
461544
|
+
]
|
|
461241
461545
|
}
|
|
461242
461546
|
]
|
|
@@ -13217,6 +13217,24 @@ export type VscodeSettings_1_134_0_insider_2026081705 = Patch<VscodeSettings_1_1
|
|
|
13217
13217
|
readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
|
|
13218
13218
|
}, never>;
|
|
13219
13219
|
|
|
13220
|
+
// ── 1.135.0-insider+2026081817: +8, ~6, -7 ──
|
|
13221
|
+
export type VscodeSettings_1_135_0_insider_2026081817 = Patch<VscodeSettings_1_134_0_insider_2026081705, {
|
|
13222
|
+
readonly 'chat.agentHost.byokModels.enabled'?: boolean;
|
|
13223
|
+
readonly 'chat.agentHost.sdkSandbox.enabled'?: 'off' | 'on';
|
|
13224
|
+
readonly 'chat.agentMerge.addressReviews'?: boolean;
|
|
13225
|
+
readonly 'chat.agentMerge.enabled'?: boolean;
|
|
13226
|
+
readonly 'chat.agentMerge.fixCI'?: boolean;
|
|
13227
|
+
readonly 'chat.agentMerge.mergeMethod'?: 'auto' | 'squash' | 'merge' | 'rebase';
|
|
13228
|
+
readonly 'chat.agentMerge.mergePullRequest'?: boolean;
|
|
13229
|
+
readonly 'chat.agentMerge.replyAttribution'?: boolean;
|
|
13230
|
+
readonly 'chat.agentMerge.resolveConflicts'?: boolean;
|
|
13231
|
+
readonly 'chat.agentSessions.showExternal'?: 'none' | 'recent' | 'last24Hours' | 'last7Days' | 'all';
|
|
13232
|
+
readonly 'chat.experimental.permissionsSandboxToggle.enabled'?: boolean;
|
|
13233
|
+
readonly 'dictation.experimental.llmCleanupModel'?: 'auto' | 'copilot-utility-small' | 'gpt-5.6-luna';
|
|
13234
|
+
readonly 'extensions.autoUpdateDelay'?: number;
|
|
13235
|
+
readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)' | 'JavaScript Debug Terminal';
|
|
13236
|
+
}, 'chat.agentHost.agentMerge.addressReviews' | 'chat.agentHost.agentMerge.enabled' | 'chat.agentHost.agentMerge.fixCI' | 'chat.agentHost.agentMerge.mergeMethod' | 'chat.agentHost.agentMerge.mergePullRequest' | 'chat.agentHost.agentMerge.replyAttribution' | 'chat.agentHost.agentMerge.resolveConflicts'>;
|
|
13237
|
+
|
|
13220
13238
|
// ── Version map ──
|
|
13221
13239
|
// Stable entries map directly to their settings type.
|
|
13222
13240
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -13365,11 +13383,14 @@ interface VscodeVersionMap {
|
|
|
13365
13383
|
'2026081421': VscodeSettings_1_134_0_insider_2026081421;
|
|
13366
13384
|
'2026081705': VscodeSettings_1_134_0_insider_2026081705;
|
|
13367
13385
|
}>;
|
|
13386
|
+
'1.135.0-insider': InsiderBuilds<{
|
|
13387
|
+
'2026081817': VscodeSettings_1_135_0_insider_2026081817;
|
|
13388
|
+
}>;
|
|
13368
13389
|
}
|
|
13369
13390
|
|
|
13370
13391
|
export type LatestVscodeSettings = VscodeSettings_1_133_0;
|
|
13371
13392
|
|
|
13372
|
-
export type LatestInsiderVscodeSettings =
|
|
13393
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_135_0_insider_2026081817;
|
|
13373
13394
|
|
|
13374
13395
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
13375
13396
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vscode-settings-history",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-68",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tracks VS Code settings schema changes across versions",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"tsx": "4.22.4",
|
|
38
38
|
"vitest": "^4.1.4"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "8bfa535027fcb90244ae3516d9440507ccc950f8"
|
|
41
41
|
}
|