@vscode/chat-lib 0.56.2026063005 → 0.56.2026070107

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 (44) hide show
  1. package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts +21 -0
  2. package/dist/src/_internal/extension/conversation/common/languageModelAccess.d.ts.map +1 -1
  3. package/dist/src/_internal/extension/conversation/common/languageModelAccess.js +56 -0
  4. package/dist/src/_internal/extension/conversation/common/languageModelAccess.js.map +1 -1
  5. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +0 -11
  6. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  7. package/dist/src/_internal/platform/configuration/common/configurationService.js +0 -11
  8. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  9. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +3 -1
  10. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
  11. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +19 -12
  12. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
  13. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +1 -0
  14. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
  15. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
  16. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -0
  17. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
  18. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +1 -0
  19. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
  20. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
  21. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +12 -1
  22. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
  23. package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.d.ts.map +1 -1
  24. package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.js +6 -3
  25. package/dist/src/_internal/platform/endpoint/node/modelMetadataFetcher.js.map +1 -1
  26. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
  27. package/dist/src/_internal/platform/endpoint/node/responsesApi.js +3 -6
  28. package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
  29. package/dist/src/_internal/platform/networking/common/networking.d.ts +1 -1
  30. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  31. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  32. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +7 -0
  33. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
  34. package/dist/src/_internal/util/common/test/shims/chatTypes.js +11 -2
  35. package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
  36. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
  37. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +1 -0
  38. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
  39. package/dist/src/_internal/vscodeTypes.d.ts +1 -0
  40. package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
  41. package/dist/src/_internal/vscodeTypes.js +4 -3
  42. package/dist/src/_internal/vscodeTypes.js.map +1 -1
  43. package/dist/src/package.json +2 -11
  44. package/package.json +1 -1
@@ -33,9 +33,9 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.NewSymbolNameTag = exports.NewSymbolName = exports.ChatResponseTurn = exports.ChatRequestTurn = exports.ChatResponseQuestionCarouselPart = exports.ChatQuestionType = exports.ChatQuestion = exports.ChatResponseConfirmationPart = exports.ChatResponseWorkspaceEditPart = exports.ChatResponseNotebookEditPart = exports.ChatResponseTextEditPart = exports.ChatResponseCodeblockUriPart = exports.ChatResponseMarkdownWithVulnerabilitiesPart = exports.ChatResponsePullRequestPart = exports.ChatResponseExternalEditPart = exports.ChatResponseExtensionsPart = exports.ChatResponseMovePart = exports.ChatResponseInfoPart = exports.ChatResponseWarningPart = exports.ChatResponseCommandButtonPart = exports.ChatResponseCodeCitationPart = exports.ChatResponseReferencePart2 = exports.ChatResponseReferencePart = exports.ChatResponseProgressPart2 = exports.ChatResponseProgressPart = exports.ChatResponseAnchorPart = exports.ChatResponseFileTreePart = exports.ChatResponseHookPart = exports.ChatResponseThinkingProgressPart = exports.ChatResponseMarkdownPart = exports.ChatResponseClearToPreviousToolInvocationReason = exports.ChatVariableLevel = exports.DiagnosticRelatedInformation = exports.Location = exports.ExtensionMode = exports.DiagnosticSeverity = exports.EndOfLine = exports.TextEditorRevealType = exports.TextEditorLineNumbersStyle = exports.TextEditorCursorStyle = exports.MarkdownString = exports.Uri = exports.WorkspaceEdit = exports.TextEdit = exports.Diagnostic = exports.CancellationTokenSource = exports.EventEmitter = exports.Selection = exports.Range = exports.Position = void 0;
37
- exports.ChatSessionStatus = exports.FileType = exports.SnippetTextEdit = exports.SnippetString = exports.SymbolKind = exports.LanguageModelError = exports.ChatRequestTurn2 = exports.ChatResponseTurn2 = exports.McpToolInvocationContentData = exports.ChatSubagentToolInvocationData = exports.ChatToolInvocationPart = exports.TextDocumentChangeReason = exports.TextEditorSelectionChangeKind = exports.LanguageModelChatToolMode = exports.LanguageModelChatMessage = exports.LanguageModelChatMessageRole = exports.LanguageModelToolResultPart2 = exports.LanguageModelToolResultPart = exports.LanguageModelToolCallPart = exports.ChatRequestEditedFileEventKind = exports.TerminalShellExecutionCommandLineConfidence = exports.ChatInputNotificationSeverity = exports.ChatErrorLevel = exports.NotebookData = exports.NotebookCellData = exports.NotebookEdit = exports.NotebookRange = exports.NotebookCellKind = exports.ExcludeSettingOptions = exports.AISearchKeyword = exports.TextSearchMatch2 = exports.ChatReferenceDiagnostic = exports.ChatReferenceBinaryData = exports.LanguageModelToolExtensionSource = exports.LanguageModelToolMCPSource = exports.LanguageModelPartAudience = exports.LanguageModelDataPart2 = exports.LanguageModelDataPart = exports.LanguageModelThinkingPart = exports.LanguageModelTextPart2 = exports.LanguageModelTextPart = exports.LanguageModelPromptTsxPart = exports.SymbolInformation = exports.LanguageModelToolResult2 = exports.ExtendedLanguageModelToolResult = exports.LanguageModelToolResult = exports.ChatRequestNotebookData = exports.ChatRequestEditorData = exports.ChatLocation = exports.NewSymbolNameTriggerKind = void 0;
38
- exports.authentication = exports.l10n = exports.ThemeIcon = exports.McpStdioServerDefinition = exports.McpHttpServerDefinition = void 0;
36
+ exports.NewSymbolName = exports.ChatResponseTurn = exports.ChatRequestTurn = exports.ChatResponseQuestionCarouselPart = exports.ChatQuestionType = exports.ChatQuestion = exports.ChatResponseConfirmationPart = exports.ChatResponseWorkspaceEditPart = exports.ChatResponseNotebookEditPart = exports.ChatResponseTextEditPart = exports.ChatResponseCodeblockUriPart = exports.ChatResponseMarkdownWithVulnerabilitiesPart = exports.ChatResponseAutoModeResolutionPart = exports.ChatResponsePullRequestPart = exports.ChatResponseExternalEditPart = exports.ChatResponseExtensionsPart = exports.ChatResponseMovePart = exports.ChatResponseInfoPart = exports.ChatResponseWarningPart = exports.ChatResponseCommandButtonPart = exports.ChatResponseCodeCitationPart = exports.ChatResponseReferencePart2 = exports.ChatResponseReferencePart = exports.ChatResponseProgressPart2 = exports.ChatResponseProgressPart = exports.ChatResponseAnchorPart = exports.ChatResponseFileTreePart = exports.ChatResponseHookPart = exports.ChatResponseThinkingProgressPart = exports.ChatResponseMarkdownPart = exports.ChatResponseClearToPreviousToolInvocationReason = exports.ChatVariableLevel = exports.DiagnosticRelatedInformation = exports.Location = exports.ExtensionMode = exports.DiagnosticSeverity = exports.EndOfLine = exports.TextEditorRevealType = exports.TextEditorLineNumbersStyle = exports.TextEditorCursorStyle = exports.MarkdownString = exports.Uri = exports.WorkspaceEdit = exports.TextEdit = exports.Diagnostic = exports.CancellationTokenSource = exports.EventEmitter = exports.Selection = exports.Range = exports.Position = void 0;
37
+ exports.FileType = exports.SnippetTextEdit = exports.SnippetString = exports.SymbolKind = exports.LanguageModelError = exports.ChatRequestTurn2 = exports.ChatResponseTurn2 = exports.McpToolInvocationContentData = exports.ChatSubagentToolInvocationData = exports.ChatToolInvocationPart = exports.TextDocumentChangeReason = exports.TextEditorSelectionChangeKind = exports.LanguageModelChatToolMode = exports.LanguageModelChatMessage = exports.LanguageModelChatMessageRole = exports.LanguageModelToolResultPart2 = exports.LanguageModelToolResultPart = exports.LanguageModelToolCallPart = exports.ChatRequestEditedFileEventKind = exports.TerminalShellExecutionCommandLineConfidence = exports.ChatInputNotificationSeverity = exports.ChatErrorLevel = exports.NotebookData = exports.NotebookCellData = exports.NotebookEdit = exports.NotebookRange = exports.NotebookCellKind = exports.ExcludeSettingOptions = exports.AISearchKeyword = exports.TextSearchMatch2 = exports.ChatReferenceDiagnostic = exports.ChatReferenceBinaryData = exports.LanguageModelToolExtensionSource = exports.LanguageModelToolMCPSource = exports.LanguageModelPartAudience = exports.LanguageModelDataPart2 = exports.LanguageModelDataPart = exports.LanguageModelThinkingPart = exports.LanguageModelTextPart2 = exports.LanguageModelTextPart = exports.LanguageModelPromptTsxPart = exports.SymbolInformation = exports.LanguageModelToolResult2 = exports.ExtendedLanguageModelToolResult = exports.LanguageModelToolResult = exports.ChatRequestNotebookData = exports.ChatRequestEditorData = exports.ChatLocation = exports.NewSymbolNameTriggerKind = exports.NewSymbolNameTag = void 0;
38
+ exports.authentication = exports.l10n = exports.ThemeIcon = exports.McpStdioServerDefinition = exports.McpHttpServerDefinition = exports.ChatSessionStatus = void 0;
39
39
  /*---------------------------------------------------------------------------------------------
40
40
  * Copyright (c) Microsoft Corporation. All rights reserved.
41
41
  * Licensed under the MIT License. See License.txt in the project root for license information.
@@ -78,6 +78,7 @@ exports.ChatResponseMovePart = vscode.ChatResponseMovePart;
78
78
  exports.ChatResponseExtensionsPart = vscode.ChatResponseExtensionsPart;
79
79
  exports.ChatResponseExternalEditPart = vscode.ChatResponseExternalEditPart;
80
80
  exports.ChatResponsePullRequestPart = vscode.ChatResponsePullRequestPart;
81
+ exports.ChatResponseAutoModeResolutionPart = vscode.ChatResponseAutoModeResolutionPart;
81
82
  exports.ChatResponseMarkdownWithVulnerabilitiesPart = vscode.ChatResponseMarkdownWithVulnerabilitiesPart;
82
83
  exports.ChatResponseCodeblockUriPart = vscode.ChatResponseCodeblockUriPart;
83
84
  exports.ChatResponseTextEditPart = vscode.ChatResponseTextEditPart;
@@ -1 +1 @@
1
- {"version":3,"file":"vscodeTypes.js","sourceRoot":"","sources":["../../../src/_internal/vscodeTypes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vscodeTypes.js","sourceRoot":"","sources":["../../../src/_internal/vscodeTypes.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;gGAGgG;AAChG,+CAAiC;AAEnB,QAAA,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AAC3B,QAAA,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;AACrB,QAAA,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;AAC7B,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC/B,QAAA,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AAC3B,QAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC;AACjB,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;AACvC,QAAA,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACrD,QAAA,0BAA0B,GAAG,MAAM,CAAC,0BAA0B,CAAC;AAC/D,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;AAC7B,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AAC3B,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,+CAA+C,GAAG,MAAM,CAAC,+CAA+C,CAAC;AACzG,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,gCAAgC,GAAG,MAAM,CAAC,gCAAgC,CAAC;AAC3E,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AAEnD,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,0BAA0B,GAAG,MAAM,CAAC,0BAA0B,CAAC;AAC/D,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,oBAAoB,GAAG,MAAM,CAAC,oBAAoB,CAAC;AACnD,QAAA,0BAA0B,GAAG,MAAM,CAAC,0BAA0B,CAAC;AAC/D,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,2BAA2B,GAAG,MAAM,CAAC,2BAA2B,CAAC;AACjE,QAAA,kCAAkC,GAAG,MAAM,CAAC,kCAAkC,CAAC;AAC/E,QAAA,2CAA2C,GAAG,MAAM,CAAC,2CAA2C,CAAC;AACjG,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,gCAAgC,GAAG,MAAM,CAAC,gCAAgC,CAAC;AAE3E,QAAA,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;AACzC,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACrD,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AAEzD,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,+BAA+B,GAAG,MAAM,CAAC,+BAA+B,CAAC;AACzE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,0BAA0B,GAAG,MAAM,CAAC,0BAA0B,CAAC;AAC/D,QAAA,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACrD,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACrD,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,0BAA0B,GAAG,MAAM,CAAC,0BAA0B,CAAC;AAC/D,QAAA,gCAAgC,GAAG,MAAM,CAAC,gCAAgC,CAAC;AAC3E,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;AACzC,QAAA,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC;AACrD,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC;AACvC,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,2CAA2C,GAAG,MAAM,CAAC,2CAA2C,CAAC;AACjG,QAAA,8BAA8B,GAAG,MAAM,CAAC,8BAA8B,CAAC;AAEvE,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,2BAA2B,GAAG,MAAM,CAAC,2BAA2B,CAAC;AACjE,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC;AAC7D,QAAA,6BAA6B,GAAG,MAAM,CAAC,6BAA6B,CAAC;AACrE,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,sBAAsB,GAAG,MAAM,CAAC,sBAAsB,CAAC;AACvD,QAAA,8BAA8B,GAAG,MAAM,CAAC,8BAA8B,CAAC;AAEvE,QAAA,4BAA4B,GAAG,MAAM,CAAC,4BAA4B,CAAC;AACnE,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,gBAAgB,GAAG,MAAM,CAAC,gBAAgB,CAAC;AAC3C,QAAA,kBAAkB,GAAG,MAAM,CAAC,kBAAkB,CAAC;AAC/C,QAAA,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC/B,QAAA,aAAa,GAAG,MAAM,CAAC,aAAa,CAAC;AACrC,QAAA,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC;AACzC,QAAA,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AAC3B,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,uBAAuB,GAAG,MAAM,CAAC,uBAAuB,CAAC;AACzD,QAAA,wBAAwB,GAAG,MAAM,CAAC,wBAAwB,CAAC;AAC3D,QAAA,SAAS,GAAG,MAAM,CAAC,SAAS,CAAC;AAE9B,QAAA,IAAI,GAAG;IACnB;;;OAGG;IACH,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC;CAChB,CAAC;AAEW,QAAA,cAAc,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC,cAAc,CAAC,UAAU;CAC5C,CAAC"}
@@ -2,7 +2,7 @@
2
2
  "name": "copilot-chat",
3
3
  "displayName": "GitHub Copilot",
4
4
  "description": "AI chat features powered by Copilot",
5
- "version": "0.56.2026063005",
5
+ "version": "0.56.2026070107",
6
6
  "build": "1",
7
7
  "completionsCoreVersion": "1.378.1799",
8
8
  "internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
@@ -4080,15 +4080,6 @@
4080
4080
  "onExp"
4081
4081
  ]
4082
4082
  },
4083
- "github.copilot.chat.responsesApi.persistentCoT.enabled": {
4084
- "type": "boolean",
4085
- "default": false,
4086
- "markdownDescription": "%github.copilot.config.responsesApi.persistentCoT.enabled%",
4087
- "tags": [
4088
- "experimental",
4089
- "onExp"
4090
- ]
4091
- },
4092
4083
  "github.copilot.chat.updated53CodexPrompt.enabled": {
4093
4084
  "type": "boolean",
4094
4085
  "default": true,
@@ -7199,7 +7190,7 @@
7199
7190
  "@anthropic-ai/claude-agent-sdk": "0.2.112",
7200
7191
  "@anthropic-ai/sdk": "^0.82.0",
7201
7192
  "@github/blackbird-external-ingest-utils": "^0.3.0",
7202
- "@github/copilot": "^1.0.65",
7193
+ "@github/copilot": "^1.0.67",
7203
7194
  "@google/genai": "^1.22.0",
7204
7195
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
7205
7196
  "@microsoft/tiktokenizer": "^1.0.10",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.56.2026063005",
3
+ "version": "0.56.2026070107",
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",