@vscode/vscode-settings-history 0.0.2-64 → 0.0.2-66

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
@@ -460635,5 +460635,421 @@
460635
460635
  }
460636
460636
  }
460637
460637
  ]
460638
+ },
460639
+ {
460640
+ "version": "1.134.0-insider+2026081414",
460641
+ "base": {
460642
+ "version": "1.134.0-insider+2026081318"
460643
+ },
460644
+ "patch": [
460645
+ {
460646
+ "op": "replace",
460647
+ "path": "/chat.agentHost.copilot.modelCapabilityOverrides/markdownDescription",
460648
+ "value": "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 agent sessions.\n\n**Note**: This is an advanced setting for experimentation."
460649
+ },
460650
+ {
460651
+ "op": "remove",
460652
+ "path": "/github.copilot.chat.autoMode.v2.enabled"
460653
+ },
460654
+ {
460655
+ "op": "add",
460656
+ "path": "/chat.agentHost.allowSignedOutWhenUsable/tags/2",
460657
+ "value": "onExP"
460658
+ },
460659
+ {
460660
+ "op": "add",
460661
+ "path": "/chat.agentHost.allowSignedOutWhenUsable/experiment",
460662
+ "value": {
460663
+ "mode": "startup"
460664
+ }
460665
+ },
460666
+ {
460667
+ "op": "replace",
460668
+ "path": "/chat.agentHost.cloudSandbox.enabled/description",
460669
+ "value": "Enable connecting to Copilot cloud sandbox sessions over a live Agent Host Protocol relay. When enabled, opening a Copilot cloud session connects to its sandbox for slash commands and a responsive, steerable experience instead of only polling logs."
460670
+ },
460671
+ {
460672
+ "op": "replace",
460673
+ "path": "/chat.customizations.promptMigration.enabled/description",
460674
+ "value": "Controls whether the Chat Customizations editor offers to convert prompt files into skills for agent-host harnesses, which ignore prompt files. When disabled, the migration card and sidebar shortcut are hidden."
460675
+ },
460676
+ {
460677
+ "op": "replace",
460678
+ "path": "/chat.implicitContext.includeActiveEditor/markdownDescription",
460679
+ "value": "When enabled, the active editor is automatically forwarded as context, even when it would otherwise only be suggested. Selections and explicitly attached files are always included regardless of this setting.\n\nNote: this setting currently only applies to Agent Host sessions (such as Copilot)."
460680
+ },
460681
+ {
460682
+ "op": "replace",
460683
+ "path": "/chat.experimental.permissionsSandboxToggle.enabled/markdownDescription",
460684
+ "value": "Controls whether the permissions picker shows an inline \"Sandboxing for terminal\" toggle on the Manual permissions option. For Copilot SDK sessions using the built-in shell tool, the toggle reflects and updates `#chat.agentHost.sdkSandbox.enabled#` or `#chat.agentHost.sdkSandbox.enabledWindows#`."
460685
+ },
460686
+ {
460687
+ "op": "replace",
460688
+ "path": "/chat.defaultConfiguration/defaultDefaultValue/approvals",
460689
+ "value": "manual"
460690
+ },
460691
+ {
460692
+ "op": "replace",
460693
+ "path": "/chat.defaultConfiguration/markdownDescription",
460694
+ "value": "Controls the default configuration for new agent sessions (such as Copilot). You can still change the mode and approval behavior per session, and each session remembers what was used."
460695
+ },
460696
+ {
460697
+ "op": "replace",
460698
+ "path": "/chat.defaultConfiguration/default/approvals",
460699
+ "value": "manual"
460700
+ },
460701
+ {
460702
+ "op": "replace",
460703
+ "path": "/chat.defaultConfiguration/properties/approvals/description",
460704
+ "value": "The starting approval behavior for new agent sessions. If enterprise policy disables auto approval, new sessions use Manual permissions."
460705
+ },
460706
+ {
460707
+ "op": "replace",
460708
+ "path": "/chat.defaultConfiguration/properties/approvals/default",
460709
+ "value": "manual"
460710
+ },
460711
+ {
460712
+ "op": "replace",
460713
+ "path": "/chat.defaultConfiguration/properties/approvals/enumDescriptions/0",
460714
+ "value": "Manual permissions — asks when approval settings don't apply."
460715
+ },
460716
+ {
460717
+ "op": "replace",
460718
+ "path": "/chat.defaultConfiguration/properties/approvals/enum/0",
460719
+ "value": "manual"
460720
+ },
460721
+ {
460722
+ "op": "replace",
460723
+ "path": "/chat.agentHost.sdkSandbox.enabled/markdownDescription",
460724
+ "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 only to requests that run with manual permissions — not when approvals are bypassed. Unrestricted network is controlled by `#chat.agent.sandbox.allowNetwork#`. Use `#chat.agentHost.sdkSandbox.enabledWindows#` on Windows."
460725
+ },
460726
+ {
460727
+ "op": "add",
460728
+ "path": "/workbench.editor.tabActionReserveSpace",
460729
+ "value": {
460730
+ "type": "boolean",
460731
+ "default": true,
460732
+ "description": "Controls whether Modern UI editor tabs always reserve space for tab action buttons. When disabled, clean tabs stay compact; tabs with persistent dirty or pinned indicators reserve space regardless.",
460733
+ "section": {
460734
+ "id": "workbench",
460735
+ "title": "Workbench",
460736
+ "order": 7
460737
+ },
460738
+ "defaultDefaultValue": true,
460739
+ "scope": 4,
460740
+ "restricted": false
460741
+ }
460742
+ },
460743
+ {
460744
+ "op": "add",
460745
+ "path": "/workbench.accounts.showAvatar",
460746
+ "value": {
460747
+ "type": "boolean",
460748
+ "default": true,
460749
+ "description": "Controls whether signed-in account profile images (avatars) are shown in account-related UI, such as the Accounts item in the Activity Bar.",
460750
+ "section": {
460751
+ "id": "workbench",
460752
+ "title": "Workbench",
460753
+ "order": 7
460754
+ },
460755
+ "defaultDefaultValue": true,
460756
+ "scope": 4,
460757
+ "restricted": false
460758
+ }
460759
+ },
460760
+ {
460761
+ "op": "add",
460762
+ "path": "/chat.agentSessions.showExternal",
460763
+ "value": {
460764
+ "type": "string",
460765
+ "enum": [
460766
+ "none",
460767
+ "all",
460768
+ "last24Hours",
460769
+ "last7Days"
460770
+ ],
460771
+ "enumDescriptions": [
460772
+ "Only shows sessions created by the Agent Host.",
460773
+ "Shows all sessions discovered from supported external agent applications.",
460774
+ "Shows external sessions updated in the last 24 hours.",
460775
+ "Shows external sessions updated in the last 7 days."
460776
+ ],
460777
+ "default": "last7Days",
460778
+ "markdownDescription": "Controls which external agent sessions, created outside VS Code's Agent Host, are shown.",
460779
+ "agentHost": {
460780
+ "key": "showExternalSessions"
460781
+ },
460782
+ "section": {
460783
+ "id": "chatSidebar",
460784
+ "title": "Chat"
460785
+ },
460786
+ "defaultDefaultValue": "last7Days",
460787
+ "scope": 4,
460788
+ "restricted": false
460789
+ }
460790
+ },
460791
+ {
460792
+ "op": "add",
460793
+ "path": "/chat.agentHost.copilot.reasoningEffortOverride",
460794
+ "value": {
460795
+ "type": "string",
460796
+ "markdownDescription": "Overrides the reasoning effort for Copilot SDK agent sessions regardless of the per-model picker value. Set it to a level the selected model supports (for example `low`, `medium`, `high`, or `xhigh`) — choosing a level the model does not support may be rejected by the model. A value that isn't a recognized effort level is ignored and the session falls back to the picker value. Applied when a session is created and when its model changes. Only affects Copilot CLI agent sessions.\n\n**Note**: This is an advanced setting for experimentation.",
460797
+ "default": "",
460798
+ "tags": [
460799
+ "experimental",
460800
+ "advanced"
460801
+ ],
460802
+ "section": {
460803
+ "id": "chatSidebar",
460804
+ "title": "Chat"
460805
+ },
460806
+ "defaultDefaultValue": "",
460807
+ "scope": 4,
460808
+ "restricted": false
460809
+ }
460810
+ },
460811
+ {
460812
+ "op": "add",
460813
+ "path": "/chat.agentHost.copilot.reasoningSummary.enabled",
460814
+ "value": {
460815
+ "type": "boolean",
460816
+ "markdownDescription": "When enabled, requests concise reasoning summaries for supported Copilot SDK agent sessions.",
460817
+ "default": false,
460818
+ "experiment": {
460819
+ "mode": "startup"
460820
+ },
460821
+ "tags": [
460822
+ "experimental",
460823
+ "advanced",
460824
+ "onExP"
460825
+ ],
460826
+ "section": {
460827
+ "id": "chatSidebar",
460828
+ "title": "Chat"
460829
+ },
460830
+ "defaultDefaultValue": false,
460831
+ "scope": 4,
460832
+ "restricted": false
460833
+ }
460834
+ },
460835
+ {
460836
+ "op": "add",
460837
+ "path": "/chat.customizations.userDataMigration.enabled",
460838
+ "value": {
460839
+ "type": "boolean",
460840
+ "tags": [
460841
+ "experimental"
460842
+ ],
460843
+ "description": "Controls whether the Chat Customizations editor offers to move agents and instructions stored in user data to the active agent-host harness, which ignores the user data location. When disabled, the migration card and sidebar shortcut are hidden.",
460844
+ "default": false,
460845
+ "section": {
460846
+ "id": "chatSidebar",
460847
+ "title": "Chat"
460848
+ },
460849
+ "defaultDefaultValue": false,
460850
+ "scope": 4,
460851
+ "restricted": false
460852
+ }
460853
+ },
460854
+ {
460855
+ "op": "add",
460856
+ "path": "/terminal.explorerKind",
460857
+ "value": {
460858
+ "type": "string",
460859
+ "enum": [
460860
+ "integrated",
460861
+ "external",
460862
+ "both"
460863
+ ],
460864
+ "enumDescriptions": [
460865
+ "Show the integrated terminal action.",
460866
+ "Show the external terminal action.",
460867
+ "Show both integrated and external terminal actions."
460868
+ ],
460869
+ "default": "integrated",
460870
+ "description": "When opening a file from the Explorer in a terminal, determines what kind of terminal will be launched",
460871
+ "section": {
460872
+ "id": "externalTerminal",
460873
+ "title": "External Terminal",
460874
+ "order": 100
460875
+ },
460876
+ "defaultDefaultValue": "integrated",
460877
+ "scope": 4,
460878
+ "restricted": false
460879
+ }
460880
+ },
460881
+ {
460882
+ "op": "add",
460883
+ "path": "/terminal.sourceControlRepositoriesKind",
460884
+ "value": {
460885
+ "type": "string",
460886
+ "enum": [
460887
+ "integrated",
460888
+ "external",
460889
+ "both"
460890
+ ],
460891
+ "enumDescriptions": [
460892
+ "Show the integrated terminal action.",
460893
+ "Show the external terminal action.",
460894
+ "Show both integrated and external terminal actions."
460895
+ ],
460896
+ "default": "integrated",
460897
+ "description": "When opening a repository from the Source Control Repositories view in a terminal, determines what kind of terminal will be launched",
460898
+ "section": {
460899
+ "id": "externalTerminal",
460900
+ "title": "External Terminal",
460901
+ "order": 100
460902
+ },
460903
+ "defaultDefaultValue": "integrated",
460904
+ "scope": 4,
460905
+ "restricted": false
460906
+ }
460907
+ },
460908
+ {
460909
+ "op": "add",
460910
+ "path": "/terminal.external.windowsExec",
460911
+ "value": {
460912
+ "type": "string",
460913
+ "description": "Customizes which terminal to run on Windows.",
460914
+ "default": "C:\\Windows\\System32\\cmd.exe",
460915
+ "scope": 1,
460916
+ "section": {
460917
+ "id": "externalTerminal",
460918
+ "title": "External Terminal",
460919
+ "order": 100
460920
+ },
460921
+ "defaultDefaultValue": "C:\\Windows\\System32\\cmd.exe",
460922
+ "restricted": false
460923
+ }
460924
+ },
460925
+ {
460926
+ "op": "add",
460927
+ "path": "/terminal.external.osxExec",
460928
+ "value": {
460929
+ "type": "string",
460930
+ "description": "Customizes which terminal application to run on macOS.",
460931
+ "default": "Terminal.app",
460932
+ "scope": 1,
460933
+ "section": {
460934
+ "id": "externalTerminal",
460935
+ "title": "External Terminal",
460936
+ "order": 100
460937
+ },
460938
+ "defaultDefaultValue": "Terminal.app",
460939
+ "restricted": false
460940
+ }
460941
+ },
460942
+ {
460943
+ "op": "add",
460944
+ "path": "/terminal.external.linuxExec",
460945
+ "value": {
460946
+ "type": "string",
460947
+ "description": "Customizes which terminal to run on Linux.",
460948
+ "default": "x-terminal-emulator",
460949
+ "scope": 1,
460950
+ "section": {
460951
+ "id": "externalTerminal",
460952
+ "title": "External Terminal",
460953
+ "order": 100
460954
+ },
460955
+ "defaultDefaultValue": "x-terminal-emulator",
460956
+ "restricted": false
460957
+ }
460958
+ }
460959
+ ]
460960
+ },
460961
+ {
460962
+ "version": "1.134.0-insider+2026081421",
460963
+ "base": {
460964
+ "version": "1.134.0-insider+2026081414"
460965
+ },
460966
+ "patch": [
460967
+ {
460968
+ "op": "remove",
460969
+ "path": "/github.copilot.chat.preferLongContext.enabled"
460970
+ },
460971
+ {
460972
+ "op": "add",
460973
+ "path": "/chat.agentHost.experimental.markdownPlanRichLinks",
460974
+ "value": {
460975
+ "type": "boolean",
460976
+ "description": "When enabled, agents receive guidance for using rich links to issues, pull requests, commits, sessions, and chats, plus running task markers, when creating or editing Markdown plan documents.",
460977
+ "default": false,
460978
+ "scope": 1,
460979
+ "tags": [
460980
+ "experimental",
460981
+ "advanced",
460982
+ "onExP"
460983
+ ],
460984
+ "experiment": {
460985
+ "mode": "auto"
460986
+ },
460987
+ "agentHost": {
460988
+ "key": "markdownPlanRichLinksEnabled"
460989
+ },
460990
+ "section": {
460991
+ "id": "chatAgentHostStarter",
460992
+ "title": "Chat Agent Host Starter"
460993
+ },
460994
+ "defaultDefaultValue": false,
460995
+ "restricted": false
460996
+ }
460997
+ },
460998
+ {
460999
+ "op": "add",
461000
+ "path": "/chat.experimental.richLinks.enabled",
461001
+ "value": {
461002
+ "type": "boolean",
461003
+ "description": "Controls whether supported links in chat are rendered as rich links with live metadata. Enabling this may make authenticated requests to services such as GitHub.",
461004
+ "default": false,
461005
+ "tags": [
461006
+ "experimental",
461007
+ "onExP"
461008
+ ],
461009
+ "experiment": {
461010
+ "mode": "auto"
461011
+ },
461012
+ "section": {
461013
+ "id": "chatSidebar",
461014
+ "title": "Chat"
461015
+ },
461016
+ "defaultDefaultValue": false,
461017
+ "scope": 4,
461018
+ "restricted": false
461019
+ }
461020
+ },
461021
+ {
461022
+ "op": "add",
461023
+ "path": "/markdown.experimental.richLinks.enabled",
461024
+ "value": {
461025
+ "type": "boolean",
461026
+ "default": false,
461027
+ "description": "Controls whether supported links in the Markdown editor are rendered as rich links with live metadata. Enabling this may make authenticated requests to services such as GitHub.",
461028
+ "scope": 4,
461029
+ "tags": [
461030
+ "experimental",
461031
+ "onExP"
461032
+ ],
461033
+ "experiment": {
461034
+ "mode": "startup"
461035
+ },
461036
+ "section": {
461037
+ "id": "vscode.markdown-language-features",
461038
+ "title": "Language Features",
461039
+ "order": 20,
461040
+ "extensionInfo": {
461041
+ "id": "vscode.markdown-language-features",
461042
+ "displayName": "Markdown Language Features"
461043
+ }
461044
+ },
461045
+ "source": {
461046
+ "id": "vscode.markdown-language-features",
461047
+ "displayName": "Markdown Language Features"
461048
+ },
461049
+ "defaultDefaultValue": false,
461050
+ "restricted": false
461051
+ }
461052
+ }
461053
+ ]
460638
461054
  }
460639
461055
  ]
@@ -13174,6 +13174,36 @@ export type VscodeSettings_1_134_0_insider_2026081318 = Patch<VscodeSettings_1_1
13174
13174
  readonly 'chat.tools.edits.autoApprove'?: Record<string, unknown>;
13175
13175
  }, 'chat.agentHost.copilot.reasoningEffortOverride' | 'chat.agentHost.modelCapabilityOverrides'>;
13176
13176
 
13177
+ // ── 1.134.0-insider+2026081414: +11, ~8, -1 ──
13178
+ export type VscodeSettings_1_134_0_insider_2026081414 = Patch<VscodeSettings_1_134_0_insider_2026081318, {
13179
+ readonly 'chat.agentHost.allowSignedOutWhenUsable'?: boolean;
13180
+ readonly 'chat.agentHost.cloudSandbox.enabled'?: boolean;
13181
+ readonly 'chat.agentHost.copilot.modelCapabilityOverrides'?: Record<string, unknown>;
13182
+ readonly 'chat.agentHost.copilot.reasoningEffortOverride'?: string;
13183
+ readonly 'chat.agentHost.copilot.reasoningSummary.enabled'?: boolean;
13184
+ readonly 'chat.agentHost.sdkSandbox.enabled'?: 'off' | 'on';
13185
+ readonly 'chat.agentSessions.showExternal'?: 'none' | 'all' | 'last24Hours' | 'last7Days';
13186
+ readonly 'chat.customizations.promptMigration.enabled'?: boolean;
13187
+ readonly 'chat.customizations.userDataMigration.enabled'?: boolean;
13188
+ readonly 'chat.defaultConfiguration'?: Record<string, unknown>;
13189
+ readonly 'chat.experimental.permissionsSandboxToggle.enabled'?: boolean;
13190
+ readonly 'chat.implicitContext.includeActiveEditor'?: boolean;
13191
+ readonly 'terminal.explorerKind'?: 'integrated' | 'external' | 'both';
13192
+ readonly 'terminal.external.linuxExec'?: string;
13193
+ readonly 'terminal.external.osxExec'?: string;
13194
+ readonly 'terminal.external.windowsExec'?: string;
13195
+ readonly 'terminal.sourceControlRepositoriesKind'?: 'integrated' | 'external' | 'both';
13196
+ readonly 'workbench.accounts.showAvatar'?: boolean;
13197
+ readonly 'workbench.editor.tabActionReserveSpace'?: boolean;
13198
+ }, 'github.copilot.chat.autoMode.v2.enabled'>;
13199
+
13200
+ // ── 1.134.0-insider+2026081421: +3, -1 ──
13201
+ export type VscodeSettings_1_134_0_insider_2026081421 = Patch<VscodeSettings_1_134_0_insider_2026081414, {
13202
+ readonly 'chat.agentHost.experimental.markdownPlanRichLinks'?: boolean;
13203
+ readonly 'chat.experimental.richLinks.enabled'?: boolean;
13204
+ readonly 'markdown.experimental.richLinks.enabled'?: boolean;
13205
+ }, 'github.copilot.chat.preferLongContext.enabled'>;
13206
+
13177
13207
  // ── Version map ──
13178
13208
  // Stable entries map directly to their settings type.
13179
13209
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13318,12 +13348,14 @@ interface VscodeVersionMap {
13318
13348
  '2026081017': VscodeSettings_1_134_0_insider_2026081017;
13319
13349
  '2026081219': VscodeSettings_1_134_0_insider_2026081219;
13320
13350
  '2026081318': VscodeSettings_1_134_0_insider_2026081318;
13351
+ '2026081414': VscodeSettings_1_134_0_insider_2026081414;
13352
+ '2026081421': VscodeSettings_1_134_0_insider_2026081421;
13321
13353
  }>;
13322
13354
  }
13323
13355
 
13324
13356
  export type LatestVscodeSettings = VscodeSettings_1_133_0;
13325
13357
 
13326
- export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081318;
13358
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081421;
13327
13359
 
13328
13360
  export type VscodeVersion = keyof VscodeVersionMap;
13329
13361
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-64",
3
+ "version": "0.0.2-66",
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": "63b787e147b6bf24d8137e588fcd8cf2e5bbc49d"
40
+ "gitHead": "98afcf082daa03049d7225fc5d69f9beb2151ba8"
41
41
  }