@vscode/chat-lib 0.2.1-3 → 0.2.1-30
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.js +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.js +0 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/copilotCompletion.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts +71 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js +260 -235
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.d.ts +2 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.js +5 -5
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/last.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/streamedCompletionSplitter.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/streamedCompletionSplitter.js +3 -5
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/streamedCompletionSplitter.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.js +4 -3
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/telemetry.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networkConfiguration.d.ts +1 -6
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networkConfiguration.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts +25 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js +316 -23
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.d.ts +5 -9
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.js +0 -3
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/openai.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.d.ts +3 -27
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.js +17 -62
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.js +0 -4
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/postInsertion.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.js +12 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/completionsPromptFactory/componentsCompletionsPromptFactory.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.d.ts +10 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.js +92 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/diagnostics.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/splitContextPrompt.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/splitContextPrompt.js +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/splitContextPrompt.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.d.ts +6 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.js +106 -43
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/contextItemSchemas.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.d.ts +5 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.d.ts.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.js +59 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/contextProviders/diagnostics.js.map +1 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/anomalyDetection.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/anomalyDetection.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/suggestions/anomalyDetection.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry.d.ts +2 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.d.ts +10 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.js +8 -0
- package/dist/src/_internal/extension/completions-core/vscode-node/types/src/contextProviderApiV1.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +6 -2
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +5 -5
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.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 +10 -7
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts +3 -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 +32 -18
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +7 -5
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +26 -14
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts +2 -0
- package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/lintErrors.js +31 -7
- package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +18 -10
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/tags.d.ts +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/tags.js +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +21 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +97 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +12 -9
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +12 -6
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +46 -16
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts +2 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.js +7 -2
- package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +148 -47
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +138 -14
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts +10 -0
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +110 -40
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +5 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +5 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.d.ts +27 -0
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.d.ts.map +1 -0
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.js +35 -0
- package/dist/src/_internal/platform/completions-core/common/openai/copilotAnnotations.js.map +1 -0
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +46 -30
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +32 -15
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/validator.d.ts +2 -0
- package/dist/src/_internal/platform/configuration/common/validator.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/validator.js +18 -0
- package/dist/src/_internal/platform/configuration/common/validator.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +27 -20
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.js +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +49 -10
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +18 -5
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +262 -90
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts +2 -0
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +23 -5
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +8 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts +34 -0
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +94 -0
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +53 -18
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +62 -2
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineCompletions/common/api.d.ts +5 -1
- package/dist/src/_internal/platform/inlineCompletions/common/api.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.d.ts +10 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.js +23 -4
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/languageContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts +1 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js +0 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +6 -3
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +5 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +120 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +7 -5
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +5 -0
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/languageServer/common/languageContextService.d.ts +27 -2
- package/dist/src/_internal/platform/languageServer/common/languageContextService.d.ts.map +1 -1
- package/dist/src/_internal/platform/languageServer/common/languageContextService.js +1 -0
- package/dist/src/_internal/platform/languageServer/common/languageContextService.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.d.ts +12 -0
- package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js +39 -0
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.d.ts +74 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.js +23 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsAPI.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.d.ts +72 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.js +44 -0
- package/dist/src/_internal/platform/nesFetch/common/completionsFetchService.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts +35 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js +162 -0
- package/dist/src/_internal/platform/nesFetch/common/responseStream.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +29 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +171 -0
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +10 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +1 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +86 -0
- package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +167 -0
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js +172 -0
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -0
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +18 -11
- package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.js +5 -5
- package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +40 -7
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js +96 -11
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +4 -3
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.js +13 -1
- package/dist/src/_internal/platform/networking/common/openai.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.js +50 -23
- package/dist/src/_internal/platform/networking/node/stream.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts +1 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js +2 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +2 -0
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.d.ts +2 -2
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.d.ts.map +1 -1
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.js +4 -0
- package/dist/src/_internal/platform/thinking/common/thinkingUtils.js.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +7 -7
- package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/chatTypes.js +11 -11
- package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +3 -3
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/util/common/tracing.d.ts +13 -0
- package/dist/src/_internal/util/common/tracing.d.ts.map +1 -1
- package/dist/src/_internal/util/common/tracing.js +7 -0
- package/dist/src/_internal/util/common/tracing.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +3 -3
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +3 -0
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +450 -221
- package/package.json +4 -4
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.streamToLines = streamToLines;
|
|
8
|
+
exports.jsonlStreamToCompletions = jsonlStreamToCompletions;
|
|
9
|
+
const async_1 = require("../../../util/vs/base/common/async");
|
|
10
|
+
/**
|
|
11
|
+
* Transforms a stream of strings into a stream of lines.
|
|
12
|
+
*
|
|
13
|
+
* Listener should handle the errors coming from the input stream.
|
|
14
|
+
*/
|
|
15
|
+
function streamToLines(stream) {
|
|
16
|
+
return new async_1.AsyncIterableObject(async (emitter) => {
|
|
17
|
+
let buffer = '';
|
|
18
|
+
for await (const str of stream) {
|
|
19
|
+
buffer += str;
|
|
20
|
+
do {
|
|
21
|
+
const newlineIndex = buffer.indexOf('\n');
|
|
22
|
+
if (newlineIndex === -1) {
|
|
23
|
+
break;
|
|
24
|
+
}
|
|
25
|
+
// take the first line
|
|
26
|
+
const line = buffer.substring(0, newlineIndex);
|
|
27
|
+
buffer = buffer.substring(newlineIndex + 1);
|
|
28
|
+
emitter.emitOne(line);
|
|
29
|
+
} while (true);
|
|
30
|
+
}
|
|
31
|
+
if (buffer.length > 0) {
|
|
32
|
+
// last line which doesn't end with \n
|
|
33
|
+
emitter.emitOne(buffer);
|
|
34
|
+
}
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
function jsonlStreamToCompletions(jsonlStream) {
|
|
38
|
+
return new async_1.AsyncIterableObject(async (emitter) => {
|
|
39
|
+
for await (const line of jsonlStream) {
|
|
40
|
+
if (line.trim() === 'data: [DONE]') {
|
|
41
|
+
continue;
|
|
42
|
+
}
|
|
43
|
+
if (line.startsWith('data: ')) {
|
|
44
|
+
try {
|
|
45
|
+
const message = JSON.parse(line.substring('data: '.length));
|
|
46
|
+
if (message.error) {
|
|
47
|
+
emitter.reject(new Error(message.error.message));
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
emitter.emitOne(message);
|
|
51
|
+
}
|
|
52
|
+
catch (err) {
|
|
53
|
+
emitter.reject(err);
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
// function replaceBytes(s: string): string {
|
|
61
|
+
// if (!s.startsWith('bytes:')) {
|
|
62
|
+
// return s;
|
|
63
|
+
// }
|
|
64
|
+
// const bytes: number[] = [];
|
|
65
|
+
// let i = 'bytes:'.length;
|
|
66
|
+
// const textEncoder = new TextEncoder();
|
|
67
|
+
// while (i < s.length) {
|
|
68
|
+
// if (s.slice(i, i + 3) === '\\\\x') {
|
|
69
|
+
// bytes.push(parseInt(s.slice(i + 3, i + 5), 16));
|
|
70
|
+
// i += 5;
|
|
71
|
+
// } else if (s.slice(i, i + 2) === '\\x') {
|
|
72
|
+
// bytes.push(parseInt(s.slice(i + 2, i + 4), 16));
|
|
73
|
+
// i += 4;
|
|
74
|
+
// } else {
|
|
75
|
+
// const encoded = textEncoder.encode(s.slice(i, i + 1));
|
|
76
|
+
// for (const b of encoded) {
|
|
77
|
+
// bytes.push(b);
|
|
78
|
+
// }
|
|
79
|
+
// i += 1;
|
|
80
|
+
// }
|
|
81
|
+
// }
|
|
82
|
+
// return new TextDecoder('utf8', { fatal: false }).decode(
|
|
83
|
+
// new Uint8Array(bytes)
|
|
84
|
+
// );
|
|
85
|
+
// }
|
|
86
|
+
//# sourceMappingURL=streamTransformer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streamTransformer.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/nesFetch/node/streamTransformer.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;AAUhG,sCAyBC;AAED,4DA2BC;AA9DD,8DAAyE;AAGzE;;;;GAIG;AACH,SAAgB,aAAa,CAAC,MAAmC;IAChE,OAAO,IAAI,2BAAmB,CAAS,KAAK,EAAE,OAAO,EAAE,EAAE;QACxD,IAAI,MAAM,GAAG,EAAE,CAAC;QAEhB,IAAI,KAAK,EAAE,MAAM,GAAG,IAAI,MAAM,EAAE,CAAC;YAChC,MAAM,IAAI,GAAG,CAAC;YACd,GAAG,CAAC;gBACH,MAAM,YAAY,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;gBAC1C,IAAI,YAAY,KAAK,CAAC,CAAC,EAAE,CAAC;oBACzB,MAAM;gBACP,CAAC;gBAED,sBAAsB;gBACtB,MAAM,IAAI,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC;gBAC/C,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,YAAY,GAAG,CAAC,CAAC,CAAC;gBAE5C,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;YACvB,CAAC,QAAQ,IAAI,EAAE;QAChB,CAAC;QAED,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACvB,sCAAsC;YACtC,OAAO,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;QACzB,CAAC;IACF,CAAC,CAAC,CAAC;AACJ,CAAC;AAED,SAAgB,wBAAwB,CAAC,WAAwC;IAEhF,OAAO,IAAI,2BAAmB,CAAa,KAAK,EAAE,OAAO,EAAE,EAAE;QAE5D,IAAI,KAAK,EAAE,MAAM,IAAI,IAAI,WAAW,EAAE,CAAC;YAEtC,IAAI,IAAI,CAAC,IAAI,EAAE,KAAK,cAAc,EAAE,CAAC;gBACpC,SAAS;YACV,CAAC;YAED,IAAI,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;gBAC/B,IAAI,CAAC;oBACJ,MAAM,OAAO,GAAiD,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC;oBAE1G,IAAI,OAAO,CAAC,KAAK,EAAE,CAAC;wBACnB,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;wBACjD,OAAO;oBACR,CAAC;oBAED,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;gBAC1B,CAAC;gBAAC,OAAO,GAAG,EAAE,CAAC;oBACd,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;oBACpB,OAAO;gBACR,CAAC;YACF,CAAC;QACF,CAAC;IACF,CAAC,CAAC,CAAC;AACJ,CAAC;AAED,6CAA6C;AAC7C,kCAAkC;AAClC,cAAc;AACd,KAAK;AACL,+BAA+B;AAC/B,4BAA4B;AAC5B,0CAA0C;AAC1C,0BAA0B;AAC1B,yCAAyC;AACzC,sDAAsD;AACtD,aAAa;AACb,8CAA8C;AAC9C,sDAAsD;AACtD,aAAa;AACb,aAAa;AACb,4DAA4D;AAC5D,gCAAgC;AAChC,qBAAqB;AACrB,OAAO;AACP,aAAa;AACb,MAAM;AACN,KAAK;AACL,4DAA4D;AAC5D,0BAA0B;AAC1B,MAAM;AACN,IAAI"}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
import { IConfigurationService } from '../../configuration/common/configurationService';
|
|
2
|
+
import { IExperimentationService } from '../../telemetry/common/nullExperimentationService';
|
|
3
|
+
import { IChatEndpoint } from './networking';
|
|
4
|
+
/**
|
|
5
|
+
* Types for Anthropic Messages API
|
|
6
|
+
* Based on https://platform.claude.com/docs/en/api/messages
|
|
7
|
+
*
|
|
8
|
+
* This interface supports both regular tools and server tools (web search, tool search):
|
|
9
|
+
* - Regular tools: require name, description, and input_schema
|
|
10
|
+
* - Tool search tools: require only type and name
|
|
11
|
+
*/
|
|
12
|
+
export interface AnthropicMessagesTool {
|
|
13
|
+
name: string;
|
|
14
|
+
type?: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
input_schema?: {
|
|
17
|
+
type: 'object';
|
|
18
|
+
properties?: Record<string, unknown>;
|
|
19
|
+
required?: string[];
|
|
20
|
+
};
|
|
21
|
+
defer_loading?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface ToolReference {
|
|
24
|
+
type: 'tool_reference';
|
|
25
|
+
tool_name: string;
|
|
26
|
+
}
|
|
27
|
+
export interface ToolSearchToolSearchResult {
|
|
28
|
+
type: 'tool_search_tool_search_result';
|
|
29
|
+
tool_references: ToolReference[];
|
|
30
|
+
}
|
|
31
|
+
export interface ToolSearchToolResultError {
|
|
32
|
+
type: 'tool_search_tool_result_error';
|
|
33
|
+
error_code: 'too_many_requests' | 'invalid_pattern' | 'pattern_too_long' | 'unavailable';
|
|
34
|
+
}
|
|
35
|
+
export interface ServerToolUse {
|
|
36
|
+
type: 'server_tool_use';
|
|
37
|
+
id: string;
|
|
38
|
+
name: string;
|
|
39
|
+
input: {
|
|
40
|
+
query: string;
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
export interface ToolSearchToolResult {
|
|
44
|
+
type: 'tool_search_tool_result';
|
|
45
|
+
tool_use_id: string;
|
|
46
|
+
content: ToolSearchToolSearchResult | ToolSearchToolResultError;
|
|
47
|
+
}
|
|
48
|
+
export interface ToolSearchUsage {
|
|
49
|
+
tool_search_requests: number;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Tools that should not use deferred loading when tool search is enabled.
|
|
53
|
+
* These are frequently used tools that benefit from being immediately available.
|
|
54
|
+
*
|
|
55
|
+
* TODO: @bhavyaus Replace these hardcoded strings with constants from ToolName enum
|
|
56
|
+
*/
|
|
57
|
+
export declare const nonDeferredToolNames: Set<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Context management types for Anthropic Messages API
|
|
60
|
+
* Based on https://platform.claude.com/docs/en/build-with-claude/context-editing
|
|
61
|
+
*/
|
|
62
|
+
export type ContextManagementTrigger = {
|
|
63
|
+
type: 'input_tokens';
|
|
64
|
+
value: number;
|
|
65
|
+
} | {
|
|
66
|
+
type: 'tool_uses';
|
|
67
|
+
value: number;
|
|
68
|
+
};
|
|
69
|
+
export type ContextManagementKeep = {
|
|
70
|
+
type: 'tool_uses';
|
|
71
|
+
value: number;
|
|
72
|
+
} | {
|
|
73
|
+
type: 'thinking_turns';
|
|
74
|
+
value: number;
|
|
75
|
+
} | 'all';
|
|
76
|
+
export type ContextManagementClearAtLeast = {
|
|
77
|
+
type: 'input_tokens';
|
|
78
|
+
value: number;
|
|
79
|
+
};
|
|
80
|
+
export interface ClearToolUsesEdit {
|
|
81
|
+
type: 'clear_tool_uses_20250919';
|
|
82
|
+
trigger?: ContextManagementTrigger;
|
|
83
|
+
keep?: ContextManagementKeep;
|
|
84
|
+
clear_at_least?: ContextManagementClearAtLeast;
|
|
85
|
+
exclude_tools?: string[];
|
|
86
|
+
clear_tool_inputs?: boolean;
|
|
87
|
+
}
|
|
88
|
+
export interface ClearThinkingEdit {
|
|
89
|
+
type: 'clear_thinking_20251015';
|
|
90
|
+
keep?: ContextManagementKeep;
|
|
91
|
+
}
|
|
92
|
+
export type ContextManagementEdit = ClearToolUsesEdit | ClearThinkingEdit;
|
|
93
|
+
export interface ContextManagement {
|
|
94
|
+
edits: ContextManagementEdit[];
|
|
95
|
+
}
|
|
96
|
+
export interface AppliedContextEdit {
|
|
97
|
+
type: 'clear_thinking_20251015' | 'clear_tool_uses_20250919';
|
|
98
|
+
cleared_thinking_turns?: number;
|
|
99
|
+
cleared_tool_uses?: number;
|
|
100
|
+
cleared_input_tokens?: number;
|
|
101
|
+
}
|
|
102
|
+
export interface ContextManagementResponse {
|
|
103
|
+
applied_edits: AppliedContextEdit[];
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Context editing is supported by:
|
|
107
|
+
* - Claude Haiku 4.5 (claude-haiku-4-5-* or claude-haiku-4.5-*)
|
|
108
|
+
* - Claude Sonnet 4.5 (claude-sonnet-4-5-* or claude-sonnet-4.5-*)
|
|
109
|
+
* - Claude Sonnet 4 (claude-sonnet-4-*)
|
|
110
|
+
* - Claude Opus 4.5 (claude-opus-4-5-* or claude-opus-4.5-*)
|
|
111
|
+
* - Claude Opus 4.1 (claude-opus-4-1-* or claude-opus-4.1-*)
|
|
112
|
+
* - Claude Opus 4 (claude-opus-4-*)
|
|
113
|
+
* @param modelId The model ID to check
|
|
114
|
+
* @returns true if the model supports context editing
|
|
115
|
+
*/
|
|
116
|
+
export declare function modelSupportsContextEditing(modelId: string): boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Tool search is only supported by:
|
|
119
|
+
* - Claude Sonnet 4.5 (claude-sonnet-4-5-* or claude-sonnet-4.5-*)
|
|
120
|
+
* - Claude Opus 4.5 (claude-opus-4-5-* or claude-opus-4.5-*)
|
|
121
|
+
* @param modelId The model ID to check
|
|
122
|
+
* @returns true if the model supports tool search
|
|
123
|
+
*/
|
|
124
|
+
export declare function modelSupportsToolSearch(modelId: string): boolean;
|
|
125
|
+
/**
|
|
126
|
+
* Memory is supported by:
|
|
127
|
+
* - Claude Haiku 4.5 (claude-haiku-4-5-* or claude-haiku-4.5-*)
|
|
128
|
+
* - Claude Sonnet 4.5 (claude-sonnet-4-5-* or claude-sonnet-4.5-*)
|
|
129
|
+
* - Claude Sonnet 4 (claude-sonnet-4-*)
|
|
130
|
+
* - Claude Opus 4.5 (claude-opus-4-5-* or claude-opus-4.5-*)
|
|
131
|
+
* - Claude Opus 4.1 (claude-opus-4-1-* or claude-opus-4.1-*)
|
|
132
|
+
* - Claude Opus 4 (claude-opus-4-*)
|
|
133
|
+
* @param modelId The model ID to check
|
|
134
|
+
* @returns true if the model supports memory
|
|
135
|
+
*/
|
|
136
|
+
export declare function modelSupportsMemory(modelId: string): boolean;
|
|
137
|
+
export declare function isAnthropicMemoryEnabled(endpoint: IChatEndpoint | string, configurationService: IConfigurationService, experimentationService: IExperimentationService): boolean;
|
|
138
|
+
export declare function isAnthropicToolSearchEnabled(endpoint: IChatEndpoint | string, configurationService: IConfigurationService, experimentationService: IExperimentationService): boolean;
|
|
139
|
+
export declare function isAnthropicContextEditingEnabled(endpoint: IChatEndpoint | string, configurationService: IConfigurationService, experimentationService: IExperimentationService): boolean;
|
|
140
|
+
export interface ContextEditingConfig {
|
|
141
|
+
triggerType: 'input_tokens' | 'tool_uses';
|
|
142
|
+
triggerValue: number;
|
|
143
|
+
keepCount: number;
|
|
144
|
+
clearAtLeastTokens: number | undefined;
|
|
145
|
+
excludeTools: string[];
|
|
146
|
+
clearInputs: boolean;
|
|
147
|
+
thinkingKeepTurns: number;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Builds the context_management configuration object for the Messages API request.
|
|
151
|
+
* @param config The context editing configuration from individual settings
|
|
152
|
+
* @param hasThinking Whether extended thinking is enabled (the thinking budget value)
|
|
153
|
+
* @param modelMaxTokens The maximum input tokens supported by the model
|
|
154
|
+
* @returns The context_management object to include in the request, or undefined if no edits
|
|
155
|
+
*/
|
|
156
|
+
export declare function buildContextManagement(config: ContextEditingConfig, hasThinking: number | undefined, modelMaxTokens: number): ContextManagement | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* Reads context editing configuration from settings and builds the context_management object.
|
|
159
|
+
* This is a convenience function that combines reading configuration with buildContextManagement.
|
|
160
|
+
* @param configurationService The configuration service to read settings from
|
|
161
|
+
* @param experimentationService The experimentation service for experiment-based config
|
|
162
|
+
* @param thinkingBudget The thinking budget value (undefined if thinking is disabled)
|
|
163
|
+
* @param modelMaxInputTokens The maximum input tokens supported by the model
|
|
164
|
+
* @returns The context_management object to include in the request, or undefined if disabled
|
|
165
|
+
*/
|
|
166
|
+
export declare function getContextManagementFromConfig(experimentationService: IExperimentationService, thinkingBudget: number | undefined, modelMaxInputTokens: number): ContextManagement | undefined;
|
|
167
|
+
//# sourceMappingURL=anthropic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anthropic.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/networking/common/anthropic.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.nonDeferredToolNames = void 0;
|
|
8
|
+
exports.modelSupportsContextEditing = modelSupportsContextEditing;
|
|
9
|
+
exports.modelSupportsToolSearch = modelSupportsToolSearch;
|
|
10
|
+
exports.modelSupportsMemory = modelSupportsMemory;
|
|
11
|
+
exports.isAnthropicMemoryEnabled = isAnthropicMemoryEnabled;
|
|
12
|
+
exports.isAnthropicToolSearchEnabled = isAnthropicToolSearchEnabled;
|
|
13
|
+
exports.isAnthropicContextEditingEnabled = isAnthropicContextEditingEnabled;
|
|
14
|
+
exports.buildContextManagement = buildContextManagement;
|
|
15
|
+
exports.getContextManagementFromConfig = getContextManagementFromConfig;
|
|
16
|
+
const configurationService_1 = require("../../configuration/common/configurationService");
|
|
17
|
+
/**
|
|
18
|
+
* Tools that should not use deferred loading when tool search is enabled.
|
|
19
|
+
* These are frequently used tools that benefit from being immediately available.
|
|
20
|
+
*
|
|
21
|
+
* TODO: @bhavyaus Replace these hardcoded strings with constants from ToolName enum
|
|
22
|
+
*/
|
|
23
|
+
exports.nonDeferredToolNames = new Set([
|
|
24
|
+
// Read/navigate
|
|
25
|
+
'read_file',
|
|
26
|
+
'list_dir',
|
|
27
|
+
// Search
|
|
28
|
+
'grep_search',
|
|
29
|
+
'semantic_search',
|
|
30
|
+
'file_search',
|
|
31
|
+
// Edit
|
|
32
|
+
'replace_string_in_file',
|
|
33
|
+
'multi_replace_string_in_file',
|
|
34
|
+
'insert_edit_into_file',
|
|
35
|
+
'apply_patch',
|
|
36
|
+
'create_file',
|
|
37
|
+
// Terminal
|
|
38
|
+
'run_in_terminal',
|
|
39
|
+
'get_terminal_output',
|
|
40
|
+
// Other high-usage tools
|
|
41
|
+
'get_errors',
|
|
42
|
+
'manage_todo_list',
|
|
43
|
+
]);
|
|
44
|
+
/**
|
|
45
|
+
* Context editing is supported by:
|
|
46
|
+
* - Claude Haiku 4.5 (claude-haiku-4-5-* or claude-haiku-4.5-*)
|
|
47
|
+
* - Claude Sonnet 4.5 (claude-sonnet-4-5-* or claude-sonnet-4.5-*)
|
|
48
|
+
* - Claude Sonnet 4 (claude-sonnet-4-*)
|
|
49
|
+
* - Claude Opus 4.5 (claude-opus-4-5-* or claude-opus-4.5-*)
|
|
50
|
+
* - Claude Opus 4.1 (claude-opus-4-1-* or claude-opus-4.1-*)
|
|
51
|
+
* - Claude Opus 4 (claude-opus-4-*)
|
|
52
|
+
* @param modelId The model ID to check
|
|
53
|
+
* @returns true if the model supports context editing
|
|
54
|
+
*/
|
|
55
|
+
function modelSupportsContextEditing(modelId) {
|
|
56
|
+
// Normalize: lowercase and replace dots with dashes so "4.5" matches "4-5"
|
|
57
|
+
const normalized = modelId.toLowerCase().replace(/\./g, '-');
|
|
58
|
+
return normalized.startsWith('claude-haiku-4-5') ||
|
|
59
|
+
normalized.startsWith('claude-sonnet-4-5') ||
|
|
60
|
+
normalized.startsWith('claude-sonnet-4') ||
|
|
61
|
+
normalized.startsWith('claude-opus-4-5') ||
|
|
62
|
+
normalized.startsWith('claude-opus-4-1') ||
|
|
63
|
+
normalized.startsWith('claude-opus-4');
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Tool search is only supported by:
|
|
67
|
+
* - Claude Sonnet 4.5 (claude-sonnet-4-5-* or claude-sonnet-4.5-*)
|
|
68
|
+
* - Claude Opus 4.5 (claude-opus-4-5-* or claude-opus-4.5-*)
|
|
69
|
+
* @param modelId The model ID to check
|
|
70
|
+
* @returns true if the model supports tool search
|
|
71
|
+
*/
|
|
72
|
+
function modelSupportsToolSearch(modelId) {
|
|
73
|
+
// Normalize: lowercase and replace dots with dashes so "4.5" matches "4-5"
|
|
74
|
+
const normalized = modelId.toLowerCase().replace(/\./g, '-');
|
|
75
|
+
return normalized.startsWith('claude-sonnet-4-5') ||
|
|
76
|
+
normalized.startsWith('claude-opus-4-5');
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Memory is supported by:
|
|
80
|
+
* - Claude Haiku 4.5 (claude-haiku-4-5-* or claude-haiku-4.5-*)
|
|
81
|
+
* - Claude Sonnet 4.5 (claude-sonnet-4-5-* or claude-sonnet-4.5-*)
|
|
82
|
+
* - Claude Sonnet 4 (claude-sonnet-4-*)
|
|
83
|
+
* - Claude Opus 4.5 (claude-opus-4-5-* or claude-opus-4.5-*)
|
|
84
|
+
* - Claude Opus 4.1 (claude-opus-4-1-* or claude-opus-4.1-*)
|
|
85
|
+
* - Claude Opus 4 (claude-opus-4-*)
|
|
86
|
+
* @param modelId The model ID to check
|
|
87
|
+
* @returns true if the model supports memory
|
|
88
|
+
*/
|
|
89
|
+
function modelSupportsMemory(modelId) {
|
|
90
|
+
const normalized = modelId.toLowerCase().replace(/\./g, '-');
|
|
91
|
+
return normalized.startsWith('claude-haiku-4-5') ||
|
|
92
|
+
normalized.startsWith('claude-sonnet-4-5') ||
|
|
93
|
+
normalized.startsWith('claude-sonnet-4') ||
|
|
94
|
+
normalized.startsWith('claude-opus-4-5') ||
|
|
95
|
+
normalized.startsWith('claude-opus-4-1') ||
|
|
96
|
+
normalized.startsWith('claude-opus-4');
|
|
97
|
+
}
|
|
98
|
+
function isAnthropicMemoryEnabled(endpoint, configurationService, experimentationService) {
|
|
99
|
+
const effectiveModelId = typeof endpoint === 'string' ? endpoint : endpoint.model;
|
|
100
|
+
if (!modelSupportsMemory(effectiveModelId)) {
|
|
101
|
+
return false;
|
|
102
|
+
}
|
|
103
|
+
return configurationService.getExperimentBasedConfig(configurationService_1.ConfigKey.MemoryToolEnabled, experimentationService);
|
|
104
|
+
}
|
|
105
|
+
function isAnthropicToolSearchEnabled(endpoint, configurationService, experimentationService) {
|
|
106
|
+
const effectiveModelId = typeof endpoint === 'string' ? endpoint : endpoint.model;
|
|
107
|
+
if (!modelSupportsToolSearch(effectiveModelId)) {
|
|
108
|
+
return false;
|
|
109
|
+
}
|
|
110
|
+
return configurationService.getExperimentBasedConfig(configurationService_1.ConfigKey.AnthropicToolSearchEnabled, experimentationService);
|
|
111
|
+
}
|
|
112
|
+
function isAnthropicContextEditingEnabled(endpoint, configurationService, experimentationService) {
|
|
113
|
+
const effectiveModelId = typeof endpoint === 'string' ? endpoint : endpoint.model;
|
|
114
|
+
if (!modelSupportsContextEditing(effectiveModelId)) {
|
|
115
|
+
return false;
|
|
116
|
+
}
|
|
117
|
+
return configurationService.getExperimentBasedConfig(configurationService_1.ConfigKey.AnthropicContextEditingEnabled, experimentationService);
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* Builds the context_management configuration object for the Messages API request.
|
|
121
|
+
* @param config The context editing configuration from individual settings
|
|
122
|
+
* @param hasThinking Whether extended thinking is enabled (the thinking budget value)
|
|
123
|
+
* @param modelMaxTokens The maximum input tokens supported by the model
|
|
124
|
+
* @returns The context_management object to include in the request, or undefined if no edits
|
|
125
|
+
*/
|
|
126
|
+
function buildContextManagement(config, hasThinking, modelMaxTokens) {
|
|
127
|
+
const edits = [];
|
|
128
|
+
// Add thinking block clearing if extended thinking is enabled
|
|
129
|
+
if (hasThinking) {
|
|
130
|
+
const thinkingKeepTurns = config.thinkingKeepTurns;
|
|
131
|
+
edits.push({
|
|
132
|
+
type: 'clear_thinking_20251015',
|
|
133
|
+
keep: { type: 'thinking_turns', value: Math.max(1, thinkingKeepTurns) },
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
// Add tool result clearing configuration
|
|
137
|
+
const { triggerType, triggerValue, keepCount, clearAtLeastTokens, excludeTools, clearInputs } = config;
|
|
138
|
+
// Build trigger based on type - use configured values directly (defaults match Anthropic's recommendations)
|
|
139
|
+
const trigger = { type: triggerType, value: triggerValue };
|
|
140
|
+
const toolEdit = {
|
|
141
|
+
type: 'clear_tool_uses_20250919',
|
|
142
|
+
trigger,
|
|
143
|
+
keep: { type: 'tool_uses', value: keepCount },
|
|
144
|
+
...(clearAtLeastTokens ? { clear_at_least: { type: 'input_tokens', value: clearAtLeastTokens } } : {}),
|
|
145
|
+
...(excludeTools.length > 0 ? { exclude_tools: excludeTools } : {}),
|
|
146
|
+
...(clearInputs ? { clear_tool_inputs: clearInputs } : {}),
|
|
147
|
+
};
|
|
148
|
+
edits.push(toolEdit);
|
|
149
|
+
return edits.length > 0 ? { edits } : undefined;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Reads context editing configuration from settings and builds the context_management object.
|
|
153
|
+
* This is a convenience function that combines reading configuration with buildContextManagement.
|
|
154
|
+
* @param configurationService The configuration service to read settings from
|
|
155
|
+
* @param experimentationService The experimentation service for experiment-based config
|
|
156
|
+
* @param thinkingBudget The thinking budget value (undefined if thinking is disabled)
|
|
157
|
+
* @param modelMaxInputTokens The maximum input tokens supported by the model
|
|
158
|
+
* @returns The context_management object to include in the request, or undefined if disabled
|
|
159
|
+
*/
|
|
160
|
+
function getContextManagementFromConfig(experimentationService, thinkingBudget, modelMaxInputTokens) {
|
|
161
|
+
const contextEditingConfig = {
|
|
162
|
+
triggerType: (experimentationService.getTreatmentVariable('copilotchat.anthropic.contextEditing.toolResult.triggerType') ?? 'input_tokens'),
|
|
163
|
+
triggerValue: experimentationService.getTreatmentVariable('copilotchat.anthropic.contextEditing.toolResult.triggerValue') ?? 75000,
|
|
164
|
+
keepCount: experimentationService.getTreatmentVariable('copilotchat.anthropic.contextEditing.toolResult.keepCount') ?? 5,
|
|
165
|
+
clearAtLeastTokens: experimentationService.getTreatmentVariable('copilotchat.anthropic.contextEditing.toolResult.clearAtLeastTokens') ?? 5000,
|
|
166
|
+
excludeTools: [],
|
|
167
|
+
clearInputs: experimentationService.getTreatmentVariable('copilotchat.anthropic.contextEditing.toolResult.clearInputs') ?? true,
|
|
168
|
+
thinkingKeepTurns: experimentationService.getTreatmentVariable('copilotchat.anthropic.contextEditing.thinking.keepTurns') ?? 1,
|
|
169
|
+
};
|
|
170
|
+
return buildContextManagement(contextEditingConfig, thinkingBudget, modelMaxInputTokens);
|
|
171
|
+
}
|
|
172
|
+
//# sourceMappingURL=anthropic.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anthropic.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/networking/common/anthropic.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EncryptedThinkingDelta, ThinkingData, ThinkingDelta } from '../../thinking/common/thinking';
|
|
2
|
-
import {
|
|
2
|
+
import { AnthropicMessagesTool, ContextManagementResponse } from './anthropic';
|
|
3
|
+
import { IHeaders } from './fetcherService';
|
|
3
4
|
import { ChoiceLogProbs, FilterReason } from './openai';
|
|
4
5
|
export interface RequestId {
|
|
5
6
|
headerRequestId: string;
|
|
@@ -9,7 +10,7 @@ export interface RequestId {
|
|
|
9
10
|
serverExperiments: string;
|
|
10
11
|
deploymentId: string;
|
|
11
12
|
}
|
|
12
|
-
export declare function getRequestId(
|
|
13
|
+
export declare function getRequestId(headers: IHeaders, json?: any): RequestId;
|
|
13
14
|
export interface ICodeVulnerabilityAnnotation {
|
|
14
15
|
details: {
|
|
15
16
|
type: string;
|
|
@@ -40,8 +41,18 @@ export interface ICopilotToolCall {
|
|
|
40
41
|
arguments: string;
|
|
41
42
|
id: string;
|
|
42
43
|
}
|
|
44
|
+
export interface IServerToolCall extends ICopilotToolCall {
|
|
45
|
+
/** Indicates this is a server-side tool call (e.g., tool_search, websearch) - not validated/executed by client */
|
|
46
|
+
isServer: true;
|
|
47
|
+
}
|
|
48
|
+
export interface ICopilotToolCallStreamUpdate {
|
|
49
|
+
name: string;
|
|
50
|
+
arguments: string;
|
|
51
|
+
id?: string;
|
|
52
|
+
}
|
|
43
53
|
export interface ICopilotBeginToolCall {
|
|
44
54
|
name: string;
|
|
55
|
+
id?: string;
|
|
45
56
|
}
|
|
46
57
|
/**
|
|
47
58
|
* @deprecated
|
|
@@ -76,6 +87,7 @@ export interface IResponseDelta {
|
|
|
76
87
|
copilotReferences?: ICopilotReference[];
|
|
77
88
|
copilotErrors?: ICopilotError[];
|
|
78
89
|
copilotToolCalls?: ICopilotToolCall[];
|
|
90
|
+
copilotToolCallStreamUpdates?: ICopilotToolCallStreamUpdate[];
|
|
79
91
|
beginToolCalls?: ICopilotBeginToolCall[];
|
|
80
92
|
_deprecatedCopilotFunctionCalls?: ICopilotFunctionCall[];
|
|
81
93
|
copilotConfirmation?: ICopilotConfirmation;
|
|
@@ -83,6 +95,10 @@ export interface IResponseDelta {
|
|
|
83
95
|
retryReason?: FilterReason | 'network_error';
|
|
84
96
|
/** Marker for the current response, which should be presented in `IMakeChatRequestOptions` on the next call */
|
|
85
97
|
statefulMarker?: string;
|
|
98
|
+
/** Context management information from Anthropic Messages API */
|
|
99
|
+
contextManagement?: ContextManagementResponse;
|
|
100
|
+
/** Server-side tool calls (e.g., tool_search) - reported for logging but not validated/executed */
|
|
101
|
+
serverToolCalls?: IServerToolCall[];
|
|
86
102
|
}
|
|
87
103
|
export declare const enum ResponsePartKind {
|
|
88
104
|
ContentDelta = 0,
|
|
@@ -187,15 +203,6 @@ export interface OpenAiResponsesFunctionTool extends OpenAiFunctionDef {
|
|
|
187
203
|
type: 'function';
|
|
188
204
|
}
|
|
189
205
|
export declare function isOpenAiFunctionTool(tool: OpenAiResponsesFunctionTool | OpenAiFunctionTool | AnthropicMessagesTool): tool is OpenAiFunctionTool;
|
|
190
|
-
export interface AnthropicMessagesTool {
|
|
191
|
-
name: string;
|
|
192
|
-
description?: string;
|
|
193
|
-
input_schema: {
|
|
194
|
-
type: 'object';
|
|
195
|
-
properties?: Record<string, any>;
|
|
196
|
-
required?: string[];
|
|
197
|
-
};
|
|
198
|
-
}
|
|
199
206
|
/**
|
|
200
207
|
* Options for streaming response. Only set this when you set stream: true.
|
|
201
208
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/networking/common/fetch.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,sBAAsB,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AACrG,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAKxD,MAAM,WAAW,SAAS;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,YAAY,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,YAAY,CAAC,
|
|
1
|
+
{"version":3,"file":"fetch.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/networking/common/fetch.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,14 +9,14 @@ exports.isCopilotAnnotation = isCopilotAnnotation;
|
|
|
9
9
|
exports.isCodeCitationAnnotation = isCodeCitationAnnotation;
|
|
10
10
|
exports.isCopilotWebReference = isCopilotWebReference;
|
|
11
11
|
exports.isOpenAiFunctionTool = isOpenAiFunctionTool;
|
|
12
|
-
function getRequestId(
|
|
12
|
+
function getRequestId(headers, json) {
|
|
13
13
|
return {
|
|
14
|
-
headerRequestId:
|
|
15
|
-
gitHubRequestId:
|
|
14
|
+
headerRequestId: headers.get('x-request-id') || '',
|
|
15
|
+
gitHubRequestId: headers.get('x-github-request-id') || '',
|
|
16
16
|
completionId: json && json.id ? json.id : '',
|
|
17
17
|
created: json && json.created ? json.created : 0,
|
|
18
|
-
serverExperiments:
|
|
19
|
-
deploymentId:
|
|
18
|
+
serverExperiments: headers.get('X-Copilot-Experiment') || '',
|
|
19
|
+
deploymentId: headers.get('azureml-model-deployment') || '',
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
22
|
function isCopilotAnnotation(thing) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/networking/common/fetch.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;
|
|
1
|
+
{"version":3,"file":"fetch.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/networking/common/fetch.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;AAmBhG,oCASC;AAmBD,kDAQC;AAED,4DAQC;AAmDD,sDAEC;AAmKD,oDAEC;AAxQD,SAAgB,YAAY,CAAC,OAAiB,EAAE,IAAU;IACzD,OAAO;QACN,eAAe,EAAE,OAAO,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,EAAE;QAClD,eAAe,EAAE,OAAO,CAAC,GAAG,CAAC,qBAAqB,CAAC,IAAI,EAAE;QACzD,YAAY,EAAE,IAAI,IAAI,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE;QAC5C,OAAO,EAAE,IAAI,IAAI,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QAChD,iBAAiB,EAAE,OAAO,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,EAAE;QAC5D,YAAY,EAAE,OAAO,CAAC,GAAG,CAAC,0BAA0B,CAAC,IAAI,EAAE;KAC3D,CAAC;AACH,CAAC;AAmBD,SAAgB,mBAAmB,CAAC,KAAc;IACjD,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,EAAE,CAAC;QAC1E,OAAO,KAAK,CAAC;IACd,CAAC;IAED,MAAM,EAAE,OAAO,EAAE,GAAG,KAAqC,CAAC;IAC1D,OAAO,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,KAAK,IAAI;QACrD,MAAM,IAAI,OAAO,IAAI,aAAa,IAAI,OAAO,IAAI,OAAO,OAAO,CAAC,IAAI,KAAK,QAAQ,IAAI,OAAO,OAAO,CAAC,WAAW,KAAK,QAAQ,CAAC;AAC/H,CAAC;AAED,SAAgB,wBAAwB,CAAC,KAAc;IACtD,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,EAAE,CAAC;QAC5E,OAAO,KAAK,CAAC;IACd,CAAC;IAED,MAAM,EAAE,SAAS,EAAE,GAAG,KAAwB,CAAC;IAC/C,OAAO,OAAO,SAAS,KAAK,QAAQ,IAAI,SAAS,KAAK,IAAI;QACzD,KAAK,IAAI,SAAS,IAAI,SAAS,IAAI,SAAS,IAAI,OAAO,SAAS,CAAC,GAAG,KAAK,QAAQ,IAAI,OAAO,SAAS,CAAC,OAAO,KAAK,QAAQ,CAAC;AAC7H,CAAC;AAmDD,SAAgB,qBAAqB,CAAC,SAAkB;IACvD,OAAO,OAAO,SAAS,KAAK,QAAQ,IAAI,CAAC,CAAC,SAAS,IAAI,OAAO,IAAI,SAAS,IAAI,SAAS,IAAI,SAAS,IAAI,KAAK,IAAI,SAAS,CAAC;AAC7H,CAAC;AAmKD,SAAgB,oBAAoB,CAAC,IAA8E;IAClH,OAAQ,IAA2B,CAAC,QAAQ,KAAK,SAAS,CAAC;AAC5D,CAAC"}
|
|
@@ -16,16 +16,15 @@ export declare class Response {
|
|
|
16
16
|
readonly status: number;
|
|
17
17
|
readonly statusText: string;
|
|
18
18
|
readonly headers: IHeaders;
|
|
19
|
-
private readonly getText;
|
|
20
|
-
private readonly getJson;
|
|
21
|
-
private readonly getBody;
|
|
22
19
|
readonly fetcher: FetcherId;
|
|
23
20
|
ok: boolean;
|
|
24
|
-
|
|
21
|
+
readonly body: DestroyableStream<Uint8Array>;
|
|
22
|
+
private _bytesReceived;
|
|
23
|
+
get bytesReceived(): number;
|
|
24
|
+
constructor(status: number, statusText: string, headers: IHeaders, body: ReadableStream<Uint8Array> | null, fetcher: FetcherId);
|
|
25
|
+
static fromText(status: number, statusText: string, headers: IHeaders, body: string, fetcher: FetcherId): Response;
|
|
25
26
|
text(): Promise<string>;
|
|
26
27
|
json(): Promise<any>;
|
|
27
|
-
/** Async version of the standard .body field. */
|
|
28
|
-
body(): Promise<unknown | null>;
|
|
29
28
|
}
|
|
30
29
|
export type FetcherId = 'electron-fetch' | 'node-fetch' | 'node-http' | 'test-stub' | 'helix-fetch';
|
|
31
30
|
/** These are the options we currently use, for ease of reference. */
|
|
@@ -35,7 +34,11 @@ export interface FetchOptions {
|
|
|
35
34
|
};
|
|
36
35
|
body?: string;
|
|
37
36
|
timeout?: number;
|
|
38
|
-
|
|
37
|
+
/**
|
|
38
|
+
* If `json` is provided, it will be stringified using `JSON.stringify` and sent as the body with
|
|
39
|
+
* the `Content-Type` header set to `application/json`.
|
|
40
|
+
*/
|
|
41
|
+
json?: unknown;
|
|
39
42
|
method?: 'GET' | 'POST';
|
|
40
43
|
signal?: IAbortSignal;
|
|
41
44
|
retryFallbacks?: boolean;
|
|
@@ -61,5 +64,35 @@ export interface IAbortController {
|
|
|
61
64
|
export interface IHeaders extends Iterable<[string, string]> {
|
|
62
65
|
get(name: string): string | null;
|
|
63
66
|
}
|
|
67
|
+
/**
|
|
68
|
+
* Wraps a ReadableStream to allow cancellation even while a `for await` loop
|
|
69
|
+
* holds the stream locked. Use `destroy()` to safely cancel from an external
|
|
70
|
+
* callback (e.g., `onReturn`) - it cancels through the reader if locked.
|
|
71
|
+
*
|
|
72
|
+
* When `pipeThrough()` is called, destroy() will forward to the piped stream.
|
|
73
|
+
*/
|
|
74
|
+
export declare class DestroyableStream<T> implements AsyncIterable<T> {
|
|
75
|
+
private readonly stream;
|
|
76
|
+
private reader;
|
|
77
|
+
private pipedHead;
|
|
78
|
+
constructor(stream: ReadableStream<T>);
|
|
79
|
+
/**
|
|
80
|
+
* Returns the underlying ReadableStream for APIs that require it
|
|
81
|
+
* (e.g., Readable.fromWeb). Use with caution as operations on the
|
|
82
|
+
* returned stream bypass the DestroyableStream's reader tracking.
|
|
83
|
+
*/
|
|
84
|
+
toReadableStream(): ReadableStream<T>;
|
|
85
|
+
/**
|
|
86
|
+
* Pipes this stream through a transform stream.
|
|
87
|
+
* Returns a new DestroyableStream wrapping the transformed stream.
|
|
88
|
+
* Calling destroy() on this stream will forward to the piped stream.
|
|
89
|
+
*/
|
|
90
|
+
pipeThrough<U>(transform: {
|
|
91
|
+
readable: ReadableStream<U>;
|
|
92
|
+
writable: WritableStream<T>;
|
|
93
|
+
}): DestroyableStream<U>;
|
|
94
|
+
[Symbol.asyncIterator](): AsyncGenerator<T, void, undefined>;
|
|
95
|
+
destroy(): Promise<void>;
|
|
96
|
+
}
|
|
64
97
|
export declare function jsonVerboseError(resp: Response): Promise<any>;
|
|
65
98
|
//# sourceMappingURL=fetcherService.d.ts.map
|