@vscode/chat-lib 0.41.2026032301 → 0.42.2026032404

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.
Files changed (26) hide show
  1. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
  2. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +1 -2
  3. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
  4. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +1 -1
  5. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
  6. package/dist/src/_internal/platform/chat/common/commonTypes.js +29 -17
  7. package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
  8. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +3 -0
  9. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  10. package/dist/src/_internal/platform/configuration/common/configurationService.js +4 -1
  11. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  12. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
  13. package/dist/src/_internal/platform/endpoint/node/responsesApi.js +4 -0
  14. package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
  15. package/dist/src/_internal/platform/git/common/gitService.d.ts +1 -0
  16. package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
  17. package/dist/src/_internal/platform/git/common/gitService.js.map +1 -1
  18. package/dist/src/_internal/platform/networking/common/networking.d.ts +1 -0
  19. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  20. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  21. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +2 -1
  22. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
  23. package/dist/src/_internal/util/common/test/shims/chatTypes.js +2 -1
  24. package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
  25. package/dist/src/package.json +23 -5
  26. package/package.json +1 -1
@@ -2,7 +2,7 @@
2
2
  "name": "copilot-chat",
3
3
  "displayName": "GitHub Copilot Chat",
4
4
  "description": "AI chat features powered by Copilot",
5
- "version": "0.41.0",
5
+ "version": "0.42.0",
6
6
  "build": "1",
7
7
  "internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
8
8
  "completionsCoreVersion": "1.378.1799",
@@ -3827,6 +3827,15 @@
3827
3827
  "onExp"
3828
3828
  ]
3829
3829
  },
3830
+ "github.copilot.chat.responsesApi.promptCacheKey.enabled": {
3831
+ "type": "boolean",
3832
+ "default": false,
3833
+ "markdownDescription": "%github.copilot.config.responsesApi.promptCacheKey.enabled%",
3834
+ "tags": [
3835
+ "experimental",
3836
+ "onExp"
3837
+ ]
3838
+ },
3830
3839
  "github.copilot.chat.updated53CodexPrompt.enabled": {
3831
3840
  "type": "boolean",
3832
3841
  "default": true,
@@ -4481,7 +4490,7 @@
4481
4490
  },
4482
4491
  "github.copilot.chat.inlineEdits.nextCursorPrediction.currentFileMaxTokens": {
4483
4492
  "type": "number",
4484
- "default": 2000,
4493
+ "default": 3000,
4485
4494
  "markdownDescription": "%github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens%",
4486
4495
  "tags": [
4487
4496
  "advanced",
@@ -4561,6 +4570,14 @@
4561
4570
  "advanced"
4562
4571
  ]
4563
4572
  },
4573
+ "github.copilot.chat.cli.forkSessions.enabled": {
4574
+ "type": "boolean",
4575
+ "default": false,
4576
+ "markdownDescription": "%github.copilot.config.cli.forkSessions.enabled%",
4577
+ "tags": [
4578
+ "advanced"
4579
+ ]
4580
+ },
4564
4581
  "github.copilot.chat.cli.isolationOption.enabled": {
4565
4582
  "type": "boolean",
4566
4583
  "default": true,
@@ -6034,7 +6051,8 @@
6034
6051
  ],
6035
6052
  "customAgentTarget": "github-copilot",
6036
6053
  "requiresCustomModels": true,
6037
- "autoAttachReferences": true
6054
+ "autoAttachReferences": true,
6055
+ "useRequestToPopulateBuiltInPickers": true
6038
6056
  },
6039
6057
  {
6040
6058
  "type": "copilot-cloud-agent",
@@ -6290,7 +6308,7 @@
6290
6308
  "@anthropic-ai/claude-agent-sdk": "^0.2.81",
6291
6309
  "@anthropic-ai/sdk": "^0.80.0",
6292
6310
  "@github/blackbird-external-ingest-utils": "^0.3.0",
6293
- "@github/copilot": "^1.0.10",
6311
+ "@github/copilot": "^1.0.11",
6294
6312
  "@google/genai": "^1.22.0",
6295
6313
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
6296
6314
  "@microsoft/tiktokenizer": "^1.0.10",
@@ -6338,5 +6356,5 @@
6338
6356
  "node-gyp": "npm:node-gyp@10.3.1",
6339
6357
  "zod": "3.25.76"
6340
6358
  },
6341
- "vscodeCommit": "55969564bb5637a0fe1bdf5a665c5c5f21723407"
6359
+ "vscodeCommit": "cdf4f2f548f0cd60f7804b6837a0512a15a02889"
6342
6360
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.41.2026032301",
3
+ "version": "0.42.2026032404",
4
4
  "description": "Chat and inline editing SDK extracted from VS Code Copilot Chat",
5
5
  "main": "dist/src/main.js",
6
6
  "types": "dist/src/main.d.ts",