@vscode/vscode-settings-history 0.0.2-63 → 0.0.2-64
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 +174 -0
- package/dist/vscode-settings.d.ts +10 -1
- package/package.json +2 -2
package/dist/history.json
CHANGED
|
@@ -460461,5 +460461,179 @@
|
|
|
460461
460461
|
}
|
|
460462
460462
|
}
|
|
460463
460463
|
]
|
|
460464
|
+
},
|
|
460465
|
+
{
|
|
460466
|
+
"version": "1.134.0-insider+2026081318",
|
|
460467
|
+
"base": {
|
|
460468
|
+
"version": "1.134.0-insider+2026081219"
|
|
460469
|
+
},
|
|
460470
|
+
"patch": [
|
|
460471
|
+
{
|
|
460472
|
+
"op": "remove",
|
|
460473
|
+
"path": "/chat.agentHost.copilot.reasoningEffortOverride"
|
|
460474
|
+
},
|
|
460475
|
+
{
|
|
460476
|
+
"op": "remove",
|
|
460477
|
+
"path": "/chat.agentHost.modelCapabilityOverrides"
|
|
460478
|
+
},
|
|
460479
|
+
{
|
|
460480
|
+
"op": "add",
|
|
460481
|
+
"path": "/chat.defaultModel/policy/managedSettings/model",
|
|
460482
|
+
"value": {
|
|
460483
|
+
"type": "string"
|
|
460484
|
+
}
|
|
460485
|
+
},
|
|
460486
|
+
{
|
|
460487
|
+
"op": "replace",
|
|
460488
|
+
"path": "/chat.tools.edits.autoApprove/scope",
|
|
460489
|
+
"value": 1
|
|
460490
|
+
},
|
|
460491
|
+
{
|
|
460492
|
+
"op": "add",
|
|
460493
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.github~1agents~1**",
|
|
460494
|
+
"value": false
|
|
460495
|
+
},
|
|
460496
|
+
{
|
|
460497
|
+
"op": "add",
|
|
460498
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.github~1hooks~1**",
|
|
460499
|
+
"value": false
|
|
460500
|
+
},
|
|
460501
|
+
{
|
|
460502
|
+
"op": "add",
|
|
460503
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.claude~1agents~1**",
|
|
460504
|
+
"value": false
|
|
460505
|
+
},
|
|
460506
|
+
{
|
|
460507
|
+
"op": "add",
|
|
460508
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.claude~1settings.json",
|
|
460509
|
+
"value": false
|
|
460510
|
+
},
|
|
460511
|
+
{
|
|
460512
|
+
"op": "add",
|
|
460513
|
+
"path": "/chat.tools.edits.autoApprove/defaultDefaultValue/**~1.claude~1settings.local.json",
|
|
460514
|
+
"value": false
|
|
460515
|
+
},
|
|
460516
|
+
{
|
|
460517
|
+
"op": "add",
|
|
460518
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.github~1agents~1**",
|
|
460519
|
+
"value": false
|
|
460520
|
+
},
|
|
460521
|
+
{
|
|
460522
|
+
"op": "add",
|
|
460523
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.github~1hooks~1**",
|
|
460524
|
+
"value": false
|
|
460525
|
+
},
|
|
460526
|
+
{
|
|
460527
|
+
"op": "add",
|
|
460528
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.claude~1agents~1**",
|
|
460529
|
+
"value": false
|
|
460530
|
+
},
|
|
460531
|
+
{
|
|
460532
|
+
"op": "add",
|
|
460533
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.claude~1settings.json",
|
|
460534
|
+
"value": false
|
|
460535
|
+
},
|
|
460536
|
+
{
|
|
460537
|
+
"op": "add",
|
|
460538
|
+
"path": "/chat.tools.edits.autoApprove/default/**~1.claude~1settings.local.json",
|
|
460539
|
+
"value": false
|
|
460540
|
+
},
|
|
460541
|
+
{
|
|
460542
|
+
"op": "add",
|
|
460543
|
+
"path": "/chat.tools.edits.autoApprove/agentHost",
|
|
460544
|
+
"value": {
|
|
460545
|
+
"key": "editAutoApprovePatterns"
|
|
460546
|
+
}
|
|
460547
|
+
},
|
|
460548
|
+
{
|
|
460549
|
+
"op": "add",
|
|
460550
|
+
"path": "/chat.agentHost.experimental.activeAgentTitleGeneration",
|
|
460551
|
+
"value": {
|
|
460552
|
+
"type": "boolean",
|
|
460553
|
+
"description": "When enabled, the active agent names new sessions and chats using rename tools. When disabled, a utility model generates titles. Changes apply to sessions and chats created afterward.",
|
|
460554
|
+
"default": true,
|
|
460555
|
+
"scope": 1,
|
|
460556
|
+
"tags": [
|
|
460557
|
+
"experimental",
|
|
460558
|
+
"advanced",
|
|
460559
|
+
"onExP"
|
|
460560
|
+
],
|
|
460561
|
+
"experiment": {
|
|
460562
|
+
"mode": "auto"
|
|
460563
|
+
},
|
|
460564
|
+
"agentHost": {
|
|
460565
|
+
"key": "activeAgentTitleGeneration"
|
|
460566
|
+
},
|
|
460567
|
+
"section": {
|
|
460568
|
+
"id": "chatAgentHostStarter",
|
|
460569
|
+
"title": "Chat Agent Host Starter"
|
|
460570
|
+
},
|
|
460571
|
+
"defaultDefaultValue": true,
|
|
460572
|
+
"restricted": false
|
|
460573
|
+
}
|
|
460574
|
+
},
|
|
460575
|
+
{
|
|
460576
|
+
"op": "add",
|
|
460577
|
+
"path": "/chat.agentHost.copilot.modelCapabilityOverrides",
|
|
460578
|
+
"value": {
|
|
460579
|
+
"type": "object",
|
|
460580
|
+
"markdownDescription": "Per-model capability overrides for Copilot SDK agent sessions, keyed by model id (`*` matches every model; a specific entry wins field-by-field), intended for evaluating models against an existing model's profile. Declare an aliased `family` (for example `claude-opus-4.8`) to route the model to that family's tuned system prompt and tool profile without changing the model id sent to the runtime — so a preview model can be evaluated against a known prompt while still running on its own endpoint — a `reasoningEffort` to pin its effort level, `availableTools`/`excludedTools` to filter its tool set, or `modelCapabilities` to override individual capability limits (e.g. vision support, context window size) passed through to the SDK. All overrides apply when a session launches or resumes. On a mid-session model change, only the new model's `reasoningEffort` is applied; the session keeps its launch-time family, tool filters, and model capabilities. Only affects Copilot CLI agent sessions.\n\n**Note**: This is an advanced setting for experimentation.",
|
|
460581
|
+
"additionalProperties": {
|
|
460582
|
+
"type": "object",
|
|
460583
|
+
"properties": {
|
|
460584
|
+
"family": {
|
|
460585
|
+
"type": "string",
|
|
460586
|
+
"description": "Route the model to another family's tuned system prompt and tool profile (e.g. `claude-opus-4.8`). The model id sent to the runtime is unaffected, so the session still runs on the selected model."
|
|
460587
|
+
},
|
|
460588
|
+
"reasoningEffort": {
|
|
460589
|
+
"type": "string",
|
|
460590
|
+
"enum": [
|
|
460591
|
+
"none",
|
|
460592
|
+
"minimal",
|
|
460593
|
+
"low",
|
|
460594
|
+
"medium",
|
|
460595
|
+
"high",
|
|
460596
|
+
"xhigh",
|
|
460597
|
+
"max",
|
|
460598
|
+
"ultra"
|
|
460599
|
+
],
|
|
460600
|
+
"description": "Reasoning effort for sessions on this model, overriding the model picker's thinking level. Use the `*` entry to set it for every model. Unrecognized values are ignored."
|
|
460601
|
+
},
|
|
460602
|
+
"availableTools": {
|
|
460603
|
+
"type": "array",
|
|
460604
|
+
"items": {
|
|
460605
|
+
"type": "string"
|
|
460606
|
+
},
|
|
460607
|
+
"description": "When set, only matching tools are available to sessions on this model. Patterns: bare tool names, `builtin:*` or `builtin:<name>` (Copilot runtime tools), `mcp:*` or `mcp:<name>` (MCP server tools), and `custom:*` or `custom:<name>` (every tool VS Code registers with the SDK, including the agent host's own terminal tools); a bare `*` expands to all three sources."
|
|
460608
|
+
},
|
|
460609
|
+
"excludedTools": {
|
|
460610
|
+
"type": "array",
|
|
460611
|
+
"items": {
|
|
460612
|
+
"type": "string"
|
|
460613
|
+
},
|
|
460614
|
+
"description": "Tools disabled for sessions on this model; same pattern syntax as `availableTools` and takes precedence over it. Note that `custom:*` and a bare `*` also disable the agent host's own terminal tools registered with the SDK."
|
|
460615
|
+
},
|
|
460616
|
+
"modelCapabilities": {
|
|
460617
|
+
"type": "object",
|
|
460618
|
+
"additionalProperties": true,
|
|
460619
|
+
"description": "Per-property model capability overrides passed through to the Copilot SDK's `modelCapabilities` session field (e.g. `{ \"supports\": { \"vision\": false }, \"limits\": { \"max_context_window_tokens\": 64000 } }`), deep-merged over the runtime's resolved defaults for this model. Applied when the session launches or resumes."
|
|
460620
|
+
}
|
|
460621
|
+
}
|
|
460622
|
+
},
|
|
460623
|
+
"default": {},
|
|
460624
|
+
"scope": 1,
|
|
460625
|
+
"tags": [
|
|
460626
|
+
"experimental",
|
|
460627
|
+
"advanced"
|
|
460628
|
+
],
|
|
460629
|
+
"section": {
|
|
460630
|
+
"id": "chatSidebar",
|
|
460631
|
+
"title": "Chat"
|
|
460632
|
+
},
|
|
460633
|
+
"defaultDefaultValue": {},
|
|
460634
|
+
"restricted": false
|
|
460635
|
+
}
|
|
460636
|
+
}
|
|
460637
|
+
]
|
|
460464
460638
|
}
|
|
460465
460639
|
]
|
|
@@ -13166,6 +13166,14 @@ export type VscodeSettings_1_134_0_insider_2026081219 = Patch<VscodeSettings_1_1
|
|
|
13166
13166
|
readonly 'workbench.experimental.modernUIUppercaseViewHeaders'?: boolean;
|
|
13167
13167
|
}, 'github.copilot.chat.advanced.inlineEdits.cacheDelay' | 'github.copilot.chat.advanced.inlineEdits.debounce' | 'github.copilot.chat.advanced.inlineEdits.excludedProviders' | 'github.copilot.chat.advanced.inlineEdits.extraDebounceEndOfLine' | 'github.copilot.chat.advanced.inlineEdits.nesMimicGhostTextBehavior' | 'github.copilot.chat.advanced.inlineEdits.rebasedCacheDelay' | 'github.copilot.chat.advanced.inlineEdits.unification' | 'github.copilot.chat.advanced.inlineEdits.xtabProvider.diffPatch.splitOnDiff' | 'github.copilot.chat.advanced.inlineEdits.xtabProvider.nLinesAbove' | 'github.copilot.chat.advanced.inlineEdits.xtabProvider.nLinesBelow' | 'github.copilot.chat.advanced.inlineEdits.xtabProvider.patchFastYieldLineWithCursor' | 'github.copilot.chat.advanced.inlineEdits.xtabProvider.patchModelPredictionKind' | 'github.copilot.chat.cloudAgentBackend.version'>;
|
|
13168
13168
|
|
|
13169
|
+
// ── 1.134.0-insider+2026081318: +2, ~2, -2 ──
|
|
13170
|
+
export type VscodeSettings_1_134_0_insider_2026081318 = Patch<VscodeSettings_1_134_0_insider_2026081219, {
|
|
13171
|
+
readonly 'chat.agentHost.copilot.modelCapabilityOverrides'?: Record<string, unknown>;
|
|
13172
|
+
readonly 'chat.agentHost.experimental.activeAgentTitleGeneration'?: boolean;
|
|
13173
|
+
readonly 'chat.defaultModel'?: string;
|
|
13174
|
+
readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
|
|
13175
|
+
}, 'chat.agentHost.copilot.reasoningEffortOverride' | 'chat.agentHost.modelCapabilityOverrides'>;
|
|
13176
|
+
|
|
13169
13177
|
// ── Version map ──
|
|
13170
13178
|
// Stable entries map directly to their settings type.
|
|
13171
13179
|
// Insider entries map to a nested record keyed by 10-digit build release date
|
|
@@ -13309,12 +13317,13 @@ interface VscodeVersionMap {
|
|
|
13309
13317
|
'1.134.0-insider': InsiderBuilds<{
|
|
13310
13318
|
'2026081017': VscodeSettings_1_134_0_insider_2026081017;
|
|
13311
13319
|
'2026081219': VscodeSettings_1_134_0_insider_2026081219;
|
|
13320
|
+
'2026081318': VscodeSettings_1_134_0_insider_2026081318;
|
|
13312
13321
|
}>;
|
|
13313
13322
|
}
|
|
13314
13323
|
|
|
13315
13324
|
export type LatestVscodeSettings = VscodeSettings_1_133_0;
|
|
13316
13325
|
|
|
13317
|
-
export type LatestInsiderVscodeSettings =
|
|
13326
|
+
export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081318;
|
|
13318
13327
|
|
|
13319
13328
|
export type VscodeVersion = keyof VscodeVersionMap;
|
|
13320
13329
|
|
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-64",
|
|
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": "63b787e147b6bf24d8137e588fcd8cf2e5bbc49d"
|
|
41
41
|
}
|