@vscode/vscode-settings-history 0.0.2-66 → 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
@@ -461051,5 +461051,192 @@
461051
461051
  }
461052
461052
  }
461053
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
+ ]
461054
461241
  }
461055
461242
  ]
@@ -13204,6 +13204,19 @@ export type VscodeSettings_1_134_0_insider_2026081421 = Patch<VscodeSettings_1_1
13204
13204
  readonly 'markdown.experimental.richLinks.enabled'?: boolean;
13205
13205
  }, 'github.copilot.chat.preferLongContext.enabled'>;
13206
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
+
13207
13220
  // ── Version map ──
13208
13221
  // Stable entries map directly to their settings type.
13209
13222
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -13350,12 +13363,13 @@ interface VscodeVersionMap {
13350
13363
  '2026081318': VscodeSettings_1_134_0_insider_2026081318;
13351
13364
  '2026081414': VscodeSettings_1_134_0_insider_2026081414;
13352
13365
  '2026081421': VscodeSettings_1_134_0_insider_2026081421;
13366
+ '2026081705': VscodeSettings_1_134_0_insider_2026081705;
13353
13367
  }>;
13354
13368
  }
13355
13369
 
13356
13370
  export type LatestVscodeSettings = VscodeSettings_1_133_0;
13357
13371
 
13358
- export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081421;
13372
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_134_0_insider_2026081705;
13359
13373
 
13360
13374
  export type VscodeVersion = keyof VscodeVersionMap;
13361
13375
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-66",
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
  }