@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.
- package/CHANGELOG.md +62 -0
- package/README.md +10 -4
- package/dist/bundle/chunks/anthropic-messages-GDMGYAZB.js +6 -0
- package/dist/bundle/chunks/anthropic.js +75 -0
- package/dist/bundle/chunks/azure-openai-responses-ZN52D6YC.js +2 -0
- package/dist/bundle/chunks/bedrock-converse-stream.js +77 -0
- package/dist/bundle/chunks/chunk-3D3G2X5U.js +6 -0
- package/dist/bundle/chunks/chunk-3VI4HD7D.js +31 -0
- package/dist/bundle/chunks/chunk-6R7UI4IY.js +2 -0
- package/dist/bundle/chunks/chunk-72KO4OMP.js +2 -0
- package/dist/bundle/chunks/chunk-7DDKXS2Q.js +2 -0
- package/dist/bundle/chunks/chunk-ARF4OE6X.js +105 -0
- package/dist/bundle/chunks/chunk-BOW22LW6.js +42 -0
- package/dist/bundle/chunks/chunk-BZQ53VGE.js +70 -0
- package/dist/bundle/chunks/chunk-CBHC6EL7.js +133 -0
- package/dist/bundle/chunks/chunk-D7XAASZM.js +4 -0
- package/dist/bundle/chunks/chunk-ECWELYBH.js +17 -0
- package/dist/bundle/chunks/chunk-GMWCTUPB.js +2 -0
- package/dist/bundle/chunks/chunk-H2O6VOXT.js +11 -0
- package/dist/bundle/chunks/chunk-HNVPY4LZ.js +5995 -0
- package/dist/bundle/chunks/chunk-JUUC5AZY.js +2 -0
- package/dist/bundle/chunks/chunk-JXWJOIH4.js +2 -0
- package/dist/bundle/chunks/chunk-L2ZPNLYD.js +2 -0
- package/dist/bundle/chunks/chunk-LVVZS2NO.js +12 -0
- package/dist/bundle/chunks/chunk-M2GYSCCG.js +44 -0
- package/dist/bundle/chunks/chunk-MA4UUCYX.js +18 -0
- package/dist/bundle/chunks/chunk-PGXDEOVV.js +2 -0
- package/dist/bundle/chunks/chunk-PJACZCIR.js +2 -0
- package/dist/bundle/chunks/chunk-PRRNXB7S.js +2 -0
- package/dist/bundle/chunks/chunk-SGTGQNNP.js +4 -0
- package/dist/bundle/chunks/chunk-TEPMHNKQ.js +2 -0
- package/dist/bundle/chunks/chunk-TXBQIIIO.js +2 -0
- package/dist/bundle/chunks/chunk-WJZ4KLGL.js +2 -0
- package/dist/bundle/chunks/chunk-XNGRGP62.js +2 -0
- package/dist/bundle/chunks/dist-7DSXV2TY.js +9 -0
- package/dist/bundle/chunks/dist-BXEVYJIO.js +7 -0
- package/dist/bundle/chunks/es-P2KNSZYR.js +9 -0
- package/dist/bundle/chunks/es5-FGTJ7ZFW.js +2 -0
- package/dist/bundle/chunks/event-streams-JOSQQSII.js +2 -0
- package/dist/bundle/chunks/extract-2L7ZVN7F.js +106 -0
- package/dist/bundle/chunks/github-copilot.js +2 -0
- package/dist/bundle/chunks/google-generative-ai-XT7NQJ2E.js +2 -0
- package/dist/bundle/chunks/google-vertex-IDQ6Z53W.js +2 -0
- package/dist/bundle/chunks/image-resize-worker.js +2 -0
- package/dist/bundle/chunks/kimi-coding.js +2 -0
- package/dist/bundle/chunks/mistral-conversations-HHDZ4FHR.js +5 -0
- package/dist/bundle/chunks/multipart-parser-FMGQ7342.js +3 -0
- package/dist/bundle/chunks/node-XY3CBY3C.js +294 -0
- package/dist/bundle/chunks/node-ZHY4LHC7.js +15 -0
- package/dist/bundle/chunks/openai-codex-responses-HRVCDY54.js +8 -0
- package/dist/bundle/chunks/openai-codex.js +75 -0
- package/dist/bundle/chunks/openai-completions-6QBYTBXY.js +7 -0
- package/dist/bundle/chunks/openai-responses-4MWLJHIK.js +2 -0
- package/dist/bundle/chunks/openrouter-images-Y2PCWAQH.js +2 -0
- package/dist/bundle/chunks/openrouter.js +75 -0
- package/dist/bundle/chunks/pdfjs-UKQT3OWY.js +107 -0
- package/dist/bundle/chunks/pi-messages-57K43J6J.js +8 -0
- package/dist/bundle/chunks/promise-J5TGSM32.js +2 -0
- package/dist/bundle/chunks/radius.js +75 -0
- package/dist/bundle/chunks/src-QKGKDFSU.js +4 -0
- package/dist/bundle/chunks/undici-D6ABF53Q.js +2 -0
- package/dist/bundle/chunks/webapi-AFS5FDJJ.js +5 -0
- package/dist/bundle/chunks/xai.js +2 -0
- package/dist/bundle/cli.js +3 -0
- package/dist/bundle/client.js +2 -0
- package/dist/bundle/index.js +2 -0
- package/dist/bundle/rpc-entry.js +3 -0
- package/dist/cli/args.d.ts +1 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +29 -9
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/file-processor.d.ts.map +1 -1
- package/dist/cli/file-processor.js +2 -1
- package/dist/cli/file-processor.js.map +1 -1
- package/dist/config.d.ts +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +19 -11
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session.d.ts +50 -14
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +163 -95
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/auth-storage.d.ts.map +1 -1
- package/dist/core/auth-storage.js +6 -7
- package/dist/core/auth-storage.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js +3 -0
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction/compaction.d.ts +4 -3
- package/dist/core/compaction/compaction.d.ts.map +1 -1
- package/dist/core/compaction/compaction.js +41 -32
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/defaults.d.ts +1 -0
- package/dist/core/defaults.d.ts.map +1 -1
- package/dist/core/defaults.js +9 -0
- package/dist/core/defaults.js.map +1 -1
- package/dist/core/extensions/index.d.ts +2 -2
- package/dist/core/extensions/index.d.ts.map +1 -1
- package/dist/core/extensions/index.js +1 -1
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +115 -48
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/types.d.ts +38 -9
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js +3 -0
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/footer-data-provider.d.ts +1 -1
- package/dist/core/footer-data-provider.js +1 -1
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/keybindings.d.ts +20 -19
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +26 -5
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/model-config.d.ts +5 -0
- package/dist/core/model-config.d.ts.map +1 -1
- package/dist/core/model-config.js +3 -1
- package/dist/core/model-config.js.map +1 -1
- package/dist/core/model-resolver.d.ts +1 -0
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +18 -8
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/models-store.d.ts.map +1 -1
- package/dist/core/models-store.js +2 -1
- package/dist/core/models-store.js.map +1 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/package-manager.js +22 -14
- package/dist/core/package-manager.js.map +1 -1
- package/dist/core/pi-manifest.d.ts.map +1 -1
- package/dist/core/pi-manifest.js +2 -1
- package/dist/core/pi-manifest.js.map +1 -1
- package/dist/core/remote-catalog-provider.d.ts.map +1 -1
- package/dist/core/remote-catalog-provider.js +2 -1
- package/dist/core/remote-catalog-provider.js.map +1 -1
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +3 -2
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/sdk.d.ts +2 -2
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +10 -3
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-export.d.ts +4 -0
- package/dist/core/session-export.d.ts.map +1 -0
- package/dist/core/session-export.js +32 -0
- package/dist/core/session-export.js.map +1 -0
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +2 -1
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/settings-diagnostics.d.ts +9 -0
- package/dist/core/settings-diagnostics.d.ts.map +1 -0
- package/dist/core/settings-diagnostics.js +21 -0
- package/dist/core/settings-diagnostics.js.map +1 -0
- package/dist/core/settings-manager.d.ts +9 -0
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +51 -10
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/skills.d.ts.map +1 -1
- package/dist/core/skills.js +51 -33
- package/dist/core/skills.js.map +1 -1
- package/dist/core/slash-commands.d.ts.map +1 -1
- package/dist/core/slash-commands.js +2 -1
- package/dist/core/slash-commands.js.map +1 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js +11 -2
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/tools/bash.d.ts +16 -3
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +62 -29
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit-diff.d.ts +0 -5
- package/dist/core/tools/edit-diff.d.ts.map +1 -1
- package/dist/core/tools/edit-diff.js +2 -5
- package/dist/core/tools/edit-diff.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +20 -4
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/index.d.ts +4 -1
- package/dist/core/tools/index.d.ts.map +1 -1
- package/dist/core/tools/index.js +19 -1
- package/dist/core/tools/index.js.map +1 -1
- package/dist/core/tools/powershell.d.ts +16 -0
- package/dist/core/tools/powershell.d.ts.map +1 -0
- package/dist/core/tools/powershell.js +39 -0
- package/dist/core/tools/powershell.js.map +1 -0
- package/dist/core/tools/subagent.d.ts.map +1 -1
- package/dist/core/tools/subagent.js +21 -28
- package/dist/core/tools/subagent.js.map +1 -1
- package/dist/core/trust-manager.d.ts.map +1 -1
- package/dist/core/trust-manager.js +2 -1
- package/dist/core/trust-manager.js.map +1 -1
- package/dist/extensions/llama/index.d.ts.map +1 -1
- package/dist/extensions/llama/index.js +2 -0
- package/dist/extensions/llama/index.js.map +1 -1
- package/dist/extensions/llama/provider.d.ts.map +1 -1
- package/dist/extensions/llama/provider.js +6 -2
- package/dist/extensions/llama/provider.js.map +1 -1
- package/dist/humain/agent-execution-protocol.d.ts +1 -217
- package/dist/humain/agent-execution-protocol.d.ts.map +1 -1
- package/dist/humain/agent-execution-protocol.js +1 -203
- package/dist/humain/agent-execution-protocol.js.map +1 -1
- package/dist/humain/bedrock-provider/vendor/index.bundle.mjs +107 -16
- package/dist/humain/mcp-adapter/vendor/CHANGELOG.md +82 -0
- package/dist/humain/mcp-adapter/vendor/README.md +47 -15
- package/dist/humain/mcp-adapter/vendor/cli.js +4 -4
- package/dist/humain/mcp-adapter/vendor/commands.ts +5 -3
- package/dist/humain/mcp-adapter/vendor/config.ts +46 -5
- package/dist/humain/mcp-adapter/vendor/direct-tools.ts +103 -92
- package/dist/humain/mcp-adapter/vendor/dist/agent-dir.d.ts +10 -0
- package/dist/humain/mcp-adapter/vendor/dist/agent-dir.js +63 -0
- package/dist/humain/mcp-adapter/vendor/dist/agent-dir.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.d.ts +8 -0
- package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.js +356 -0
- package/dist/humain/mcp-adapter/vendor/dist/agent-plugin-loader.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/config.d.ts +123 -0
- package/dist/humain/mcp-adapter/vendor/dist/config.js +1088 -0
- package/dist/humain/mcp-adapter/vendor/dist/config.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.d.ts +24 -0
- package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.js +336 -0
- package/dist/humain/mcp-adapter/vendor/dist/mcp-bearer-store.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.d.ts +19 -0
- package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.js +319 -0
- package/dist/humain/mcp-adapter/vendor/dist/metadata-cache.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.d.ts +2 -0
- package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.js +156 -0
- package/dist/humain/mcp-adapter/vendor/dist/package-mcp-loader.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/resource-tools.d.ts +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/resource-tools.js +15 -0
- package/dist/humain/mcp-adapter/vendor/dist/resource-tools.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/types.d.ts +566 -0
- package/dist/humain/mcp-adapter/vendor/dist/types.js +287 -0
- package/dist/humain/mcp-adapter/vendor/dist/types.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.d.ts +6 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.js +37 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-app-bridge-helpers.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.d.ts +104 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.js +59 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-stream-types.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.d.ts +4 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.js +27 -0
- package/dist/humain/mcp-adapter/vendor/dist/ui-tool-visibility.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/dist/utils.d.ts +32 -0
- package/dist/humain/mcp-adapter/vendor/dist/utils.js +338 -0
- package/dist/humain/mcp-adapter/vendor/dist/utils.js.map +1 -0
- package/dist/humain/mcp-adapter/vendor/failure-backoff.ts +23 -0
- package/dist/humain/mcp-adapter/vendor/index.bundle.mjs +4870 -3878
- package/dist/humain/mcp-adapter/vendor/index.ts +294 -88
- package/dist/humain/mcp-adapter/vendor/init.ts +41 -30
- package/dist/humain/mcp-adapter/vendor/lifecycle.ts +16 -8
- package/dist/humain/mcp-adapter/vendor/mcp-auth-flow.ts +124 -32
- package/dist/humain/mcp-adapter/vendor/mcp-bearer-store.ts +0 -2
- package/dist/humain/mcp-adapter/vendor/mcp-code.ts +2 -0
- package/dist/humain/mcp-adapter/vendor/mcp-oauth-provider.ts +155 -16
- package/dist/humain/mcp-adapter/vendor/mcp-output-guard.ts +95 -7
- package/dist/humain/mcp-adapter/vendor/mcp-probe.ts +18 -4
- package/dist/humain/mcp-adapter/vendor/mcp-references.ts +376 -0
- package/dist/humain/mcp-adapter/vendor/mcp-status.ts +8 -19
- package/dist/humain/mcp-adapter/vendor/metadata-cache.ts +20 -12
- package/dist/humain/mcp-adapter/vendor/namespace-tools.ts +276 -0
- package/dist/humain/mcp-adapter/vendor/package.json +26 -8
- package/dist/humain/mcp-adapter/vendor/proxy-modes.ts +128 -32
- package/dist/humain/mcp-adapter/vendor/request-headers-command.ts +1 -1
- package/dist/humain/mcp-adapter/vendor/search-ranking.ts +2 -0
- package/dist/humain/mcp-adapter/vendor/server-manager.ts +69 -12
- package/dist/humain/mcp-adapter/vendor/state.ts +1 -3
- package/dist/humain/mcp-adapter/vendor/tool-result-renderer.ts +16 -2
- package/dist/humain/mcp-adapter/vendor/types.ts +51 -2
- package/dist/humain/mcp-adapter/vendor/ui-server.ts +3 -19
- package/dist/humain/mcp-adapter/vendor/ui-session.ts +2 -1
- package/dist/humain/mcp-adapter/vendor/utils.ts +21 -19
- package/dist/humain/mcp-adapter.d.ts.map +1 -1
- package/dist/humain/mcp-adapter.js +4 -0
- package/dist/humain/mcp-adapter.js.map +1 -1
- package/dist/humain/web-access/vendor/chrome-cookies.d.ts +14 -0
- package/dist/humain/web-access/vendor/chrome-cookies.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/chrome-cookies.js +85 -33
- package/dist/humain/web-access/vendor/chrome-cookies.js.map +1 -1
- package/dist/humain/web-access/vendor/credential-source.d.ts +1 -1
- package/dist/humain/web-access/vendor/credential-source.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/credential-source.js +3 -1
- package/dist/humain/web-access/vendor/credential-source.js.map +1 -1
- package/dist/humain/web-access/vendor/curator-page.d.ts +2 -29
- package/dist/humain/web-access/vendor/curator-page.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/curator-page.js +10 -1
- package/dist/humain/web-access/vendor/curator-page.js.map +1 -1
- package/dist/humain/web-access/vendor/curator-server.d.ts +2 -29
- package/dist/humain/web-access/vendor/curator-server.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/curator-server.js +4 -0
- package/dist/humain/web-access/vendor/curator-server.js.map +1 -1
- package/dist/humain/web-access/vendor/extract.d.ts +11 -0
- package/dist/humain/web-access/vendor/extract.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/extract.js +163 -20
- package/dist/humain/web-access/vendor/extract.js.map +1 -1
- package/dist/humain/web-access/vendor/fetch-params.d.ts +2 -0
- package/dist/humain/web-access/vendor/fetch-params.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/fetch-params.js +11 -0
- package/dist/humain/web-access/vendor/fetch-params.js.map +1 -1
- package/dist/humain/web-access/vendor/gemini-adc.d.ts +10 -0
- package/dist/humain/web-access/vendor/gemini-adc.d.ts.map +1 -0
- package/dist/humain/web-access/vendor/gemini-adc.js +268 -0
- package/dist/humain/web-access/vendor/gemini-adc.js.map +1 -0
- package/dist/humain/web-access/vendor/gemini-api.d.ts +7 -1
- package/dist/humain/web-access/vendor/gemini-api.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/gemini-api.js +51 -15
- package/dist/humain/web-access/vendor/gemini-api.js.map +1 -1
- package/dist/humain/web-access/vendor/gemini-search.d.ts +9 -4
- package/dist/humain/web-access/vendor/gemini-search.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/gemini-search.js +63 -21
- package/dist/humain/web-access/vendor/gemini-search.js.map +1 -1
- package/dist/humain/web-access/vendor/gemini-url-context.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/gemini-url-context.js +3 -2
- package/dist/humain/web-access/vendor/gemini-url-context.js.map +1 -1
- package/dist/humain/web-access/vendor/gemini-web-config.d.ts +8 -1
- package/dist/humain/web-access/vendor/gemini-web-config.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/gemini-web-config.js +49 -4
- package/dist/humain/web-access/vendor/gemini-web-config.js.map +1 -1
- package/dist/humain/web-access/vendor/gemini-web.d.ts +2 -1
- package/dist/humain/web-access/vendor/gemini-web.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/gemini-web.js +8 -3
- package/dist/humain/web-access/vendor/gemini-web.js.map +1 -1
- package/dist/humain/web-access/vendor/github-api.d.ts +1 -1
- package/dist/humain/web-access/vendor/github-api.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/github-api.js +6 -4
- package/dist/humain/web-access/vendor/github-api.js.map +1 -1
- package/dist/humain/web-access/vendor/github-extract.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/github-extract.js +50 -3
- package/dist/humain/web-access/vendor/github-extract.js.map +1 -1
- package/dist/humain/web-access/vendor/github-issue-pr.d.ts +27 -0
- package/dist/humain/web-access/vendor/github-issue-pr.d.ts.map +1 -0
- package/dist/humain/web-access/vendor/github-issue-pr.js +701 -0
- package/dist/humain/web-access/vendor/github-issue-pr.js.map +1 -0
- package/dist/humain/web-access/vendor/index.d.ts +3 -31
- package/dist/humain/web-access/vendor/index.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/index.js +643 -530
- package/dist/humain/web-access/vendor/index.js.map +1 -1
- package/dist/humain/web-access/vendor/kimi-search.d.ts +5 -0
- package/dist/humain/web-access/vendor/kimi-search.d.ts.map +1 -0
- package/dist/humain/web-access/vendor/kimi-search.js +228 -0
- package/dist/humain/web-access/vendor/kimi-search.js.map +1 -0
- package/dist/humain/web-access/vendor/openai-search.d.ts +3 -0
- package/dist/humain/web-access/vendor/openai-search.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/openai-search.js +89 -16
- package/dist/humain/web-access/vendor/openai-search.js.map +1 -1
- package/dist/humain/web-access/vendor/page-query.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/page-query.js +56 -8
- package/dist/humain/web-access/vendor/page-query.js.map +1 -1
- package/dist/humain/web-access/vendor/ssrf-protection.js +6 -1
- package/dist/humain/web-access/vendor/ssrf-protection.js.map +1 -1
- package/dist/humain/web-access/vendor/utils.d.ts +12 -0
- package/dist/humain/web-access/vendor/utils.d.ts.map +1 -1
- package/dist/humain/web-access/vendor/utils.js +343 -1
- package/dist/humain/web-access/vendor/utils.js.map +1 -1
- package/dist/humain/web-access/vendor/xcrawl.d.ts +4 -0
- package/dist/humain/web-access/vendor/xcrawl.d.ts.map +1 -0
- package/dist/humain/web-access/vendor/xcrawl.js +251 -0
- package/dist/humain/web-access/vendor/xcrawl.js.map +1 -0
- package/dist/humain/web-access/vendor/youtube-extract.js +2 -2
- package/dist/humain/web-access/vendor/youtube-extract.js.map +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts +3 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +17 -14
- package/dist/main.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +4 -3
- package/dist/migrations.js.map +1 -1
- package/dist/modes/interactive/components/model-selector.d.ts +9 -3
- package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/model-selector.js +53 -10
- package/dist/modes/interactive/components/model-selector.js.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts +7 -2
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js +118 -55
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/settings-submenu.d.ts +72 -0
- package/dist/modes/interactive/components/settings-submenu.d.ts.map +1 -0
- package/dist/modes/interactive/components/settings-submenu.js +151 -0
- package/dist/modes/interactive/components/settings-submenu.js.map +1 -0
- package/dist/modes/interactive/components/thinking-selector.d.ts +15 -3
- package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +68 -17
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/external-editor.d.ts.map +1 -1
- package/dist/modes/interactive/external-editor.js +2 -1
- package/dist/modes/interactive/external-editor.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +11 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +176 -106
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/session-share.d.ts +16 -0
- package/dist/modes/interactive/session-share.d.ts.map +1 -0
- package/dist/modes/interactive/session-share.js +188 -0
- package/dist/modes/interactive/session-share.js.map +1 -0
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +6 -5
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/json-event.d.ts +16 -13
- package/dist/modes/json-event.d.ts.map +1 -1
- package/dist/modes/json-event.js +20 -6
- package/dist/modes/json-event.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +3 -2
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +2 -7
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/package-manager-cli.d.ts +1 -0
- package/dist/package-manager-cli.d.ts.map +1 -1
- package/dist/package-manager-cli.js +189 -3
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/utils/changelog.d.ts +1 -1
- package/dist/utils/changelog.d.ts.map +1 -1
- package/dist/utils/changelog.js +12 -2
- package/dist/utils/changelog.js.map +1 -1
- package/dist/utils/frontmatter.d.ts.map +1 -1
- package/dist/utils/frontmatter.js +2 -1
- package/dist/utils/frontmatter.js.map +1 -1
- package/dist/utils/management-http.d.ts +5 -3
- package/dist/utils/management-http.d.ts.map +1 -1
- package/dist/utils/management-http.js +14 -10
- package/dist/utils/management-http.js.map +1 -1
- package/dist/utils/shell.d.ts +3 -0
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js +17 -5
- package/dist/utils/shell.js.map +1 -1
- package/dist/utils/syntax-highlight.d.ts +1 -0
- package/dist/utils/syntax-highlight.d.ts.map +1 -1
- package/dist/utils/syntax-highlight.js +64 -1
- package/dist/utils/syntax-highlight.js.map +1 -1
- package/dist/utils/text.d.ts +8 -0
- package/dist/utils/text.d.ts.map +1 -0
- package/dist/utils/text.js +9 -0
- package/dist/utils/text.js.map +1 -0
- package/dist/utils/version-check.js +4 -4
- package/dist/utils/version-check.js.map +1 -1
- package/docs/compaction.md +15 -0
- package/docs/custom-provider.md +5 -2
- package/docs/environment-variables.md +7 -7
- package/docs/extensions.md +17 -7
- package/docs/json.md +7 -2
- package/docs/keybindings.md +8 -8
- package/docs/llama-cpp.md +2 -0
- package/docs/models.md +8 -2
- package/docs/packages.md +2 -2
- package/docs/rpc.md +9 -3
- package/docs/sdk.md +7 -2
- package/docs/settings.md +11 -3
- package/docs/skills.md +3 -2
- package/docs/terminal-setup.md +8 -0
- package/docs/usage.md +10 -7
- package/docs/windows.md +15 -1
- package/examples/extensions/border-status-editor.ts +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +70 -8
- package/examples/extensions/custom-provider-anthropic/package.json +2 -2
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/git-checkpoint.ts +2 -2
- package/examples/extensions/gondolin/package-lock.json +2 -2
- package/examples/extensions/gondolin/package.json +1 -1
- package/examples/extensions/notify.ts +3 -1
- package/examples/extensions/sandbox/package-lock.json +14 -40
- package/examples/extensions/sandbox/package.json +2 -2
- package/examples/extensions/titlebar-spinner.ts +1 -1
- package/examples/extensions/with-deps/package-lock.json +4 -4
- package/examples/extensions/with-deps/package.json +1 -1
- package/examples/rpc-extension-ui.ts +1 -1
- package/examples/sdk/06-extensions.ts +1 -1
- package/examples/sdk/README.md +1 -1
- package/npm-shrinkwrap.json +293 -221
- package/package.json +21 -18
- package/src/humain/mcp-adapter/UPSTREAM.md +15 -5
- package/src/humain/mcp-adapter/upstream.json +4 -3
- package/src/humain/mcp-adapter/vendor/CHANGELOG.md +82 -0
- package/src/humain/web-access/UPSTREAM.md +1 -1
- package/src/humain/web-access/upstream.json +6 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,31 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humain/terminal",
|
|
3
|
-
"version": "0.0.
|
|
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.
|
|
9
|
+
"version": "0.0.7",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@
|
|
13
|
-
"@
|
|
14
|
-
"@earendil-works/pi-
|
|
15
|
-
"@earendil-works/pi-
|
|
16
|
-
"@earendil-works/pi-
|
|
17
|
-
"@earendil-works/pi-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
70
|
-
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.
|
|
71
|
-
"integrity": "sha512-
|
|
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.
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.
|
|
92
|
-
"integrity": "sha512-
|
|
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.
|
|
96
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
97
|
-
"@aws-sdk/eventstream-handler-node": "^3.972.
|
|
98
|
-
"@aws-sdk/middleware-eventstream": "^3.972.
|
|
99
|
-
"@aws-sdk/middleware-websocket": "^3.972.
|
|
100
|
-
"@aws-sdk/token-providers": "3.
|
|
101
|
-
"@aws-sdk/types": "^3.974.
|
|
102
|
-
"@smithy/core": "^3.
|
|
103
|
-
"@smithy/fetch-http-handler": "^5.
|
|
104
|
-
"@smithy/node-http-handler": "^4.
|
|
105
|
-
"@smithy/types": "^4.
|
|
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.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.977.
|
|
115
|
-
"integrity": "sha512-
|
|
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.
|
|
119
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
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.
|
|
123
|
+
"@smithy/core": "^3.33.3",
|
|
122
124
|
"@smithy/signature-v4": "^5.6.12",
|
|
123
|
-
"@smithy/types": "^4.
|
|
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.
|
|
133
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.
|
|
134
|
-
"integrity": "sha512-
|
|
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.
|
|
138
|
-
"@aws-sdk/types": "^3.974.
|
|
139
|
-
"@smithy/core": "^3.
|
|
140
|
-
"@smithy/types": "^4.
|
|
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.
|
|
149
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.
|
|
150
|
-
"integrity": "sha512-
|
|
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.
|
|
154
|
-
"@aws-sdk/types": "^3.974.
|
|
155
|
-
"@smithy/core": "^3.
|
|
156
|
-
"@smithy/fetch-http-handler": "^5.
|
|
157
|
-
"@smithy/node-http-handler": "^4.
|
|
158
|
-
"@smithy/types": "^4.
|
|
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.
|
|
167
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.973.
|
|
168
|
-
"integrity": "sha512-
|
|
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.
|
|
172
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
173
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
174
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
175
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
176
|
-
"@aws-sdk/credential-provider-sso": "^3.973.
|
|
177
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
178
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
179
|
-
"@aws-sdk/types": "^3.974.
|
|
180
|
-
"@smithy/core": "^3.
|
|
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.
|
|
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.
|
|
191
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.
|
|
192
|
-
"integrity": "sha512-
|
|
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.
|
|
196
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
197
|
-
"@aws-sdk/types": "^3.974.
|
|
198
|
-
"@smithy/core": "^3.
|
|
199
|
-
"@smithy/types": "^4.
|
|
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.
|
|
208
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.
|
|
209
|
-
"integrity": "sha512-
|
|
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.
|
|
213
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
214
|
-
"@aws-sdk/credential-provider-ini": "^3.973.
|
|
215
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
216
|
-
"@aws-sdk/credential-provider-sso": "^3.973.
|
|
217
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
218
|
-
"@aws-sdk/types": "^3.974.
|
|
219
|
-
"@smithy/core": "^3.
|
|
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.
|
|
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.
|
|
230
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.
|
|
231
|
-
"integrity": "sha512-
|
|
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.
|
|
235
|
-
"@aws-sdk/types": "^3.974.
|
|
236
|
-
"@smithy/core": "^3.
|
|
237
|
-
"@smithy/types": "^4.
|
|
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.
|
|
246
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.973.
|
|
247
|
-
"integrity": "sha512-
|
|
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.
|
|
251
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
252
|
-
"@aws-sdk/token-providers": "3.
|
|
253
|
-
"@aws-sdk/types": "^3.974.
|
|
254
|
-
"@smithy/core": "^3.
|
|
255
|
-
"@smithy/types": "^4.
|
|
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.
|
|
264
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
265
|
-
"integrity": "sha512-
|
|
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.
|
|
269
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
270
|
-
"@aws-sdk/types": "^3.974.
|
|
271
|
-
"@smithy/core": "^3.
|
|
272
|
-
"@smithy/types": "^4.
|
|
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.
|
|
281
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.
|
|
282
|
-
"integrity": "sha512-
|
|
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.
|
|
286
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
287
|
-
"@aws-sdk/types": "^3.974.
|
|
288
|
-
"@smithy/core": "^3.
|
|
289
|
-
"@smithy/types": "^4.
|
|
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.
|
|
298
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.
|
|
299
|
-
"integrity": "sha512-
|
|
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.
|
|
303
|
-
"@smithy/core": "^3.
|
|
304
|
-
"@smithy/types": "^4.
|
|
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.
|
|
313
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.
|
|
314
|
-
"integrity": "sha512-
|
|
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.
|
|
318
|
-
"@smithy/core": "^3.
|
|
319
|
-
"@smithy/types": "^4.
|
|
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.
|
|
328
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.
|
|
329
|
-
"integrity": "sha512-
|
|
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.
|
|
333
|
-
"@aws-sdk/types": "^3.974.
|
|
334
|
-
"@smithy/core": "^3.
|
|
335
|
-
"@smithy/fetch-http-handler": "^5.
|
|
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.
|
|
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.
|
|
346
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.
|
|
347
|
-
"integrity": "sha512-
|
|
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.
|
|
351
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
352
|
-
"@aws-sdk/types": "^3.974.
|
|
353
|
-
"@smithy/core": "^3.
|
|
354
|
-
"@smithy/fetch-http-handler": "^5.
|
|
355
|
-
"@smithy/node-http-handler": "^4.
|
|
356
|
-
"@smithy/types": "^4.
|
|
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.
|
|
365
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.
|
|
366
|
-
"integrity": "sha512-
|
|
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.
|
|
371
|
+
"@aws-sdk/types": "^3.974.5",
|
|
370
372
|
"@smithy/signature-v4": "^5.6.12",
|
|
371
|
-
"@smithy/types": "^4.
|
|
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.
|
|
380
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
381
|
-
"integrity": "sha512-
|
|
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.
|
|
385
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
386
|
-
"@aws-sdk/types": "^3.974.
|
|
387
|
-
"@smithy/core": "^3.
|
|
388
|
-
"@smithy/types": "^4.
|
|
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.
|
|
397
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.974.
|
|
398
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
410
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.
|
|
411
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
441
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.84.
|
|
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.
|
|
445
|
-
"@earendil-works/pi-telemetry": "^0.84.
|
|
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.
|
|
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.
|
|
457
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.84.
|
|
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.
|
|
461
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
462
|
-
"@earendil-works/pi-telemetry": "^0.84.
|
|
463
|
-
"@google/genai": "2.
|
|
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.
|
|
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.
|
|
470
|
+
"openai": "7.7.0",
|
|
469
471
|
"partial-json": "0.1.7",
|
|
470
|
-
"typebox": "1.3.
|
|
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.
|
|
481
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-client/-/pi-client-0.84.
|
|
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.
|
|
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.
|
|
492
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-protocol/-/pi-protocol-0.84.
|
|
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.
|
|
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.
|
|
503
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-telemetry/-/pi-telemetry-0.84.
|
|
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.
|
|
511
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.84.
|
|
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.
|
|
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.
|
|
523
|
-
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-2.
|
|
524
|
-
"integrity": "sha512-
|
|
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.
|
|
1125
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.33.
|
|
1126
|
-
"integrity": "sha512-
|
|
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.
|
|
1166
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.11.
|
|
1167
|
-
"integrity": "sha512-
|
|
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.
|
|
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.
|
|
1216
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.
|
|
1217
|
-
"integrity": "sha512-
|
|
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.
|
|
3053
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.
|
|
3054
|
-
"integrity": "sha512-
|
|
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.
|
|
3215
|
-
"resolved": "https://registry.npmjs.org/openai/-/openai-7.
|
|
3216
|
-
"integrity": "sha512-
|
|
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.
|
|
3935
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.
|
|
3936
|
-
"integrity": "sha512-
|
|
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.
|
|
4252
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.
|
|
4253
|
-
"integrity": "sha512-
|
|
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"
|