@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
|
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
|
|
|
34
34
|
document.head.appendChild(tag);
|
|
35
35
|
}
|
|
36
36
|
var DirectoryBrowser_module_css_default = {
|
|
37
|
+
"title": "eriWnG_title",
|
|
37
38
|
"millerRow": "eriWnG_millerRow",
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"header": "eriWnG_header",
|
|
44
|
-
"crumbTrail": "eriWnG_crumbTrail",
|
|
45
|
-
"rowSeat": "eriWnG_rowSeat",
|
|
46
|
-
"row": "eriWnG_row",
|
|
47
|
-
"createIn": "eriWnG_createIn",
|
|
39
|
+
"rowChevron": "eriWnG_rowChevron",
|
|
40
|
+
"footerAction": "eriWnG_footerAction",
|
|
41
|
+
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
42
|
+
"divider": "eriWnG_divider",
|
|
43
|
+
"crumbSeat": "eriWnG_crumbSeat",
|
|
48
44
|
"rowIcon": "eriWnG_rowIcon",
|
|
49
|
-
"
|
|
45
|
+
"crumbBar": "eriWnG_crumbBar",
|
|
50
46
|
"showHiddenToggle": "eriWnG_showHiddenToggle",
|
|
47
|
+
"showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
|
|
48
|
+
"content": "eriWnG_content",
|
|
51
49
|
"column": "eriWnG_column",
|
|
50
|
+
"header": "eriWnG_header",
|
|
51
|
+
"pathInput": "eriWnG_pathInput",
|
|
52
|
+
"status": "eriWnG_status",
|
|
52
53
|
"crumbEditZone": "eriWnG_crumbEditZone",
|
|
53
|
-
"crumb": "eriWnG_crumb",
|
|
54
|
-
"footerGap": "eriWnG_footerGap",
|
|
55
|
-
"createTitle": "eriWnG_createTitle",
|
|
56
|
-
"createDialog": "eriWnG_createDialog",
|
|
57
|
-
"crumbChevron": "eriWnG_crumbChevron",
|
|
58
|
-
"crumbSeat": "eriWnG_crumbSeat",
|
|
59
54
|
"createInput": "eriWnG_createInput",
|
|
55
|
+
"rowSeat": "eriWnG_rowSeat",
|
|
56
|
+
"footerBar": "eriWnG_footerBar",
|
|
57
|
+
"crumbChevron": "eriWnG_crumbChevron",
|
|
58
|
+
"createTitle": "eriWnG_createTitle",
|
|
60
59
|
"rowSelected": "eriWnG_rowSelected",
|
|
61
|
-
"crumbEditGlyph": "eriWnG_crumbEditGlyph",
|
|
62
|
-
"rowChevron": "eriWnG_rowChevron",
|
|
63
|
-
"content": "eriWnG_content",
|
|
64
60
|
"loadingFloat": "eriWnG_loadingFloat",
|
|
65
|
-
"
|
|
61
|
+
"createDialog": "eriWnG_createDialog",
|
|
62
|
+
"createIn": "eriWnG_createIn",
|
|
63
|
+
"crumbTrail": "eriWnG_crumbTrail",
|
|
64
|
+
"dialog": "eriWnG_dialog",
|
|
65
|
+
"error": "eriWnG_error",
|
|
66
|
+
"rowName": "eriWnG_rowName",
|
|
66
67
|
"createBody": "eriWnG_createBody",
|
|
67
|
-
"
|
|
68
|
+
"rowIconSelected": "eriWnG_rowIconSelected",
|
|
68
69
|
"createActions": "eriWnG_createActions",
|
|
70
|
+
"row": "eriWnG_row",
|
|
71
|
+
"footerGap": "eriWnG_footerGap",
|
|
69
72
|
"editorScope": "eriWnG_editorScope",
|
|
70
|
-
"
|
|
71
|
-
"dialog": "eriWnG_dialog",
|
|
72
|
-
"title": "eriWnG_title",
|
|
73
|
-
"status": "eriWnG_status"
|
|
73
|
+
"crumb": "eriWnG_crumb"
|
|
74
74
|
};
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/client/DirectoryBrowser.tsx
|
|
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var GoalBar_module_css_default = {
|
|
21
|
+
"error": "loP2MG_error",
|
|
22
|
+
"iconBtn": "loP2MG_iconBtn",
|
|
21
23
|
"bar": "loP2MG_bar",
|
|
22
|
-
"label": "loP2MG_label",
|
|
23
|
-
"objectiveInput": "loP2MG_objectiveInput",
|
|
24
24
|
"dock": "loP2MG_dock",
|
|
25
|
-
"
|
|
26
|
-
"iconBtn": "loP2MG_iconBtn",
|
|
25
|
+
"actions": "loP2MG_actions",
|
|
27
26
|
"goalGlyph": "loP2MG_goalGlyph",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
27
|
+
"objective": "loP2MG_objective",
|
|
28
|
+
"objectiveInput": "loP2MG_objectiveInput",
|
|
29
|
+
"label": "loP2MG_label"
|
|
30
30
|
};
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/client/GoalBar.tsx
|
|
@@ -262,8 +262,8 @@ window.__ModuleLoader__.load({
|
|
|
262
262
|
}
|
|
263
263
|
var GoalCommandInputView_module_css_default = {
|
|
264
264
|
"row": "GzeMcW_row",
|
|
265
|
-
"
|
|
266
|
-
"
|
|
265
|
+
"stack": "GzeMcW_stack",
|
|
266
|
+
"bubble": "GzeMcW_bubble"
|
|
267
267
|
};
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region src/client/GoalCommandInputView.tsx
|
|
@@ -724,16 +724,16 @@ window.__ModuleLoader__.load({
|
|
|
724
724
|
document.head.appendChild(tag);
|
|
725
725
|
}
|
|
726
726
|
var MenuView_module_css_default = {
|
|
727
|
+
"sectionTitle": "_203XIq_sectionTitle",
|
|
728
|
+
"groupTitle": "_203XIq_groupTitle",
|
|
729
|
+
"loading": "_203XIq_loading",
|
|
727
730
|
"menu": "_203XIq_menu",
|
|
728
|
-
"
|
|
731
|
+
"itemIcon": "_203XIq_itemIcon",
|
|
729
732
|
"active": "_203XIq_active",
|
|
733
|
+
"viewport": "_203XIq_viewport",
|
|
734
|
+
"item": "_203XIq_item",
|
|
730
735
|
"itemDescription": "_203XIq_itemDescription",
|
|
731
|
-
"
|
|
732
|
-
"groupTitle": "_203XIq_groupTitle",
|
|
733
|
-
"sectionTitle": "_203XIq_sectionTitle",
|
|
734
|
-
"itemName": "_203XIq_itemName",
|
|
735
|
-
"itemIcon": "_203XIq_itemIcon",
|
|
736
|
-
"item": "_203XIq_item"
|
|
736
|
+
"itemName": "_203XIq_itemName"
|
|
737
737
|
};
|
|
738
738
|
//#endregion
|
|
739
739
|
//#region src/client/MenuView.tsx
|
|
@@ -18,19 +18,19 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var JobListAction_module_css_default = {
|
|
21
|
-
"rowSettled": "gBhgYW_rowSettled",
|
|
22
|
-
"rowDot": "gBhgYW_rowDot",
|
|
23
|
-
"triggerOpen": "gBhgYW_triggerOpen",
|
|
24
21
|
"root": "gBhgYW_root",
|
|
25
|
-
"kind": "gBhgYW_kind",
|
|
26
|
-
"duration": "gBhgYW_duration",
|
|
27
|
-
"status": "gBhgYW_status",
|
|
28
|
-
"triggerDot": "gBhgYW_triggerDot",
|
|
29
22
|
"menu": "gBhgYW_menu",
|
|
23
|
+
"triggerOpen": "gBhgYW_triggerOpen",
|
|
24
|
+
"duration": "gBhgYW_duration",
|
|
25
|
+
"trigger": "gBhgYW_trigger",
|
|
26
|
+
"rowDot": "gBhgYW_rowDot",
|
|
27
|
+
"rowSettled": "gBhgYW_rowSettled",
|
|
28
|
+
"kind": "gBhgYW_kind",
|
|
30
29
|
"label": "gBhgYW_label",
|
|
30
|
+
"status": "gBhgYW_status",
|
|
31
31
|
"count": "gBhgYW_count",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"row": "gBhgYW_row",
|
|
33
|
+
"triggerDot": "gBhgYW_triggerDot"
|
|
34
34
|
};
|
|
35
35
|
//#endregion
|
|
36
36
|
//#region src/client/JobListAction.tsx
|
|
@@ -63,12 +63,12 @@ window.__ModuleLoader__.load({
|
|
|
63
63
|
document.head.appendChild(tag);
|
|
64
64
|
}
|
|
65
65
|
var AppFrame_module_css_default = {
|
|
66
|
-
"sidebarCol": "LMEksG_sidebarCol",
|
|
67
|
-
"handle": "LMEksG_handle",
|
|
68
|
-
"frame": "LMEksG_frame",
|
|
69
66
|
"overlayLayer": "LMEksG_overlayLayer",
|
|
67
|
+
"handle": "LMEksG_handle",
|
|
70
68
|
"centerCol": "LMEksG_centerCol",
|
|
71
|
-
"
|
|
69
|
+
"sidebarCol": "LMEksG_sidebarCol",
|
|
70
|
+
"detailsCol": "LMEksG_detailsCol",
|
|
71
|
+
"frame": "LMEksG_frame"
|
|
72
72
|
};
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region src/client/AppFrame.tsx
|
|
@@ -335,13 +335,13 @@ window.__ModuleLoader__.load({
|
|
|
335
335
|
document.head.appendChild(tag);
|
|
336
336
|
}
|
|
337
337
|
var MessageFeedbackActions_module_css_default = {
|
|
338
|
-
"noteCancel": "Q8qPSG_noteCancel",
|
|
339
|
-
"noteSave": "Q8qPSG_noteSave",
|
|
340
338
|
"failure": "Q8qPSG_failure",
|
|
341
|
-
"noteInput": "Q8qPSG_noteInput",
|
|
342
|
-
"action": "Q8qPSG_action",
|
|
343
339
|
"noteOpen": "Q8qPSG_noteOpen",
|
|
344
|
-
"noteEditor": "Q8qPSG_noteEditor"
|
|
340
|
+
"noteEditor": "Q8qPSG_noteEditor",
|
|
341
|
+
"noteSave": "Q8qPSG_noteSave",
|
|
342
|
+
"action": "Q8qPSG_action",
|
|
343
|
+
"noteCancel": "Q8qPSG_noteCancel",
|
|
344
|
+
"noteInput": "Q8qPSG_noteInput"
|
|
345
345
|
};
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region src/client/MessageFeedbackActions.tsx
|
|
@@ -241,30 +241,30 @@ window.__ModuleLoader__.load({
|
|
|
241
241
|
document.head.appendChild(tag);
|
|
242
242
|
}
|
|
243
243
|
var ModelSelect_module_css_default = {
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
244
|
+
"status": "TZv2bW_status",
|
|
245
|
+
"error": "TZv2bW_error",
|
|
246
|
+
"groups": "TZv2bW_groups",
|
|
247
247
|
"modelName": "TZv2bW_modelName",
|
|
248
|
-
"
|
|
249
|
-
"
|
|
250
|
-
"warning": "TZv2bW_warning",
|
|
248
|
+
"description": "TZv2bW_description",
|
|
249
|
+
"retry": "TZv2bW_retry",
|
|
251
250
|
"check": "TZv2bW_check",
|
|
252
|
-
"
|
|
253
|
-
"
|
|
251
|
+
"cellLabel": "TZv2bW_cellLabel",
|
|
252
|
+
"cell": "TZv2bW_cell",
|
|
253
|
+
"groupTitle": "TZv2bW_groupTitle",
|
|
254
254
|
"cellValue": "TZv2bW_cellValue",
|
|
255
|
-
"
|
|
256
|
-
"group": "TZv2bW_group",
|
|
257
|
-
"trigger": "TZv2bW_trigger",
|
|
255
|
+
"root": "TZv2bW_root",
|
|
258
256
|
"option": "TZv2bW_option",
|
|
259
|
-
"
|
|
260
|
-
"empty": "TZv2bW_empty",
|
|
261
|
-
"cell": "TZv2bW_cell",
|
|
262
|
-
"cellLabel": "TZv2bW_cellLabel",
|
|
263
|
-
"description": "TZv2bW_description",
|
|
257
|
+
"cellChevron": "TZv2bW_cellChevron",
|
|
264
258
|
"chevron": "TZv2bW_chevron",
|
|
259
|
+
"triggerLabel": "TZv2bW_triggerLabel",
|
|
260
|
+
"triggerEffort": "TZv2bW_triggerEffort",
|
|
261
|
+
"chevronOpen": "TZv2bW_chevronOpen",
|
|
265
262
|
"menu": "TZv2bW_menu",
|
|
266
|
-
"
|
|
267
|
-
"
|
|
263
|
+
"trigger": "TZv2bW_trigger",
|
|
264
|
+
"empty": "TZv2bW_empty",
|
|
265
|
+
"warning": "TZv2bW_warning",
|
|
266
|
+
"selected": "TZv2bW_selected",
|
|
267
|
+
"group": "TZv2bW_group",
|
|
268
268
|
"optionCopy": "TZv2bW_optionCopy"
|
|
269
269
|
};
|
|
270
270
|
//#endregion
|
|
@@ -42,12 +42,12 @@ window.__ModuleLoader__.load({
|
|
|
42
42
|
document.head.appendChild(tag);
|
|
43
43
|
}
|
|
44
44
|
var PermissionRow_module_css_default = {
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"title": "kxdSgq_title",
|
|
46
|
+
"desc": "kxdSgq_desc",
|
|
47
47
|
"rowText": "kxdSgq_rowText",
|
|
48
48
|
"row": "kxdSgq_row",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
49
|
+
"selector": "kxdSgq_selector",
|
|
50
|
+
"chevron": "kxdSgq_chevron"
|
|
51
51
|
};
|
|
52
52
|
//#endregion
|
|
53
53
|
//#region src/client/PermissionRow.tsx
|
|
@@ -18,10 +18,10 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PlanModeControl_module_css_default = {
|
|
21
|
-
"wrap": "xROLNG_wrap",
|
|
22
|
-
"error": "xROLNG_error",
|
|
23
21
|
"chip": "xROLNG_chip",
|
|
24
|
-
"close": "xROLNG_close"
|
|
22
|
+
"close": "xROLNG_close",
|
|
23
|
+
"error": "xROLNG_error",
|
|
24
|
+
"wrap": "xROLNG_wrap"
|
|
25
25
|
};
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/client/PlanModeControl.tsx
|
|
@@ -36,25 +36,25 @@ window.__ModuleLoader__.load({
|
|
|
36
36
|
document.head.appendChild(tag);
|
|
37
37
|
}
|
|
38
38
|
var SettingsRoot_module_css_default = {
|
|
39
|
-
"
|
|
40
|
-
"mask": "yDpcKa_mask",
|
|
39
|
+
"close": "yDpcKa_close",
|
|
41
40
|
"options": "yDpcKa_options",
|
|
42
|
-
"
|
|
41
|
+
"panel": "yDpcKa_panel",
|
|
42
|
+
"triggerLabel": "yDpcKa_triggerLabel",
|
|
43
|
+
"navTitle": "yDpcKa_navTitle",
|
|
44
|
+
"hiddenLabel": "yDpcKa_hiddenLabel",
|
|
43
45
|
"navLabel": "yDpcKa_navLabel",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
+
"overlay": "yDpcKa_overlay",
|
|
47
|
+
"trigger": "yDpcKa_trigger",
|
|
48
|
+
"header": "yDpcKa_header",
|
|
49
|
+
"mask": "yDpcKa_mask",
|
|
50
|
+
"rail": "yDpcKa_rail",
|
|
46
51
|
"content": "yDpcKa_content",
|
|
47
|
-
"
|
|
52
|
+
"nav": "yDpcKa_nav",
|
|
48
53
|
"navIcon": "yDpcKa_navIcon",
|
|
49
|
-
"rail": "yDpcKa_rail",
|
|
50
|
-
"close": "yDpcKa_close",
|
|
51
54
|
"navList": "yDpcKa_navList",
|
|
52
55
|
"navCell": "yDpcKa_navCell",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"header": "yDpcKa_header",
|
|
56
|
-
"overlay": "yDpcKa_overlay",
|
|
57
|
-
"trigger": "yDpcKa_trigger"
|
|
56
|
+
"active": "yDpcKa_active",
|
|
57
|
+
"actions": "yDpcKa_actions"
|
|
58
58
|
};
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region src/client/SettingsRoot.tsx
|
|
@@ -502,12 +502,20 @@ window.__ModuleLoader__.load({
|
|
|
502
502
|
if (version !== rowsVersion || revision !== rowsRevision) {
|
|
503
503
|
rowsVersion = version;
|
|
504
504
|
rowsRevision = revision;
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
505
|
+
const seen = /* @__PURE__ */ new Set();
|
|
506
|
+
const projected = [];
|
|
507
|
+
for (const e of ctx.slots.entries("settings.section")) {
|
|
508
|
+
/* v8 ignore next -- list-slot registration requires id */
|
|
509
|
+
const id = e.options.id ?? "";
|
|
510
|
+
if (seen.has(id)) continue;
|
|
511
|
+
seen.add(id);
|
|
512
|
+
projected.push({
|
|
513
|
+
id,
|
|
514
|
+
order: e.options.order ?? 0,
|
|
515
|
+
label: (0, _xrkseek_client_ui_slots.resolveSlotLabel)(e.options.label) ?? ""
|
|
516
|
+
});
|
|
517
|
+
}
|
|
518
|
+
rows = projected.sort((a, b) => a.order - b.order);
|
|
511
519
|
}
|
|
512
520
|
return rows;
|
|
513
521
|
},
|
|
@@ -67,67 +67,67 @@ window.__ModuleLoader__.load({
|
|
|
67
67
|
document.head.appendChild(tag);
|
|
68
68
|
}
|
|
69
69
|
var ModelsSection_module_css_default = {
|
|
70
|
-
"
|
|
71
|
-
"
|
|
70
|
+
"error": "AmnBRG_error",
|
|
71
|
+
"modelCatalogTitle": "AmnBRG_modelCatalogTitle",
|
|
72
|
+
"modelListHead": "AmnBRG_modelListHead",
|
|
73
|
+
"notice": "AmnBRG_notice",
|
|
74
|
+
"customizedSummary": "AmnBRG_customizedSummary",
|
|
75
|
+
"editor": "AmnBRG_editor",
|
|
76
|
+
"title": "AmnBRG_title",
|
|
77
|
+
"modelCatalog": "AmnBRG_modelCatalog",
|
|
78
|
+
"addBlock": "AmnBRG_addBlock",
|
|
79
|
+
"iconButtonDanger": "AmnBRG_iconButtonDanger",
|
|
80
|
+
"deleteDialog": "AmnBRG_deleteDialog",
|
|
72
81
|
"modelCatalogMeta": "AmnBRG_modelCatalogMeta",
|
|
73
|
-
"editorTitle": "AmnBRG_editorTitle",
|
|
74
82
|
"modelList": "AmnBRG_modelList",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"modelListHead": "AmnBRG_modelListHead",
|
|
78
|
-
"rowActions": "AmnBRG_rowActions",
|
|
83
|
+
"savedNotice": "AmnBRG_savedNotice",
|
|
84
|
+
"modelAdvanced": "AmnBRG_modelAdvanced",
|
|
79
85
|
"selectInput": "AmnBRG_selectInput",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
+
"modelEntry": "AmnBRG_modelEntry",
|
|
87
|
+
"setupCard": "AmnBRG_setupCard",
|
|
88
|
+
"modelField": "AmnBRG_modelField",
|
|
89
|
+
"hiddenLabel": "AmnBRG_hiddenLabel",
|
|
90
|
+
"dangerButton": "AmnBRG_dangerButton",
|
|
91
|
+
"candidateLabel": "AmnBRG_candidateLabel",
|
|
92
|
+
"field": "AmnBRG_field",
|
|
93
|
+
"rowActions": "AmnBRG_rowActions",
|
|
86
94
|
"customizedBody": "AmnBRG_customizedBody",
|
|
87
|
-
"
|
|
88
|
-
"
|
|
95
|
+
"modelCatalogHeading": "AmnBRG_modelCatalogHeading",
|
|
96
|
+
"modelEmpty": "AmnBRG_modelEmpty",
|
|
97
|
+
"credentialDotMissing": "AmnBRG_credentialDotMissing",
|
|
98
|
+
"secondaryButton": "AmnBRG_secondaryButton",
|
|
99
|
+
"editorRoute": "AmnBRG_editorRoute",
|
|
100
|
+
"advancedHint": "AmnBRG_advancedHint",
|
|
101
|
+
"linkButton": "AmnBRG_linkButton",
|
|
102
|
+
"credentialDotConfigured": "AmnBRG_credentialDotConfigured",
|
|
89
103
|
"rowTag": "AmnBRG_rowTag",
|
|
104
|
+
"rowHead": "AmnBRG_rowHead",
|
|
105
|
+
"rowIdentity": "AmnBRG_rowIdentity",
|
|
90
106
|
"addButton": "AmnBRG_addButton",
|
|
91
|
-
"
|
|
92
|
-
"
|
|
107
|
+
"candidateList": "AmnBRG_candidateList",
|
|
108
|
+
"addActions": "AmnBRG_addActions",
|
|
109
|
+
"primaryButton": "AmnBRG_primaryButton",
|
|
110
|
+
"candidate": "AmnBRG_candidate",
|
|
111
|
+
"credentialDot": "AmnBRG_credentialDot",
|
|
93
112
|
"fieldLabel": "AmnBRG_fieldLabel",
|
|
113
|
+
"fetchDialog": "AmnBRG_fetchDialog",
|
|
114
|
+
"addCard": "AmnBRG_addCard",
|
|
115
|
+
"addModelButton": "AmnBRG_addModelButton",
|
|
94
116
|
"modelFieldLabel": "AmnBRG_modelFieldLabel",
|
|
95
117
|
"input": "AmnBRG_input",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"savedNotice": "AmnBRG_savedNotice",
|
|
102
|
-
"rowCard": "AmnBRG_rowCard",
|
|
103
|
-
"notice": "AmnBRG_notice",
|
|
118
|
+
"deleteConfirm": "AmnBRG_deleteConfirm",
|
|
119
|
+
"section": "AmnBRG_section",
|
|
120
|
+
"modelRow": "AmnBRG_modelRow",
|
|
121
|
+
"rows": "AmnBRG_rows",
|
|
122
|
+
"customized": "AmnBRG_customized",
|
|
104
123
|
"editorActions": "AmnBRG_editorActions",
|
|
105
|
-
"
|
|
124
|
+
"rowCard": "AmnBRG_rowCard",
|
|
125
|
+
"editorTitle": "AmnBRG_editorTitle",
|
|
126
|
+
"candidateId": "AmnBRG_candidateId",
|
|
127
|
+
"editorHeader": "AmnBRG_editorHeader",
|
|
106
128
|
"iconButton": "AmnBRG_iconButton",
|
|
107
|
-
"candidateLabel": "AmnBRG_candidateLabel",
|
|
108
|
-
"setupCard": "AmnBRG_setupCard",
|
|
109
|
-
"modelEmpty": "AmnBRG_modelEmpty",
|
|
110
|
-
"addModelButton": "AmnBRG_addModelButton",
|
|
111
|
-
"section": "AmnBRG_section",
|
|
112
|
-
"secondaryButton": "AmnBRG_secondaryButton",
|
|
113
|
-
"candidateList": "AmnBRG_candidateList",
|
|
114
|
-
"primaryButton": "AmnBRG_primaryButton",
|
|
115
|
-
"rowHead": "AmnBRG_rowHead",
|
|
116
129
|
"intro": "AmnBRG_intro",
|
|
117
|
-
"
|
|
118
|
-
"modelField": "AmnBRG_modelField",
|
|
119
|
-
"candidate": "AmnBRG_candidate",
|
|
120
|
-
"rowIdentity": "AmnBRG_rowIdentity",
|
|
121
|
-
"editorRoute": "AmnBRG_editorRoute",
|
|
122
|
-
"customizedSummary": "AmnBRG_customizedSummary",
|
|
123
|
-
"dangerButton": "AmnBRG_dangerButton",
|
|
124
|
-
"iconButtonDanger": "AmnBRG_iconButtonDanger",
|
|
125
|
-
"credentialDotConfigured": "AmnBRG_credentialDotConfigured",
|
|
126
|
-
"hiddenLabel": "AmnBRG_hiddenLabel",
|
|
127
|
-
"modelCatalog": "AmnBRG_modelCatalog",
|
|
128
|
-
"advancedHint": "AmnBRG_advancedHint",
|
|
129
|
-
"field": "AmnBRG_field",
|
|
130
|
-
"fetchDialog": "AmnBRG_fetchDialog"
|
|
130
|
+
"rowName": "AmnBRG_rowName"
|
|
131
131
|
};
|
|
132
132
|
//#endregion
|
|
133
133
|
//#region src/client/EditorFooter.tsx
|
|
@@ -2076,10 +2076,10 @@ window.__ModuleLoader__.load({
|
|
|
2076
2076
|
document.head.appendChild(tag);
|
|
2077
2077
|
}
|
|
2078
2078
|
var OnboardingModal_module_css_default = {
|
|
2079
|
-
"content": "aIiZrG_content",
|
|
2080
2079
|
"dialog": "aIiZrG_dialog",
|
|
2081
|
-
"
|
|
2082
|
-
"
|
|
2080
|
+
"title": "aIiZrG_title",
|
|
2081
|
+
"content": "aIiZrG_content",
|
|
2082
|
+
"body": "aIiZrG_body"
|
|
2083
2083
|
};
|
|
2084
2084
|
//#endregion
|
|
2085
2085
|
//#region src/client/OnboardingModal.tsx
|
|
@@ -2229,10 +2229,10 @@ window.__ModuleLoader__.load({
|
|
|
2229
2229
|
document.head.appendChild(tag);
|
|
2230
2230
|
}
|
|
2231
2231
|
var WelcomeNotice_module_css_default = {
|
|
2232
|
-
"error": "R-6oRa_error",
|
|
2233
2232
|
"primary": "R-6oRa_primary",
|
|
2234
|
-
"
|
|
2235
|
-
"actions": "R-6oRa_actions"
|
|
2233
|
+
"error": "R-6oRa_error",
|
|
2234
|
+
"actions": "R-6oRa_actions",
|
|
2235
|
+
"copy": "R-6oRa_copy"
|
|
2236
2236
|
};
|
|
2237
2237
|
//#endregion
|
|
2238
2238
|
//#region src/client/WelcomeNotice.tsx
|
|
@@ -2305,12 +2305,12 @@ window.__ModuleLoader__.load({
|
|
|
2305
2305
|
const WELCOME_NOTICE_COPY = {
|
|
2306
2306
|
zh: {
|
|
2307
2307
|
title: "欢迎使用 XRK-Harness",
|
|
2308
|
-
body: "XRK-Harness 是本仓库的 Agent 宿主与产品壳:Session 可重建、工具可走策略,社区 DSH 插件经 dsh-compat 兼容器接入(不嵌入 Cordis Host)。\n\n0.1.
|
|
2308
|
+
body: "XRK-Harness 是本仓库的 Agent 宿主与产品壳:Session 可重建、工具可走策略,社区 DSH 插件经 dsh-compat 兼容器接入(不嵌入 Cordis Host)。\n\n0.1.5 是当前正式公开发版,CLI 与 serve 主路径可用;真 IM 隧道、Cordis fiber 子进程等缺口见 docs/status。欢迎通过 GitHub 反馈与共建。",
|
|
2309
2309
|
continueLabel: "继续"
|
|
2310
2310
|
},
|
|
2311
2311
|
en: {
|
|
2312
2312
|
title: "Welcome to XRK-Harness",
|
|
2313
|
-
body: "XRK-Harness is this repo’s agent host and product shell: durable sessions, policy-aware tools, and DSH community plugins through the dsh-compat layer (no Cordis Host embed).\n\n0.1.
|
|
2313
|
+
body: "XRK-Harness is this repo’s agent host and product shell: durable sessions, policy-aware tools, and DSH community plugins through the dsh-compat layer (no Cordis Host embed).\n\n0.1.5 is the current formal public release with a usable CLI and serve path; see docs/status for honest gaps (live IM tunnels, Cordis fiber subprocess, etc.). Feedback and contributions welcome on GitHub.",
|
|
2314
2314
|
continueLabel: "Continue"
|
|
2315
2315
|
}
|
|
2316
2316
|
};
|
|
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
|
|
|
18
18
|
document.head.appendChild(tag);
|
|
19
19
|
}
|
|
20
20
|
var PluginInventorySettingsTab_module_css_default = {
|
|
21
|
+
"search": "WrOExW_search",
|
|
22
|
+
"configTag": "WrOExW_configTag",
|
|
21
23
|
"catalog": "WrOExW_catalog",
|
|
22
|
-
"cardContent": "WrOExW_cardContent",
|
|
23
24
|
"card": "WrOExW_card",
|
|
24
|
-
"configTag": "WrOExW_configTag",
|
|
25
|
-
"catalogHeading": "WrOExW_catalogHeading",
|
|
26
|
-
"search": "WrOExW_search",
|
|
27
|
-
"statusDot": "WrOExW_statusDot",
|
|
28
|
-
"status": "WrOExW_status",
|
|
29
|
-
"details": "WrOExW_details",
|
|
30
|
-
"entryValue": "WrOExW_entryValue",
|
|
31
25
|
"cardDetails": "WrOExW_cardDetails",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
26
|
+
"failure": "WrOExW_failure",
|
|
27
|
+
"details": "WrOExW_details",
|
|
28
|
+
"cardContent": "WrOExW_cardContent",
|
|
29
|
+
"status": "WrOExW_status",
|
|
34
30
|
"cards": "WrOExW_cards",
|
|
31
|
+
"cardTitle": "WrOExW_cardTitle",
|
|
32
|
+
"chevron": "WrOExW_chevron",
|
|
35
33
|
"cardTrailing": "WrOExW_cardTrailing",
|
|
34
|
+
"entryValue": "WrOExW_entryValue",
|
|
35
|
+
"section": "WrOExW_section",
|
|
36
|
+
"catalogHeading": "WrOExW_catalogHeading",
|
|
36
37
|
"visuallyHidden": "WrOExW_visuallyHidden",
|
|
37
|
-
"
|
|
38
|
-
"failure": "WrOExW_failure"
|
|
38
|
+
"statusDot": "WrOExW_statusDot"
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
41
41
|
//#region src/client/PluginInventorySettingsTab.tsx
|