@vscode/chat-lib 0.0.5-1 → 0.0.5-10
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/src/_internal/extension/byok/node/openAIEndpoint.d.ts +7 -2
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +16 -5
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/common/constants.d.ts +1 -0
- package/dist/src/_internal/extension/common/constants.d.ts.map +1 -1
- package/dist/src/_internal/extension/common/constants.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/jumpToCursorPosition.d.ts +2 -0
- package/dist/src/_internal/extension/inlineEdits/common/jumpToCursorPosition.d.ts.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/common/jumpToCursorPosition.js +9 -0
- package/dist/src/_internal/extension/inlineEdits/common/jumpToCursorPosition.js.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +70 -9
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +2 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts +4 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +18 -6
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +2 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +77 -33
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +3 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +3 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts +1 -3
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js +8 -14
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts +25 -11
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +71 -24
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +6 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +4 -0
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +11 -5
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +15 -9
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/editing/common/notebookDocumentSnapshot.d.ts +3 -3
- package/dist/src/_internal/platform/editing/common/notebookDocumentSnapshot.d.ts.map +1 -1
- package/dist/src/_internal/platform/editing/common/notebookDocumentSnapshot.js +11 -6
- package/dist/src/_internal/platform/editing/common/notebookDocumentSnapshot.js.map +1 -1
- package/dist/src/_internal/platform/editing/common/textDocumentSnapshot.d.ts +1 -1
- package/dist/src/_internal/platform/editing/common/textDocumentSnapshot.d.ts.map +1 -1
- package/dist/src/_internal/platform/editing/common/textDocumentSnapshot.js +1 -1
- package/dist/src/_internal/platform/editing/common/textDocumentSnapshot.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +6 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +28 -20
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +9 -2
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts +30 -0
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +118 -0
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +3 -4
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +41 -70
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts +9 -0
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +35 -30
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts +3 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +15 -0
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +19 -0
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +13 -0
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineCompletions/common/api.d.ts +5 -0
- package/dist/src/_internal/platform/inlineCompletions/common/api.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts +6 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js +14 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +8 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +26 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +7 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +7 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProviders.d.ts +5 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProviders.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProviders.js +45 -0
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProviders.js.map +1 -1
- package/dist/src/_internal/platform/languageServer/common/languageContextService.d.ts +12 -0
- package/dist/src/_internal/platform/languageServer/common/languageContextService.d.ts.map +1 -1
- package/dist/src/_internal/platform/languageServer/common/languageContextService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +1 -0
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +6 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +2 -0
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.d.ts +1 -0
- package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatStream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatStream.js +1 -0
- package/dist/src/_internal/platform/networking/node/chatStream.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.d.ts +2 -0
- package/dist/src/_internal/platform/networking/node/stream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.js +5 -4
- package/dist/src/_internal/platform/networking/node/stream.js.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.d.ts +5 -0
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.js.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.json.d.ts +1 -0
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.json.d.ts.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.json.js +3 -0
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.json.js.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.text.d.ts +1 -0
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.text.d.ts.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.text.js +32 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.text.js.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.xml.d.ts +1 -0
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.xml.d.ts.map +1 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.xml.js +24 -1
- package/dist/src/_internal/platform/notebook/common/alternativeContentProvider.xml.js.map +1 -1
- package/dist/src/_internal/platform/openai/node/fetch.js +2 -0
- package/dist/src/_internal/platform/openai/node/fetch.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +5 -42
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +1 -40
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/util/common/crypto.d.ts +1 -0
- package/dist/src/_internal/util/common/crypto.d.ts.map +1 -1
- package/dist/src/_internal/util/common/crypto.js +10 -0
- package/dist/src/_internal/util/common/crypto.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +12 -0
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +18 -2
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/enums.d.ts +5 -0
- package/dist/src/_internal/util/common/test/shims/enums.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/enums.js +7 -1
- package/dist/src/_internal/util/common/test/shims/enums.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +3 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +2 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +4 -2
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +2 -2
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +231 -87
- package/package.json +3 -3
- package/dist/src/_internal/extension/inlineEdits/common/ghNearbyNesProvider.d.ts +0 -16
- package/dist/src/_internal/extension/inlineEdits/common/ghNearbyNesProvider.d.ts.map +0 -1
- package/dist/src/_internal/extension/inlineEdits/common/ghNearbyNesProvider.js +0 -147
- package/dist/src/_internal/extension/inlineEdits/common/ghNearbyNesProvider.js.map +0 -1
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.d.ts +0 -69
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.d.ts.map +0 -1
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.js +0 -23
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.js.map +0 -1
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.d.ts +0 -80
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.d.ts.map +0 -1
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.js +0 -77
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.js.map +0 -1
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts +0 -26
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts.map +0 -1
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js +0 -125
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js.map +0 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +0 -27
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +0 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +0 -222
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +0 -1
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +0 -10
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +0 -1
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +0 -86
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +0 -1
|
@@ -33,8 +33,8 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
37
|
-
exports.l10n = exports.FileType = exports.SnippetTextEdit = exports.SnippetString = exports.SymbolKind = exports.LanguageModelError = exports.ChatRequestTurn2 = exports.ChatResponseTurn2 = exports.ChatToolInvocationPart = exports.TextDocumentChangeReason = exports.TextEditorSelectionChangeKind = exports.LanguageModelChatMessageRole = exports.LanguageModelToolResultPart2 = exports.LanguageModelToolResultPart = exports.LanguageModelToolCallPart = exports.ChatRequestEditedFileEventKind = exports.TerminalShellExecutionCommandLineConfidence = exports.ChatErrorLevel = exports.NotebookData = exports.NotebookCellData = exports.NotebookEdit = exports.NotebookRange = exports.NotebookCellKind = exports.ExcludeSettingOptions = exports.AISearchKeyword = exports.TextSearchMatch2 = exports.ChatReferenceDiagnostic = exports.ChatReferenceBinaryData = exports.ChatImageMimeType = exports.LanguageModelToolExtensionSource = exports.LanguageModelToolMCPSource = exports.LanguageModelPartAudience = exports.LanguageModelDataPart2 = exports.LanguageModelDataPart = exports.LanguageModelThinkingPart = exports.LanguageModelTextPart2 = exports.LanguageModelTextPart = exports.LanguageModelPromptTsxPart = exports.SymbolInformation = exports.LanguageModelToolResult2 = void 0;
|
|
36
|
+
exports.LanguageModelToolResult = exports.ChatRequestNotebookData = exports.ChatRequestEditorData = exports.ChatLocation = exports.NewSymbolNameTriggerKind = exports.NewSymbolNameTag = exports.NewSymbolName = exports.ChatResponseTurn = exports.ChatRequestTurn = exports.ChatPrepareToolInvocationPart = exports.ChatResponseConfirmationPart = exports.ChatResponseNotebookEditPart = exports.ChatResponseTextEditPart = exports.ChatResponseCodeblockUriPart = exports.ChatResponseMarkdownWithVulnerabilitiesPart = exports.ChatResponsePullRequestPart = exports.ChatResponseExternalEditPart = exports.ChatResponseExtensionsPart = exports.ChatResponseMovePart = exports.ChatResponseWarningPart = exports.ChatResponseCommandButtonPart = exports.ChatResponseCodeCitationPart = exports.ChatResponseReferencePart2 = exports.ChatResponseReferencePart = exports.ChatResponseProgressPart2 = exports.ChatResponseProgressPart = exports.ChatResponseAnchorPart = exports.ChatResponseFileTreePart = 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.l10n = exports.ChatSessionStatus = exports.FileType = exports.SnippetTextEdit = exports.SnippetString = exports.SymbolKind = exports.LanguageModelError = exports.ChatRequestTurn2 = exports.ChatResponseTurn2 = exports.ChatToolInvocationPart = exports.TextDocumentChangeReason = exports.TextEditorSelectionChangeKind = exports.LanguageModelChatMessageRole = exports.LanguageModelToolResultPart2 = exports.LanguageModelToolResultPart = exports.LanguageModelToolCallPart = exports.ChatRequestEditedFileEventKind = exports.TerminalShellExecutionCommandLineConfidence = exports.ChatErrorLevel = exports.NotebookData = exports.NotebookCellData = exports.NotebookEdit = exports.NotebookRange = exports.NotebookCellKind = exports.ExcludeSettingOptions = exports.AISearchKeyword = exports.TextSearchMatch2 = exports.ChatReferenceDiagnostic = exports.ChatReferenceBinaryData = exports.ChatImageMimeType = exports.LanguageModelToolExtensionSource = exports.LanguageModelToolMCPSource = exports.LanguageModelPartAudience = exports.LanguageModelDataPart2 = exports.LanguageModelDataPart = exports.LanguageModelThinkingPart = exports.LanguageModelTextPart2 = exports.LanguageModelTextPart = exports.LanguageModelPromptTsxPart = exports.SymbolInformation = exports.LanguageModelToolResult2 = exports.ExtendedLanguageModelToolResult = void 0;
|
|
38
38
|
/*---------------------------------------------------------------------------------------------
|
|
39
39
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
40
40
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
@@ -73,6 +73,7 @@ exports.ChatResponseCommandButtonPart = vscode.ChatResponseCommandButtonPart;
|
|
|
73
73
|
exports.ChatResponseWarningPart = vscode.ChatResponseWarningPart;
|
|
74
74
|
exports.ChatResponseMovePart = vscode.ChatResponseMovePart;
|
|
75
75
|
exports.ChatResponseExtensionsPart = vscode.ChatResponseExtensionsPart;
|
|
76
|
+
exports.ChatResponseExternalEditPart = vscode.ChatResponseExternalEditPart;
|
|
76
77
|
exports.ChatResponsePullRequestPart = vscode.ChatResponsePullRequestPart;
|
|
77
78
|
exports.ChatResponseMarkdownWithVulnerabilitiesPart = vscode.ChatResponseMarkdownWithVulnerabilitiesPart;
|
|
78
79
|
exports.ChatResponseCodeblockUriPart = vscode.ChatResponseCodeblockUriPart;
|
|
@@ -129,6 +130,7 @@ exports.SymbolKind = vscode.SymbolKind;
|
|
|
129
130
|
exports.SnippetString = vscode.SnippetString;
|
|
130
131
|
exports.SnippetTextEdit = vscode.SnippetTextEdit;
|
|
131
132
|
exports.FileType = vscode.FileType;
|
|
133
|
+
exports.ChatSessionStatus = vscode.ChatSessionStatus;
|
|
132
134
|
exports.l10n = {
|
|
133
135
|
/**
|
|
134
136
|
* @deprecated Only use this import in tests. For the actual extension,
|
|
@@ -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":"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"}
|
package/dist/src/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,MAAM,QAAQ,CAAC;AAQtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AAyBtG,OAAO,EAAE,mBAAmB,EAAE,MAAM,6DAA6D,CAAC;AASlG,OAAO,EAAE,QAAQ,EAAE,MAAM,mDAAmD,CAAC;
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,MAAM,MAAM,QAAQ,CAAC;AAQtC,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AAyBtG,OAAO,EAAE,mBAAmB,EAAE,MAAM,6DAA6D,CAAC;AASlG,OAAO,EAAE,QAAQ,EAAE,MAAM,mDAAmD,CAAC;AAW7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AAMjF;;GAEG;AACH,oBAAY,QAAQ;IAEnB;;OAEG;IACH,GAAG,IAAI;IAEP;;OAEG;IACH,KAAK,IAAI;IAET;;OAEG;IACH,KAAK,IAAI;IAET;;OAEG;IACH,IAAI,IAAI;IAER;;OAEG;IACH,OAAO,IAAI;IAEX;;OAEG;IACH,KAAK,IAAI;CACT;AAED,MAAM,WAAW,UAAU;IAC1B,KAAK,CAAC,KAAK,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,KAAK,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;IACnE,IAAI,CAAC,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACrC;AAED,MAAM,WAAW,gBAAgB;IAChC,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,EAAE,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,GAAG,IAAI,CAAC;CAChJ;AAED,MAAM,WAAW,mBAAmB;IACnC,QAAQ,CAAC,SAAS,EAAE,mBAAmB,CAAC;IACxC,QAAQ,CAAC,OAAO,EAAE,QAAQ,CAAC;IAC3B,QAAQ,CAAC,mBAAmB,EAAE,oBAAoB,CAAC;IACnD,QAAQ,CAAC,eAAe,EAAE,gBAAgB,CAAC;IAC3C,QAAQ,CAAC,SAAS,CAAC,EAAE,UAAU,CAAC;CAChC;AAED,MAAM,WAAW,UAAU;IAC1B,QAAQ,CAAC,MAAM,CAAC,EAAE;QACjB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;QACzB,QAAQ,CAAC,KAAK,EAAE;YACf,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;YACvB,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;SAC9B,CAAC;KACF,CAAC;CACF;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,SAAS,UAAU,GAAG,UAAU;IAC9D,KAAK,IAAI,MAAM,CAAC;IAChB,WAAW,CAAC,WAAW,EAAE,MAAM,CAAC,GAAG,EAAE,iBAAiB,EAAE,iBAAiB,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;IACvF,WAAW,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI,CAAC;IACjC,gBAAgB,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI,CAAC;IACtC,eAAe,CAAC,UAAU,EAAE,CAAC,GAAG,IAAI,CAAC;IACrC,aAAa,CAAC,UAAU,EAAE,CAAC,EAAE,uBAAuB,EAAE,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;IAC3E,OAAO,IAAI,IAAI,CAAC;CAChB;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,mBAAmB,GAAG,YAAY,CAAC,UAAU,CAAC,CAGxF"}
|
package/dist/src/main.js
CHANGED
|
@@ -60,6 +60,7 @@ const simulationTestContext_1 = require("./_internal/platform/simulationTestCont
|
|
|
60
60
|
const snippyService_1 = require("./_internal/platform/snippy/common/snippyService");
|
|
61
61
|
const nullExperimentationService_1 = require("./_internal/platform/telemetry/common/nullExperimentationService");
|
|
62
62
|
const telemetry_1 = require("./_internal/platform/telemetry/common/telemetry");
|
|
63
|
+
const telemetryData_1 = require("./_internal/platform/telemetry/common/telemetryData");
|
|
63
64
|
const tokenizer_1 = require("./_internal/platform/tokenizer/node/tokenizer");
|
|
64
65
|
const workspaceService_1 = require("./_internal/platform/workspace/common/workspaceService");
|
|
65
66
|
const services_1 = require("./_internal/util/common/services");
|
|
@@ -67,7 +68,6 @@ const lifecycle_1 = require("./_internal/util/vs/base/common/lifecycle");
|
|
|
67
68
|
const uuid_1 = require("./_internal/util/vs/base/common/uuid");
|
|
68
69
|
const descriptors_1 = require("./_internal/util/vs/platform/instantiation/common/descriptors");
|
|
69
70
|
const instantiation_1 = require("./_internal/util/vs/platform/instantiation/common/instantiation");
|
|
70
|
-
const telemetryData_1 = require("./_internal/platform/telemetry/common/telemetryData");
|
|
71
71
|
/**
|
|
72
72
|
* Log levels (taken from vscode.d.ts)
|
|
73
73
|
*/
|
|
@@ -223,7 +223,7 @@ function setupServices(options) {
|
|
|
223
223
|
builder.define(envService_1.IEnvService, new descriptors_1.SyncDescriptor(nullEnvService_1.NullEnvService));
|
|
224
224
|
builder.define(fetcherService_1.IFetcherService, new descriptors_1.SyncDescriptor(SingleFetcherService, [fetcher]));
|
|
225
225
|
builder.define(telemetry_1.ITelemetryService, new descriptors_1.SyncDescriptor(SimpleTelemetryService, [telemetrySender]));
|
|
226
|
-
builder.define(authentication_1.IAuthenticationService, new descriptors_1.SyncDescriptor(staticGitHubAuthenticationService_1.StaticGitHubAuthenticationService, [copilotTokenManager_2.
|
|
226
|
+
builder.define(authentication_1.IAuthenticationService, new descriptors_1.SyncDescriptor(staticGitHubAuthenticationService_1.StaticGitHubAuthenticationService, [(0, copilotTokenManager_2.createStaticGitHubTokenProvider)()]));
|
|
227
227
|
builder.define(copilotTokenManager_1.ICopilotTokenManager, copilotTokenManager);
|
|
228
228
|
builder.define(chatMLFetcher_2.IChatMLFetcher, new descriptors_1.SyncDescriptor(chatMLFetcher_1.ChatMLFetcherImpl));
|
|
229
229
|
builder.define(chatQuotaService_1.IChatQuotaService, new descriptors_1.SyncDescriptor(chatQuotaServiceImpl_1.ChatQuotaService));
|
package/dist/src/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;;;;;;;;;;;AAsIhG,8CAGC;AAtID,wFAAqF;AACrF,8FAA8G;AAC9G,gHAA6J;AAE7J,mFAAoF;AACpF,+EAA4E;AAC5E,8FAAmG;AACnG,wGAAsG;AACtG,oGAAqH;AACrH,oIAAiI;AACjI,
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":"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"}
|
package/dist/src/package.json
CHANGED
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|
"version": "0.33.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
|
-
"
|
|
9
|
-
"completionsCoreVersion": "1.378.1798",
|
|
8
|
+
"completionsCoreVersion": "1.378.1799",
|
|
10
9
|
"internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
|
|
11
10
|
"ariaKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
|
12
11
|
"buildType": "dev",
|
|
@@ -24,7 +23,7 @@
|
|
|
24
23
|
"icon": "assets/copilot.png",
|
|
25
24
|
"pricing": "Trial",
|
|
26
25
|
"engines": {
|
|
27
|
-
"vscode": "^1.106.0",
|
|
26
|
+
"vscode": "^1.106.0-20251030",
|
|
28
27
|
"npm": ">=9.0.0",
|
|
29
28
|
"node": ">=22.14.0"
|
|
30
29
|
},
|
|
@@ -134,7 +133,7 @@
|
|
|
134
133
|
"taskExecutionTerminal",
|
|
135
134
|
"dataChannels",
|
|
136
135
|
"languageModelThinkingPart",
|
|
137
|
-
"chatSessionsProvider@
|
|
136
|
+
"chatSessionsProvider@3",
|
|
138
137
|
"devDeviceId",
|
|
139
138
|
"contribEditorContentMenu"
|
|
140
139
|
],
|
|
@@ -1076,6 +1075,76 @@
|
|
|
1076
1075
|
}
|
|
1077
1076
|
}
|
|
1078
1077
|
},
|
|
1078
|
+
{
|
|
1079
|
+
"name": "copilot_memory",
|
|
1080
|
+
"toolReferenceName": "memory",
|
|
1081
|
+
"displayName": "%copilot.tools.memory.name%",
|
|
1082
|
+
"userDescription": "%copilot.tools.memory.description%",
|
|
1083
|
+
"modelDescription": "Manage persistent memory across conversations. This tool allows you to create, view, update, and delete memory files that persist between chat sessions. Use this to remember important information about the user, their preferences, project context, or anything that should be recalled in future conversations. Available commands: view (list/read memories), create (new memory file), str_replace (edit content), insert (add content), delete (remove memory), rename (change filename).",
|
|
1084
|
+
"icon": "$(database)",
|
|
1085
|
+
"when": "config.github.copilot.chat.tools.memory.enabled",
|
|
1086
|
+
"canBeReferencedInPrompt": true,
|
|
1087
|
+
"tags": [],
|
|
1088
|
+
"inputSchema": {
|
|
1089
|
+
"type": "object",
|
|
1090
|
+
"properties": {
|
|
1091
|
+
"command": {
|
|
1092
|
+
"type": "string",
|
|
1093
|
+
"enum": [
|
|
1094
|
+
"view",
|
|
1095
|
+
"create",
|
|
1096
|
+
"str_replace",
|
|
1097
|
+
"insert",
|
|
1098
|
+
"delete",
|
|
1099
|
+
"rename"
|
|
1100
|
+
],
|
|
1101
|
+
"description": "The memory operation to perform: view (list/read), create (new file), str_replace (edit), insert (add content), delete (remove), rename (change filename)"
|
|
1102
|
+
},
|
|
1103
|
+
"path": {
|
|
1104
|
+
"type": "string",
|
|
1105
|
+
"description": "The path to the memory file (must start with /memories, e.g., /memories/notes.md or /memories/project/info.txt)"
|
|
1106
|
+
},
|
|
1107
|
+
"view_range": {
|
|
1108
|
+
"type": "array",
|
|
1109
|
+
"items": {
|
|
1110
|
+
"type": "number"
|
|
1111
|
+
},
|
|
1112
|
+
"description": "Optional: view specific line range [start, end] for view command"
|
|
1113
|
+
},
|
|
1114
|
+
"file_text": {
|
|
1115
|
+
"type": "string",
|
|
1116
|
+
"description": "Content for create operation"
|
|
1117
|
+
},
|
|
1118
|
+
"old_str": {
|
|
1119
|
+
"type": "string",
|
|
1120
|
+
"description": "String to replace in str_replace operation"
|
|
1121
|
+
},
|
|
1122
|
+
"new_str": {
|
|
1123
|
+
"type": "string",
|
|
1124
|
+
"description": "Replacement string in str_replace operation"
|
|
1125
|
+
},
|
|
1126
|
+
"insert_line": {
|
|
1127
|
+
"type": "number",
|
|
1128
|
+
"description": "Line number for insert operation"
|
|
1129
|
+
},
|
|
1130
|
+
"insert_text": {
|
|
1131
|
+
"type": "string",
|
|
1132
|
+
"description": "Text to insert at specified line for insert operation"
|
|
1133
|
+
},
|
|
1134
|
+
"old_path": {
|
|
1135
|
+
"type": "string",
|
|
1136
|
+
"description": "Source path for rename operation"
|
|
1137
|
+
},
|
|
1138
|
+
"new_path": {
|
|
1139
|
+
"type": "string",
|
|
1140
|
+
"description": "Destination path for rename operation"
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
"required": [
|
|
1144
|
+
"command"
|
|
1145
|
+
]
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1079
1148
|
{
|
|
1080
1149
|
"name": "copilot_editFiles",
|
|
1081
1150
|
"modelDescription": "This is a placeholder tool, do not use",
|
|
@@ -1190,53 +1259,9 @@
|
|
|
1190
1259
|
"fullName": "GitHub Copilot",
|
|
1191
1260
|
"description": "%copilot.edits.description%",
|
|
1192
1261
|
"isDefault": true,
|
|
1193
|
-
"when": "config.inlineChat.enableV2
|
|
1262
|
+
"when": "config.inlineChat.enableV2",
|
|
1194
1263
|
"locations": [
|
|
1195
1264
|
"editor"
|
|
1196
|
-
],
|
|
1197
|
-
"commands": [
|
|
1198
|
-
{
|
|
1199
|
-
"name": "fix",
|
|
1200
|
-
"description": "%copilot.workspace.fix.description%",
|
|
1201
|
-
"when": "config.inlineChat.enableV2 || config.github.copilot.chat.advanced.inlineChat2",
|
|
1202
|
-
"disambiguation": [
|
|
1203
|
-
{
|
|
1204
|
-
"category": "fix",
|
|
1205
|
-
"description": "Propose a fix for the problems in the selected code",
|
|
1206
|
-
"examples": [
|
|
1207
|
-
"There is a problem in this code. Rewrite the code to show it with the bug fixed."
|
|
1208
|
-
]
|
|
1209
|
-
}
|
|
1210
|
-
]
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "tests",
|
|
1214
|
-
"description": "%copilot.workspace.tests.description%",
|
|
1215
|
-
"when": "config.inlineChat.enableV2 || config.github.copilot.chat.advanced.inlineChat2",
|
|
1216
|
-
"disambiguation": [
|
|
1217
|
-
{
|
|
1218
|
-
"category": "tests",
|
|
1219
|
-
"description": "Help writing tests for the selected code",
|
|
1220
|
-
"examples": [
|
|
1221
|
-
"Help me write tests for the selected code."
|
|
1222
|
-
]
|
|
1223
|
-
}
|
|
1224
|
-
]
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
"name": "doc",
|
|
1228
|
-
"description": "%copilot.workspace.doc.description%",
|
|
1229
|
-
"when": "config.inlineChat.enableV2 || config.github.copilot.chat.advanced.inlineChat2",
|
|
1230
|
-
"disambiguation": [
|
|
1231
|
-
{
|
|
1232
|
-
"category": "doc",
|
|
1233
|
-
"description": "Add documentation comment for this symbol",
|
|
1234
|
-
"examples": [
|
|
1235
|
-
"Add jsdoc to this method"
|
|
1236
|
-
]
|
|
1237
|
-
}
|
|
1238
|
-
]
|
|
1239
|
-
}
|
|
1240
1265
|
]
|
|
1241
1266
|
},
|
|
1242
1267
|
{
|
|
@@ -1288,7 +1313,7 @@
|
|
|
1288
1313
|
"locations": [
|
|
1289
1314
|
"editor"
|
|
1290
1315
|
],
|
|
1291
|
-
"when": "!config.inlineChat.enableV2
|
|
1316
|
+
"when": "!config.inlineChat.enableV2",
|
|
1292
1317
|
"disambiguation": [
|
|
1293
1318
|
{
|
|
1294
1319
|
"category": "unknown",
|
|
@@ -1680,6 +1705,7 @@
|
|
|
1680
1705
|
},
|
|
1681
1706
|
{
|
|
1682
1707
|
"vendor": "customoai",
|
|
1708
|
+
"when": "productQualityType != 'stable'",
|
|
1683
1709
|
"displayName": "OpenAI Compatible",
|
|
1684
1710
|
"managementCommand": "github.copilot.chat.manageBYOK"
|
|
1685
1711
|
}
|
|
@@ -1697,6 +1723,45 @@
|
|
|
1697
1723
|
"view": "debug",
|
|
1698
1724
|
"when": "github.copilot-chat.activated",
|
|
1699
1725
|
"contents": "%github.copilot.viewsWelcome.debug%"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"view": "codex-placeholder",
|
|
1729
|
+
"when": "true",
|
|
1730
|
+
"contents": "%github.copilot.viewsWelcome.codexPlaceholder%"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"view": "workbench.view.chat.sessions.openai-codex",
|
|
1734
|
+
"contents": "%github.copilot.viewsWelcome.codexWelcomeView%"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"view": "copilot-agents-placeholder",
|
|
1738
|
+
"when": "true",
|
|
1739
|
+
"contents": "%github.copilot.viewsWelcome.agentsPlaceholder%"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1743
|
+
"when": "workspaceFolderCount == 0",
|
|
1744
|
+
"contents": "%github.copilot.viewsWelcome.noFolder.contents%"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1748
|
+
"when": "git.state == initialized && gitOpenRepositoryCount == 0 && workspaceFolderCount > 0 && git.parentRepositoryCount == 0",
|
|
1749
|
+
"contents": "%github.copilot.viewsWelcome.noRepo.contents%"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1753
|
+
"when": "git.state == initialized && workspaceFolderCount > 0 && (git.parentRepositoryCount > 0 || gitOpenRepositoryCount > 0) && !github:hasGitHubRemotes",
|
|
1754
|
+
"contents": "%github.copilot.viewsWelcome.noGitHub.contents%"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1758
|
+
"when": "github.copilot.chat.cloudSessionsEmpty",
|
|
1759
|
+
"contents": "%github.copilot.viewsWelcome.cloudSessionsEmpty.contents%"
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"view": "workbench.view.chat.sessions.copilotcli",
|
|
1763
|
+
"when": "github.copilot.chat.cliSessionsEmpty",
|
|
1764
|
+
"contents": "%github.copilot.viewsWelcome.cliSessionsEmpty.contents%"
|
|
1700
1765
|
}
|
|
1701
1766
|
],
|
|
1702
1767
|
"chatViewsWelcome": [
|
|
@@ -1752,25 +1817,25 @@
|
|
|
1752
1817
|
},
|
|
1753
1818
|
{
|
|
1754
1819
|
"command": "github.copilot.cli.sessions.refresh",
|
|
1755
|
-
"title": "
|
|
1820
|
+
"title": "%github.copilot.command.refreshAgentSessions%",
|
|
1756
1821
|
"icon": "$(refresh)",
|
|
1757
1822
|
"category": "Copilot CLI"
|
|
1758
1823
|
},
|
|
1759
1824
|
{
|
|
1760
1825
|
"command": "github.copilot.cli.sessions.delete",
|
|
1761
|
-
"title": "
|
|
1826
|
+
"title": "%github.copilot.command.deleteAgentSession%",
|
|
1762
1827
|
"icon": "$(close)",
|
|
1763
1828
|
"category": "Copilot CLI"
|
|
1764
1829
|
},
|
|
1765
1830
|
{
|
|
1766
1831
|
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
1767
|
-
"title": "
|
|
1832
|
+
"title": "%github.copilot.command.cli.sessions.resumeInTerminal%",
|
|
1768
1833
|
"icon": "$(terminal)",
|
|
1769
1834
|
"category": "Copilot CLI"
|
|
1770
1835
|
},
|
|
1771
1836
|
{
|
|
1772
1837
|
"command": "github.copilot.cli.sessions.newTerminalSession",
|
|
1773
|
-
"title": "
|
|
1838
|
+
"title": "%github.copilot.cli.sessions.newTerminalSession%",
|
|
1774
1839
|
"icon": "$(terminal)",
|
|
1775
1840
|
"category": "Copilot CLI"
|
|
1776
1841
|
},
|
|
@@ -2201,13 +2266,47 @@
|
|
|
2201
2266
|
},
|
|
2202
2267
|
{
|
|
2203
2268
|
"command": "github.copilot.cloud.sessions.refresh",
|
|
2204
|
-
"title": "%github.copilot.command.
|
|
2269
|
+
"title": "%github.copilot.command.refreshAgentSessions%",
|
|
2205
2270
|
"icon": "$(refresh)"
|
|
2206
2271
|
},
|
|
2207
2272
|
{
|
|
2208
2273
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
2209
2274
|
"title": "%github.copilot.command.openCopilotAgentSessionsInBrowser%",
|
|
2210
2275
|
"icon": "$(link-external)"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
2279
|
+
"title": "%github.copilot.command.closeChatSessionPullRequest.title%"
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
"command": "github.copilot.chat.openSuggestionsPanel",
|
|
2283
|
+
"title": "Open Completions Panel",
|
|
2284
|
+
"enablement": "github.copilot.extensionUnification.activated && !isWeb",
|
|
2285
|
+
"category": "GitHub Copilot"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"command": "github.copilot.chat.toggleStatusMenu",
|
|
2289
|
+
"title": "Open Status Menu",
|
|
2290
|
+
"enablement": "github.copilot.extensionUnification.activated",
|
|
2291
|
+
"category": "GitHub Copilot"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"command": "github.copilot.chat.completions.disable",
|
|
2295
|
+
"title": "Disable Completions",
|
|
2296
|
+
"enablement": "github.copilot.extensionUnification.activated && github.copilot.activated && config.editor.inlineSuggest.enabled && github.copilot.completions.enabled",
|
|
2297
|
+
"category": "GitHub Copilot"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"command": "github.copilot.chat.completions.enable",
|
|
2301
|
+
"title": "Enable Completions",
|
|
2302
|
+
"enablement": "github.copilot.extensionUnification.activated && github.copilot.activated && !(config.editor.inlineSuggest.enabled && github.copilot.completions.enabled)",
|
|
2303
|
+
"category": "GitHub Copilot"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
"command": "github.copilot.chat.completions.toggle",
|
|
2307
|
+
"title": "Toggle (Enable/Disable) Completions",
|
|
2308
|
+
"enablement": "github.copilot.extensionUnification.activated && github.copilot.activated",
|
|
2309
|
+
"category": "GitHub Copilot"
|
|
2211
2310
|
}
|
|
2212
2311
|
],
|
|
2213
2312
|
"configuration": [
|
|
@@ -3055,22 +3154,6 @@
|
|
|
3055
3154
|
],
|
|
3056
3155
|
"description": "%github.copilot.config.gpt5AlternatePrompt%"
|
|
3057
3156
|
},
|
|
3058
|
-
"github.copilot.chat.grokCodeAlternatePrompt": {
|
|
3059
|
-
"type": "string",
|
|
3060
|
-
"default": "default",
|
|
3061
|
-
"tags": [
|
|
3062
|
-
"experimental"
|
|
3063
|
-
],
|
|
3064
|
-
"description": "%github.copilot.config.grokCodeAlternatePrompt%"
|
|
3065
|
-
},
|
|
3066
|
-
"github.copilot.chat.claudeSonnet45AlternatePrompt": {
|
|
3067
|
-
"type": "string",
|
|
3068
|
-
"default": "default",
|
|
3069
|
-
"tags": [
|
|
3070
|
-
"experimental"
|
|
3071
|
-
],
|
|
3072
|
-
"description": "%github.copilot.config.claudeSonnet45AlternatePrompt%"
|
|
3073
|
-
},
|
|
3074
3157
|
"github.copilot.chat.useResponsesApi": {
|
|
3075
3158
|
"type": "boolean",
|
|
3076
3159
|
"default": true,
|
|
@@ -3131,6 +3214,24 @@
|
|
|
3131
3214
|
"onExp"
|
|
3132
3215
|
]
|
|
3133
3216
|
},
|
|
3217
|
+
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
3218
|
+
"type": "boolean",
|
|
3219
|
+
"default": false,
|
|
3220
|
+
"markdownDescription": "%github.copilot.config.anthropic.tools.websearch.enabled%",
|
|
3221
|
+
"tags": [
|
|
3222
|
+
"experimental",
|
|
3223
|
+
"onExp"
|
|
3224
|
+
]
|
|
3225
|
+
},
|
|
3226
|
+
"github.copilot.chat.tools.memory.enabled": {
|
|
3227
|
+
"type": "boolean",
|
|
3228
|
+
"default": false,
|
|
3229
|
+
"markdownDescription": "%github.copilot.config.tools.memory.enabled%",
|
|
3230
|
+
"tags": [
|
|
3231
|
+
"experimental",
|
|
3232
|
+
"onExp"
|
|
3233
|
+
]
|
|
3234
|
+
},
|
|
3134
3235
|
"github.copilot.chat.completionsFetcher": {
|
|
3135
3236
|
"type": [
|
|
3136
3237
|
"string",
|
|
@@ -3457,6 +3558,10 @@
|
|
|
3457
3558
|
{
|
|
3458
3559
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
3459
3560
|
"when": "false"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
3564
|
+
"when": "false"
|
|
3460
3565
|
}
|
|
3461
3566
|
],
|
|
3462
3567
|
"view/title": [
|
|
@@ -3779,6 +3884,11 @@
|
|
|
3779
3884
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
3780
3885
|
"when": "chatSessionType == copilot-cloud-agent",
|
|
3781
3886
|
"group": "context"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
3890
|
+
"when": "chatSessionType == copilot-cloud-agent",
|
|
3891
|
+
"group": "context"
|
|
3782
3892
|
}
|
|
3783
3893
|
]
|
|
3784
3894
|
},
|
|
@@ -3908,6 +4018,20 @@
|
|
|
3908
4018
|
"icon": "$(inspect)",
|
|
3909
4019
|
"when": "github.copilot.chat.showContextInspectorView"
|
|
3910
4020
|
}
|
|
4021
|
+
],
|
|
4022
|
+
"agentSessions": [
|
|
4023
|
+
{
|
|
4024
|
+
"id": "codex-placeholder",
|
|
4025
|
+
"name": "OpenAI Codex",
|
|
4026
|
+
"when": "github.copilot.chat.codex.showPlaceholder && config.chat.experimental.codex.enabled",
|
|
4027
|
+
"icon": "$(file)"
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"id": "copilot-agents-placeholder",
|
|
4031
|
+
"name": "GitHub Copilot Agents",
|
|
4032
|
+
"when": "chatEntitlementSignedOut || !chatIsEnabled",
|
|
4033
|
+
"icon": "$(copilot)"
|
|
4034
|
+
}
|
|
3911
4035
|
]
|
|
3912
4036
|
},
|
|
3913
4037
|
"viewsContainers": {
|
|
@@ -4149,31 +4273,44 @@
|
|
|
4149
4273
|
},
|
|
4150
4274
|
{
|
|
4151
4275
|
"type": "copilotcli",
|
|
4152
|
-
"name": "
|
|
4276
|
+
"name": "cli",
|
|
4153
4277
|
"displayName": "GitHub Copilot CLI Agent",
|
|
4154
4278
|
"icon": "$(copilot)",
|
|
4155
4279
|
"welcomeTitle": "GitHub Copilot CLI Agent",
|
|
4156
4280
|
"welcomeMessage": "Run local background tasks",
|
|
4157
4281
|
"inputPlaceholder": "Describe your task, type `#` for adding context",
|
|
4158
|
-
"order":
|
|
4159
|
-
"description": "The Copilot CLI Agent works on your local machine",
|
|
4160
|
-
"when": "
|
|
4282
|
+
"order": 2,
|
|
4283
|
+
"description": "The GitHub Copilot CLI Agent works on your local machine",
|
|
4284
|
+
"when": "!chatEntitlementSignedOut && chatIsEnabled",
|
|
4161
4285
|
"capabilities": {
|
|
4162
4286
|
"supportsFileAttachments": true,
|
|
4163
|
-
"supportsProblemAttachments": true
|
|
4164
|
-
|
|
4287
|
+
"supportsProblemAttachments": true,
|
|
4288
|
+
"supportsToolAttachments": false
|
|
4289
|
+
},
|
|
4290
|
+
"commands": [
|
|
4291
|
+
{
|
|
4292
|
+
"name": "delegate",
|
|
4293
|
+
"description": "Delegate chat session to cloud agent and create associated PR"
|
|
4294
|
+
}
|
|
4295
|
+
]
|
|
4165
4296
|
},
|
|
4166
4297
|
{
|
|
4167
4298
|
"type": "copilot-cloud-agent",
|
|
4168
|
-
"
|
|
4299
|
+
"alternativeIds": [
|
|
4300
|
+
"copilot-swe-agent"
|
|
4301
|
+
],
|
|
4302
|
+
"name": "cloud",
|
|
4169
4303
|
"displayName": "GitHub Copilot Cloud Agent",
|
|
4170
|
-
"icon":
|
|
4304
|
+
"icon": {
|
|
4305
|
+
"light": "assets/copilot-cloud.svg",
|
|
4306
|
+
"dark": "assets/copilot-cloud-dark.svg"
|
|
4307
|
+
},
|
|
4171
4308
|
"welcomeTitle": "GitHub Copilot Cloud Agent",
|
|
4172
4309
|
"welcomeMessage": "Delegate tasks to the cloud",
|
|
4173
4310
|
"inputPlaceholder": "Describe your task, type `#` for adding context",
|
|
4174
|
-
"order":
|
|
4311
|
+
"order": 1,
|
|
4175
4312
|
"description": "Delegate tasks to the GitHub Copilot Cloud Agent. The agent works asynchronously in the cloud to implement changes, iterates via chat, and can create or update pull requests as needed.",
|
|
4176
|
-
"when": "
|
|
4313
|
+
"when": "!chatEntitlementSignedOut && chatIsEnabled",
|
|
4177
4314
|
"capabilities": {
|
|
4178
4315
|
"supportsFileAttachments": true
|
|
4179
4316
|
}
|
|
@@ -4213,6 +4350,13 @@
|
|
|
4213
4350
|
"path": "./assets/agents/Plan.agent.md",
|
|
4214
4351
|
"description": "Researches a task to create multi-step plans"
|
|
4215
4352
|
}
|
|
4353
|
+
],
|
|
4354
|
+
"chatPromptFiles": [
|
|
4355
|
+
{
|
|
4356
|
+
"name": "savePrompt",
|
|
4357
|
+
"path": "./assets/prompts/savePrompt.prompt.md",
|
|
4358
|
+
"description": "Generalize the current discussion into a reusable prompt and save it as a file"
|
|
4359
|
+
}
|
|
4216
4360
|
]
|
|
4217
4361
|
},
|
|
4218
4362
|
"extensionPack": [
|
|
@@ -4262,8 +4406,8 @@
|
|
|
4262
4406
|
"create_venv": "tsx script/setup/createVenv.mts",
|
|
4263
4407
|
"package": "vsce package",
|
|
4264
4408
|
"web": "vscode-test-web --headless --extensionDevelopmentPath=. .",
|
|
4265
|
-
"test:prompt": "mocha \"src/extension/completions-core/prompt/**/test/**/*.test.{ts,tsx}\"",
|
|
4266
|
-
"test:completions-core": "tsx src/extension/completions-core/extension/test/runTest.ts"
|
|
4409
|
+
"test:prompt": "mocha \"src/extension/completions-core/vscode-node/prompt/**/test/**/*.test.{ts,tsx}\"",
|
|
4410
|
+
"test:completions-core": "tsx src/extension/completions-core/vscode-node/extension/test/runTest.ts"
|
|
4267
4411
|
},
|
|
4268
4412
|
"devDependencies": {
|
|
4269
4413
|
"@azure/identity": "4.9.1",
|
|
@@ -4334,10 +4478,10 @@
|
|
|
4334
4478
|
"monaco-editor": "0.44.0",
|
|
4335
4479
|
"npm-run-all": "^4.1.5",
|
|
4336
4480
|
"open": "^10.1.2",
|
|
4337
|
-
"openai": "^
|
|
4481
|
+
"openai": "^6.7.0",
|
|
4338
4482
|
"outdent": "^0.8.0",
|
|
4339
4483
|
"picomatch": "^4.0.2",
|
|
4340
|
-
"playwright": "^1.
|
|
4484
|
+
"playwright": "^1.56.1",
|
|
4341
4485
|
"prettier": "^3.6.2",
|
|
4342
4486
|
"react": "^17.0.2",
|
|
4343
4487
|
"react-dom": "17.0.2",
|
|
@@ -4363,12 +4507,12 @@
|
|
|
4363
4507
|
},
|
|
4364
4508
|
"dependencies": {
|
|
4365
4509
|
"@anthropic-ai/claude-code": "^1.0.120",
|
|
4366
|
-
"@anthropic-ai/sdk": "^0.
|
|
4510
|
+
"@anthropic-ai/sdk": "^0.68.0",
|
|
4367
4511
|
"@github/copilot": "^0.0.343",
|
|
4368
4512
|
"@google/genai": "^1.22.0",
|
|
4369
4513
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
4370
4514
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
4371
|
-
"@vscode/copilot-api": "^0.1.
|
|
4515
|
+
"@vscode/copilot-api": "^0.1.13",
|
|
4372
4516
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
4373
4517
|
"@vscode/l10n": "^0.0.18",
|
|
4374
4518
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|