@aws/lsp-codewhisperer 0.0.32 → 0.0.33
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/CHANGELOG.md +213 -0
- package/README.md +18 -1
- package/node_modules/@amzn/amazon-q-developer-streaming-client/LICENSE +201 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/README.md +864 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/QDeveloperStreaming.js +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/QDeveloperStreamingClient.js +49 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/commands/GenerateCodeFromCommandsCommand.js +26 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/commands/SendMessageCommand.js +26 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/commands/index.js +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/endpoints.js +211 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/extensionConfiguration.js +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/index.js +10 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/models/QDeveloperStreamingServiceException.js +12 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/models/index.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/models/models_0.js +1051 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/protocols/Aws_json1_0.js +597 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/runtimeConfig.browser.js +40 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/runtimeConfig.js +48 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/runtimeConfig.shared.js +32 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-cjs/runtimeExtensions.js +25 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/QDeveloperStreaming.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/QDeveloperStreamingClient.js +45 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/auth/httpAuthSchemeProvider.js +44 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/commands/GenerateCodeFromCommandsCommand.js +22 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/commands/SendMessageCommand.js +22 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/commands/index.js +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/endpoints.js +207 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/index.js +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/models/QDeveloperStreamingServiceException.js +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/models/index.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/models/models_0.js +963 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/protocols/Aws_json1_0.js +590 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/runtimeConfig.browser.js +35 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/runtimeConfig.js +43 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/runtimeConfig.shared.js +28 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/QDeveloperStreaming.d.ts +23 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/QDeveloperStreamingClient.d.ts +196 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/commands/GenerateCodeFromCommandsCommand.d.ts +102 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/commands/SendMessageCommand.d.ts +796 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/endpoints.d.ts +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/index.d.ts +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/models/QDeveloperStreamingServiceException.d.ts +14 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/models/index.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/models/models_0.d.ts +2985 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/protocols/Aws_json1_0.d.ts +20 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/runtimeConfig.browser.d.ts +47 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/runtimeConfig.d.ts +47 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/runtimeConfig.native.d.ts +46 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-cjs/index.js +294 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/index.js +33 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +50 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +47 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/index.d.ts +33 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +25 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +33 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/package.json +56 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-cjs/index.js +84 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader → amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller}/package.json +21 -31
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/index.js +806 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +209 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +167 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +24 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +47 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +25 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +62 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +25 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +62 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +3 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +3 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/CHANGELOG.md +274 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/README.md +466 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/native.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/rng.js +18 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/v35.js +66 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/v4.js +29 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/native.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/stringify.js +33 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/v35.js +66 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/v4.js +29 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/native-browser.js +11 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/native.js +15 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/rng-browser.js +25 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/stringify.js +44 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/v35.js +80 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/v4.js +43 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/package.json +135 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@amzn/amazon-q-developer-streaming-client/package.json +88 -0
- package/node_modules/@amzn/codewhisperer-streaming/README.md +121 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/CodeWhispererStreamingClient.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/endpoints.js +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/models/models_0.js +266 -42
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/protocols/Aws_restJson1.js +205 -3
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeConfig.browser.js +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-cjs/runtimeConfig.js +8 -6
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/CodeWhispererStreamingClient.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/endpoints.js +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/models/models_0.js +241 -33
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/protocols/Aws_restJson1.js +207 -5
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeConfig.browser.js +2 -2
- package/node_modules/@amzn/codewhisperer-streaming/dist-es/runtimeConfig.js +9 -7
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/CodeWhispererStreamingClient.d.ts +18 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/ExportResultArchiveCommand.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/GenerateAssistantResponseCommand.d.ts +168 -8
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/GenerateTaskAssistPlanCommand.d.ts +169 -8
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/commands/SendMessageCommand.d.ts +168 -8
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/models/models_0.d.ts +874 -221
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.browser.d.ts +6 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.d.ts +3 -1
- package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.native.d.ts +3 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +25 -17
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +12 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +6 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +6 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +3 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +4 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +8 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +6 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/package.json +11 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +47 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +21 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/package.json +6 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-cjs/index.js +41 -39
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +3 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +1 -1
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/package.json +10 -10
- package/node_modules/@amzn/codewhisperer-streaming/package.json +42 -42
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-cjs/index.js +8 -30
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/httpRequest.js +8 -13
- package/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
- package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/package.json +6 -6
- package/out/client/sigv4/codewhisperer.d.ts +2 -2
- package/out/client/sigv4/codewhisperer.js +4 -3
- package/out/client/sigv4/codewhisperer.js.map +1 -1
- package/out/client/streamingClient/codewhispererStreamingClient.d.ts +3 -3
- package/out/client/streamingClient/codewhispererStreamingClient.js +4 -3
- package/out/client/streamingClient/codewhispererStreamingClient.js.map +1 -1
- package/out/client/token/codewhisperer.d.ts +2 -2
- package/out/client/token/codewhisperer.js +4 -3
- package/out/client/token/codewhisperer.js.map +1 -1
- package/out/index.d.ts +1 -0
- package/out/index.js +4 -1
- package/out/index.js.map +1 -1
- package/out/language-server/agenticChat/agenticChatController.d.ts +35 -4
- package/out/language-server/agenticChat/agenticChatController.js +1337 -91
- package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
- package/out/language-server/agenticChat/agenticChatEventParser.d.ts +52 -0
- package/out/language-server/agenticChat/agenticChatEventParser.js +186 -0
- package/out/language-server/agenticChat/agenticChatEventParser.js.map +1 -0
- package/out/language-server/agenticChat/agenticChatResultStream.d.ts +83 -0
- package/out/language-server/agenticChat/agenticChatResultStream.js +176 -0
- package/out/language-server/agenticChat/agenticChatResultStream.js.map +1 -0
- package/out/language-server/agenticChat/constants.d.ts +4 -0
- package/out/language-server/agenticChat/constants.js +8 -0
- package/out/language-server/agenticChat/constants.js.map +1 -0
- package/out/language-server/agenticChat/context/addtionalContextProvider.d.ts +14 -0
- package/out/language-server/agenticChat/context/addtionalContextProvider.js +191 -0
- package/out/language-server/agenticChat/context/addtionalContextProvider.js.map +1 -0
- package/out/language-server/agenticChat/context/agenticChatTriggerContext.d.ts +54 -0
- package/out/language-server/agenticChat/context/agenticChatTriggerContext.js +246 -0
- package/out/language-server/agenticChat/context/agenticChatTriggerContext.js.map +1 -0
- package/out/language-server/agenticChat/context/contextCommandsProvider.d.ts +20 -0
- package/out/language-server/agenticChat/context/contextCommandsProvider.js +206 -0
- package/out/language-server/agenticChat/context/contextCommandsProvider.js.map +1 -0
- package/out/language-server/agenticChat/context/contextUtils.d.ts +27 -0
- package/out/language-server/agenticChat/context/contextUtils.js +44 -0
- package/out/language-server/agenticChat/context/contextUtils.js.map +1 -0
- package/out/language-server/agenticChat/errors.d.ts +10 -0
- package/out/language-server/agenticChat/errors.js +42 -0
- package/out/language-server/agenticChat/errors.js.map +1 -0
- package/out/language-server/agenticChat/qAgenticChatServer.js +42 -15
- package/out/language-server/agenticChat/qAgenticChatServer.js.map +1 -1
- package/out/language-server/agenticChat/tabBarController.d.ts +55 -0
- package/out/language-server/agenticChat/tabBarController.js +216 -0
- package/out/language-server/agenticChat/tabBarController.js.map +1 -0
- package/out/language-server/agenticChat/textFormatting.d.ts +4 -0
- package/out/language-server/agenticChat/textFormatting.js +28 -0
- package/out/language-server/agenticChat/textFormatting.js.map +1 -0
- package/out/language-server/agenticChat/tools/chatDb/chatDb.d.ts +89 -0
- package/out/language-server/agenticChat/tools/chatDb/chatDb.js +561 -0
- package/out/language-server/agenticChat/tools/chatDb/chatDb.js.map +1 -0
- package/out/language-server/agenticChat/tools/chatDb/util.d.ts +74 -0
- package/out/language-server/agenticChat/tools/chatDb/util.js +255 -0
- package/out/language-server/agenticChat/tools/chatDb/util.js.map +1 -0
- package/out/language-server/agenticChat/tools/codeSearch.d.ts +43 -0
- package/out/language-server/agenticChat/tools/codeSearch.js +168 -0
- package/out/language-server/agenticChat/tools/codeSearch.js.map +1 -0
- package/out/language-server/agenticChat/tools/executeBash.d.ts +70 -0
- package/out/language-server/agenticChat/tools/executeBash.js +463 -0
- package/out/language-server/agenticChat/tools/executeBash.js.map +1 -0
- package/out/language-server/agenticChat/tools/fileSearch.d.ts +45 -0
- package/out/language-server/agenticChat/tools/fileSearch.js +115 -0
- package/out/language-server/agenticChat/tools/fileSearch.js.map +1 -0
- package/out/language-server/agenticChat/tools/fsRead.d.ts +13 -9
- package/out/language-server/agenticChat/tools/fsRead.js +68 -22
- package/out/language-server/agenticChat/tools/fsRead.js.map +1 -1
- package/out/language-server/agenticChat/tools/fsWrite.d.ts +21 -12
- package/out/language-server/agenticChat/tools/fsWrite.js +127 -44
- package/out/language-server/agenticChat/tools/fsWrite.js.map +1 -1
- package/out/language-server/agenticChat/tools/listDirectory.d.ts +36 -0
- package/out/language-server/agenticChat/tools/listDirectory.js +110 -0
- package/out/language-server/agenticChat/tools/listDirectory.js.map +1 -0
- package/out/language-server/agenticChat/tools/lspApplyWorkspaceEdit.d.ts +100 -0
- package/out/language-server/agenticChat/tools/lspApplyWorkspaceEdit.js +140 -0
- package/out/language-server/agenticChat/tools/lspApplyWorkspaceEdit.js.map +1 -0
- package/out/language-server/agenticChat/tools/lspGetDocuments.d.ts +24 -0
- package/out/language-server/agenticChat/tools/lspGetDocuments.js +45 -0
- package/out/language-server/agenticChat/tools/lspGetDocuments.js.map +1 -0
- package/out/language-server/agenticChat/tools/lspReadDocumentContents.d.ts +37 -0
- package/out/language-server/agenticChat/tools/lspReadDocumentContents.js +116 -0
- package/out/language-server/agenticChat/tools/lspReadDocumentContents.js.map +1 -0
- package/out/language-server/agenticChat/tools/mcp/mcpManager.d.ts +21 -0
- package/out/language-server/agenticChat/tools/mcp/mcpManager.js +106 -0
- package/out/language-server/agenticChat/tools/mcp/mcpManager.js.map +1 -0
- package/out/language-server/agenticChat/tools/mcp/mcpTool.d.ts +21 -0
- package/out/language-server/agenticChat/tools/mcp/mcpTool.js +54 -0
- package/out/language-server/agenticChat/tools/mcp/mcpTool.js.map +1 -0
- package/out/language-server/agenticChat/tools/mcp/mcpTypes.d.ts +28 -0
- package/out/language-server/agenticChat/tools/mcp/mcpTypes.js +7 -0
- package/out/language-server/agenticChat/tools/mcp/mcpTypes.js.map +1 -0
- package/out/language-server/agenticChat/tools/mcp/mcpUtils.d.ts +7 -0
- package/out/language-server/agenticChat/tools/mcp/mcpUtils.js +78 -0
- package/out/language-server/agenticChat/tools/mcp/mcpUtils.js.map +1 -0
- package/out/language-server/agenticChat/tools/toolServer.d.ts +3 -0
- package/out/language-server/agenticChat/tools/toolServer.js +62 -6
- package/out/language-server/agenticChat/tools/toolServer.js.map +1 -1
- package/out/language-server/agenticChat/tools/toolShared.d.ts +48 -5
- package/out/language-server/agenticChat/tools/toolShared.js +109 -2
- package/out/language-server/agenticChat/tools/toolShared.js.map +1 -1
- package/out/language-server/chat/chatController.d.ts +7 -4
- package/out/language-server/chat/chatController.js +13 -18
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatEventParser.d.ts +3 -1
- package/out/language-server/chat/chatEventParser.js.map +1 -1
- package/out/language-server/chat/chatSessionManagementService.d.ts +2 -2
- package/out/language-server/chat/chatSessionManagementService.js +4 -4
- package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
- package/out/language-server/chat/chatSessionService.d.ts +36 -3
- package/out/language-server/chat/chatSessionService.js +88 -5
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/constants.d.ts +3 -0
- package/out/language-server/chat/constants.js +17 -1
- package/out/language-server/chat/constants.js.map +1 -1
- package/out/language-server/chat/contexts/documentContext.d.ts +2 -1
- package/out/language-server/chat/contexts/documentContext.js +2 -0
- package/out/language-server/chat/contexts/documentContext.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContext.d.ts +7 -3
- package/out/language-server/chat/contexts/triggerContext.js +39 -2
- package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
- package/out/language-server/chat/qChatServer.d.ts +4 -1
- package/out/language-server/chat/qChatServer.js +17 -17
- package/out/language-server/chat/qChatServer.js.map +1 -1
- package/out/language-server/chat/quickActions.d.ts +2 -0
- package/out/language-server/chat/quickActions.js +2 -0
- package/out/language-server/chat/quickActions.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.d.ts +5 -3
- package/out/language-server/chat/telemetry/chatTelemetryController.js +50 -4
- package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
- package/out/language-server/chat/tools/relevantTextDocuments.d.ts +3 -0
- package/out/language-server/chat/tools/relevantTextDocuments.js +42 -0
- package/out/language-server/chat/tools/relevantTextDocuments.js.map +1 -0
- package/out/language-server/chat/utils.js +18 -3
- package/out/language-server/chat/utils.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.d.ts +2 -3
- package/out/language-server/configuration/qConfigurationServer.js +27 -20
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
- package/out/language-server/inline-completion/auto-trigger/coefficients.json +4 -1
- package/out/language-server/inline-completion/codeWhispererServer.d.ts +2 -3
- package/out/language-server/inline-completion/codeWhispererServer.js +29 -30
- package/out/language-server/inline-completion/codeWhispererServer.js.map +1 -1
- package/out/language-server/localProjectContext/localProjectContextServer.d.ts +2 -0
- package/out/language-server/localProjectContext/localProjectContextServer.js +130 -0
- package/out/language-server/localProjectContext/localProjectContextServer.js.map +1 -0
- package/out/language-server/netTransform/artifactManager.js +12 -4
- package/out/language-server/netTransform/artifactManager.js.map +1 -1
- package/out/language-server/netTransform/metrics.d.ts +2 -0
- package/out/language-server/netTransform/metrics.js +26 -1
- package/out/language-server/netTransform/metrics.js.map +1 -1
- package/out/language-server/netTransform/models.d.ts +2 -0
- package/out/language-server/netTransform/models.js.map +1 -1
- package/out/language-server/netTransform/netTransformServer.d.ts +2 -4
- package/out/language-server/netTransform/netTransformServer.js +21 -16
- package/out/language-server/netTransform/netTransformServer.js.map +1 -1
- package/out/language-server/netTransform/tests/mockData.js +1 -0
- package/out/language-server/netTransform/tests/mockData.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.d.ts +6 -5
- package/out/language-server/netTransform/transformHandler.js +35 -12
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/securityScan/codeWhispererSecurityScanServer.js +10 -11
- package/out/language-server/securityScan/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/securityScan/types.d.ts +2 -1
- package/out/shared/amazonQServer.d.ts +5 -0
- package/out/shared/amazonQServer.js +53 -0
- package/out/shared/amazonQServer.js.map +1 -0
- package/out/shared/amazonQServiceManager/AmazonQIAMServiceManager.d.ts +19 -0
- package/out/shared/amazonQServiceManager/AmazonQIAMServiceManager.js +61 -0
- package/out/shared/amazonQServiceManager/AmazonQIAMServiceManager.js.map +1 -0
- package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.d.ts +14 -28
- package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.js +78 -99
- package/out/shared/amazonQServiceManager/AmazonQTokenServiceManager.js.map +1 -1
- package/out/shared/amazonQServiceManager/BaseAmazonQServiceManager.d.ts +72 -5
- package/out/shared/amazonQServiceManager/BaseAmazonQServiceManager.js +116 -0
- package/out/shared/amazonQServiceManager/BaseAmazonQServiceManager.js.map +1 -1
- package/out/shared/amazonQServiceManager/configurationUtils.d.ts +13 -1
- package/out/shared/amazonQServiceManager/configurationUtils.js +41 -22
- package/out/shared/amazonQServiceManager/configurationUtils.js.map +1 -1
- package/out/shared/amazonQServiceManager/errors.d.ts +9 -0
- package/out/shared/amazonQServiceManager/errors.js +22 -1
- package/out/shared/amazonQServiceManager/errors.js.map +1 -1
- package/out/shared/amazonQServiceManager/qDeveloperProfiles.d.ts +2 -1
- package/out/shared/amazonQServiceManager/qDeveloperProfiles.js +26 -3
- package/out/shared/amazonQServiceManager/qDeveloperProfiles.js.map +1 -1
- package/out/shared/amazonQServiceManager/testUtils.d.ts +48 -0
- package/out/shared/amazonQServiceManager/testUtils.js +112 -0
- package/out/shared/amazonQServiceManager/testUtils.js.map +1 -0
- package/out/shared/codeWhispererService.d.ts +3 -3
- package/out/shared/codeWhispererService.js +4 -4
- package/out/shared/codeWhispererService.js.map +1 -1
- package/out/shared/constants.d.ts +10 -0
- package/out/shared/constants.js +12 -1
- package/out/shared/constants.js.map +1 -1
- package/out/shared/localProjectContextController.d.ts +56 -0
- package/out/shared/localProjectContextController.js +371 -0
- package/out/shared/localProjectContextController.js.map +1 -0
- package/out/shared/models/constants.d.ts +5 -0
- package/out/shared/models/constants.js +6 -1
- package/out/shared/models/constants.js.map +1 -1
- package/out/shared/models/model.d.ts +2 -1
- package/out/shared/proxy-server.d.ts +4 -2
- package/out/shared/proxy-server.js +11 -10
- package/out/shared/proxy-server.js.map +1 -1
- package/out/shared/streamingClientService.d.ts +23 -7
- package/out/shared/streamingClientService.js +56 -9
- package/out/shared/streamingClientService.js.map +1 -1
- package/out/shared/supplementalContextUtil/crossFileContextUtil.d.ts +4 -1
- package/out/shared/supplementalContextUtil/crossFileContextUtil.js +73 -17
- package/out/shared/supplementalContextUtil/crossFileContextUtil.js.map +1 -1
- package/out/shared/supplementalContextUtil/supplementalContextUtil.d.ts +8 -0
- package/out/shared/supplementalContextUtil/supplementalContextUtil.js +63 -2
- package/out/shared/supplementalContextUtil/supplementalContextUtil.js.map +1 -1
- package/out/shared/telemetry/telemetryService.d.ts +16 -2
- package/out/shared/telemetry/telemetryService.js +25 -2
- package/out/shared/telemetry/telemetryService.js.map +1 -1
- package/out/shared/telemetry/types.d.ts +37 -2
- package/out/shared/telemetry/types.js +2 -0
- package/out/shared/telemetry/types.js.map +1 -1
- package/out/shared/telemetryUtils.d.ts +1 -0
- package/out/shared/telemetryUtils.js +5 -3
- package/out/shared/telemetryUtils.js.map +1 -1
- package/out/shared/testUtils.d.ts +2 -1
- package/out/shared/testUtils.js +10 -1
- package/out/shared/testUtils.js.map +1 -1
- package/out/shared/utils.d.ts +30 -0
- package/out/shared/utils.js +184 -0
- package/out/shared/utils.js.map +1 -1
- package/package.json +21 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -53
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -53
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -44
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -26
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -10
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -4
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -44
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -26
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -10
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -15
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -13
- package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -13
- package/out/shared/amazonQServiceManager/factories.d.ts +0 -15
- package/out/shared/amazonQServiceManager/factories.js +0 -47
- package/out/shared/amazonQServiceManager/factories.js.map +0 -1
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-es/httpHandler.js → amazon-q-developer-streaming-client/dist-es/extensionConfiguration.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader → amazon-q-developer-streaming-client/node_modules/@aws-sdk/types}/LICENSE +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-es/types.js → amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/abort.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → amazon-q-developer-streaming-client/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/Field.js → amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/Fields.js → amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/constants.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/types.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/protocol-http/dist-cjs/extensions → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector}/index.js +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/timing.js} +0 -0
- /package/node_modules/@amzn/{codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js → amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js} +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/LICENSE +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/README.md +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js → @smithy/protocol-http/dist-cjs/Field.js} +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js → @smithy/protocol-http/dist-cjs/Fields.js} +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js → @smithy/protocol-http/dist-cjs/httpHandler.js} +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/Field.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/Fields.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/extensions/index.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/httpResponse.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/index.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-es/isValidHostname.js +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/Field.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/Fields.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/extensions/index.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/httpHandler.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/httpResponse.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/index.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/isValidHostname.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/Field.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/index.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/ts3.4/types.d.ts +0 -0
- /package/node_modules/{@amzn/codewhisperer-streaming/node_modules/@smithy → @smithy}/protocol-http/dist-types/types.d.ts +0 -0
|
@@ -1,19 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.StreamingClientServiceIAM = exports.StreamingClientServiceToken = exports.StreamingClientServiceBase = void 0;
|
|
4
4
|
const codewhisperer_streaming_1 = require("@amzn/codewhisperer-streaming");
|
|
5
|
+
const amazon_q_developer_streaming_client_1 = require("@amzn/amazon-q-developer-streaming-client");
|
|
5
6
|
const utils_1 = require("./utils");
|
|
6
7
|
const util_retry_1 = require("@aws-sdk/util-retry");
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
const aws_sdk_1 = require("aws-sdk");
|
|
9
|
+
class StreamingClientServiceBase {
|
|
10
|
+
region;
|
|
11
|
+
endpoint;
|
|
9
12
|
inflightRequests = new Set();
|
|
13
|
+
constructor(region, endpoint) {
|
|
14
|
+
this.region = region;
|
|
15
|
+
this.endpoint = endpoint;
|
|
16
|
+
}
|
|
17
|
+
abortInflightRequests() {
|
|
18
|
+
this.inflightRequests.forEach(abortController => {
|
|
19
|
+
abortController.abort();
|
|
20
|
+
});
|
|
21
|
+
this.inflightRequests.clear();
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.StreamingClientServiceBase = StreamingClientServiceBase;
|
|
25
|
+
class StreamingClientServiceToken extends StreamingClientServiceBase {
|
|
26
|
+
client;
|
|
10
27
|
profileArn;
|
|
11
|
-
constructor(credentialsProvider, sdkInitializator, region, endpoint, customUserAgent) {
|
|
28
|
+
constructor(credentialsProvider, sdkInitializator, logging, region, endpoint, customUserAgent) {
|
|
29
|
+
super(region, endpoint);
|
|
12
30
|
const tokenProvider = async () => {
|
|
13
31
|
const token = (0, utils_1.getBearerTokenFromProvider)(credentialsProvider);
|
|
14
32
|
// without setting expiration, the tokenProvider will only be called once
|
|
15
33
|
return { token, expiration: new Date() };
|
|
16
34
|
};
|
|
35
|
+
logging.log(`Passing client for class CodeWhispererStreaming to sdkInitializator (v3) for additional setup (e.g. proxy)`);
|
|
17
36
|
this.client = sdkInitializator(codewhisperer_streaming_1.CodeWhispererStreaming, {
|
|
18
37
|
region,
|
|
19
38
|
endpoint,
|
|
@@ -31,12 +50,40 @@ class StreamingClientService {
|
|
|
31
50
|
this.inflightRequests.delete(controller);
|
|
32
51
|
return response;
|
|
33
52
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
53
|
+
async generateAssistantResponse(request, abortController) {
|
|
54
|
+
const controller = abortController ?? new AbortController();
|
|
55
|
+
this.inflightRequests.add(controller);
|
|
56
|
+
const response = await this.client.generateAssistantResponse({ ...request, profileArn: this.profileArn }, {
|
|
57
|
+
abortSignal: controller.signal,
|
|
37
58
|
});
|
|
38
|
-
this.inflightRequests.
|
|
59
|
+
this.inflightRequests.delete(controller);
|
|
60
|
+
return response;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.StreamingClientServiceToken = StreamingClientServiceToken;
|
|
64
|
+
class StreamingClientServiceIAM extends StreamingClientServiceBase {
|
|
65
|
+
client;
|
|
66
|
+
constructor(credentialsProvider, sdkInitializator, logging, region, endpoint) {
|
|
67
|
+
super(region, endpoint);
|
|
68
|
+
logging.log(`Passing client for class QDeveloperStreaming to sdkInitializator (v3) for additional setup (e.g. proxy)`);
|
|
69
|
+
this.client = sdkInitializator(amazon_q_developer_streaming_client_1.QDeveloperStreaming, {
|
|
70
|
+
region: region,
|
|
71
|
+
endpoint: endpoint,
|
|
72
|
+
credentialProvider: new aws_sdk_1.CredentialProviderChain([
|
|
73
|
+
() => credentialsProvider.getCredentials('iam'),
|
|
74
|
+
]),
|
|
75
|
+
retryStrategy: new util_retry_1.ConfiguredRetryStrategy(0, (attempt) => 500 + attempt ** 10),
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
async sendMessage(request, abortController) {
|
|
79
|
+
const controller = abortController ?? new AbortController();
|
|
80
|
+
this.inflightRequests.add(controller);
|
|
81
|
+
const response = await this.client.sendMessage(request, {
|
|
82
|
+
abortSignal: controller.signal,
|
|
83
|
+
});
|
|
84
|
+
this.inflightRequests.delete(controller);
|
|
85
|
+
return response;
|
|
39
86
|
}
|
|
40
87
|
}
|
|
41
|
-
exports.
|
|
88
|
+
exports.StreamingClientServiceIAM = StreamingClientServiceIAM;
|
|
42
89
|
//# sourceMappingURL=streamingClientService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamingClientService.js","sourceRoot":"","sources":["../../src/shared/streamingClientService.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"streamingClientService.js","sourceRoot":"","sources":["../../src/shared/streamingClientService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CodeWhispererSupplementalContext } from '../models/model';
|
|
1
|
+
import { CodeWhispererSupplementalContext, CodeWhispererSupplementalContextItem } from '../models/model';
|
|
2
2
|
import { CancellationToken, Position, TextDocument, Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
3
3
|
type CrossFileSupportedLanguage = 'java' | 'python' | 'javascript' | 'typescript' | 'javascriptreact' | 'typescriptreact';
|
|
4
4
|
export declare const supportedLanguageToDialects: Readonly<Record<CrossFileSupportedLanguage, Set<string>>>;
|
|
@@ -9,6 +9,9 @@ interface Chunk {
|
|
|
9
9
|
score?: number;
|
|
10
10
|
}
|
|
11
11
|
export declare function fetchSupplementalContextForSrc(document: TextDocument, position: Position, workspace: Workspace, cancellationToken: CancellationToken): Promise<Pick<CodeWhispererSupplementalContext, 'supplementalContextItems' | 'strategy'> | undefined>;
|
|
12
|
+
export declare function codemapContext(document: TextDocument, position: Position, workspace: Workspace, cancellationToken: CancellationToken): Promise<Pick<CodeWhispererSupplementalContext, 'supplementalContextItems' | 'strategy'> | undefined>;
|
|
13
|
+
export declare function fetchProjectContext(document: TextDocument, position: Position, target: 'default' | 'codemap' | 'bm25'): Promise<CodeWhispererSupplementalContextItem[]>;
|
|
14
|
+
export declare function fetchOpenTabsContext(document: TextDocument, position: Position, workspace: Workspace, cancellationToken: CancellationToken): Promise<CodeWhispererSupplementalContextItem[]>;
|
|
12
15
|
export declare function splitFileToChunks(document: TextDocument, chunkSize: number): Chunk[];
|
|
13
16
|
/**
|
|
14
17
|
* This function will return relevant cross files sorted by file distance for the given editor file
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.supportedLanguageToDialects = void 0;
|
|
7
7
|
exports.fetchSupplementalContextForSrc = fetchSupplementalContextForSrc;
|
|
8
|
+
exports.codemapContext = codemapContext;
|
|
9
|
+
exports.fetchProjectContext = fetchProjectContext;
|
|
10
|
+
exports.fetchOpenTabsContext = fetchOpenTabsContext;
|
|
8
11
|
exports.splitFileToChunks = splitFileToChunks;
|
|
9
12
|
exports.getCrossFileCandidates = getCrossFileCandidates;
|
|
10
13
|
const path = require("path");
|
|
@@ -15,6 +18,9 @@ const codeParsingUtil_1 = require("./codeParsingUtil");
|
|
|
15
18
|
const lsp_core_1 = require("@aws/lsp-core");
|
|
16
19
|
const server_interface_1 = require("@aws/language-server-runtimes/server-interface");
|
|
17
20
|
const supplementalContextUtil_1 = require("./supplementalContextUtil");
|
|
21
|
+
const localProjectContextController_1 = require("../../shared/localProjectContextController");
|
|
22
|
+
const vscode_uri_1 = require("vscode-uri");
|
|
23
|
+
const timeoutUtils_1 = require("@aws/lsp-core/out/util/timeoutUtils");
|
|
18
24
|
// TODO: ugly, can we make it prettier? like we have to manually type 'java', 'javascriptreact' which is error prone
|
|
19
25
|
// TODO: Move to another config file or constants file
|
|
20
26
|
// Supported language to its corresponding file ext
|
|
@@ -30,15 +36,66 @@ function isCrossFileSupported(languageId) {
|
|
|
30
36
|
return Object.keys(exports.supportedLanguageToDialects).includes(languageId);
|
|
31
37
|
}
|
|
32
38
|
async function fetchSupplementalContextForSrc(document, position, workspace, cancellationToken) {
|
|
33
|
-
const
|
|
34
|
-
if (
|
|
35
|
-
return
|
|
36
|
-
? undefined
|
|
37
|
-
: {
|
|
38
|
-
supplementalContextItems: [],
|
|
39
|
-
strategy: 'Empty',
|
|
40
|
-
};
|
|
39
|
+
const supplementalContextConfig = getSupplementalContextConfig(document.languageId);
|
|
40
|
+
if (supplementalContextConfig === undefined) {
|
|
41
|
+
return supplementalContextConfig;
|
|
41
42
|
}
|
|
43
|
+
//TODO: add logic for other strategies once available
|
|
44
|
+
if (supplementalContextConfig === 'codemap') {
|
|
45
|
+
return await codemapContext(document, position, workspace, cancellationToken);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
async function codemapContext(document, position, workspace, cancellationToken) {
|
|
49
|
+
let strategy = 'Empty';
|
|
50
|
+
const openTabsContextPromise = (0, timeoutUtils_1.waitUntil)(async function () {
|
|
51
|
+
return await fetchOpenTabsContext(document, position, workspace, cancellationToken);
|
|
52
|
+
}, { timeout: constants_1.supplementalContextTimeoutInMs, interval: 5, truthy: false });
|
|
53
|
+
const projectContextPromise = (0, timeoutUtils_1.waitUntil)(async function () {
|
|
54
|
+
return await fetchProjectContext(document, position, 'codemap');
|
|
55
|
+
}, { timeout: constants_1.supplementalContextTimeoutInMs, interval: 5, truthy: false });
|
|
56
|
+
const supContext = [];
|
|
57
|
+
const [openTabsContext, projectContext] = await Promise.all([openTabsContextPromise, projectContextPromise]);
|
|
58
|
+
function addToResult(items) {
|
|
59
|
+
for (const item of items) {
|
|
60
|
+
const curLen = supContext.reduce((acc, i) => acc + i.content.length, 0);
|
|
61
|
+
if (curLen + item.content.length < constants_1.supplementalContextMaxTotalLength) {
|
|
62
|
+
supContext.push(item);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
if (projectContext && projectContext.length > 0) {
|
|
67
|
+
addToResult(projectContext);
|
|
68
|
+
strategy = 'codemap';
|
|
69
|
+
}
|
|
70
|
+
if (openTabsContext && openTabsContext.length > 0) {
|
|
71
|
+
addToResult(openTabsContext);
|
|
72
|
+
if (strategy === 'Empty') {
|
|
73
|
+
strategy = 'OpenTabs_BM25';
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
supplementalContextItems: supContext ?? [],
|
|
78
|
+
strategy,
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
async function fetchProjectContext(document, position, target) {
|
|
82
|
+
const inputChunk = getInputChunk(document, position, constants_1.crossFileContextConfig.numberOfLinesEachChunk);
|
|
83
|
+
const fsPath = vscode_uri_1.URI.parse(document.uri).fsPath;
|
|
84
|
+
let controller;
|
|
85
|
+
const inlineProjectContextRequest = {
|
|
86
|
+
query: inputChunk.content,
|
|
87
|
+
filePath: fsPath,
|
|
88
|
+
target,
|
|
89
|
+
};
|
|
90
|
+
try {
|
|
91
|
+
controller = await localProjectContextController_1.LocalProjectContextController.getInstance();
|
|
92
|
+
}
|
|
93
|
+
catch (e) {
|
|
94
|
+
return [];
|
|
95
|
+
}
|
|
96
|
+
return controller.queryInlineProjectContext(inlineProjectContextRequest);
|
|
97
|
+
}
|
|
98
|
+
async function fetchOpenTabsContext(document, position, workspace, cancellationToken) {
|
|
42
99
|
const codeChunksCalculated = constants_1.crossFileContextConfig.numberOfChunkToFetch;
|
|
43
100
|
// Step 1: Get relevant cross files to refer
|
|
44
101
|
const relevantCrossFileCandidates = await getCrossFileCandidates(document, workspace);
|
|
@@ -65,8 +122,13 @@ async function fetchSupplementalContextForSrc(document, position, workspace, can
|
|
|
65
122
|
throwIfCancelled(cancellationToken);
|
|
66
123
|
// Step 4: Transform best chunks to supplemental contexts
|
|
67
124
|
const supplementalContexts = [];
|
|
125
|
+
let totalLength = 0;
|
|
68
126
|
for (const chunk of bestChunks) {
|
|
69
127
|
throwIfCancelled(cancellationToken);
|
|
128
|
+
totalLength += chunk.nextContent.length;
|
|
129
|
+
if (totalLength > constants_1.crossFileContextConfig.maximumTotalLength) {
|
|
130
|
+
break;
|
|
131
|
+
}
|
|
70
132
|
supplementalContexts.push({
|
|
71
133
|
filePath: chunk.fileName,
|
|
72
134
|
content: chunk.nextContent,
|
|
@@ -74,10 +136,7 @@ async function fetchSupplementalContextForSrc(document, position, workspace, can
|
|
|
74
136
|
});
|
|
75
137
|
}
|
|
76
138
|
// DO NOT send code chunk with empty content
|
|
77
|
-
return
|
|
78
|
-
supplementalContextItems: supplementalContexts.filter(item => item.content.trim().length !== 0),
|
|
79
|
-
strategy: 'OpenTabs_BM25',
|
|
80
|
-
};
|
|
139
|
+
return supplementalContexts.filter(item => item.content.trim().length !== 0);
|
|
81
140
|
}
|
|
82
141
|
function findBestKChunkMatches(chunkInput, chunkReferences, k) {
|
|
83
142
|
const chunkContentList = chunkReferences.map(chunk => chunk.content);
|
|
@@ -117,11 +176,8 @@ function getInputChunk(document, cursorPosition, chunkSize) {
|
|
|
117
176
|
* @returns specifically returning undefined if the langueage is not supported,
|
|
118
177
|
* otherwise true/false depending on if the language is fully supported or not belonging to the user group
|
|
119
178
|
*/
|
|
120
|
-
function
|
|
121
|
-
|
|
122
|
-
return undefined;
|
|
123
|
-
}
|
|
124
|
-
return true;
|
|
179
|
+
function getSupplementalContextConfig(languageId, _userGroup) {
|
|
180
|
+
return isCrossFileSupported(languageId) ? 'codemap' : undefined;
|
|
125
181
|
}
|
|
126
182
|
/**
|
|
127
183
|
* This linking is required from science experimentations to pass the next contnet chunk
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crossFileContextUtil.js","sourceRoot":"","sources":["../../../src/shared/supplementalContextUtil/crossFileContextUtil.ts"],"names":[],"mappings":";AAAA,mDAAmD;AACnD,2KAA2K;AAC3K,oFAAoF;;;
|
|
1
|
+
{"version":3,"file":"crossFileContextUtil.js","sourceRoot":"","sources":["../../../src/shared/supplementalContextUtil/crossFileContextUtil.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,3 +3,11 @@ import { CancellationToken, Logging, Position, TextDocument, Workspace } from '@
|
|
|
3
3
|
export declare class CancellationError extends Error {
|
|
4
4
|
}
|
|
5
5
|
export declare function fetchSupplementalContext(document: TextDocument, position: Position, workspace: Workspace, logging: Logging, cancellationToken: CancellationToken): Promise<CodeWhispererSupplementalContext | undefined>;
|
|
6
|
+
/**
|
|
7
|
+
* Requirement
|
|
8
|
+
* - Maximum 5 supplemental context.
|
|
9
|
+
* - Each chunk can't exceed 10240 characters
|
|
10
|
+
* - Sum of all chunks can't exceed 20480 characters
|
|
11
|
+
*/
|
|
12
|
+
export declare function truncateSupplementalContext(context: CodeWhispererSupplementalContext): CodeWhispererSupplementalContext;
|
|
13
|
+
export declare function truncateLineByLine(input: string, l: number): string;
|
|
@@ -4,8 +4,12 @@
|
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.CancellationError = void 0;
|
|
6
6
|
exports.fetchSupplementalContext = fetchSupplementalContext;
|
|
7
|
+
exports.truncateSupplementalContext = truncateSupplementalContext;
|
|
8
|
+
exports.truncateLineByLine = truncateLineByLine;
|
|
7
9
|
const crossFileContextUtil_1 = require("./crossFileContextUtil");
|
|
8
10
|
const codeParsingUtil_1 = require("./codeParsingUtil");
|
|
11
|
+
const constants_1 = require("../models/constants");
|
|
12
|
+
const os = require("os");
|
|
9
13
|
class CancellationError extends Error {
|
|
10
14
|
}
|
|
11
15
|
exports.CancellationError = CancellationError;
|
|
@@ -24,14 +28,15 @@ async function fetchSupplementalContext(document, position, workspace, logging,
|
|
|
24
28
|
supplementalContextValue = await (0, crossFileContextUtil_1.fetchSupplementalContextForSrc)(document, position, workspace, cancellationToken);
|
|
25
29
|
}
|
|
26
30
|
if (supplementalContextValue) {
|
|
27
|
-
|
|
31
|
+
const resBeforeTruncation = {
|
|
28
32
|
isUtg: isUtg,
|
|
29
33
|
isProcessTimeout: false,
|
|
30
|
-
supplementalContextItems: supplementalContextValue.supplementalContextItems,
|
|
34
|
+
supplementalContextItems: supplementalContextValue.supplementalContextItems.filter(item => item.content.trim().length !== 0),
|
|
31
35
|
contentsLength: supplementalContextValue.supplementalContextItems.reduce((acc, curr) => acc + curr.content.length, 0),
|
|
32
36
|
latency: performance.now() - timesBeforeFetching,
|
|
33
37
|
strategy: supplementalContextValue.strategy,
|
|
34
38
|
};
|
|
39
|
+
return truncateSupplementalContext(resBeforeTruncation);
|
|
35
40
|
}
|
|
36
41
|
else {
|
|
37
42
|
return undefined;
|
|
@@ -54,4 +59,60 @@ async function fetchSupplementalContext(document, position, workspace, logging,
|
|
|
54
59
|
}
|
|
55
60
|
}
|
|
56
61
|
}
|
|
62
|
+
/**
|
|
63
|
+
* Requirement
|
|
64
|
+
* - Maximum 5 supplemental context.
|
|
65
|
+
* - Each chunk can't exceed 10240 characters
|
|
66
|
+
* - Sum of all chunks can't exceed 20480 characters
|
|
67
|
+
*/
|
|
68
|
+
function truncateSupplementalContext(context) {
|
|
69
|
+
let c = context.supplementalContextItems.map(item => {
|
|
70
|
+
if (item.content.length > constants_1.crossFileContextConfig.maxLengthEachChunk) {
|
|
71
|
+
return {
|
|
72
|
+
...item,
|
|
73
|
+
content: truncateLineByLine(item.content, constants_1.crossFileContextConfig.maxLengthEachChunk),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
return item;
|
|
78
|
+
}
|
|
79
|
+
});
|
|
80
|
+
if (c.length > constants_1.crossFileContextConfig.maxContextCount) {
|
|
81
|
+
c = c.slice(0, constants_1.crossFileContextConfig.maxContextCount);
|
|
82
|
+
}
|
|
83
|
+
let curTotalLength = c.reduce((acc, cur) => {
|
|
84
|
+
return acc + cur.content.length;
|
|
85
|
+
}, 0);
|
|
86
|
+
while (curTotalLength >= 20480 && c.length - 1 >= 0) {
|
|
87
|
+
const last = c[c.length - 1];
|
|
88
|
+
c = c.slice(0, -1);
|
|
89
|
+
curTotalLength -= last.content.length;
|
|
90
|
+
}
|
|
91
|
+
return {
|
|
92
|
+
...context,
|
|
93
|
+
supplementalContextItems: c,
|
|
94
|
+
contentsLength: curTotalLength,
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
function truncateLineByLine(input, l) {
|
|
98
|
+
const maxLength = l > 0 ? l : -1 * l;
|
|
99
|
+
if (input.length === 0) {
|
|
100
|
+
return '';
|
|
101
|
+
}
|
|
102
|
+
const shouldAddNewLineBack = input.endsWith(os.EOL);
|
|
103
|
+
let lines = input.trim().split(os.EOL);
|
|
104
|
+
let curLen = input.length;
|
|
105
|
+
while (curLen > maxLength && lines.length - 1 >= 0) {
|
|
106
|
+
const last = lines[lines.length - 1];
|
|
107
|
+
lines = lines.slice(0, -1);
|
|
108
|
+
curLen -= last.length + 1;
|
|
109
|
+
}
|
|
110
|
+
const r = lines.join(os.EOL);
|
|
111
|
+
if (shouldAddNewLineBack) {
|
|
112
|
+
return r + os.EOL;
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
return r;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
57
118
|
//# sourceMappingURL=supplementalContextUtil.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"supplementalContextUtil.js","sourceRoot":"","sources":["../../../src/shared/supplementalContextUtil/supplementalContextUtil.ts"],"names":[],"mappings":";AAAA,mDAAmD;AACnD,8KAA8K;;;
|
|
1
|
+
{"version":3,"file":"supplementalContextUtil.js","sourceRoot":"","sources":["../../../src/shared/supplementalContextUtil/supplementalContextUtil.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@ import { CodeWhispererSession } from '../../language-server/inline-completion/se
|
|
|
3
3
|
import { UserContext, OptOutPreference, UserIntent } from '../../client/token/codewhispererbearertokenclient';
|
|
4
4
|
import { ChatConversationType, InteractWithMessageEvent } from './types';
|
|
5
5
|
import { CodewhispererLanguage } from '../languageDetection';
|
|
6
|
-
import {
|
|
6
|
+
import { AmazonQBaseServiceManager } from '../amazonQServiceManager/BaseAmazonQServiceManager';
|
|
7
7
|
export declare class TelemetryService {
|
|
8
8
|
private serviceManager;
|
|
9
9
|
private userContext;
|
|
@@ -12,10 +12,12 @@ export declare class TelemetryService {
|
|
|
12
12
|
private telemetry;
|
|
13
13
|
private credentialsProvider;
|
|
14
14
|
private logging;
|
|
15
|
+
private profileArn;
|
|
15
16
|
private readonly cwInteractionTypeMap;
|
|
16
|
-
constructor(serviceManager:
|
|
17
|
+
constructor(serviceManager: AmazonQBaseServiceManager, credentialsProvider: CredentialsProvider, telemetry: Telemetry, logging: Logging);
|
|
17
18
|
updateUserContext(userContext: UserContext | undefined): void;
|
|
18
19
|
updateOptOutPreference(optOutPreference: OptOutPreference): void;
|
|
20
|
+
updateProfileArn(profileArn: string): void;
|
|
19
21
|
updateEnableTelemetryEventsToDestination(enableTelemetryEventsToDestination: boolean): void;
|
|
20
22
|
private getCredentialsType;
|
|
21
23
|
private getService;
|
|
@@ -77,5 +79,17 @@ export declare class TelemetryService {
|
|
|
77
79
|
chatFollowUpCount?: number;
|
|
78
80
|
chatConversationType: ChatConversationType;
|
|
79
81
|
chatActiveEditorImportCount?: number;
|
|
82
|
+
cwsprChatHasContextList: boolean;
|
|
83
|
+
cwsprChatFolderContextCount: number;
|
|
84
|
+
cwsprChatFileContextCount: number;
|
|
85
|
+
cwsprChatFileContextLength: number;
|
|
86
|
+
cwsprChatRuleContextCount: number;
|
|
87
|
+
cwsprChatRuleContextLength: number;
|
|
88
|
+
cwsprChatPromptContextCount: number;
|
|
89
|
+
cwsprChatPromptContextLength: number;
|
|
90
|
+
cwsprChatCodeContextCount: number;
|
|
91
|
+
cwsprChatCodeContextLength: number;
|
|
92
|
+
cwsprChatFocusFileContextLength: number;
|
|
93
|
+
languageServerVersion?: string;
|
|
80
94
|
}>): Promise<void> | undefined;
|
|
81
95
|
}
|
|
@@ -14,6 +14,7 @@ class TelemetryService {
|
|
|
14
14
|
telemetry;
|
|
15
15
|
credentialsProvider;
|
|
16
16
|
logging;
|
|
17
|
+
profileArn;
|
|
17
18
|
cwInteractionTypeMap = {
|
|
18
19
|
[types_1.ChatInteractionType.InsertAtCursor]: 'INSERT_AT_CURSOR',
|
|
19
20
|
[types_1.ChatInteractionType.CopySnippet]: 'COPY_SNIPPET',
|
|
@@ -38,6 +39,9 @@ class TelemetryService {
|
|
|
38
39
|
updateOptOutPreference(optOutPreference) {
|
|
39
40
|
this.optOutPreference = optOutPreference;
|
|
40
41
|
}
|
|
42
|
+
updateProfileArn(profileArn) {
|
|
43
|
+
this.profileArn = profileArn;
|
|
44
|
+
}
|
|
41
45
|
updateEnableTelemetryEventsToDestination(enableTelemetryEventsToDestination) {
|
|
42
46
|
this.enableTelemetryEventsToDestination = enableTelemetryEventsToDestination;
|
|
43
47
|
}
|
|
@@ -95,6 +99,9 @@ class TelemetryService {
|
|
|
95
99
|
if (this.optOutPreference !== undefined) {
|
|
96
100
|
request.optOutPreference = this.optOutPreference;
|
|
97
101
|
}
|
|
102
|
+
if (this.profileArn !== undefined) {
|
|
103
|
+
request.profileArn = this.profileArn;
|
|
104
|
+
}
|
|
98
105
|
await this.getService().sendTelemetryEvent(request);
|
|
99
106
|
}
|
|
100
107
|
catch (error) {
|
|
@@ -186,6 +193,7 @@ class TelemetryService {
|
|
|
186
193
|
...metric,
|
|
187
194
|
[chatTelemetryController_1.CONVERSATION_ID_METRIC_KEY]: options.conversationId,
|
|
188
195
|
credentialStartUrl: this.credentialsProvider.getConnectionMetadata()?.sso?.startUrl,
|
|
196
|
+
result: 'Succeeded',
|
|
189
197
|
},
|
|
190
198
|
});
|
|
191
199
|
}
|
|
@@ -216,6 +224,7 @@ class TelemetryService {
|
|
|
216
224
|
cwsprChatModificationPercentage: params.modificationPercentage,
|
|
217
225
|
codewhispererCustomizationArn: params.customizationArn,
|
|
218
226
|
credentialStartUrl: this.credentialsProvider.getConnectionMetadata()?.sso?.startUrl,
|
|
227
|
+
result: 'Succeeded',
|
|
219
228
|
},
|
|
220
229
|
});
|
|
221
230
|
}
|
|
@@ -271,6 +280,7 @@ class TelemetryService {
|
|
|
271
280
|
if (!params.conversationId || !params.messageId) {
|
|
272
281
|
return;
|
|
273
282
|
}
|
|
283
|
+
const timeBetweenChunks = params.timeBetweenChunks?.slice(0, 100);
|
|
274
284
|
if (this.enableTelemetryEventsToDestination) {
|
|
275
285
|
this.telemetry.emitMetric({
|
|
276
286
|
name: types_1.ChatTelemetryEventName.AddMessage,
|
|
@@ -289,13 +299,26 @@ class TelemetryService {
|
|
|
289
299
|
cwsprChatFollowUpCount: additionalParams.chatFollowUpCount,
|
|
290
300
|
cwsprTimeToFirstChunk: params.timeToFirstChunkMilliseconds,
|
|
291
301
|
cwsprChatFullResponseLatency: params.fullResponselatency,
|
|
292
|
-
cwsprChatTimeBetweenChunks:
|
|
302
|
+
cwsprChatTimeBetweenChunks: timeBetweenChunks,
|
|
293
303
|
cwsprChatRequestLength: params.requestLength,
|
|
294
304
|
cwsprChatResponseLength: params.responseLength,
|
|
295
305
|
cwsprChatConversationType: additionalParams.chatConversationType,
|
|
296
306
|
cwsprChatActiveEditorTotalCharacters: params.activeEditorTotalCharacters,
|
|
297
307
|
cwsprChatActiveEditorImportCount: additionalParams.chatActiveEditorImportCount,
|
|
298
308
|
codewhispererCustomizationArn: params.customizationArn,
|
|
309
|
+
cwsprChatHasContextList: additionalParams.cwsprChatHasContextList,
|
|
310
|
+
cwsprChatFolderContextCount: additionalParams.cwsprChatFolderContextCount,
|
|
311
|
+
cwsprChatFileContextCount: additionalParams.cwsprChatFileContextCount,
|
|
312
|
+
cwsprChatRuleContextCount: additionalParams.cwsprChatRuleContextCount,
|
|
313
|
+
cwsprChatPromptContextCount: additionalParams.cwsprChatPromptContextCount,
|
|
314
|
+
cwsprChatFileContextLength: additionalParams.cwsprChatFileContextLength,
|
|
315
|
+
cwsprChatRuleContextLength: additionalParams.cwsprChatRuleContextLength,
|
|
316
|
+
cwsprChatPromptContextLength: additionalParams.cwsprChatPromptContextLength,
|
|
317
|
+
cwsprChatFocusFileContextLength: additionalParams.cwsprChatFocusFileContextLength,
|
|
318
|
+
cwsprChatCodeContextCount: additionalParams.cwsprChatCodeContextCount,
|
|
319
|
+
cwsprChatCodeContextLength: additionalParams.cwsprChatCodeContextLength,
|
|
320
|
+
result: 'Succeeded',
|
|
321
|
+
languageServerVersion: additionalParams.languageServerVersion,
|
|
299
322
|
},
|
|
300
323
|
});
|
|
301
324
|
}
|
|
@@ -306,7 +329,7 @@ class TelemetryService {
|
|
|
306
329
|
hasCodeSnippet: params.hasCodeSnippet,
|
|
307
330
|
activeEditorTotalCharacters: params.activeEditorTotalCharacters,
|
|
308
331
|
timeToFirstChunkMilliseconds: params.timeToFirstChunkMilliseconds,
|
|
309
|
-
timeBetweenChunks:
|
|
332
|
+
timeBetweenChunks: timeBetweenChunks,
|
|
310
333
|
fullResponselatency: params.fullResponselatency,
|
|
311
334
|
requestLength: params.requestLength,
|
|
312
335
|
responseLength: params.responseLength,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"telemetryService.js","sourceRoot":"","sources":["../../../src/shared/telemetry/telemetryService.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"telemetryService.js","sourceRoot":"","sources":["../../../src/shared/telemetry/telemetryService.ts"],"names":[],"mappings":"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"}
|