@vscode/vscode-settings-history 0.0.2-74 → 0.0.2-75

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
@@ -479995,5 +479995,233 @@
479995
479995
  }
479996
479996
  }
479997
479997
  ]
479998
+ },
479999
+ {
480000
+ "version": "1.136.0-insider+2026082717",
480001
+ "base": {
480002
+ "version": "1.136.0-insider+2026082613"
480003
+ },
480004
+ "patch": [
480005
+ {
480006
+ "op": "remove",
480007
+ "path": "/chat.agentHost.localFilePermissions/additionalProperties/additionalProperties/enumDescriptions"
480008
+ },
480009
+ {
480010
+ "op": "remove",
480011
+ "path": "/chat.agentHost.localFilePermissions/additionalProperties/additionalProperties/enum"
480012
+ },
480013
+ {
480014
+ "op": "remove",
480015
+ "path": "/chat.agentHost.localFilePermissions/additionalProperties/additionalProperties/type"
480016
+ },
480017
+ {
480018
+ "op": "add",
480019
+ "path": "/chat.agentHost.localFilePermissions/additionalProperties/additionalProperties/oneOf",
480020
+ "value": [
480021
+ {
480022
+ "type": "string",
480023
+ "enum": [
480024
+ "r",
480025
+ "rw"
480026
+ ],
480027
+ "enumDescriptions": [
480028
+ "Read-only access.",
480029
+ "Read and write access."
480030
+ ]
480031
+ },
480032
+ {
480033
+ "type": "object",
480034
+ "properties": {
480035
+ "mode": {
480036
+ "type": "string",
480037
+ "enum": [
480038
+ "r",
480039
+ "rw"
480040
+ ]
480041
+ },
480042
+ "lexicalUri": {
480043
+ "type": "string",
480044
+ "description": "Original resource URI used to display accessible directory entries."
480045
+ }
480046
+ },
480047
+ "required": [
480048
+ "mode",
480049
+ "lexicalUri"
480050
+ ],
480051
+ "additionalProperties": false
480052
+ }
480053
+ ]
480054
+ },
480055
+ {
480056
+ "op": "add",
480057
+ "path": "/dictation.experimental.llmCleanup/policy",
480058
+ "value": {
480059
+ "name": "DictationLLMCleanup",
480060
+ "category": "InteractiveSession",
480061
+ "minimumVersion": "1.136",
480062
+ "localization": {
480063
+ "description": {
480064
+ "key": "dictation.experimental.llmCleanup.policy",
480065
+ "value": "Controls whether final dictation transcripts are sent to a language model for cleanup."
480066
+ }
480067
+ }
480068
+ }
480069
+ },
480070
+ {
480071
+ "op": "add",
480072
+ "path": "/dictation.model/policy",
480073
+ "value": {
480074
+ "name": "DictationModel",
480075
+ "category": "InteractiveSession",
480076
+ "minimumVersion": "1.136",
480077
+ "localization": {
480078
+ "description": {
480079
+ "key": "dictation.model.policy",
480080
+ "value": "Controls the transcription model used for dictation."
480081
+ },
480082
+ "enumDescriptions": [
480083
+ {
480084
+ "key": "dictation.model.nemotronMultilingual.policy",
480085
+ "value": "Use the on-device transcription model. Audio does not leave the device."
480086
+ },
480087
+ {
480088
+ "key": "dictation.model.mai.policy",
480089
+ "value": "Use the cloud transcription service. Audio is streamed to the service."
480090
+ }
480091
+ ]
480092
+ }
480093
+ }
480094
+ },
480095
+ {
480096
+ "op": "remove",
480097
+ "path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13"
480098
+ },
480099
+ {
480100
+ "op": "remove",
480101
+ "path": "/terminal.integrated.defaultProfile.linux/enum/13"
480102
+ },
480103
+ {
480104
+ "op": "add",
480105
+ "path": "/chat.wslRemoteAgentHostCommand",
480106
+ "value": {
480107
+ "type": "string",
480108
+ "description": "For development: Override the command used to start the remote agent host in WSL. When set, skips automatic CLI installation and runs this command instead. The command must print a WebSocket URL matching ws://127.0.0.1:PORT (optionally with ?tkn=TOKEN) to stdout or stderr.",
480109
+ "default": "",
480110
+ "scope": 1,
480111
+ "tags": [
480112
+ "experimental",
480113
+ "advanced"
480114
+ ],
480115
+ "section": {},
480116
+ "defaultDefaultValue": "",
480117
+ "restricted": false
480118
+ }
480119
+ },
480120
+ {
480121
+ "op": "add",
480122
+ "path": "/terminal.explorerKind",
480123
+ "value": {
480124
+ "type": "string",
480125
+ "enum": [
480126
+ "integrated",
480127
+ "external",
480128
+ "both"
480129
+ ],
480130
+ "enumDescriptions": [
480131
+ "Show the integrated terminal action.",
480132
+ "Show the external terminal action.",
480133
+ "Show both integrated and external terminal actions."
480134
+ ],
480135
+ "default": "integrated",
480136
+ "description": "When opening a file from the Explorer in a terminal, determines what kind of terminal will be launched",
480137
+ "section": {
480138
+ "id": "externalTerminal",
480139
+ "title": "External Terminal",
480140
+ "order": 100
480141
+ },
480142
+ "defaultDefaultValue": "integrated",
480143
+ "scope": 4,
480144
+ "restricted": false
480145
+ }
480146
+ },
480147
+ {
480148
+ "op": "add",
480149
+ "path": "/terminal.sourceControlRepositoriesKind",
480150
+ "value": {
480151
+ "type": "string",
480152
+ "enum": [
480153
+ "integrated",
480154
+ "external",
480155
+ "both"
480156
+ ],
480157
+ "enumDescriptions": [
480158
+ "Show the integrated terminal action.",
480159
+ "Show the external terminal action.",
480160
+ "Show both integrated and external terminal actions."
480161
+ ],
480162
+ "default": "integrated",
480163
+ "description": "When opening a repository from the Source Control Repositories view in a terminal, determines what kind of terminal will be launched",
480164
+ "section": {
480165
+ "id": "externalTerminal",
480166
+ "title": "External Terminal",
480167
+ "order": 100
480168
+ },
480169
+ "defaultDefaultValue": "integrated",
480170
+ "scope": 4,
480171
+ "restricted": false
480172
+ }
480173
+ },
480174
+ {
480175
+ "op": "add",
480176
+ "path": "/terminal.external.windowsExec",
480177
+ "value": {
480178
+ "type": "string",
480179
+ "description": "Customizes which terminal to run on Windows.",
480180
+ "default": "C:\\Windows\\System32\\cmd.exe",
480181
+ "scope": 1,
480182
+ "section": {
480183
+ "id": "externalTerminal",
480184
+ "title": "External Terminal",
480185
+ "order": 100
480186
+ },
480187
+ "defaultDefaultValue": "C:\\Windows\\System32\\cmd.exe",
480188
+ "restricted": false
480189
+ }
480190
+ },
480191
+ {
480192
+ "op": "add",
480193
+ "path": "/terminal.external.osxExec",
480194
+ "value": {
480195
+ "type": "string",
480196
+ "description": "Customizes which terminal application to run on macOS.",
480197
+ "default": "Terminal.app",
480198
+ "scope": 1,
480199
+ "section": {
480200
+ "id": "externalTerminal",
480201
+ "title": "External Terminal",
480202
+ "order": 100
480203
+ },
480204
+ "defaultDefaultValue": "Terminal.app",
480205
+ "restricted": false
480206
+ }
480207
+ },
480208
+ {
480209
+ "op": "add",
480210
+ "path": "/terminal.external.linuxExec",
480211
+ "value": {
480212
+ "type": "string",
480213
+ "description": "Customizes which terminal to run on Linux.",
480214
+ "default": "x-terminal-emulator",
480215
+ "scope": 1,
480216
+ "section": {
480217
+ "id": "externalTerminal",
480218
+ "title": "External Terminal",
480219
+ "order": 100
480220
+ },
480221
+ "defaultDefaultValue": "x-terminal-emulator",
480222
+ "restricted": false
480223
+ }
480224
+ }
480225
+ ]
479998
480226
  }
479999
480227
  ]
@@ -13421,6 +13421,20 @@ export type VscodeSettings_1_136_0_insider_2026082613 = Patch<VscodeSettings_1_1
13421
13421
  readonly 'window.density.layout'?: 'default' | 'compact';
13422
13422
  }, 'github.copilot.chat.cli.showExternalSessions' | 'terminal.explorerKind' | 'terminal.external.linuxExec' | 'terminal.external.osxExec' | 'terminal.external.windowsExec' | 'terminal.sourceControlRepositoriesKind'>;
13423
13423
 
13424
+ // ── 1.136.0-insider+2026082717: +6, ~4 ──
13425
+ export type VscodeSettings_1_136_0_insider_2026082717 = Patch<VscodeSettings_1_136_0_insider_2026082613, {
13426
+ readonly 'chat.agentHost.localFilePermissions'?: Record<string, unknown>;
13427
+ readonly 'chat.wslRemoteAgentHostCommand'?: string;
13428
+ readonly 'dictation.experimental.llmCleanup'?: boolean;
13429
+ readonly 'dictation.model'?: 'nemotron-3.5-asr-streaming-0.6b' | 'mai';
13430
+ readonly 'terminal.explorerKind'?: 'integrated' | 'external' | 'both';
13431
+ readonly 'terminal.external.linuxExec'?: string;
13432
+ readonly 'terminal.external.osxExec'?: string;
13433
+ readonly 'terminal.external.windowsExec'?: string;
13434
+ readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
13435
+ readonly 'terminal.sourceControlRepositoriesKind'?: 'integrated' | 'external' | 'both';
13436
+ }, never>;
13437
+
13424
13438
  // ── Version map ──
13425
13439
  // Stable entries map directly to their settings type.
13426
13440
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13581,12 +13595,13 @@ interface VscodeVersionMap {
13581
13595
  }>;
13582
13596
  '1.136.0-insider': InsiderBuilds<{
13583
13597
  '2026082613': VscodeSettings_1_136_0_insider_2026082613;
13598
+ '2026082717': VscodeSettings_1_136_0_insider_2026082717;
13584
13599
  }>;
13585
13600
  }
13586
13601
 
13587
13602
  export type LatestVscodeSettings = VscodeSettings_1_135_0;
13588
13603
 
13589
- export type LatestInsiderVscodeSettings = VscodeSettings_1_136_0_insider_2026082613;
13604
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_136_0_insider_2026082717;
13590
13605
 
13591
13606
  export type VscodeVersion = keyof VscodeVersionMap;
13592
13607
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-74",
3
+ "version": "0.0.2-75",
4
4
  "type": "module",
5
5
  "description": "Tracks VS Code settings schema changes across versions",
6
6
  "license": "MIT",