@aria-cli/tools 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.aria-build-stamp.json +4 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/ask-user-interaction.d.ts +11 -0
- package/dist/ask-user-interaction.d.ts.map +1 -0
- package/dist/ask-user-interaction.js +23 -0
- package/dist/ask-user-interaction.js.map +1 -0
- package/dist/cache/web-cache.d.ts +53 -0
- package/dist/cache/web-cache.d.ts.map +1 -0
- package/dist/cache/web-cache.js +67 -0
- package/dist/cache/web-cache.js.map +1 -0
- package/dist/definitions/arion.d.ts +9 -0
- package/dist/definitions/arion.d.ts.map +1 -0
- package/dist/definitions/arion.js +105 -0
- package/dist/definitions/arion.js.map +1 -0
- package/dist/definitions/browser/browser.d.ts +3 -0
- package/dist/definitions/browser/browser.d.ts.map +1 -0
- package/dist/definitions/browser/browser.js +419 -0
- package/dist/definitions/browser/browser.js.map +1 -0
- package/dist/definitions/browser/index.d.ts +2 -0
- package/dist/definitions/browser/index.d.ts.map +1 -0
- package/dist/definitions/browser/index.js +5 -0
- package/dist/definitions/browser/index.js.map +1 -0
- package/dist/definitions/browser/pw-downloads.d.ts +14 -0
- package/dist/definitions/browser/pw-downloads.d.ts.map +1 -0
- package/dist/definitions/browser/pw-downloads.js +115 -0
- package/dist/definitions/browser/pw-downloads.js.map +1 -0
- package/dist/definitions/browser/pw-interactions.d.ts +79 -0
- package/dist/definitions/browser/pw-interactions.d.ts.map +1 -0
- package/dist/definitions/browser/pw-interactions.js +200 -0
- package/dist/definitions/browser/pw-interactions.js.map +1 -0
- package/dist/definitions/browser/pw-responses.d.ts +29 -0
- package/dist/definitions/browser/pw-responses.d.ts.map +1 -0
- package/dist/definitions/browser/pw-responses.js +77 -0
- package/dist/definitions/browser/pw-responses.js.map +1 -0
- package/dist/definitions/browser/pw-session.d.ts +66 -0
- package/dist/definitions/browser/pw-session.d.ts.map +1 -0
- package/dist/definitions/browser/pw-session.js +311 -0
- package/dist/definitions/browser/pw-session.js.map +1 -0
- package/dist/definitions/browser/pw-shared.d.ts +23 -0
- package/dist/definitions/browser/pw-shared.d.ts.map +1 -0
- package/dist/definitions/browser/pw-shared.js +67 -0
- package/dist/definitions/browser/pw-shared.js.map +1 -0
- package/dist/definitions/browser/pw-snapshot.d.ts +35 -0
- package/dist/definitions/browser/pw-snapshot.d.ts.map +1 -0
- package/dist/definitions/browser/pw-snapshot.js +302 -0
- package/dist/definitions/browser/pw-snapshot.js.map +1 -0
- package/dist/definitions/browser/pw-state.d.ts +23 -0
- package/dist/definitions/browser/pw-state.d.ts.map +1 -0
- package/dist/definitions/browser/pw-state.js +63 -0
- package/dist/definitions/browser/pw-state.js.map +1 -0
- package/dist/definitions/browser/types.d.ts +278 -0
- package/dist/definitions/browser/types.d.ts.map +1 -0
- package/dist/definitions/browser/types.js +5 -0
- package/dist/definitions/browser/types.js.map +1 -0
- package/dist/definitions/core.d.ts +45 -0
- package/dist/definitions/core.d.ts.map +1 -0
- package/dist/definitions/core.js +98 -0
- package/dist/definitions/core.js.map +1 -0
- package/dist/definitions/delegation.d.ts +12 -0
- package/dist/definitions/delegation.d.ts.map +1 -0
- package/dist/definitions/delegation.js +513 -0
- package/dist/definitions/delegation.js.map +1 -0
- package/dist/definitions/deploy.d.ts +16 -0
- package/dist/definitions/deploy.d.ts.map +1 -0
- package/dist/definitions/deploy.js +66 -0
- package/dist/definitions/deploy.js.map +1 -0
- package/dist/definitions/filesystem.d.ts +9 -0
- package/dist/definitions/filesystem.d.ts.map +1 -0
- package/dist/definitions/filesystem.js +231 -0
- package/dist/definitions/filesystem.js.map +1 -0
- package/dist/definitions/index.d.ts +17 -0
- package/dist/definitions/index.d.ts.map +1 -0
- package/dist/definitions/index.js +18 -0
- package/dist/definitions/index.js.map +1 -0
- package/dist/definitions/memory.d.ts +9 -0
- package/dist/definitions/memory.d.ts.map +1 -0
- package/dist/definitions/memory.js +124 -0
- package/dist/definitions/memory.js.map +1 -0
- package/dist/definitions/messaging.d.ts +12 -0
- package/dist/definitions/messaging.d.ts.map +1 -0
- package/dist/definitions/messaging.js +626 -0
- package/dist/definitions/messaging.js.map +1 -0
- package/dist/definitions/meta.d.ts +12 -0
- package/dist/definitions/meta.d.ts.map +1 -0
- package/dist/definitions/meta.js +350 -0
- package/dist/definitions/meta.js.map +1 -0
- package/dist/definitions/network.d.ts +12 -0
- package/dist/definitions/network.d.ts.map +1 -0
- package/dist/definitions/network.js +160 -0
- package/dist/definitions/network.js.map +1 -0
- package/dist/definitions/outlook.d.ts +3 -0
- package/dist/definitions/outlook.d.ts.map +1 -0
- package/dist/definitions/outlook.js +278 -0
- package/dist/definitions/outlook.js.map +1 -0
- package/dist/definitions/patch/apply-patch.d.ts +12 -0
- package/dist/definitions/patch/apply-patch.d.ts.map +1 -0
- package/dist/definitions/patch/apply-patch.js +185 -0
- package/dist/definitions/patch/apply-patch.js.map +1 -0
- package/dist/definitions/patch/fuzzy-match.d.ts +11 -0
- package/dist/definitions/patch/fuzzy-match.d.ts.map +1 -0
- package/dist/definitions/patch/fuzzy-match.js +167 -0
- package/dist/definitions/patch/fuzzy-match.js.map +1 -0
- package/dist/definitions/patch/index.d.ts +2 -0
- package/dist/definitions/patch/index.d.ts.map +1 -0
- package/dist/definitions/patch/index.js +2 -0
- package/dist/definitions/patch/index.js.map +1 -0
- package/dist/definitions/patch/patch-parser.d.ts +51 -0
- package/dist/definitions/patch/patch-parser.d.ts.map +1 -0
- package/dist/definitions/patch/patch-parser.js +208 -0
- package/dist/definitions/patch/patch-parser.js.map +1 -0
- package/dist/definitions/patch/sandbox-paths.d.ts +19 -0
- package/dist/definitions/patch/sandbox-paths.d.ts.map +1 -0
- package/dist/definitions/patch/sandbox-paths.js +106 -0
- package/dist/definitions/patch/sandbox-paths.js.map +1 -0
- package/dist/definitions/process/index.d.ts +2 -0
- package/dist/definitions/process/index.d.ts.map +1 -0
- package/dist/definitions/process/index.js +5 -0
- package/dist/definitions/process/index.js.map +1 -0
- package/dist/definitions/process/process-registry.d.ts +68 -0
- package/dist/definitions/process/process-registry.d.ts.map +1 -0
- package/dist/definitions/process/process-registry.js +214 -0
- package/dist/definitions/process/process-registry.js.map +1 -0
- package/dist/definitions/process/process.d.ts +10 -0
- package/dist/definitions/process/process.d.ts.map +1 -0
- package/dist/definitions/process/process.js +387 -0
- package/dist/definitions/process/process.js.map +1 -0
- package/dist/definitions/process/pty-keys.d.ts +14 -0
- package/dist/definitions/process/pty-keys.d.ts.map +1 -0
- package/dist/definitions/process/pty-keys.js +255 -0
- package/dist/definitions/process/pty-keys.js.map +1 -0
- package/dist/definitions/process/session-slug.d.ts +2 -0
- package/dist/definitions/process/session-slug.d.ts.map +1 -0
- package/dist/definitions/process/session-slug.js +143 -0
- package/dist/definitions/process/session-slug.js.map +1 -0
- package/dist/definitions/quip.d.ts +3 -0
- package/dist/definitions/quip.d.ts.map +1 -0
- package/dist/definitions/quip.js +196 -0
- package/dist/definitions/quip.js.map +1 -0
- package/dist/definitions/session-history.d.ts +12 -0
- package/dist/definitions/session-history.d.ts.map +1 -0
- package/dist/definitions/session-history.js +70 -0
- package/dist/definitions/session-history.js.map +1 -0
- package/dist/definitions/shell.d.ts +9 -0
- package/dist/definitions/shell.d.ts.map +1 -0
- package/dist/definitions/shell.js +182 -0
- package/dist/definitions/shell.js.map +1 -0
- package/dist/definitions/slack.d.ts +3 -0
- package/dist/definitions/slack.d.ts.map +1 -0
- package/dist/definitions/slack.js +181 -0
- package/dist/definitions/slack.js.map +1 -0
- package/dist/definitions/web.d.ts +9 -0
- package/dist/definitions/web.d.ts.map +1 -0
- package/dist/definitions/web.js +110 -0
- package/dist/definitions/web.js.map +1 -0
- package/dist/executors/apply-patch.d.ts +52 -0
- package/dist/executors/apply-patch.d.ts.map +1 -0
- package/dist/executors/apply-patch.js +884 -0
- package/dist/executors/apply-patch.js.map +1 -0
- package/dist/executors/arion.d.ts +51 -0
- package/dist/executors/arion.d.ts.map +1 -0
- package/dist/executors/arion.js +120 -0
- package/dist/executors/arion.js.map +1 -0
- package/dist/executors/deploy.d.ts +170 -0
- package/dist/executors/deploy.d.ts.map +1 -0
- package/dist/executors/deploy.js +849 -0
- package/dist/executors/deploy.js.map +1 -0
- package/dist/executors/filesystem.d.ts +151 -0
- package/dist/executors/filesystem.d.ts.map +1 -0
- package/dist/executors/filesystem.js +1117 -0
- package/dist/executors/filesystem.js.map +1 -0
- package/dist/executors/index.d.ts +39 -0
- package/dist/executors/index.d.ts.map +1 -0
- package/dist/executors/index.js +42 -0
- package/dist/executors/index.js.map +1 -0
- package/dist/executors/learning-meta.d.ts +88 -0
- package/dist/executors/learning-meta.d.ts.map +1 -0
- package/dist/executors/learning-meta.js +1147 -0
- package/dist/executors/learning-meta.js.map +1 -0
- package/dist/executors/memory.d.ts +204 -0
- package/dist/executors/memory.d.ts.map +1 -0
- package/dist/executors/memory.js +751 -0
- package/dist/executors/memory.js.map +1 -0
- package/dist/executors/meta.d.ts +74 -0
- package/dist/executors/meta.d.ts.map +1 -0
- package/dist/executors/meta.js +221 -0
- package/dist/executors/meta.js.map +1 -0
- package/dist/executors/process-registry.d.ts +99 -0
- package/dist/executors/process-registry.d.ts.map +1 -0
- package/dist/executors/process-registry.js +466 -0
- package/dist/executors/process-registry.js.map +1 -0
- package/dist/executors/pty-session-store.d.ts +15 -0
- package/dist/executors/pty-session-store.d.ts.map +1 -0
- package/dist/executors/pty-session-store.js +31 -0
- package/dist/executors/pty-session-store.js.map +1 -0
- package/dist/executors/pty.d.ts +134 -0
- package/dist/executors/pty.d.ts.map +1 -0
- package/dist/executors/pty.js +272 -0
- package/dist/executors/pty.js.map +1 -0
- package/dist/executors/restart.d.ts +19 -0
- package/dist/executors/restart.d.ts.map +1 -0
- package/dist/executors/restart.js +151 -0
- package/dist/executors/restart.js.map +1 -0
- package/dist/executors/search-types.d.ts +53 -0
- package/dist/executors/search-types.d.ts.map +1 -0
- package/dist/executors/search-types.js +53 -0
- package/dist/executors/search-types.js.map +1 -0
- package/dist/executors/self-diagnose.d.ts +90 -0
- package/dist/executors/self-diagnose.d.ts.map +1 -0
- package/dist/executors/self-diagnose.js +399 -0
- package/dist/executors/self-diagnose.js.map +1 -0
- package/dist/executors/session-history.d.ts +76 -0
- package/dist/executors/session-history.d.ts.map +1 -0
- package/dist/executors/session-history.js +284 -0
- package/dist/executors/session-history.js.map +1 -0
- package/dist/executors/shell-safety.d.ts +28 -0
- package/dist/executors/shell-safety.d.ts.map +1 -0
- package/dist/executors/shell-safety.js +474 -0
- package/dist/executors/shell-safety.js.map +1 -0
- package/dist/executors/shell.d.ts +169 -0
- package/dist/executors/shell.d.ts.map +1 -0
- package/dist/executors/shell.js +955 -0
- package/dist/executors/shell.js.map +1 -0
- package/dist/executors/utils.d.ts +21 -0
- package/dist/executors/utils.d.ts.map +1 -0
- package/dist/executors/utils.js +34 -0
- package/dist/executors/utils.js.map +1 -0
- package/dist/executors/web.d.ts +90 -0
- package/dist/executors/web.d.ts.map +1 -0
- package/dist/executors/web.js +543 -0
- package/dist/executors/web.js.map +1 -0
- package/dist/extraction/content-extraction.d.ts +49 -0
- package/dist/extraction/content-extraction.d.ts.map +1 -0
- package/dist/extraction/content-extraction.js +236 -0
- package/dist/extraction/content-extraction.js.map +1 -0
- package/dist/extraction/index.d.ts +5 -0
- package/dist/extraction/index.d.ts.map +1 -0
- package/dist/extraction/index.js +5 -0
- package/dist/extraction/index.js.map +1 -0
- package/dist/headless-control-contract.d.ts +3171 -0
- package/dist/headless-control-contract.d.ts.map +1 -0
- package/dist/headless-control-contract.js +968 -0
- package/dist/headless-control-contract.js.map +1 -0
- package/dist/index.d.ts +63 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +73 -0
- package/dist/index.js.map +1 -0
- package/dist/local-control-http-auth.d.ts +3 -0
- package/dist/local-control-http-auth.d.ts.map +1 -0
- package/dist/local-control-http-auth.js +3 -0
- package/dist/local-control-http-auth.js.map +1 -0
- package/dist/mcp/client.d.ts +69 -0
- package/dist/mcp/client.d.ts.map +1 -0
- package/dist/mcp/client.js +182 -0
- package/dist/mcp/client.js.map +1 -0
- package/dist/mcp/connection.d.ts +55 -0
- package/dist/mcp/connection.d.ts.map +1 -0
- package/dist/mcp/connection.js +481 -0
- package/dist/mcp/connection.js.map +1 -0
- package/dist/mcp/index.d.ts +11 -0
- package/dist/mcp/index.d.ts.map +1 -0
- package/dist/mcp/index.js +11 -0
- package/dist/mcp/index.js.map +1 -0
- package/dist/mcp/jsonrpc.d.ts +37 -0
- package/dist/mcp/jsonrpc.d.ts.map +1 -0
- package/dist/mcp/jsonrpc.js +145 -0
- package/dist/mcp/jsonrpc.js.map +1 -0
- package/dist/mcp/types.d.ts +179 -0
- package/dist/mcp/types.d.ts.map +1 -0
- package/dist/mcp/types.js +8 -0
- package/dist/mcp/types.js.map +1 -0
- package/dist/network-control-adapter.d.ts +5 -0
- package/dist/network-control-adapter.d.ts.map +1 -0
- package/dist/network-control-adapter.js +73 -0
- package/dist/network-control-adapter.js.map +1 -0
- package/dist/network-runtime/address-types.d.ts +202 -0
- package/dist/network-runtime/address-types.d.ts.map +1 -0
- package/dist/network-runtime/address-types.js +166 -0
- package/dist/network-runtime/address-types.js.map +1 -0
- package/dist/network-runtime/db-owner-fencing.d.ts +44 -0
- package/dist/network-runtime/db-owner-fencing.d.ts.map +1 -0
- package/dist/network-runtime/db-owner-fencing.js +70 -0
- package/dist/network-runtime/db-owner-fencing.js.map +1 -0
- package/dist/network-runtime/delivery-receipts.d.ts +118 -0
- package/dist/network-runtime/delivery-receipts.d.ts.map +1 -0
- package/dist/network-runtime/delivery-receipts.js +268 -0
- package/dist/network-runtime/delivery-receipts.js.map +1 -0
- package/dist/network-runtime/direct-endpoint-authority.d.ts +9 -0
- package/dist/network-runtime/direct-endpoint-authority.d.ts.map +1 -0
- package/dist/network-runtime/direct-endpoint-authority.js +26 -0
- package/dist/network-runtime/direct-endpoint-authority.js.map +1 -0
- package/dist/network-runtime/index.d.ts +25 -0
- package/dist/network-runtime/index.d.ts.map +1 -0
- package/dist/network-runtime/index.js +13 -0
- package/dist/network-runtime/index.js.map +1 -0
- package/dist/network-runtime/local-control-contract.d.ts +753 -0
- package/dist/network-runtime/local-control-contract.d.ts.map +1 -0
- package/dist/network-runtime/local-control-contract.js +622 -0
- package/dist/network-runtime/local-control-contract.js.map +1 -0
- package/dist/network-runtime/node-store-contract.d.ts +50 -0
- package/dist/network-runtime/node-store-contract.d.ts.map +1 -0
- package/dist/network-runtime/node-store-contract.js +35 -0
- package/dist/network-runtime/node-store-contract.js.map +1 -0
- package/dist/network-runtime/pair-route-contract.d.ts +101 -0
- package/dist/network-runtime/pair-route-contract.d.ts.map +1 -0
- package/dist/network-runtime/pair-route-contract.js +78 -0
- package/dist/network-runtime/pair-route-contract.js.map +1 -0
- package/dist/network-runtime/peer-capabilities.d.ts +11 -0
- package/dist/network-runtime/peer-capabilities.d.ts.map +1 -0
- package/dist/network-runtime/peer-capabilities.js +29 -0
- package/dist/network-runtime/peer-capabilities.js.map +1 -0
- package/dist/network-runtime/peer-principal-ref.d.ts +10 -0
- package/dist/network-runtime/peer-principal-ref.d.ts.map +1 -0
- package/dist/network-runtime/peer-principal-ref.js +13 -0
- package/dist/network-runtime/peer-principal-ref.js.map +1 -0
- package/dist/network-runtime/peer-state-machine.d.ts +71 -0
- package/dist/network-runtime/peer-state-machine.d.ts.map +1 -0
- package/dist/network-runtime/peer-state-machine.js +122 -0
- package/dist/network-runtime/peer-state-machine.js.map +1 -0
- package/dist/network-runtime/protocol-schemas.d.ts +329 -0
- package/dist/network-runtime/protocol-schemas.d.ts.map +1 -0
- package/dist/network-runtime/protocol-schemas.js +206 -0
- package/dist/network-runtime/protocol-schemas.js.map +1 -0
- package/dist/network-runtime/runtime-bootstrap-contract.d.ts +82 -0
- package/dist/network-runtime/runtime-bootstrap-contract.d.ts.map +1 -0
- package/dist/network-runtime/runtime-bootstrap-contract.js +61 -0
- package/dist/network-runtime/runtime-bootstrap-contract.js.map +1 -0
- package/dist/outlook/desktop-session.d.ts +69 -0
- package/dist/outlook/desktop-session.d.ts.map +1 -0
- package/dist/outlook/desktop-session.js +280 -0
- package/dist/outlook/desktop-session.js.map +1 -0
- package/dist/policy.d.ts +44 -0
- package/dist/policy.d.ts.map +1 -0
- package/dist/policy.js +150 -0
- package/dist/policy.js.map +1 -0
- package/dist/providers/brave.d.ts +11 -0
- package/dist/providers/brave.d.ts.map +1 -0
- package/dist/providers/brave.js +63 -0
- package/dist/providers/brave.js.map +1 -0
- package/dist/providers/duckduckgo.d.ts +19 -0
- package/dist/providers/duckduckgo.d.ts.map +1 -0
- package/dist/providers/duckduckgo.js +177 -0
- package/dist/providers/duckduckgo.js.map +1 -0
- package/dist/providers/exa.d.ts +11 -0
- package/dist/providers/exa.d.ts.map +1 -0
- package/dist/providers/exa.js +64 -0
- package/dist/providers/exa.js.map +1 -0
- package/dist/providers/firecrawl.d.ts +11 -0
- package/dist/providers/firecrawl.d.ts.map +1 -0
- package/dist/providers/firecrawl.js +56 -0
- package/dist/providers/firecrawl.js.map +1 -0
- package/dist/providers/index.d.ts +9 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/providers/index.js +8 -0
- package/dist/providers/index.js.map +1 -0
- package/dist/providers/jina.d.ts +11 -0
- package/dist/providers/jina.d.ts.map +1 -0
- package/dist/providers/jina.js +50 -0
- package/dist/providers/jina.js.map +1 -0
- package/dist/providers/router.d.ts +22 -0
- package/dist/providers/router.d.ts.map +1 -0
- package/dist/providers/router.js +97 -0
- package/dist/providers/router.js.map +1 -0
- package/dist/providers/search-provider.d.ts +36 -0
- package/dist/providers/search-provider.d.ts.map +1 -0
- package/dist/providers/search-provider.js +33 -0
- package/dist/providers/search-provider.js.map +1 -0
- package/dist/providers/tavily.d.ts +11 -0
- package/dist/providers/tavily.d.ts.map +1 -0
- package/dist/providers/tavily.js +55 -0
- package/dist/providers/tavily.js.map +1 -0
- package/dist/quip/desktop-session.d.ts +70 -0
- package/dist/quip/desktop-session.d.ts.map +1 -0
- package/dist/quip/desktop-session.js +318 -0
- package/dist/quip/desktop-session.js.map +1 -0
- package/dist/registry/index.d.ts +2 -0
- package/dist/registry/index.d.ts.map +1 -0
- package/dist/registry/index.js +2 -0
- package/dist/registry/index.js.map +1 -0
- package/dist/registry/registry.d.ts +157 -0
- package/dist/registry/registry.d.ts.map +1 -0
- package/dist/registry/registry.js +757 -0
- package/dist/registry/registry.js.map +1 -0
- package/dist/runtime-socket-local-control-client.d.ts +11 -0
- package/dist/runtime-socket-local-control-client.d.ts.map +1 -0
- package/dist/runtime-socket-local-control-client.js +331 -0
- package/dist/runtime-socket-local-control-client.js.map +1 -0
- package/dist/security/dns-normalization.d.ts +7 -0
- package/dist/security/dns-normalization.d.ts.map +1 -0
- package/dist/security/dns-normalization.js +20 -0
- package/dist/security/dns-normalization.js.map +1 -0
- package/dist/security/dns-pinning.d.ts +28 -0
- package/dist/security/dns-pinning.d.ts.map +1 -0
- package/dist/security/dns-pinning.js +124 -0
- package/dist/security/dns-pinning.js.map +1 -0
- package/dist/security/external-content.d.ts +41 -0
- package/dist/security/external-content.d.ts.map +1 -0
- package/dist/security/external-content.js +92 -0
- package/dist/security/external-content.js.map +1 -0
- package/dist/security/ssrf.d.ts +41 -0
- package/dist/security/ssrf.d.ts.map +1 -0
- package/dist/security/ssrf.js +182 -0
- package/dist/security/ssrf.js.map +1 -0
- package/dist/slack/desktop-session.d.ts +70 -0
- package/dist/slack/desktop-session.d.ts.map +1 -0
- package/dist/slack/desktop-session.js +325 -0
- package/dist/slack/desktop-session.js.map +1 -0
- package/dist/tool-factory.d.ts +47 -0
- package/dist/tool-factory.d.ts.map +1 -0
- package/dist/tool-factory.js +48 -0
- package/dist/tool-factory.js.map +1 -0
- package/dist/types.d.ts +1189 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +8 -0
- package/dist/types.js.map +1 -0
- package/dist/utils/retry.d.ts +12 -0
- package/dist/utils/retry.d.ts.map +1 -0
- package/dist/utils/retry.js +133 -0
- package/dist/utils/retry.js.map +1 -0
- package/dist/utils/safe-parse-json.d.ts +27 -0
- package/dist/utils/safe-parse-json.d.ts.map +1 -0
- package/dist/utils/safe-parse-json.js +161 -0
- package/dist/utils/safe-parse-json.js.map +1 -0
- package/dist/utils/url.d.ts +11 -0
- package/dist/utils/url.d.ts.map +1 -0
- package/dist/utils/url.js +20 -0
- package/dist/utils/url.js.map +1 -0
- package/dist-cjs/.tsbuildinfo +1 -0
- package/dist-cjs/ask-user-interaction.d.ts +10 -0
- package/dist-cjs/ask-user-interaction.js +28 -0
- package/dist-cjs/ask-user-interaction.js.map +1 -0
- package/dist-cjs/cache/web-cache.d.ts +52 -0
- package/dist-cjs/cache/web-cache.js +71 -0
- package/dist-cjs/cache/web-cache.js.map +1 -0
- package/dist-cjs/definitions/arion.d.ts +8 -0
- package/dist-cjs/definitions/arion.js +108 -0
- package/dist-cjs/definitions/arion.js.map +1 -0
- package/dist-cjs/definitions/browser/browser.d.ts +2 -0
- package/dist-cjs/definitions/browser/browser.js +422 -0
- package/dist-cjs/definitions/browser/browser.js.map +1 -0
- package/dist-cjs/definitions/browser/index.d.ts +1 -0
- package/dist-cjs/definitions/browser/index.js +9 -0
- package/dist-cjs/definitions/browser/index.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-downloads.d.ts +13 -0
- package/dist-cjs/definitions/browser/pw-downloads.js +118 -0
- package/dist-cjs/definitions/browser/pw-downloads.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-interactions.d.ts +78 -0
- package/dist-cjs/definitions/browser/pw-interactions.js +214 -0
- package/dist-cjs/definitions/browser/pw-interactions.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-responses.d.ts +28 -0
- package/dist-cjs/definitions/browser/pw-responses.js +85 -0
- package/dist-cjs/definitions/browser/pw-responses.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-session.d.ts +65 -0
- package/dist-cjs/definitions/browser/pw-session.js +327 -0
- package/dist-cjs/definitions/browser/pw-session.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-shared.d.ts +22 -0
- package/dist-cjs/definitions/browser/pw-shared.js +73 -0
- package/dist-cjs/definitions/browser/pw-shared.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-snapshot.d.ts +34 -0
- package/dist-cjs/definitions/browser/pw-snapshot.js +308 -0
- package/dist-cjs/definitions/browser/pw-snapshot.js.map +1 -0
- package/dist-cjs/definitions/browser/pw-state.d.ts +22 -0
- package/dist-cjs/definitions/browser/pw-state.js +71 -0
- package/dist-cjs/definitions/browser/pw-state.js.map +1 -0
- package/dist-cjs/definitions/browser/types.d.ts +277 -0
- package/dist-cjs/definitions/browser/types.js +6 -0
- package/dist-cjs/definitions/browser/types.js.map +1 -0
- package/dist-cjs/definitions/core.d.ts +44 -0
- package/dist-cjs/definitions/core.js +119 -0
- package/dist-cjs/definitions/core.js.map +1 -0
- package/dist-cjs/definitions/delegation.d.ts +11 -0
- package/dist-cjs/definitions/delegation.js +516 -0
- package/dist-cjs/definitions/delegation.js.map +1 -0
- package/dist-cjs/definitions/deploy.d.ts +15 -0
- package/dist-cjs/definitions/deploy.js +69 -0
- package/dist-cjs/definitions/deploy.js.map +1 -0
- package/dist-cjs/definitions/filesystem.d.ts +8 -0
- package/dist-cjs/definitions/filesystem.js +234 -0
- package/dist-cjs/definitions/filesystem.js.map +1 -0
- package/dist-cjs/definitions/index.d.ts +16 -0
- package/dist-cjs/definitions/index.js +38 -0
- package/dist-cjs/definitions/index.js.map +1 -0
- package/dist-cjs/definitions/memory.d.ts +8 -0
- package/dist-cjs/definitions/memory.js +127 -0
- package/dist-cjs/definitions/memory.js.map +1 -0
- package/dist-cjs/definitions/messaging.d.ts +11 -0
- package/dist-cjs/definitions/messaging.js +632 -0
- package/dist-cjs/definitions/messaging.js.map +1 -0
- package/dist-cjs/definitions/meta.d.ts +11 -0
- package/dist-cjs/definitions/meta.js +353 -0
- package/dist-cjs/definitions/meta.js.map +1 -0
- package/dist-cjs/definitions/network.d.ts +11 -0
- package/dist-cjs/definitions/network.js +163 -0
- package/dist-cjs/definitions/network.js.map +1 -0
- package/dist-cjs/definitions/outlook.d.ts +2 -0
- package/dist-cjs/definitions/outlook.js +281 -0
- package/dist-cjs/definitions/outlook.js.map +1 -0
- package/dist-cjs/definitions/patch/apply-patch.d.ts +11 -0
- package/dist-cjs/definitions/patch/apply-patch.js +192 -0
- package/dist-cjs/definitions/patch/apply-patch.js.map +1 -0
- package/dist-cjs/definitions/patch/fuzzy-match.d.ts +10 -0
- package/dist-cjs/definitions/patch/fuzzy-match.js +173 -0
- package/dist-cjs/definitions/patch/fuzzy-match.js.map +1 -0
- package/dist-cjs/definitions/patch/index.d.ts +1 -0
- package/dist-cjs/definitions/patch/index.js +6 -0
- package/dist-cjs/definitions/patch/index.js.map +1 -0
- package/dist-cjs/definitions/patch/patch-parser.d.ts +50 -0
- package/dist-cjs/definitions/patch/patch-parser.js +216 -0
- package/dist-cjs/definitions/patch/patch-parser.js.map +1 -0
- package/dist-cjs/definitions/patch/sandbox-paths.d.ts +18 -0
- package/dist-cjs/definitions/patch/sandbox-paths.js +114 -0
- package/dist-cjs/definitions/patch/sandbox-paths.js.map +1 -0
- package/dist-cjs/definitions/process/index.d.ts +1 -0
- package/dist-cjs/definitions/process/index.js +9 -0
- package/dist-cjs/definitions/process/index.js.map +1 -0
- package/dist-cjs/definitions/process/process-registry.d.ts +67 -0
- package/dist-cjs/definitions/process/process-registry.js +232 -0
- package/dist-cjs/definitions/process/process-registry.js.map +1 -0
- package/dist-cjs/definitions/process/process.d.ts +9 -0
- package/dist-cjs/definitions/process/process.js +390 -0
- package/dist-cjs/definitions/process/process.js.map +1 -0
- package/dist-cjs/definitions/process/pty-keys.d.ts +13 -0
- package/dist-cjs/definitions/process/pty-keys.js +260 -0
- package/dist-cjs/definitions/process/pty-keys.js.map +1 -0
- package/dist-cjs/definitions/process/session-slug.d.ts +1 -0
- package/dist-cjs/definitions/process/session-slug.js +146 -0
- package/dist-cjs/definitions/process/session-slug.js.map +1 -0
- package/dist-cjs/definitions/quip.d.ts +2 -0
- package/dist-cjs/definitions/quip.js +199 -0
- package/dist-cjs/definitions/quip.js.map +1 -0
- package/dist-cjs/definitions/session-history.d.ts +11 -0
- package/dist-cjs/definitions/session-history.js +73 -0
- package/dist-cjs/definitions/session-history.js.map +1 -0
- package/dist-cjs/definitions/shell.d.ts +8 -0
- package/dist-cjs/definitions/shell.js +185 -0
- package/dist-cjs/definitions/shell.js.map +1 -0
- package/dist-cjs/definitions/slack.d.ts +2 -0
- package/dist-cjs/definitions/slack.js +184 -0
- package/dist-cjs/definitions/slack.js.map +1 -0
- package/dist-cjs/definitions/web.d.ts +8 -0
- package/dist-cjs/definitions/web.js +113 -0
- package/dist-cjs/definitions/web.js.map +1 -0
- package/dist-cjs/executors/apply-patch.d.ts +51 -0
- package/dist-cjs/executors/apply-patch.js +921 -0
- package/dist-cjs/executors/apply-patch.js.map +1 -0
- package/dist-cjs/executors/arion.d.ts +50 -0
- package/dist-cjs/executors/arion.js +126 -0
- package/dist-cjs/executors/arion.js.map +1 -0
- package/dist-cjs/executors/deploy.d.ts +169 -0
- package/dist-cjs/executors/deploy.js +870 -0
- package/dist-cjs/executors/deploy.js.map +1 -0
- package/dist-cjs/executors/filesystem.d.ts +150 -0
- package/dist-cjs/executors/filesystem.js +1159 -0
- package/dist-cjs/executors/filesystem.js.map +1 -0
- package/dist-cjs/executors/index.d.ts +38 -0
- package/dist-cjs/executors/index.js +112 -0
- package/dist-cjs/executors/index.js.map +1 -0
- package/dist-cjs/executors/learning-meta.d.ts +87 -0
- package/dist-cjs/executors/learning-meta.js +1166 -0
- package/dist-cjs/executors/learning-meta.js.map +1 -0
- package/dist-cjs/executors/memory.d.ts +203 -0
- package/dist-cjs/executors/memory.js +797 -0
- package/dist-cjs/executors/memory.js.map +1 -0
- package/dist-cjs/executors/meta.d.ts +73 -0
- package/dist-cjs/executors/meta.js +227 -0
- package/dist-cjs/executors/meta.js.map +1 -0
- package/dist-cjs/executors/process-registry.d.ts +98 -0
- package/dist-cjs/executors/process-registry.js +470 -0
- package/dist-cjs/executors/process-registry.js.map +1 -0
- package/dist-cjs/executors/pty-session-store.d.ts +14 -0
- package/dist-cjs/executors/pty-session-store.js +35 -0
- package/dist-cjs/executors/pty-session-store.js.map +1 -0
- package/dist-cjs/executors/pty.d.ts +133 -0
- package/dist-cjs/executors/pty.js +313 -0
- package/dist-cjs/executors/pty.js.map +1 -0
- package/dist-cjs/executors/restart.d.ts +18 -0
- package/dist-cjs/executors/restart.js +187 -0
- package/dist-cjs/executors/restart.js.map +1 -0
- package/dist-cjs/executors/search-types.d.ts +52 -0
- package/dist-cjs/executors/search-types.js +57 -0
- package/dist-cjs/executors/search-types.js.map +1 -0
- package/dist-cjs/executors/self-diagnose.d.ts +89 -0
- package/dist-cjs/executors/self-diagnose.js +435 -0
- package/dist-cjs/executors/self-diagnose.js.map +1 -0
- package/dist-cjs/executors/session-history.d.ts +75 -0
- package/dist-cjs/executors/session-history.js +321 -0
- package/dist-cjs/executors/session-history.js.map +1 -0
- package/dist-cjs/executors/shell-safety.d.ts +27 -0
- package/dist-cjs/executors/shell-safety.js +479 -0
- package/dist-cjs/executors/shell-safety.js.map +1 -0
- package/dist-cjs/executors/shell.d.ts +168 -0
- package/dist-cjs/executors/shell.js +1002 -0
- package/dist-cjs/executors/shell.js.map +1 -0
- package/dist-cjs/executors/utils.d.ts +20 -0
- package/dist-cjs/executors/utils.js +74 -0
- package/dist-cjs/executors/utils.js.map +1 -0
- package/dist-cjs/executors/web.d.ts +89 -0
- package/dist-cjs/executors/web.js +548 -0
- package/dist-cjs/executors/web.js.map +1 -0
- package/dist-cjs/extraction/content-extraction.d.ts +48 -0
- package/dist-cjs/extraction/content-extraction.js +244 -0
- package/dist-cjs/extraction/content-extraction.js.map +1 -0
- package/dist-cjs/extraction/index.d.ts +4 -0
- package/dist-cjs/extraction/index.js +9 -0
- package/dist-cjs/extraction/index.js.map +1 -0
- package/dist-cjs/headless-control-contract.d.ts +3170 -0
- package/dist-cjs/headless-control-contract.js +973 -0
- package/dist-cjs/headless-control-contract.js.map +1 -0
- package/dist-cjs/index.d.ts +62 -0
- package/dist-cjs/index.js +418 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/local-control-http-auth.d.ts +2 -0
- package/dist-cjs/local-control-http-auth.js +6 -0
- package/dist-cjs/local-control-http-auth.js.map +1 -0
- package/dist-cjs/mcp/client.d.ts +68 -0
- package/dist-cjs/mcp/client.js +186 -0
- package/dist-cjs/mcp/client.js.map +1 -0
- package/dist-cjs/mcp/connection.d.ts +54 -0
- package/dist-cjs/mcp/connection.js +485 -0
- package/dist-cjs/mcp/connection.js.map +1 -0
- package/dist-cjs/mcp/index.d.ts +10 -0
- package/dist-cjs/mcp/index.js +31 -0
- package/dist-cjs/mcp/index.js.map +1 -0
- package/dist-cjs/mcp/jsonrpc.d.ts +36 -0
- package/dist-cjs/mcp/jsonrpc.js +149 -0
- package/dist-cjs/mcp/jsonrpc.js.map +1 -0
- package/dist-cjs/mcp/types.d.ts +178 -0
- package/dist-cjs/mcp/types.js +9 -0
- package/dist-cjs/mcp/types.js.map +1 -0
- package/dist-cjs/network-control-adapter.d.ts +4 -0
- package/dist-cjs/network-control-adapter.js +78 -0
- package/dist-cjs/network-control-adapter.js.map +1 -0
- package/dist-cjs/network-runtime/address-types.d.ts +201 -0
- package/dist-cjs/network-runtime/address-types.js +169 -0
- package/dist-cjs/network-runtime/address-types.js.map +1 -0
- package/dist-cjs/network-runtime/db-owner-fencing.d.ts +43 -0
- package/dist-cjs/network-runtime/db-owner-fencing.js +77 -0
- package/dist-cjs/network-runtime/db-owner-fencing.js.map +1 -0
- package/dist-cjs/network-runtime/delivery-receipts.d.ts +117 -0
- package/dist-cjs/network-runtime/delivery-receipts.js +277 -0
- package/dist-cjs/network-runtime/delivery-receipts.js.map +1 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.d.ts +8 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.js +30 -0
- package/dist-cjs/network-runtime/direct-endpoint-authority.js.map +1 -0
- package/dist-cjs/network-runtime/index.d.ts +24 -0
- package/dist-cjs/network-runtime/index.js +173 -0
- package/dist-cjs/network-runtime/index.js.map +1 -0
- package/dist-cjs/network-runtime/local-control-contract.d.ts +752 -0
- package/dist-cjs/network-runtime/local-control-contract.js +628 -0
- package/dist-cjs/network-runtime/local-control-contract.js.map +1 -0
- package/dist-cjs/network-runtime/node-store-contract.d.ts +49 -0
- package/dist-cjs/network-runtime/node-store-contract.js +39 -0
- package/dist-cjs/network-runtime/node-store-contract.js.map +1 -0
- package/dist-cjs/network-runtime/pair-route-contract.d.ts +100 -0
- package/dist-cjs/network-runtime/pair-route-contract.js +81 -0
- package/dist-cjs/network-runtime/pair-route-contract.js.map +1 -0
- package/dist-cjs/network-runtime/peer-capabilities.d.ts +10 -0
- package/dist-cjs/network-runtime/peer-capabilities.js +38 -0
- package/dist-cjs/network-runtime/peer-capabilities.js.map +1 -0
- package/dist-cjs/network-runtime/peer-principal-ref.d.ts +9 -0
- package/dist-cjs/network-runtime/peer-principal-ref.js +16 -0
- package/dist-cjs/network-runtime/peer-principal-ref.js.map +1 -0
- package/dist-cjs/network-runtime/peer-state-machine.d.ts +70 -0
- package/dist-cjs/network-runtime/peer-state-machine.js +130 -0
- package/dist-cjs/network-runtime/peer-state-machine.js.map +1 -0
- package/dist-cjs/network-runtime/protocol-schemas.d.ts +328 -0
- package/dist-cjs/network-runtime/protocol-schemas.js +213 -0
- package/dist-cjs/network-runtime/protocol-schemas.js.map +1 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.d.ts +81 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.js +64 -0
- package/dist-cjs/network-runtime/runtime-bootstrap-contract.js.map +1 -0
- package/dist-cjs/outlook/desktop-session.d.ts +68 -0
- package/dist-cjs/outlook/desktop-session.js +319 -0
- package/dist-cjs/outlook/desktop-session.js.map +1 -0
- package/dist-cjs/package.json +3 -0
- package/dist-cjs/policy.d.ts +43 -0
- package/dist-cjs/policy.js +156 -0
- package/dist-cjs/policy.js.map +1 -0
- package/dist-cjs/providers/brave.d.ts +10 -0
- package/dist-cjs/providers/brave.js +67 -0
- package/dist-cjs/providers/brave.js.map +1 -0
- package/dist-cjs/providers/duckduckgo.d.ts +18 -0
- package/dist-cjs/providers/duckduckgo.js +181 -0
- package/dist-cjs/providers/duckduckgo.js.map +1 -0
- package/dist-cjs/providers/exa.d.ts +10 -0
- package/dist-cjs/providers/exa.js +68 -0
- package/dist-cjs/providers/exa.js.map +1 -0
- package/dist-cjs/providers/firecrawl.d.ts +10 -0
- package/dist-cjs/providers/firecrawl.js +60 -0
- package/dist-cjs/providers/firecrawl.js.map +1 -0
- package/dist-cjs/providers/index.d.ts +8 -0
- package/dist-cjs/providers/index.js +18 -0
- package/dist-cjs/providers/index.js.map +1 -0
- package/dist-cjs/providers/jina.d.ts +10 -0
- package/dist-cjs/providers/jina.js +54 -0
- package/dist-cjs/providers/jina.js.map +1 -0
- package/dist-cjs/providers/router.d.ts +21 -0
- package/dist-cjs/providers/router.js +101 -0
- package/dist-cjs/providers/router.js.map +1 -0
- package/dist-cjs/providers/search-provider.d.ts +35 -0
- package/dist-cjs/providers/search-provider.js +37 -0
- package/dist-cjs/providers/search-provider.js.map +1 -0
- package/dist-cjs/providers/tavily.d.ts +10 -0
- package/dist-cjs/providers/tavily.js +59 -0
- package/dist-cjs/providers/tavily.js.map +1 -0
- package/dist-cjs/quip/desktop-session.d.ts +69 -0
- package/dist-cjs/quip/desktop-session.js +354 -0
- package/dist-cjs/quip/desktop-session.js.map +1 -0
- package/dist-cjs/registry/index.d.ts +1 -0
- package/dist-cjs/registry/index.js +7 -0
- package/dist-cjs/registry/index.js.map +1 -0
- package/dist-cjs/registry/registry.d.ts +156 -0
- package/dist-cjs/registry/registry.js +762 -0
- package/dist-cjs/registry/registry.js.map +1 -0
- package/dist-cjs/runtime-socket-local-control-client.d.ts +10 -0
- package/dist-cjs/runtime-socket-local-control-client.js +368 -0
- package/dist-cjs/runtime-socket-local-control-client.js.map +1 -0
- package/dist-cjs/security/dns-normalization.d.ts +6 -0
- package/dist-cjs/security/dns-normalization.js +23 -0
- package/dist-cjs/security/dns-normalization.js.map +1 -0
- package/dist-cjs/security/dns-pinning.d.ts +27 -0
- package/dist-cjs/security/dns-pinning.js +161 -0
- package/dist-cjs/security/dns-pinning.js.map +1 -0
- package/dist-cjs/security/external-content.d.ts +40 -0
- package/dist-cjs/security/external-content.js +96 -0
- package/dist-cjs/security/external-content.js.map +1 -0
- package/dist-cjs/security/ssrf.d.ts +40 -0
- package/dist-cjs/security/ssrf.js +222 -0
- package/dist-cjs/security/ssrf.js.map +1 -0
- package/dist-cjs/slack/desktop-session.d.ts +69 -0
- package/dist-cjs/slack/desktop-session.js +367 -0
- package/dist-cjs/slack/desktop-session.js.map +1 -0
- package/dist-cjs/tool-factory.d.ts +46 -0
- package/dist-cjs/tool-factory.js +51 -0
- package/dist-cjs/tool-factory.js.map +1 -0
- package/dist-cjs/types.d.ts +1188 -0
- package/dist-cjs/types.js +9 -0
- package/dist-cjs/types.js.map +1 -0
- package/dist-cjs/utils/retry.d.ts +11 -0
- package/dist-cjs/utils/retry.js +170 -0
- package/dist-cjs/utils/retry.js.map +1 -0
- package/dist-cjs/utils/safe-parse-json.d.ts +26 -0
- package/dist-cjs/utils/safe-parse-json.js +165 -0
- package/dist-cjs/utils/safe-parse-json.js.map +1 -0
- package/dist-cjs/utils/url.d.ts +10 -0
- package/dist-cjs/utils/url.js +24 -0
- package/dist-cjs/utils/url.js.map +1 -0
- package/package.json +55 -0
- package/src/__tests__/web-fetch-download.test.ts +433 -0
- package/src/__tests__/web-tools.test.ts +619 -0
- package/src/ask-user-interaction.ts +33 -0
- package/src/cache/web-cache.ts +110 -0
- package/src/definitions/arion.ts +118 -0
- package/src/definitions/browser/browser.ts +502 -0
- package/src/definitions/browser/index.ts +5 -0
- package/src/definitions/browser/pw-downloads.ts +142 -0
- package/src/definitions/browser/pw-interactions.ts +282 -0
- package/src/definitions/browser/pw-responses.ts +98 -0
- package/src/definitions/browser/pw-session.ts +405 -0
- package/src/definitions/browser/pw-shared.ts +85 -0
- package/src/definitions/browser/pw-snapshot.ts +383 -0
- package/src/definitions/browser/pw-state.ts +101 -0
- package/src/definitions/browser/types.ts +203 -0
- package/src/definitions/core.ts +106 -0
- package/src/definitions/delegation.ts +567 -0
- package/src/definitions/deploy.ts +73 -0
- package/src/definitions/filesystem.ts +253 -0
- package/src/definitions/index.ts +25 -0
- package/src/definitions/memory.ts +150 -0
- package/src/definitions/messaging.ts +734 -0
- package/src/definitions/meta.ts +392 -0
- package/src/definitions/network.ts +179 -0
- package/src/definitions/outlook.ts +318 -0
- package/src/definitions/patch/apply-patch.ts +235 -0
- package/src/definitions/patch/fuzzy-match.ts +217 -0
- package/src/definitions/patch/index.ts +1 -0
- package/src/definitions/patch/patch-parser.ts +297 -0
- package/src/definitions/patch/sandbox-paths.ts +129 -0
- package/src/definitions/process/index.ts +5 -0
- package/src/definitions/process/process-registry.ts +303 -0
- package/src/definitions/process/process.ts +456 -0
- package/src/definitions/process/pty-keys.ts +298 -0
- package/src/definitions/process/session-slug.ts +147 -0
- package/src/definitions/quip.ts +225 -0
- package/src/definitions/session-history.ts +79 -0
- package/src/definitions/shell.ts +202 -0
- package/src/definitions/slack.ts +211 -0
- package/src/definitions/web.ts +119 -0
- package/src/executors/apply-patch.ts +1015 -0
- package/src/executors/arion.ts +199 -0
- package/src/executors/deploy.ts +1066 -0
- package/src/executors/filesystem.ts +1421 -0
- package/src/executors/index.ts +222 -0
- package/src/executors/learning-meta.ts +1367 -0
- package/src/executors/memory.ts +978 -0
- package/src/executors/meta.ts +293 -0
- package/src/executors/process-registry.ts +570 -0
- package/src/executors/pty-session-store.ts +43 -0
- package/src/executors/pty.ts +342 -0
- package/src/executors/restart.ts +168 -0
- package/src/executors/search-types.ts +98 -0
- package/src/executors/self-diagnose.ts +552 -0
- package/src/executors/session-history.ts +435 -0
- package/src/executors/shell-safety.ts +519 -0
- package/src/executors/shell.ts +1243 -0
- package/src/executors/utils.ts +40 -0
- package/src/executors/web.ts +786 -0
- package/src/extraction/content-extraction.ts +281 -0
- package/src/extraction/index.ts +5 -0
- package/src/headless-control-contract.ts +1149 -0
- package/src/index.ts +763 -0
- package/src/local-control-http-auth.ts +2 -0
- package/src/mcp/client.ts +218 -0
- package/src/mcp/connection.ts +568 -0
- package/src/mcp/index.ts +11 -0
- package/src/mcp/jsonrpc.ts +195 -0
- package/src/mcp/types.ts +199 -0
- package/src/network-control-adapter.ts +88 -0
- package/src/network-runtime/address-types.ts +218 -0
- package/src/network-runtime/db-owner-fencing.ts +91 -0
- package/src/network-runtime/delivery-receipts.ts +372 -0
- package/src/network-runtime/direct-endpoint-authority.ts +35 -0
- package/src/network-runtime/index.ts +316 -0
- package/src/network-runtime/local-control-contract.ts +778 -0
- package/src/network-runtime/node-store-contract.ts +46 -0
- package/src/network-runtime/pair-route-contract.ts +97 -0
- package/src/network-runtime/peer-capabilities.ts +48 -0
- package/src/network-runtime/peer-principal-ref.ts +20 -0
- package/src/network-runtime/peer-state-machine.ts +160 -0
- package/src/network-runtime/protocol-schemas.ts +265 -0
- package/src/network-runtime/runtime-bootstrap-contract.ts +83 -0
- package/src/outlook/desktop-session.ts +409 -0
- package/src/policy.ts +171 -0
- package/src/providers/brave.ts +80 -0
- package/src/providers/duckduckgo.ts +199 -0
- package/src/providers/exa.ts +85 -0
- package/src/providers/firecrawl.ts +77 -0
- package/src/providers/index.ts +8 -0
- package/src/providers/jina.ts +70 -0
- package/src/providers/router.ts +121 -0
- package/src/providers/search-provider.ts +74 -0
- package/src/providers/tavily.ts +74 -0
- package/src/quip/desktop-session.ts +435 -0
- package/src/registry/index.ts +1 -0
- package/src/registry/registry.ts +905 -0
- package/src/runtime-socket-local-control-client.ts +632 -0
- package/src/security/dns-normalization.ts +34 -0
- package/src/security/dns-pinning.ts +138 -0
- package/src/security/external-content.ts +129 -0
- package/src/security/ssrf.ts +207 -0
- package/src/slack/desktop-session.ts +493 -0
- package/src/tool-factory.ts +91 -0
- package/src/types.ts +1337 -0
- package/src/utils/retry.ts +163 -0
- package/src/utils/safe-parse-json.ts +176 -0
- package/src/utils/url.ts +20 -0
- package/tests/benchmarks/registry.bench.ts +57 -0
- package/tests/cache/web-cache.test.ts +147 -0
- package/tests/critical-integration.test.ts +1465 -0
- package/tests/definitions/apply-patch.test.ts +586 -0
- package/tests/definitions/browser.test.ts +495 -0
- package/tests/definitions/delegation-pause-resume.test.ts +758 -0
- package/tests/definitions/execution.test.ts +671 -0
- package/tests/definitions/messaging-inbox-scope.test.ts +229 -0
- package/tests/definitions/messaging.test.ts +1468 -0
- package/tests/definitions/outlook.test.ts +30 -0
- package/tests/definitions/process.test.ts +469 -0
- package/tests/definitions/slack.test.ts +28 -0
- package/tests/definitions/tool-inventory.test.ts +207 -0
- package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +433 -0
- package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +81 -0
- package/tests/executors/apply-patch.test.ts +538 -0
- package/tests/executors/arion.test.ts +309 -0
- package/tests/executors/conversation-primitives.test.ts +250 -0
- package/tests/executors/deploy.test.ts +746 -0
- package/tests/executors/filesystem-tools.test.ts +357 -0
- package/tests/executors/filesystem.test.ts +959 -0
- package/tests/executors/memory-bugfixes.test.ts +257 -0
- package/tests/executors/memory-real-memoria.integration.test.ts +316 -0
- package/tests/executors/memory.test.ts +853 -0
- package/tests/executors/meta-tools.test.ts +411 -0
- package/tests/executors/meta.test.ts +683 -0
- package/tests/executors/path-containment.test.ts +51 -0
- package/tests/executors/process-registry.test.ts +505 -0
- package/tests/executors/pty.test.ts +664 -0
- package/tests/executors/quest-security.test.ts +249 -0
- package/tests/executors/read-file-media.test.ts +230 -0
- package/tests/executors/recall-knowledge-schema.test.ts +209 -0
- package/tests/executors/recall-tags.test.ts +278 -0
- package/tests/executors/remember-null-safety.contract.test.ts +41 -0
- package/tests/executors/restart.test.ts +67 -0
- package/tests/executors/search-unified.test.ts +381 -0
- package/tests/executors/session-history.test.ts +340 -0
- package/tests/executors/session-transcript.test.ts +561 -0
- package/tests/executors/shell-abort.test.ts +416 -0
- package/tests/executors/shell-env-blocklist.test.ts +648 -0
- package/tests/executors/shell-env-process.test.ts +245 -0
- package/tests/executors/shell-process-registry.test.ts +334 -0
- package/tests/executors/shell-tools.test.ts +393 -0
- package/tests/executors/shell.test.ts +690 -0
- package/tests/executors/web-abort-vs-timeout.test.ts +213 -0
- package/tests/executors/web-integration.test.ts +633 -0
- package/tests/executors/web-symlink.test.ts +18 -0
- package/tests/executors/web.test.ts +1400 -0
- package/tests/executors/write-stdin.test.ts +145 -0
- package/tests/extraction/content-extraction.test.ts +153 -0
- package/tests/guards/tools-default-test-lane.integration.test.ts +21 -0
- package/tests/guards/tools-package-test-commands.e2e.test.ts +43 -0
- package/tests/guards/tools-test-lane-manifest.contract.test.ts +76 -0
- package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +63 -0
- package/tests/helpers/async-waits.ts +53 -0
- package/tests/integration/headless-control-contract.integration.test.ts +151 -0
- package/tests/integration/memory-tool-schema-parity.integration.test.ts +67 -0
- package/tests/integration/meta-tools-round-trip.integration.test.ts +506 -0
- package/tests/integration/quest-round-trip.test.ts +303 -0
- package/tests/integration/registry-executor-flow.test.ts +85 -0
- package/tests/integration.test.ts +177 -0
- package/tests/loading-tier.test.ts +126 -0
- package/tests/mcp/client-reconnect.test.ts +267 -0
- package/tests/mcp/connection.test.ts +846 -0
- package/tests/mcp/injectable-logger.test.ts +83 -0
- package/tests/mcp/jsonrpc.test.ts +109 -0
- package/tests/mcp/lifecycle.test.ts +879 -0
- package/tests/network-runtime/address-types.contract.test.ts +143 -0
- package/tests/network-runtime/continuity-bind-schema.contract.test.ts +203 -0
- package/tests/network-runtime/local-control-contract.test.ts +869 -0
- package/tests/network-runtime/local-control-invite-token.contract.test.ts +146 -0
- package/tests/network-runtime/node-store-contract.test.ts +11 -0
- package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +15 -0
- package/tests/network-runtime/peer-state-machine.contract.test.ts +148 -0
- package/tests/network-runtime/protocol-schemas.contract.test.ts +512 -0
- package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +62 -0
- package/tests/network-runtime/runtime-bootstrap-contract.test.ts +227 -0
- package/tests/network-runtime/runtime-socket-local-control-client.test.ts +621 -0
- package/tests/network-runtime/wait-for-message-script.test.ts +288 -0
- package/tests/parallel.test.ts +71 -0
- package/tests/policy.test.ts +184 -0
- package/tests/print-default-test-lane.ts +14 -0
- package/tests/print-test-lane-manifest.ts +22 -0
- package/tests/providers/brave.test.ts +159 -0
- package/tests/providers/duckduckgo.test.ts +207 -0
- package/tests/providers/exa.test.ts +175 -0
- package/tests/providers/firecrawl.test.ts +168 -0
- package/tests/providers/jina.test.ts +144 -0
- package/tests/providers/router.test.ts +328 -0
- package/tests/providers/tavily.test.ts +165 -0
- package/tests/registry/discovery.test.ts +154 -0
- package/tests/registry/injectable-logger.test.ts +230 -0
- package/tests/registry/input-validation.test.ts +361 -0
- package/tests/registry/interface-completeness.test.ts +85 -0
- package/tests/registry/mcp-integration.test.ts +103 -0
- package/tests/registry/mcp-read-only-hint.test.ts +60 -0
- package/tests/registry/memoria-discovery.test.ts +390 -0
- package/tests/registry/nested-validation.test.ts +283 -0
- package/tests/registry/pseudo-tool-filtering.test.ts +258 -0
- package/tests/registry/registration-lifecycle.test.ts +133 -0
- package/tests/registry-validation.test.ts +424 -0
- package/tests/registry.test.ts +460 -0
- package/tests/security/dns-pinning.test.ts +162 -0
- package/tests/security/external-content.test.ts +144 -0
- package/tests/security/ssrf.test.ts +118 -0
- package/tests/shell-safety-integration.test.ts +32 -0
- package/tests/shell-safety.test.ts +365 -0
- package/tests/slack/desktop-session.test.ts +50 -0
- package/tests/test-lane-manifest.ts +436 -0
- package/tests/test-utils.ts +27 -0
- package/tests/tool-factory.test.ts +188 -0
- package/tests/utils/retry.test.ts +231 -0
- package/tests/utils/url.test.ts +63 -0
- package/tsconfig.cjs.json +16 -0
- package/tsconfig.json +12 -0
- package/vitest.config.ts +55 -0
- package/vitest.e2e.config.ts +24 -0
- package/vitest.integration.config.ts +24 -0
- package/vitest.native.config.ts +24 -0
|
@@ -0,0 +1,633 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Integration tests for web tool executors
|
|
3
|
+
*
|
|
4
|
+
* These tests verify the full integration of web executors including:
|
|
5
|
+
* - web_search → SearchProviderRouter → mock provider → results
|
|
6
|
+
* - web_fetch → fetchWithSsrf → content retrieval
|
|
7
|
+
* - browse → Readability + Turndown → markdown extraction
|
|
8
|
+
* - Retry on transient failures
|
|
9
|
+
* - SSRF protection and redirect handling
|
|
10
|
+
* - GitHub URL normalization
|
|
11
|
+
*
|
|
12
|
+
* Unlike web.test.ts which uses simple unit test mocks, these tests
|
|
13
|
+
* verify the actual data flow through multiple layers.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
|
|
17
|
+
import * as fs from "node:fs/promises";
|
|
18
|
+
import * as path from "node:path";
|
|
19
|
+
import * as os from "node:os";
|
|
20
|
+
import type { ToolContext } from "../../src/types.js";
|
|
21
|
+
import { executeWebSearch, executeWebFetch, executeBrowse } from "../../src/executors/web.js";
|
|
22
|
+
import { searchCache, fetchCache, browseCache } from "../../src/cache/web-cache.js";
|
|
23
|
+
|
|
24
|
+
const TEST_PUBLIC_LOOKUP_RESULT = [{ address: "93.184.216.34", family: 4 }] as const;
|
|
25
|
+
|
|
26
|
+
function lookupTestAddresses(hostname: string) {
|
|
27
|
+
switch (hostname) {
|
|
28
|
+
case "metadata.internal.test":
|
|
29
|
+
return [{ address: "169.254.169.254", family: 4 }];
|
|
30
|
+
default:
|
|
31
|
+
return TEST_PUBLIC_LOOKUP_RESULT;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
vi.mock("../../src/security/dns-pinning.js", async (importOriginal) => {
|
|
36
|
+
const actual = await importOriginal<typeof import("../../src/security/dns-pinning.js")>();
|
|
37
|
+
const ssrfModule = await import("../../src/security/ssrf.js");
|
|
38
|
+
return {
|
|
39
|
+
...actual,
|
|
40
|
+
fetchWithDnsPinning: vi.fn(async (url: string, init: RequestInit) => {
|
|
41
|
+
const parsed = new URL(url);
|
|
42
|
+
const addresses = lookupTestAddresses(parsed.hostname);
|
|
43
|
+
const privateAddress = addresses.find((entry) => ssrfModule.isPrivateAddress(entry.address));
|
|
44
|
+
if (privateAddress) {
|
|
45
|
+
throw new Error(
|
|
46
|
+
`SSRF protection: ${parsed.hostname} resolves to private address ${privateAddress.address}`,
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
return global.fetch(url, init);
|
|
50
|
+
}),
|
|
51
|
+
};
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
// Helper to create a unique temp directory for each test
|
|
55
|
+
const createTempDir = async (): Promise<string> => {
|
|
56
|
+
const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "aria-web-integration-"));
|
|
57
|
+
return fs.realpath(tempDir);
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
// Helper to clean up temp directory
|
|
61
|
+
const cleanupTempDir = async (dir: string): Promise<void> => {
|
|
62
|
+
await fs.rm(dir, { recursive: true, force: true });
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
// Helper to create a context
|
|
66
|
+
const createContext = (workingDir: string, env: Record<string, string> = {}): ToolContext => ({
|
|
67
|
+
workingDir,
|
|
68
|
+
env,
|
|
69
|
+
});
|
|
70
|
+
|
|
71
|
+
describe("Web Executors Integration Tests", () => {
|
|
72
|
+
let tempDir: string;
|
|
73
|
+
let ctx: ToolContext;
|
|
74
|
+
let originalFetch: typeof global.fetch;
|
|
75
|
+
|
|
76
|
+
beforeEach(async () => {
|
|
77
|
+
tempDir = await createTempDir();
|
|
78
|
+
ctx = createContext(tempDir);
|
|
79
|
+
originalFetch = global.fetch;
|
|
80
|
+
// Clear web caches between tests to prevent cross-test contamination
|
|
81
|
+
searchCache.clear();
|
|
82
|
+
fetchCache.clear();
|
|
83
|
+
browseCache.clear();
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
afterEach(async () => {
|
|
87
|
+
await cleanupTempDir(tempDir);
|
|
88
|
+
global.fetch = originalFetch;
|
|
89
|
+
vi.restoreAllMocks();
|
|
90
|
+
});
|
|
91
|
+
|
|
92
|
+
describe("executeWebSearch integration", () => {
|
|
93
|
+
it("should route through SearchProviderRouter to Tavily with valid results", async () => {
|
|
94
|
+
const mockResults = [
|
|
95
|
+
{
|
|
96
|
+
title: "Integration Test Result",
|
|
97
|
+
url: "https://example.com/integration",
|
|
98
|
+
content: "This is integration test content from Tavily",
|
|
99
|
+
score: 0.95,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
title: "Second Result",
|
|
103
|
+
url: "https://example.com/second",
|
|
104
|
+
content: "More content here",
|
|
105
|
+
score: 0.85,
|
|
106
|
+
},
|
|
107
|
+
];
|
|
108
|
+
|
|
109
|
+
const mockResponse = new Response(JSON.stringify({ results: mockResults }), {
|
|
110
|
+
status: 200,
|
|
111
|
+
headers: { "Content-Type": "application/json" },
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
const mockFetch = vi.fn().mockResolvedValue(mockResponse);
|
|
115
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
116
|
+
|
|
117
|
+
const ctxWithKey = createContext(tempDir, { TAVILY_API_KEY: "test-integration-key" });
|
|
118
|
+
const result = await executeWebSearch(
|
|
119
|
+
{ query: "integration testing best practices", limit: 10 },
|
|
120
|
+
ctxWithKey,
|
|
121
|
+
);
|
|
122
|
+
|
|
123
|
+
expect(result.success).toBe(true);
|
|
124
|
+
expect(result.message).toContain("integration testing best practices");
|
|
125
|
+
expect(result.data).toMatchObject({
|
|
126
|
+
query: "integration testing best practices",
|
|
127
|
+
results: expect.arrayContaining([
|
|
128
|
+
expect.objectContaining({
|
|
129
|
+
title: "Integration Test Result",
|
|
130
|
+
url: "https://example.com/integration",
|
|
131
|
+
}),
|
|
132
|
+
]),
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
// Verify the API was called with correct parameters
|
|
136
|
+
expect(mockFetch).toHaveBeenCalledWith(
|
|
137
|
+
"https://api.tavily.com/search",
|
|
138
|
+
expect.objectContaining({
|
|
139
|
+
method: "POST",
|
|
140
|
+
body: expect.stringContaining("integration testing best practices"),
|
|
141
|
+
}),
|
|
142
|
+
);
|
|
143
|
+
});
|
|
144
|
+
|
|
145
|
+
it("should handle empty results from provider", async () => {
|
|
146
|
+
const mockResponse = new Response(JSON.stringify({ results: [] }), {
|
|
147
|
+
status: 200,
|
|
148
|
+
headers: { "Content-Type": "application/json" },
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
152
|
+
|
|
153
|
+
const ctxWithKey = createContext(tempDir, { TAVILY_API_KEY: "test-key" });
|
|
154
|
+
const result = await executeWebSearch({ query: "nonexistent query 12345xyz" }, ctxWithKey);
|
|
155
|
+
|
|
156
|
+
expect(result.success).toBe(true);
|
|
157
|
+
expect(result.data).toMatchObject({
|
|
158
|
+
query: "nonexistent query 12345xyz",
|
|
159
|
+
results: [],
|
|
160
|
+
});
|
|
161
|
+
});
|
|
162
|
+
|
|
163
|
+
it("should retry on transient failures", async () => {
|
|
164
|
+
let callCount = 0;
|
|
165
|
+
const mockFetch = vi.fn().mockImplementation(() => {
|
|
166
|
+
callCount++;
|
|
167
|
+
if (callCount < 2) {
|
|
168
|
+
// First call fails with network error
|
|
169
|
+
return Promise.reject(new Error("Network error"));
|
|
170
|
+
}
|
|
171
|
+
// Second call succeeds
|
|
172
|
+
return Promise.resolve(
|
|
173
|
+
new Response(
|
|
174
|
+
JSON.stringify({
|
|
175
|
+
results: [
|
|
176
|
+
{ title: "Success", url: "https://example.com", content: "content", score: 0.9 },
|
|
177
|
+
],
|
|
178
|
+
}),
|
|
179
|
+
{
|
|
180
|
+
status: 200,
|
|
181
|
+
headers: { "Content-Type": "application/json" },
|
|
182
|
+
},
|
|
183
|
+
),
|
|
184
|
+
);
|
|
185
|
+
});
|
|
186
|
+
|
|
187
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
188
|
+
|
|
189
|
+
const ctxWithKey = createContext(tempDir, { TAVILY_API_KEY: "test-key" });
|
|
190
|
+
const result = await executeWebSearch({ query: "retry test" }, ctxWithKey);
|
|
191
|
+
|
|
192
|
+
// SearchProviderRouter tries providers in priority order; a network error
|
|
193
|
+
// causes it to fall through to the next provider or fail.
|
|
194
|
+
// The assertion must be unconditional.
|
|
195
|
+
expect(callCount).toBeGreaterThanOrEqual(1);
|
|
196
|
+
expect(result).toHaveProperty("success");
|
|
197
|
+
expect(result).toHaveProperty("message");
|
|
198
|
+
});
|
|
199
|
+
});
|
|
200
|
+
|
|
201
|
+
describe("executeWebFetch integration", () => {
|
|
202
|
+
it("should fetch content with retry on transient failure", async () => {
|
|
203
|
+
let attemptCount = 0;
|
|
204
|
+
const mockFetch = vi.fn().mockImplementation(() => {
|
|
205
|
+
attemptCount++;
|
|
206
|
+
if (attemptCount === 1) {
|
|
207
|
+
// First attempt fails with retryable error
|
|
208
|
+
const err = Object.assign(new Error("ECONNRESET"), { code: "ECONNRESET" });
|
|
209
|
+
return Promise.reject(err);
|
|
210
|
+
}
|
|
211
|
+
// Second attempt succeeds
|
|
212
|
+
return Promise.resolve(
|
|
213
|
+
new Response("Fetched content after retry", {
|
|
214
|
+
status: 200,
|
|
215
|
+
headers: { "Content-Type": "text/plain" },
|
|
216
|
+
}),
|
|
217
|
+
);
|
|
218
|
+
});
|
|
219
|
+
|
|
220
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
221
|
+
|
|
222
|
+
const result = await executeWebFetch({ url: "https://example.com/flaky" }, ctx);
|
|
223
|
+
|
|
224
|
+
// fetchWithRetry is wired in — retry should succeed
|
|
225
|
+
expect(attemptCount).toBe(2);
|
|
226
|
+
expect(result.success).toBe(true);
|
|
227
|
+
expect(result.data).toMatchObject({
|
|
228
|
+
status: 200,
|
|
229
|
+
});
|
|
230
|
+
});
|
|
231
|
+
|
|
232
|
+
it("should follow redirects with SSRF validation per hop", async () => {
|
|
233
|
+
const mockFetch = vi
|
|
234
|
+
.fn()
|
|
235
|
+
.mockResolvedValueOnce(
|
|
236
|
+
// First call: redirect
|
|
237
|
+
new Response(null, {
|
|
238
|
+
status: 302,
|
|
239
|
+
headers: { Location: "https://redirect.example.com/target" },
|
|
240
|
+
}),
|
|
241
|
+
)
|
|
242
|
+
.mockResolvedValueOnce(
|
|
243
|
+
// Second call: final content
|
|
244
|
+
new Response("Final content after redirect", {
|
|
245
|
+
status: 200,
|
|
246
|
+
headers: { "Content-Type": "text/plain" },
|
|
247
|
+
}),
|
|
248
|
+
);
|
|
249
|
+
|
|
250
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
251
|
+
|
|
252
|
+
const result = await executeWebFetch({ url: "https://example.com/redirect-me" }, ctx);
|
|
253
|
+
|
|
254
|
+
expect(result.success).toBe(true);
|
|
255
|
+
expect(mockFetch).toHaveBeenCalledTimes(2);
|
|
256
|
+
expect(mockFetch).toHaveBeenNthCalledWith(
|
|
257
|
+
1,
|
|
258
|
+
"https://example.com/redirect-me",
|
|
259
|
+
expect.objectContaining({ redirect: "manual" }),
|
|
260
|
+
);
|
|
261
|
+
expect(mockFetch).toHaveBeenNthCalledWith(
|
|
262
|
+
2,
|
|
263
|
+
"https://redirect.example.com/target",
|
|
264
|
+
expect.objectContaining({ redirect: "manual" }),
|
|
265
|
+
);
|
|
266
|
+
});
|
|
267
|
+
|
|
268
|
+
it("should enforce response size limit with streaming", async () => {
|
|
269
|
+
// Create a large content stream that exceeds limit
|
|
270
|
+
const largeContent = "x".repeat(2 * 1024 * 1024); // 2MB
|
|
271
|
+
const mockResponse = new Response(largeContent, {
|
|
272
|
+
status: 200,
|
|
273
|
+
headers: { "Content-Type": "text/plain" },
|
|
274
|
+
});
|
|
275
|
+
|
|
276
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
277
|
+
|
|
278
|
+
const result = await executeWebFetch(
|
|
279
|
+
{
|
|
280
|
+
url: "https://example.com/large",
|
|
281
|
+
maxSizeBytes: 1024, // 1KB limit
|
|
282
|
+
},
|
|
283
|
+
ctx,
|
|
284
|
+
);
|
|
285
|
+
|
|
286
|
+
expect(result.success).toBe(false);
|
|
287
|
+
expect(result.message).toContain("exceeds maximum");
|
|
288
|
+
});
|
|
289
|
+
|
|
290
|
+
it("should handle JSON parsing with format option", async () => {
|
|
291
|
+
const jsonData = { status: "ok", data: [1, 2, 3], nested: { value: "test" } };
|
|
292
|
+
const mockResponse = new Response(JSON.stringify(jsonData), {
|
|
293
|
+
status: 200,
|
|
294
|
+
headers: { "Content-Type": "application/json" },
|
|
295
|
+
});
|
|
296
|
+
|
|
297
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
298
|
+
|
|
299
|
+
const result = await executeWebFetch(
|
|
300
|
+
{ url: "https://api.example.com/data", format: "json" },
|
|
301
|
+
ctx,
|
|
302
|
+
);
|
|
303
|
+
|
|
304
|
+
expect(result.success).toBe(true);
|
|
305
|
+
const data = result.data as { content: typeof jsonData };
|
|
306
|
+
expect(data.content).toEqual(jsonData);
|
|
307
|
+
});
|
|
308
|
+
});
|
|
309
|
+
|
|
310
|
+
describe("executeBrowse integration", () => {
|
|
311
|
+
it("should extract markdown from HTML using Readability + Turndown", async () => {
|
|
312
|
+
const htmlContent = `
|
|
313
|
+
<!DOCTYPE html>
|
|
314
|
+
<html>
|
|
315
|
+
<head><title>Test Article</title></head>
|
|
316
|
+
<body>
|
|
317
|
+
<h1>Main Heading</h1>
|
|
318
|
+
<p>This is a paragraph with <strong>bold</strong> text.</p>
|
|
319
|
+
<ul>
|
|
320
|
+
<li>List item 1</li>
|
|
321
|
+
<li>List item 2</li>
|
|
322
|
+
</ul>
|
|
323
|
+
<script>console.log('should be removed');</script>
|
|
324
|
+
</body>
|
|
325
|
+
</html>
|
|
326
|
+
`;
|
|
327
|
+
|
|
328
|
+
const mockResponse = new Response(htmlContent, {
|
|
329
|
+
status: 200,
|
|
330
|
+
headers: { "Content-Type": "text/html" },
|
|
331
|
+
});
|
|
332
|
+
|
|
333
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
334
|
+
|
|
335
|
+
const result = await executeBrowse({ url: "https://example.com/article" }, ctx);
|
|
336
|
+
|
|
337
|
+
expect(result.success).toBe(true);
|
|
338
|
+
const data = result.data as { url: string; title: string; content: string };
|
|
339
|
+
|
|
340
|
+
expect(data.url).toBe("https://example.com/article");
|
|
341
|
+
expect(data.title).toBe("Test Article");
|
|
342
|
+
|
|
343
|
+
// Content should be stripped HTML (current implementation uses stripHtml, not Readability/Turndown)
|
|
344
|
+
// The content should not contain script tags
|
|
345
|
+
expect(data.content).not.toContain("console.log");
|
|
346
|
+
expect(data.content).toContain("Main Heading");
|
|
347
|
+
expect(data.content).toContain("This is a paragraph");
|
|
348
|
+
});
|
|
349
|
+
|
|
350
|
+
it("should handle GitHub URL normalization to raw content", async () => {
|
|
351
|
+
// GitHub URLs should be converted to raw URLs before fetching
|
|
352
|
+
const mockResponse = new Response("# README\n\nThis is raw markdown content", {
|
|
353
|
+
status: 200,
|
|
354
|
+
headers: { "Content-Type": "text/plain" },
|
|
355
|
+
});
|
|
356
|
+
|
|
357
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
358
|
+
|
|
359
|
+
const result = await executeBrowse(
|
|
360
|
+
{ url: "https://github.com/user/repo/blob/main/README.md" },
|
|
361
|
+
ctx,
|
|
362
|
+
);
|
|
363
|
+
|
|
364
|
+
// Current implementation may not do GitHub URL normalization
|
|
365
|
+
// This documents expected behavior
|
|
366
|
+
expect(result.success).toBe(true);
|
|
367
|
+
});
|
|
368
|
+
|
|
369
|
+
it("should truncate content exceeding 50K characters", async () => {
|
|
370
|
+
const longContent = `
|
|
371
|
+
<!DOCTYPE html>
|
|
372
|
+
<html>
|
|
373
|
+
<head><title>Long Article</title></head>
|
|
374
|
+
<body>
|
|
375
|
+
<p>${"Very long content. ".repeat(10000)}</p>
|
|
376
|
+
</body>
|
|
377
|
+
</html>
|
|
378
|
+
`;
|
|
379
|
+
|
|
380
|
+
const mockResponse = new Response(longContent, {
|
|
381
|
+
status: 200,
|
|
382
|
+
headers: { "Content-Type": "text/html" },
|
|
383
|
+
});
|
|
384
|
+
|
|
385
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
386
|
+
|
|
387
|
+
const result = await executeBrowse({ url: "https://example.com/long" }, ctx);
|
|
388
|
+
|
|
389
|
+
expect(result.success).toBe(true);
|
|
390
|
+
const data = result.data as { content: string };
|
|
391
|
+
|
|
392
|
+
// Browse now uses 50K limit + external content security wrapping (~100 chars overhead)
|
|
393
|
+
// The content should contain truncation notice
|
|
394
|
+
expect(data.content).toContain("[Content truncated]");
|
|
395
|
+
});
|
|
396
|
+
|
|
397
|
+
it("should retry on transient network failures", async () => {
|
|
398
|
+
let attemptCount = 0;
|
|
399
|
+
const mockFetch = vi.fn().mockImplementation(() => {
|
|
400
|
+
attemptCount++;
|
|
401
|
+
if (attemptCount === 1) {
|
|
402
|
+
const err = Object.assign(new Error("ETIMEDOUT"), { code: "ETIMEDOUT" });
|
|
403
|
+
return Promise.reject(err);
|
|
404
|
+
}
|
|
405
|
+
return Promise.resolve(
|
|
406
|
+
new Response("<html><head><title>Success</title></head><body>Content</body></html>", {
|
|
407
|
+
status: 200,
|
|
408
|
+
headers: { "Content-Type": "text/html" },
|
|
409
|
+
}),
|
|
410
|
+
);
|
|
411
|
+
});
|
|
412
|
+
|
|
413
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
414
|
+
|
|
415
|
+
const result = await executeBrowse({ url: "https://example.com/flaky" }, ctx);
|
|
416
|
+
|
|
417
|
+
// fetchWithRetry is wired in — retry should succeed
|
|
418
|
+
expect(attemptCount).toBe(2);
|
|
419
|
+
expect(result.success).toBe(true);
|
|
420
|
+
expect(result.data).toHaveProperty("content");
|
|
421
|
+
});
|
|
422
|
+
|
|
423
|
+
it("should handle timeout on slow responses", async () => {
|
|
424
|
+
vi.stubGlobal(
|
|
425
|
+
"fetch",
|
|
426
|
+
vi.fn().mockImplementation((_url: string, options?: RequestInit) => {
|
|
427
|
+
return new Promise((_resolve, reject) => {
|
|
428
|
+
const signal = options?.signal;
|
|
429
|
+
if (signal) {
|
|
430
|
+
signal.addEventListener("abort", () => {
|
|
431
|
+
const abortError = new Error("The operation was aborted");
|
|
432
|
+
abortError.name = "AbortError";
|
|
433
|
+
reject(abortError);
|
|
434
|
+
});
|
|
435
|
+
}
|
|
436
|
+
});
|
|
437
|
+
}),
|
|
438
|
+
);
|
|
439
|
+
|
|
440
|
+
const result = await executeBrowse({ url: "https://example.com/slow", timeoutMs: 100 }, ctx);
|
|
441
|
+
|
|
442
|
+
expect(result.success).toBe(false);
|
|
443
|
+
expect(result.message).toContain("timed out");
|
|
444
|
+
});
|
|
445
|
+
});
|
|
446
|
+
|
|
447
|
+
describe("SSRF protection integration", () => {
|
|
448
|
+
it("should validate URLs before making requests", async () => {
|
|
449
|
+
// Invalid URL format
|
|
450
|
+
const result1 = await executeWebFetch({ url: "not-a-url" }, ctx);
|
|
451
|
+
expect(result1.success).toBe(false);
|
|
452
|
+
expect(result1.message).toContain("Invalid URL");
|
|
453
|
+
|
|
454
|
+
// Non-HTTP protocol
|
|
455
|
+
const result2 = await executeWebFetch({ url: "file:///etc/passwd" }, ctx);
|
|
456
|
+
expect(result2.success).toBe(false);
|
|
457
|
+
expect(result2.message).toContain("protocol");
|
|
458
|
+
|
|
459
|
+
// FTP protocol
|
|
460
|
+
const result3 = await executeWebFetch({ url: "ftp://example.com/file" }, ctx);
|
|
461
|
+
expect(result3.success).toBe(false);
|
|
462
|
+
expect(result3.message).toContain("protocol");
|
|
463
|
+
});
|
|
464
|
+
|
|
465
|
+
it("should block requests resolving to private IPs", async () => {
|
|
466
|
+
// Mock DNS to resolve to private IP
|
|
467
|
+
const mockDns = {
|
|
468
|
+
promises: {
|
|
469
|
+
lookup: vi.fn().mockResolvedValue({ address: "192.168.1.1", family: 4 }),
|
|
470
|
+
},
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
// This test requires mocking the dns module, which is complex
|
|
474
|
+
// The behavior is tested in unit tests for validateUrl in ssrf.ts
|
|
475
|
+
// This integration test documents the expected behavior
|
|
476
|
+
});
|
|
477
|
+
|
|
478
|
+
it("should block redirects to private IPs", async () => {
|
|
479
|
+
// First fetch returns redirect to private IP
|
|
480
|
+
const mockFetch = vi.fn().mockResolvedValueOnce(
|
|
481
|
+
new Response(null, {
|
|
482
|
+
status: 302,
|
|
483
|
+
headers: { Location: "http://169.254.169.254/metadata" },
|
|
484
|
+
}),
|
|
485
|
+
);
|
|
486
|
+
|
|
487
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
488
|
+
|
|
489
|
+
// This would be blocked by validateUrl on the redirect target
|
|
490
|
+
// The actual blocking is tested in web.test.ts SSRF redirect protection tests
|
|
491
|
+
});
|
|
492
|
+
});
|
|
493
|
+
|
|
494
|
+
describe("Response streaming and size limits", () => {
|
|
495
|
+
it("should stream response body and enforce byte limits", async () => {
|
|
496
|
+
// Create a response with chunked encoding (no Content-Length)
|
|
497
|
+
const chunks = ["chunk1", "chunk2", "chunk3"];
|
|
498
|
+
let chunkIndex = 0;
|
|
499
|
+
|
|
500
|
+
const stream = new ReadableStream({
|
|
501
|
+
async pull(controller) {
|
|
502
|
+
if (chunkIndex < chunks.length) {
|
|
503
|
+
controller.enqueue(new TextEncoder().encode(chunks[chunkIndex]!));
|
|
504
|
+
chunkIndex++;
|
|
505
|
+
} else {
|
|
506
|
+
controller.close();
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
});
|
|
510
|
+
|
|
511
|
+
const mockResponse = new Response(stream, {
|
|
512
|
+
status: 200,
|
|
513
|
+
headers: { "Content-Type": "text/plain" },
|
|
514
|
+
});
|
|
515
|
+
|
|
516
|
+
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(mockResponse));
|
|
517
|
+
|
|
518
|
+
const result = await executeWebFetch(
|
|
519
|
+
{ url: "https://example.com/chunked", maxSizeBytes: 100 },
|
|
520
|
+
ctx,
|
|
521
|
+
);
|
|
522
|
+
|
|
523
|
+
expect(result.success).toBe(true);
|
|
524
|
+
const data = result.data as { content: string };
|
|
525
|
+
// Content is now wrapped with security boundaries but should contain all chunks
|
|
526
|
+
expect(data.content).toContain("chunk1chunk2chunk3");
|
|
527
|
+
});
|
|
528
|
+
});
|
|
529
|
+
|
|
530
|
+
describe("Custom headers and request options", () => {
|
|
531
|
+
it("should pass custom headers to fetch", async () => {
|
|
532
|
+
const mockFetch = vi.fn().mockResolvedValue(
|
|
533
|
+
new Response("ok", {
|
|
534
|
+
status: 200,
|
|
535
|
+
}),
|
|
536
|
+
);
|
|
537
|
+
|
|
538
|
+
vi.stubGlobal("fetch", mockFetch);
|
|
539
|
+
|
|
540
|
+
const result = await executeWebFetch(
|
|
541
|
+
{
|
|
542
|
+
url: "https://api.example.com/endpoint",
|
|
543
|
+
headers: {
|
|
544
|
+
Authorization: "Bearer token123",
|
|
545
|
+
"X-Custom-Header": "custom-value",
|
|
546
|
+
},
|
|
547
|
+
},
|
|
548
|
+
ctx,
|
|
549
|
+
);
|
|
550
|
+
|
|
551
|
+
expect(result.success).toBe(true);
|
|
552
|
+
expect(mockFetch).toHaveBeenCalledTimes(1);
|
|
553
|
+
expect(mockFetch).toHaveBeenCalledWith(
|
|
554
|
+
"https://api.example.com/endpoint",
|
|
555
|
+
expect.objectContaining({
|
|
556
|
+
headers: {
|
|
557
|
+
Authorization: "Bearer token123",
|
|
558
|
+
"X-Custom-Header": "custom-value",
|
|
559
|
+
},
|
|
560
|
+
redirect: "manual",
|
|
561
|
+
}),
|
|
562
|
+
);
|
|
563
|
+
});
|
|
564
|
+
|
|
565
|
+
it("should respect custom timeout values", async () => {
|
|
566
|
+
let timeoutReceived = 0;
|
|
567
|
+
|
|
568
|
+
vi.stubGlobal(
|
|
569
|
+
"fetch",
|
|
570
|
+
vi.fn().mockImplementation((_url: string, options?: RequestInit) => {
|
|
571
|
+
return new Promise((_resolve, reject) => {
|
|
572
|
+
const signal = options?.signal;
|
|
573
|
+
if (signal) {
|
|
574
|
+
signal.addEventListener("abort", () => {
|
|
575
|
+
timeoutReceived = Date.now();
|
|
576
|
+
const abortError = new Error("The operation was aborted");
|
|
577
|
+
abortError.name = "AbortError";
|
|
578
|
+
reject(abortError);
|
|
579
|
+
});
|
|
580
|
+
}
|
|
581
|
+
});
|
|
582
|
+
}),
|
|
583
|
+
);
|
|
584
|
+
|
|
585
|
+
const startTime = Date.now();
|
|
586
|
+
const result = await executeWebFetch(
|
|
587
|
+
{ url: "https://example.com/slow", timeoutMs: 200 },
|
|
588
|
+
ctx,
|
|
589
|
+
);
|
|
590
|
+
|
|
591
|
+
const elapsed = timeoutReceived - startTime;
|
|
592
|
+
|
|
593
|
+
expect(result.success).toBe(false);
|
|
594
|
+
expect(result.message).toContain("timed out");
|
|
595
|
+
expect(elapsed).toBeGreaterThanOrEqual(180); // Allow 10% margin
|
|
596
|
+
expect(elapsed).toBeLessThanOrEqual(300);
|
|
597
|
+
});
|
|
598
|
+
});
|
|
599
|
+
|
|
600
|
+
describe("Context abort signal integration", () => {
|
|
601
|
+
it("should cancel request when context abort signal is triggered", async () => {
|
|
602
|
+
const abortController = new AbortController();
|
|
603
|
+
const ctxWithSignal: ToolContext = {
|
|
604
|
+
...ctx,
|
|
605
|
+
abortSignal: abortController.signal,
|
|
606
|
+
};
|
|
607
|
+
|
|
608
|
+
vi.stubGlobal(
|
|
609
|
+
"fetch",
|
|
610
|
+
vi.fn().mockImplementation((_url: string, options?: RequestInit) => {
|
|
611
|
+
return new Promise((_resolve, reject) => {
|
|
612
|
+
const signal = options?.signal;
|
|
613
|
+
if (signal) {
|
|
614
|
+
signal.addEventListener("abort", () => {
|
|
615
|
+
const abortError = new Error("The operation was aborted");
|
|
616
|
+
abortError.name = "AbortError";
|
|
617
|
+
reject(abortError);
|
|
618
|
+
});
|
|
619
|
+
}
|
|
620
|
+
});
|
|
621
|
+
}),
|
|
622
|
+
);
|
|
623
|
+
|
|
624
|
+
// Trigger abort after 50ms
|
|
625
|
+
setTimeout(() => abortController.abort(), 50);
|
|
626
|
+
|
|
627
|
+
const result = await executeWebFetch({ url: "https://example.com/slow" }, ctxWithSignal);
|
|
628
|
+
|
|
629
|
+
expect(result.success).toBe(false);
|
|
630
|
+
expect(result.message).toContain("cancelled");
|
|
631
|
+
});
|
|
632
|
+
});
|
|
633
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @aria/tools - Web download symlink bypass tests (C2)
|
|
3
|
+
*
|
|
4
|
+
* These tests verified symlink-based path traversal protection in the
|
|
5
|
+
* download executor. The download tool was removed in aria-c3x.
|
|
6
|
+
*
|
|
7
|
+
* The underlying symlink protection (resolveWithSymlinks + isPathWithinBase)
|
|
8
|
+
* is still used by other filesystem executors and is tested elsewhere.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
import { describe, it } from "vitest";
|
|
12
|
+
|
|
13
|
+
describe("Web download symlink bypass protection", () => {
|
|
14
|
+
it("download tool removed in aria-c3x — symlink protection tested via filesystem executors", () => {
|
|
15
|
+
// All download-specific symlink tests removed.
|
|
16
|
+
// resolveWithSymlinks + isPathWithinBase are still covered in filesystem executor tests.
|
|
17
|
+
});
|
|
18
|
+
});
|