@aws/lsp-codewhisperer 0.0.103 → 0.0.105

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/node_modules/@amzn/codewhisperer-runtime/LICENSE +1 -1
  3. package/node_modules/@amzn/codewhisperer-runtime/README.md +161 -14
  4. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/GetUsageLimitsCommand.js +2 -2
  5. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/commands/ListAvailableProfilesCommand.js +2 -1
  6. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/models/models_0.js +140 -80
  7. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/models/models_1.js +25 -1
  8. package/node_modules/@amzn/codewhisperer-runtime/dist-cjs/protocols/Aws_restJson1.js +86 -3
  9. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/GetUsageLimitsCommand.js +1 -1
  10. package/node_modules/@amzn/codewhisperer-runtime/dist-es/commands/ListAvailableProfilesCommand.js +2 -1
  11. package/node_modules/@amzn/codewhisperer-runtime/dist-es/models/models_0.js +128 -71
  12. package/node_modules/@amzn/codewhisperer-runtime/dist-es/models/models_1.js +24 -2
  13. package/node_modules/@amzn/codewhisperer-runtime/dist-es/protocols/Aws_restJson1.js +86 -3
  14. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateSubscriptionTokenCommand.d.ts +1 -0
  15. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/CreateTaskAssistConversationCommand.d.ts +1 -1
  16. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/DeleteTaskAssistConversationCommand.d.ts +1 -2
  17. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetProfileCommand.d.ts +7 -0
  18. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/GetUsageLimitsCommand.d.ts +32 -1
  19. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableModelsCommand.d.ts +10 -2
  20. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableProfilesCommand.d.ts +13 -0
  21. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/ListAvailableSubscriptionsCommand.d.ts +4 -2
  22. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SendTelemetryEventCommand.d.ts +44 -0
  23. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/SetUserPreferenceCommand.d.ts +2 -1
  24. package/node_modules/@amzn/codewhisperer-runtime/dist-types/commands/UpdateUsageLimitsCommand.d.ts +1 -1
  25. package/node_modules/@amzn/codewhisperer-runtime/dist-types/models/models_0.d.ts +595 -330
  26. package/node_modules/@amzn/codewhisperer-runtime/dist-types/models/models_1.d.ts +271 -1
  27. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.browser.d.ts +6 -1
  28. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.d.ts +6 -1
  29. package/node_modules/@amzn/codewhisperer-runtime/dist-types/runtimeConfig.native.d.ts +6 -1
  30. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/package.json +3 -3
  31. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-cjs/index.js +2 -2
  32. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -2
  33. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/package.json +9 -9
  34. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
  35. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
  36. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +19 -2
  37. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
  38. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
  39. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +19 -2
  40. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/package.json +2 -2
  41. package/out/language-server/agenticChat/agenticChatController.js +7 -4
  42. package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
  43. package/out/language-server/agenticChat/tabBarController.d.ts +1 -0
  44. package/out/language-server/agenticChat/tabBarController.js +12 -0
  45. package/out/language-server/agenticChat/tabBarController.js.map +1 -1
  46. package/out/language-server/agenticChat/tools/chatDb/chatDb.d.ts +46 -0
  47. package/out/language-server/agenticChat/tools/chatDb/chatDb.js +135 -0
  48. package/out/language-server/agenticChat/tools/chatDb/chatDb.js.map +1 -1
  49. package/out/language-server/agenticChat/tools/chatDb/util.d.ts +13 -0
  50. package/out/language-server/agenticChat/tools/chatDb/util.js +193 -1
  51. package/out/language-server/agenticChat/tools/chatDb/util.js.map +1 -1
  52. package/out/language-server/agenticChat/tools/executeBash.d.ts +1 -1
  53. package/out/language-server/agenticChat/tools/executeBash.js +11 -2
  54. package/out/language-server/agenticChat/tools/executeBash.js.map +1 -1
  55. package/out/language-server/agenticChat/tools/fileSearch.d.ts +1 -1
  56. package/out/language-server/agenticChat/tools/fileSearch.js +1 -1
  57. package/out/language-server/agenticChat/tools/fileSearch.js.map +1 -1
  58. package/out/language-server/agenticChat/tools/fsRead.d.ts +1 -1
  59. package/out/language-server/agenticChat/tools/fsRead.js +1 -1
  60. package/out/language-server/agenticChat/tools/fsRead.js.map +1 -1
  61. package/out/language-server/agenticChat/tools/fsReplace.d.ts +1 -1
  62. package/out/language-server/agenticChat/tools/fsReplace.js +1 -1
  63. package/out/language-server/agenticChat/tools/fsReplace.js.map +1 -1
  64. package/out/language-server/agenticChat/tools/fsWrite.d.ts +1 -1
  65. package/out/language-server/agenticChat/tools/fsWrite.js +1 -1
  66. package/out/language-server/agenticChat/tools/fsWrite.js.map +1 -1
  67. package/out/language-server/agenticChat/tools/listDirectory.d.ts +1 -1
  68. package/out/language-server/agenticChat/tools/listDirectory.js +1 -1
  69. package/out/language-server/agenticChat/tools/listDirectory.js.map +1 -1
  70. package/out/language-server/agenticChat/tools/mcp/mcpManager.d.ts +5 -0
  71. package/out/language-server/agenticChat/tools/mcp/mcpManager.js +36 -1
  72. package/out/language-server/agenticChat/tools/mcp/mcpManager.js.map +1 -1
  73. package/out/language-server/agenticChat/tools/toolShared.d.ts +18 -5
  74. package/out/language-server/agenticChat/tools/toolShared.js +51 -10
  75. package/out/language-server/agenticChat/tools/toolShared.js.map +1 -1
  76. package/out/language-server/chat/chatSessionService.d.ts +4 -3
  77. package/out/language-server/chat/chatSessionService.js +9 -5
  78. package/out/language-server/chat/chatSessionService.js.map +1 -1
  79. package/out/language-server/chat/telemetry/chatTelemetryController.d.ts +1 -1
  80. package/out/language-server/chat/telemetry/chatTelemetryController.js +2 -2
  81. package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
  82. package/out/language-server/netTransform/atxTransformHandler.js +5 -0
  83. package/out/language-server/netTransform/atxTransformHandler.js.map +1 -1
  84. package/out/language-server/workspaceContext/workspaceFolderManager.js +1 -1
  85. package/out/language-server/workspaceContext/workspaceFolderManager.js.map +1 -1
  86. package/out/shared/telemetry/telemetryService.js +3 -0
  87. package/out/shared/telemetry/telemetryService.js.map +1 -1
  88. package/out/shared/telemetry/types.d.ts +1 -0
  89. package/out/shared/utils.js +10 -2
  90. package/out/shared/utils.js.map +1 -1
  91. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.105](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.104...lsp-codewhisperer/v0.0.105) (2026-02-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * amazon q chat history restoration to display rich ui elements and persisting model/agentic toggle preferences. ([#2610](https://github.com/aws/language-servers/issues/2610)) ([75135dd](https://github.com/aws/language-servers/commit/75135ddf2342a355a1fcba463dd6a42d040b75fa))
9
+ * extend SageMaker env detection to support both SMUS and SMAI ([#2598](https://github.com/aws/language-servers/issues/2598)) ([12fbc4c](https://github.com/aws/language-servers/commit/12fbc4c4f355ab0a8500de697a5fd7bd7950f661))
10
+
11
+ ## [0.0.104](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.103...lsp-codewhisperer/v0.0.104) (2026-02-05)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * add OAuth client support to MCP manager ([#2607](https://github.com/aws/language-servers/issues/2607)) ([81c1e08](https://github.com/aws/language-servers/commit/81c1e089750e90efb4ea302279a915b08eddc0ad))
17
+ * Add optional `x-amzn-qt-test-id` header to ATX Transform API requests for test traffic classification. ([#2602](https://github.com/aws/language-servers/issues/2602)) ([2321687](https://github.com/aws/language-servers/commit/2321687b1b6ae7e5c4fdc9fcd15792cd54f138c9))
18
+ * add programming language to chatInteractWithMessageEvent ([#2605](https://github.com/aws/language-servers/issues/2605)) ([af86c21](https://github.com/aws/language-servers/commit/af86c218af8f904a806ca43c8695fcb6053e347c))
19
+ * **amazonq:** disable WCS feature by default ([#2604](https://github.com/aws/language-servers/issues/2604)) ([990f727](https://github.com/aws/language-servers/commit/990f7273d39925beba46035597a7d84983eff19f))
20
+ * **amazonq:** fix for tool permissions in allowed paths per tool ([#2601](https://github.com/aws/language-servers/issues/2601)) ([01ea0d7](https://github.com/aws/language-servers/commit/01ea0d74404baae14462e5557f488b22085bb8d3))
21
+
3
22
  ## [0.0.103](https://github.com/aws/language-servers/compare/lsp-codewhisperer/v0.0.102...lsp-codewhisperer/v0.0.103) (2026-01-26)
4
23
 
5
24
 
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -199,31 +199,136 @@ see LICENSE for more information.
199
199
 
200
200
  <details>
201
201
  <summary>
202
- CreateTask
202
+ CreateAgentTask
203
203
  </summary>
204
204
 
205
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateTaskCommandOutput/)
205
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateAgentTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateAgentTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateAgentTaskCommandOutput/)
206
206
  </details>
207
207
  <details>
208
208
  <summary>
209
- DeregisterProvider
209
+ CreateConnection
210
210
  </summary>
211
211
 
212
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/DeregisterProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeregisterProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeregisterProviderCommandOutput/)
212
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateConnectionCommandOutput/)
213
213
  </details>
214
214
  <details>
215
215
  <summary>
216
- GetStepEvents
216
+ CreateConnectionForUser
217
217
  </summary>
218
218
 
219
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetStepEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetStepEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetStepEventsCommandOutput/)
219
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateConnectionForUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateConnectionForUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateConnectionForUserCommandOutput/)
220
220
  </details>
221
221
  <details>
222
222
  <summary>
223
- GetTask
223
+ CreateEnvironmentConfiguration
224
224
  </summary>
225
225
 
226
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetTaskCommandOutput/)
226
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateEnvironmentConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateEnvironmentConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateEnvironmentConfigurationCommandOutput/)
227
+ </details>
228
+ <details>
229
+ <summary>
230
+ CreateInstance
231
+ </summary>
232
+
233
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateInstanceCommandOutput/)
234
+ </details>
235
+ <details>
236
+ <summary>
237
+ CreateSession
238
+ </summary>
239
+
240
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateSessionCommandOutput/)
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreateSteering
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/CreateSteeringCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateSteeringCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/CreateSteeringCommandOutput/)
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ DeleteConnection
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/DeleteConnectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteConnectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteConnectionCommandOutput/)
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ DeleteEnvironmentConfiguration
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/DeleteEnvironmentConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteEnvironmentConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteEnvironmentConfigurationCommandOutput/)
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ DeleteSession
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/DeleteSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteSessionCommandOutput/)
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ DeleteSteering
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/DeleteSteeringCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteSteeringCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/DeleteSteeringCommandOutput/)
276
+ </details>
277
+ <details>
278
+ <summary>
279
+ GenerateAgentSessionResponse
280
+ </summary>
281
+
282
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GenerateAgentSessionResponseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GenerateAgentSessionResponseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GenerateAgentSessionResponseCommandOutput/)
283
+ </details>
284
+ <details>
285
+ <summary>
286
+ GetAgentTask
287
+ </summary>
288
+
289
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetAgentTaskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetAgentTaskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetAgentTaskCommandOutput/)
290
+ </details>
291
+ <details>
292
+ <summary>
293
+ GetAgentTaskDetails
294
+ </summary>
295
+
296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetAgentTaskDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetAgentTaskDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetAgentTaskDetailsCommandOutput/)
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ GetAgentUsage
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetAgentUsageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetAgentUsageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetAgentUsageCommandOutput/)
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ GetEnvironmentConfiguration
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetEnvironmentConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetEnvironmentConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetEnvironmentConfigurationCommandOutput/)
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ GetSession
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetSessionCommandOutput/)
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ GetSteering
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetSteeringCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetSteeringCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetSteeringCommandOutput/)
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ GetStepEvents
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/GetStepEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetStepEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/GetStepEventsCommandOutput/)
227
332
  </details>
228
333
  <details>
229
334
  <summary>
@@ -234,6 +339,27 @@ GetTaskDetails
234
339
  </details>
235
340
  <details>
236
341
  <summary>
342
+ ListAgentTasks
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListAgentTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListAgentTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListAgentTasksCommandOutput/)
346
+ </details>
347
+ <details>
348
+ <summary>
349
+ ListConnectionResources
350
+ </summary>
351
+
352
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListConnectionResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListConnectionResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListConnectionResourcesCommandOutput/)
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ ListConnections
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListConnectionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListConnectionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListConnectionsCommandOutput/)
360
+ </details>
361
+ <details>
362
+ <summary>
237
363
  ListInstances
238
364
  </summary>
239
365
 
@@ -241,24 +367,31 @@ ListInstances
241
367
  </details>
242
368
  <details>
243
369
  <summary>
244
- ListProviders
370
+ ListSessionHistory
245
371
  </summary>
246
372
 
247
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListProvidersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListProvidersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListProvidersCommandOutput/)
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListSessionHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListSessionHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListSessionHistoryCommandOutput/)
248
374
  </details>
249
375
  <details>
250
376
  <summary>
251
- ListTasks
377
+ ListSessions
252
378
  </summary>
253
379
 
254
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListTasksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListTasksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListTasksCommandOutput/)
380
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListSessionsCommandOutput/)
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ ListSteerings
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/ListSteeringsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListSteeringsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/ListSteeringsCommandOutput/)
255
388
  </details>
256
389
  <details>
257
390
  <summary>
258
- RegisterProvider
391
+ UpdateEnvironmentConfiguration
259
392
  </summary>
260
393
 
261
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/RegisterProviderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/RegisterProviderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/RegisterProviderCommandOutput/)
394
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/UpdateEnvironmentConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/UpdateEnvironmentConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/UpdateEnvironmentConfigurationCommandOutput/)
262
395
  </details>
263
396
  <details>
264
397
  <summary>
@@ -689,6 +822,20 @@ GenerateTaskAssistPlan
689
822
  </details>
690
823
  <details>
691
824
  <summary>
825
+ InvokeMCP
826
+ </summary>
827
+
828
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/InvokeMCPCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/InvokeMCPCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/InvokeMCPCommandOutput/)
829
+ </details>
830
+ <details>
831
+ <summary>
832
+ InvokeMCPStream
833
+ </summary>
834
+
835
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/codewhispererruntime/command/InvokeMCPStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/InvokeMCPStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-codewhispererruntime/Interface/InvokeMCPStreamCommandOutput/)
836
+ </details>
837
+ <details>
838
+ <summary>
692
839
  AssociateConnectorResource
693
840
  </summary>
694
841
 
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetUsageLimitsCommand = exports.$Command = void 0;
4
4
  const EndpointParameters_1 = require("../endpoint/EndpointParameters");
5
- const models_0_1 = require("../models/models_0");
5
+ const models_1_1 = require("../models/models_1");
6
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
7
7
  const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
8
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
@@ -18,7 +18,7 @@ class GetUsageLimitsCommand extends smithy_client_1.Command.classBuilder()
18
18
  })
19
19
  .s("AmazonCodeWhispererService", "GetUsageLimits", {})
20
20
  .n("CodeWhispererRuntimeClient", "GetUsageLimitsCommand")
21
- .f(void 0, models_0_1.GetUsageLimitsResponseFilterSensitiveLog)
21
+ .f(void 0, models_1_1.GetUsageLimitsResponseFilterSensitiveLog)
22
22
  .ser(Aws_restJson1_1.se_GetUsageLimitsCommand)
23
23
  .de(Aws_restJson1_1.de_GetUsageLimitsCommand)
24
24
  .build() {
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListAvailableProfilesCommand = exports.$Command = void 0;
4
4
  const EndpointParameters_1 = require("../endpoint/EndpointParameters");
5
+ const models_0_1 = require("../models/models_0");
5
6
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
7
  const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
7
8
  const middleware_serde_1 = require("@smithy/middleware-serde");
@@ -17,7 +18,7 @@ class ListAvailableProfilesCommand extends smithy_client_1.Command.classBuilder(
17
18
  })
18
19
  .s("AmazonCodeWhispererService", "ListAvailableProfiles", {})
19
20
  .n("CodeWhispererRuntimeClient", "ListAvailableProfilesCommand")
20
- .f(void 0, void 0)
21
+ .f(void 0, models_0_1.ListAvailableProfilesResponseFilterSensitiveLog)
21
22
  .ser(Aws_restJson1_1.se_ListAvailableProfilesCommand)
22
23
  .de(Aws_restJson1_1.de_ListAvailableProfilesCommand)
23
24
  .build() {