@vscode/vscode-settings-history 0.0.2-43 → 0.0.2-45

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.
@@ -12305,6 +12305,40 @@ export type VscodeSettings_1_130_0_insider_2026071611 = Patch<VscodeSettings_1_1
12305
12305
  readonly 'typescript.tsserver.pluginPaths'?: (string)[];
12306
12306
  }, 'terminal.integrated.initialHintCopilotCli'>;
12307
12307
 
12308
+ // ── 1.129.1: +1, ~3 ──
12309
+ export type VscodeSettings_1_129_1 = Patch<VscodeSettings_1_129_0, {
12310
+ readonly 'chat.agent.maxRequests'?: number;
12311
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
12312
+ readonly 'editor.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-markdown-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
12313
+ readonly 'notebook.defaultFormatter'?: null | 'GitHub.copilot-chat' | 'vscode.css-language-features' | 'vscode.html-language-features' | 'vscode.json-language-features' | 'vscode.markdown-language-features' | 'vscode.markdown-math' | 'vscode.php-language-features' | 'vscode.typescript-language-features' | 'vscode.configuration-editing' | 'vscode.debug-auto-launch' | 'vscode.debug-server-ready' | 'vscode.emmet' | 'vscode.extension-editing' | 'vscode.git' | 'vscode.git-base' | 'vscode.github' | 'vscode.github-authentication' | 'vscode.grunt' | 'vscode.gulp' | 'vscode.ipynb' | 'vscode.jake' | 'ms-vscode.js-debug' | 'ms-vscode.js-debug-companion' | 'vscode.media-preview' | 'vscode.merge-conflict' | 'vscode.mermaid-markdown-features' | 'vscode.microsoft-authentication' | 'vscode.npm' | 'vscode.references-view' | 'vscode.search-result' | 'vscode.simple-browser' | 'vscode.terminal-suggest' | 'vscode.tunnel-forwarding' | 'ms-vscode.vscode-js-profile-table';
12314
+ }, never>;
12315
+
12316
+ // ── 1.130.0-insider+2026071716: +9, ~3, -2 ──
12317
+ export type VscodeSettings_1_130_0_insider_2026071716 = Patch<VscodeSettings_1_130_0_insider_2026071611, {
12318
+ readonly 'accessibility.signals.voiceRecordingStopped'?: Record<string, unknown>;
12319
+ readonly 'agents.voice.language'?: 'auto' | 'en' | 'de' | 'es' | 'fr' | 'it' | 'pt' | 'ja' | 'ko' | 'zh';
12320
+ readonly 'chat.agentHost.systemProxy.enabled'?: boolean;
12321
+ readonly 'chat.assistedPermissions.enabled'?: boolean;
12322
+ readonly 'chat.defaultConfiguration'?: Record<string, unknown>;
12323
+ readonly 'chat.defaultToCopilotHarness'?: boolean;
12324
+ readonly 'chat.editor.preferCopilotHarness'?: boolean;
12325
+ readonly 'chat.speechToText.enabled'?: boolean;
12326
+ readonly 'chat.speechToText.mode'?: 'auto' | 'toggle' | 'pushToTalk';
12327
+ readonly 'chat.speechToText.model'?: 'onnx-community/whisper-tiny' | 'onnx-community/whisper-base' | 'onnx-community/whisper-small';
12328
+ readonly 'chat.tools.eligibleForAutoApproval'?: Record<string, unknown>;
12329
+ readonly 'chat.verbose'?: boolean;
12330
+ }, 'chat.editor.defaultProvider' | 'chat.experimental.autoApprovals.enabled'>;
12331
+
12332
+ // ── 1.130.0-insider+2026072017: +3, ~3, -5 ──
12333
+ export type VscodeSettings_1_130_0_insider_2026072017 = Patch<VscodeSettings_1_130_0_insider_2026071716, {
12334
+ readonly 'accessibility.signals.voiceModeStarted'?: Record<string, unknown>;
12335
+ readonly 'accessibility.signals.voiceModeStopped'?: Record<string, unknown>;
12336
+ readonly 'agents.voice.liveTranscript'?: boolean;
12337
+ readonly 'chat.speechToText.model'?: 'onnx-community/whisper-tiny' | 'onnx-community/whisper-base' | 'onnx-community/whisper-small' | 'onnx-community/nemotron-3.5-asr-streaming-0.6b-onnx-int4';
12338
+ readonly 'chat.tools.terminal.outputCompaction'?: boolean;
12339
+ readonly 'notebook.editorOptionsCustomizations'?: unknown;
12340
+ }, 'editor.suggest.maxVisibleSuggestions' | 'search.location' | 'search.maintainFileSearchCache' | 'search.usePCRE2' | 'search.useRipgrep'>;
12341
+
12308
12342
  // ── Version map ──
12309
12343
  // Stable entries map directly to their settings type.
12310
12344
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -12357,6 +12391,7 @@ interface VscodeVersionMap {
12357
12391
  '1.128.0': VscodeSettings_1_128_0;
12358
12392
  '1.128.1': VscodeSettings_1_128_1;
12359
12393
  '1.129.0': VscodeSettings_1_129_0;
12394
+ '1.129.1': VscodeSettings_1_129_1;
12360
12395
  '1.121.0-insider': InsiderBuilds<{
12361
12396
  '2026051305': VscodeSettings_1_121_0_insider_2026051305;
12362
12397
  '2026051505': VscodeSettings_1_121_0_insider_2026051505;
@@ -12415,12 +12450,14 @@ interface VscodeVersionMap {
12415
12450
  }>;
12416
12451
  '1.130.0-insider': InsiderBuilds<{
12417
12452
  '2026071611': VscodeSettings_1_130_0_insider_2026071611;
12453
+ '2026071716': VscodeSettings_1_130_0_insider_2026071716;
12454
+ '2026072017': VscodeSettings_1_130_0_insider_2026072017;
12418
12455
  }>;
12419
12456
  }
12420
12457
 
12421
- export type LatestVscodeSettings = VscodeSettings_1_129_0;
12458
+ export type LatestVscodeSettings = VscodeSettings_1_129_1;
12422
12459
 
12423
- export type LatestInsiderVscodeSettings = VscodeSettings_1_130_0_insider_2026071611;
12460
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_130_0_insider_2026072017;
12424
12461
 
12425
12462
  export type VscodeVersion = keyof VscodeVersionMap;
12426
12463
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-43",
3
+ "version": "0.0.2-45",
4
4
  "type": "module",
5
5
  "description": "Tracks VS Code settings schema changes across versions",
6
6
  "license": "MIT",