@caupulican/pi-adaptative 0.91.4 → 0.93.0

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 (208) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/dist/cli/args.d.ts +2 -0
  3. package/dist/cli/args.d.ts.map +1 -1
  4. package/dist/cli/args.js +24 -0
  5. package/dist/cli/args.js.map +1 -1
  6. package/dist/cli.js +6 -1
  7. package/dist/cli.js.map +1 -1
  8. package/dist/core/agent-session-contracts.d.ts +1 -0
  9. package/dist/core/agent-session-contracts.d.ts.map +1 -1
  10. package/dist/core/agent-session-contracts.js.map +1 -1
  11. package/dist/core/agent-session-services.d.ts +1 -0
  12. package/dist/core/agent-session-services.d.ts.map +1 -1
  13. package/dist/core/agent-session-services.js +1 -0
  14. package/dist/core/agent-session-services.js.map +1 -1
  15. package/dist/core/agent-session.d.ts +1 -6
  16. package/dist/core/agent-session.d.ts.map +1 -1
  17. package/dist/core/agent-session.js +15 -13
  18. package/dist/core/agent-session.js.map +1 -1
  19. package/dist/core/autonomy/lane-tool-surface.d.ts.map +1 -1
  20. package/dist/core/autonomy/lane-tool-surface.js +7 -1
  21. package/dist/core/autonomy/lane-tool-surface.js.map +1 -1
  22. package/dist/core/background-lane-controller.d.ts +2 -4
  23. package/dist/core/background-lane-controller.d.ts.map +1 -1
  24. package/dist/core/background-lane-controller.js +0 -1
  25. package/dist/core/background-lane-controller.js.map +1 -1
  26. package/dist/core/bash-execution-controller.d.ts.map +1 -1
  27. package/dist/core/bash-execution-controller.js +1 -0
  28. package/dist/core/bash-execution-controller.js.map +1 -1
  29. package/dist/core/bash-executor.d.ts +2 -0
  30. package/dist/core/bash-executor.d.ts.map +1 -1
  31. package/dist/core/bash-executor.js +13 -4
  32. package/dist/core/bash-executor.js.map +1 -1
  33. package/dist/core/compaction-controller.d.ts.map +1 -1
  34. package/dist/core/compaction-controller.js +2 -1
  35. package/dist/core/compaction-controller.js.map +1 -1
  36. package/dist/core/context/context-composition.d.ts +1 -1
  37. package/dist/core/context/context-composition.d.ts.map +1 -1
  38. package/dist/core/context/context-composition.js +1 -1
  39. package/dist/core/context/context-composition.js.map +1 -1
  40. package/dist/core/default-tool-surface.d.ts +0 -10
  41. package/dist/core/default-tool-surface.d.ts.map +1 -1
  42. package/dist/core/default-tool-surface.js +3 -1
  43. package/dist/core/default-tool-surface.js.map +1 -1
  44. package/dist/core/extensions/bundled-virtual-modules.js +8 -0
  45. package/dist/core/extensions/bundled-virtual-modules.js.map +1 -1
  46. package/dist/core/extensions/runner.d.ts +1 -1
  47. package/dist/core/extensions/runner.d.ts.map +1 -1
  48. package/dist/core/extensions/runner.js +1 -1
  49. package/dist/core/extensions/runner.js.map +1 -1
  50. package/dist/core/extensions/virtual-modules.d.ts +4 -0
  51. package/dist/core/extensions/virtual-modules.d.ts.map +1 -1
  52. package/dist/core/extensions/virtual-modules.js +4 -0
  53. package/dist/core/extensions/virtual-modules.js.map +1 -1
  54. package/dist/core/goal-loop-controller.d.ts +6 -2
  55. package/dist/core/goal-loop-controller.d.ts.map +1 -1
  56. package/dist/core/goal-loop-controller.js +15 -4
  57. package/dist/core/goal-loop-controller.js.map +1 -1
  58. package/dist/core/goals/compact-goal-context.d.ts.map +1 -1
  59. package/dist/core/goals/compact-goal-context.js +10 -14
  60. package/dist/core/goals/compact-goal-context.js.map +1 -1
  61. package/dist/core/goals/goal-auto-continue-controller.d.ts +0 -2
  62. package/dist/core/goals/goal-auto-continue-controller.d.ts.map +1 -1
  63. package/dist/core/goals/goal-auto-continue-controller.js +0 -2
  64. package/dist/core/goals/goal-auto-continue-controller.js.map +1 -1
  65. package/dist/core/goals/goal-session-controller.d.ts +7 -7
  66. package/dist/core/goals/goal-session-controller.d.ts.map +1 -1
  67. package/dist/core/goals/goal-session-controller.js +27 -5
  68. package/dist/core/goals/goal-session-controller.js.map +1 -1
  69. package/dist/core/goals/goal-tool-core.d.ts.map +1 -1
  70. package/dist/core/goals/goal-tool-core.js +7 -0
  71. package/dist/core/goals/goal-tool-core.js.map +1 -1
  72. package/dist/core/goals/goal-tool-names.d.ts +7 -0
  73. package/dist/core/goals/goal-tool-names.d.ts.map +1 -0
  74. package/dist/core/goals/goal-tool-names.js +8 -0
  75. package/dist/core/goals/goal-tool-names.js.map +1 -0
  76. package/dist/core/model-capability.d.ts +1 -1
  77. package/dist/core/model-capability.d.ts.map +1 -1
  78. package/dist/core/model-capability.js +3 -1
  79. package/dist/core/model-capability.js.map +1 -1
  80. package/dist/core/models/perf-profile.d.ts +2 -1
  81. package/dist/core/models/perf-profile.d.ts.map +1 -1
  82. package/dist/core/models/perf-profile.js +1 -1
  83. package/dist/core/models/perf-profile.js.map +1 -1
  84. package/dist/core/provider-request-context-controller.d.ts.map +1 -1
  85. package/dist/core/provider-request-context-controller.js +6 -5
  86. package/dist/core/provider-request-context-controller.js.map +1 -1
  87. package/dist/core/provider-request-runtime-controller.d.ts.map +1 -1
  88. package/dist/core/provider-request-runtime-controller.js +3 -2
  89. package/dist/core/provider-request-runtime-controller.js.map +1 -1
  90. package/dist/core/runtime-builder.d.ts.map +1 -1
  91. package/dist/core/runtime-builder.js +13 -4
  92. package/dist/core/runtime-builder.js.map +1 -1
  93. package/dist/core/sdk.d.ts +3 -1
  94. package/dist/core/sdk.d.ts.map +1 -1
  95. package/dist/core/sdk.js +3 -1
  96. package/dist/core/sdk.js.map +1 -1
  97. package/dist/core/session-analytics.d.ts +2 -2
  98. package/dist/core/session-analytics.d.ts.map +1 -1
  99. package/dist/core/session-analytics.js +3 -2
  100. package/dist/core/session-analytics.js.map +1 -1
  101. package/dist/core/session-manager-factory.d.ts +1 -1
  102. package/dist/core/session-manager-factory.d.ts.map +1 -1
  103. package/dist/core/session-manager-factory.js +1 -1
  104. package/dist/core/session-manager-factory.js.map +1 -1
  105. package/dist/core/session-role.d.ts.map +1 -1
  106. package/dist/core/session-role.js +2 -0
  107. package/dist/core/session-role.js.map +1 -1
  108. package/dist/core/session-tree-navigator.d.ts +2 -2
  109. package/dist/core/session-tree-navigator.d.ts.map +1 -1
  110. package/dist/core/session-tree-navigator.js +1 -1
  111. package/dist/core/session-tree-navigator.js.map +1 -1
  112. package/dist/core/skill-vault.d.ts +6 -7
  113. package/dist/core/skill-vault.d.ts.map +1 -1
  114. package/dist/core/skill-vault.js +12 -12
  115. package/dist/core/skill-vault.js.map +1 -1
  116. package/dist/core/tool-capability-policy.d.ts.map +1 -1
  117. package/dist/core/tool-capability-policy.js +2 -1
  118. package/dist/core/tool-capability-policy.js.map +1 -1
  119. package/dist/core/tools/bash.d.ts +2 -0
  120. package/dist/core/tools/bash.d.ts.map +1 -1
  121. package/dist/core/tools/bash.js +27 -12
  122. package/dist/core/tools/bash.js.map +1 -1
  123. package/dist/core/tools/early-powershell-session.d.ts +21 -0
  124. package/dist/core/tools/early-powershell-session.d.ts.map +1 -0
  125. package/dist/core/tools/early-powershell-session.js +137 -0
  126. package/dist/core/tools/early-powershell-session.js.map +1 -0
  127. package/dist/core/tools/edit.d.ts +1 -1
  128. package/dist/core/tools/edit.d.ts.map +1 -1
  129. package/dist/core/tools/edit.js +1 -1
  130. package/dist/core/tools/edit.js.map +1 -1
  131. package/dist/core/tools/file-failure-recovery.d.ts +1 -1
  132. package/dist/core/tools/file-failure-recovery.d.ts.map +1 -1
  133. package/dist/core/tools/file-failure-recovery.js +1 -1
  134. package/dist/core/tools/file-failure-recovery.js.map +1 -1
  135. package/dist/core/tools/goal.d.ts +9 -2
  136. package/dist/core/tools/goal.d.ts.map +1 -1
  137. package/dist/core/tools/goal.js +64 -1
  138. package/dist/core/tools/goal.js.map +1 -1
  139. package/dist/core/tools/grep.d.ts +2 -2
  140. package/dist/core/tools/grep.d.ts.map +1 -1
  141. package/dist/core/tools/grep.js +1 -1
  142. package/dist/core/tools/grep.js.map +1 -1
  143. package/dist/core/tools/output-accumulator.d.ts +2 -0
  144. package/dist/core/tools/output-accumulator.d.ts.map +1 -1
  145. package/dist/core/tools/output-accumulator.js +2 -1
  146. package/dist/core/tools/output-accumulator.js.map +1 -1
  147. package/dist/core/tools/persistent-process-coordinator.d.ts.map +1 -1
  148. package/dist/core/tools/persistent-process-coordinator.js +2 -11
  149. package/dist/core/tools/persistent-process-coordinator.js.map +1 -1
  150. package/dist/core/tools/read.d.ts +2 -2
  151. package/dist/core/tools/read.d.ts.map +1 -1
  152. package/dist/core/tools/read.js +1 -1
  153. package/dist/core/tools/read.js.map +1 -1
  154. package/dist/core/tools/render-utils.d.ts +1 -0
  155. package/dist/core/tools/render-utils.d.ts.map +1 -1
  156. package/dist/core/tools/render-utils.js +11 -9
  157. package/dist/core/tools/render-utils.js.map +1 -1
  158. package/dist/core/tools/shell-output-decoder.d.ts +7 -0
  159. package/dist/core/tools/shell-output-decoder.d.ts.map +1 -0
  160. package/dist/core/tools/shell-output-decoder.js +135 -0
  161. package/dist/core/tools/shell-output-decoder.js.map +1 -0
  162. package/dist/core/tools/shell-session.d.ts +23 -6
  163. package/dist/core/tools/shell-session.d.ts.map +1 -1
  164. package/dist/core/tools/shell-session.js +275 -88
  165. package/dist/core/tools/shell-session.js.map +1 -1
  166. package/dist/core/tools/skill.js +2 -2
  167. package/dist/core/tools/skill.js.map +1 -1
  168. package/dist/core/tools/write.d.ts +1 -1
  169. package/dist/core/tools/write.d.ts.map +1 -1
  170. package/dist/core/tools/write.js +1 -1
  171. package/dist/core/tools/write.js.map +1 -1
  172. package/dist/index.d.ts +1 -1
  173. package/dist/index.d.ts.map +1 -1
  174. package/dist/index.js +1 -1
  175. package/dist/index.js.map +1 -1
  176. package/dist/main.d.ts.map +1 -1
  177. package/dist/main.js +2 -0
  178. package/dist/main.js.map +1 -1
  179. package/dist/modes/interactive/components/bash-execution.d.ts.map +1 -1
  180. package/dist/modes/interactive/components/bash-execution.js +4 -33
  181. package/dist/modes/interactive/components/bash-execution.js.map +1 -1
  182. package/dist/modes/interactive/components/tool-execution.d.ts +3 -0
  183. package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  184. package/dist/modes/interactive/components/tool-execution.js +63 -27
  185. package/dist/modes/interactive/components/tool-execution.js.map +1 -1
  186. package/dist/utils/child-process-ref.d.ts +4 -0
  187. package/dist/utils/child-process-ref.d.ts.map +1 -0
  188. package/dist/utils/child-process-ref.js +15 -0
  189. package/dist/utils/child-process-ref.js.map +1 -0
  190. package/dist/utils/powershell-session-protocol.d.ts +16 -0
  191. package/dist/utils/powershell-session-protocol.d.ts.map +1 -0
  192. package/dist/utils/powershell-session-protocol.js +63 -0
  193. package/dist/utils/powershell-session-protocol.js.map +1 -0
  194. package/dist/utils/shell.d.ts +7 -4
  195. package/dist/utils/shell.d.ts.map +1 -1
  196. package/dist/utils/shell.js +38 -23
  197. package/dist/utils/shell.js.map +1 -1
  198. package/docs/settings.md +2 -2
  199. package/docs/windows.md +9 -8
  200. package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
  201. package/examples/extensions/custom-provider-anthropic/package.json +2 -2
  202. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  203. package/examples/extensions/sandbox/package-lock.json +2 -2
  204. package/examples/extensions/sandbox/package.json +2 -2
  205. package/examples/extensions/with-deps/package-lock.json +2 -2
  206. package/examples/extensions/with-deps/package.json +1 -1
  207. package/npm-shrinkwrap.json +318 -332
  208. package/package.json +4 -4
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@caupulican/pi-adaptative",
3
- "version": "0.91.4",
3
+ "version": "0.93.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@caupulican/pi-adaptative",
9
- "version": "0.91.4",
9
+ "version": "0.93.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@caupulican/pi-agent-core": "^0.91.4",
13
- "@caupulican/pi-ai": "^0.91.4",
14
- "@caupulican/pi-tui": "^0.91.4",
12
+ "@caupulican/pi-agent-core": "^0.93.0",
13
+ "@caupulican/pi-ai": "^0.93.0",
14
+ "@caupulican/pi-tui": "^0.93.0",
15
15
  "@silvia-odwyer/photon-node": "0.3.4",
16
16
  "chalk": "5.6.2",
17
17
  "cross-spawn": "7.0.6",
@@ -42,12 +42,13 @@
42
42
  }
43
43
  },
44
44
  "node_modules/@anthropic-ai/sdk": {
45
- "version": "0.91.1",
46
- "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.91.1.tgz",
47
- "integrity": "sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==",
45
+ "version": "0.117.1",
46
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.117.1.tgz",
47
+ "integrity": "sha512-Yn2QlXfyCiKJ5YGCOOay7ZE78ISvII2XY621WMCiflmG8IYgwx59IBwPExxki3Xk9jKUtnD/Sj6UvplWr0rZxg==",
48
48
  "license": "MIT",
49
49
  "dependencies": {
50
- "json-schema-to-ts": "^3.1.1"
50
+ "json-schema-to-ts": "^3.1.1",
51
+ "standardwebhooks": "^1.0.0"
51
52
  },
52
53
  "peerDependencies": {
53
54
  "zod": "^3.25.0 || ^4.0.0"
@@ -61,132 +62,119 @@
61
62
  "anthropic-ai-sdk": "bin/cli"
62
63
  }
63
64
  },
64
- "node_modules/@aws-crypto/sha256-browser": {
65
- "version": "5.2.0",
66
- "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
67
- "integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
68
- "license": "Apache-2.0",
69
- "dependencies": {
70
- "@aws-crypto/sha256-js": "^5.2.0",
71
- "@aws-crypto/supports-web-crypto": "^5.2.0",
72
- "@aws-crypto/util": "^5.2.0",
73
- "@aws-sdk/types": "^3.222.0",
74
- "@aws-sdk/util-locate-window": "^3.0.0",
75
- "@smithy/util-utf8": "^2.0.0",
76
- "tslib": "^2.6.2"
77
- }
78
- },
79
- "node_modules/@aws-crypto/sha256-js": {
80
- "version": "5.2.0",
81
- "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
82
- "integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
65
+ "node_modules/@aws-sdk/client-bedrock": {
66
+ "version": "3.1111.0",
67
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock/-/client-bedrock-3.1111.0.tgz",
68
+ "integrity": "sha512-aIUsNVpD/NMLx/QGYL3LZ+pcodK4eKpFhSPvo65+H99yQNst1WD+PgVTA/wKvQyPjd6hI5XyVQuRdH9tZwwTTw==",
83
69
  "license": "Apache-2.0",
84
70
  "dependencies": {
85
- "@aws-crypto/util": "^5.2.0",
86
- "@aws-sdk/types": "^3.222.0",
71
+ "@aws-sdk/core": "^3.977.8",
72
+ "@aws-sdk/credential-provider-node": "^3.972.80",
73
+ "@aws-sdk/token-providers": "3.1111.0",
74
+ "@aws-sdk/types": "^3.974.4",
75
+ "@smithy/core": "^3.31.1",
76
+ "@smithy/fetch-http-handler": "^5.6.13",
77
+ "@smithy/node-http-handler": "^4.9.13",
78
+ "@smithy/types": "^4.16.1",
87
79
  "tslib": "^2.6.2"
88
80
  },
89
81
  "engines": {
90
- "node": ">=16.0.0"
82
+ "node": ">=20.0.0"
91
83
  }
92
84
  },
93
- "node_modules/@aws-crypto/supports-web-crypto": {
94
- "version": "5.2.0",
95
- "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
96
- "integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
85
+ "node_modules/@aws-sdk/client-bedrock-runtime": {
86
+ "version": "3.1111.0",
87
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1111.0.tgz",
88
+ "integrity": "sha512-+HHZEehmRaGo1F7YVACor/xARM+m1j8YloFaXfoWn4TIPRojUQId/wyItH2jXyro8JoL78CRRZSI1Z8StX0ldQ==",
97
89
  "license": "Apache-2.0",
98
90
  "dependencies": {
91
+ "@aws-sdk/core": "^3.977.8",
92
+ "@aws-sdk/credential-provider-node": "^3.972.80",
93
+ "@aws-sdk/eventstream-handler-node": "^3.972.33",
94
+ "@aws-sdk/middleware-eventstream": "^3.972.28",
95
+ "@aws-sdk/middleware-websocket": "^3.972.51",
96
+ "@aws-sdk/token-providers": "3.1111.0",
97
+ "@aws-sdk/types": "^3.974.4",
98
+ "@smithy/core": "^3.31.1",
99
+ "@smithy/fetch-http-handler": "^5.6.13",
100
+ "@smithy/node-http-handler": "^4.9.13",
101
+ "@smithy/types": "^4.16.1",
99
102
  "tslib": "^2.6.2"
103
+ },
104
+ "engines": {
105
+ "node": ">=20.0.0"
100
106
  }
101
107
  },
102
- "node_modules/@aws-crypto/util": {
103
- "version": "5.2.0",
104
- "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
105
- "integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
108
+ "node_modules/@aws-sdk/client-bedrock-runtime/node_modules/@smithy/node-http-handler": {
109
+ "version": "4.11.0",
110
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.0.tgz",
111
+ "integrity": "sha512-ssHIZsadPUA3lGdnoByxfnjtb9xPYQLvdfJRLKIwxOoa6tO1suG4sLFSsgd7D/CsvYd8QbBIuKTImuJha5l6aQ==",
106
112
  "license": "Apache-2.0",
107
113
  "dependencies": {
108
- "@aws-sdk/types": "^3.222.0",
109
- "@smithy/util-utf8": "^2.0.0",
114
+ "@smithy/core": "^3.33.0",
115
+ "@smithy/types": "^4.17.0",
110
116
  "tslib": "^2.6.2"
117
+ },
118
+ "engines": {
119
+ "node": ">=18.0.0"
111
120
  }
112
121
  },
113
- "node_modules/@aws-sdk/client-bedrock": {
114
- "version": "3.1048.0",
115
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock/-/client-bedrock-3.1048.0.tgz",
116
- "integrity": "sha512-hD3SkIPOMaTQtIRBjtFR7ZauKf0+dY35ZZXUMC1pnst2RZk1i2gRVnBZw/8X0SY6jNvvB85tuiMhRuxAMXx8dw==",
122
+ "node_modules/@aws-sdk/client-bedrock/node_modules/@smithy/node-http-handler": {
123
+ "version": "4.11.0",
124
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.0.tgz",
125
+ "integrity": "sha512-ssHIZsadPUA3lGdnoByxfnjtb9xPYQLvdfJRLKIwxOoa6tO1suG4sLFSsgd7D/CsvYd8QbBIuKTImuJha5l6aQ==",
117
126
  "license": "Apache-2.0",
118
127
  "dependencies": {
119
- "@aws-crypto/sha256-browser": "5.2.0",
120
- "@aws-crypto/sha256-js": "5.2.0",
121
- "@aws-sdk/core": "^3.974.11",
122
- "@aws-sdk/credential-provider-node": "^3.972.42",
123
- "@aws-sdk/token-providers": "3.1048.0",
124
- "@aws-sdk/types": "^3.973.8",
125
- "@smithy/core": "^3.24.2",
126
- "@smithy/fetch-http-handler": "^5.4.2",
127
- "@smithy/node-http-handler": "^4.7.2",
128
- "@smithy/types": "^4.14.1",
128
+ "@smithy/core": "^3.33.0",
129
+ "@smithy/types": "^4.17.0",
129
130
  "tslib": "^2.6.2"
130
131
  },
131
132
  "engines": {
132
- "node": ">=20.0.0"
133
+ "node": ">=18.0.0"
133
134
  }
134
135
  },
135
- "node_modules/@aws-sdk/client-bedrock-runtime": {
136
- "version": "3.1048.0",
137
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1048.0.tgz",
138
- "integrity": "sha512-u+NT61JZEkRFtpL0CAw1N1dwxnaLgwVXQl/zjJxTGgLyS/jTIdg2SdoEoCTHxgDyCnqa1HEi9QOoE9/pYRNpOQ==",
136
+ "node_modules/@aws-sdk/client-sts": {
137
+ "version": "3.1111.0",
138
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.1111.0.tgz",
139
+ "integrity": "sha512-b41gi3Z0tMt/e7RpiBwm2H+Fz+NvlczQ6vxy2pTsDp7WcwXLFCXeluvvl1Y/RBL4g7+4/qaRODkMUSSPBjUWcA==",
139
140
  "license": "Apache-2.0",
140
141
  "dependencies": {
141
- "@aws-crypto/sha256-browser": "5.2.0",
142
- "@aws-crypto/sha256-js": "5.2.0",
143
- "@aws-sdk/core": "^3.974.11",
144
- "@aws-sdk/credential-provider-node": "^3.972.42",
145
- "@aws-sdk/eventstream-handler-node": "^3.972.16",
146
- "@aws-sdk/middleware-eventstream": "^3.972.12",
147
- "@aws-sdk/middleware-websocket": "^3.972.19",
148
- "@aws-sdk/token-providers": "3.1048.0",
149
- "@aws-sdk/types": "^3.973.8",
150
- "@smithy/core": "^3.24.2",
151
- "@smithy/fetch-http-handler": "^5.4.2",
152
- "@smithy/node-http-handler": "^4.7.2",
153
- "@smithy/types": "^4.14.1",
142
+ "@aws-sdk/core": "^3.977.8",
143
+ "@aws-sdk/credential-provider-node": "^3.972.80",
144
+ "@aws-sdk/signature-v4-multi-region": "^3.996.45",
145
+ "@aws-sdk/types": "^3.974.4",
146
+ "@smithy/core": "^3.31.1",
147
+ "@smithy/fetch-http-handler": "^5.6.13",
148
+ "@smithy/node-http-handler": "^4.9.13",
149
+ "@smithy/types": "^4.16.1",
154
150
  "tslib": "^2.6.2"
155
151
  },
156
152
  "engines": {
157
153
  "node": ">=20.0.0"
158
154
  }
159
155
  },
160
- "node_modules/@aws-sdk/client-sts": {
161
- "version": "3.1049.0",
162
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.1049.0.tgz",
163
- "integrity": "sha512-Dq8WJk3oPNQvK7gOYDFnOl6jXh2TiwggATqzs3bbboOu5hleZ50Nt9Zm38jA0zWnWm2nJ5p/qdKJzXeGecHRvA==",
156
+ "node_modules/@aws-sdk/client-sts/node_modules/@smithy/node-http-handler": {
157
+ "version": "4.11.0",
158
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.0.tgz",
159
+ "integrity": "sha512-ssHIZsadPUA3lGdnoByxfnjtb9xPYQLvdfJRLKIwxOoa6tO1suG4sLFSsgd7D/CsvYd8QbBIuKTImuJha5l6aQ==",
164
160
  "license": "Apache-2.0",
165
161
  "dependencies": {
166
- "@aws-crypto/sha256-browser": "5.2.0",
167
- "@aws-crypto/sha256-js": "5.2.0",
168
- "@aws-sdk/core": "^3.974.12",
169
- "@aws-sdk/credential-provider-node": "^3.972.43",
170
- "@aws-sdk/signature-v4-multi-region": "^3.996.27",
171
- "@aws-sdk/types": "^3.973.8",
172
- "@smithy/core": "^3.24.2",
173
- "@smithy/fetch-http-handler": "^5.4.2",
174
- "@smithy/node-http-handler": "^4.7.2",
175
- "@smithy/types": "^4.14.1",
162
+ "@smithy/core": "^3.33.0",
163
+ "@smithy/types": "^4.17.0",
176
164
  "tslib": "^2.6.2"
177
165
  },
178
166
  "engines": {
179
- "node": ">=20.0.0"
167
+ "node": ">=18.0.0"
180
168
  }
181
169
  },
182
170
  "node_modules/@aws-sdk/core": {
183
- "version": "3.977.4",
184
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.977.4.tgz",
185
- "integrity": "sha512-CEkcQlMOQJCvul60U7wdAOACjtdgFWDsfJI+6wUOGdhGNV2lGbuJpi/R50QLpFG3Tp+sQxa/RmzC3X7KHbhuTA==",
171
+ "version": "3.977.8",
172
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.977.8.tgz",
173
+ "integrity": "sha512-7+Kcrkvrk9lM/m7jRhHpT4jCdvzGHsuaSRbF8TdzzkY1mRzp/Ogwf9c7H29k4gGhey0BBWhCWr16+t0J61gwmg==",
186
174
  "license": "Apache-2.0",
187
175
  "dependencies": {
188
- "@aws-sdk/types": "^3.974.2",
189
- "@aws-sdk/xml-builder": "^3.972.37",
176
+ "@aws-sdk/types": "^3.974.4",
177
+ "@aws-sdk/xml-builder": "^3.972.39",
190
178
  "@aws/lambda-invoke-store": "^0.3.0",
191
179
  "@smithy/core": "^3.31.1",
192
180
  "@smithy/signature-v4": "^5.6.12",
@@ -199,13 +187,13 @@
199
187
  }
200
188
  },
201
189
  "node_modules/@aws-sdk/credential-provider-env": {
202
- "version": "3.972.65",
203
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.65.tgz",
204
- "integrity": "sha512-lJT2aRw9wCV8jPHyFJjdZLD4HTydL6/22AnCSOB8e/LqOc55nEJGLHkJQeSxhn8QiqyjFwPKQFtMw0ovjRUY/g==",
190
+ "version": "3.972.69",
191
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.69.tgz",
192
+ "integrity": "sha512-AreCFzcB4kH2HF9031Ot0jSJr3KXvRg6e8uDeub20JEVdZU3Bv0sTq1plc7VsT3KiqutlzH7l0j50UcCWHUioA==",
205
193
  "license": "Apache-2.0",
206
194
  "dependencies": {
207
- "@aws-sdk/core": "^3.977.4",
208
- "@aws-sdk/types": "^3.974.2",
195
+ "@aws-sdk/core": "^3.977.8",
196
+ "@aws-sdk/types": "^3.974.4",
209
197
  "@smithy/core": "^3.31.1",
210
198
  "@smithy/types": "^4.16.1",
211
199
  "tslib": "^2.6.2"
@@ -215,13 +203,13 @@
215
203
  }
216
204
  },
217
205
  "node_modules/@aws-sdk/credential-provider-http": {
218
- "version": "3.972.67",
219
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.67.tgz",
220
- "integrity": "sha512-N7fw/15hSwI/CPxe5ohOyb7O4ge9f5me1gVIn8OIkBRB0squ8OJqQyDyH/HoL+Sb1W5xdC88jVC+bHkw73iu+Q==",
206
+ "version": "3.972.71",
207
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.71.tgz",
208
+ "integrity": "sha512-A8ObcqVmDMnk4F9NozZ7JwmUu9Q4xyBJkmyq1C5U+wNM9ht9J7+EuuyabsLWXZnOoTqFaJuYBYTKf5CTipkEjA==",
221
209
  "license": "Apache-2.0",
222
210
  "dependencies": {
223
- "@aws-sdk/core": "^3.977.4",
224
- "@aws-sdk/types": "^3.974.2",
211
+ "@aws-sdk/core": "^3.977.8",
212
+ "@aws-sdk/types": "^3.974.4",
225
213
  "@smithy/core": "^3.31.1",
226
214
  "@smithy/fetch-http-handler": "^5.6.13",
227
215
  "@smithy/node-http-handler": "^4.9.13",
@@ -233,13 +221,13 @@
233
221
  }
234
222
  },
235
223
  "node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler": {
236
- "version": "4.9.13",
237
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.9.13.tgz",
238
- "integrity": "sha512-Nmd/Nl35zfYrd+a6OO2cDJb3GPh9bgTjIUhcM+JFfjpp8/osCgboDV5nCT1I01Pv6R13eSKDKLSoVa5ZB6Zsfw==",
224
+ "version": "4.11.2",
225
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.2.tgz",
226
+ "integrity": "sha512-avwAh9HM3h2lcfjvP3zYIZGf+XVgLQ91wOJ2qoFbNpW1UZeZb33aGlhTZvtkANHfcGhJroRY64525OjfgOg30g==",
239
227
  "license": "Apache-2.0",
240
228
  "dependencies": {
241
- "@smithy/core": "^3.31.1",
242
- "@smithy/types": "^4.16.1",
229
+ "@smithy/core": "^3.33.2",
230
+ "@smithy/types": "^4.17.2",
243
231
  "tslib": "^2.6.2"
244
232
  },
245
233
  "engines": {
@@ -247,20 +235,20 @@
247
235
  }
248
236
  },
249
237
  "node_modules/@aws-sdk/credential-provider-ini": {
250
- "version": "3.973.10",
251
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.973.10.tgz",
252
- "integrity": "sha512-Zh9XRaPnDN9buO7GfWBubS22R6Nq5D6hbyYEMN05LiOnXugm/8WDjUx6y756bSPbdn3aJB2qG4zFW3bN82QhoQ==",
238
+ "version": "3.973.14",
239
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.973.14.tgz",
240
+ "integrity": "sha512-7c+Wti2LsERNWMfm7ySz3/6RPopFW3Nmn7s63Xpcq6R/tRuY5hpvkHA2xVgi5ukJbvok9l0IDtVEvqTtg+X7dw==",
253
241
  "license": "Apache-2.0",
254
242
  "dependencies": {
255
- "@aws-sdk/core": "^3.977.4",
256
- "@aws-sdk/credential-provider-env": "^3.972.65",
257
- "@aws-sdk/credential-provider-http": "^3.972.67",
258
- "@aws-sdk/credential-provider-login": "^3.972.72",
259
- "@aws-sdk/credential-provider-process": "^3.972.65",
260
- "@aws-sdk/credential-provider-sso": "^3.973.9",
261
- "@aws-sdk/credential-provider-web-identity": "^3.972.71",
262
- "@aws-sdk/nested-clients": "^3.997.39",
263
- "@aws-sdk/types": "^3.974.2",
243
+ "@aws-sdk/core": "^3.977.8",
244
+ "@aws-sdk/credential-provider-env": "^3.972.69",
245
+ "@aws-sdk/credential-provider-http": "^3.972.71",
246
+ "@aws-sdk/credential-provider-login": "^3.972.76",
247
+ "@aws-sdk/credential-provider-process": "^3.972.69",
248
+ "@aws-sdk/credential-provider-sso": "^3.973.13",
249
+ "@aws-sdk/credential-provider-web-identity": "^3.972.75",
250
+ "@aws-sdk/nested-clients": "^3.997.43",
251
+ "@aws-sdk/types": "^3.974.4",
264
252
  "@smithy/core": "^3.31.1",
265
253
  "@smithy/credential-provider-imds": "^4.4.16",
266
254
  "@smithy/types": "^4.16.1",
@@ -271,14 +259,14 @@
271
259
  }
272
260
  },
273
261
  "node_modules/@aws-sdk/credential-provider-login": {
274
- "version": "3.972.72",
275
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.72.tgz",
276
- "integrity": "sha512-zZapIKwaHp7TdTf9hbH1I3CVUdEupmt7FXO/BoTQGC+4h6NkXKWpqF2p5WyfpjurDLHCpSyh+BzMlAg8arqWLA==",
262
+ "version": "3.972.76",
263
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.76.tgz",
264
+ "integrity": "sha512-LVixwOnEJfrrfKHeZjBA8pIMTZjNDq8ak8VpcoWUuCJDrSnBNU8POJksULMgvN089P0MXtQYH2Zs627/MK1K0g==",
277
265
  "license": "Apache-2.0",
278
266
  "dependencies": {
279
- "@aws-sdk/core": "^3.977.4",
280
- "@aws-sdk/nested-clients": "^3.997.39",
281
- "@aws-sdk/types": "^3.974.2",
267
+ "@aws-sdk/core": "^3.977.8",
268
+ "@aws-sdk/nested-clients": "^3.997.43",
269
+ "@aws-sdk/types": "^3.974.4",
282
270
  "@smithy/core": "^3.31.1",
283
271
  "@smithy/types": "^4.16.1",
284
272
  "tslib": "^2.6.2"
@@ -288,18 +276,18 @@
288
276
  }
289
277
  },
290
278
  "node_modules/@aws-sdk/credential-provider-node": {
291
- "version": "3.972.76",
292
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.76.tgz",
293
- "integrity": "sha512-1yzLmRiYSgGC25v7ZZEwJn/auhHHTIHgFOmzL2f36hf1+7jSLcX+1QrAz4760WEzPiiQl8xmlpFhHfl2OoyVzA==",
279
+ "version": "3.972.80",
280
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.80.tgz",
281
+ "integrity": "sha512-bE2qh8ww4iClO1jHsBXdOE8FUgzDbdxbyorNjSCoPSkQd51k3jODItuPZfuwcLHZqDXsH+bI4AMHhqtuyR7mSg==",
294
282
  "license": "Apache-2.0",
295
283
  "dependencies": {
296
- "@aws-sdk/credential-provider-env": "^3.972.65",
297
- "@aws-sdk/credential-provider-http": "^3.972.67",
298
- "@aws-sdk/credential-provider-ini": "^3.973.10",
299
- "@aws-sdk/credential-provider-process": "^3.972.65",
300
- "@aws-sdk/credential-provider-sso": "^3.973.9",
301
- "@aws-sdk/credential-provider-web-identity": "^3.972.71",
302
- "@aws-sdk/types": "^3.974.2",
284
+ "@aws-sdk/credential-provider-env": "^3.972.69",
285
+ "@aws-sdk/credential-provider-http": "^3.972.71",
286
+ "@aws-sdk/credential-provider-ini": "^3.973.14",
287
+ "@aws-sdk/credential-provider-process": "^3.972.69",
288
+ "@aws-sdk/credential-provider-sso": "^3.973.13",
289
+ "@aws-sdk/credential-provider-web-identity": "^3.972.75",
290
+ "@aws-sdk/types": "^3.974.4",
303
291
  "@smithy/core": "^3.31.1",
304
292
  "@smithy/credential-provider-imds": "^4.4.16",
305
293
  "@smithy/types": "^4.16.1",
@@ -310,13 +298,13 @@
310
298
  }
311
299
  },
312
300
  "node_modules/@aws-sdk/credential-provider-process": {
313
- "version": "3.972.65",
314
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.65.tgz",
315
- "integrity": "sha512-e5DbbNteOSalN58U83G6kFa4ECLEuGbGqNBHIXE7zYXA/m4GHblIGjFbSH7wYv6gBV8iNSDcRZBKfQZF5vF9nw==",
301
+ "version": "3.972.69",
302
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.69.tgz",
303
+ "integrity": "sha512-9kpTNdZTrcqXTfhxM7fgl9Z68ek3Fu5oe3Yf+A/pJGibEqpgZxz2tSY7SinmyCIU2PJ+ygY4FPoBBnLpocMtrQ==",
316
304
  "license": "Apache-2.0",
317
305
  "dependencies": {
318
- "@aws-sdk/core": "^3.977.4",
319
- "@aws-sdk/types": "^3.974.2",
306
+ "@aws-sdk/core": "^3.977.8",
307
+ "@aws-sdk/types": "^3.974.4",
320
308
  "@smithy/core": "^3.31.1",
321
309
  "@smithy/types": "^4.16.1",
322
310
  "tslib": "^2.6.2"
@@ -326,32 +314,15 @@
326
314
  }
327
315
  },
328
316
  "node_modules/@aws-sdk/credential-provider-sso": {
329
- "version": "3.973.9",
330
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.973.9.tgz",
331
- "integrity": "sha512-0V0u4t+KBku9fbh5CPCaC5hUWwSzDafp8nCuDy817zWbp2gz80jO44rMQkiwnZ+k54B+tjAtzRy00DJRGTKGBg==",
332
- "license": "Apache-2.0",
333
- "dependencies": {
334
- "@aws-sdk/core": "^3.977.4",
335
- "@aws-sdk/nested-clients": "^3.997.39",
336
- "@aws-sdk/token-providers": "3.1100.0",
337
- "@aws-sdk/types": "^3.974.2",
338
- "@smithy/core": "^3.31.1",
339
- "@smithy/types": "^4.16.1",
340
- "tslib": "^2.6.2"
341
- },
342
- "engines": {
343
- "node": ">=20.0.0"
344
- }
345
- },
346
- "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
347
- "version": "3.1100.0",
348
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1100.0.tgz",
349
- "integrity": "sha512-THf3MkgY3fNJZ3zdgSenLqR7gSE68KccCj1RCKretlG73Ppszvues02VpCUO9NlB/tZDC483FvGCld+AiPCkvg==",
317
+ "version": "3.973.13",
318
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.973.13.tgz",
319
+ "integrity": "sha512-Oc81qauMPzUoTnAS2YKpNwY6sY/LUyQTEeaf6yP197WMxkEBQfcKLR1MFpD7+pNTubXnfkH6gwpji+Gc7iyD2Q==",
350
320
  "license": "Apache-2.0",
351
321
  "dependencies": {
352
- "@aws-sdk/core": "^3.977.4",
353
- "@aws-sdk/nested-clients": "^3.997.39",
354
- "@aws-sdk/types": "^3.974.2",
322
+ "@aws-sdk/core": "^3.977.8",
323
+ "@aws-sdk/nested-clients": "^3.997.43",
324
+ "@aws-sdk/token-providers": "3.1111.0",
325
+ "@aws-sdk/types": "^3.974.4",
355
326
  "@smithy/core": "^3.31.1",
356
327
  "@smithy/types": "^4.16.1",
357
328
  "tslib": "^2.6.2"
@@ -361,14 +332,14 @@
361
332
  }
362
333
  },
363
334
  "node_modules/@aws-sdk/credential-provider-web-identity": {
364
- "version": "3.972.71",
365
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.71.tgz",
366
- "integrity": "sha512-e4dwiRltGAaQ+2yxw57Hj0l/BF3BHiG14+QpYE7bGYBlpAq/fkIri2BDhjWon8c0mhhtd2txQBAkQb9BcTStFg==",
335
+ "version": "3.972.75",
336
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.75.tgz",
337
+ "integrity": "sha512-YPN6uoGDgjjjeVFZrcOeCJqmB6zpXoeeNgIjqe+DexJaWqdjVfCCe+VAZwli9Z2h8KhFW8oxkO39emQ1tyz/Mw==",
367
338
  "license": "Apache-2.0",
368
339
  "dependencies": {
369
- "@aws-sdk/core": "^3.977.4",
370
- "@aws-sdk/nested-clients": "^3.997.39",
371
- "@aws-sdk/types": "^3.974.2",
340
+ "@aws-sdk/core": "^3.977.8",
341
+ "@aws-sdk/nested-clients": "^3.997.43",
342
+ "@aws-sdk/types": "^3.974.4",
372
343
  "@smithy/core": "^3.31.1",
373
344
  "@smithy/types": "^4.16.1",
374
345
  "tslib": "^2.6.2"
@@ -378,14 +349,14 @@
378
349
  }
379
350
  },
380
351
  "node_modules/@aws-sdk/eventstream-handler-node": {
381
- "version": "3.972.16",
382
- "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.16.tgz",
383
- "integrity": "sha512-yedpPgKftqjU5SlPFHfqWpOw6xSCRieWRG1euWOlXn4WJxt2VX92VprCa2PpSOXjVCAeK6dTjW9eJRXVig9yGA==",
352
+ "version": "3.972.33",
353
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.33.tgz",
354
+ "integrity": "sha512-1Dd5WyEE2Kb3HvY44u7Ob16ST2W6iutOqsQ8Y2hUmsL2mAH/STlGS1dS9h3IOE6L7Ld3AR2HzKJ6XeCMOw8Peg==",
384
355
  "license": "Apache-2.0",
385
356
  "dependencies": {
386
- "@aws-sdk/types": "^3.973.8",
387
- "@smithy/core": "^3.24.2",
388
- "@smithy/types": "^4.14.1",
357
+ "@aws-sdk/types": "^3.974.4",
358
+ "@smithy/core": "^3.31.1",
359
+ "@smithy/types": "^4.16.1",
389
360
  "tslib": "^2.6.2"
390
361
  },
391
362
  "engines": {
@@ -393,14 +364,14 @@
393
364
  }
394
365
  },
395
366
  "node_modules/@aws-sdk/middleware-eventstream": {
396
- "version": "3.972.12",
397
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.12.tgz",
398
- "integrity": "sha512-tHTHHCHNrq6XklQvlzHBDJG4Iuhh7NVPRdtmvP+nHFA+5sxPlIDzlAHHgfoYHGvT3NXP1yVP/L5c3opUn6T3Qg==",
367
+ "version": "3.972.28",
368
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.28.tgz",
369
+ "integrity": "sha512-Z1EDXnS01P7H5jVrUx+/dBqV0m7dta7bSxLclkOuDuS93pNNQm0IcT4YLUbuvWKPYNxbI8aTG0p5Br30GSKDgA==",
399
370
  "license": "Apache-2.0",
400
371
  "dependencies": {
401
- "@aws-sdk/types": "^3.973.8",
402
- "@smithy/core": "^3.24.2",
403
- "@smithy/types": "^4.14.1",
372
+ "@aws-sdk/types": "^3.974.4",
373
+ "@smithy/core": "^3.31.1",
374
+ "@smithy/types": "^4.16.1",
404
375
  "tslib": "^2.6.2"
405
376
  },
406
377
  "engines": {
@@ -408,17 +379,17 @@
408
379
  }
409
380
  },
410
381
  "node_modules/@aws-sdk/middleware-websocket": {
411
- "version": "3.972.19",
412
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.19.tgz",
413
- "integrity": "sha512-mkEhOGYozqKQkbFaVrjwr0faiwwZza1v5/jSY6Tucm3bD+uKTazIUH/4Yo6aMnQD2ua2W9cMP6s8mvwTcjtqHw==",
382
+ "version": "3.972.51",
383
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.51.tgz",
384
+ "integrity": "sha512-jdgP3jR5Q96j1jjZ98GGwpGg1CBNFIO2YE+vXg8cg8PvNY4NvgQNYJsqDaRX2PYv5gSUX/+C0D58Fhspj9ELMQ==",
414
385
  "license": "Apache-2.0",
415
386
  "dependencies": {
416
- "@aws-sdk/core": "^3.974.11",
417
- "@aws-sdk/types": "^3.973.8",
418
- "@smithy/core": "^3.24.2",
419
- "@smithy/fetch-http-handler": "^5.4.2",
420
- "@smithy/signature-v4": "^5.4.2",
421
- "@smithy/types": "^4.14.1",
387
+ "@aws-sdk/core": "^3.977.8",
388
+ "@aws-sdk/types": "^3.974.4",
389
+ "@smithy/core": "^3.31.1",
390
+ "@smithy/fetch-http-handler": "^5.6.13",
391
+ "@smithy/signature-v4": "^5.6.12",
392
+ "@smithy/types": "^4.16.1",
422
393
  "tslib": "^2.6.2"
423
394
  },
424
395
  "engines": {
@@ -426,14 +397,14 @@
426
397
  }
427
398
  },
428
399
  "node_modules/@aws-sdk/nested-clients": {
429
- "version": "3.997.39",
430
- "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.39.tgz",
431
- "integrity": "sha512-wU5NPnj62Sb7A8xn/Zb+xThe05P3otNtDl37iOIi5DDMeCesNeCckaG+eXWGUs12Z9R34I8CD05TaTe6SIa61g==",
400
+ "version": "3.997.43",
401
+ "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.43.tgz",
402
+ "integrity": "sha512-bit+VpqWNyi3wHxFoTsTliNXimCSL2r2OeDTm7ZrG+YsTZ2D7ofDJ6r/t9PVBn80i6/v0X2h9Tgw6QP2MAKfPw==",
432
403
  "license": "Apache-2.0",
433
404
  "dependencies": {
434
- "@aws-sdk/core": "^3.977.4",
435
- "@aws-sdk/signature-v4-multi-region": "^3.996.43",
436
- "@aws-sdk/types": "^3.974.2",
405
+ "@aws-sdk/core": "^3.977.8",
406
+ "@aws-sdk/signature-v4-multi-region": "^3.996.45",
407
+ "@aws-sdk/types": "^3.974.4",
437
408
  "@smithy/core": "^3.31.1",
438
409
  "@smithy/fetch-http-handler": "^5.6.13",
439
410
  "@smithy/node-http-handler": "^4.9.13",
@@ -445,13 +416,13 @@
445
416
  }
446
417
  },
447
418
  "node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler": {
448
- "version": "4.9.13",
449
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.9.13.tgz",
450
- "integrity": "sha512-Nmd/Nl35zfYrd+a6OO2cDJb3GPh9bgTjIUhcM+JFfjpp8/osCgboDV5nCT1I01Pv6R13eSKDKLSoVa5ZB6Zsfw==",
419
+ "version": "4.11.2",
420
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.2.tgz",
421
+ "integrity": "sha512-avwAh9HM3h2lcfjvP3zYIZGf+XVgLQ91wOJ2qoFbNpW1UZeZb33aGlhTZvtkANHfcGhJroRY64525OjfgOg30g==",
451
422
  "license": "Apache-2.0",
452
423
  "dependencies": {
453
- "@smithy/core": "^3.31.1",
454
- "@smithy/types": "^4.16.1",
424
+ "@smithy/core": "^3.33.2",
425
+ "@smithy/types": "^4.17.2",
455
426
  "tslib": "^2.6.2"
456
427
  },
457
428
  "engines": {
@@ -459,12 +430,12 @@
459
430
  }
460
431
  },
461
432
  "node_modules/@aws-sdk/signature-v4-multi-region": {
462
- "version": "3.996.43",
463
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.43.tgz",
464
- "integrity": "sha512-lKekx8bLBXSv4O+cslk9Zfnw2XKSkWBs3uWL5QGhH2ZAQfNS7FE0vcSSN2vD/AhxX54ZTywWxR4STThoeOXlBA==",
433
+ "version": "3.996.45",
434
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.45.tgz",
435
+ "integrity": "sha512-bBuyztukzXq6plzFGHAWiQt0QXo+HL8b8lX5cFTzkez/74PtS1c0qPFCIVuHkyoT+miH2qOjAcm1/yoro2ESPA==",
465
436
  "license": "Apache-2.0",
466
437
  "dependencies": {
467
- "@aws-sdk/types": "^3.974.2",
438
+ "@aws-sdk/types": "^3.974.4",
468
439
  "@smithy/signature-v4": "^5.6.12",
469
440
  "@smithy/types": "^4.16.1",
470
441
  "tslib": "^2.6.2"
@@ -474,16 +445,16 @@
474
445
  }
475
446
  },
476
447
  "node_modules/@aws-sdk/token-providers": {
477
- "version": "3.1048.0",
478
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1048.0.tgz",
479
- "integrity": "sha512-k0y/GcuesuSfWyUM0WamrGyeZmltRYaPbHO82UDA6mZ/doB+FOHKutikPAtSXMn/hDz970cF+iRuuiYO9VEbAA==",
448
+ "version": "3.1111.0",
449
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1111.0.tgz",
450
+ "integrity": "sha512-JfljgoVtl+s3Qy21n9a7Z48uCQaOXcN74KJ3TEQfPoB293GrXFSt6HSQJF1sTZ8c/5QedEvd3NjJQMO4u9qa5A==",
480
451
  "license": "Apache-2.0",
481
452
  "dependencies": {
482
- "@aws-sdk/core": "^3.974.11",
483
- "@aws-sdk/nested-clients": "^3.997.9",
484
- "@aws-sdk/types": "^3.973.8",
485
- "@smithy/core": "^3.24.2",
486
- "@smithy/types": "^4.14.1",
453
+ "@aws-sdk/core": "^3.977.8",
454
+ "@aws-sdk/nested-clients": "^3.997.43",
455
+ "@aws-sdk/types": "^3.974.4",
456
+ "@smithy/core": "^3.31.1",
457
+ "@smithy/types": "^4.16.1",
487
458
  "tslib": "^2.6.2"
488
459
  },
489
460
  "engines": {
@@ -491,9 +462,9 @@
491
462
  }
492
463
  },
493
464
  "node_modules/@aws-sdk/types": {
494
- "version": "3.974.2",
495
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.974.2.tgz",
496
- "integrity": "sha512-3W6IUtSxFbH6X7Wb7DzGCV5QiFQsd0g8bOfntpmDxQlzBoKWUMBu/JPQR0DwkE+Hpnxd6db1tXbOwdeHddG6cA==",
465
+ "version": "3.974.4",
466
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.974.4.tgz",
467
+ "integrity": "sha512-dSFDNG00MEz0/xl5gxL62giLd1iYyJsTxZ1I1DOj6lC+bbgLB4TRsYClJg3b62dhXT1uATzsTNXPnC+33EJV3A==",
497
468
  "license": "Apache-2.0",
498
469
  "dependencies": {
499
470
  "@smithy/types": "^4.16.1",
@@ -503,22 +474,10 @@
503
474
  "node": ">=20.0.0"
504
475
  }
505
476
  },
506
- "node_modules/@aws-sdk/util-locate-window": {
507
- "version": "3.965.5",
508
- "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.5.tgz",
509
- "integrity": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==",
510
- "license": "Apache-2.0",
511
- "dependencies": {
512
- "tslib": "^2.6.2"
513
- },
514
- "engines": {
515
- "node": ">=20.0.0"
516
- }
517
- },
518
477
  "node_modules/@aws-sdk/xml-builder": {
519
- "version": "3.972.37",
520
- "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.37.tgz",
521
- "integrity": "sha512-zKq4HQum8JwDyEuyfuI4bbiAcU0KxP6qy+9PR/IsR92IyE/DaBAikzAS50tjxip4bqIIANpCcG+Yyj6CVhXupg==",
478
+ "version": "3.972.39",
479
+ "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.39.tgz",
480
+ "integrity": "sha512-FTti8DS5MMWXNUWiRwXAJeYS+0GHHiMy0+7XOhcwk63ILHmfS2UFy2z/HNpZCSOJJ3P3dnWY6hfYNW3DF0nXUA==",
522
481
  "license": "Apache-2.0",
523
482
  "dependencies": {
524
483
  "@smithy/types": "^4.16.1",
@@ -547,11 +506,11 @@
547
506
  }
548
507
  },
549
508
  "node_modules/@caupulican/pi-agent-core": {
550
- "version": "0.91.4",
551
- "resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.91.4.tgz",
509
+ "version": "0.93.0",
510
+ "resolved": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.93.0.tgz",
552
511
  "license": "MIT",
553
512
  "dependencies": {
554
- "@caupulican/pi-ai": "^0.91.4",
513
+ "@caupulican/pi-ai": "^0.93.0",
555
514
  "ignore": "7.0.5",
556
515
  "typebox": "1.1.38",
557
516
  "yaml": "2.9.0"
@@ -561,20 +520,21 @@
561
520
  }
562
521
  },
563
522
  "node_modules/@caupulican/pi-ai": {
564
- "version": "0.91.4",
565
- "resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.91.4.tgz",
523
+ "version": "0.93.0",
524
+ "resolved": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.93.0.tgz",
566
525
  "license": "MIT",
567
526
  "dependencies": {
568
- "@anthropic-ai/sdk": "0.91.1",
569
- "@aws-sdk/client-bedrock": "3.1048.0",
570
- "@aws-sdk/client-bedrock-runtime": "3.1048.0",
571
- "@aws-sdk/client-sts": "3.1049.0",
572
- "@google/genai": "1.52.0",
573
- "@mistralai/mistralai": "2.2.1",
527
+ "@anthropic-ai/sdk": "0.117.1",
528
+ "@aws-sdk/client-bedrock": "3.1111.0",
529
+ "@aws-sdk/client-bedrock-runtime": "3.1111.0",
530
+ "@aws-sdk/client-sts": "3.1111.0",
531
+ "@google/genai": "2.17.1",
532
+ "@mistralai/mistralai": "2.6.3",
533
+ "@opentelemetry/api": "1.9.1",
574
534
  "@smithy/node-http-handler": "4.7.3",
575
535
  "http-proxy-agent": "7.0.2",
576
536
  "https-proxy-agent": "7.0.6",
577
- "openai": "6.46.0",
537
+ "openai": "7.4.0",
578
538
  "partial-json": "0.1.7",
579
539
  "typebox": "1.1.38"
580
540
  },
@@ -585,39 +545,9 @@
585
545
  "node": ">=24.18.0"
586
546
  }
587
547
  },
588
- "node_modules/@caupulican/pi-ai/node_modules/openai": {
589
- "version": "6.46.0",
590
- "resolved": "https://registry.npmjs.org/openai/-/openai-6.46.0.tgz",
591
- "integrity": "sha512-DFg6jEPT2RO+oAyXtddeUJU8zkGy1OQ1AjGzNIJUMQG03TTqvCpy9tBpQ+2VVVnvrl3E56F8GEin2JYtWpITtA==",
592
- "license": "Apache-2.0",
593
- "peerDependencies": {
594
- "@aws-sdk/credential-provider-node": ">=3.972.0 <4",
595
- "@smithy/hash-node": ">=4.3.0 <5",
596
- "@smithy/signature-v4": ">=5.4.0 <6",
597
- "ws": "^8.18.0",
598
- "zod": "^3.25 || ^4.0"
599
- },
600
- "peerDependenciesMeta": {
601
- "@aws-sdk/credential-provider-node": {
602
- "optional": true
603
- },
604
- "@smithy/hash-node": {
605
- "optional": true
606
- },
607
- "@smithy/signature-v4": {
608
- "optional": true
609
- },
610
- "ws": {
611
- "optional": true
612
- },
613
- "zod": {
614
- "optional": true
615
- }
616
- }
617
- },
618
548
  "node_modules/@caupulican/pi-tui": {
619
- "version": "0.91.4",
620
- "resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.91.4.tgz",
549
+ "version": "0.93.0",
550
+ "resolved": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.93.0.tgz",
621
551
  "license": "MIT",
622
552
  "dependencies": {
623
553
  "get-east-asian-width": "1.6.0",
@@ -764,9 +694,9 @@
764
694
  "optional": true
765
695
  },
766
696
  "node_modules/@google/genai": {
767
- "version": "1.52.0",
768
- "resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.52.0.tgz",
769
- "integrity": "sha512-gwSvbpiN/17O9TbsqSsE/OzZcpv5Fo4RQjdngGgogtuB9RsyJ8ZHhX5KjHj1bp5N9snN2eK8LDGXSaWW2hof8Q==",
697
+ "version": "2.17.1",
698
+ "resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.17.1.tgz",
699
+ "integrity": "sha512-CdZ3M/titoH81hXXkvOikrOW26bC9IXh9iYT7u+r+5p7wi1LnMEnB0AbJfDeWAkjuneP4oJ299BtCt6twmORWg==",
770
700
  "license": "Apache-2.0",
771
701
  "dependencies": {
772
702
  "google-auth-library": "^10.3.0",
@@ -967,14 +897,53 @@
967
897
  "optional": true
968
898
  },
969
899
  "node_modules/@mistralai/mistralai": {
970
- "version": "2.2.1",
971
- "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-2.2.1.tgz",
972
- "integrity": "sha512-uKU8CZmL2RzYKmplsU01hii4p3pe4HqJefpWNRWXm1Tcm0Sm4xXfwSLIy4k7ZCPlbETCGcp69E7hZs+WOJ5itQ==",
900
+ "version": "2.6.3",
901
+ "resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-2.6.3.tgz",
902
+ "integrity": "sha512-4nOSDZTJXnmfsDtPFZEX4tAaJwIP2xyZwka9XK7ueNmOX0DuVhu2Ph2uWEeBMaNjpXbnVgmXLZ2Q58vFd8gsgg==",
973
903
  "license": "Apache-2.0",
974
904
  "dependencies": {
905
+ "@opentelemetry/semantic-conventions": "^1.40.0",
975
906
  "ws": "^8.18.0",
976
907
  "zod": "^3.25.0 || ^4.0.0",
977
908
  "zod-to-json-schema": "^3.25.0"
909
+ },
910
+ "peerDependencies": {
911
+ "@opentelemetry/api": "^1.9.0",
912
+ "@opentelemetry/exporter-trace-otlp-http": "^0.220.0",
913
+ "@opentelemetry/resources": "^2.9.0",
914
+ "@opentelemetry/sdk-trace-base": "^2.9.0"
915
+ },
916
+ "peerDependenciesMeta": {
917
+ "@opentelemetry/api": {
918
+ "optional": true
919
+ },
920
+ "@opentelemetry/exporter-trace-otlp-http": {
921
+ "optional": true
922
+ },
923
+ "@opentelemetry/resources": {
924
+ "optional": true
925
+ },
926
+ "@opentelemetry/sdk-trace-base": {
927
+ "optional": true
928
+ }
929
+ }
930
+ },
931
+ "node_modules/@opentelemetry/api": {
932
+ "version": "1.9.1",
933
+ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz",
934
+ "integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==",
935
+ "license": "Apache-2.0",
936
+ "engines": {
937
+ "node": ">=8.0.0"
938
+ }
939
+ },
940
+ "node_modules/@opentelemetry/semantic-conventions": {
941
+ "version": "1.43.0",
942
+ "resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.43.0.tgz",
943
+ "integrity": "sha512-eSYWTm620tTk45EKSedaUL8MFYI8hW164hIXsgIHyxu3VobUB3fFCu5t0hQby6OoWRPsG1KkKUG2M5UadiLiVg==",
944
+ "license": "Apache-2.0",
945
+ "engines": {
946
+ "node": ">=14"
978
947
  }
979
948
  },
980
949
  "node_modules/@protobufjs/aspromise": {
@@ -1041,12 +1010,12 @@
1041
1010
  "license": "Apache-2.0"
1042
1011
  },
1043
1012
  "node_modules/@smithy/core": {
1044
- "version": "3.31.1",
1045
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.31.1.tgz",
1046
- "integrity": "sha512-CyogUINxvi7C7LDsh8Syo6hVJOT9ckz4rG8dRZfTJ8r91HkMY59PnNooaj7WcHyxEkxPfBAmbgztZU+xTo76lg==",
1013
+ "version": "3.33.2",
1014
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.33.2.tgz",
1015
+ "integrity": "sha512-CUGXpnPkVdjUCbix+83sWLW9VFgQOm44MDOx/ihITJMAnOZKvL8YYIc7DR9pP/tZ8CIRvMiON/TucvygqbHO3w==",
1047
1016
  "license": "Apache-2.0",
1048
1017
  "dependencies": {
1049
- "@smithy/types": "^4.16.1",
1018
+ "@smithy/types": "^4.17.2",
1050
1019
  "tslib": "^2.6.2"
1051
1020
  },
1052
1021
  "engines": {
@@ -1054,13 +1023,13 @@
1054
1023
  }
1055
1024
  },
1056
1025
  "node_modules/@smithy/credential-provider-imds": {
1057
- "version": "4.4.16",
1058
- "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.4.16.tgz",
1059
- "integrity": "sha512-QfuLWAkLzptffFW980AFeHZFdqds2B64rpEd3uJ6lgs3xVn9QegGMUgUcj+4d7dRrAsya3r58ZKpku97WcFb4w==",
1026
+ "version": "4.5.2",
1027
+ "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.5.2.tgz",
1028
+ "integrity": "sha512-A9uSdn72ozbRUSit0eib0TW7nXuNPlaeM0zcGkJ+nE6tFcSDbnmtwoxbTCFBukVQcszDAyvsd7+rTduPTXpygg==",
1060
1029
  "license": "Apache-2.0",
1061
1030
  "dependencies": {
1062
- "@smithy/core": "^3.31.1",
1063
- "@smithy/types": "^4.16.1",
1031
+ "@smithy/core": "^3.33.2",
1032
+ "@smithy/types": "^4.17.2",
1064
1033
  "tslib": "^2.6.2"
1065
1034
  },
1066
1035
  "engines": {
@@ -1081,18 +1050,6 @@
1081
1050
  "node": ">=18.0.0"
1082
1051
  }
1083
1052
  },
1084
- "node_modules/@smithy/is-array-buffer": {
1085
- "version": "2.2.0",
1086
- "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
1087
- "integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
1088
- "license": "Apache-2.0",
1089
- "dependencies": {
1090
- "tslib": "^2.6.2"
1091
- },
1092
- "engines": {
1093
- "node": ">=14.0.0"
1094
- }
1095
- },
1096
1053
  "node_modules/@smithy/node-http-handler": {
1097
1054
  "version": "4.7.3",
1098
1055
  "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz",
@@ -1122,9 +1079,9 @@
1122
1079
  }
1123
1080
  },
1124
1081
  "node_modules/@smithy/types": {
1125
- "version": "4.16.1",
1126
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.16.1.tgz",
1127
- "integrity": "sha512-0JFs3V2y2M9tKW5na/qxe69Zv+uxLMO7QBbhxF/FHu/Gp2NFZAAL9tWl9PU02xxo07pb3G9FTyjNc6D5uZrJIg==",
1082
+ "version": "4.17.2",
1083
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.17.2.tgz",
1084
+ "integrity": "sha512-FOKpVZob9MPTn2znRzGrnsMHv7BOsKVw3XiP/cOyYLDVZ9qKp4nifIiSCuUU/fIj5Vu0UOAxCFr+qRAtG0NUkA==",
1128
1085
  "license": "Apache-2.0",
1129
1086
  "dependencies": {
1130
1087
  "tslib": "^2.6.2"
@@ -1133,31 +1090,11 @@
1133
1090
  "node": ">=18.0.0"
1134
1091
  }
1135
1092
  },
1136
- "node_modules/@smithy/util-buffer-from": {
1137
- "version": "2.2.0",
1138
- "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
1139
- "integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
1140
- "license": "Apache-2.0",
1141
- "dependencies": {
1142
- "@smithy/is-array-buffer": "^2.2.0",
1143
- "tslib": "^2.6.2"
1144
- },
1145
- "engines": {
1146
- "node": ">=14.0.0"
1147
- }
1148
- },
1149
- "node_modules/@smithy/util-utf8": {
1150
- "version": "2.3.0",
1151
- "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
1152
- "integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
1153
- "license": "Apache-2.0",
1154
- "dependencies": {
1155
- "@smithy/util-buffer-from": "^2.2.0",
1156
- "tslib": "^2.6.2"
1157
- },
1158
- "engines": {
1159
- "node": ">=14.0.0"
1160
- }
1093
+ "node_modules/@stablelib/base64": {
1094
+ "version": "1.0.1",
1095
+ "resolved": "https://registry.npmjs.org/@stablelib/base64/-/base64-1.0.1.tgz",
1096
+ "integrity": "sha512-1bnPQqSxSuc3Ii6MhBysoWCg58j97aUjuCSZrGSmDxNqtytIi0k8utUenAwTZN4V5mXXYGsVUI9zeBqy+jBOSQ==",
1097
+ "license": "MIT"
1161
1098
  },
1162
1099
  "node_modules/@types/node": {
1163
1100
  "version": "24.12.4",
@@ -1492,6 +1429,12 @@
1492
1429
  "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
1493
1430
  "license": "MIT"
1494
1431
  },
1432
+ "node_modules/fast-sha256": {
1433
+ "version": "1.3.0",
1434
+ "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz",
1435
+ "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==",
1436
+ "license": "Unlicense"
1437
+ },
1495
1438
  "node_modules/fetch-blob": {
1496
1439
  "version": "3.2.0",
1497
1440
  "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -1943,6 +1886,39 @@
1943
1886
  "url": "https://opencollective.com/node-fetch"
1944
1887
  }
1945
1888
  },
1889
+ "node_modules/openai": {
1890
+ "version": "7.4.0",
1891
+ "resolved": "https://registry.npmjs.org/openai/-/openai-7.4.0.tgz",
1892
+ "integrity": "sha512-+C9Muit5x8j9R8ej8ZzVgKcrVDtqFqTy9gxFdov0EItLgU68zrJtF9ZeT0cyqJQW9S3PCJkdFgADtRGquRBtew==",
1893
+ "license": "Apache-2.0",
1894
+ "peerDependencies": {
1895
+ "@aws-sdk/credential-provider-node": ">=3.972.0 <4",
1896
+ "@smithy/hash-node": ">=4.3.0 <5",
1897
+ "@smithy/signature-v4": ">=5.4.0 <6",
1898
+ "ws": "^8.18.0",
1899
+ "zod": "^3.25 || ^4.0"
1900
+ },
1901
+ "peerDependenciesMeta": {
1902
+ "@aws-sdk/credential-provider-node": {
1903
+ "optional": true
1904
+ },
1905
+ "@smithy/hash-node": {
1906
+ "optional": true
1907
+ },
1908
+ "@smithy/signature-v4": {
1909
+ "optional": true
1910
+ },
1911
+ "ws": {
1912
+ "optional": true
1913
+ },
1914
+ "zod": {
1915
+ "optional": true
1916
+ }
1917
+ },
1918
+ "engines": {
1919
+ "node": ">=22.0.0"
1920
+ }
1921
+ },
1946
1922
  "node_modules/p-retry": {
1947
1923
  "version": "4.6.2",
1948
1924
  "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
@@ -2092,6 +2068,16 @@
2092
2068
  "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
2093
2069
  "license": "ISC"
2094
2070
  },
2071
+ "node_modules/standardwebhooks": {
2072
+ "version": "1.0.0",
2073
+ "resolved": "https://registry.npmjs.org/standardwebhooks/-/standardwebhooks-1.0.0.tgz",
2074
+ "integrity": "sha512-BbHGOQK9olHPMvQNHWul6MYlrRTAOKn03rOe4A8O3CLWhNf4YHBqq2HJKKC+sfqpxiBY52pNeesD6jIiLDz8jg==",
2075
+ "license": "MIT",
2076
+ "dependencies": {
2077
+ "@stablelib/base64": "^1.0.0",
2078
+ "fast-sha256": "^1.3.0"
2079
+ }
2080
+ },
2095
2081
  "node_modules/ts-algebra": {
2096
2082
  "version": "2.0.0",
2097
2083
  "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",