@xrkseek/harness-cli 0.1.3 → 0.1.5
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/README.md +41 -22
- package/dist/commands/plugin.js +16 -16
- package/dist/commands/plugin.js.map +1 -1
- package/dist/commands/serve.d.ts.map +1 -1
- package/dist/commands/serve.js +34 -3
- package/dist/commands/serve.js.map +1 -1
- package/dist/log.d.ts +6 -1
- package/dist/log.d.ts.map +1 -1
- package/dist/log.js +20 -6
- package/dist/log.js.map +1 -1
- package/dist/parse-args.js +8 -8
- package/dist/plugin/index.js +5 -5
- package/dist/plugin/index.js.map +1 -1
- package/dist/plugin/remap-inject.d.ts.map +1 -1
- package/dist/plugin/remap-inject.js +1 -0
- package/dist/plugin/remap-inject.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- package/node_modules/@xrkseek/server-face/dist/auto-review-slash.d.ts +11 -0
- package/node_modules/@xrkseek/server-face/dist/auto-review-slash.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/auto-review-slash.js +13 -0
- package/node_modules/@xrkseek/server-face/dist/auto-review-slash.js.map +1 -0
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +15 -22
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +19 -16
- package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts +2 -1
- package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/index.js +2 -1
- package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +1 -0
- package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js +9 -13
- package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts +22 -5
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js +31 -5
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts +42 -7
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js +182 -24
- package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js +26 -8
- package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/index.js +12 -4
- package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts +10 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js +192 -0
- package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +29 -1
- package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +3 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +4 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +9 -10
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.d.ts +11 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.js +13 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts +41 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js +422 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts +21 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js +34 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +277 -23
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +4 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +52 -27
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +3 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +3 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +53 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +21 -18
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +28 -15
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +77 -24
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +24 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +39 -10
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts +71 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js +349 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts +53 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js +233 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts +4 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js +86 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts +15 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js +41 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts +22 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js +183 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts +68 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js +511 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts +34 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js +179 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts +19 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js +102 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +31 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +698 -33
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +4 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js +18 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +6 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +204 -54
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +194 -22
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts +3 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js +82 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts +51 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +47 -13
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +146 -27
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +22 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +21 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +42 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +25 -7
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts +12 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js +40 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +7 -12
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +5 -8
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts +5 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js +31 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts +37 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js +96 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts +6 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js +2 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js.map +1 -0
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +66 -4
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +2 -2
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +3 -3
- package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js +1 -1
- package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
- package/node_modules/@xrkseek/server-http/package.json +7 -1
- package/node_modules/qrcode-generator/README.md +101 -0
- package/node_modules/qrcode-generator/package.json +30 -0
- package/node_modules/qrcode-generator/qrcode.d.ts +57 -0
- package/node_modules/qrcode-generator/qrcode.js +2297 -0
- package/node_modules/qrcode-generator/qrcode_SJIS.js +30 -0
- package/node_modules/qrcode-generator/qrcode_UTF8.js +26 -0
- package/node_modules/qrcode-generator/sample.html +49 -0
- package/node_modules/qrcode-generator/sample.js +49 -0
- package/node_modules/qrcode-generator/test/qrcode.js +118 -0
- package/package.json +4 -2
- package/product-web/assets/index-BNGm-t1O.js +112 -0
- package/product-web/assets/index-BNGm-t1O.js.map +1 -0
- package/product-web/boot.json +1 -1
- package/product-web/index.html +1 -1
- package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-modules/client.js +7 -6
- package/product-web/plugins/@xrkseek/client-runtime/client.js +7 -0
- package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +38 -38
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +178 -185
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +7 -7
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
- package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +27 -19
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +57 -57
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +45 -45
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
- package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +142 -142
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +55 -55
- package/product-web/assets/index-C_NG-17x.js +0 -112
- package/product-web/assets/index-C_NG-17x.js.map +0 -1
package/product-web/boot.json
CHANGED
package/product-web/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
8
8
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
9
9
|
<title>XRK Harness</title>
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-BNGm-t1O.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-CeMKrCZm.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/vendor-CjyC-hUb.css">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="/assets/index-C0u-TtQQ.css">
|
|
@@ -884,11 +884,11 @@ window.__ModuleLoader__.load({
|
|
|
884
884
|
document.head.appendChild(tag);
|
|
885
885
|
}
|
|
886
886
|
var LanguageRow_module_css_default = {
|
|
887
|
-
"title": "jLfXEq_title",
|
|
888
887
|
"rowText": "jLfXEq_rowText",
|
|
889
|
-
"
|
|
888
|
+
"selector": "jLfXEq_selector",
|
|
890
889
|
"row": "jLfXEq_row",
|
|
891
|
-
"
|
|
890
|
+
"title": "jLfXEq_title",
|
|
891
|
+
"chevron": "jLfXEq_chevron"
|
|
892
892
|
};
|
|
893
893
|
//#endregion
|
|
894
894
|
//#region src/client/LanguageRow.tsx
|
|
@@ -21,6 +21,7 @@ window.__ModuleLoader__.load({
|
|
|
21
21
|
"@deepseek-ai/dsh-client-ui-reference": "@xrkseek/client-ui-reference",
|
|
22
22
|
"@deepseek-ai/dsh-client-web-react": "@xrkseek/client-web-react",
|
|
23
23
|
"@deepseek-ai/dsh-client-schema-form": "@xrkseek/client-schema-form",
|
|
24
|
+
"@deepseek-ai/dsh-client-modules": "@xrkseek/client-modules",
|
|
24
25
|
"@deepseek-ai/dsh-api-remotes": "@xrkseek/xrk-api-remotes",
|
|
25
26
|
"@deepseek-ai/dsh-api-gateway": "@xrkseek/xrk-api-gateway"
|
|
26
27
|
};
|
|
@@ -194,12 +195,12 @@ window.__ModuleLoader__.load({
|
|
|
194
195
|
return stripClientSuffix(mapped ?? spec);
|
|
195
196
|
}
|
|
196
197
|
async import(specifier) {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
const
|
|
202
|
-
if (
|
|
198
|
+
const direct = this.lookupRequire(specifier);
|
|
199
|
+
if (direct !== void 0) return direct;
|
|
200
|
+
const mapped = remapDshClientRequire(specifier);
|
|
201
|
+
if (mapped !== void 0 && mapped !== specifier) {
|
|
202
|
+
const viaAlias = this.lookupRequire(mapped);
|
|
203
|
+
if (viaAlias !== void 0) return viaAlias;
|
|
203
204
|
}
|
|
204
205
|
const existing = this.loadCache.get(specifier);
|
|
205
206
|
if (existing !== void 0) return existing.exports;
|
|
@@ -215,6 +215,13 @@ window.__ModuleLoader__.load({
|
|
|
215
215
|
return this._core.onEntryError(fn);
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
|
+
* Report an entry boundary crash (same channel the React slot renderer uses).
|
|
219
|
+
* Tests and host supervision may call this directly.
|
|
220
|
+
*/
|
|
221
|
+
reportEntryError(key, entry, error, info) {
|
|
222
|
+
this._core.reportEntryError(key, entry, error, info);
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
218
225
|
* Look up a declared spec (register-declared or the built-in 'root').
|
|
219
226
|
* @param key - SlotMap key.
|
|
220
227
|
* @returns spec or undefined.
|
|
@@ -151,8 +151,8 @@ window.__ModuleLoader__.load({
|
|
|
151
151
|
document.head.appendChild(tag);
|
|
152
152
|
}
|
|
153
153
|
var AgentPresetLabel_module_css_default = {
|
|
154
|
-
"
|
|
155
|
-
"
|
|
154
|
+
"icon": "hnfq1a_icon",
|
|
155
|
+
"label": "hnfq1a_label"
|
|
156
156
|
};
|
|
157
157
|
//#endregion
|
|
158
158
|
//#region src/client/AgentPresetLabel.tsx
|
|
@@ -250,12 +250,12 @@ window.__ModuleLoader__.load({
|
|
|
250
250
|
document.head.appendChild(tag);
|
|
251
251
|
}
|
|
252
252
|
var AgentPresetRow_module_css_default = {
|
|
253
|
-
"desc": "LQ3tzG_desc",
|
|
254
253
|
"title": "LQ3tzG_title",
|
|
255
254
|
"rowText": "LQ3tzG_rowText",
|
|
256
|
-
"
|
|
255
|
+
"desc": "LQ3tzG_desc",
|
|
257
256
|
"chevron": "LQ3tzG_chevron",
|
|
258
|
-
"row": "LQ3tzG_row"
|
|
257
|
+
"row": "LQ3tzG_row",
|
|
258
|
+
"selector": "LQ3tzG_selector"
|
|
259
259
|
};
|
|
260
260
|
//#endregion
|
|
261
261
|
//#region src/client/AgentPresetRow.tsx
|
|
@@ -325,16 +325,16 @@ window.__ModuleLoader__.load({
|
|
|
325
325
|
document.head.appendChild(tag);
|
|
326
326
|
}
|
|
327
327
|
var AgentPresetSeat_module_css_default = {
|
|
328
|
-
"
|
|
329
|
-
"
|
|
328
|
+
"itemName": "MwdynW_itemName",
|
|
329
|
+
"itemDesc": "MwdynW_itemDesc",
|
|
330
330
|
"introChar": "MwdynW_introChar",
|
|
331
|
+
"item": "MwdynW_item",
|
|
332
|
+
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
333
|
+
"chevron": "MwdynW_chevron",
|
|
331
334
|
"seatIcon": "MwdynW_seatIcon",
|
|
332
335
|
"introText": "MwdynW_introText",
|
|
336
|
+
"seat-char-in": "MwdynW_seat-char-in",
|
|
333
337
|
"seat": "MwdynW_seat",
|
|
334
|
-
"chevron": "MwdynW_chevron",
|
|
335
|
-
"itemDesc": "MwdynW_itemDesc",
|
|
336
|
-
"itemName": "MwdynW_itemName",
|
|
337
|
-
"seat-icon-in": "MwdynW_seat-icon-in",
|
|
338
338
|
"introIcon": "MwdynW_introIcon"
|
|
339
339
|
};
|
|
340
340
|
//#endregion
|
|
@@ -943,40 +943,40 @@ window.__ModuleLoader__.load({
|
|
|
943
943
|
document.head.appendChild(tag);
|
|
944
944
|
}
|
|
945
945
|
var AgentPresetSection_module_css_default = {
|
|
946
|
-
"
|
|
946
|
+
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
947
|
+
"deleteDialog": "OFEzwG_deleteDialog",
|
|
947
948
|
"cardBrokenReason": "OFEzwG_cardBrokenReason",
|
|
948
|
-
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
949
|
-
"intro": "OFEzwG_intro",
|
|
950
|
-
"viewerCode": "OFEzwG_viewerCode",
|
|
951
|
-
"cardActive": "OFEzwG_cardActive",
|
|
952
|
-
"iconButton": "OFEzwG_iconButton",
|
|
953
|
-
"inUse": "OFEzwG_inUse",
|
|
954
949
|
"cardFoot": "OFEzwG_cardFoot",
|
|
955
|
-
"
|
|
956
|
-
"
|
|
957
|
-
"
|
|
958
|
-
"
|
|
959
|
-
"secondaryButton": "OFEzwG_secondaryButton",
|
|
960
|
-
"cardHead": "OFEzwG_cardHead",
|
|
961
|
-
"iconDanger": "OFEzwG_iconDanger",
|
|
962
|
-
"field": "OFEzwG_field",
|
|
963
|
-
"dialog": "OFEzwG_dialog",
|
|
964
|
-
"revealedPathLabel": "OFEzwG_revealedPathLabel",
|
|
950
|
+
"cardBroken": "OFEzwG_cardBroken",
|
|
951
|
+
"section": "OFEzwG_section",
|
|
952
|
+
"badge": "OFEzwG_badge",
|
|
953
|
+
"cardDesc": "OFEzwG_cardDesc",
|
|
965
954
|
"group": "OFEzwG_group",
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"
|
|
955
|
+
"iconDanger": "OFEzwG_iconDanger",
|
|
956
|
+
"revealedPath": "OFEzwG_revealedPath",
|
|
957
|
+
"viewerCode": "OFEzwG_viewerCode",
|
|
958
|
+
"deleteConfirm": "OFEzwG_deleteConfirm",
|
|
969
959
|
"cardName": "OFEzwG_cardName",
|
|
970
|
-
"
|
|
960
|
+
"error": "OFEzwG_error",
|
|
961
|
+
"dialogFields": "OFEzwG_dialogFields",
|
|
962
|
+
"field": "OFEzwG_field",
|
|
971
963
|
"groupHead": "OFEzwG_groupHead",
|
|
972
|
-
"cardDesc": "OFEzwG_cardDesc",
|
|
973
964
|
"cards": "OFEzwG_cards",
|
|
965
|
+
"card": "OFEzwG_card",
|
|
966
|
+
"cardHead": "OFEzwG_cardHead",
|
|
967
|
+
"cardId": "OFEzwG_cardId",
|
|
968
|
+
"creatorButton": "OFEzwG_creatorButton",
|
|
969
|
+
"secondaryButton": "OFEzwG_secondaryButton",
|
|
970
|
+
"title": "OFEzwG_title",
|
|
971
|
+
"inUse": "OFEzwG_inUse",
|
|
972
|
+
"iconButton": "OFEzwG_iconButton",
|
|
973
|
+
"brokenBadge": "OFEzwG_brokenBadge",
|
|
974
|
+
"intro": "OFEzwG_intro",
|
|
975
|
+
"fieldLabel": "OFEzwG_fieldLabel",
|
|
974
976
|
"input": "OFEzwG_input",
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
"
|
|
978
|
-
"cardMain": "OFEzwG_cardMain",
|
|
979
|
-
"dialogFields": "OFEzwG_dialogFields"
|
|
977
|
+
"cardActive": "OFEzwG_cardActive",
|
|
978
|
+
"dialog": "OFEzwG_dialog",
|
|
979
|
+
"cardMain": "OFEzwG_cardMain"
|
|
980
980
|
};
|
|
981
981
|
//#endregion
|
|
982
982
|
//#region src/client/AgentPresetSection.tsx
|
|
@@ -34,14 +34,14 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var AttachmentRail_module_css_default = {
|
|
37
|
+
"arrowLeft": "_0JZGoW_arrowLeft",
|
|
38
|
+
"arrowRight": "_0JZGoW_arrowRight",
|
|
37
39
|
"item": "_0JZGoW_item",
|
|
38
40
|
"remove": "_0JZGoW_remove",
|
|
39
|
-
"root": "_0JZGoW_root",
|
|
40
41
|
"rail": "_0JZGoW_rail",
|
|
41
|
-
"arrow": "_0JZGoW_arrow",
|
|
42
42
|
"thumbnail": "_0JZGoW_thumbnail",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"root": "_0JZGoW_root",
|
|
44
|
+
"arrow": "_0JZGoW_arrow"
|
|
45
45
|
};
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/AttachmentRail.tsx
|
|
@@ -203,12 +203,12 @@ window.__ModuleLoader__.load({
|
|
|
203
203
|
document.head.appendChild(tag);
|
|
204
204
|
}
|
|
205
205
|
var DropOverlay_module_css_default = {
|
|
206
|
-
"
|
|
207
|
-
"illustration": "LWqSoW_illustration",
|
|
208
|
-
"fade-in": "LWqSoW_fade-in",
|
|
206
|
+
"desc": "LWqSoW_desc",
|
|
209
207
|
"mask": "LWqSoW_mask",
|
|
208
|
+
"illustration": "LWqSoW_illustration",
|
|
210
209
|
"title": "LWqSoW_title",
|
|
211
|
-
"
|
|
210
|
+
"fade-in": "LWqSoW_fade-in",
|
|
211
|
+
"wrap": "LWqSoW_wrap"
|
|
212
212
|
};
|
|
213
213
|
//#endregion
|
|
214
214
|
//#region src/DropOverlay.tsx
|
|
@@ -855,18 +855,18 @@ window.__ModuleLoader__.load({
|
|
|
855
855
|
document.head.appendChild(tag);
|
|
856
856
|
}
|
|
857
857
|
var PopupSelectView_module_css_default = {
|
|
858
|
-
"error": "_7uhq5a_error",
|
|
859
|
-
"row": "_7uhq5a_row",
|
|
860
|
-
"detail": "_7uhq5a_detail",
|
|
861
|
-
"check": "_7uhq5a_check",
|
|
862
858
|
"status": "_7uhq5a_status",
|
|
859
|
+
"search": "_7uhq5a_search",
|
|
860
|
+
"check": "_7uhq5a_check",
|
|
861
|
+
"row": "_7uhq5a_row",
|
|
862
|
+
"label": "_7uhq5a_label",
|
|
863
863
|
"errorText": "_7uhq5a_errorText",
|
|
864
|
+
"rowActive": "_7uhq5a_rowActive",
|
|
865
|
+
"error": "_7uhq5a_error",
|
|
864
866
|
"retry": "_7uhq5a_retry",
|
|
865
|
-
"label": "_7uhq5a_label",
|
|
866
867
|
"card": "_7uhq5a_card",
|
|
867
|
-
"search": "_7uhq5a_search",
|
|
868
868
|
"viewport": "_7uhq5a_viewport",
|
|
869
|
-
"
|
|
869
|
+
"detail": "_7uhq5a_detail"
|
|
870
870
|
};
|
|
871
871
|
//#endregion
|
|
872
872
|
//#region src/client/PopupSelectView.tsx
|