@vscode/vscode-settings-history 0.0.2-22 → 0.0.2-23

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 CHANGED
@@ -331096,5 +331096,197 @@
331096
331096
  "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/0"
331097
331097
  }
331098
331098
  ]
331099
+ },
331100
+ {
331101
+ "version": "1.126.0-insider+2026061617",
331102
+ "base": {
331103
+ "version": "1.125.0-insider+2026061523"
331104
+ },
331105
+ "patch": [
331106
+ {
331107
+ "op": "add",
331108
+ "path": "/chat.agentHost.codexAgent.enabled/policy",
331109
+ "value": {
331110
+ "name": "Codex3PIntegration",
331111
+ "category": "InteractiveSession",
331112
+ "minimumVersion": "1.126",
331113
+ "localization": {
331114
+ "description": {
331115
+ "key": "chat.agentHost.codexAgent.enabled.policy",
331116
+ "value": "Enable Codex Agent sessions in VS Code. Start and resume agentic coding sessions powered by OpenAI Codex SDK directly in the editor. Uses your existing Copilot subscription."
331117
+ }
331118
+ }
331119
+ }
331120
+ },
331121
+ {
331122
+ "op": "remove",
331123
+ "path": "/chat.plugins.enabledPlugins/tags"
331124
+ },
331125
+ {
331126
+ "op": "replace",
331127
+ "path": "/chat.plugins.enabledPlugins/markdownDescription",
331128
+ "value": "Controls which [agent plugins](https://aka.ms/vscode-agent-plugins) are enabled or disabled. Keys are plugin IDs in `<plugin>@<marketplace>` form (where marketplace is defined in `#chat.plugins.marketplaces#`); values enable (`true`) or disable (`false`) the plugin. Discovered alongside the path-keyed entries in `#chat.pluginLocations#`. When set by policy, only plugins mapped to `true` here are allowed to load."
331129
+ },
331130
+ {
331131
+ "op": "remove",
331132
+ "path": "/chat.plugins.enabled/tags"
331133
+ },
331134
+ {
331135
+ "op": "add",
331136
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/0",
331137
+ "value": "new - Scaffold a new workspace in VS Code"
331138
+ },
331139
+ {
331140
+ "op": "add",
331141
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/1",
331142
+ "value": "rename - Rename a symbol across the workspace"
331143
+ },
331144
+ {
331145
+ "op": "add",
331146
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/2",
331147
+ "value": "renderMermaidDiagram - Render a Mermaid.js diagram from markup."
331148
+ },
331149
+ {
331150
+ "op": "add",
331151
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enumDescriptions/3",
331152
+ "value": "usages - Find references, definitions, and implementations of a symbol"
331153
+ },
331154
+ {
331155
+ "op": "add",
331156
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/0",
331157
+ "value": "new"
331158
+ },
331159
+ {
331160
+ "op": "add",
331161
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/1",
331162
+ "value": "rename"
331163
+ },
331164
+ {
331165
+ "op": "add",
331166
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/2",
331167
+ "value": "renderMermaidDiagram"
331168
+ },
331169
+ {
331170
+ "op": "add",
331171
+ "path": "/chat.tools.eligibleForAutoApproval/propertyNames/enum/3",
331172
+ "value": "usages"
331173
+ },
331174
+ {
331175
+ "op": "add",
331176
+ "path": "/chat.editor.localAgent.enabled",
331177
+ "value": {
331178
+ "type": "boolean",
331179
+ "description": "When enabled, shows the VS Code local chat harness in the chat picker.",
331180
+ "default": true,
331181
+ "tags": [
331182
+ "experimental",
331183
+ "onExP"
331184
+ ],
331185
+ "experiment": {
331186
+ "mode": "startup"
331187
+ },
331188
+ "section": {
331189
+ "id": "chatAgentHost",
331190
+ "title": "Chat Agent Host"
331191
+ },
331192
+ "defaultDefaultValue": true,
331193
+ "scope": 4,
331194
+ "restricted": false
331195
+ }
331196
+ },
331197
+ {
331198
+ "op": "add",
331199
+ "path": "/workbench.experimental.styleOverrides",
331200
+ "value": {
331201
+ "type": "array",
331202
+ "items": {
331203
+ "type": "string",
331204
+ "enum": [
331205
+ "activityBar",
331206
+ "fontRamp",
331207
+ "paneHeaders",
331208
+ "roundedCorners",
331209
+ "tabs"
331210
+ ],
331211
+ "enumDescriptions": [
331212
+ "Activity Bar: Replaces the active activity bar item's left highlight border with a rounded background behind the icon.",
331213
+ "Font Ramp: Applies a unified typographic ramp across the workbench: headings at 26/18px, 13px body, 12px section titles and tabs, 11px metadata and 10px badges.",
331214
+ "Pane Headers: Insets the view pane header separators, rounds their corners and adds a background tint on hover.",
331215
+ "Rounded Corners: Applies a three-tier corner radius system: 8px for overlays (quick input, hovers, menus, dialogs), 6px for non-control containers and 4px for interactable controls (inputs, lists).",
331216
+ "Agents Window Tabs: Styles editor tabs as transparent, rounded pills to match the Agents window."
331217
+ ]
331218
+ },
331219
+ "uniqueItems": true,
331220
+ "default": [],
331221
+ "tags": [
331222
+ "experimental"
331223
+ ],
331224
+ "markdownDescription": "Enables one or more built-in style-override modules that adjust the appearance of the workbench. Each module is a predefined set of styles that ships with the product; only modules from this list can be enabled and the styles themselves cannot be customized. Leave empty to disable all overrides. This is an experimental setting intended for trying out style ideas.",
331225
+ "section": {
331226
+ "id": "workbench",
331227
+ "title": "Workbench",
331228
+ "order": 7
331229
+ },
331230
+ "defaultDefaultValue": [],
331231
+ "scope": 4,
331232
+ "restricted": false
331233
+ }
331234
+ },
331235
+ {
331236
+ "op": "add",
331237
+ "path": "/chat.agent.maxRequests",
331238
+ "value": {
331239
+ "type": "number",
331240
+ "markdownDescription": "The maximum number of requests to allow per-turn when using an agent. When the limit is reached, will ask to confirm to continue.",
331241
+ "default": 50,
331242
+ "order": 2,
331243
+ "agentsWindow": {
331244
+ "default": 1000
331245
+ },
331246
+ "section": {
331247
+ "id": "chatSidebar",
331248
+ "title": "Chat"
331249
+ },
331250
+ "defaultDefaultValue": 50,
331251
+ "scope": 4,
331252
+ "restricted": false
331253
+ }
331254
+ },
331255
+ {
331256
+ "op": "add",
331257
+ "path": "/github.copilot.chat.tools.grepSearch.outputFormat",
331258
+ "value": {
331259
+ "type": "string",
331260
+ "default": "tag",
331261
+ "enum": [
331262
+ "grep",
331263
+ "tag"
331264
+ ],
331265
+ "markdownDescription": "The output format for the grep search tool. Can be either 'grep' or 'tag'. The default is 'tag'.",
331266
+ "tags": [
331267
+ "experimental",
331268
+ "onExp"
331269
+ ],
331270
+ "experiment": {
331271
+ "mode": "startup"
331272
+ },
331273
+ "scope": 4,
331274
+ "section": {
331275
+ "id": "experimental",
331276
+ "title": "GitHub Copilot Chat",
331277
+ "extensionInfo": {
331278
+ "id": "GitHub.copilot-chat",
331279
+ "displayName": "GitHub Copilot Chat"
331280
+ }
331281
+ },
331282
+ "source": {
331283
+ "id": "GitHub.copilot-chat",
331284
+ "displayName": "GitHub Copilot Chat"
331285
+ },
331286
+ "defaultDefaultValue": "tag",
331287
+ "restricted": false
331288
+ }
331289
+ }
331290
+ ]
331099
331291
  }
331100
331292
  ]
@@ -11368,6 +11368,18 @@ export type VscodeSettings_1_125_0_insider_2026061523 = Patch<VscodeSettings_1_1
11368
11368
  readonly 'editor.defaultFoldingRangeProvider'?: string | null;
11369
11369
  }, 'chat.agent.maxRequests'>;
11370
11370
 
11371
+ // ── 1.126.0-insider+2026061617: +4, ~4 ──
11372
+ export type VscodeSettings_1_126_0_insider_2026061617 = Patch<VscodeSettings_1_125_0_insider_2026061523, {
11373
+ readonly 'chat.agent.maxRequests'?: number;
11374
+ readonly 'chat.agentHost.codexAgent.enabled'?: boolean;
11375
+ readonly 'chat.editor.localAgent.enabled'?: boolean;
11376
+ readonly 'chat.plugins.enabled'?: boolean;
11377
+ readonly 'chat.plugins.enabledPlugins'?: Record<string, unknown>;
11378
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
11379
+ readonly 'github.copilot.chat.tools.grepSearch.outputFormat'?: 'grep' | 'tag';
11380
+ readonly 'workbench.experimental.styleOverrides'?: ('activityBar' | 'fontRamp' | 'paneHeaders' | 'roundedCorners' | 'tabs')[];
11381
+ }, never>;
11382
+
11371
11383
  // ── Version map ──
11372
11384
  // Stable entries map directly to their settings type.
11373
11385
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -11443,11 +11455,14 @@ interface VscodeVersionMap {
11443
11455
  '2026061505': VscodeSettings_1_125_0_insider_2026061505;
11444
11456
  '2026061523': VscodeSettings_1_125_0_insider_2026061523;
11445
11457
  }>;
11458
+ '1.126.0-insider': InsiderBuilds<{
11459
+ '2026061617': VscodeSettings_1_126_0_insider_2026061617;
11460
+ }>;
11446
11461
  }
11447
11462
 
11448
11463
  export type LatestVscodeSettings = VscodeSettings_1_124_2;
11449
11464
 
11450
- export type LatestInsiderVscodeSettings = VscodeSettings_1_125_0_insider_2026061523;
11465
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_126_0_insider_2026061617;
11451
11466
 
11452
11467
  export type VscodeVersion = keyof VscodeVersionMap;
11453
11468
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-22",
3
+ "version": "0.0.2-23",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
6
6
  "description": "Tracks VS Code settings schema changes across versions",