@vscode/chat-lib 0.0.5-0 → 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/nextEditCache.js +1 -1
- 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 +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/common/promptCrafting.d.ts +0 -19
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +13 -123
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/systemMessages.d.ts +6 -0
- package/dist/src/_internal/extension/xtab/common/systemMessages.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/systemMessages.js +104 -0
- package/dist/src/_internal/extension/xtab/common/systemMessages.js.map +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.d.ts +15 -0
- package/dist/src/_internal/extension/xtab/common/tags.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/tags.js +24 -0
- package/dist/src/_internal/extension/xtab/common/tags.js.map +1 -0
- 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 +91 -45
- 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 +15 -5
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +19 -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 +6 -1
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +77 -0
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +47 -13
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +23 -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/edit.js +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/edit.js.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/rootedLineEdit.js +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/rootedLineEdit.js.map +1 -1
- 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 +22 -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 +26 -1
- 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 +4 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/async.d.ts +7 -3
- package/dist/src/_internal/util/vs/base/common/async.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/async.js +16 -5
- package/dist/src/_internal/util/vs/base/common/async.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/cache.d.ts +11 -0
- package/dist/src/_internal/util/vs/base/common/cache.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/cache.js +27 -1
- package/dist/src/_internal/util/vs/base/common/cache.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/cancellation.d.ts +21 -0
- package/dist/src/_internal/util/vs/base/common/cancellation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/cancellation.js +53 -1
- package/dist/src/_internal/util/vs/base/common/cancellation.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts +16 -1
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts +16 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js +16 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/errors.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/errors.js +1 -0
- package/dist/src/_internal/util/vs/base/common/errors.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/extpath.js +4 -4
- package/dist/src/_internal/util/vs/base/common/extpath.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/glob.js +1 -1
- package/dist/src/_internal/util/vs/base/common/glob.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/hash.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.d.ts +2 -0
- package/dist/src/_internal/util/vs/base/common/htmlContent.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.js +9 -5
- package/dist/src/_internal/util/vs/base/common/htmlContent.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.d.ts +17 -2
- package/dist/src/_internal/util/vs/base/common/lifecycle.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.js +41 -8
- package/dist/src/_internal/util/vs/base/common/lifecycle.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/map.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/network.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/network.js +1 -0
- package/dist/src/_internal/util/vs/base/common/network.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/numbers.d.ts +0 -45
- package/dist/src/_internal/util/vs/base/common/numbers.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/numbers.js +0 -55
- package/dist/src/_internal/util/vs/base/common/numbers.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/objects.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/base.d.ts +4 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/base.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/base.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/changeTracker.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/changeTracker.js +4 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/changeTracker.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugLocation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugLocation.js +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugLocation.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugName.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugName.js +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/debugName.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.js +3 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/consoleObservableLogger.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/consoleObservableLogger.js +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/consoleObservableLogger.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.d.ts +5 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.d.ts.map +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js +71 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugGetDependencyGraph.js.map +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/debuggerRpc.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/debuggerRpc.js +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/debuggerRpc.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/rpc.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/rpc.js +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/rpc.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.d.ts +4 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.js +8 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/baseObservable.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derived.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derived.js +9 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derived.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.js +12 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/derivedImpl.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.d.ts +4 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.js +4 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/observables/observableFromEvent.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.js +10 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorunImpl.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/set.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/set.js +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/set.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.js +3 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utilsCancellation.js +2 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utilsCancellation.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/platform.d.ts +1 -0
- package/dist/src/_internal/util/vs/base/common/platform.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/platform.js +4 -0
- package/dist/src/_internal/util/vs/base/common/platform.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/process.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/stream.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/strings.d.ts +0 -1
- package/dist/src/_internal/util/vs/base/common/strings.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/strings.js +0 -4
- package/dist/src/_internal/util/vs/base/common/strings.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/themables.d.ts +8 -0
- package/dist/src/_internal/util/vs/base/common/themables.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/themables.js +14 -0
- package/dist/src/_internal/util/vs/base/common/themables.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/types.d.ts +4 -0
- package/dist/src/_internal/util/vs/base/common/types.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/types.js +11 -1
- package/dist/src/_internal/util/vs/base/common/types.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/edit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/edit.js +1 -0
- package/dist/src/_internal/util/vs/editor/common/core/edits/edit.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/lineEdit.d.ts +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/lineEdit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/lineEdit.js +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/lineEdit.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.d.ts +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.js +12 -3
- package/dist/src/_internal/util/vs/editor/common/core/edits/stringEdit.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/position.d.ts +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/position.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/position.js +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/position.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/range.d.ts +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/range.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/range.js +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/range.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/ranges/lineRange.d.ts +3 -3
- package/dist/src/_internal/util/vs/editor/common/core/ranges/lineRange.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/ranges/lineRange.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/text/abstractText.d.ts +3 -2
- package/dist/src/_internal/util/vs/editor/common/core/text/abstractText.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/text/abstractText.js +5 -1
- package/dist/src/_internal/util/vs/editor/common/core/text/abstractText.js.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/descriptors.d.ts +2 -2
- package/dist/src/_internal/util/vs/platform/instantiation/common/descriptors.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/descriptors.js.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiation.d.ts +8 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiation.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiation.js.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiationService.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiationService.js +1 -0
- package/dist/src/_internal/util/vs/platform/instantiation/common/instantiationService.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +3 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +5 -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 +256 -86
- 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
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,
|
|
@@ -3108,6 +3191,47 @@
|
|
|
3108
3191
|
"detailed"
|
|
3109
3192
|
]
|
|
3110
3193
|
},
|
|
3194
|
+
"github.copilot.chat.anthropic.thinking.enabled": {
|
|
3195
|
+
"type": "boolean",
|
|
3196
|
+
"default": false,
|
|
3197
|
+
"markdownDescription": "%github.copilot.config.anthropic.thinking.enabled%",
|
|
3198
|
+
"tags": [
|
|
3199
|
+
"experimental",
|
|
3200
|
+
"onExp"
|
|
3201
|
+
]
|
|
3202
|
+
},
|
|
3203
|
+
"github.copilot.chat.anthropic.thinking.maxTokens": {
|
|
3204
|
+
"type": [
|
|
3205
|
+
"number",
|
|
3206
|
+
"null"
|
|
3207
|
+
],
|
|
3208
|
+
"default": null,
|
|
3209
|
+
"markdownDescription": "%github.copilot.config.anthropic.thinking.maxTokens%",
|
|
3210
|
+
"minimum": 1024,
|
|
3211
|
+
"maximum": 32000,
|
|
3212
|
+
"tags": [
|
|
3213
|
+
"experimental",
|
|
3214
|
+
"onExp"
|
|
3215
|
+
]
|
|
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
|
+
},
|
|
3111
3235
|
"github.copilot.chat.completionsFetcher": {
|
|
3112
3236
|
"type": [
|
|
3113
3237
|
"string",
|
|
@@ -3434,6 +3558,10 @@
|
|
|
3434
3558
|
{
|
|
3435
3559
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
3436
3560
|
"when": "false"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
3564
|
+
"when": "false"
|
|
3437
3565
|
}
|
|
3438
3566
|
],
|
|
3439
3567
|
"view/title": [
|
|
@@ -3756,6 +3884,11 @@
|
|
|
3756
3884
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
3757
3885
|
"when": "chatSessionType == copilot-cloud-agent",
|
|
3758
3886
|
"group": "context"
|
|
3887
|
+
},
|
|
3888
|
+
{
|
|
3889
|
+
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
3890
|
+
"when": "chatSessionType == copilot-cloud-agent",
|
|
3891
|
+
"group": "context"
|
|
3759
3892
|
}
|
|
3760
3893
|
]
|
|
3761
3894
|
},
|
|
@@ -3885,6 +4018,20 @@
|
|
|
3885
4018
|
"icon": "$(inspect)",
|
|
3886
4019
|
"when": "github.copilot.chat.showContextInspectorView"
|
|
3887
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
|
+
}
|
|
3888
4035
|
]
|
|
3889
4036
|
},
|
|
3890
4037
|
"viewsContainers": {
|
|
@@ -4095,6 +4242,7 @@
|
|
|
4095
4242
|
"welcomeTitle": "Claude Code Agent",
|
|
4096
4243
|
"welcomeMessage": "Run local background tasks",
|
|
4097
4244
|
"inputPlaceholder": "Describe your task, type `#` for adding context",
|
|
4245
|
+
"order": 3,
|
|
4098
4246
|
"description": "The Claude Code Agent works on your local machine",
|
|
4099
4247
|
"when": "config.github.copilot.chat.advanced.claudeCode.enabled",
|
|
4100
4248
|
"capabilities": {
|
|
@@ -4125,29 +4273,44 @@
|
|
|
4125
4273
|
},
|
|
4126
4274
|
{
|
|
4127
4275
|
"type": "copilotcli",
|
|
4128
|
-
"name": "
|
|
4276
|
+
"name": "cli",
|
|
4129
4277
|
"displayName": "GitHub Copilot CLI Agent",
|
|
4130
4278
|
"icon": "$(copilot)",
|
|
4131
4279
|
"welcomeTitle": "GitHub Copilot CLI Agent",
|
|
4132
4280
|
"welcomeMessage": "Run local background tasks",
|
|
4133
4281
|
"inputPlaceholder": "Describe your task, type `#` for adding context",
|
|
4134
|
-
"
|
|
4135
|
-
"
|
|
4282
|
+
"order": 2,
|
|
4283
|
+
"description": "The GitHub Copilot CLI Agent works on your local machine",
|
|
4284
|
+
"when": "!chatEntitlementSignedOut && chatIsEnabled",
|
|
4136
4285
|
"capabilities": {
|
|
4137
4286
|
"supportsFileAttachments": true,
|
|
4138
|
-
"supportsProblemAttachments": true
|
|
4139
|
-
|
|
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
|
+
]
|
|
4140
4296
|
},
|
|
4141
4297
|
{
|
|
4142
4298
|
"type": "copilot-cloud-agent",
|
|
4143
|
-
"
|
|
4299
|
+
"alternativeIds": [
|
|
4300
|
+
"copilot-swe-agent"
|
|
4301
|
+
],
|
|
4302
|
+
"name": "cloud",
|
|
4144
4303
|
"displayName": "GitHub Copilot Cloud Agent",
|
|
4145
|
-
"icon":
|
|
4304
|
+
"icon": {
|
|
4305
|
+
"light": "assets/copilot-cloud.svg",
|
|
4306
|
+
"dark": "assets/copilot-cloud-dark.svg"
|
|
4307
|
+
},
|
|
4146
4308
|
"welcomeTitle": "GitHub Copilot Cloud Agent",
|
|
4147
4309
|
"welcomeMessage": "Delegate tasks to the cloud",
|
|
4148
4310
|
"inputPlaceholder": "Describe your task, type `#` for adding context",
|
|
4311
|
+
"order": 1,
|
|
4149
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.",
|
|
4150
|
-
"when": "
|
|
4313
|
+
"when": "!chatEntitlementSignedOut && chatIsEnabled",
|
|
4151
4314
|
"capabilities": {
|
|
4152
4315
|
"supportsFileAttachments": true
|
|
4153
4316
|
}
|
|
@@ -4184,9 +4347,16 @@
|
|
|
4184
4347
|
"chatAgents": [
|
|
4185
4348
|
{
|
|
4186
4349
|
"name": "Plan",
|
|
4187
|
-
"path": "./assets/agents/Plan.
|
|
4350
|
+
"path": "./assets/agents/Plan.agent.md",
|
|
4188
4351
|
"description": "Researches a task to create multi-step plans"
|
|
4189
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
|
+
}
|
|
4190
4360
|
]
|
|
4191
4361
|
},
|
|
4192
4362
|
"extensionPack": [
|
|
@@ -4236,8 +4406,8 @@
|
|
|
4236
4406
|
"create_venv": "tsx script/setup/createVenv.mts",
|
|
4237
4407
|
"package": "vsce package",
|
|
4238
4408
|
"web": "vscode-test-web --headless --extensionDevelopmentPath=. .",
|
|
4239
|
-
"test:prompt": "mocha \"src/extension/completions-core/prompt/**/test/**/*.test.{ts,tsx}\"",
|
|
4240
|
-
"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"
|
|
4241
4411
|
},
|
|
4242
4412
|
"devDependencies": {
|
|
4243
4413
|
"@azure/identity": "4.9.1",
|
|
@@ -4308,10 +4478,10 @@
|
|
|
4308
4478
|
"monaco-editor": "0.44.0",
|
|
4309
4479
|
"npm-run-all": "^4.1.5",
|
|
4310
4480
|
"open": "^10.1.2",
|
|
4311
|
-
"openai": "^
|
|
4481
|
+
"openai": "^6.7.0",
|
|
4312
4482
|
"outdent": "^0.8.0",
|
|
4313
4483
|
"picomatch": "^4.0.2",
|
|
4314
|
-
"playwright": "^1.
|
|
4484
|
+
"playwright": "^1.56.1",
|
|
4315
4485
|
"prettier": "^3.6.2",
|
|
4316
4486
|
"react": "^17.0.2",
|
|
4317
4487
|
"react-dom": "17.0.2",
|
|
@@ -4337,12 +4507,12 @@
|
|
|
4337
4507
|
},
|
|
4338
4508
|
"dependencies": {
|
|
4339
4509
|
"@anthropic-ai/claude-code": "^1.0.120",
|
|
4340
|
-
"@anthropic-ai/sdk": "^0.
|
|
4510
|
+
"@anthropic-ai/sdk": "^0.68.0",
|
|
4341
4511
|
"@github/copilot": "^0.0.343",
|
|
4342
4512
|
"@google/genai": "^1.22.0",
|
|
4343
4513
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
4344
4514
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
4345
|
-
"@vscode/copilot-api": "^0.1.
|
|
4515
|
+
"@vscode/copilot-api": "^0.1.13",
|
|
4346
4516
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
4347
4517
|
"@vscode/l10n": "^0.0.18",
|
|
4348
4518
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/chat-lib",
|
|
3
|
-
"version": "0.0.5-
|
|
3
|
+
"version": "0.0.5-10",
|
|
4
4
|
"description": "Chat and inline editing SDK extracted from VS Code Copilot Chat",
|
|
5
5
|
"main": "dist/src/main.js",
|
|
6
6
|
"types": "dist/src/main.d.ts",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
18
|
-
"@vscode/copilot-api": "^0.1.
|
|
18
|
+
"@vscode/copilot-api": "^0.1.13",
|
|
19
19
|
"@vscode/l10n": "^0.0.18",
|
|
20
20
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|
|
21
21
|
"jsonc-parser": "^3.3.1",
|
|
22
|
-
"openai": "^
|
|
22
|
+
"openai": "^6.7.0",
|
|
23
23
|
"web-tree-sitter": "^0.23.0",
|
|
24
24
|
"yaml": "^2.8.0"
|
|
25
25
|
},
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StatelessNextEditDocument } from '../../../platform/inlineEdits/common/statelessNextEditProvider';
|
|
2
|
-
import { LineEdit } from '../../../util/vs/editor/common/core/edits/lineEdit';
|
|
3
|
-
import { StringEdit } from '../../../util/vs/editor/common/core/edits/stringEdit';
|
|
4
|
-
export declare function editWouldDeleteWhatWasJustInserted(activeDocument: StatelessNextEditDocument, lineEdit: LineEdit): boolean;
|
|
5
|
-
/**
|
|
6
|
-
* Represents information loss/gain (4-grams) via an edit.
|
|
7
|
-
*/
|
|
8
|
-
export declare class InformationDelta {
|
|
9
|
-
readonly inserted: Set<string>;
|
|
10
|
-
readonly deleted: Set<string>;
|
|
11
|
-
constructor(inserted?: Set<string>, deleted?: Set<string>);
|
|
12
|
-
combine(other: InformationDelta): InformationDelta;
|
|
13
|
-
isUndoneBy(other: InformationDelta): boolean;
|
|
14
|
-
}
|
|
15
|
-
export declare function getInformationDelta(source: string, edit: StringEdit): InformationDelta;
|
|
16
|
-
//# sourceMappingURL=ghNearbyNesProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ghNearbyNesProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/extension/inlineEdits/common/ghNearbyNesProvider.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,yBAAyB,EAAE,MAAM,gEAAgE,CAAC;AAC3G,OAAO,EAAE,QAAQ,EAAE,MAAM,oDAAoD,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,sDAAsD,CAAC;AAKlF,wBAAgB,kCAAkC,CAAC,cAAc,EAAE,yBAAyB,EAAE,QAAQ,EAAE,QAAQ,WAkB/G;AAQD;;GAEG;AACH,qBAAa,gBAAgB;aAGX,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC;aACrB,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC;gBADpB,QAAQ,GAAE,GAAG,CAAC,MAAM,CAAqB,EACzC,OAAO,GAAE,GAAG,CAAC,MAAM,CAAqB;IAGzD,OAAO,CAAC,KAAK,EAAE,gBAAgB;IAI/B,UAAU,CAAC,KAAK,EAAE,gBAAgB;CAiBlC;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,GAAG,gBAAgB,CAuCtF"}
|