@humain/terminal 0.0.5 → 0.0.7

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 (476) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/README.md +10 -4
  3. package/dist/bundle/chunks/anthropic-messages-GDMGYAZB.js +6 -0
  4. package/dist/bundle/chunks/anthropic.js +75 -0
  5. package/dist/bundle/chunks/azure-openai-responses-ZN52D6YC.js +2 -0
  6. package/dist/bundle/chunks/bedrock-converse-stream.js +77 -0
  7. package/dist/bundle/chunks/chunk-3D3G2X5U.js +6 -0
  8. package/dist/bundle/chunks/chunk-3VI4HD7D.js +31 -0
  9. package/dist/bundle/chunks/chunk-6R7UI4IY.js +2 -0
  10. package/dist/bundle/chunks/chunk-72KO4OMP.js +2 -0
  11. package/dist/bundle/chunks/chunk-7DDKXS2Q.js +2 -0
  12. package/dist/bundle/chunks/chunk-ARF4OE6X.js +105 -0
  13. package/dist/bundle/chunks/chunk-BOW22LW6.js +42 -0
  14. package/dist/bundle/chunks/chunk-BZQ53VGE.js +70 -0
  15. package/dist/bundle/chunks/chunk-CBHC6EL7.js +133 -0
  16. package/dist/bundle/chunks/chunk-D7XAASZM.js +4 -0
  17. package/dist/bundle/chunks/chunk-ECWELYBH.js +17 -0
  18. package/dist/bundle/chunks/chunk-GMWCTUPB.js +2 -0
  19. package/dist/bundle/chunks/chunk-H2O6VOXT.js +11 -0
  20. package/dist/bundle/chunks/chunk-HNVPY4LZ.js +5995 -0
  21. package/dist/bundle/chunks/chunk-JUUC5AZY.js +2 -0
  22. package/dist/bundle/chunks/chunk-JXWJOIH4.js +2 -0
  23. package/dist/bundle/chunks/chunk-L2ZPNLYD.js +2 -0
  24. package/dist/bundle/chunks/chunk-LVVZS2NO.js +12 -0
  25. package/dist/bundle/chunks/chunk-M2GYSCCG.js +44 -0
  26. package/dist/bundle/chunks/chunk-MA4UUCYX.js +18 -0
  27. package/dist/bundle/chunks/chunk-PGXDEOVV.js +2 -0
  28. package/dist/bundle/chunks/chunk-PJACZCIR.js +2 -0
  29. package/dist/bundle/chunks/chunk-PRRNXB7S.js +2 -0
  30. package/dist/bundle/chunks/chunk-SGTGQNNP.js +4 -0
  31. package/dist/bundle/chunks/chunk-TEPMHNKQ.js +2 -0
  32. package/dist/bundle/chunks/chunk-TXBQIIIO.js +2 -0
  33. package/dist/bundle/chunks/chunk-WJZ4KLGL.js +2 -0
  34. package/dist/bundle/chunks/chunk-XNGRGP62.js +2 -0
  35. package/dist/bundle/chunks/dist-7DSXV2TY.js +9 -0
  36. package/dist/bundle/chunks/dist-BXEVYJIO.js +7 -0
  37. package/dist/bundle/chunks/es-P2KNSZYR.js +9 -0
  38. package/dist/bundle/chunks/es5-FGTJ7ZFW.js +2 -0
  39. package/dist/bundle/chunks/event-streams-JOSQQSII.js +2 -0
  40. package/dist/bundle/chunks/extract-2L7ZVN7F.js +106 -0
  41. package/dist/bundle/chunks/github-copilot.js +2 -0
  42. package/dist/bundle/chunks/google-generative-ai-XT7NQJ2E.js +2 -0
  43. package/dist/bundle/chunks/google-vertex-IDQ6Z53W.js +2 -0
  44. package/dist/bundle/chunks/image-resize-worker.js +2 -0
  45. package/dist/bundle/chunks/kimi-coding.js +2 -0
  46. package/dist/bundle/chunks/mistral-conversations-HHDZ4FHR.js +5 -0
  47. package/dist/bundle/chunks/multipart-parser-FMGQ7342.js +3 -0
  48. package/dist/bundle/chunks/node-XY3CBY3C.js +294 -0
  49. package/dist/bundle/chunks/node-ZHY4LHC7.js +15 -0
  50. package/dist/bundle/chunks/openai-codex-responses-HRVCDY54.js +8 -0
  51. package/dist/bundle/chunks/openai-codex.js +75 -0
  52. package/dist/bundle/chunks/openai-completions-6QBYTBXY.js +7 -0
  53. package/dist/bundle/chunks/openai-responses-4MWLJHIK.js +2 -0
  54. package/dist/bundle/chunks/openrouter-images-Y2PCWAQH.js +2 -0
  55. package/dist/bundle/chunks/openrouter.js +75 -0
  56. package/dist/bundle/chunks/pdfjs-UKQT3OWY.js +107 -0
  57. package/dist/bundle/chunks/pi-messages-57K43J6J.js +8 -0
  58. package/dist/bundle/chunks/promise-J5TGSM32.js +2 -0
  59. package/dist/bundle/chunks/radius.js +75 -0
  60. package/dist/bundle/chunks/src-QKGKDFSU.js +4 -0
  61. package/dist/bundle/chunks/undici-D6ABF53Q.js +2 -0
  62. package/dist/bundle/chunks/webapi-AFS5FDJJ.js +5 -0
  63. package/dist/bundle/chunks/xai.js +2 -0
  64. package/dist/bundle/cli.js +3 -0
  65. package/dist/bundle/client.js +2 -0
  66. package/dist/bundle/index.js +2 -0
  67. package/dist/bundle/rpc-entry.js +3 -0
  68. package/dist/cli/args.d.ts +1 -0
  69. package/dist/cli/args.d.ts.map +1 -1
  70. package/dist/cli/args.js +29 -9
  71. package/dist/cli/args.js.map +1 -1
  72. package/dist/cli/file-processor.d.ts.map +1 -1
  73. package/dist/cli/file-processor.js +2 -1
  74. package/dist/cli/file-processor.js.map +1 -1
  75. package/dist/config.d.ts +1 -0
  76. package/dist/config.d.ts.map +1 -1
  77. package/dist/config.js +19 -11
  78. package/dist/config.js.map +1 -1
  79. package/dist/core/agent-session.d.ts +50 -14
  80. package/dist/core/agent-session.d.ts.map +1 -1
  81. package/dist/core/agent-session.js +163 -95
  82. package/dist/core/agent-session.js.map +1 -1
  83. package/dist/core/auth-storage.d.ts.map +1 -1
  84. package/dist/core/auth-storage.js +6 -7
  85. package/dist/core/auth-storage.js.map +1 -1
  86. package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
  87. package/dist/core/compaction/branch-summarization.js +3 -0
  88. package/dist/core/compaction/branch-summarization.js.map +1 -1
  89. package/dist/core/compaction/compaction.d.ts +4 -3
  90. package/dist/core/compaction/compaction.d.ts.map +1 -1
  91. package/dist/core/compaction/compaction.js +41 -32
  92. package/dist/core/compaction/compaction.js.map +1 -1
  93. package/dist/core/defaults.d.ts +1 -0
  94. package/dist/core/defaults.d.ts.map +1 -1
  95. package/dist/core/defaults.js +9 -0
  96. package/dist/core/defaults.js.map +1 -1
  97. package/dist/core/extensions/index.d.ts +2 -2
  98. package/dist/core/extensions/index.d.ts.map +1 -1
  99. package/dist/core/extensions/index.js +1 -1
  100. package/dist/core/extensions/index.js.map +1 -1
  101. package/dist/core/extensions/loader.d.ts.map +1 -1
  102. package/dist/core/extensions/loader.js +115 -48
  103. package/dist/core/extensions/loader.js.map +1 -1
  104. package/dist/core/extensions/types.d.ts +38 -9
  105. package/dist/core/extensions/types.d.ts.map +1 -1
  106. package/dist/core/extensions/types.js +3 -0
  107. package/dist/core/extensions/types.js.map +1 -1
  108. package/dist/core/footer-data-provider.d.ts +1 -1
  109. package/dist/core/footer-data-provider.js +1 -1
  110. package/dist/core/footer-data-provider.js.map +1 -1
  111. package/dist/core/keybindings.d.ts +20 -19
  112. package/dist/core/keybindings.d.ts.map +1 -1
  113. package/dist/core/keybindings.js +26 -5
  114. package/dist/core/keybindings.js.map +1 -1
  115. package/dist/core/model-config.d.ts +5 -0
  116. package/dist/core/model-config.d.ts.map +1 -1
  117. package/dist/core/model-config.js +3 -1
  118. package/dist/core/model-config.js.map +1 -1
  119. package/dist/core/model-resolver.d.ts +1 -0
  120. package/dist/core/model-resolver.d.ts.map +1 -1
  121. package/dist/core/model-resolver.js +18 -8
  122. package/dist/core/model-resolver.js.map +1 -1
  123. package/dist/core/models-store.d.ts.map +1 -1
  124. package/dist/core/models-store.js +2 -1
  125. package/dist/core/models-store.js.map +1 -1
  126. package/dist/core/package-manager.d.ts.map +1 -1
  127. package/dist/core/package-manager.js +22 -14
  128. package/dist/core/package-manager.js.map +1 -1
  129. package/dist/core/pi-manifest.d.ts.map +1 -1
  130. package/dist/core/pi-manifest.js +2 -1
  131. package/dist/core/pi-manifest.js.map +1 -1
  132. package/dist/core/remote-catalog-provider.d.ts.map +1 -1
  133. package/dist/core/remote-catalog-provider.js +2 -1
  134. package/dist/core/remote-catalog-provider.js.map +1 -1
  135. package/dist/core/resource-loader.d.ts.map +1 -1
  136. package/dist/core/resource-loader.js +3 -2
  137. package/dist/core/resource-loader.js.map +1 -1
  138. package/dist/core/sdk.d.ts +2 -2
  139. package/dist/core/sdk.d.ts.map +1 -1
  140. package/dist/core/sdk.js +10 -3
  141. package/dist/core/sdk.js.map +1 -1
  142. package/dist/core/session-export.d.ts +4 -0
  143. package/dist/core/session-export.d.ts.map +1 -0
  144. package/dist/core/session-export.js +32 -0
  145. package/dist/core/session-export.js.map +1 -0
  146. package/dist/core/session-manager.d.ts.map +1 -1
  147. package/dist/core/session-manager.js +2 -1
  148. package/dist/core/session-manager.js.map +1 -1
  149. package/dist/core/settings-diagnostics.d.ts +9 -0
  150. package/dist/core/settings-diagnostics.d.ts.map +1 -0
  151. package/dist/core/settings-diagnostics.js +21 -0
  152. package/dist/core/settings-diagnostics.js.map +1 -0
  153. package/dist/core/settings-manager.d.ts +9 -0
  154. package/dist/core/settings-manager.d.ts.map +1 -1
  155. package/dist/core/settings-manager.js +51 -10
  156. package/dist/core/settings-manager.js.map +1 -1
  157. package/dist/core/skills.d.ts.map +1 -1
  158. package/dist/core/skills.js +51 -33
  159. package/dist/core/skills.js.map +1 -1
  160. package/dist/core/slash-commands.d.ts.map +1 -1
  161. package/dist/core/slash-commands.js +2 -1
  162. package/dist/core/slash-commands.js.map +1 -1
  163. package/dist/core/system-prompt.d.ts.map +1 -1
  164. package/dist/core/system-prompt.js +11 -2
  165. package/dist/core/system-prompt.js.map +1 -1
  166. package/dist/core/tools/bash.d.ts +16 -3
  167. package/dist/core/tools/bash.d.ts.map +1 -1
  168. package/dist/core/tools/bash.js +62 -29
  169. package/dist/core/tools/bash.js.map +1 -1
  170. package/dist/core/tools/edit-diff.d.ts +0 -5
  171. package/dist/core/tools/edit-diff.d.ts.map +1 -1
  172. package/dist/core/tools/edit-diff.js +2 -5
  173. package/dist/core/tools/edit-diff.js.map +1 -1
  174. package/dist/core/tools/edit.d.ts.map +1 -1
  175. package/dist/core/tools/edit.js +20 -4
  176. package/dist/core/tools/edit.js.map +1 -1
  177. package/dist/core/tools/index.d.ts +4 -1
  178. package/dist/core/tools/index.d.ts.map +1 -1
  179. package/dist/core/tools/index.js +19 -1
  180. package/dist/core/tools/index.js.map +1 -1
  181. package/dist/core/tools/powershell.d.ts +16 -0
  182. package/dist/core/tools/powershell.d.ts.map +1 -0
  183. package/dist/core/tools/powershell.js +39 -0
  184. package/dist/core/tools/powershell.js.map +1 -0
  185. package/dist/core/tools/subagent.d.ts.map +1 -1
  186. package/dist/core/tools/subagent.js +21 -28
  187. package/dist/core/tools/subagent.js.map +1 -1
  188. package/dist/core/trust-manager.d.ts.map +1 -1
  189. package/dist/core/trust-manager.js +2 -1
  190. package/dist/core/trust-manager.js.map +1 -1
  191. package/dist/extensions/llama/index.d.ts.map +1 -1
  192. package/dist/extensions/llama/index.js +2 -0
  193. package/dist/extensions/llama/index.js.map +1 -1
  194. package/dist/extensions/llama/provider.d.ts.map +1 -1
  195. package/dist/extensions/llama/provider.js +6 -2
  196. package/dist/extensions/llama/provider.js.map +1 -1
  197. package/dist/humain/agent-execution-protocol.d.ts +1 -217
  198. package/dist/humain/agent-execution-protocol.d.ts.map +1 -1
  199. package/dist/humain/agent-execution-protocol.js +1 -203
  200. package/dist/humain/agent-execution-protocol.js.map +1 -1
  201. package/dist/humain/bedrock-provider/vendor/index.bundle.mjs +107 -16
  202. package/dist/humain/mcp-adapter/vendor/CHANGELOG.md +82 -0
  203. package/dist/humain/mcp-adapter/vendor/README.md +47 -15
  204. package/dist/humain/mcp-adapter/vendor/cli.js +4 -4
  205. package/dist/humain/mcp-adapter/vendor/commands.ts +5 -3
  206. package/dist/humain/mcp-adapter/vendor/config.ts +46 -5
  207. package/dist/humain/mcp-adapter/vendor/direct-tools.ts +103 -92
  208. package/dist/humain/mcp-adapter/vendor/dist/agent-dir.d.ts +10 -0
  209. package/dist/humain/mcp-adapter/vendor/dist/agent-dir.js +63 -0
  210. package/dist/humain/mcp-adapter/vendor/dist/agent-dir.js.map +1 -0
  211. package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.d.ts +8 -0
  212. package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.js +356 -0
  213. package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.js.map +1 -0
  214. package/dist/humain/mcp-adapter/vendor/dist/config.d.ts +123 -0
  215. package/dist/humain/mcp-adapter/vendor/dist/config.js +1088 -0
  216. package/dist/humain/mcp-adapter/vendor/dist/config.js.map +1 -0
  217. package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.d.ts +24 -0
  218. package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.js +336 -0
  219. package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.js.map +1 -0
  220. package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.d.ts +19 -0
  221. package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.js +319 -0
  222. package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.js.map +1 -0
  223. package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.d.ts +2 -0
  224. package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.js +156 -0
  225. package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.js.map +1 -0
  226. package/dist/humain/mcp-adapter/vendor/dist/resource-tools.d.ts +1 -0
  227. package/dist/humain/mcp-adapter/vendor/dist/resource-tools.js +15 -0
  228. package/dist/humain/mcp-adapter/vendor/dist/resource-tools.js.map +1 -0
  229. package/dist/humain/mcp-adapter/vendor/dist/types.d.ts +566 -0
  230. package/dist/humain/mcp-adapter/vendor/dist/types.js +287 -0
  231. package/dist/humain/mcp-adapter/vendor/dist/types.js.map +1 -0
  232. package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.d.ts +6 -0
  233. package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.js +37 -0
  234. package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.js.map +1 -0
  235. package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.d.ts +104 -0
  236. package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.js +59 -0
  237. package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.js.map +1 -0
  238. package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.d.ts +4 -0
  239. package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.js +27 -0
  240. package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.js.map +1 -0
  241. package/dist/humain/mcp-adapter/vendor/dist/utils.d.ts +32 -0
  242. package/dist/humain/mcp-adapter/vendor/dist/utils.js +338 -0
  243. package/dist/humain/mcp-adapter/vendor/dist/utils.js.map +1 -0
  244. package/dist/humain/mcp-adapter/vendor/failure-backoff.ts +23 -0
  245. package/dist/humain/mcp-adapter/vendor/index.bundle.mjs +4870 -3878
  246. package/dist/humain/mcp-adapter/vendor/index.ts +294 -88
  247. package/dist/humain/mcp-adapter/vendor/init.ts +41 -30
  248. package/dist/humain/mcp-adapter/vendor/lifecycle.ts +16 -8
  249. package/dist/humain/mcp-adapter/vendor/mcp-auth-flow.ts +124 -32
  250. package/dist/humain/mcp-adapter/vendor/mcp-bearer-store.ts +0 -2
  251. package/dist/humain/mcp-adapter/vendor/mcp-code.ts +2 -0
  252. package/dist/humain/mcp-adapter/vendor/mcp-oauth-provider.ts +155 -16
  253. package/dist/humain/mcp-adapter/vendor/mcp-output-guard.ts +95 -7
  254. package/dist/humain/mcp-adapter/vendor/mcp-probe.ts +18 -4
  255. package/dist/humain/mcp-adapter/vendor/mcp-references.ts +376 -0
  256. package/dist/humain/mcp-adapter/vendor/mcp-status.ts +8 -19
  257. package/dist/humain/mcp-adapter/vendor/metadata-cache.ts +20 -12
  258. package/dist/humain/mcp-adapter/vendor/namespace-tools.ts +276 -0
  259. package/dist/humain/mcp-adapter/vendor/package.json +26 -8
  260. package/dist/humain/mcp-adapter/vendor/proxy-modes.ts +128 -32
  261. package/dist/humain/mcp-adapter/vendor/request-headers-command.ts +1 -1
  262. package/dist/humain/mcp-adapter/vendor/search-ranking.ts +2 -0
  263. package/dist/humain/mcp-adapter/vendor/server-manager.ts +69 -12
  264. package/dist/humain/mcp-adapter/vendor/state.ts +1 -3
  265. package/dist/humain/mcp-adapter/vendor/tool-result-renderer.ts +16 -2
  266. package/dist/humain/mcp-adapter/vendor/types.ts +51 -2
  267. package/dist/humain/mcp-adapter/vendor/ui-server.ts +3 -19
  268. package/dist/humain/mcp-adapter/vendor/ui-session.ts +2 -1
  269. package/dist/humain/mcp-adapter/vendor/utils.ts +21 -19
  270. package/dist/humain/mcp-adapter.d.ts.map +1 -1
  271. package/dist/humain/mcp-adapter.js +4 -0
  272. package/dist/humain/mcp-adapter.js.map +1 -1
  273. package/dist/humain/web-access/vendor/chrome-cookies.d.ts +14 -0
  274. package/dist/humain/web-access/vendor/chrome-cookies.d.ts.map +1 -1
  275. package/dist/humain/web-access/vendor/chrome-cookies.js +85 -33
  276. package/dist/humain/web-access/vendor/chrome-cookies.js.map +1 -1
  277. package/dist/humain/web-access/vendor/credential-source.d.ts +1 -1
  278. package/dist/humain/web-access/vendor/credential-source.d.ts.map +1 -1
  279. package/dist/humain/web-access/vendor/credential-source.js +3 -1
  280. package/dist/humain/web-access/vendor/credential-source.js.map +1 -1
  281. package/dist/humain/web-access/vendor/curator-page.d.ts +2 -29
  282. package/dist/humain/web-access/vendor/curator-page.d.ts.map +1 -1
  283. package/dist/humain/web-access/vendor/curator-page.js +10 -1
  284. package/dist/humain/web-access/vendor/curator-page.js.map +1 -1
  285. package/dist/humain/web-access/vendor/curator-server.d.ts +2 -29
  286. package/dist/humain/web-access/vendor/curator-server.d.ts.map +1 -1
  287. package/dist/humain/web-access/vendor/curator-server.js +4 -0
  288. package/dist/humain/web-access/vendor/curator-server.js.map +1 -1
  289. package/dist/humain/web-access/vendor/extract.d.ts +11 -0
  290. package/dist/humain/web-access/vendor/extract.d.ts.map +1 -1
  291. package/dist/humain/web-access/vendor/extract.js +163 -20
  292. package/dist/humain/web-access/vendor/extract.js.map +1 -1
  293. package/dist/humain/web-access/vendor/fetch-params.d.ts +2 -0
  294. package/dist/humain/web-access/vendor/fetch-params.d.ts.map +1 -1
  295. package/dist/humain/web-access/vendor/fetch-params.js +11 -0
  296. package/dist/humain/web-access/vendor/fetch-params.js.map +1 -1
  297. package/dist/humain/web-access/vendor/gemini-adc.d.ts +10 -0
  298. package/dist/humain/web-access/vendor/gemini-adc.d.ts.map +1 -0
  299. package/dist/humain/web-access/vendor/gemini-adc.js +268 -0
  300. package/dist/humain/web-access/vendor/gemini-adc.js.map +1 -0
  301. package/dist/humain/web-access/vendor/gemini-api.d.ts +7 -1
  302. package/dist/humain/web-access/vendor/gemini-api.d.ts.map +1 -1
  303. package/dist/humain/web-access/vendor/gemini-api.js +51 -15
  304. package/dist/humain/web-access/vendor/gemini-api.js.map +1 -1
  305. package/dist/humain/web-access/vendor/gemini-search.d.ts +9 -4
  306. package/dist/humain/web-access/vendor/gemini-search.d.ts.map +1 -1
  307. package/dist/humain/web-access/vendor/gemini-search.js +63 -21
  308. package/dist/humain/web-access/vendor/gemini-search.js.map +1 -1
  309. package/dist/humain/web-access/vendor/gemini-url-context.d.ts.map +1 -1
  310. package/dist/humain/web-access/vendor/gemini-url-context.js +3 -2
  311. package/dist/humain/web-access/vendor/gemini-url-context.js.map +1 -1
  312. package/dist/humain/web-access/vendor/gemini-web-config.d.ts +8 -1
  313. package/dist/humain/web-access/vendor/gemini-web-config.d.ts.map +1 -1
  314. package/dist/humain/web-access/vendor/gemini-web-config.js +49 -4
  315. package/dist/humain/web-access/vendor/gemini-web-config.js.map +1 -1
  316. package/dist/humain/web-access/vendor/gemini-web.d.ts +2 -1
  317. package/dist/humain/web-access/vendor/gemini-web.d.ts.map +1 -1
  318. package/dist/humain/web-access/vendor/gemini-web.js +8 -3
  319. package/dist/humain/web-access/vendor/gemini-web.js.map +1 -1
  320. package/dist/humain/web-access/vendor/github-api.d.ts +1 -1
  321. package/dist/humain/web-access/vendor/github-api.d.ts.map +1 -1
  322. package/dist/humain/web-access/vendor/github-api.js +6 -4
  323. package/dist/humain/web-access/vendor/github-api.js.map +1 -1
  324. package/dist/humain/web-access/vendor/github-extract.d.ts.map +1 -1
  325. package/dist/humain/web-access/vendor/github-extract.js +50 -3
  326. package/dist/humain/web-access/vendor/github-extract.js.map +1 -1
  327. package/dist/humain/web-access/vendor/github-issue-pr.d.ts +27 -0
  328. package/dist/humain/web-access/vendor/github-issue-pr.d.ts.map +1 -0
  329. package/dist/humain/web-access/vendor/github-issue-pr.js +701 -0
  330. package/dist/humain/web-access/vendor/github-issue-pr.js.map +1 -0
  331. package/dist/humain/web-access/vendor/index.d.ts +3 -31
  332. package/dist/humain/web-access/vendor/index.d.ts.map +1 -1
  333. package/dist/humain/web-access/vendor/index.js +643 -530
  334. package/dist/humain/web-access/vendor/index.js.map +1 -1
  335. package/dist/humain/web-access/vendor/kimi-search.d.ts +5 -0
  336. package/dist/humain/web-access/vendor/kimi-search.d.ts.map +1 -0
  337. package/dist/humain/web-access/vendor/kimi-search.js +228 -0
  338. package/dist/humain/web-access/vendor/kimi-search.js.map +1 -0
  339. package/dist/humain/web-access/vendor/openai-search.d.ts +3 -0
  340. package/dist/humain/web-access/vendor/openai-search.d.ts.map +1 -1
  341. package/dist/humain/web-access/vendor/openai-search.js +89 -16
  342. package/dist/humain/web-access/vendor/openai-search.js.map +1 -1
  343. package/dist/humain/web-access/vendor/page-query.d.ts.map +1 -1
  344. package/dist/humain/web-access/vendor/page-query.js +56 -8
  345. package/dist/humain/web-access/vendor/page-query.js.map +1 -1
  346. package/dist/humain/web-access/vendor/ssrf-protection.js +6 -1
  347. package/dist/humain/web-access/vendor/ssrf-protection.js.map +1 -1
  348. package/dist/humain/web-access/vendor/utils.d.ts +12 -0
  349. package/dist/humain/web-access/vendor/utils.d.ts.map +1 -1
  350. package/dist/humain/web-access/vendor/utils.js +343 -1
  351. package/dist/humain/web-access/vendor/utils.js.map +1 -1
  352. package/dist/humain/web-access/vendor/xcrawl.d.ts +4 -0
  353. package/dist/humain/web-access/vendor/xcrawl.d.ts.map +1 -0
  354. package/dist/humain/web-access/vendor/xcrawl.js +251 -0
  355. package/dist/humain/web-access/vendor/xcrawl.js.map +1 -0
  356. package/dist/humain/web-access/vendor/youtube-extract.js +2 -2
  357. package/dist/humain/web-access/vendor/youtube-extract.js.map +1 -1
  358. package/dist/index.d.ts +5 -5
  359. package/dist/index.d.ts.map +1 -1
  360. package/dist/index.js +4 -4
  361. package/dist/index.js.map +1 -1
  362. package/dist/main.d.ts +3 -0
  363. package/dist/main.d.ts.map +1 -1
  364. package/dist/main.js +17 -14
  365. package/dist/main.js.map +1 -1
  366. package/dist/migrations.d.ts.map +1 -1
  367. package/dist/migrations.js +4 -3
  368. package/dist/migrations.js.map +1 -1
  369. package/dist/modes/interactive/components/model-selector.d.ts +9 -3
  370. package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
  371. package/dist/modes/interactive/components/model-selector.js +53 -10
  372. package/dist/modes/interactive/components/model-selector.js.map +1 -1
  373. package/dist/modes/interactive/components/settings-selector.d.ts +7 -2
  374. package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
  375. package/dist/modes/interactive/components/settings-selector.js +118 -55
  376. package/dist/modes/interactive/components/settings-selector.js.map +1 -1
  377. package/dist/modes/interactive/components/settings-submenu.d.ts +72 -0
  378. package/dist/modes/interactive/components/settings-submenu.d.ts.map +1 -0
  379. package/dist/modes/interactive/components/settings-submenu.js +151 -0
  380. package/dist/modes/interactive/components/settings-submenu.js.map +1 -0
  381. package/dist/modes/interactive/components/thinking-selector.d.ts +15 -3
  382. package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
  383. package/dist/modes/interactive/components/thinking-selector.js +68 -17
  384. package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
  385. package/dist/modes/interactive/external-editor.d.ts.map +1 -1
  386. package/dist/modes/interactive/external-editor.js +2 -1
  387. package/dist/modes/interactive/external-editor.js.map +1 -1
  388. package/dist/modes/interactive/interactive-mode.d.ts +11 -0
  389. package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  390. package/dist/modes/interactive/interactive-mode.js +176 -106
  391. package/dist/modes/interactive/interactive-mode.js.map +1 -1
  392. package/dist/modes/interactive/session-share.d.ts +16 -0
  393. package/dist/modes/interactive/session-share.d.ts.map +1 -0
  394. package/dist/modes/interactive/session-share.js +188 -0
  395. package/dist/modes/interactive/session-share.js.map +1 -0
  396. package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
  397. package/dist/modes/interactive/theme/theme.js +6 -5
  398. package/dist/modes/interactive/theme/theme.js.map +1 -1
  399. package/dist/modes/json-event.d.ts +16 -13
  400. package/dist/modes/json-event.d.ts.map +1 -1
  401. package/dist/modes/json-event.js +20 -6
  402. package/dist/modes/json-event.js.map +1 -1
  403. package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
  404. package/dist/modes/rpc/rpc-client.js +3 -2
  405. package/dist/modes/rpc/rpc-client.js.map +1 -1
  406. package/dist/modes/rpc/rpc-types.d.ts +2 -7
  407. package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
  408. package/dist/modes/rpc/rpc-types.js.map +1 -1
  409. package/dist/package-manager-cli.d.ts +1 -0
  410. package/dist/package-manager-cli.d.ts.map +1 -1
  411. package/dist/package-manager-cli.js +189 -3
  412. package/dist/package-manager-cli.js.map +1 -1
  413. package/dist/utils/changelog.d.ts +1 -1
  414. package/dist/utils/changelog.d.ts.map +1 -1
  415. package/dist/utils/changelog.js +12 -2
  416. package/dist/utils/changelog.js.map +1 -1
  417. package/dist/utils/frontmatter.d.ts.map +1 -1
  418. package/dist/utils/frontmatter.js +2 -1
  419. package/dist/utils/frontmatter.js.map +1 -1
  420. package/dist/utils/management-http.d.ts +5 -3
  421. package/dist/utils/management-http.d.ts.map +1 -1
  422. package/dist/utils/management-http.js +14 -10
  423. package/dist/utils/management-http.js.map +1 -1
  424. package/dist/utils/shell.d.ts +3 -0
  425. package/dist/utils/shell.d.ts.map +1 -1
  426. package/dist/utils/shell.js +17 -5
  427. package/dist/utils/shell.js.map +1 -1
  428. package/dist/utils/syntax-highlight.d.ts +1 -0
  429. package/dist/utils/syntax-highlight.d.ts.map +1 -1
  430. package/dist/utils/syntax-highlight.js +64 -1
  431. package/dist/utils/syntax-highlight.js.map +1 -1
  432. package/dist/utils/text.d.ts +8 -0
  433. package/dist/utils/text.d.ts.map +1 -0
  434. package/dist/utils/text.js +9 -0
  435. package/dist/utils/text.js.map +1 -0
  436. package/dist/utils/version-check.js +4 -4
  437. package/dist/utils/version-check.js.map +1 -1
  438. package/docs/compaction.md +15 -0
  439. package/docs/custom-provider.md +5 -2
  440. package/docs/environment-variables.md +7 -7
  441. package/docs/extensions.md +17 -7
  442. package/docs/json.md +7 -2
  443. package/docs/keybindings.md +8 -8
  444. package/docs/llama-cpp.md +2 -0
  445. package/docs/models.md +8 -2
  446. package/docs/packages.md +2 -2
  447. package/docs/rpc.md +9 -3
  448. package/docs/sdk.md +7 -2
  449. package/docs/settings.md +11 -3
  450. package/docs/skills.md +3 -2
  451. package/docs/terminal-setup.md +8 -0
  452. package/docs/usage.md +10 -7
  453. package/docs/windows.md +15 -1
  454. package/examples/extensions/border-status-editor.ts +1 -1
  455. package/examples/extensions/custom-provider-anthropic/package-lock.json +70 -8
  456. package/examples/extensions/custom-provider-anthropic/package.json +2 -2
  457. package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  458. package/examples/extensions/git-checkpoint.ts +2 -2
  459. package/examples/extensions/gondolin/package-lock.json +2 -2
  460. package/examples/extensions/gondolin/package.json +1 -1
  461. package/examples/extensions/notify.ts +3 -1
  462. package/examples/extensions/sandbox/package-lock.json +14 -40
  463. package/examples/extensions/sandbox/package.json +2 -2
  464. package/examples/extensions/titlebar-spinner.ts +1 -1
  465. package/examples/extensions/with-deps/package-lock.json +4 -4
  466. package/examples/extensions/with-deps/package.json +1 -1
  467. package/examples/rpc-extension-ui.ts +1 -1
  468. package/examples/sdk/06-extensions.ts +1 -1
  469. package/examples/sdk/README.md +1 -1
  470. package/npm-shrinkwrap.json +293 -221
  471. package/package.json +21 -18
  472. package/src/humain/mcp-adapter/UPSTREAM.md +15 -5
  473. package/src/humain/mcp-adapter/upstream.json +4 -3
  474. package/src/humain/mcp-adapter/vendor/CHANGELOG.md +82 -0
  475. package/src/humain/web-access/UPSTREAM.md +1 -1
  476. package/src/humain/web-access/upstream.json +6 -4
@@ -1,31 +1,33 @@
1
1
  {
2
2
  "name": "@humain/terminal",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@humain/terminal",
9
- "version": "0.0.5",
9
+ "version": "0.0.7",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@aws-sdk/client-bedrock-runtime": "3.1114.0",
13
- "@earendil-works/pi-agent-core": "0.84.2",
14
- "@earendil-works/pi-ai": "0.84.2",
15
- "@earendil-works/pi-client": "0.84.2",
16
- "@earendil-works/pi-protocol": "0.84.2",
17
- "@earendil-works/pi-tui": "0.84.2",
12
+ "@humain/terminal-contracts": "0.0.1",
13
+ "@aws-sdk/client-bedrock-runtime": "3.1119.0",
14
+ "@earendil-works/pi-agent-core": "0.84.3",
15
+ "@earendil-works/pi-ai": "0.84.3",
16
+ "@earendil-works/pi-client": "0.84.3",
17
+ "@earendil-works/pi-protocol": "0.84.3",
18
+ "@earendil-works/pi-tui": "0.84.3",
18
19
  "@modelcontextprotocol/client": "2.0.0",
19
20
  "@modelcontextprotocol/core": "2.0.0",
20
21
  "@modelcontextprotocol/ext-apps": "1.7.5",
21
22
  "@mozilla/readability": "0.6.0",
22
23
  "@napi-rs/keyring": "1.3.0",
23
24
  "@silvia-odwyer/photon-node": "0.3.4",
24
- "@smithy/node-http-handler": "4.11.2",
25
+ "@smithy/node-http-handler": "4.11.3",
25
26
  "chalk": "6.0.0",
26
27
  "ajv": "8.20.0",
27
28
  "ajv-formats": "3.0.1",
28
29
  "cross-spawn": "7.0.6",
30
+ "defuddle": "0.19.3",
29
31
  "diff": "9.0.0",
30
32
  "glob": "13.0.6",
31
33
  "grok-mermaid": "0.2.3",
@@ -47,28 +49,28 @@
47
49
  "smol-toml": "1.8.0",
48
50
  "strip-json-comments": "5.0.3",
49
51
  "turndown": "7.2.4",
50
- "typebox": "1.3.16",
52
+ "typebox": "1.3.19",
51
53
  "undici": "8.10.0",
52
54
  "unpdf": "1.8.1",
53
55
  "yaml": "2.9.0",
54
- "zod": "4.4.3"
56
+ "zod": "4.5.2"
55
57
  },
56
58
  "optionalDependencies": {
57
59
  "@mariozechner/clipboard": "0.3.9"
58
60
  },
59
61
  "bin": {
60
- "humain-terminal": "dist/cli.js",
61
- "humain": "dist/cli.js",
62
- "hc": "dist/cli.js"
62
+ "humain-terminal": "dist/bundle/cli.js",
63
+ "humain": "dist/bundle/cli.js",
64
+ "hc": "dist/bundle/cli.js"
63
65
  },
64
66
  "engines": {
65
67
  "node": ">=22.22.2"
66
68
  }
67
69
  },
68
70
  "node_modules/@anthropic-ai/sdk": {
69
- "version": "0.120.0",
70
- "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.120.0.tgz",
71
- "integrity": "sha512-ZlvmNFT/iIF6JD13rxbbMWD8nvGR0RaUp6yMQnoc+4Af0YjVVe/bIdW1XSQQsoxXAtg1NaT6Vak0LKFlJ4d37Q==",
71
+ "version": "0.121.0",
72
+ "resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.121.0.tgz",
73
+ "integrity": "sha512-WFzwcH8l49CZHv0vQ9QQT51VJ1/DLDQfNSs9awpGlnKBdaSnqtdZa+tw/3cxxosTPIgK8uw1GqsJ2dSbCBD1Lg==",
72
74
  "license": "MIT",
73
75
  "dependencies": {
74
76
  "json-schema-to-ts": "^3.1.1",
@@ -87,22 +89,22 @@
87
89
  }
88
90
  },
89
91
  "node_modules/@aws-sdk/client-bedrock-runtime": {
90
- "version": "3.1114.0",
91
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1114.0.tgz",
92
- "integrity": "sha512-1j2QIHpWcNYyjzAlCe+o1YF1vjHMF1lR4EYMhQnCvXiKxW+vuUHeqGOCeuU3MK5HiRbrqpUy/8tX5Ylz/62eTA==",
92
+ "version": "3.1119.0",
93
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1119.0.tgz",
94
+ "integrity": "sha512-NmmWFYYj+thIRMoWFL4rS2qSe2nzHiS1eF23bHu99iN3F8+TAAzWTl60wqwpnkR41eV0DMO0Y2COqHrFTfV4bw==",
93
95
  "license": "Apache-2.0",
94
96
  "dependencies": {
95
- "@aws-sdk/core": "^3.977.8",
96
- "@aws-sdk/credential-provider-node": "^3.972.80",
97
- "@aws-sdk/eventstream-handler-node": "^3.972.33",
98
- "@aws-sdk/middleware-eventstream": "^3.972.28",
99
- "@aws-sdk/middleware-websocket": "^3.972.51",
100
- "@aws-sdk/token-providers": "3.1114.0",
101
- "@aws-sdk/types": "^3.974.4",
102
- "@smithy/core": "^3.31.1",
103
- "@smithy/fetch-http-handler": "^5.6.13",
104
- "@smithy/node-http-handler": "^4.9.13",
105
- "@smithy/types": "^4.16.1",
97
+ "@aws-sdk/core": "^3.977.9",
98
+ "@aws-sdk/credential-provider-node": "^3.972.81",
99
+ "@aws-sdk/eventstream-handler-node": "^3.972.34",
100
+ "@aws-sdk/middleware-eventstream": "^3.972.29",
101
+ "@aws-sdk/middleware-websocket": "^3.972.52",
102
+ "@aws-sdk/token-providers": "3.1119.0",
103
+ "@aws-sdk/types": "^3.974.5",
104
+ "@smithy/core": "^3.33.3",
105
+ "@smithy/fetch-http-handler": "^5.7.2",
106
+ "@smithy/node-http-handler": "^4.11.3",
107
+ "@smithy/types": "^4.17.2",
106
108
  "tslib": "^2.6.2"
107
109
  },
108
110
  "engines": {
@@ -110,17 +112,17 @@
110
112
  }
111
113
  },
112
114
  "node_modules/@aws-sdk/core": {
113
- "version": "3.977.8",
114
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.977.8.tgz",
115
- "integrity": "sha512-7+Kcrkvrk9lM/m7jRhHpT4jCdvzGHsuaSRbF8TdzzkY1mRzp/Ogwf9c7H29k4gGhey0BBWhCWr16+t0J61gwmg==",
115
+ "version": "3.977.9",
116
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.977.9.tgz",
117
+ "integrity": "sha512-reqPFEQrZxDZpeGj4PFMepBeR5LGYHRqq/L0motTzgFkCRBA4rFdaVXDSLYyGHhxVz7sT2PDnPN9CluGSfgyJA==",
116
118
  "license": "Apache-2.0",
117
119
  "dependencies": {
118
- "@aws-sdk/types": "^3.974.4",
119
- "@aws-sdk/xml-builder": "^3.972.39",
120
+ "@aws-sdk/types": "^3.974.5",
121
+ "@aws-sdk/xml-builder": "^3.972.40",
120
122
  "@aws/lambda-invoke-store": "^0.3.0",
121
- "@smithy/core": "^3.31.1",
123
+ "@smithy/core": "^3.33.3",
122
124
  "@smithy/signature-v4": "^5.6.12",
123
- "@smithy/types": "^4.16.1",
125
+ "@smithy/types": "^4.17.2",
124
126
  "bowser": "^2.11.0",
125
127
  "tslib": "^2.6.2"
126
128
  },
@@ -129,15 +131,15 @@
129
131
  }
130
132
  },
131
133
  "node_modules/@aws-sdk/credential-provider-env": {
132
- "version": "3.972.69",
133
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.69.tgz",
134
- "integrity": "sha512-AreCFzcB4kH2HF9031Ot0jSJr3KXvRg6e8uDeub20JEVdZU3Bv0sTq1plc7VsT3KiqutlzH7l0j50UcCWHUioA==",
134
+ "version": "3.972.70",
135
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.70.tgz",
136
+ "integrity": "sha512-H404B7dJl2mCrBqahDEYsanB0xhdDp6tXnXcTUnXmmpy2Q3J0Ho0bUajZ2jr/RdwzCyS59Gi8xXIFwPLGBl6Uw==",
135
137
  "license": "Apache-2.0",
136
138
  "dependencies": {
137
- "@aws-sdk/core": "^3.977.8",
138
- "@aws-sdk/types": "^3.974.4",
139
- "@smithy/core": "^3.31.1",
140
- "@smithy/types": "^4.16.1",
139
+ "@aws-sdk/core": "^3.977.9",
140
+ "@aws-sdk/types": "^3.974.5",
141
+ "@smithy/core": "^3.33.3",
142
+ "@smithy/types": "^4.17.2",
141
143
  "tslib": "^2.6.2"
142
144
  },
143
145
  "engines": {
@@ -145,17 +147,17 @@
145
147
  }
146
148
  },
147
149
  "node_modules/@aws-sdk/credential-provider-http": {
148
- "version": "3.972.71",
149
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.71.tgz",
150
- "integrity": "sha512-A8ObcqVmDMnk4F9NozZ7JwmUu9Q4xyBJkmyq1C5U+wNM9ht9J7+EuuyabsLWXZnOoTqFaJuYBYTKf5CTipkEjA==",
150
+ "version": "3.972.72",
151
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.72.tgz",
152
+ "integrity": "sha512-X98zYOrVOeuosCX+6ktf29FC2N2GHPLia7qv6mzPzTc+RPAuHWCDS++Z6JK7eGYqb/v6uaW7bAXaOvDBfol+0w==",
151
153
  "license": "Apache-2.0",
152
154
  "dependencies": {
153
- "@aws-sdk/core": "^3.977.8",
154
- "@aws-sdk/types": "^3.974.4",
155
- "@smithy/core": "^3.31.1",
156
- "@smithy/fetch-http-handler": "^5.6.13",
157
- "@smithy/node-http-handler": "^4.9.13",
158
- "@smithy/types": "^4.16.1",
155
+ "@aws-sdk/core": "^3.977.9",
156
+ "@aws-sdk/types": "^3.974.5",
157
+ "@smithy/core": "^3.33.3",
158
+ "@smithy/fetch-http-handler": "^5.7.2",
159
+ "@smithy/node-http-handler": "^4.11.3",
160
+ "@smithy/types": "^4.17.2",
159
161
  "tslib": "^2.6.2"
160
162
  },
161
163
  "engines": {
@@ -163,23 +165,23 @@
163
165
  }
164
166
  },
165
167
  "node_modules/@aws-sdk/credential-provider-ini": {
166
- "version": "3.973.14",
167
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.973.14.tgz",
168
- "integrity": "sha512-7c+Wti2LsERNWMfm7ySz3/6RPopFW3Nmn7s63Xpcq6R/tRuY5hpvkHA2xVgi5ukJbvok9l0IDtVEvqTtg+X7dw==",
168
+ "version": "3.973.15",
169
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.973.15.tgz",
170
+ "integrity": "sha512-Rykg6s5ceBuynMOGWgoowO4N+27JfnqXAnVaSunZl0hOO1XodSrxGNz6sCEbnmS0lAfQZDKyb3fbr46gSuv6Sg==",
169
171
  "license": "Apache-2.0",
170
172
  "dependencies": {
171
- "@aws-sdk/core": "^3.977.8",
172
- "@aws-sdk/credential-provider-env": "^3.972.69",
173
- "@aws-sdk/credential-provider-http": "^3.972.71",
174
- "@aws-sdk/credential-provider-login": "^3.972.76",
175
- "@aws-sdk/credential-provider-process": "^3.972.69",
176
- "@aws-sdk/credential-provider-sso": "^3.973.13",
177
- "@aws-sdk/credential-provider-web-identity": "^3.972.75",
178
- "@aws-sdk/nested-clients": "^3.997.43",
179
- "@aws-sdk/types": "^3.974.4",
180
- "@smithy/core": "^3.31.1",
173
+ "@aws-sdk/core": "^3.977.9",
174
+ "@aws-sdk/credential-provider-env": "^3.972.70",
175
+ "@aws-sdk/credential-provider-http": "^3.972.72",
176
+ "@aws-sdk/credential-provider-login": "^3.972.77",
177
+ "@aws-sdk/credential-provider-process": "^3.972.70",
178
+ "@aws-sdk/credential-provider-sso": "^3.973.14",
179
+ "@aws-sdk/credential-provider-web-identity": "^3.972.76",
180
+ "@aws-sdk/nested-clients": "^3.997.44",
181
+ "@aws-sdk/types": "^3.974.5",
182
+ "@smithy/core": "^3.33.3",
181
183
  "@smithy/credential-provider-imds": "^4.4.16",
182
- "@smithy/types": "^4.16.1",
184
+ "@smithy/types": "^4.17.2",
183
185
  "tslib": "^2.6.2"
184
186
  },
185
187
  "engines": {
@@ -187,16 +189,16 @@
187
189
  }
188
190
  },
189
191
  "node_modules/@aws-sdk/credential-provider-login": {
190
- "version": "3.972.76",
191
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.76.tgz",
192
- "integrity": "sha512-LVixwOnEJfrrfKHeZjBA8pIMTZjNDq8ak8VpcoWUuCJDrSnBNU8POJksULMgvN089P0MXtQYH2Zs627/MK1K0g==",
192
+ "version": "3.972.77",
193
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.77.tgz",
194
+ "integrity": "sha512-Jb59xfEISoN5mmbnA+HYqdtrSX3CgCtJoof+V5D8/TgUI56W63GEEd5Y58WijU3Ou6+WEgaLD1feVzaRXV5IDQ==",
193
195
  "license": "Apache-2.0",
194
196
  "dependencies": {
195
- "@aws-sdk/core": "^3.977.8",
196
- "@aws-sdk/nested-clients": "^3.997.43",
197
- "@aws-sdk/types": "^3.974.4",
198
- "@smithy/core": "^3.31.1",
199
- "@smithy/types": "^4.16.1",
197
+ "@aws-sdk/core": "^3.977.9",
198
+ "@aws-sdk/nested-clients": "^3.997.44",
199
+ "@aws-sdk/types": "^3.974.5",
200
+ "@smithy/core": "^3.33.3",
201
+ "@smithy/types": "^4.17.2",
200
202
  "tslib": "^2.6.2"
201
203
  },
202
204
  "engines": {
@@ -204,21 +206,21 @@
204
206
  }
205
207
  },
206
208
  "node_modules/@aws-sdk/credential-provider-node": {
207
- "version": "3.972.80",
208
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.80.tgz",
209
- "integrity": "sha512-bE2qh8ww4iClO1jHsBXdOE8FUgzDbdxbyorNjSCoPSkQd51k3jODItuPZfuwcLHZqDXsH+bI4AMHhqtuyR7mSg==",
209
+ "version": "3.972.81",
210
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.81.tgz",
211
+ "integrity": "sha512-Rml+WitoFvXmv6JZ18U/xGdGDGGvB/mOin0ya0lTnTrdC0Z1lrVxTYh7iNklZBcvcRMrs4DoEf6xy1KWyrLQQw==",
210
212
  "license": "Apache-2.0",
211
213
  "dependencies": {
212
- "@aws-sdk/credential-provider-env": "^3.972.69",
213
- "@aws-sdk/credential-provider-http": "^3.972.71",
214
- "@aws-sdk/credential-provider-ini": "^3.973.14",
215
- "@aws-sdk/credential-provider-process": "^3.972.69",
216
- "@aws-sdk/credential-provider-sso": "^3.973.13",
217
- "@aws-sdk/credential-provider-web-identity": "^3.972.75",
218
- "@aws-sdk/types": "^3.974.4",
219
- "@smithy/core": "^3.31.1",
214
+ "@aws-sdk/credential-provider-env": "^3.972.70",
215
+ "@aws-sdk/credential-provider-http": "^3.972.72",
216
+ "@aws-sdk/credential-provider-ini": "^3.973.15",
217
+ "@aws-sdk/credential-provider-process": "^3.972.70",
218
+ "@aws-sdk/credential-provider-sso": "^3.973.14",
219
+ "@aws-sdk/credential-provider-web-identity": "^3.972.76",
220
+ "@aws-sdk/types": "^3.974.5",
221
+ "@smithy/core": "^3.33.3",
220
222
  "@smithy/credential-provider-imds": "^4.4.16",
221
- "@smithy/types": "^4.16.1",
223
+ "@smithy/types": "^4.17.2",
222
224
  "tslib": "^2.6.2"
223
225
  },
224
226
  "engines": {
@@ -226,15 +228,15 @@
226
228
  }
227
229
  },
228
230
  "node_modules/@aws-sdk/credential-provider-process": {
229
- "version": "3.972.69",
230
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.69.tgz",
231
- "integrity": "sha512-9kpTNdZTrcqXTfhxM7fgl9Z68ek3Fu5oe3Yf+A/pJGibEqpgZxz2tSY7SinmyCIU2PJ+ygY4FPoBBnLpocMtrQ==",
231
+ "version": "3.972.70",
232
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.70.tgz",
233
+ "integrity": "sha512-2ry03fGRJr4sV3jI+ocjj5JqALnFD6ymM5KiNCDZMvq8bX2GSbE0vji4aM43TVCl2nXqqLRZaUxdq/KeWRAY4Q==",
232
234
  "license": "Apache-2.0",
233
235
  "dependencies": {
234
- "@aws-sdk/core": "^3.977.8",
235
- "@aws-sdk/types": "^3.974.4",
236
- "@smithy/core": "^3.31.1",
237
- "@smithy/types": "^4.16.1",
236
+ "@aws-sdk/core": "^3.977.9",
237
+ "@aws-sdk/types": "^3.974.5",
238
+ "@smithy/core": "^3.33.3",
239
+ "@smithy/types": "^4.17.2",
238
240
  "tslib": "^2.6.2"
239
241
  },
240
242
  "engines": {
@@ -242,17 +244,17 @@
242
244
  }
243
245
  },
244
246
  "node_modules/@aws-sdk/credential-provider-sso": {
245
- "version": "3.973.13",
246
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.973.13.tgz",
247
- "integrity": "sha512-Oc81qauMPzUoTnAS2YKpNwY6sY/LUyQTEeaf6yP197WMxkEBQfcKLR1MFpD7+pNTubXnfkH6gwpji+Gc7iyD2Q==",
247
+ "version": "3.973.14",
248
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.973.14.tgz",
249
+ "integrity": "sha512-jkhg/8ocAAoc0RFyLMhCw+/zZh7gystQgd4F4hznNa8P4Cc501PQmxd+jGLiMHodPJ+7Zv/3znM62gZojyasmA==",
248
250
  "license": "Apache-2.0",
249
251
  "dependencies": {
250
- "@aws-sdk/core": "^3.977.8",
251
- "@aws-sdk/nested-clients": "^3.997.43",
252
- "@aws-sdk/token-providers": "3.1111.0",
253
- "@aws-sdk/types": "^3.974.4",
254
- "@smithy/core": "^3.31.1",
255
- "@smithy/types": "^4.16.1",
252
+ "@aws-sdk/core": "^3.977.9",
253
+ "@aws-sdk/nested-clients": "^3.997.44",
254
+ "@aws-sdk/token-providers": "3.1116.0",
255
+ "@aws-sdk/types": "^3.974.5",
256
+ "@smithy/core": "^3.33.3",
257
+ "@smithy/types": "^4.17.2",
256
258
  "tslib": "^2.6.2"
257
259
  },
258
260
  "engines": {
@@ -260,16 +262,16 @@
260
262
  }
261
263
  },
262
264
  "node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers": {
263
- "version": "3.1111.0",
264
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1111.0.tgz",
265
- "integrity": "sha512-JfljgoVtl+s3Qy21n9a7Z48uCQaOXcN74KJ3TEQfPoB293GrXFSt6HSQJF1sTZ8c/5QedEvd3NjJQMO4u9qa5A==",
265
+ "version": "3.1116.0",
266
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1116.0.tgz",
267
+ "integrity": "sha512-ygIivKqh8aHzNkucOCXHyIBgBpLPfrSI0mCqXF+vLBsPTUKqj0VSqAY0GFPe7lQl4HntjOcQ+KSyS7oUV2C54Q==",
266
268
  "license": "Apache-2.0",
267
269
  "dependencies": {
268
- "@aws-sdk/core": "^3.977.8",
269
- "@aws-sdk/nested-clients": "^3.997.43",
270
- "@aws-sdk/types": "^3.974.4",
271
- "@smithy/core": "^3.31.1",
272
- "@smithy/types": "^4.16.1",
270
+ "@aws-sdk/core": "^3.977.9",
271
+ "@aws-sdk/nested-clients": "^3.997.44",
272
+ "@aws-sdk/types": "^3.974.5",
273
+ "@smithy/core": "^3.33.3",
274
+ "@smithy/types": "^4.17.2",
273
275
  "tslib": "^2.6.2"
274
276
  },
275
277
  "engines": {
@@ -277,16 +279,16 @@
277
279
  }
278
280
  },
279
281
  "node_modules/@aws-sdk/credential-provider-web-identity": {
280
- "version": "3.972.75",
281
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.75.tgz",
282
- "integrity": "sha512-YPN6uoGDgjjjeVFZrcOeCJqmB6zpXoeeNgIjqe+DexJaWqdjVfCCe+VAZwli9Z2h8KhFW8oxkO39emQ1tyz/Mw==",
282
+ "version": "3.972.76",
283
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.76.tgz",
284
+ "integrity": "sha512-d3AGyVu759PGr35mEB2s22xxlNEA5rpdxtSPJthfPFJvoQ8dt357iVPECqWfUxXp1toJAvKmbtcIYVGigaGsCA==",
283
285
  "license": "Apache-2.0",
284
286
  "dependencies": {
285
- "@aws-sdk/core": "^3.977.8",
286
- "@aws-sdk/nested-clients": "^3.997.43",
287
- "@aws-sdk/types": "^3.974.4",
288
- "@smithy/core": "^3.31.1",
289
- "@smithy/types": "^4.16.1",
287
+ "@aws-sdk/core": "^3.977.9",
288
+ "@aws-sdk/nested-clients": "^3.997.44",
289
+ "@aws-sdk/types": "^3.974.5",
290
+ "@smithy/core": "^3.33.3",
291
+ "@smithy/types": "^4.17.2",
290
292
  "tslib": "^2.6.2"
291
293
  },
292
294
  "engines": {
@@ -294,14 +296,14 @@
294
296
  }
295
297
  },
296
298
  "node_modules/@aws-sdk/eventstream-handler-node": {
297
- "version": "3.972.33",
298
- "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.33.tgz",
299
- "integrity": "sha512-1Dd5WyEE2Kb3HvY44u7Ob16ST2W6iutOqsQ8Y2hUmsL2mAH/STlGS1dS9h3IOE6L7Ld3AR2HzKJ6XeCMOw8Peg==",
299
+ "version": "3.972.34",
300
+ "resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.34.tgz",
301
+ "integrity": "sha512-cTeVzpu1xEAkryTZBYhGwnQ6gOGyp8ZYZvmn0Sg/nI/ABmy/CRHHxPDJDUi9PxwxUtGGaatvfRUB3FCgT/rSWw==",
300
302
  "license": "Apache-2.0",
301
303
  "dependencies": {
302
- "@aws-sdk/types": "^3.974.4",
303
- "@smithy/core": "^3.31.1",
304
- "@smithy/types": "^4.16.1",
304
+ "@aws-sdk/types": "^3.974.5",
305
+ "@smithy/core": "^3.33.3",
306
+ "@smithy/types": "^4.17.2",
305
307
  "tslib": "^2.6.2"
306
308
  },
307
309
  "engines": {
@@ -309,14 +311,14 @@
309
311
  }
310
312
  },
311
313
  "node_modules/@aws-sdk/middleware-eventstream": {
312
- "version": "3.972.28",
313
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.28.tgz",
314
- "integrity": "sha512-Z1EDXnS01P7H5jVrUx+/dBqV0m7dta7bSxLclkOuDuS93pNNQm0IcT4YLUbuvWKPYNxbI8aTG0p5Br30GSKDgA==",
314
+ "version": "3.972.29",
315
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.29.tgz",
316
+ "integrity": "sha512-dlRzHCgyB8W6hLuDC5pcT5q+ziPt00n4QGgGBE17ucLVU4zMa6lsbuUdQ2Pm75Z5VA8GF+R/+SgrRcaTdIzSIQ==",
315
317
  "license": "Apache-2.0",
316
318
  "dependencies": {
317
- "@aws-sdk/types": "^3.974.4",
318
- "@smithy/core": "^3.31.1",
319
- "@smithy/types": "^4.16.1",
319
+ "@aws-sdk/types": "^3.974.5",
320
+ "@smithy/core": "^3.33.3",
321
+ "@smithy/types": "^4.17.2",
320
322
  "tslib": "^2.6.2"
321
323
  },
322
324
  "engines": {
@@ -324,17 +326,17 @@
324
326
  }
325
327
  },
326
328
  "node_modules/@aws-sdk/middleware-websocket": {
327
- "version": "3.972.51",
328
- "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.51.tgz",
329
- "integrity": "sha512-jdgP3jR5Q96j1jjZ98GGwpGg1CBNFIO2YE+vXg8cg8PvNY4NvgQNYJsqDaRX2PYv5gSUX/+C0D58Fhspj9ELMQ==",
329
+ "version": "3.972.52",
330
+ "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.52.tgz",
331
+ "integrity": "sha512-vsPPM+nMbKJlUCFU+eoGZbdxdxDIAX9LbpjSXaR5Ufpmqgp8TdYQnoExhLu4T3umW/JIIPny1ydbhWidZZYokQ==",
330
332
  "license": "Apache-2.0",
331
333
  "dependencies": {
332
- "@aws-sdk/core": "^3.977.8",
333
- "@aws-sdk/types": "^3.974.4",
334
- "@smithy/core": "^3.31.1",
335
- "@smithy/fetch-http-handler": "^5.6.13",
334
+ "@aws-sdk/core": "^3.977.9",
335
+ "@aws-sdk/types": "^3.974.5",
336
+ "@smithy/core": "^3.33.3",
337
+ "@smithy/fetch-http-handler": "^5.7.2",
336
338
  "@smithy/signature-v4": "^5.6.12",
337
- "@smithy/types": "^4.16.1",
339
+ "@smithy/types": "^4.17.2",
338
340
  "tslib": "^2.6.2"
339
341
  },
340
342
  "engines": {
@@ -342,18 +344,18 @@
342
344
  }
343
345
  },
344
346
  "node_modules/@aws-sdk/nested-clients": {
345
- "version": "3.997.43",
346
- "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.43.tgz",
347
- "integrity": "sha512-bit+VpqWNyi3wHxFoTsTliNXimCSL2r2OeDTm7ZrG+YsTZ2D7ofDJ6r/t9PVBn80i6/v0X2h9Tgw6QP2MAKfPw==",
347
+ "version": "3.997.44",
348
+ "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.44.tgz",
349
+ "integrity": "sha512-NhEgryjlBF9w38ZXqGymQV28IhkYa1mKhlbYnqIis57AYwWGVYfUPgg/qC2rLRqOUfblxx++irvju10kVTa8Vw==",
348
350
  "license": "Apache-2.0",
349
351
  "dependencies": {
350
- "@aws-sdk/core": "^3.977.8",
351
- "@aws-sdk/signature-v4-multi-region": "^3.996.45",
352
- "@aws-sdk/types": "^3.974.4",
353
- "@smithy/core": "^3.31.1",
354
- "@smithy/fetch-http-handler": "^5.6.13",
355
- "@smithy/node-http-handler": "^4.9.13",
356
- "@smithy/types": "^4.16.1",
352
+ "@aws-sdk/core": "^3.977.9",
353
+ "@aws-sdk/signature-v4-multi-region": "^3.996.46",
354
+ "@aws-sdk/types": "^3.974.5",
355
+ "@smithy/core": "^3.33.3",
356
+ "@smithy/fetch-http-handler": "^5.7.2",
357
+ "@smithy/node-http-handler": "^4.11.3",
358
+ "@smithy/types": "^4.17.2",
357
359
  "tslib": "^2.6.2"
358
360
  },
359
361
  "engines": {
@@ -361,14 +363,14 @@
361
363
  }
362
364
  },
363
365
  "node_modules/@aws-sdk/signature-v4-multi-region": {
364
- "version": "3.996.45",
365
- "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.45.tgz",
366
- "integrity": "sha512-bBuyztukzXq6plzFGHAWiQt0QXo+HL8b8lX5cFTzkez/74PtS1c0qPFCIVuHkyoT+miH2qOjAcm1/yoro2ESPA==",
366
+ "version": "3.996.46",
367
+ "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.46.tgz",
368
+ "integrity": "sha512-L+2xZTye/2T96f3lwCws0Zw6GG2JHZW9e8FpVgGBeeExSKyeoZ6CWRpBml/7DNiK/O26jrgPM9F+Ay8VkgzUWQ==",
367
369
  "license": "Apache-2.0",
368
370
  "dependencies": {
369
- "@aws-sdk/types": "^3.974.4",
371
+ "@aws-sdk/types": "^3.974.5",
370
372
  "@smithy/signature-v4": "^5.6.12",
371
- "@smithy/types": "^4.16.1",
373
+ "@smithy/types": "^4.17.2",
372
374
  "tslib": "^2.6.2"
373
375
  },
374
376
  "engines": {
@@ -376,16 +378,16 @@
376
378
  }
377
379
  },
378
380
  "node_modules/@aws-sdk/token-providers": {
379
- "version": "3.1114.0",
380
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1114.0.tgz",
381
- "integrity": "sha512-uTN0+iJF+2etuuclVCUoK93G77AANpRsjpWC3fppEKfCqYOpB2A2Q7BIWKHbyZ1eXo013D8p5qnbmTCHllueIA==",
381
+ "version": "3.1119.0",
382
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1119.0.tgz",
383
+ "integrity": "sha512-yykRe5L/yHukeHJteTsYFFu4NpxTE4+zirs7mf1GjH8In2iohYv/wbe/n1jQyx6WzVg2TpXx4KNno2O0DsU6gA==",
382
384
  "license": "Apache-2.0",
383
385
  "dependencies": {
384
- "@aws-sdk/core": "^3.977.8",
385
- "@aws-sdk/nested-clients": "^3.997.43",
386
- "@aws-sdk/types": "^3.974.4",
387
- "@smithy/core": "^3.31.1",
388
- "@smithy/types": "^4.16.1",
386
+ "@aws-sdk/core": "^3.977.9",
387
+ "@aws-sdk/nested-clients": "^3.997.44",
388
+ "@aws-sdk/types": "^3.974.5",
389
+ "@smithy/core": "^3.33.3",
390
+ "@smithy/types": "^4.17.2",
389
391
  "tslib": "^2.6.2"
390
392
  },
391
393
  "engines": {
@@ -393,12 +395,12 @@
393
395
  }
394
396
  },
395
397
  "node_modules/@aws-sdk/types": {
396
- "version": "3.974.4",
397
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.974.4.tgz",
398
- "integrity": "sha512-dSFDNG00MEz0/xl5gxL62giLd1iYyJsTxZ1I1DOj6lC+bbgLB4TRsYClJg3b62dhXT1uATzsTNXPnC+33EJV3A==",
398
+ "version": "3.974.5",
399
+ "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.974.5.tgz",
400
+ "integrity": "sha512-LkwLL2BLbC6wNNm4JaH9mbEqBMdOZCct6VAYqhdN4U1xrWM+fUJQEfbHwQgDypapOWTRtlk25akb5afM0P8CIQ==",
399
401
  "license": "Apache-2.0",
400
402
  "dependencies": {
401
- "@smithy/types": "^4.16.1",
403
+ "@smithy/types": "^4.17.2",
402
404
  "tslib": "^2.6.2"
403
405
  },
404
406
  "engines": {
@@ -406,12 +408,12 @@
406
408
  }
407
409
  },
408
410
  "node_modules/@aws-sdk/xml-builder": {
409
- "version": "3.972.39",
410
- "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.39.tgz",
411
- "integrity": "sha512-FTti8DS5MMWXNUWiRwXAJeYS+0GHHiMy0+7XOhcwk63ILHmfS2UFy2z/HNpZCSOJJ3P3dnWY6hfYNW3DF0nXUA==",
411
+ "version": "3.972.40",
412
+ "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.40.tgz",
413
+ "integrity": "sha512-wlFmCIGUlwF4zx/kncw+bmxTQh1HeSJq4mYV/V5cZUSJadDP3kXvGW8Rn21cimj/7y9ju+47oYWXi97vF7czaA==",
412
414
  "license": "Apache-2.0",
413
415
  "dependencies": {
414
- "@smithy/types": "^4.16.1",
416
+ "@smithy/types": "^4.17.2",
415
417
  "tslib": "^2.6.2"
416
418
  },
417
419
  "engines": {
@@ -437,15 +439,15 @@
437
439
  }
438
440
  },
439
441
  "node_modules/@earendil-works/pi-agent-core": {
440
- "version": "0.84.2",
441
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.84.2.tgz",
442
+ "version": "0.84.3",
443
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.84.3.tgz",
442
444
  "license": "MIT",
443
445
  "dependencies": {
444
- "@earendil-works/pi-ai": "^0.84.2",
445
- "@earendil-works/pi-telemetry": "^0.84.2",
446
+ "@earendil-works/pi-ai": "^0.84.3",
447
+ "@earendil-works/pi-telemetry": "^0.84.3",
446
448
  "diff": "9.0.0",
447
449
  "ignore": "7.0.6",
448
- "typebox": "1.3.16",
450
+ "typebox": "1.3.19",
449
451
  "yaml": "2.9.0"
450
452
  },
451
453
  "engines": {
@@ -453,21 +455,21 @@
453
455
  }
454
456
  },
455
457
  "node_modules/@earendil-works/pi-ai": {
456
- "version": "0.84.2",
457
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.84.2.tgz",
458
+ "version": "0.84.3",
459
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.84.3.tgz",
458
460
  "license": "MIT",
459
461
  "dependencies": {
460
- "@anthropic-ai/sdk": "0.120.0",
461
- "@aws-sdk/client-bedrock-runtime": "3.1114.0",
462
- "@earendil-works/pi-telemetry": "^0.84.2",
463
- "@google/genai": "2.18.0",
462
+ "@anthropic-ai/sdk": "0.121.0",
463
+ "@aws-sdk/client-bedrock-runtime": "3.1119.0",
464
+ "@earendil-works/pi-telemetry": "^0.84.3",
465
+ "@google/genai": "2.19.0",
464
466
  "@opentelemetry/api": "1.9.1",
465
- "@smithy/node-http-handler": "4.11.2",
467
+ "@smithy/node-http-handler": "4.11.3",
466
468
  "http-proxy-agent": "9.1.0",
467
469
  "https-proxy-agent": "9.1.0",
468
- "openai": "7.5.0",
470
+ "openai": "7.7.0",
469
471
  "partial-json": "0.1.7",
470
- "typebox": "1.3.16"
472
+ "typebox": "1.3.19"
471
473
  },
472
474
  "bin": {
473
475
  "pi-ai": "dist/cli.js"
@@ -477,51 +479,51 @@
477
479
  }
478
480
  },
479
481
  "node_modules/@earendil-works/pi-client": {
480
- "version": "0.84.2",
481
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-client/-/pi-client-0.84.2.tgz",
482
+ "version": "0.84.3",
483
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-client/-/pi-client-0.84.3.tgz",
482
484
  "license": "MIT",
483
485
  "dependencies": {
484
- "@earendil-works/pi-protocol": "^0.84.2"
486
+ "@earendil-works/pi-protocol": "^0.84.3"
485
487
  },
486
488
  "engines": {
487
489
  "node": ">=22.22.2"
488
490
  }
489
491
  },
490
492
  "node_modules/@earendil-works/pi-protocol": {
491
- "version": "0.84.2",
492
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-protocol/-/pi-protocol-0.84.2.tgz",
493
+ "version": "0.84.3",
494
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-protocol/-/pi-protocol-0.84.3.tgz",
493
495
  "license": "MIT",
494
496
  "dependencies": {
495
- "typebox": "1.3.16"
497
+ "typebox": "1.3.19"
496
498
  },
497
499
  "engines": {
498
500
  "node": ">=22.22.2"
499
501
  }
500
502
  },
501
503
  "node_modules/@earendil-works/pi-telemetry": {
502
- "version": "0.84.2",
503
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-telemetry/-/pi-telemetry-0.84.2.tgz",
504
+ "version": "0.84.3",
505
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-telemetry/-/pi-telemetry-0.84.3.tgz",
504
506
  "license": "MIT",
505
507
  "engines": {
506
508
  "node": ">=22.22.2"
507
509
  }
508
510
  },
509
511
  "node_modules/@earendil-works/pi-tui": {
510
- "version": "0.84.2",
511
- "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.84.2.tgz",
512
+ "version": "0.84.3",
513
+ "resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.84.3.tgz",
512
514
  "license": "MIT",
513
515
  "dependencies": {
514
516
  "get-east-asian-width": "1.6.0",
515
- "marked": "18.0.10"
517
+ "marked": "18.0.11"
516
518
  },
517
519
  "engines": {
518
520
  "node": ">=22.22.2"
519
521
  }
520
522
  },
521
523
  "node_modules/@google/genai": {
522
- "version": "2.18.0",
523
- "resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.18.0.tgz",
524
- "integrity": "sha512-uy9gWVTAZXuA/2tld0QJl/QNiGEn4QOmfX4PiRgZQmeFQRQhojpD/Gf41SPnBJmjEnT83a+h4AdU1HHYaYvVDw==",
524
+ "version": "2.19.0",
525
+ "resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.19.0.tgz",
526
+ "integrity": "sha512-IM3u1FjpOLyOPsPh0smGA6Ntj2olUWCPbTs/WQj7cA/2AKCGw/652W7IaySx0XtwuscFnMYBoraebQusSZ0zSQ==",
525
527
  "license": "Apache-2.0",
526
528
  "dependencies": {
527
529
  "google-auth-library": "^10.3.0",
@@ -542,6 +544,17 @@
542
544
  },
543
545
  "hasInstallScript": true
544
546
  },
547
+ "node_modules/@humain/terminal-contracts": {
548
+ "version": "0.0.1",
549
+ "resolved": "https://registry.npmjs.org/@humain/terminal-contracts/-/terminal-contracts-0.0.1.tgz",
550
+ "license": "MIT",
551
+ "dependencies": {
552
+ "typebox": "1.3.19"
553
+ },
554
+ "engines": {
555
+ "node": ">=22.22.2"
556
+ }
557
+ },
545
558
  "node_modules/@mariozechner/clipboard": {
546
559
  "version": "0.3.9",
547
560
  "license": "MIT",
@@ -1121,9 +1134,9 @@
1121
1134
  "license": "Apache-2.0"
1122
1135
  },
1123
1136
  "node_modules/@smithy/core": {
1124
- "version": "3.33.2",
1125
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.33.2.tgz",
1126
- "integrity": "sha512-CUGXpnPkVdjUCbix+83sWLW9VFgQOm44MDOx/ihITJMAnOZKvL8YYIc7DR9pP/tZ8CIRvMiON/TucvygqbHO3w==",
1137
+ "version": "3.33.3",
1138
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.33.3.tgz",
1139
+ "integrity": "sha512-CsOeKq/9kA3y6VJHt+/+VTCtBaxJ4OTFpgrjIUhPpDIKxBci1k2bJaQASF2h/ELWrulGp+t97DZ0mevfAD8idg==",
1127
1140
  "license": "Apache-2.0",
1128
1141
  "dependencies": {
1129
1142
  "@smithy/types": "^4.17.2",
@@ -1162,12 +1175,12 @@
1162
1175
  }
1163
1176
  },
1164
1177
  "node_modules/@smithy/node-http-handler": {
1165
- "version": "4.11.2",
1166
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.2.tgz",
1167
- "integrity": "sha512-avwAh9HM3h2lcfjvP3zYIZGf+XVgLQ91wOJ2qoFbNpW1UZeZb33aGlhTZvtkANHfcGhJroRY64525OjfgOg30g==",
1178
+ "version": "4.11.3",
1179
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.3.tgz",
1180
+ "integrity": "sha512-2jY1tSpERfPfWqyBV2pH+iGFaghVsIJszJNsT7hxtQYhVJpWDyc0LqOWI+nXOxOAHaEfZ4PXXtp1wW1TGpHhkA==",
1168
1181
  "license": "Apache-2.0",
1169
1182
  "dependencies": {
1170
- "@smithy/core": "^3.33.2",
1183
+ "@smithy/core": "^3.33.3",
1171
1184
  "@smithy/types": "^4.17.2",
1172
1185
  "tslib": "^2.6.2"
1173
1186
  },
@@ -1212,9 +1225,9 @@
1212
1225
  "license": "MIT"
1213
1226
  },
1214
1227
  "node_modules/@types/node": {
1215
- "version": "26.2.0",
1216
- "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
1217
- "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
1228
+ "version": "26.4.0",
1229
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.0.tgz",
1230
+ "integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==",
1218
1231
  "license": "MIT",
1219
1232
  "dependencies": {
1220
1233
  "undici-types": "~8.3.0"
@@ -1226,6 +1239,16 @@
1226
1239
  "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
1227
1240
  "license": "MIT"
1228
1241
  },
1242
+ "node_modules/@xmldom/xmldom": {
1243
+ "version": "0.9.12",
1244
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.12.tgz",
1245
+ "integrity": "sha512-5AXjrcMClTryPe9LgZrygpB1lj7s0S9E0+W+AHaVKAVyHanafK86iPSvG5xHVSp/jC+VH1UXu0TAEmY279xH7A==",
1246
+ "license": "MIT",
1247
+ "engines": {
1248
+ "node": ">=14.6"
1249
+ },
1250
+ "optional": true
1251
+ },
1229
1252
  "node_modules/agent-base": {
1230
1253
  "version": "9.0.0",
1231
1254
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-9.0.0.tgz",
@@ -1472,6 +1495,13 @@
1472
1495
  "url": "https://github.com/chalk/chalk?sponsor=1"
1473
1496
  }
1474
1497
  },
1498
+ "node_modules/commander": {
1499
+ "version": "12.1.0",
1500
+ "license": "MIT",
1501
+ "engines": {
1502
+ "node": ">=18"
1503
+ }
1504
+ },
1475
1505
  "node_modules/cross-spawn": {
1476
1506
  "version": "7.0.6",
1477
1507
  "license": "MIT",
@@ -1672,6 +1702,24 @@
1672
1702
  "url": "https://github.com/sponsors/ljharb"
1673
1703
  }
1674
1704
  },
1705
+ "node_modules/defuddle": {
1706
+ "version": "0.19.3",
1707
+ "resolved": "https://registry.npmjs.org/defuddle/-/defuddle-0.19.3.tgz",
1708
+ "integrity": "sha512-5ZbOQ/B+iiRRqSQWwmCx/zEuqZOA/5q7gxyE2/4O2Bxq7nUC0PgKw9EdyxqWbFF1nrrrYemSeR25jg4TmA2fsA==",
1709
+ "license": "MIT",
1710
+ "dependencies": {
1711
+ "commander": "^12.1.0"
1712
+ },
1713
+ "optionalDependencies": {
1714
+ "linkedom": "^0.18.12",
1715
+ "mathml-to-latex": "^1.8.0",
1716
+ "temml": "^0.13.3",
1717
+ "turndown": "^7.2.0"
1718
+ },
1719
+ "bin": {
1720
+ "defuddle": "dist/cli.js"
1721
+ }
1722
+ },
1675
1723
  "node_modules/diff": {
1676
1724
  "version": "9.0.0",
1677
1725
  "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
@@ -3049,9 +3097,9 @@
3049
3097
  }
3050
3098
  },
3051
3099
  "node_modules/marked": {
3052
- "version": "18.0.10",
3053
- "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.10.tgz",
3054
- "integrity": "sha512-FJeH4bRpYoXiggcgriCGItKCSv3xkngJc4QCZ/rkQCogU3VYaLxYJoZl8Nw/b4+x7iij/pd+09mZ6A1dXzpL0A==",
3100
+ "version": "18.0.11",
3101
+ "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.11.tgz",
3102
+ "integrity": "sha512-HnslJfsZkRPBDJRHvVtAaWlZHEpSu7u8LgQuJCELjRKuWR+hpq4A7sLq3p8HaI9ypVoXDXxV34CsQJEe1+J5Aw==",
3055
3103
  "license": "MIT",
3056
3104
  "bin": {
3057
3105
  "marked": "bin/marked.js"
@@ -3069,6 +3117,16 @@
3069
3117
  "node": ">= 0.4"
3070
3118
  }
3071
3119
  },
3120
+ "node_modules/mathml-to-latex": {
3121
+ "version": "1.8.0",
3122
+ "resolved": "https://registry.npmjs.org/mathml-to-latex/-/mathml-to-latex-1.8.0.tgz",
3123
+ "integrity": "sha512-gQ0uK3zqB8HwlfaXJkEL5rgaZNbKUiBMmBP/B/W+b+t6KcseLSuYb1b0BjLgS9ZiQa24ePkqTX8/6FaQuDL7wQ==",
3124
+ "license": "MIT",
3125
+ "dependencies": {
3126
+ "@xmldom/xmldom": "^0.9.10"
3127
+ },
3128
+ "optional": true
3129
+ },
3072
3130
  "node_modules/minimatch": {
3073
3131
  "version": "10.2.6",
3074
3132
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
@@ -3211,14 +3269,15 @@
3211
3269
  }
3212
3270
  },
3213
3271
  "node_modules/openai": {
3214
- "version": "7.5.0",
3215
- "resolved": "https://registry.npmjs.org/openai/-/openai-7.5.0.tgz",
3216
- "integrity": "sha512-ZbDBz8FSB8Mv8fFYIUvzTFMdV5vl93/octp1MdtK2lfYepSpfv/ewmeugpKz/cwGtFSx+YuUM4NwpZ2P55YiPA==",
3272
+ "version": "7.7.0",
3273
+ "resolved": "https://registry.npmjs.org/openai/-/openai-7.7.0.tgz",
3274
+ "integrity": "sha512-GmfZh/nAyI1Ya//I80YrTzY7h+0E7NPd3YQD64X5tcJMrupws0dYmN2L1D5KhU88j6u/oLErIu+oNTRqm+O2Mg==",
3217
3275
  "license": "Apache-2.0",
3218
3276
  "peerDependencies": {
3219
3277
  "@aws-sdk/credential-provider-node": ">=3.972.0 <4",
3220
3278
  "@smithy/hash-node": ">=4.3.0 <5",
3221
3279
  "@smithy/signature-v4": ">=5.4.0 <6",
3280
+ "undici": ">=5 <9",
3222
3281
  "ws": "^8.18.0",
3223
3282
  "zod": "^3.25 || ^4.0"
3224
3283
  },
@@ -3232,6 +3291,9 @@
3232
3291
  "@smithy/signature-v4": {
3233
3292
  "optional": true
3234
3293
  },
3294
+ "undici": {
3295
+ "optional": true
3296
+ },
3235
3297
  "ws": {
3236
3298
  "optional": true
3237
3299
  },
@@ -3907,6 +3969,16 @@
3907
3969
  "url": "https://opencollective.com/unts"
3908
3970
  }
3909
3971
  },
3972
+ "node_modules/temml": {
3973
+ "version": "0.13.5",
3974
+ "resolved": "https://registry.npmjs.org/temml/-/temml-0.13.5.tgz",
3975
+ "integrity": "sha512-aPkDDgunanpLNL0ql32HbolqLep+w8DRcVXRql7rWrMt/PhczdLgL4UBYYVU3BYjCNjkGq4EqwIicu/zWr1iOg==",
3976
+ "license": "MIT",
3977
+ "engines": {
3978
+ "node": ">=18.13.0"
3979
+ },
3980
+ "optional": true
3981
+ },
3910
3982
  "node_modules/ts-algebra": {
3911
3983
  "version": "2.0.0",
3912
3984
  "resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
@@ -3931,9 +4003,9 @@
3931
4003
  }
3932
4004
  },
3933
4005
  "node_modules/typebox": {
3934
- "version": "1.3.16",
3935
- "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.16.tgz",
3936
- "integrity": "sha512-Jac8dgnin+g2p1w1v9sk92Wvp49ZqsmSgNhrXDK+RqrovsjiORMZvYZ8t8id9b9XQp6LMfaAwnIRSHGsM+3FMw==",
4006
+ "version": "1.3.19",
4007
+ "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.19.tgz",
4008
+ "integrity": "sha512-OGhGi3JkTMol9QW8Bc6tgSD4ghV8v5WubAi1XeYnlxdocHvgS7TQJ8FcFZrQhVhigQU0z7bRFAEsZ+wpkRdCfg==",
3937
4009
  "license": "MIT"
3938
4010
  },
3939
4011
  "node_modules/typed-array-buffer": {
@@ -4248,9 +4320,9 @@
4248
4320
  }
4249
4321
  },
4250
4322
  "node_modules/zod": {
4251
- "version": "4.4.3",
4252
- "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
4253
- "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
4323
+ "version": "4.5.2",
4324
+ "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.2.tgz",
4325
+ "integrity": "sha512-XkYXCol10+ba/6F/cueWV+TezUeOqXW0hdeJt5CdXjTYeAgAQg5N03RQdJ80mhfFE72+pblvYMW4wy2Qp4Qbrg==",
4254
4326
  "license": "MIT",
4255
4327
  "funding": {
4256
4328
  "url": "https://github.com/sponsors/colinhacks"