@xrkseek/harness-cli 0.1.2 → 0.1.4
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.d.ts.map +1 -1
- package/dist/commands/plugin.js +23 -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.d.ts +3 -0
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/index.js +15 -5
- package/dist/plugin/index.js.map +1 -1
- package/dist/plugin/install-client.d.ts +2 -0
- package/dist/plugin/install-client.d.ts.map +1 -1
- package/dist/plugin/install-client.js +24 -9
- package/dist/plugin/install-client.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/dist/plugin/staging-reconcile.d.ts +8 -0
- package/dist/plugin/staging-reconcile.d.ts.map +1 -0
- package/dist/plugin/staging-reconcile.js +67 -0
- package/dist/plugin/staging-reconcile.js.map +1 -0
- package/dist/product-paths.d.ts.map +1 -1
- package/dist/product-paths.js +8 -0
- package/dist/product-paths.js.map +1 -1
- package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
- 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-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 +131 -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.js +1 -1
- 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/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 +26 -26
- 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 +185 -21
- 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 +43 -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 +31 -31
- package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +12 -12
- package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +186 -190
- package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
- package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
- package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
- package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
- package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +3 -3
- package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
- 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 +28 -20
- package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
- package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +11 -11
- package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +37 -37
- package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
- package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
- 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 +40 -40
- package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +141 -141
- package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +29 -29
- package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +18 -18
- package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +54 -54
- package/product-web/assets/index-CHKZdZNt.js +0 -112
- package/product-web/assets/index-CHKZdZNt.js.map +0 -1
|
@@ -3018,152 +3018,152 @@ window.__ModuleLoader__.load({
|
|
|
3018
3018
|
document.head.appendChild(tag);
|
|
3019
3019
|
}
|
|
3020
3020
|
var TrajectoryTable_module_css_default = {
|
|
3021
|
+
"overviewHeading": "yfS7ra_overviewHeading",
|
|
3022
|
+
"resultBlocksPreview": "yfS7ra_resultBlocksPreview",
|
|
3023
|
+
"panelImageLink": "yfS7ra_panelImageLink",
|
|
3024
|
+
"turnLabelActive": "yfS7ra_turnLabelActive",
|
|
3025
|
+
"kindTagIcon": "yfS7ra_kindTagIcon",
|
|
3026
|
+
"toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
|
|
3027
|
+
"detailTabs": "yfS7ra_detailTabs",
|
|
3028
|
+
"assistantContentRendered": "yfS7ra_assistantContentRendered",
|
|
3029
|
+
"eventHeader": "yfS7ra_eventHeader",
|
|
3030
|
+
"requestDetailsName": "yfS7ra_requestDetailsName",
|
|
3031
|
+
"toolCatalogSummary": "yfS7ra_toolCatalogSummary",
|
|
3032
|
+
"turnRail": "yfS7ra_turnRail",
|
|
3033
|
+
"contentText": "yfS7ra_contentText",
|
|
3034
|
+
"schemaDescription": "yfS7ra_schemaDescription",
|
|
3035
|
+
"promptDiffLineadded": "yfS7ra_promptDiffLineadded",
|
|
3021
3036
|
"thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
|
|
3022
|
-
"
|
|
3023
|
-
"promptDiffSections": "yfS7ra_promptDiffSections",
|
|
3024
|
-
"table": "yfS7ra_table",
|
|
3025
|
-
"detailTabActive": "yfS7ra_detailTabActive",
|
|
3026
|
-
"systemNeutral": "yfS7ra_systemNeutral",
|
|
3027
|
-
"timestampToggle": "yfS7ra_timestampToggle",
|
|
3028
|
-
"detailTab": "yfS7ra_detailTab",
|
|
3029
|
-
"toolCatalogItem": "yfS7ra_toolCatalogItem",
|
|
3037
|
+
"detailBodySummary": "yfS7ra_detailBodySummary",
|
|
3030
3038
|
"resultBlocks": "yfS7ra_resultBlocks",
|
|
3031
|
-
"
|
|
3032
|
-
"
|
|
3033
|
-
"
|
|
3039
|
+
"assistantToolCalls": "yfS7ra_assistantToolCalls",
|
|
3040
|
+
"assistantOutput": "yfS7ra_assistantOutput",
|
|
3041
|
+
"schemaPreview": "yfS7ra_schemaPreview",
|
|
3042
|
+
"resultBlockText": "yfS7ra_resultBlockText",
|
|
3043
|
+
"sourceBlock": "yfS7ra_sourceBlock",
|
|
3044
|
+
"assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
|
|
3045
|
+
"detailTabActive": "yfS7ra_detailTabActive",
|
|
3046
|
+
"messageImagesPreview": "yfS7ra_messageImagesPreview",
|
|
3047
|
+
"arrow": "yfS7ra_arrow",
|
|
3048
|
+
"event": "yfS7ra_event",
|
|
3049
|
+
"usageHeading": "yfS7ra_usageHeading",
|
|
3034
3050
|
"toolCallPayload": "yfS7ra_toolCallPayload",
|
|
3035
|
-
"
|
|
3051
|
+
"overviewTitleIcon": "yfS7ra_overviewTitleIcon",
|
|
3052
|
+
"thinkingToggle": "yfS7ra_thinkingToggle",
|
|
3053
|
+
"virtualSpacer": "yfS7ra_virtualSpacer",
|
|
3054
|
+
"payloadPreview": "yfS7ra_payloadPreview",
|
|
3055
|
+
"contextGreen": "yfS7ra_contextGreen",
|
|
3036
3056
|
"markdownPreview": "yfS7ra_markdownPreview",
|
|
3037
3057
|
"schema": "yfS7ra_schema",
|
|
3038
|
-
"
|
|
3039
|
-
"
|
|
3058
|
+
"schemaTree": "yfS7ra_schemaTree",
|
|
3059
|
+
"compactedSummary": "yfS7ra_compactedSummary",
|
|
3060
|
+
"usagePanel": "yfS7ra_usagePanel",
|
|
3061
|
+
"assistantToolCallButton": "yfS7ra_assistantToolCallButton",
|
|
3062
|
+
"tablePane": "yfS7ra_tablePane",
|
|
3063
|
+
"toolCatalog": "yfS7ra_toolCatalog",
|
|
3064
|
+
"inlineResultText": "yfS7ra_inlineResultText",
|
|
3040
3065
|
"requestBoundaryControl": "yfS7ra_requestBoundaryControl",
|
|
3066
|
+
"promptDiff": "yfS7ra_promptDiff",
|
|
3067
|
+
"systemPrompt": "yfS7ra_systemPrompt",
|
|
3068
|
+
"toolCatalogItem": "yfS7ra_toolCatalogItem",
|
|
3069
|
+
"kindSlot": "yfS7ra_kindSlot",
|
|
3041
3070
|
"overviewTitle": "yfS7ra_overviewTitle",
|
|
3071
|
+
"collapsedTurnContent": "yfS7ra_collapsedTurnContent",
|
|
3072
|
+
"turnLabelCompact": "yfS7ra_turnLabelCompact",
|
|
3073
|
+
"overviewSections": "yfS7ra_overviewSections",
|
|
3074
|
+
"overviewSection": "yfS7ra_overviewSection",
|
|
3075
|
+
"close": "yfS7ra_close",
|
|
3076
|
+
"thinkingQuote": "yfS7ra_thinkingQuote",
|
|
3077
|
+
"toolAmber": "yfS7ra_toolAmber",
|
|
3078
|
+
"sourceBlocks": "yfS7ra_sourceBlocks",
|
|
3079
|
+
"panelImage": "yfS7ra_panelImage",
|
|
3080
|
+
"collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
|
|
3042
3081
|
"messageImages": "yfS7ra_messageImages",
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
3045
|
-
"
|
|
3082
|
+
"toolCatalogDescription": "yfS7ra_toolCatalogDescription",
|
|
3083
|
+
"timestampToggle": "yfS7ra_timestampToggle",
|
|
3084
|
+
"payload": "yfS7ra_payload",
|
|
3085
|
+
"sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
|
|
3086
|
+
"toolCatalogChevron": "yfS7ra_toolCatalogChevron",
|
|
3087
|
+
"toolCatalogName": "yfS7ra_toolCatalogName",
|
|
3088
|
+
"requestTokenDetail": "yfS7ra_requestTokenDetail",
|
|
3046
3089
|
"errorPayload": "yfS7ra_errorPayload",
|
|
3047
|
-
"
|
|
3048
|
-
"
|
|
3049
|
-
"assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
|
|
3050
|
-
"assistantVioletBright": "yfS7ra_assistantVioletBright",
|
|
3051
|
-
"contentColumn": "yfS7ra_contentColumn",
|
|
3052
|
-
"turnRail": "yfS7ra_turnRail",
|
|
3090
|
+
"requestDetailsDot": "yfS7ra_requestDetailsDot",
|
|
3091
|
+
"systemNeutral": "yfS7ra_systemNeutral",
|
|
3053
3092
|
"schemaParameters": "yfS7ra_schemaParameters",
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
3056
|
-
"
|
|
3093
|
+
"historyLoadButton": "yfS7ra_historyLoadButton",
|
|
3094
|
+
"eventInner": "yfS7ra_eventInner",
|
|
3095
|
+
"kindTag": "yfS7ra_kindTag",
|
|
3096
|
+
"historyLoadingSpinner": "yfS7ra_historyLoadingSpinner",
|
|
3097
|
+
"contentColumn": "yfS7ra_contentColumn",
|
|
3098
|
+
"schemaIntro": "yfS7ra_schemaIntro",
|
|
3099
|
+
"promptDiffSections": "yfS7ra_promptDiffSections",
|
|
3100
|
+
"toolCatalogIcon": "yfS7ra_toolCatalogIcon",
|
|
3101
|
+
"toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
|
|
3102
|
+
"sourceBlockHeader": "yfS7ra_sourceBlockHeader",
|
|
3103
|
+
"detailsResizeHandle": "yfS7ra_detailsResizeHandle",
|
|
3104
|
+
"jsonPayload": "yfS7ra_jsonPayload",
|
|
3057
3105
|
"visuallyHidden": "yfS7ra_visuallyHidden",
|
|
3106
|
+
"promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
|
|
3107
|
+
"resultRequest": "yfS7ra_resultRequest",
|
|
3108
|
+
"sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
|
|
3109
|
+
"jsonPreview": "yfS7ra_jsonPreview",
|
|
3110
|
+
"toolCatalogTree": "yfS7ra_toolCatalogTree",
|
|
3111
|
+
"detailBody": "yfS7ra_detailBody",
|
|
3112
|
+
"details": "yfS7ra_details",
|
|
3058
3113
|
"content": "yfS7ra_content",
|
|
3059
|
-
"
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3062
|
-
"
|
|
3114
|
+
"promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
|
|
3115
|
+
"error": "yfS7ra_error",
|
|
3116
|
+
"schemaName": "yfS7ra_schemaName",
|
|
3117
|
+
"toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
|
|
3118
|
+
"historyLoading": "yfS7ra_historyLoading",
|
|
3119
|
+
"assistantToolCallText": "yfS7ra_assistantToolCallText",
|
|
3120
|
+
"promptDiffSection": "yfS7ra_promptDiffSection",
|
|
3063
3121
|
"resultPreview": "yfS7ra_resultPreview",
|
|
3064
|
-
"schemaTree": "yfS7ra_schemaTree",
|
|
3065
|
-
"summaryScrollRegion": "yfS7ra_summaryScrollRegion",
|
|
3066
|
-
"overviewParentLinks": "yfS7ra_overviewParentLinks",
|
|
3067
|
-
"overviewHeading": "yfS7ra_overviewHeading",
|
|
3068
3122
|
"noPayload": "yfS7ra_noPayload",
|
|
3069
|
-
"historyLoadButton": "yfS7ra_historyLoadButton",
|
|
3070
|
-
"sourceBlockHeader": "yfS7ra_sourceBlockHeader",
|
|
3071
|
-
"assistantOutput": "yfS7ra_assistantOutput",
|
|
3072
|
-
"resultBlockText": "yfS7ra_resultBlockText",
|
|
3073
|
-
"toolCatalogChevron": "yfS7ra_toolCatalogChevron",
|
|
3074
|
-
"promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
|
|
3075
|
-
"close": "yfS7ra_close",
|
|
3076
|
-
"sourceBlocks": "yfS7ra_sourceBlocks",
|
|
3077
|
-
"toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
|
|
3078
|
-
"historyLoadingBar": "yfS7ra_historyLoadingBar",
|
|
3079
3123
|
"toolCallOnly": "yfS7ra_toolCallOnly",
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3082
|
-
"
|
|
3083
|
-
"user": "yfS7ra_user",
|
|
3084
|
-
"assistantToolCallName": "yfS7ra_assistantToolCallName",
|
|
3085
|
-
"promptDiffSection": "yfS7ra_promptDiffSection",
|
|
3086
|
-
"kindTag": "yfS7ra_kindTag",
|
|
3087
|
-
"virtualSpacer": "yfS7ra_virtualSpacer",
|
|
3088
|
-
"jsonPayload": "yfS7ra_jsonPayload",
|
|
3089
|
-
"overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
|
|
3090
|
-
"compacted": "yfS7ra_compacted",
|
|
3091
|
-
"overviewSection": "yfS7ra_overviewSection",
|
|
3092
|
-
"assistantToolCallButton": "yfS7ra_assistantToolCallButton",
|
|
3093
|
-
"assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
|
|
3094
|
-
"toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
|
|
3095
|
-
"tablePane": "yfS7ra_tablePane",
|
|
3124
|
+
"eventColumn": "yfS7ra_eventColumn",
|
|
3125
|
+
"usageGroup": "yfS7ra_usageGroup",
|
|
3126
|
+
"inlineResult": "yfS7ra_inlineResult",
|
|
3096
3127
|
"requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
|
|
3097
|
-
"thinkingChevron": "yfS7ra_thinkingChevron",
|
|
3098
|
-
"eventInner": "yfS7ra_eventInner",
|
|
3099
|
-
"assistantToolCalls": "yfS7ra_assistantToolCalls",
|
|
3100
|
-
"detailsResizeHandle": "yfS7ra_detailsResizeHandle",
|
|
3101
|
-
"detailTabs": "yfS7ra_detailTabs",
|
|
3102
|
-
"resultRequest": "yfS7ra_resultRequest",
|
|
3103
|
-
"arrow": "yfS7ra_arrow",
|
|
3104
|
-
"markdownPayload": "yfS7ra_markdownPayload",
|
|
3105
3128
|
"turnLabel": "yfS7ra_turnLabel",
|
|
3106
|
-
"
|
|
3107
|
-
"
|
|
3108
|
-
"
|
|
3109
|
-
"
|
|
3110
|
-
"detailsLocation": "yfS7ra_detailsLocation",
|
|
3129
|
+
"overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
|
|
3130
|
+
"overviewPreview": "yfS7ra_overviewPreview",
|
|
3131
|
+
"markdownPayload": "yfS7ra_markdownPayload",
|
|
3132
|
+
"detailTab": "yfS7ra_detailTab",
|
|
3111
3133
|
"trajectory-table": "yfS7ra_trajectory-table",
|
|
3134
|
+
"subtoolAmber": "yfS7ra_subtoolAmber",
|
|
3135
|
+
"overview": "yfS7ra_overview",
|
|
3136
|
+
"selectionRail": "yfS7ra_selectionRail",
|
|
3137
|
+
"detailsHeader": "yfS7ra_detailsHeader",
|
|
3112
3138
|
"assistantContent": "yfS7ra_assistantContent",
|
|
3113
|
-
"
|
|
3139
|
+
"thinkingChevron": "yfS7ra_thinkingChevron",
|
|
3140
|
+
"table": "yfS7ra_table",
|
|
3141
|
+
"overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
|
|
3142
|
+
"schemaParametersTitle": "yfS7ra_schemaParametersTitle",
|
|
3143
|
+
"assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
|
|
3144
|
+
"historyLoadingBar": "yfS7ra_historyLoadingBar",
|
|
3145
|
+
"message": "yfS7ra_message",
|
|
3146
|
+
"panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
|
|
3147
|
+
"turnLabelFull": "yfS7ra_turnLabelFull",
|
|
3114
3148
|
"sourceBlockContent": "yfS7ra_sourceBlockContent",
|
|
3115
|
-
"eventColumn": "yfS7ra_eventColumn",
|
|
3116
|
-
"inlineResultText": "yfS7ra_inlineResultText",
|
|
3117
|
-
"collapsedTurnContent": "yfS7ra_collapsedTurnContent",
|
|
3118
|
-
"toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
|
|
3119
|
-
"toolCatalogTree": "yfS7ra_toolCatalogTree",
|
|
3120
|
-
"requestDetailsName": "yfS7ra_requestDetailsName",
|
|
3121
|
-
"promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
|
|
3122
|
-
"usageHeading": "yfS7ra_usageHeading",
|
|
3123
|
-
"split": "yfS7ra_split",
|
|
3124
|
-
"collapsedTurnText": "yfS7ra_collapsedTurnText",
|
|
3125
|
-
"turnLabelCompact": "yfS7ra_turnLabelCompact",
|
|
3126
|
-
"promptDiff": "yfS7ra_promptDiff",
|
|
3127
|
-
"toolCatalogIcon": "yfS7ra_toolCatalogIcon",
|
|
3128
|
-
"overviewSections": "yfS7ra_overviewSections",
|
|
3129
|
-
"selectionRail": "yfS7ra_selectionRail",
|
|
3130
3149
|
"noOutputText": "yfS7ra_noOutputText",
|
|
3131
|
-
"
|
|
3132
|
-
"
|
|
3133
|
-
"
|
|
3134
|
-
"inlineResult": "yfS7ra_inlineResult",
|
|
3135
|
-
"overviewTitleIcon": "yfS7ra_overviewTitleIcon",
|
|
3136
|
-
"schemaDescription": "yfS7ra_schemaDescription",
|
|
3137
|
-
"turnLabelFull": "yfS7ra_turnLabelFull",
|
|
3138
|
-
"schemaName": "yfS7ra_schemaName",
|
|
3139
|
-
"sourceBlock": "yfS7ra_sourceBlock",
|
|
3140
|
-
"detailBody": "yfS7ra_detailBody",
|
|
3141
|
-
"promptDiffTitle": "yfS7ra_promptDiffTitle",
|
|
3142
|
-
"subtoolAmber": "yfS7ra_subtoolAmber",
|
|
3143
|
-
"usageGroup": "yfS7ra_usageGroup",
|
|
3144
|
-
"thinkingToggle": "yfS7ra_thinkingToggle",
|
|
3150
|
+
"detailsLocation": "yfS7ra_detailsLocation",
|
|
3151
|
+
"compacted": "yfS7ra_compacted",
|
|
3152
|
+
"summaryScrollRegion": "yfS7ra_summaryScrollRegion",
|
|
3145
3153
|
"detailsTitle": "yfS7ra_detailsTitle",
|
|
3146
|
-
"
|
|
3147
|
-
"
|
|
3148
|
-
"history-loading-spin": "yfS7ra_history-loading-spin",
|
|
3149
|
-
"overview": "yfS7ra_overview",
|
|
3150
|
-
"contextGreen": "yfS7ra_contextGreen",
|
|
3151
|
-
"compactedSummary": "yfS7ra_compactedSummary",
|
|
3152
|
-
"requestDetailsDot": "yfS7ra_requestDetailsDot",
|
|
3153
|
-
"details": "yfS7ra_details",
|
|
3154
|
-
"thinkingQuote": "yfS7ra_thinkingQuote",
|
|
3155
|
-
"schemaPreview": "yfS7ra_schemaPreview",
|
|
3156
|
-
"assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
|
|
3157
|
-
"kindTagIcon": "yfS7ra_kindTagIcon",
|
|
3158
|
-
"toolCatalogName": "yfS7ra_toolCatalogName",
|
|
3159
|
-
"detailsHeader": "yfS7ra_detailsHeader",
|
|
3154
|
+
"assistantVioletBright": "yfS7ra_assistantVioletBright",
|
|
3155
|
+
"split": "yfS7ra_split",
|
|
3160
3156
|
"historyLoadRow": "yfS7ra_historyLoadRow",
|
|
3161
|
-
"
|
|
3162
|
-
"
|
|
3163
|
-
"
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3166
|
-
"
|
|
3157
|
+
"promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
|
|
3158
|
+
"collapsedTurnText": "yfS7ra_collapsedTurnText",
|
|
3159
|
+
"sourceBlockLabel": "yfS7ra_sourceBlockLabel",
|
|
3160
|
+
"history-loading-spin": "yfS7ra_history-loading-spin",
|
|
3161
|
+
"overviewParentLinks": "yfS7ra_overviewParentLinks",
|
|
3162
|
+
"promptDiffTitle": "yfS7ra_promptDiffTitle",
|
|
3163
|
+
"assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
|
|
3164
|
+
"kindTagLabel": "yfS7ra_kindTagLabel",
|
|
3165
|
+
"user": "yfS7ra_user",
|
|
3166
|
+
"assistantToolCallName": "yfS7ra_assistantToolCallName"
|
|
3167
3167
|
};
|
|
3168
3168
|
//#endregion
|
|
3169
3169
|
//#region src/client/TrajectoryTable.tsx
|
|
@@ -5328,18 +5328,18 @@ window.__ModuleLoader__.load({
|
|
|
5328
5328
|
}
|
|
5329
5329
|
var TrajectoryToolbar_module_css_default = {
|
|
5330
5330
|
"searchInput": "ItN3YG_searchInput",
|
|
5331
|
-
"
|
|
5332
|
-
"actions": "ItN3YG_actions",
|
|
5331
|
+
"search": "ItN3YG_search",
|
|
5333
5332
|
"toggle": "ItN3YG_toggle",
|
|
5334
|
-
"action": "ItN3YG_action",
|
|
5335
|
-
"inner": "ItN3YG_inner",
|
|
5336
5333
|
"root": "ItN3YG_root",
|
|
5337
|
-
"control": "ItN3YG_control",
|
|
5338
|
-
"search": "ItN3YG_search",
|
|
5339
5334
|
"controlThumb": "ItN3YG_controlThumb",
|
|
5340
|
-
"
|
|
5335
|
+
"action": "ItN3YG_action",
|
|
5341
5336
|
"controlTrack": "ItN3YG_controlTrack",
|
|
5342
|
-
"
|
|
5337
|
+
"control": "ItN3YG_control",
|
|
5338
|
+
"actionIcon": "ItN3YG_actionIcon",
|
|
5339
|
+
"actions": "ItN3YG_actions",
|
|
5340
|
+
"searchIcon": "ItN3YG_searchIcon",
|
|
5341
|
+
"inner": "ItN3YG_inner",
|
|
5342
|
+
"toggleIcon": "ItN3YG_toggleIcon"
|
|
5343
5343
|
};
|
|
5344
5344
|
//#endregion
|
|
5345
5345
|
//#region src/client/TrajectoryToolbar.tsx
|
|
@@ -5578,19 +5578,19 @@ window.__ModuleLoader__.load({
|
|
|
5578
5578
|
document.head.appendChild(tag);
|
|
5579
5579
|
}
|
|
5580
5580
|
var TrajectoryTimeline_module_css_default = {
|
|
5581
|
-
"empty": "kwzH6G_empty",
|
|
5582
5581
|
"turnBoundary": "kwzH6G_turnBoundary",
|
|
5583
|
-
"root": "kwzH6G_root",
|
|
5584
5582
|
"track": "kwzH6G_track",
|
|
5583
|
+
"selectionEdges": "kwzH6G_selectionEdges",
|
|
5584
|
+
"empty": "kwzH6G_empty",
|
|
5585
|
+
"selection": "kwzH6G_selection",
|
|
5586
|
+
"turnBoundaries": "kwzH6G_turnBoundaries",
|
|
5587
|
+
"root": "kwzH6G_root",
|
|
5588
|
+
"plot": "kwzH6G_plot",
|
|
5589
|
+
"hoverLine": "kwzH6G_hoverLine",
|
|
5585
5590
|
"labels": "kwzH6G_labels",
|
|
5586
5591
|
"earlierHistory": "kwzH6G_earlierHistory",
|
|
5587
5592
|
"span": "kwzH6G_span",
|
|
5588
|
-
"
|
|
5589
|
-
"selectionEdges": "kwzH6G_selectionEdges",
|
|
5590
|
-
"lanes": "kwzH6G_lanes",
|
|
5591
|
-
"hoverLine": "kwzH6G_hoverLine",
|
|
5592
|
-
"plot": "kwzH6G_plot",
|
|
5593
|
-
"turnBoundaries": "kwzH6G_turnBoundaries"
|
|
5593
|
+
"lanes": "kwzH6G_lanes"
|
|
5594
5594
|
};
|
|
5595
5595
|
//#endregion
|
|
5596
5596
|
//#region src/client/TrajectoryTimeline.tsx
|
|
@@ -6961,8 +6961,8 @@ window.__ModuleLoader__.load({
|
|
|
6961
6961
|
document.head.appendChild(tag);
|
|
6962
6962
|
}
|
|
6963
6963
|
var views_module_css_default = {
|
|
6964
|
-
"
|
|
6965
|
-
"
|
|
6964
|
+
"root": "IdkwEa_root",
|
|
6965
|
+
"ledger": "IdkwEa_ledger"
|
|
6966
6966
|
};
|
|
6967
6967
|
//#endregion
|
|
6968
6968
|
//#region src/client/TrajectoryView.tsx
|
|
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
|
|
|
122
122
|
document.head.appendChild(tag);
|
|
123
123
|
}
|
|
124
124
|
var PlanReviewPanel_module_css_default = {
|
|
125
|
-
"
|
|
126
|
-
"actions": "qwZnSa_actions",
|
|
127
|
-
"feedback": "qwZnSa_feedback",
|
|
128
|
-
"discuss": "qwZnSa_discuss",
|
|
125
|
+
"frame": "qwZnSa_frame",
|
|
129
126
|
"body": "qwZnSa_body",
|
|
130
127
|
"footer": "qwZnSa_footer",
|
|
131
128
|
"card": "qwZnSa_card",
|
|
132
|
-
"
|
|
133
|
-
"
|
|
129
|
+
"discuss": "qwZnSa_discuss",
|
|
130
|
+
"feedback": "qwZnSa_feedback",
|
|
131
|
+
"strip": "qwZnSa_strip",
|
|
132
|
+
"dot": "qwZnSa_dot",
|
|
133
|
+
"actions": "qwZnSa_actions"
|
|
134
134
|
};
|
|
135
135
|
//#endregion
|
|
136
136
|
//#region src/client/PlanReviewPanel.tsx
|
|
@@ -240,37 +240,37 @@ window.__ModuleLoader__.load({
|
|
|
240
240
|
document.head.appendChild(tag);
|
|
241
241
|
}
|
|
242
242
|
var QuestionComposer_module_css_default = {
|
|
243
|
-
"
|
|
244
|
-
"
|
|
245
|
-
"footerActions": "_3wP-uG_footerActions",
|
|
246
|
-
"headerActions": "_3wP-uG_headerActions",
|
|
247
|
-
"badge": "_3wP-uG_badge",
|
|
248
|
-
"optionSelected": "_3wP-uG_optionSelected",
|
|
243
|
+
"progress": "_3wP-uG_progress",
|
|
244
|
+
"checkboxChecked": "_3wP-uG_checkboxChecked",
|
|
249
245
|
"feedback": "_3wP-uG_feedback",
|
|
250
246
|
"number": "_3wP-uG_number",
|
|
251
|
-
"
|
|
252
|
-
"eyebrow": "_3wP-uG_eyebrow",
|
|
247
|
+
"detail": "_3wP-uG_detail",
|
|
253
248
|
"option": "_3wP-uG_option",
|
|
254
|
-
"card": "_3wP-uG_card",
|
|
255
|
-
"headingBlock": "_3wP-uG_headingBlock",
|
|
256
249
|
"body": "_3wP-uG_body",
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
250
|
+
"header": "_3wP-uG_header",
|
|
251
|
+
"headingBlock": "_3wP-uG_headingBlock",
|
|
252
|
+
"cardMinimized": "_3wP-uG_cardMinimized",
|
|
253
|
+
"footerActions": "_3wP-uG_footerActions",
|
|
254
|
+
"pager": "_3wP-uG_pager",
|
|
260
255
|
"options": "_3wP-uG_options",
|
|
261
|
-
"description": "_3wP-uG_description",
|
|
262
|
-
"customRow": "_3wP-uG_customRow",
|
|
263
|
-
"iconButton": "_3wP-uG_iconButton",
|
|
264
|
-
"detail": "_3wP-uG_detail",
|
|
265
256
|
"optionLabel": "_3wP-uG_optionLabel",
|
|
266
|
-
"header": "_3wP-uG_header",
|
|
267
|
-
"title": "_3wP-uG_title",
|
|
268
|
-
"customRowActive": "_3wP-uG_customRowActive",
|
|
269
|
-
"checkbox": "_3wP-uG_checkbox",
|
|
270
|
-
"optionCopy": "_3wP-uG_optionCopy",
|
|
271
257
|
"optionLine": "_3wP-uG_optionLine",
|
|
258
|
+
"headerActions": "_3wP-uG_headerActions",
|
|
259
|
+
"optionCopy": "_3wP-uG_optionCopy",
|
|
260
|
+
"customRow": "_3wP-uG_customRow",
|
|
261
|
+
"customRowActive": "_3wP-uG_customRowActive",
|
|
262
|
+
"title": "_3wP-uG_title",
|
|
263
|
+
"eyebrow": "_3wP-uG_eyebrow",
|
|
264
|
+
"card": "_3wP-uG_card",
|
|
272
265
|
"customInput": "_3wP-uG_customInput",
|
|
273
|
-
"
|
|
266
|
+
"frame": "_3wP-uG_frame",
|
|
267
|
+
"footer": "_3wP-uG_footer",
|
|
268
|
+
"optionSelected": "_3wP-uG_optionSelected",
|
|
269
|
+
"iconButton": "_3wP-uG_iconButton",
|
|
270
|
+
"badge": "_3wP-uG_badge",
|
|
271
|
+
"description": "_3wP-uG_description",
|
|
272
|
+
"customTextarea": "_3wP-uG_customTextarea",
|
|
273
|
+
"checkbox": "_3wP-uG_checkbox"
|
|
274
274
|
};
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region src/client/QuestionComposer.tsx
|
|
@@ -19,28 +19,28 @@ window.__ModuleLoader__.load({
|
|
|
19
19
|
document.head.appendChild(tag);
|
|
20
20
|
}
|
|
21
21
|
var WorkflowRunPanel_module_css_default = {
|
|
22
|
-
"
|
|
23
|
-
"dotSlot": "SiHEYG_dotSlot",
|
|
24
|
-
"phaseStatus": "SiHEYG_phaseStatus",
|
|
25
|
-
"phase": "SiHEYG_phase",
|
|
26
|
-
"separator": "SiHEYG_separator",
|
|
27
|
-
"phaseLeading": "SiHEYG_phaseLeading",
|
|
28
|
-
"runTitle": "SiHEYG_runTitle",
|
|
29
|
-
"phaseTitle": "SiHEYG_phaseTitle",
|
|
30
|
-
"runSummary": "SiHEYG_runSummary",
|
|
31
|
-
"runLeading": "SiHEYG_runLeading",
|
|
32
|
-
"phaseList": "SiHEYG_phaseList",
|
|
22
|
+
"runHeader": "SiHEYG_runHeader",
|
|
33
23
|
"memberRow": "SiHEYG_memberRow",
|
|
24
|
+
"memberLabel": "SiHEYG_memberLabel",
|
|
25
|
+
"phaseList": "SiHEYG_phaseList",
|
|
26
|
+
"root": "SiHEYG_root",
|
|
34
27
|
"memberLabelWrap": "SiHEYG_memberLabelWrap",
|
|
35
|
-
"memberStatus": "SiHEYG_memberStatus",
|
|
36
|
-
"empty": "SiHEYG_empty",
|
|
37
|
-
"memberButton": "SiHEYG_memberButton",
|
|
38
|
-
"runHeader": "SiHEYG_runHeader",
|
|
39
|
-
"phaseCount": "SiHEYG_phaseCount",
|
|
40
28
|
"members": "SiHEYG_members",
|
|
41
|
-
"
|
|
29
|
+
"runTitle": "SiHEYG_runTitle",
|
|
30
|
+
"phaseLeading": "SiHEYG_phaseLeading",
|
|
42
31
|
"statusTail": "SiHEYG_statusTail",
|
|
43
|
-
"
|
|
32
|
+
"phase": "SiHEYG_phase",
|
|
33
|
+
"phaseStatus": "SiHEYG_phaseStatus",
|
|
34
|
+
"runLeading": "SiHEYG_runLeading",
|
|
35
|
+
"memberButton": "SiHEYG_memberButton",
|
|
36
|
+
"dotSlot": "SiHEYG_dotSlot",
|
|
37
|
+
"runSummary": "SiHEYG_runSummary",
|
|
38
|
+
"separator": "SiHEYG_separator",
|
|
39
|
+
"memberStatus": "SiHEYG_memberStatus",
|
|
40
|
+
"phaseTitle": "SiHEYG_phaseTitle",
|
|
41
|
+
"empty": "SiHEYG_empty",
|
|
42
|
+
"phaseHeader": "SiHEYG_phaseHeader",
|
|
43
|
+
"phaseCount": "SiHEYG_phaseCount"
|
|
44
44
|
};
|
|
45
45
|
//#endregion
|
|
46
46
|
//#region src/client/WorkflowRunPanel.tsx
|
|
@@ -341,40 +341,40 @@ window.__ModuleLoader__.load({
|
|
|
341
341
|
document.head.appendChild(tag);
|
|
342
342
|
}
|
|
343
343
|
var Rows_module_css_default = {
|
|
344
|
-
"renameInput": "X-VPTa_renameInput",
|
|
345
|
-
"searchResultMeta": "X-VPTa_searchResultMeta",
|
|
346
|
-
"searchResultTitle": "X-VPTa_searchResultTitle",
|
|
347
|
-
"time": "X-VPTa_time",
|
|
348
|
-
"dropBefore": "X-VPTa_dropBefore",
|
|
349
344
|
"arrowOpen": "X-VPTa_arrowOpen",
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"row-in": "X-VPTa_row-in",
|
|
353
|
-
"visuallyHidden": "X-VPTa_visuallyHidden",
|
|
354
|
-
"sessionRow": "X-VPTa_sessionRow",
|
|
355
|
-
"searchResultHeading": "X-VPTa_searchResultHeading",
|
|
345
|
+
"hoverContent": "X-VPTa_hoverContent",
|
|
346
|
+
"title": "X-VPTa_title",
|
|
356
347
|
"meta": "X-VPTa_meta",
|
|
357
|
-
"menuOpen": "X-VPTa_menuOpen",
|
|
358
348
|
"folder": "X-VPTa_folder",
|
|
359
|
-
"
|
|
360
|
-
"hoverContent": "X-VPTa_hoverContent",
|
|
361
|
-
"hoverTime": "X-VPTa_hoverTime",
|
|
362
|
-
"arrow": "X-VPTa_arrow",
|
|
363
|
-
"rowActions": "X-VPTa_rowActions",
|
|
364
|
-
"projectRow": "X-VPTa_projectRow",
|
|
365
|
-
"hoverTitle": "X-VPTa_hoverTitle",
|
|
366
|
-
"hoverStatus": "X-VPTa_hoverStatus",
|
|
367
|
-
"projectText": "X-VPTa_projectText",
|
|
368
|
-
"searchResultRow": "X-VPTa_searchResultRow",
|
|
369
|
-
"iconButton": "X-VPTa_iconButton",
|
|
349
|
+
"time": "X-VPTa_time",
|
|
370
350
|
"searchResultSnippet": "X-VPTa_searchResultSnippet",
|
|
351
|
+
"menuOpen": "X-VPTa_menuOpen",
|
|
352
|
+
"chevron": "X-VPTa_chevron",
|
|
371
353
|
"folderActive": "X-VPTa_folderActive",
|
|
354
|
+
"dropAfter": "X-VPTa_dropAfter",
|
|
372
355
|
"searchResultWorkspace": "X-VPTa_searchResultWorkspace",
|
|
356
|
+
"row-in": "X-VPTa_row-in",
|
|
357
|
+
"searchResultTitle": "X-VPTa_searchResultTitle",
|
|
358
|
+
"hoverTime": "X-VPTa_hoverTime",
|
|
359
|
+
"dropBefore": "X-VPTa_dropBefore",
|
|
360
|
+
"arrow": "X-VPTa_arrow",
|
|
373
361
|
"selected": "X-VPTa_selected",
|
|
362
|
+
"projectText": "X-VPTa_projectText",
|
|
363
|
+
"projectRow": "X-VPTa_projectRow",
|
|
364
|
+
"sessionRow": "X-VPTa_sessionRow",
|
|
365
|
+
"hoverPath": "X-VPTa_hoverPath",
|
|
366
|
+
"searchResultHeading": "X-VPTa_searchResultHeading",
|
|
374
367
|
"slot": "X-VPTa_slot",
|
|
375
|
-
"
|
|
368
|
+
"hoverStatus": "X-VPTa_hoverStatus",
|
|
369
|
+
"flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
|
|
376
370
|
"dot": "X-VPTa_dot",
|
|
377
|
-
"
|
|
371
|
+
"searchResultMeta": "X-VPTa_searchResultMeta",
|
|
372
|
+
"rowActions": "X-VPTa_rowActions",
|
|
373
|
+
"searchResultRow": "X-VPTa_searchResultRow",
|
|
374
|
+
"visuallyHidden": "X-VPTa_visuallyHidden",
|
|
375
|
+
"renameInput": "X-VPTa_renameInput",
|
|
376
|
+
"hoverTitle": "X-VPTa_hoverTitle",
|
|
377
|
+
"iconButton": "X-VPTa_iconButton"
|
|
378
378
|
};
|
|
379
379
|
//#endregion
|
|
380
380
|
//#region src/client/rows/Rows.tsx
|
|
@@ -807,8 +807,8 @@ window.__ModuleLoader__.load({
|
|
|
807
807
|
}
|
|
808
808
|
var WorkspacePicker_module_css_default = {
|
|
809
809
|
"modalError": "koU6Pa_modalError",
|
|
810
|
-
"
|
|
811
|
-
"
|
|
810
|
+
"modalAction": "koU6Pa_modalAction",
|
|
811
|
+
"menuStatus": "koU6Pa_menuStatus"
|
|
812
812
|
};
|
|
813
813
|
//#endregion
|
|
814
814
|
//#region src/client/WorkspacePicker.tsx
|
|
@@ -976,42 +976,42 @@ window.__ModuleLoader__.load({
|
|
|
976
976
|
document.head.appendChild(tag);
|
|
977
977
|
}
|
|
978
978
|
var WorkspaceBrowser_module_css_default = {
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
"
|
|
979
|
+
"searchButton": "HlYf2W_searchButton",
|
|
980
|
+
"fade": "HlYf2W_fade",
|
|
981
|
+
"rail": "HlYf2W_rail",
|
|
982
|
+
"list": "HlYf2W_list",
|
|
983
983
|
"empty": "HlYf2W_empty",
|
|
984
|
+
"sectionLabelHidden": "HlYf2W_sectionLabelHidden",
|
|
984
985
|
"treeBody": "HlYf2W_treeBody",
|
|
985
|
-
"wide-in": "HlYf2W_wide-in",
|
|
986
|
-
"headerActionsHidden": "HlYf2W_headerActionsHidden",
|
|
987
|
-
"list": "HlYf2W_list",
|
|
988
|
-
"root": "HlYf2W_root",
|
|
989
986
|
"searchSlot": "HlYf2W_searchSlot",
|
|
990
|
-
"
|
|
991
|
-
"
|
|
987
|
+
"search": "HlYf2W_search",
|
|
988
|
+
"headerActionsHidden": "HlYf2W_headerActionsHidden",
|
|
989
|
+
"flatList": "HlYf2W_flatList",
|
|
990
|
+
"groupSection": "HlYf2W_groupSection",
|
|
991
|
+
"listArea": "HlYf2W_listArea",
|
|
992
|
+
"sessionOverflowButton": "HlYf2W_sessionOverflowButton",
|
|
993
|
+
"listTopDropIndicator": "HlYf2W_listTopDropIndicator",
|
|
992
994
|
"searchSlotExpanded": "HlYf2W_searchSlotExpanded",
|
|
993
|
-
"
|
|
994
|
-
"fade": "HlYf2W_fade",
|
|
995
|
-
"workspaceDropAfter": "HlYf2W_workspaceDropAfter",
|
|
996
|
-
"deleteAction": "HlYf2W_deleteAction",
|
|
997
|
-
"deleteStatus": "HlYf2W_deleteStatus",
|
|
998
|
-
"headerActions": "HlYf2W_headerActions",
|
|
995
|
+
"renameError": "HlYf2W_renameError",
|
|
999
996
|
"workspaceDropBefore": "HlYf2W_workspaceDropBefore",
|
|
1000
|
-
"listTopDropActive": "HlYf2W_listTopDropActive",
|
|
1001
|
-
"searchInput": "HlYf2W_searchInput",
|
|
1002
|
-
"groupSection": "HlYf2W_groupSection",
|
|
1003
|
-
"sectionLabel": "HlYf2W_sectionLabel",
|
|
1004
997
|
"iconButton": "HlYf2W_iconButton",
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
998
|
+
"headerActions": "HlYf2W_headerActions",
|
|
999
|
+
"listTopDropActive": "HlYf2W_listTopDropActive",
|
|
1000
|
+
"deleteAction": "HlYf2W_deleteAction",
|
|
1001
|
+
"renameInput": "HlYf2W_renameInput",
|
|
1007
1002
|
"sectionHeader": "HlYf2W_sectionHeader",
|
|
1008
|
-
"
|
|
1003
|
+
"clearButton": "HlYf2W_clearButton",
|
|
1004
|
+
"root": "HlYf2W_root",
|
|
1005
|
+
"deleteStatus": "HlYf2W_deleteStatus",
|
|
1006
|
+
"wide-in": "HlYf2W_wide-in",
|
|
1007
|
+
"searchTree": "HlYf2W_searchTree",
|
|
1008
|
+
"workspaceDropAfter": "HlYf2W_workspaceDropAfter",
|
|
1009
1009
|
"searchWarning": "HlYf2W_searchWarning",
|
|
1010
|
-
"listArea": "HlYf2W_listArea",
|
|
1011
1010
|
"searchStatus": "HlYf2W_searchStatus",
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1011
|
+
"searchInput": "HlYf2W_searchInput",
|
|
1012
|
+
"sectionLabel": "HlYf2W_sectionLabel",
|
|
1013
|
+
"searchExpanded": "HlYf2W_searchExpanded",
|
|
1014
|
+
"wide": "HlYf2W_wide"
|
|
1015
1015
|
};
|
|
1016
1016
|
//#endregion
|
|
1017
1017
|
//#region src/client/WorkspaceBrowser.tsx
|