@vscode/vscode-settings-history 0.0.2-65 → 0.0.2-67

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
@@ -460957,5 +460957,286 @@
460957
460957
  }
460958
460958
  }
460959
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
+ ]
461054
+ },
461055
+ {
461056
+ "version": "1.134.0-insider+2026081705",
461057
+ "base": {
461058
+ "version": "1.134.0-insider+2026081421"
461059
+ },
461060
+ "patch": [
461061
+ {
461062
+ "op": "replace",
461063
+ "path": "/chat.agentSessions.showExternal/enumDescriptions/3",
461064
+ "value": "Shows external sessions updated in the last 7 days. This is the default."
461065
+ },
461066
+ {
461067
+ "op": "remove",
461068
+ "path": "/terminal.integrated.defaultProfile.linux/markdownEnumDescriptions/13"
461069
+ },
461070
+ {
461071
+ "op": "remove",
461072
+ "path": "/terminal.integrated.defaultProfile.linux/enum/13"
461073
+ },
461074
+ {
461075
+ "op": "add",
461076
+ "path": "/chat.agentHost.agentMerge.enabled",
461077
+ "value": {
461078
+ "type": "boolean",
461079
+ "description": "Enables the experimental Agent Merge controller and its commands. Agent Merge can monitor an agent session's pull request, ask the agent to address selected blockers, and optionally merge the pull request when it is ready.",
461080
+ "default": true,
461081
+ "scope": 1,
461082
+ "tags": [
461083
+ "experimental"
461084
+ ],
461085
+ "agentHost": {
461086
+ "key": "agentMerge.enabled"
461087
+ },
461088
+ "section": {
461089
+ "id": "chatAgentHostStarter",
461090
+ "title": "Chat Agent Host Starter"
461091
+ },
461092
+ "defaultDefaultValue": true,
461093
+ "restricted": false
461094
+ }
461095
+ },
461096
+ {
461097
+ "op": "add",
461098
+ "path": "/chat.agentHost.agentMerge.addressReviews",
461099
+ "value": {
461100
+ "type": "boolean",
461101
+ "description": "Controls whether enabled Agent Merge sessions address unresolved review threads, changes-requested reviews, and new pull request comments from repository maintainers or the Copilot pull request reviewer.",
461102
+ "default": true,
461103
+ "scope": 1,
461104
+ "tags": [
461105
+ "experimental"
461106
+ ],
461107
+ "agentHost": {
461108
+ "key": "agentMerge.addressReviews"
461109
+ },
461110
+ "section": {
461111
+ "id": "chatAgentHostStarter",
461112
+ "title": "Chat Agent Host Starter"
461113
+ },
461114
+ "defaultDefaultValue": true,
461115
+ "restricted": false
461116
+ }
461117
+ },
461118
+ {
461119
+ "op": "add",
461120
+ "path": "/chat.agentHost.agentMerge.fixCI",
461121
+ "value": {
461122
+ "type": "boolean",
461123
+ "description": "Controls whether enabled Agent Merge sessions ask the agent to fix failed required CI checks.",
461124
+ "default": true,
461125
+ "scope": 1,
461126
+ "tags": [
461127
+ "experimental"
461128
+ ],
461129
+ "agentHost": {
461130
+ "key": "agentMerge.fixCI"
461131
+ },
461132
+ "section": {
461133
+ "id": "chatAgentHostStarter",
461134
+ "title": "Chat Agent Host Starter"
461135
+ },
461136
+ "defaultDefaultValue": true,
461137
+ "restricted": false
461138
+ }
461139
+ },
461140
+ {
461141
+ "op": "add",
461142
+ "path": "/chat.agentHost.agentMerge.resolveConflicts",
461143
+ "value": {
461144
+ "type": "boolean",
461145
+ "description": "Controls whether enabled Agent Merge sessions ask the agent to update branches that are behind or resolve merge conflicts.",
461146
+ "default": true,
461147
+ "scope": 1,
461148
+ "tags": [
461149
+ "experimental"
461150
+ ],
461151
+ "agentHost": {
461152
+ "key": "agentMerge.resolveConflicts"
461153
+ },
461154
+ "section": {
461155
+ "id": "chatAgentHostStarter",
461156
+ "title": "Chat Agent Host Starter"
461157
+ },
461158
+ "defaultDefaultValue": true,
461159
+ "restricted": false
461160
+ }
461161
+ },
461162
+ {
461163
+ "op": "add",
461164
+ "path": "/chat.agentHost.agentMerge.mergePullRequest",
461165
+ "value": {
461166
+ "type": "boolean",
461167
+ "description": "Controls whether the Agent Host automatically merges or enqueues pull requests for enabled Agent Merge sessions after all selected maintenance work is complete.",
461168
+ "default": false,
461169
+ "scope": 1,
461170
+ "tags": [
461171
+ "experimental"
461172
+ ],
461173
+ "agentHost": {
461174
+ "key": "agentMerge.mergePullRequest"
461175
+ },
461176
+ "section": {
461177
+ "id": "chatAgentHostStarter",
461178
+ "title": "Chat Agent Host Starter"
461179
+ },
461180
+ "defaultDefaultValue": false,
461181
+ "restricted": false
461182
+ }
461183
+ },
461184
+ {
461185
+ "op": "add",
461186
+ "path": "/chat.agentHost.agentMerge.mergeMethod",
461187
+ "value": {
461188
+ "type": "string",
461189
+ "enum": [
461190
+ "auto",
461191
+ "squash",
461192
+ "merge",
461193
+ "rebase"
461194
+ ],
461195
+ "enumDescriptions": [
461196
+ "Uses the first repository-compatible method in this order: squash, merge commit, rebase.",
461197
+ "Uses squash merge when the repository permits it.",
461198
+ "Uses a merge commit when the repository permits it.",
461199
+ "Uses rebase merge when the repository permits it."
461200
+ ],
461201
+ "description": "Controls the native merge method used by Agent Merge.",
461202
+ "default": "auto",
461203
+ "scope": 1,
461204
+ "tags": [
461205
+ "experimental"
461206
+ ],
461207
+ "agentHost": {
461208
+ "key": "agentMerge.mergeMethod"
461209
+ },
461210
+ "section": {
461211
+ "id": "chatAgentHostStarter",
461212
+ "title": "Chat Agent Host Starter"
461213
+ },
461214
+ "defaultDefaultValue": "auto",
461215
+ "restricted": false
461216
+ }
461217
+ },
461218
+ {
461219
+ "op": "add",
461220
+ "path": "/chat.agentHost.agentMerge.replyAttribution",
461221
+ "value": {
461222
+ "type": "boolean",
461223
+ "description": "Controls whether review-thread replies posted by Agent Merge include an automated-reply attribution note.",
461224
+ "default": true,
461225
+ "scope": 1,
461226
+ "tags": [
461227
+ "experimental"
461228
+ ],
461229
+ "agentHost": {
461230
+ "key": "agentMerge.replyAttribution"
461231
+ },
461232
+ "section": {
461233
+ "id": "chatAgentHostStarter",
461234
+ "title": "Chat Agent Host Starter"
461235
+ },
461236
+ "defaultDefaultValue": true,
461237
+ "restricted": false
461238
+ }
461239
+ }
461240
+ ]
460960
461241
  }
460961
461242
  ]
@@ -13197,6 +13197,26 @@ export type VscodeSettings_1_134_0_insider_2026081414 = Patch<VscodeSettings_1_1
13197
13197
  readonly 'workbench.editor.tabActionReserveSpace'?: boolean;
13198
13198
  }, 'github.copilot.chat.autoMode.v2.enabled'>;
13199
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
+
13207
+ // ── 1.134.0-insider+2026081705: +7, ~2 ──
13208
+ export type VscodeSettings_1_134_0_insider_2026081705 = Patch<VscodeSettings_1_134_0_insider_2026081421, {
13209
+ readonly 'chat.agentHost.agentMerge.addressReviews'?: boolean;
13210
+ readonly 'chat.agentHost.agentMerge.enabled'?: boolean;
13211
+ readonly 'chat.agentHost.agentMerge.fixCI'?: boolean;
13212
+ readonly 'chat.agentHost.agentMerge.mergeMethod'?: 'auto' | 'squash' | 'merge' | 'rebase';
13213
+ readonly 'chat.agentHost.agentMerge.mergePullRequest'?: boolean;
13214
+ readonly 'chat.agentHost.agentMerge.replyAttribution'?: boolean;
13215
+ readonly 'chat.agentHost.agentMerge.resolveConflicts'?: boolean;
13216
+ readonly 'chat.agentSessions.showExternal'?: 'none' | 'all' | 'last24Hours' | 'last7Days';
13217
+ readonly 'terminal.integrated.defaultProfile.linux'?: null | 'sh' | 'bash' | 'bash (2)' | 'rbash' | 'rbash (2)' | 'sh (2)' | 'dash' | 'dash (2)' | 'tmux' | 'screen' | 'pwsh' | 'pwsh (2)';
13218
+ }, never>;
13219
+
13200
13220
  // ── Version map ──
13201
13221
  // Stable entries map directly to their settings type.
13202
13222
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13342,12 +13362,14 @@ interface VscodeVersionMap {
13342
13362
  '2026081219': VscodeSettings_1_134_0_insider_2026081219;
13343
13363
  '2026081318': VscodeSettings_1_134_0_insider_2026081318;
13344
13364
  '2026081414': VscodeSettings_1_134_0_insider_2026081414;
13365
+ '2026081421': VscodeSettings_1_134_0_insider_2026081421;
13366
+ '2026081705': VscodeSettings_1_134_0_insider_2026081705;
13345
13367
  }>;
13346
13368
  }
13347
13369
 
13348
13370
  export type LatestVscodeSettings = VscodeSettings_1_133_0;
13349
13371
 
13350
- export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081414;
13372
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081705;
13351
13373
 
13352
13374
  export type VscodeVersion = keyof VscodeVersionMap;
13353
13375
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-65",
3
+ "version": "0.0.2-67",
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": "98afcf082daa03049d7225fc5d69f9beb2151ba8"
40
+ "gitHead": "be7a34f206495b27bb51dfd81bd236f1c401528f"
41
41
  }