@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
|
@@ -3037,23 +3037,23 @@ window.__ModuleLoader__.load({
|
|
|
3037
3037
|
document.head.appendChild(tag);
|
|
3038
3038
|
}
|
|
3039
3039
|
var ContextMeter_module_css_default = {
|
|
3040
|
-
"rows": "bloECW_rows",
|
|
3041
|
-
"panel": "bloECW_panel",
|
|
3042
|
-
"figures": "bloECW_figures",
|
|
3043
|
-
"fill": "bloECW_fill",
|
|
3044
|
-
"headline": "bloECW_headline",
|
|
3045
|
-
"row": "bloECW_row",
|
|
3046
|
-
"swatch": "bloECW_swatch",
|
|
3047
|
-
"track": "bloECW_track",
|
|
3048
|
-
"colorTools": "bloECW_colorTools",
|
|
3049
3040
|
"colorSystem": "bloECW_colorSystem",
|
|
3041
|
+
"headline": "bloECW_headline",
|
|
3050
3042
|
"bar": "bloECW_bar",
|
|
3051
3043
|
"colorMessages": "bloECW_colorMessages",
|
|
3044
|
+
"fill": "bloECW_fill",
|
|
3052
3045
|
"trigger": "bloECW_trigger",
|
|
3053
|
-
"
|
|
3046
|
+
"track": "bloECW_track",
|
|
3047
|
+
"panel": "bloECW_panel",
|
|
3048
|
+
"swatch": "bloECW_swatch",
|
|
3049
|
+
"colorTools": "bloECW_colorTools",
|
|
3054
3050
|
"segment": "bloECW_segment",
|
|
3055
|
-
"
|
|
3056
|
-
"
|
|
3051
|
+
"rows": "bloECW_rows",
|
|
3052
|
+
"percent": "bloECW_percent",
|
|
3053
|
+
"root": "bloECW_root",
|
|
3054
|
+
"figures": "bloECW_figures",
|
|
3055
|
+
"row": "bloECW_row",
|
|
3056
|
+
"header": "bloECW_header"
|
|
3057
3057
|
};
|
|
3058
3058
|
//#endregion
|
|
3059
3059
|
//#region src/client/skeleton/ContextMeter.tsx
|
|
@@ -3226,10 +3226,10 @@ window.__ModuleLoader__.load({
|
|
|
3226
3226
|
}
|
|
3227
3227
|
var PermissionSelect_module_css_default = {
|
|
3228
3228
|
"trigger": "UJ7tKa_trigger",
|
|
3229
|
-
"chevron": "UJ7tKa_chevron",
|
|
3230
|
-
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3231
3229
|
"chevronOpen": "UJ7tKa_chevronOpen",
|
|
3232
|
-
"triggerLabel": "UJ7tKa_triggerLabel"
|
|
3230
|
+
"triggerLabel": "UJ7tKa_triggerLabel",
|
|
3231
|
+
"triggerIcon": "UJ7tKa_triggerIcon",
|
|
3232
|
+
"chevron": "UJ7tKa_chevron"
|
|
3233
3233
|
};
|
|
3234
3234
|
//#endregion
|
|
3235
3235
|
//#region src/client/skeleton/PermissionSelect.tsx
|
|
@@ -3463,41 +3463,41 @@ window.__ModuleLoader__.load({
|
|
|
3463
3463
|
document.head.appendChild(tag);
|
|
3464
3464
|
}
|
|
3465
3465
|
var InputBar_module_css_default = {
|
|
3466
|
-
"
|
|
3466
|
+
"grow": "QdFsVG_grow",
|
|
3467
|
+
"scroll": "QdFsVG_scroll",
|
|
3468
|
+
"root": "QdFsVG_root",
|
|
3469
|
+
"hlSegment": "QdFsVG_hlSegment",
|
|
3470
|
+
"chipIcon": "QdFsVG_chipIcon",
|
|
3471
|
+
"select": "QdFsVG_select",
|
|
3467
3472
|
"input": "QdFsVG_input",
|
|
3473
|
+
"add": "QdFsVG_add",
|
|
3474
|
+
"backdropDisabled": "QdFsVG_backdropDisabled",
|
|
3475
|
+
"chip": "QdFsVG_chip",
|
|
3476
|
+
"pending": "QdFsVG_pending",
|
|
3477
|
+
"textRefTrigger": "QdFsVG_textRefTrigger",
|
|
3478
|
+
"textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
|
|
3479
|
+
"backdrop": "QdFsVG_backdrop",
|
|
3480
|
+
"chipTrigger": "QdFsVG_chipTrigger",
|
|
3468
3481
|
"notice": "QdFsVG_notice",
|
|
3482
|
+
"chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
|
|
3483
|
+
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3484
|
+
"textRefIcon": "QdFsVG_textRefIcon",
|
|
3469
3485
|
"chipInvalid": "QdFsVG_chipInvalid",
|
|
3470
3486
|
"mirror": "QdFsVG_mirror",
|
|
3471
|
-
"backdrop": "QdFsVG_backdrop",
|
|
3472
|
-
"cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
|
|
3473
|
-
"chipIcon": "QdFsVG_chipIcon",
|
|
3474
|
-
"trailing": "QdFsVG_trailing",
|
|
3475
|
-
"root": "QdFsVG_root",
|
|
3476
|
-
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3477
3487
|
"modes": "QdFsVG_modes",
|
|
3478
|
-
"textRefTrigger": "QdFsVG_textRefTrigger",
|
|
3479
|
-
"textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
|
|
3480
|
-
"chip": "QdFsVG_chip",
|
|
3481
|
-
"grow": "QdFsVG_grow",
|
|
3482
|
-
"hint": "QdFsVG_hint",
|
|
3483
3488
|
"textRef": "QdFsVG_textRef",
|
|
3484
|
-
"input-pending": "QdFsVG_input-pending",
|
|
3485
|
-
"tools": "QdFsVG_tools",
|
|
3486
|
-
"select": "QdFsVG_select",
|
|
3487
3489
|
"primary": "QdFsVG_primary",
|
|
3488
|
-
"
|
|
3489
|
-
"
|
|
3490
|
+
"overlayAnchor": "QdFsVG_overlayAnchor",
|
|
3491
|
+
"hero": "QdFsVG_hero",
|
|
3492
|
+
"hint": "QdFsVG_hint",
|
|
3490
3493
|
"row": "QdFsVG_row",
|
|
3491
|
-
"add": "QdFsVG_add",
|
|
3492
|
-
"retry": "QdFsVG_retry",
|
|
3493
|
-
"textRefIcon": "QdFsVG_textRefIcon",
|
|
3494
3494
|
"hlToken": "QdFsVG_hlToken",
|
|
3495
|
-
"
|
|
3496
|
-
"
|
|
3495
|
+
"trailing": "QdFsVG_trailing",
|
|
3496
|
+
"input-pending": "QdFsVG_input-pending",
|
|
3497
|
+
"tools": "QdFsVG_tools",
|
|
3497
3498
|
"accessory": "QdFsVG_accessory",
|
|
3498
|
-
"
|
|
3499
|
-
"
|
|
3500
|
-
"chipTriggerGlyph": "QdFsVG_chipTriggerGlyph"
|
|
3499
|
+
"card": "QdFsVG_card",
|
|
3500
|
+
"retry": "QdFsVG_retry"
|
|
3501
3501
|
};
|
|
3502
3502
|
//#endregion
|
|
3503
3503
|
//#region src/client/skeleton/InputBar.tsx
|
|
@@ -4178,8 +4178,8 @@ window.__ModuleLoader__.load({
|
|
|
4178
4178
|
}
|
|
4179
4179
|
var EnterBehaviorRow_module_css_default = {
|
|
4180
4180
|
"chevron": "ssSNSa_chevron",
|
|
4181
|
-
"row": "ssSNSa_row",
|
|
4182
4181
|
"title": "ssSNSa_title",
|
|
4182
|
+
"row": "ssSNSa_row",
|
|
4183
4183
|
"rowText": "ssSNSa_rowText",
|
|
4184
4184
|
"desc": "ssSNSa_desc",
|
|
4185
4185
|
"selector": "ssSNSa_selector"
|
|
@@ -4255,35 +4255,35 @@ window.__ModuleLoader__.load({
|
|
|
4255
4255
|
document.head.appendChild(tag);
|
|
4256
4256
|
}
|
|
4257
4257
|
var MessageItem_module_css_default = {
|
|
4258
|
-
"retryText": "DuLIaW_retryText",
|
|
4259
|
-
"userStack": "DuLIaW_userStack",
|
|
4260
|
-
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4261
|
-
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4262
|
-
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4263
|
-
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4264
|
-
"compactionRow": "DuLIaW_compactionRow",
|
|
4265
4258
|
"compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
|
|
4266
|
-
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4267
|
-
"referenceSummary": "DuLIaW_referenceSummary",
|
|
4268
|
-
"retrySummary": "DuLIaW_retrySummary",
|
|
4269
|
-
"compactionSep": "DuLIaW_compactionSep",
|
|
4270
|
-
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4271
|
-
"compactionContextIcon": "DuLIaW_compactionContextIcon",
|
|
4272
4259
|
"contextRow": "DuLIaW_contextRow",
|
|
4273
|
-
"bubble": "DuLIaW_bubble",
|
|
4274
|
-
"refChip": "DuLIaW_refChip",
|
|
4275
|
-
"compactionButton": "DuLIaW_compactionButton",
|
|
4276
4260
|
"compactionTitle": "DuLIaW_compactionTitle",
|
|
4261
|
+
"compactionSep": "DuLIaW_compactionSep",
|
|
4262
|
+
"retry-shimmer": "DuLIaW_retry-shimmer",
|
|
4277
4263
|
"retryDetails": "DuLIaW_retryDetails",
|
|
4278
|
-
"
|
|
4279
|
-
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4280
|
-
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4281
|
-
"retryRow": "DuLIaW_retryRow",
|
|
4282
|
-
"compactionBody": "DuLIaW_compactionBody",
|
|
4264
|
+
"turnErrorCopy": "DuLIaW_turnErrorCopy",
|
|
4283
4265
|
"maxTokensTitle": "DuLIaW_maxTokensTitle",
|
|
4266
|
+
"retryDetailLabel": "DuLIaW_retryDetailLabel",
|
|
4267
|
+
"compactionLeading": "DuLIaW_compactionLeading",
|
|
4284
4268
|
"refIcon": "DuLIaW_refIcon",
|
|
4269
|
+
"turnErrorRow": "DuLIaW_turnErrorRow",
|
|
4270
|
+
"userStack": "DuLIaW_userStack",
|
|
4271
|
+
"turnErrorCode": "DuLIaW_turnErrorCode",
|
|
4272
|
+
"turnErrorMessage": "DuLIaW_turnErrorMessage",
|
|
4273
|
+
"compactionBody": "DuLIaW_compactionBody",
|
|
4285
4274
|
"userRow": "DuLIaW_userRow",
|
|
4286
|
-
"
|
|
4275
|
+
"turnErrorDot": "DuLIaW_turnErrorDot",
|
|
4276
|
+
"compactionButton": "DuLIaW_compactionButton",
|
|
4277
|
+
"retryText": "DuLIaW_retryText",
|
|
4278
|
+
"referenceSummary": "DuLIaW_referenceSummary",
|
|
4279
|
+
"refChip": "DuLIaW_refChip",
|
|
4280
|
+
"compactionRow": "DuLIaW_compactionRow",
|
|
4281
|
+
"compactionSummary": "DuLIaW_compactionSummary",
|
|
4282
|
+
"retrySummary": "DuLIaW_retrySummary",
|
|
4283
|
+
"bubble": "DuLIaW_bubble",
|
|
4284
|
+
"retryRow": "DuLIaW_retryRow",
|
|
4285
|
+
"turnErrorTitle": "DuLIaW_turnErrorTitle",
|
|
4286
|
+
"compactionContextIcon": "DuLIaW_compactionContextIcon"
|
|
4287
4287
|
};
|
|
4288
4288
|
//#endregion
|
|
4289
4289
|
//#region src/client/chat/CompactionItem.tsx
|
|
@@ -4355,29 +4355,29 @@ window.__ModuleLoader__.load({
|
|
|
4355
4355
|
document.head.appendChild(tag);
|
|
4356
4356
|
}
|
|
4357
4357
|
var ContextBody_module_css_default = {
|
|
4358
|
-
"sections": "mBNGpa_sections",
|
|
4359
4358
|
"file": "mBNGpa_file",
|
|
4360
|
-
"field": "mBNGpa_field",
|
|
4361
|
-
"fields": "mBNGpa_fields",
|
|
4362
|
-
"recalls": "mBNGpa_recalls",
|
|
4363
|
-
"filePath": "mBNGpa_filePath",
|
|
4364
|
-
"text": "mBNGpa_text",
|
|
4365
|
-
"entry": "mBNGpa_entry",
|
|
4366
|
-
"section": "mBNGpa_section",
|
|
4367
|
-
"sectionName": "mBNGpa_sectionName",
|
|
4368
|
-
"recallCounts": "mBNGpa_recallCounts",
|
|
4369
|
-
"fieldKey": "mBNGpa_fieldKey",
|
|
4370
4359
|
"fieldValue": "mBNGpa_fieldValue",
|
|
4371
|
-
"
|
|
4360
|
+
"filePath": "mBNGpa_filePath",
|
|
4361
|
+
"recallLabel": "mBNGpa_recallLabel",
|
|
4372
4362
|
"files": "mBNGpa_files",
|
|
4363
|
+
"entries": "mBNGpa_entries",
|
|
4364
|
+
"recall": "mBNGpa_recall",
|
|
4365
|
+
"field": "mBNGpa_field",
|
|
4366
|
+
"fieldKey": "mBNGpa_fieldKey",
|
|
4373
4367
|
"catalogNotice": "mBNGpa_catalogNotice",
|
|
4368
|
+
"sections": "mBNGpa_sections",
|
|
4369
|
+
"fileAction": "mBNGpa_fileAction",
|
|
4374
4370
|
"entryName": "mBNGpa_entryName",
|
|
4371
|
+
"section": "mBNGpa_section",
|
|
4372
|
+
"recalls": "mBNGpa_recalls",
|
|
4373
|
+
"text": "mBNGpa_text",
|
|
4374
|
+
"fields": "mBNGpa_fields",
|
|
4375
4375
|
"entryDescription": "mBNGpa_entryDescription",
|
|
4376
|
-
"
|
|
4377
|
-
"fileAction": "mBNGpa_fileAction",
|
|
4378
|
-
"entries": "mBNGpa_entries",
|
|
4376
|
+
"sectionText": "mBNGpa_sectionText",
|
|
4379
4377
|
"relaySender": "mBNGpa_relaySender",
|
|
4380
|
-
"
|
|
4378
|
+
"entry": "mBNGpa_entry",
|
|
4379
|
+
"sectionName": "mBNGpa_sectionName",
|
|
4380
|
+
"recallCounts": "mBNGpa_recallCounts"
|
|
4381
4381
|
};
|
|
4382
4382
|
//#endregion
|
|
4383
4383
|
//#region src/client/chat/ContextBody.tsx
|
|
@@ -4912,12 +4912,12 @@ window.__ModuleLoader__.load({
|
|
|
4912
4912
|
document.head.appendChild(tag);
|
|
4913
4913
|
}
|
|
4914
4914
|
var ContextInjectionRow_module_css_default = {
|
|
4915
|
-
"sep": "BCt95a_sep",
|
|
4916
4915
|
"summary": "BCt95a_summary",
|
|
4917
4916
|
"chevron": "BCt95a_chevron",
|
|
4917
|
+
"sep": "BCt95a_sep",
|
|
4918
|
+
"root": "BCt95a_root",
|
|
4918
4919
|
"source": "BCt95a_source",
|
|
4919
|
-
"body": "BCt95a_body"
|
|
4920
|
-
"root": "BCt95a_root"
|
|
4920
|
+
"body": "BCt95a_body"
|
|
4921
4921
|
};
|
|
4922
4922
|
//#endregion
|
|
4923
4923
|
//#region src/client/chat/ContextInjectionRow.tsx
|
|
@@ -5015,12 +5015,12 @@ window.__ModuleLoader__.load({
|
|
|
5015
5015
|
document.head.appendChild(tag);
|
|
5016
5016
|
}
|
|
5017
5017
|
var MessageIconActions_module_css_default = {
|
|
5018
|
-
"visuallyHidden": "vWo8Ba_visuallyHidden",
|
|
5019
|
-
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
5020
|
-
"action": "vWo8Ba_action",
|
|
5021
5018
|
"actions": "vWo8Ba_actions",
|
|
5022
5019
|
"timeStart": "vWo8Ba_timeStart",
|
|
5023
|
-
"timeEnd": "vWo8Ba_timeEnd"
|
|
5020
|
+
"timeEnd": "vWo8Ba_timeEnd",
|
|
5021
|
+
"runTimeDot": "vWo8Ba_runTimeDot",
|
|
5022
|
+
"action": "vWo8Ba_action",
|
|
5023
|
+
"visuallyHidden": "vWo8Ba_visuallyHidden"
|
|
5024
5024
|
};
|
|
5025
5025
|
//#endregion
|
|
5026
5026
|
//#region src/client/chat/MessageIconActions.tsx
|
|
@@ -5453,20 +5453,20 @@ window.__ModuleLoader__.load({
|
|
|
5453
5453
|
document.head.appendChild(tag);
|
|
5454
5454
|
}
|
|
5455
5455
|
var ChatView_module_css_default = {
|
|
5456
|
-
"column": "rzfPEq_column",
|
|
5457
|
-
"turnStatus": "rzfPEq_turnStatus",
|
|
5458
|
-
"flowItem": "rzfPEq_flowItem",
|
|
5459
|
-
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5460
5456
|
"hint": "rzfPEq_hint",
|
|
5457
|
+
"root": "rzfPEq_root",
|
|
5458
|
+
"toBottom": "rzfPEq_toBottom",
|
|
5459
|
+
"modalAction": "rzfPEq_modalAction",
|
|
5460
|
+
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5461
|
+
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5461
5462
|
"openError": "rzfPEq_openError",
|
|
5462
5463
|
"scroll": "rzfPEq_scroll",
|
|
5463
|
-
"turnStatusClock": "rzfPEq_turnStatusClock",
|
|
5464
|
-
"toBottomSlot": "rzfPEq_toBottomSlot",
|
|
5465
5464
|
"older": "rzfPEq_older",
|
|
5466
|
-
"
|
|
5467
|
-
"
|
|
5465
|
+
"dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
|
|
5466
|
+
"column": "rzfPEq_column",
|
|
5468
5467
|
"callRow": "rzfPEq_callRow",
|
|
5469
|
-
"
|
|
5468
|
+
"flowItem": "rzfPEq_flowItem",
|
|
5469
|
+
"turnStatus": "rzfPEq_turnStatus"
|
|
5470
5470
|
};
|
|
5471
5471
|
//#endregion
|
|
5472
5472
|
//#region src/client/chat/ChatNodeSeat.tsx
|
|
@@ -6011,15 +6011,15 @@ window.__ModuleLoader__.load({
|
|
|
6011
6011
|
document.head.appendChild(tag);
|
|
6012
6012
|
}
|
|
6013
6013
|
var ApprovalPanel_module_css_default = {
|
|
6014
|
-
"reject": "HtARWq_reject",
|
|
6015
|
-
"root": "HtARWq_root",
|
|
6016
6014
|
"card": "HtARWq_card",
|
|
6017
|
-
"dot": "HtARWq_dot",
|
|
6018
6015
|
"headline": "HtARWq_headline",
|
|
6019
6016
|
"command": "HtARWq_command",
|
|
6020
|
-
"
|
|
6017
|
+
"dot": "HtARWq_dot",
|
|
6021
6018
|
"actionRow": "HtARWq_actionRow",
|
|
6022
|
-
"body": "HtARWq_body"
|
|
6019
|
+
"body": "HtARWq_body",
|
|
6020
|
+
"strip": "HtARWq_strip",
|
|
6021
|
+
"reject": "HtARWq_reject",
|
|
6022
|
+
"root": "HtARWq_root"
|
|
6023
6023
|
};
|
|
6024
6024
|
//#endregion
|
|
6025
6025
|
//#region src/client/skeleton/ApprovalPanel.tsx
|
|
@@ -6179,7 +6179,7 @@ window.__ModuleLoader__.load({
|
|
|
6179
6179
|
"access.confirm.acknowledge": "我已了解风险,并愿意继续",
|
|
6180
6180
|
"access.confirm.cancel": "取消",
|
|
6181
6181
|
"access.confirm.enable": "启用 Full access",
|
|
6182
|
-
"hero.headline": "
|
|
6182
|
+
"hero.headline": "向阳而生,驭光而行",
|
|
6183
6183
|
"hero.preview": "预览版",
|
|
6184
6184
|
"hero.chooseWorkspace": "选择工作区",
|
|
6185
6185
|
"session.hierarchy": "会话层级",
|
|
@@ -6352,7 +6352,7 @@ window.__ModuleLoader__.load({
|
|
|
6352
6352
|
"access.confirm.acknowledge": "I understand the risks and want to continue",
|
|
6353
6353
|
"access.confirm.cancel": "Cancel",
|
|
6354
6354
|
"access.confirm.enable": "Enable Full access",
|
|
6355
|
-
"hero.headline": "
|
|
6355
|
+
"hero.headline": "Grow toward the sun. Harness the light.",
|
|
6356
6356
|
"hero.preview": "Preview",
|
|
6357
6357
|
"hero.chooseWorkspace": "Choose workspace",
|
|
6358
6358
|
"session.hierarchy": "Session hierarchy",
|
|
@@ -6474,21 +6474,21 @@ window.__ModuleLoader__.load({
|
|
|
6474
6474
|
document.head.appendChild(tag);
|
|
6475
6475
|
}
|
|
6476
6476
|
var TodoPanel_module_css_default = {
|
|
6477
|
-
"lead": "_S9Ibq_lead",
|
|
6478
6477
|
"progress": "_S9Ibq_progress",
|
|
6479
|
-
"
|
|
6480
|
-
"
|
|
6481
|
-
"
|
|
6478
|
+
"list": "_S9Ibq_list",
|
|
6479
|
+
"lead": "_S9Ibq_lead",
|
|
6480
|
+
"header": "_S9Ibq_header",
|
|
6481
|
+
"item": "_S9Ibq_item",
|
|
6482
6482
|
"glyphPending": "_S9Ibq_glyphPending",
|
|
6483
|
+
"title": "_S9Ibq_title",
|
|
6484
|
+
"glyphProgress": "_S9Ibq_glyphProgress",
|
|
6483
6485
|
"body": "_S9Ibq_body",
|
|
6484
6486
|
"root": "_S9Ibq_root",
|
|
6485
|
-
"title": "_S9Ibq_title",
|
|
6486
|
-
"header": "_S9Ibq_header",
|
|
6487
6487
|
"glyph": "_S9Ibq_glyph",
|
|
6488
|
-
"
|
|
6488
|
+
"content": "_S9Ibq_content",
|
|
6489
6489
|
"todo-progress-spin": "_S9Ibq_todo-progress-spin",
|
|
6490
|
-
"
|
|
6491
|
-
"
|
|
6490
|
+
"chevron": "_S9Ibq_chevron",
|
|
6491
|
+
"glyphCompleted": "_S9Ibq_glyphCompleted"
|
|
6492
6492
|
};
|
|
6493
6493
|
//#endregion
|
|
6494
6494
|
//#region src/client/skeleton/TodoPanel.tsx
|
|
@@ -6682,18 +6682,18 @@ window.__ModuleLoader__.load({
|
|
|
6682
6682
|
document.head.appendChild(tag);
|
|
6683
6683
|
}
|
|
6684
6684
|
var QueueDock_module_css_default = {
|
|
6685
|
+
"editor": "u7UfBG_editor",
|
|
6686
|
+
"lead": "u7UfBG_lead",
|
|
6685
6687
|
"header": "u7UfBG_header",
|
|
6688
|
+
"actions": "u7UfBG_actions",
|
|
6689
|
+
"list": "u7UfBG_list",
|
|
6686
6690
|
"count": "u7UfBG_count",
|
|
6687
6691
|
"panel": "u7UfBG_panel",
|
|
6688
|
-
"
|
|
6692
|
+
"row": "u7UfBG_row",
|
|
6693
|
+
"action": "u7UfBG_action",
|
|
6689
6694
|
"dock": "u7UfBG_dock",
|
|
6690
|
-
"lead": "u7UfBG_lead",
|
|
6691
6695
|
"preview": "u7UfBG_preview",
|
|
6692
|
-
"chevron": "u7UfBG_chevron"
|
|
6693
|
-
"editor": "u7UfBG_editor",
|
|
6694
|
-
"row": "u7UfBG_row",
|
|
6695
|
-
"actions": "u7UfBG_actions",
|
|
6696
|
-
"action": "u7UfBG_action"
|
|
6696
|
+
"chevron": "u7UfBG_chevron"
|
|
6697
6697
|
};
|
|
6698
6698
|
//#endregion
|
|
6699
6699
|
//#region src/client/queue/QueueDock.tsx
|
|
@@ -6951,23 +6951,23 @@ window.__ModuleLoader__.load({
|
|
|
6951
6951
|
document.head.appendChild(tag);
|
|
6952
6952
|
}
|
|
6953
6953
|
var HeroShell_module_css_default = {
|
|
6954
|
-
"
|
|
6954
|
+
"headlineText": "W1fuRW_headlineText",
|
|
6955
|
+
"modalAction": "W1fuRW_modalAction",
|
|
6956
|
+
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6955
6957
|
"stack": "W1fuRW_stack",
|
|
6956
6958
|
"body": "W1fuRW_body",
|
|
6957
6959
|
"modalInput": "W1fuRW_modalInput",
|
|
6958
|
-
"modalAction": "W1fuRW_modalAction",
|
|
6959
|
-
"workspaceRow": "W1fuRW_workspaceRow",
|
|
6960
6960
|
"modalError": "W1fuRW_modalError",
|
|
6961
6961
|
"workspace": "W1fuRW_workspace",
|
|
6962
|
-
"
|
|
6962
|
+
"hero-fish-swim": "W1fuRW_hero-fish-swim",
|
|
6963
6963
|
"root": "W1fuRW_root",
|
|
6964
|
-
"chevron": "W1fuRW_chevron",
|
|
6965
|
-
"headlineText": "W1fuRW_headlineText",
|
|
6966
|
-
"headline": "W1fuRW_headline",
|
|
6967
|
-
"previewBadge": "W1fuRW_previewBadge",
|
|
6968
|
-
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6969
6964
|
"fishHitbox": "W1fuRW_fishHitbox",
|
|
6970
|
-
"
|
|
6965
|
+
"workspaceLabel": "W1fuRW_workspaceLabel",
|
|
6966
|
+
"previewBadge": "W1fuRW_previewBadge",
|
|
6967
|
+
"fish": "W1fuRW_fish",
|
|
6968
|
+
"folder": "W1fuRW_folder",
|
|
6969
|
+
"chevron": "W1fuRW_chevron",
|
|
6970
|
+
"headline": "W1fuRW_headline"
|
|
6971
6971
|
};
|
|
6972
6972
|
//#endregion
|
|
6973
6973
|
//#region src/client/skeleton/EmptyHero.tsx
|
|
@@ -7084,26 +7084,19 @@ window.__ModuleLoader__.load({
|
|
|
7084
7084
|
className: HeroShell_module_css_default.stack,
|
|
7085
7085
|
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
7086
7086
|
className: HeroShell_module_css_default.headline,
|
|
7087
|
-
children: [
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
|
|
7094
|
-
|
|
7095
|
-
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7099
|
-
|
|
7100
|
-
children: t("hero.headline")
|
|
7101
|
-
}),
|
|
7102
|
-
/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
7103
|
-
className: HeroShell_module_css_default.previewBadge,
|
|
7104
|
-
children: t("hero.preview")
|
|
7105
|
-
})
|
|
7106
|
-
]
|
|
7087
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
7088
|
+
className: HeroShell_module_css_default.fishHitbox,
|
|
7089
|
+
children: renderSlot("conversation.hero.brand.mark", {
|
|
7090
|
+
size: 34,
|
|
7091
|
+
className: HeroShell_module_css_default.fish
|
|
7092
|
+
}, { fallback: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_xrkseek_client_ui_primitives.BrandMark, {
|
|
7093
|
+
size: 34,
|
|
7094
|
+
className: HeroShell_module_css_default.fish
|
|
7095
|
+
}) })
|
|
7096
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
|
|
7097
|
+
className: HeroShell_module_css_default.headlineText,
|
|
7098
|
+
children: t("hero.headline")
|
|
7099
|
+
})]
|
|
7107
7100
|
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { className: HeroShell_module_css_default.body })]
|
|
7108
7101
|
}), children]
|
|
7109
7102
|
});
|
|
@@ -7121,28 +7114,28 @@ window.__ModuleLoader__.load({
|
|
|
7121
7114
|
}
|
|
7122
7115
|
var ConversationRoot_module_css_default = {
|
|
7123
7116
|
"composerHero": "MBmynq_composerHero",
|
|
7124
|
-
"
|
|
7125
|
-
"
|
|
7126
|
-
"tabActive": "MBmynq_tabActive",
|
|
7117
|
+
"header": "MBmynq_header",
|
|
7118
|
+
"titleRow": "MBmynq_titleRow",
|
|
7127
7119
|
"heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
|
|
7128
7120
|
"crumb": "MBmynq_crumb",
|
|
7121
|
+
"crumbSep": "MBmynq_crumbSep",
|
|
7122
|
+
"headerUtilities": "MBmynq_headerUtilities",
|
|
7129
7123
|
"tabs": "MBmynq_tabs",
|
|
7130
|
-
"
|
|
7131
|
-
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
7132
|
-
"root": "MBmynq_root",
|
|
7133
|
-
"headerHidden": "MBmynq_headerHidden",
|
|
7134
|
-
"crumbSeg": "MBmynq_crumbSeg",
|
|
7135
|
-
"tab": "MBmynq_tab",
|
|
7136
|
-
"viewArea": "MBmynq_viewArea",
|
|
7124
|
+
"titleCluster": "MBmynq_titleCluster",
|
|
7137
7125
|
"composerStack": "MBmynq_composerStack",
|
|
7126
|
+
"headerActions": "MBmynq_headerActions",
|
|
7127
|
+
"root": "MBmynq_root",
|
|
7138
7128
|
"crumbs": "MBmynq_crumbs",
|
|
7139
|
-
"crumbSep": "MBmynq_crumbSep",
|
|
7140
7129
|
"heroGlow": "MBmynq_heroGlow",
|
|
7130
|
+
"crumbCurrent": "MBmynq_crumbCurrent",
|
|
7131
|
+
"crumbSubagent": "MBmynq_crumbSubagent",
|
|
7132
|
+
"viewArea": "MBmynq_viewArea",
|
|
7133
|
+
"tab": "MBmynq_tab",
|
|
7134
|
+
"headerHidden": "MBmynq_headerHidden",
|
|
7135
|
+
"crumbSeg": "MBmynq_crumbSeg",
|
|
7136
|
+
"tabActive": "MBmynq_tabActive",
|
|
7141
7137
|
"scrollBody": "MBmynq_scrollBody",
|
|
7142
|
-
"
|
|
7143
|
-
"titleCluster": "MBmynq_titleCluster",
|
|
7144
|
-
"headerActions": "MBmynq_headerActions",
|
|
7145
|
-
"header": "MBmynq_header"
|
|
7138
|
+
"composerSeat": "MBmynq_composerSeat"
|
|
7146
7139
|
};
|
|
7147
7140
|
//#endregion
|
|
7148
7141
|
//#region src/client/skeleton/ConversationRoot.tsx
|
|
@@ -7154,6 +7147,8 @@ window.__ModuleLoader__.load({
|
|
|
7154
7147
|
const inputState = useInput((s) => s);
|
|
7155
7148
|
const cwd = useSessions((s) => sessionId === void 0 ? void 0 : s.byId[sessionId]?.cwd);
|
|
7156
7149
|
const summaryBlank = useSessions((s) => sessionId === void 0 ? void 0 : s.byId[sessionId]?.blank);
|
|
7150
|
+
const liveBlank = useSession((s) => s.blank);
|
|
7151
|
+
const provenBlank = summaryBlank === true || liveBlank === true;
|
|
7157
7152
|
const workspaces = useWorkspaces((s) => s);
|
|
7158
7153
|
const composerBlock = useComposerBlock((block) => block);
|
|
7159
7154
|
const [pickerOpen, setPickerOpen] = (0, react.useState)(false);
|
|
@@ -7181,8 +7176,9 @@ window.__ModuleLoader__.load({
|
|
|
7181
7176
|
workspaces.phase,
|
|
7182
7177
|
pendingWorkspace
|
|
7183
7178
|
]);
|
|
7184
|
-
const settling = sessionId !== void 0 && composerPhase === "blank" && openState === "loading" &&
|
|
7185
|
-
const hero = sessionId === void 0 || composerPhase === "blank" && (openState === "open" ||
|
|
7179
|
+
const settling = sessionId !== void 0 && composerPhase === "blank" && openState === "loading" && !provenBlank;
|
|
7180
|
+
const hero = sessionId === void 0 || composerPhase === "blank" && (openState === "open" || openState === "cold" || openState === "error" || provenBlank);
|
|
7181
|
+
const heroChrome = hero || settling;
|
|
7186
7182
|
const zone = session === void 0 || inputState === void 0 ? void 0 : {
|
|
7187
7183
|
session,
|
|
7188
7184
|
input: inputState
|
|
@@ -7218,9 +7214,9 @@ window.__ModuleLoader__.load({
|
|
|
7218
7214
|
renderSlot("conversation.hero.agentPreset", {})
|
|
7219
7215
|
]
|
|
7220
7216
|
});
|
|
7221
|
-
const inert = sessionId === void 0 ||
|
|
7217
|
+
const inert = sessionId === void 0 || heroChrome && chipTitle === void 0;
|
|
7222
7218
|
const inputBar = renderSlot("conversation.composer.bar", {
|
|
7223
|
-
variant:
|
|
7219
|
+
variant: heroChrome ? "hero" : "composer",
|
|
7224
7220
|
...inert ? {
|
|
7225
7221
|
disabled: true,
|
|
7226
7222
|
placeholder: t("placeholder.workspace"),
|
|
@@ -7231,21 +7227,21 @@ window.__ModuleLoader__.load({
|
|
|
7231
7227
|
} : !inert && composerBlock !== void 0 ? {
|
|
7232
7228
|
blocked: composerBlock,
|
|
7233
7229
|
placeholder: composerBlock.reason
|
|
7234
|
-
} :
|
|
7230
|
+
} : heroChrome ? { placeholder: t("placeholder.hero") } : {},
|
|
7235
7231
|
overlay: renderSlot("conversation.input.overlay", {}),
|
|
7236
7232
|
leftItems: zone === void 0 ? null : renderSlot("conversation.input.left", zone),
|
|
7237
7233
|
rightItems: zone === void 0 ? null : renderSlot("conversation.input.right", zone),
|
|
7238
|
-
footer: !
|
|
7234
|
+
footer: !heroChrome && zone !== void 0 ? renderSlot("conversation.composer.dock", zone) : null
|
|
7239
7235
|
});
|
|
7240
7236
|
const composerBar = /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
|
|
7241
|
-
className: clsx(ConversationRoot_module_css_default.composerStack,
|
|
7237
|
+
className: clsx(ConversationRoot_module_css_default.composerStack, heroChrome && ConversationRoot_module_css_default.composerHero),
|
|
7242
7238
|
children: [
|
|
7243
|
-
|
|
7244
|
-
|
|
7239
|
+
heroChrome && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(HeroGlow, { className: ConversationRoot_module_css_default.heroGlow }),
|
|
7240
|
+
heroChrome && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(HeroShell, {
|
|
7245
7241
|
t,
|
|
7246
7242
|
renderSlot
|
|
7247
7243
|
}),
|
|
7248
|
-
|
|
7244
|
+
heroChrome && heroWorkspaceRow,
|
|
7249
7245
|
zone !== void 0 && renderSlot("conversation.input.dock", zone),
|
|
7250
7246
|
inputBar
|
|
7251
7247
|
]
|
|
@@ -7431,15 +7427,15 @@ window.__ModuleLoader__.load({
|
|
|
7431
7427
|
document.head.appendChild(tag);
|
|
7432
7428
|
}
|
|
7433
7429
|
var DetailsPanel_module_css_default = {
|
|
7430
|
+
"header": "H9rWiW_header",
|
|
7434
7431
|
"body": "H9rWiW_body",
|
|
7435
|
-
"empty": "H9rWiW_empty",
|
|
7436
7432
|
"code": "H9rWiW_code",
|
|
7437
|
-
"header": "H9rWiW_header",
|
|
7438
|
-
"root": "H9rWiW_root",
|
|
7439
|
-
"sectionLabel": "H9rWiW_sectionLabel",
|
|
7440
7433
|
"title": "H9rWiW_title",
|
|
7441
7434
|
"close": "H9rWiW_close",
|
|
7442
|
-
"
|
|
7435
|
+
"root": "H9rWiW_root",
|
|
7436
|
+
"section": "H9rWiW_section",
|
|
7437
|
+
"empty": "H9rWiW_empty",
|
|
7438
|
+
"sectionLabel": "H9rWiW_sectionLabel"
|
|
7443
7439
|
};
|
|
7444
7440
|
//#endregion
|
|
7445
7441
|
//#region src/client/skeleton/DetailsPanel.tsx
|
|
@@ -9353,14 +9349,14 @@ window.__ModuleLoader__.load({
|
|
|
9353
9349
|
}
|
|
9354
9350
|
var ReasoningRow_module_css_default = {
|
|
9355
9351
|
"thinkBody": "dc9yZG_thinkBody",
|
|
9356
|
-
"summary": "dc9yZG_summary",
|
|
9357
|
-
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
9358
|
-
"row": "dc9yZG_row",
|
|
9359
|
-
"chevron": "dc9yZG_chevron",
|
|
9360
9352
|
"leading": "dc9yZG_leading",
|
|
9361
9353
|
"root": "dc9yZG_root",
|
|
9354
|
+
"chevron": "dc9yZG_chevron",
|
|
9355
|
+
"dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
|
|
9362
9356
|
"title": "dc9yZG_title",
|
|
9363
|
-
"
|
|
9357
|
+
"summary": "dc9yZG_summary",
|
|
9358
|
+
"separator": "dc9yZG_separator",
|
|
9359
|
+
"row": "dc9yZG_row"
|
|
9364
9360
|
};
|
|
9365
9361
|
//#endregion
|
|
9366
9362
|
//#region src/client/chat/ReasoningRow.tsx
|
|
@@ -9445,9 +9441,9 @@ window.__ModuleLoader__.load({
|
|
|
9445
9441
|
document.head.appendChild(tag);
|
|
9446
9442
|
}
|
|
9447
9443
|
var AssistantMarkdown_module_css_default = {
|
|
9448
|
-
"root": "wAd5ea_root",
|
|
9449
|
-
"body": "wAd5ea_body",
|
|
9450
9444
|
"actions": "wAd5ea_actions",
|
|
9445
|
+
"body": "wAd5ea_body",
|
|
9446
|
+
"root": "wAd5ea_root",
|
|
9451
9447
|
"stopped": "wAd5ea_stopped"
|
|
9452
9448
|
};
|
|
9453
9449
|
//#endregion
|
|
@@ -9558,15 +9554,15 @@ window.__ModuleLoader__.load({
|
|
|
9558
9554
|
document.head.appendChild(tag);
|
|
9559
9555
|
}
|
|
9560
9556
|
var GenericCommandCard_module_css_default = {
|
|
9557
|
+
"separator": "Ga_JSG_separator",
|
|
9558
|
+
"chevron": "Ga_JSG_chevron",
|
|
9559
|
+
"row": "Ga_JSG_row",
|
|
9561
9560
|
"root": "Ga_JSG_root",
|
|
9562
9561
|
"leading": "Ga_JSG_leading",
|
|
9563
|
-
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
|
|
9564
|
-
"row": "Ga_JSG_row",
|
|
9565
9562
|
"title": "Ga_JSG_title",
|
|
9566
|
-
"separator": "Ga_JSG_separator",
|
|
9567
|
-
"chevron": "Ga_JSG_chevron",
|
|
9568
9563
|
"summary": "Ga_JSG_summary",
|
|
9569
|
-
"body": "Ga_JSG_body"
|
|
9564
|
+
"body": "Ga_JSG_body",
|
|
9565
|
+
"dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep"
|
|
9570
9566
|
};
|
|
9571
9567
|
//#endregion
|
|
9572
9568
|
//#region src/client/chat/GenericCommandCard.tsx
|
|
@@ -167,14 +167,14 @@ window.__ModuleLoader__.load({
|
|
|
167
167
|
document.head.appendChild(tag);
|
|
168
168
|
}
|
|
169
169
|
var ProducedFiles_module_css_default = {
|
|
170
|
-
"label": "LKrWRG_label",
|
|
171
|
-
"measure": "LKrWRG_measure",
|
|
172
|
-
"row": "LKrWRG_row",
|
|
173
170
|
"file": "LKrWRG_file",
|
|
174
|
-
"
|
|
175
|
-
"
|
|
171
|
+
"row": "LKrWRG_row",
|
|
172
|
+
"label": "LKrWRG_label",
|
|
176
173
|
"more": "LKrWRG_more",
|
|
177
|
-
"showFolder": "LKrWRG_showFolder"
|
|
174
|
+
"showFolder": "LKrWRG_showFolder",
|
|
175
|
+
"root": "LKrWRG_root",
|
|
176
|
+
"measure": "LKrWRG_measure",
|
|
177
|
+
"probe": "LKrWRG_probe"
|
|
178
178
|
};
|
|
179
179
|
//#endregion
|
|
180
180
|
//#region src/client/ProducedFiles.tsx
|