@vscode/vscode-settings-history 0.0.2-2 → 0.0.2-3

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
@@ -259315,5 +259315,355 @@
259315
259315
  }
259316
259316
  }
259317
259317
  ]
259318
+ },
259319
+ {
259320
+ "version": "1.121.0-insider+2026051505",
259321
+ "base": {
259322
+ "version": "1.121.0-insider+2026051305"
259323
+ },
259324
+ "patch": [
259325
+ {
259326
+ "op": "replace",
259327
+ "path": "/chat.tools.riskAssessment.model/defaultDefaultValue",
259328
+ "value": "copilot-utility-small"
259329
+ },
259330
+ {
259331
+ "op": "replace",
259332
+ "path": "/chat.tools.riskAssessment.model/default",
259333
+ "value": "copilot-utility-small"
259334
+ },
259335
+ {
259336
+ "op": "add",
259337
+ "path": "/chat.sessionSync.enabled/tags/2",
259338
+ "value": "onExP"
259339
+ },
259340
+ {
259341
+ "op": "add",
259342
+ "path": "/chat.sessionSync.enabled/experiment",
259343
+ "value": {
259344
+ "mode": "auto"
259345
+ }
259346
+ },
259347
+ {
259348
+ "op": "add",
259349
+ "path": "/chat.agentHost.customTerminalTool.enabled",
259350
+ "value": {
259351
+ "type": "boolean",
259352
+ "description": "When enabled, Copilot SDK sessions use the Agent Host terminal tool override instead of the SDK's default terminal behavior.",
259353
+ "default": true,
259354
+ "tags": [
259355
+ "experimental",
259356
+ "advanced"
259357
+ ],
259358
+ "included": true,
259359
+ "section": {
259360
+ "id": "chatSidebar",
259361
+ "title": "Chat"
259362
+ },
259363
+ "defaultDefaultValue": true,
259364
+ "scope": 4,
259365
+ "restricted": false
259366
+ }
259367
+ },
259368
+ {
259369
+ "op": "add",
259370
+ "path": "/chat.agentHost.otel.enabled",
259371
+ "value": {
259372
+ "type": "boolean",
259373
+ "description": "When enabled, the agent host emits OpenTelemetry traces from the Copilot SDK. Requires `#chat.agentHost.enabled#`. Either configure `#chat.agentHost.otel.otlpEndpoint#` to ship traces to an external collector or enable `#chat.agentHost.otel.dbSpanExporter.enabled#` to capture them locally.",
259374
+ "default": false,
259375
+ "tags": [
259376
+ "experimental",
259377
+ "advanced"
259378
+ ],
259379
+ "included": true,
259380
+ "section": {
259381
+ "id": "chatSidebar",
259382
+ "title": "Chat"
259383
+ },
259384
+ "defaultDefaultValue": false,
259385
+ "scope": 4,
259386
+ "restricted": false
259387
+ }
259388
+ },
259389
+ {
259390
+ "op": "add",
259391
+ "path": "/chat.agentHost.otel.exporterType",
259392
+ "value": {
259393
+ "type": "string",
259394
+ "enum": [
259395
+ "otlp-http",
259396
+ "otlp-grpc",
259397
+ "console",
259398
+ "file"
259399
+ ],
259400
+ "description": "Exporter backend used by the Copilot SDK when `#chat.agentHost.otel.enabled#` is on. `otlp-grpc` is downgraded to `otlp-http` transparently in the CLI runtime.",
259401
+ "default": "otlp-http",
259402
+ "tags": [
259403
+ "experimental",
259404
+ "advanced"
259405
+ ],
259406
+ "included": true,
259407
+ "section": {
259408
+ "id": "chatSidebar",
259409
+ "title": "Chat"
259410
+ },
259411
+ "defaultDefaultValue": "otlp-http",
259412
+ "scope": 4,
259413
+ "restricted": false
259414
+ }
259415
+ },
259416
+ {
259417
+ "op": "add",
259418
+ "path": "/chat.agentHost.otel.otlpEndpoint",
259419
+ "value": {
259420
+ "type": "string",
259421
+ "description": "OTLP endpoint URL when exporter type is `otlp-http` or `otlp-grpc`. Sets `OTEL_EXPORTER_OTLP_ENDPOINT` inside the agent host process.",
259422
+ "default": "",
259423
+ "tags": [
259424
+ "experimental",
259425
+ "advanced"
259426
+ ],
259427
+ "included": true,
259428
+ "section": {
259429
+ "id": "chatSidebar",
259430
+ "title": "Chat"
259431
+ },
259432
+ "defaultDefaultValue": "",
259433
+ "scope": 4,
259434
+ "restricted": false
259435
+ }
259436
+ },
259437
+ {
259438
+ "op": "add",
259439
+ "path": "/chat.agentHost.otel.captureContent",
259440
+ "value": {
259441
+ "type": "boolean",
259442
+ "description": "When enabled, includes prompt and response content in OTel span attributes. Sets `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT`. Privacy-sensitive: do not enable in environments that ship spans to shared sinks.",
259443
+ "default": false,
259444
+ "tags": [
259445
+ "experimental",
259446
+ "advanced"
259447
+ ],
259448
+ "included": true,
259449
+ "section": {
259450
+ "id": "chatSidebar",
259451
+ "title": "Chat"
259452
+ },
259453
+ "defaultDefaultValue": false,
259454
+ "scope": 4,
259455
+ "restricted": false
259456
+ }
259457
+ },
259458
+ {
259459
+ "op": "add",
259460
+ "path": "/chat.agentHost.otel.outfile",
259461
+ "value": {
259462
+ "type": "string",
259463
+ "description": "Output path for span JSON lines when exporter type is `file`. Sets `COPILOT_OTEL_FILE_EXPORTER_PATH`.",
259464
+ "default": "",
259465
+ "tags": [
259466
+ "experimental",
259467
+ "advanced"
259468
+ ],
259469
+ "included": true,
259470
+ "section": {
259471
+ "id": "chatSidebar",
259472
+ "title": "Chat"
259473
+ },
259474
+ "defaultDefaultValue": "",
259475
+ "scope": 4,
259476
+ "restricted": false
259477
+ }
259478
+ },
259479
+ {
259480
+ "op": "add",
259481
+ "path": "/chat.agentHost.otel.dbSpanExporter.enabled",
259482
+ "value": {
259483
+ "type": "boolean",
259484
+ "description": "When enabled, the agent host persists every emitted OTel span to a local SQLite database. Spans can be inspected via the `Export Agent Host Traces Database` command. Compatible with external exporters: spans are written to SQLite *and* forwarded to the user-configured sink.",
259485
+ "default": false,
259486
+ "tags": [
259487
+ "experimental",
259488
+ "advanced"
259489
+ ],
259490
+ "included": true,
259491
+ "section": {
259492
+ "id": "chatSidebar",
259493
+ "title": "Chat"
259494
+ },
259495
+ "defaultDefaultValue": false,
259496
+ "scope": 4,
259497
+ "restricted": false
259498
+ }
259499
+ },
259500
+ {
259501
+ "op": "add",
259502
+ "path": "/search.experimental.useIgnoreFilesInFindFiles",
259503
+ "value": {
259504
+ "type": "boolean",
259505
+ "default": false,
259506
+ "markdownDescription": "When enabled, the legacy `findFiles` extension API honors the user's `#search.useIgnoreFiles#` setting instead of always ignoring `.gitignore`. Extensions that explicitly pass `null` as the `exclude` argument still get unfiltered results. Telemetry is emitted regardless of this setting to help decide future defaults.",
259507
+ "tags": [
259508
+ "experimental"
259509
+ ],
259510
+ "section": {
259511
+ "id": "search",
259512
+ "title": "Search",
259513
+ "order": 13
259514
+ },
259515
+ "defaultDefaultValue": false,
259516
+ "scope": 4,
259517
+ "restricted": false
259518
+ }
259519
+ },
259520
+ {
259521
+ "op": "add",
259522
+ "path": "/chat.tools.terminal.idleSilenceTimeoutMs",
259523
+ "value": {
259524
+ "restricted": true,
259525
+ "type": "number",
259526
+ "default": 60000,
259527
+ "minimum": 0,
259528
+ "tags": [
259529
+ "experimental",
259530
+ "onExP"
259531
+ ],
259532
+ "experiment": {
259533
+ "mode": "auto"
259534
+ },
259535
+ "markdownDescription": "Number of milliseconds the run in terminal tool will wait for new output from a synchronous command before moving it to a background terminal and returning what was collected so far. The process is not killed — the tool returns the terminal ID so the model can poll, send input, or kill it. Set to `0` to disable.",
259536
+ "section": {
259537
+ "id": "terminal",
259538
+ "title": "Integrated Terminal",
259539
+ "order": 100
259540
+ },
259541
+ "defaultDefaultValue": 60000,
259542
+ "scope": 4
259543
+ }
259544
+ },
259545
+ {
259546
+ "op": "add",
259547
+ "path": "/chat.tools.terminal.outputDeltas",
259548
+ "value": {
259549
+ "restricted": true,
259550
+ "type": "boolean",
259551
+ "default": false,
259552
+ "tags": [
259553
+ "experimental",
259554
+ "onExP"
259555
+ ],
259556
+ "experiment": {
259557
+ "mode": "auto"
259558
+ },
259559
+ "markdownDescription": "When enabled, repeated get terminal output tool calls return only output added since the previous poll for the same terminal execution, or a short unchanged-output message when there is no new output.",
259560
+ "section": {
259561
+ "id": "terminal",
259562
+ "title": "Integrated Terminal",
259563
+ "order": 100
259564
+ },
259565
+ "defaultDefaultValue": false,
259566
+ "scope": 4
259567
+ }
259568
+ },
259569
+ {
259570
+ "op": "add",
259571
+ "path": "/markdown.preview.frontMatter",
259572
+ "value": {
259573
+ "type": "string",
259574
+ "default": "table",
259575
+ "scope": 5,
259576
+ "markdownDescription": "Controls how YAML front matter (delimited by `---`) at the start of a Markdown file is rendered in the preview.",
259577
+ "enum": [
259578
+ "hide",
259579
+ "codeBlock",
259580
+ "table"
259581
+ ],
259582
+ "enumDescriptions": [
259583
+ "Do not render front matter.",
259584
+ "Render front matter as a code block.",
259585
+ "Render front matter as a table of keys and values."
259586
+ ],
259587
+ "section": {
259588
+ "id": "vscode.markdown-language-features",
259589
+ "title": "Preview",
259590
+ "order": 23,
259591
+ "extensionInfo": {
259592
+ "id": "vscode.markdown-language-features",
259593
+ "displayName": "Markdown Language Features"
259594
+ }
259595
+ },
259596
+ "source": {
259597
+ "id": "vscode.markdown-language-features",
259598
+ "displayName": "Markdown Language Features"
259599
+ },
259600
+ "defaultDefaultValue": "table",
259601
+ "restricted": false
259602
+ }
259603
+ },
259604
+ {
259605
+ "op": "add",
259606
+ "path": "/github.copilot.chat.claudeAgent.allowAutoPermissions",
259607
+ "value": {
259608
+ "type": "boolean",
259609
+ "default": false,
259610
+ "tags": [
259611
+ "preview",
259612
+ "onExp"
259613
+ ],
259614
+ "markdownDescription": "Allow auto permission mode, which uses a model classifier to approve or deny tool operations automatically. [Learn more](https://aka.ms/vscode-claude-auto-mode).",
259615
+ "experiment": {
259616
+ "mode": "startup"
259617
+ },
259618
+ "scope": 4,
259619
+ "section": {
259620
+ "id": "preview",
259621
+ "title": "GitHub Copilot Chat",
259622
+ "extensionInfo": {
259623
+ "id": "GitHub.copilot-chat",
259624
+ "displayName": "GitHub Copilot Chat"
259625
+ }
259626
+ },
259627
+ "source": {
259628
+ "id": "GitHub.copilot-chat",
259629
+ "displayName": "GitHub Copilot Chat"
259630
+ },
259631
+ "defaultDefaultValue": false,
259632
+ "restricted": false
259633
+ }
259634
+ },
259635
+ {
259636
+ "op": "add",
259637
+ "path": "/github.copilot.chat.freezeCustomizationsIndex",
259638
+ "value": {
259639
+ "type": "boolean",
259640
+ "default": true,
259641
+ "tags": [
259642
+ "advanced",
259643
+ "experimental",
259644
+ "onExp"
259645
+ ],
259646
+ "description": "Freeze the bundled `<instructions>`, `<skills>`, and `<agents>` listing in the system prompt at the first turn of a conversation and reuse it on every subsequent turn. Prevents per-turn churn (e.g. the active mode swapping which subagent entry is listed, or async experimentation flipping a skill in or out) from invalidating the prompt cache. When the listing changes mid-conversation, the updated set is appended to the latest user message so the model still sees instructions, skills, or agents that became available or were removed.\n\n**Note**: This is an experimental feature.",
259647
+ "experiment": {
259648
+ "mode": "startup"
259649
+ },
259650
+ "scope": 4,
259651
+ "section": {
259652
+ "id": "advanced",
259653
+ "title": "GitHub Copilot Chat",
259654
+ "extensionInfo": {
259655
+ "id": "GitHub.copilot-chat",
259656
+ "displayName": "GitHub Copilot Chat"
259657
+ }
259658
+ },
259659
+ "source": {
259660
+ "id": "GitHub.copilot-chat",
259661
+ "displayName": "GitHub Copilot Chat"
259662
+ },
259663
+ "defaultDefaultValue": true,
259664
+ "restricted": false
259665
+ }
259666
+ }
259667
+ ]
259318
259668
  }
259319
259669
  ]
@@ -10799,6 +10799,25 @@ export interface VscodeSettings_1_121_0_insider_2026051305 {
10799
10799
  readonly 'zenMode.silentNotifications'?: boolean;
10800
10800
  }
10801
10801
 
10802
+ // ── 1.121.0-insider+2026051505: +15, ~2 ──
10803
+ export type VscodeSettings_1_121_0_insider_2026051505 = Patch<VscodeSettings_1_121_0_insider_2026051305, {
10804
+ readonly 'chat.agentHost.customTerminalTool.enabled'?: boolean;
10805
+ readonly 'chat.agentHost.otel.captureContent'?: boolean;
10806
+ readonly 'chat.agentHost.otel.dbSpanExporter.enabled'?: boolean;
10807
+ readonly 'chat.agentHost.otel.enabled'?: boolean;
10808
+ readonly 'chat.agentHost.otel.exporterType'?: 'otlp-http' | 'otlp-grpc' | 'console' | 'file';
10809
+ readonly 'chat.agentHost.otel.otlpEndpoint'?: string;
10810
+ readonly 'chat.agentHost.otel.outfile'?: string;
10811
+ readonly 'chat.sessionSync.enabled'?: boolean;
10812
+ readonly 'chat.tools.riskAssessment.model'?: string;
10813
+ readonly 'chat.tools.terminal.idleSilenceTimeoutMs'?: number;
10814
+ readonly 'chat.tools.terminal.outputDeltas'?: boolean;
10815
+ readonly 'github.copilot.chat.claudeAgent.allowAutoPermissions'?: boolean;
10816
+ readonly 'github.copilot.chat.freezeCustomizationsIndex'?: boolean;
10817
+ readonly 'markdown.preview.frontMatter'?: 'hide' | 'codeBlock' | 'table';
10818
+ readonly 'search.experimental.useIgnoreFilesInFindFiles'?: boolean;
10819
+ }, never>;
10820
+
10802
10821
  // ── Version map ──
10803
10822
  // Stable entries map directly to their settings type.
10804
10823
  // Insider entries map to a nested record keyed by 10-digit build release date
@@ -10837,12 +10856,13 @@ interface VscodeVersionMap {
10837
10856
  '1.120.0': VscodeSettings_1_120_0;
10838
10857
  '1.121.0-insider': {
10839
10858
  '2026051305': VscodeSettings_1_121_0_insider_2026051305;
10859
+ '2026051505': VscodeSettings_1_121_0_insider_2026051505;
10840
10860
  };
10841
10861
  }
10842
10862
 
10843
10863
  export type LatestVscodeSettings = VscodeSettings_1_120_0;
10844
10864
 
10845
- export type LatestInsiderVscodeSettings = VscodeSettings_1_121_0_insider_2026051305;
10865
+ export type LatestInsiderVscodeSettings = VscodeSettings_1_121_0_insider_2026051505;
10846
10866
 
10847
10867
  export type VscodeVersion = keyof VscodeVersionMap;
10848
10868
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vscode-settings-history",
3
- "version": "0.0.2-2",
3
+ "version": "0.0.2-3",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
6
6
  "description": "Tracks VS Code settings schema changes across versions",