@xrkseek/harness-cli 0.1.3 → 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.
Files changed (278) hide show
  1. package/README.md +41 -22
  2. package/dist/commands/plugin.js +16 -16
  3. package/dist/commands/plugin.js.map +1 -1
  4. package/dist/commands/serve.d.ts.map +1 -1
  5. package/dist/commands/serve.js +34 -3
  6. package/dist/commands/serve.js.map +1 -1
  7. package/dist/log.d.ts +6 -1
  8. package/dist/log.d.ts.map +1 -1
  9. package/dist/log.js +20 -6
  10. package/dist/log.js.map +1 -1
  11. package/dist/parse-args.js +8 -8
  12. package/dist/plugin/index.js +5 -5
  13. package/dist/plugin/index.js.map +1 -1
  14. package/dist/plugin/remap-inject.d.ts.map +1 -1
  15. package/dist/plugin/remap-inject.js +1 -0
  16. package/dist/plugin/remap-inject.js.map +1 -1
  17. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  18. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +15 -22
  19. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -1
  20. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +19 -16
  21. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -1
  22. package/node_modules/@xrkseek/server-face/dist/index.d.ts +2 -1
  23. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  24. package/node_modules/@xrkseek/server-face/dist/index.js +2 -1
  25. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  26. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  27. package/node_modules/@xrkseek/server-host/dist/index.js +12 -4
  28. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  29. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts +10 -0
  30. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts.map +1 -0
  31. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js +131 -0
  32. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js.map +1 -0
  33. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -1
  34. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +29 -1
  35. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -1
  36. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -1
  37. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +3 -1
  38. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -1
  39. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +4 -1
  40. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -1
  41. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +1 -1
  42. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -1
  43. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts +41 -0
  44. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts.map +1 -0
  45. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js +422 -0
  46. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js.map +1 -0
  47. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts +21 -0
  48. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts.map +1 -0
  49. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js +34 -0
  50. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js.map +1 -0
  51. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +1 -1
  52. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -1
  53. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +277 -23
  54. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -1
  55. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +1 -1
  56. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +1 -1
  57. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -1
  58. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +1 -1
  59. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -1
  60. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +2 -2
  61. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -1
  62. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +1 -1
  63. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -1
  64. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +4 -4
  65. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -1
  66. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +26 -26
  67. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -1
  68. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +1 -1
  69. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -1
  70. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +2 -2
  71. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +1 -1
  72. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -1
  73. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +3 -3
  74. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -1
  75. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +1 -1
  76. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -1
  77. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +3 -3
  78. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -1
  79. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +2 -0
  80. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -1
  81. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +53 -1
  82. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -1
  83. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +21 -18
  84. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -1
  85. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +28 -15
  86. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -1
  87. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +1 -1
  88. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -1
  89. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +1 -0
  90. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -1
  91. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +77 -24
  92. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -1
  93. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +24 -0
  94. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -1
  95. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +39 -10
  96. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -1
  97. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts +71 -0
  98. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts.map +1 -0
  99. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js +349 -0
  100. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js.map +1 -0
  101. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts +53 -0
  102. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts.map +1 -0
  103. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js +233 -0
  104. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js.map +1 -0
  105. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts +4 -0
  106. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts.map +1 -0
  107. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js +86 -0
  108. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js.map +1 -0
  109. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts +15 -0
  110. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts.map +1 -0
  111. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js +41 -0
  112. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js.map +1 -0
  113. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts +22 -0
  114. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts.map +1 -0
  115. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js +183 -0
  116. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js.map +1 -0
  117. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts +68 -0
  118. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts.map +1 -0
  119. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js +511 -0
  120. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js.map +1 -0
  121. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts +34 -0
  122. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts.map +1 -0
  123. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js +179 -0
  124. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js.map +1 -0
  125. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts +19 -0
  126. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts.map +1 -0
  127. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js +102 -0
  128. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js.map +1 -0
  129. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +31 -4
  130. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -1
  131. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +698 -33
  132. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -1
  133. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +1 -1
  134. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -1
  135. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -1
  136. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +4 -1
  137. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -1
  138. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +1 -1
  139. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -1
  140. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts +3 -0
  141. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts.map +1 -0
  142. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js +18 -0
  143. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js.map +1 -0
  144. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +6 -3
  145. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -1
  146. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +204 -54
  147. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -1
  148. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +1 -1
  149. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -1
  150. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +3 -0
  151. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -1
  152. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +185 -21
  153. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -1
  154. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts +3 -0
  155. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts.map +1 -0
  156. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js +82 -0
  157. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js.map +1 -0
  158. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts +43 -0
  159. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts.map +1 -0
  160. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js +2 -0
  161. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js.map +1 -0
  162. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +47 -13
  163. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -1
  164. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +146 -27
  165. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -1
  166. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +1 -1
  167. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -1
  168. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -1
  169. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +22 -4
  170. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -1
  171. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -1
  172. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +21 -2
  173. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -1
  174. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +1 -1
  175. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -1
  176. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +2 -0
  177. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -1
  178. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +42 -3
  179. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -1
  180. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +25 -7
  181. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -1
  182. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +2 -2
  183. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +2 -2
  184. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +2 -2
  185. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts +12 -0
  186. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts.map +1 -0
  187. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js +40 -0
  188. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js.map +1 -0
  189. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +1 -1
  190. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +1 -1
  191. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -1
  192. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +7 -12
  193. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -1
  194. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +5 -8
  195. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -1
  196. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts +5 -0
  197. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts.map +1 -0
  198. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js +31 -0
  199. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js.map +1 -0
  200. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts +37 -0
  201. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts.map +1 -0
  202. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js +96 -0
  203. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js.map +1 -0
  204. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts +6 -0
  205. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts.map +1 -0
  206. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js +2 -0
  207. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js.map +1 -0
  208. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -1
  209. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +66 -4
  210. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -1
  211. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +2 -2
  212. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -1
  213. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +1 -1
  214. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -1
  215. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +1 -1
  216. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -1
  217. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +2 -2
  218. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -1
  219. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +2 -2
  220. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -1
  221. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +2 -2
  222. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -1
  223. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +1 -1
  224. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +1 -1
  225. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -1
  226. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +3 -3
  227. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -1
  228. package/node_modules/@xrkseek/server-http/dist/index.d.ts +1 -1
  229. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  230. package/node_modules/@xrkseek/server-http/dist/index.js +1 -1
  231. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  232. package/node_modules/@xrkseek/server-http/package.json +7 -1
  233. package/node_modules/qrcode-generator/README.md +101 -0
  234. package/node_modules/qrcode-generator/package.json +30 -0
  235. package/node_modules/qrcode-generator/qrcode.d.ts +57 -0
  236. package/node_modules/qrcode-generator/qrcode.js +2297 -0
  237. package/node_modules/qrcode-generator/qrcode_SJIS.js +30 -0
  238. package/node_modules/qrcode-generator/qrcode_UTF8.js +26 -0
  239. package/node_modules/qrcode-generator/sample.html +49 -0
  240. package/node_modules/qrcode-generator/sample.js +49 -0
  241. package/node_modules/qrcode-generator/test/qrcode.js +118 -0
  242. package/package.json +4 -2
  243. package/product-web/assets/index-BNGm-t1O.js +112 -0
  244. package/product-web/assets/index-BNGm-t1O.js.map +1 -0
  245. package/product-web/boot.json +1 -1
  246. package/product-web/index.html +1 -1
  247. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  248. package/product-web/plugins/@xrkseek/client-modules/client.js +7 -6
  249. package/product-web/plugins/@xrkseek/client-runtime/client.js +7 -0
  250. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +37 -37
  251. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +14 -14
  252. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
  253. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +186 -193
  254. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
  255. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +30 -30
  256. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  257. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +5 -5
  258. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
  259. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +3 -3
  260. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
  261. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
  262. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +3 -3
  263. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +2 -2
  264. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +27 -19
  265. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +54 -54
  266. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +13 -13
  267. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +42 -42
  268. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +16 -16
  269. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +11 -11
  270. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +22 -22
  271. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +4 -4
  272. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
  273. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +144 -144
  274. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +31 -31
  275. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +17 -17
  276. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +53 -53
  277. package/product-web/assets/index-C_NG-17x.js +0 -112
  278. package/product-web/assets/index-C_NG-17x.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
- "contentText": "yfS7ra_contentText",
3022
- "assistantToolCallIcon": "yfS7ra_assistantToolCallIcon",
3021
+ "overviewHeading": "yfS7ra_overviewHeading",
3022
+ "resultBlocksPreview": "yfS7ra_resultBlocksPreview",
3023
+ "panelImageLink": "yfS7ra_panelImageLink",
3024
+ "turnLabelActive": "yfS7ra_turnLabelActive",
3025
+ "kindTagIcon": "yfS7ra_kindTagIcon",
3023
3026
  "toolCatalogFullDescription": "yfS7ra_toolCatalogFullDescription",
3024
- "eventInner": "yfS7ra_eventInner",
3025
- "panelImageLinkPreview": "yfS7ra_panelImageLinkPreview",
3026
- "sourceBlockJumpIcon": "yfS7ra_sourceBlockJumpIcon",
3027
- "promptDiff": "yfS7ra_promptDiff",
3028
- "usagePanel": "yfS7ra_usagePanel",
3029
- "history-loading-spin": "yfS7ra_history-loading-spin",
3030
- "payload": "yfS7ra_payload",
3031
- "inlineResult": "yfS7ra_inlineResult",
3032
- "inlineResultText": "yfS7ra_inlineResultText",
3033
- "schemaName": "yfS7ra_schemaName",
3034
- "toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
3035
- "schemaDescription": "yfS7ra_schemaDescription",
3036
- "promptDiffLineremoved": "yfS7ra_promptDiffLineremoved",
3037
- "overviewPreview": "yfS7ra_overviewPreview",
3038
- "subtoolAmber": "yfS7ra_subtoolAmber",
3039
- "schemaIntro": "yfS7ra_schemaIntro",
3040
- "historyLoading": "yfS7ra_historyLoading",
3041
- "trajectory-table": "yfS7ra_trajectory-table",
3042
- "promptDiffTitle": "yfS7ra_promptDiffTitle",
3043
- "historyLoadingBar": "yfS7ra_historyLoadingBar",
3044
- "requestTokenDetail": "yfS7ra_requestTokenDetail",
3045
- "contextGreen": "yfS7ra_contextGreen",
3027
+ "detailTabs": "yfS7ra_detailTabs",
3028
+ "assistantContentRendered": "yfS7ra_assistantContentRendered",
3046
3029
  "eventHeader": "yfS7ra_eventHeader",
3047
- "jsonPreview": "yfS7ra_jsonPreview",
3048
- "assistantToolCallArgs": "yfS7ra_assistantToolCallArgs",
3049
- "promptDiffSections": "yfS7ra_promptDiffSections",
3050
- "overview": "yfS7ra_overview",
3051
- "detailsHeader": "yfS7ra_detailsHeader",
3052
- "resultBlocksPreview": "yfS7ra_resultBlocksPreview",
3053
- "toolCatalogTree": "yfS7ra_toolCatalogTree",
3054
- "noPayload": "yfS7ra_noPayload",
3055
- "detailsResizeHandle": "yfS7ra_detailsResizeHandle",
3056
- "toolCatalogItem": "yfS7ra_toolCatalogItem",
3057
- "virtualSpacer": "yfS7ra_virtualSpacer",
3058
- "sourceBlockContent": "yfS7ra_sourceBlockContent",
3059
- "kindTagLabel": "yfS7ra_kindTagLabel",
3060
3030
  "requestDetailsName": "yfS7ra_requestDetailsName",
3031
+ "toolCatalogSummary": "yfS7ra_toolCatalogSummary",
3032
+ "turnRail": "yfS7ra_turnRail",
3033
+ "contentText": "yfS7ra_contentText",
3034
+ "schemaDescription": "yfS7ra_schemaDescription",
3035
+ "promptDiffLineadded": "yfS7ra_promptDiffLineadded",
3036
+ "thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
3037
+ "detailBodySummary": "yfS7ra_detailBodySummary",
3038
+ "resultBlocks": "yfS7ra_resultBlocks",
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",
3050
+ "toolCallPayload": "yfS7ra_toolCallPayload",
3051
+ "overviewTitleIcon": "yfS7ra_overviewTitleIcon",
3052
+ "thinkingToggle": "yfS7ra_thinkingToggle",
3053
+ "virtualSpacer": "yfS7ra_virtualSpacer",
3061
3054
  "payloadPreview": "yfS7ra_payloadPreview",
3062
- "error": "yfS7ra_error",
3063
- "assistantContentRendered": "yfS7ra_assistantContentRendered",
3064
- "sourceBlockLabel": "yfS7ra_sourceBlockLabel",
3055
+ "contextGreen": "yfS7ra_contextGreen",
3056
+ "markdownPreview": "yfS7ra_markdownPreview",
3057
+ "schema": "yfS7ra_schema",
3058
+ "schemaTree": "yfS7ra_schemaTree",
3065
3059
  "compactedSummary": "yfS7ra_compactedSummary",
3060
+ "usagePanel": "yfS7ra_usagePanel",
3061
+ "assistantToolCallButton": "yfS7ra_assistantToolCallButton",
3062
+ "tablePane": "yfS7ra_tablePane",
3063
+ "toolCatalog": "yfS7ra_toolCatalog",
3064
+ "inlineResultText": "yfS7ra_inlineResultText",
3065
+ "requestBoundaryControl": "yfS7ra_requestBoundaryControl",
3066
+ "promptDiff": "yfS7ra_promptDiff",
3067
+ "systemPrompt": "yfS7ra_systemPrompt",
3068
+ "toolCatalogItem": "yfS7ra_toolCatalogItem",
3069
+ "kindSlot": "yfS7ra_kindSlot",
3066
3070
  "overviewTitle": "yfS7ra_overviewTitle",
3071
+ "collapsedTurnContent": "yfS7ra_collapsedTurnContent",
3072
+ "turnLabelCompact": "yfS7ra_turnLabelCompact",
3073
+ "overviewSections": "yfS7ra_overviewSections",
3074
+ "overviewSection": "yfS7ra_overviewSection",
3067
3075
  "close": "yfS7ra_close",
3068
- "usageGroup": "yfS7ra_usageGroup",
3069
- "assistantContent": "yfS7ra_assistantContent",
3070
- "toolCatalog": "yfS7ra_toolCatalog",
3071
- "collapsedTurnText": "yfS7ra_collapsedTurnText",
3072
- "assistantToolCallButton": "yfS7ra_assistantToolCallButton",
3073
- "toolCatalogChevron": "yfS7ra_toolCatalogChevron",
3074
- "toolCallOnly": "yfS7ra_toolCallOnly",
3075
- "assistantToolCallsPreview": "yfS7ra_assistantToolCallsPreview",
3076
- "requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
3077
- "assistantToolCallName": "yfS7ra_assistantToolCallName",
3078
- "kindTag": "yfS7ra_kindTag",
3079
- "systemNeutral": "yfS7ra_systemNeutral",
3080
- "requestDetailsDot": "yfS7ra_requestDetailsDot",
3081
- "detailsLocation": "yfS7ra_detailsLocation",
3082
- "overviewHierarchyNavLink": "yfS7ra_overviewHierarchyNavLink",
3076
+ "thinkingQuote": "yfS7ra_thinkingQuote",
3083
3077
  "toolAmber": "yfS7ra_toolAmber",
3084
- "kindTagIcon": "yfS7ra_kindTagIcon",
3085
- "promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
3086
- "noOutputText": "yfS7ra_noOutputText",
3087
- "visuallyHidden": "yfS7ra_visuallyHidden",
3088
- "toolCatalogName": "yfS7ra_toolCatalogName",
3089
- "promptDiffLinemeta": "yfS7ra_promptDiffLinemeta",
3090
- "toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
3091
- "toolCallPayload": "yfS7ra_toolCallPayload",
3092
- "messageImagesPreview": "yfS7ra_messageImagesPreview",
3093
- "schemaParameters": "yfS7ra_schemaParameters",
3094
- "schema": "yfS7ra_schema",
3095
- "kindSlot": "yfS7ra_kindSlot",
3096
- "sourceBlock": "yfS7ra_sourceBlock",
3097
3078
  "sourceBlocks": "yfS7ra_sourceBlocks",
3098
- "requestBoundaryControl": "yfS7ra_requestBoundaryControl",
3099
- "turnLabelFull": "yfS7ra_turnLabelFull",
3100
- "resultBlockText": "yfS7ra_resultBlockText",
3101
- "overviewParentLinks": "yfS7ra_overviewParentLinks",
3102
- "turnLabelActive": "yfS7ra_turnLabelActive",
3079
+ "panelImage": "yfS7ra_panelImage",
3080
+ "collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
3103
3081
  "messageImages": "yfS7ra_messageImages",
3104
- "turnLabel": "yfS7ra_turnLabel",
3105
- "overviewHeading": "yfS7ra_overviewHeading",
3106
- "schemaPreview": "yfS7ra_schemaPreview",
3107
- "user": "yfS7ra_user",
3082
+ "toolCatalogDescription": "yfS7ra_toolCatalogDescription",
3083
+ "timestampToggle": "yfS7ra_timestampToggle",
3084
+ "payload": "yfS7ra_payload",
3108
3085
  "sourceBlockJumpTarget": "yfS7ra_sourceBlockJumpTarget",
3109
- "thinkingChevron": "yfS7ra_thinkingChevron",
3110
- "table": "yfS7ra_table",
3111
- "arrow": "yfS7ra_arrow",
3112
- "overviewTitleIcon": "yfS7ra_overviewTitleIcon",
3113
- "overviewSections": "yfS7ra_overviewSections",
3114
- "toolCatalogSummary": "yfS7ra_toolCatalogSummary",
3115
- "contentColumn": "yfS7ra_contentColumn",
3116
- "promptDiffLineadded": "yfS7ra_promptDiffLineadded",
3117
- "selectionRail": "yfS7ra_selectionRail",
3118
- "detailTabActive": "yfS7ra_detailTabActive",
3119
- "assistantToolCalls": "yfS7ra_assistantToolCalls",
3120
- "details": "yfS7ra_details",
3121
- "collapsedTurnContent": "yfS7ra_collapsedTurnContent",
3086
+ "toolCatalogChevron": "yfS7ra_toolCatalogChevron",
3087
+ "toolCatalogName": "yfS7ra_toolCatalogName",
3088
+ "requestTokenDetail": "yfS7ra_requestTokenDetail",
3089
+ "errorPayload": "yfS7ra_errorPayload",
3090
+ "requestDetailsDot": "yfS7ra_requestDetailsDot",
3091
+ "systemNeutral": "yfS7ra_systemNeutral",
3092
+ "schemaParameters": "yfS7ra_schemaParameters",
3122
3093
  "historyLoadButton": "yfS7ra_historyLoadButton",
3123
- "markdownPreview": "yfS7ra_markdownPreview",
3124
- "compacted": "yfS7ra_compacted",
3125
- "usageHeading": "yfS7ra_usageHeading",
3126
- "detailTab": "yfS7ra_detailTab",
3094
+ "eventInner": "yfS7ra_eventInner",
3095
+ "kindTag": "yfS7ra_kindTag",
3127
3096
  "historyLoadingSpinner": "yfS7ra_historyLoadingSpinner",
3128
- "assistantOutput": "yfS7ra_assistantOutput",
3129
- "tablePane": "yfS7ra_tablePane",
3130
- "toolCatalogDescription": "yfS7ra_toolCatalogDescription",
3131
- "assistantToolCallText": "yfS7ra_assistantToolCallText",
3132
- "resultRequest": "yfS7ra_resultRequest",
3133
- "turnLabelCompact": "yfS7ra_turnLabelCompact",
3134
- "thinkingToggle": "yfS7ra_thinkingToggle",
3135
- "split": "yfS7ra_split",
3136
- "resultPreview": "yfS7ra_resultPreview",
3137
- "panelImage": "yfS7ra_panelImage",
3138
- "schemaParametersTitle": "yfS7ra_schemaParametersTitle",
3139
- "collapsedTurnEllipsis": "yfS7ra_collapsedTurnEllipsis",
3140
- "panelImageLink": "yfS7ra_panelImageLink",
3141
- "historyLoadRow": "yfS7ra_historyLoadRow",
3142
- "assistantVioletBright": "yfS7ra_assistantVioletBright",
3143
- "detailBodySummary": "yfS7ra_detailBodySummary",
3144
- "turnRail": "yfS7ra_turnRail",
3145
- "detailTabs": "yfS7ra_detailTabs",
3146
- "event": "yfS7ra_event",
3147
- "detailBody": "yfS7ra_detailBody",
3148
- "resultBlocks": "yfS7ra_resultBlocks",
3149
- "errorPayload": "yfS7ra_errorPayload",
3150
- "detailsTitle": "yfS7ra_detailsTitle",
3151
- "overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
3097
+ "contentColumn": "yfS7ra_contentColumn",
3098
+ "schemaIntro": "yfS7ra_schemaIntro",
3099
+ "promptDiffSections": "yfS7ra_promptDiffSections",
3152
3100
  "toolCatalogIcon": "yfS7ra_toolCatalogIcon",
3101
+ "toolCallNameTypeface": "yfS7ra_toolCallNameTypeface",
3153
3102
  "sourceBlockHeader": "yfS7ra_sourceBlockHeader",
3154
- "schemaTree": "yfS7ra_schemaTree",
3155
- "systemPrompt": "yfS7ra_systemPrompt",
3156
- "thinkingQuoteOnlyPreview": "yfS7ra_thinkingQuoteOnlyPreview",
3103
+ "detailsResizeHandle": "yfS7ra_detailsResizeHandle",
3104
+ "jsonPayload": "yfS7ra_jsonPayload",
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",
3157
3113
  "content": "yfS7ra_content",
3158
- "thinkingQuote": "yfS7ra_thinkingQuote",
3159
- "message": "yfS7ra_message",
3114
+ "promptDiffLinecontext": "yfS7ra_promptDiffLinecontext",
3115
+ "error": "yfS7ra_error",
3116
+ "schemaName": "yfS7ra_schemaName",
3117
+ "toolCatalogDefinition": "yfS7ra_toolCatalogDefinition",
3118
+ "historyLoading": "yfS7ra_historyLoading",
3119
+ "assistantToolCallText": "yfS7ra_assistantToolCallText",
3160
3120
  "promptDiffSection": "yfS7ra_promptDiffSection",
3161
- "jsonPayload": "yfS7ra_jsonPayload",
3162
- "summaryScrollRegion": "yfS7ra_summaryScrollRegion",
3163
- "timestampToggle": "yfS7ra_timestampToggle",
3164
- "overviewSection": "yfS7ra_overviewSection",
3121
+ "resultPreview": "yfS7ra_resultPreview",
3122
+ "noPayload": "yfS7ra_noPayload",
3123
+ "toolCallOnly": "yfS7ra_toolCallOnly",
3124
+ "eventColumn": "yfS7ra_eventColumn",
3125
+ "usageGroup": "yfS7ra_usageGroup",
3126
+ "inlineResult": "yfS7ra_inlineResult",
3127
+ "requestBoundaryControlActive": "yfS7ra_requestBoundaryControlActive",
3128
+ "turnLabel": "yfS7ra_turnLabel",
3129
+ "overviewHierarchyJumpIconTight": "yfS7ra_overviewHierarchyJumpIconTight",
3130
+ "overviewPreview": "yfS7ra_overviewPreview",
3165
3131
  "markdownPayload": "yfS7ra_markdownPayload",
3166
- "eventColumn": "yfS7ra_eventColumn"
3132
+ "detailTab": "yfS7ra_detailTab",
3133
+ "trajectory-table": "yfS7ra_trajectory-table",
3134
+ "subtoolAmber": "yfS7ra_subtoolAmber",
3135
+ "overview": "yfS7ra_overview",
3136
+ "selectionRail": "yfS7ra_selectionRail",
3137
+ "detailsHeader": "yfS7ra_detailsHeader",
3138
+ "assistantContent": "yfS7ra_assistantContent",
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",
3148
+ "sourceBlockContent": "yfS7ra_sourceBlockContent",
3149
+ "noOutputText": "yfS7ra_noOutputText",
3150
+ "detailsLocation": "yfS7ra_detailsLocation",
3151
+ "compacted": "yfS7ra_compacted",
3152
+ "summaryScrollRegion": "yfS7ra_summaryScrollRegion",
3153
+ "detailsTitle": "yfS7ra_detailsTitle",
3154
+ "assistantVioletBright": "yfS7ra_assistantVioletBright",
3155
+ "split": "yfS7ra_split",
3156
+ "historyLoadRow": "yfS7ra_historyLoadRow",
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
@@ -5327,19 +5327,19 @@ window.__ModuleLoader__.load({
5327
5327
  document.head.appendChild(tag);
5328
5328
  }
5329
5329
  var TrajectoryToolbar_module_css_default = {
5330
- "search": "ItN3YG_search",
5331
- "actions": "ItN3YG_actions",
5332
- "actionIcon": "ItN3YG_actionIcon",
5333
- "searchIcon": "ItN3YG_searchIcon",
5334
5330
  "searchInput": "ItN3YG_searchInput",
5331
+ "search": "ItN3YG_search",
5335
5332
  "toggle": "ItN3YG_toggle",
5336
- "controlTrack": "ItN3YG_controlTrack",
5337
- "controlThumb": "ItN3YG_controlThumb",
5338
5333
  "root": "ItN3YG_root",
5339
- "inner": "ItN3YG_inner",
5340
- "toggleIcon": "ItN3YG_toggleIcon",
5334
+ "controlThumb": "ItN3YG_controlThumb",
5335
+ "action": "ItN3YG_action",
5336
+ "controlTrack": "ItN3YG_controlTrack",
5341
5337
  "control": "ItN3YG_control",
5342
- "action": "ItN3YG_action"
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,18 +5578,18 @@ window.__ModuleLoader__.load({
5578
5578
  document.head.appendChild(tag);
5579
5579
  }
5580
5580
  var TrajectoryTimeline_module_css_default = {
5581
- "turnBoundaries": "kwzH6G_turnBoundaries",
5581
+ "turnBoundary": "kwzH6G_turnBoundary",
5582
5582
  "track": "kwzH6G_track",
5583
- "span": "kwzH6G_span",
5584
5583
  "selectionEdges": "kwzH6G_selectionEdges",
5585
- "plot": "kwzH6G_plot",
5586
- "turnBoundary": "kwzH6G_turnBoundary",
5587
5584
  "empty": "kwzH6G_empty",
5588
- "earlierHistory": "kwzH6G_earlierHistory",
5585
+ "selection": "kwzH6G_selection",
5586
+ "turnBoundaries": "kwzH6G_turnBoundaries",
5589
5587
  "root": "kwzH6G_root",
5590
- "labels": "kwzH6G_labels",
5588
+ "plot": "kwzH6G_plot",
5591
5589
  "hoverLine": "kwzH6G_hoverLine",
5592
- "selection": "kwzH6G_selection",
5590
+ "labels": "kwzH6G_labels",
5591
+ "earlierHistory": "kwzH6G_earlierHistory",
5592
+ "span": "kwzH6G_span",
5593
5593
  "lanes": "kwzH6G_lanes"
5594
5594
  };
5595
5595
  //#endregion
@@ -122,15 +122,15 @@ window.__ModuleLoader__.load({
122
122
  document.head.appendChild(tag);
123
123
  }
124
124
  var PlanReviewPanel_module_css_default = {
125
- "strip": "qwZnSa_strip",
126
- "dot": "qwZnSa_dot",
127
- "feedback": "qwZnSa_feedback",
128
125
  "frame": "qwZnSa_frame",
129
126
  "body": "qwZnSa_body",
130
- "discuss": "qwZnSa_discuss",
131
127
  "footer": "qwZnSa_footer",
132
- "actions": "qwZnSa_actions",
133
- "card": "qwZnSa_card"
128
+ "card": "qwZnSa_card",
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
- "customRow": "_3wP-uG_customRow",
243
+ "progress": "_3wP-uG_progress",
244
+ "checkboxChecked": "_3wP-uG_checkboxChecked",
245
+ "feedback": "_3wP-uG_feedback",
246
+ "number": "_3wP-uG_number",
247
+ "detail": "_3wP-uG_detail",
248
+ "option": "_3wP-uG_option",
249
+ "body": "_3wP-uG_body",
250
+ "header": "_3wP-uG_header",
251
+ "headingBlock": "_3wP-uG_headingBlock",
244
252
  "cardMinimized": "_3wP-uG_cardMinimized",
245
253
  "footerActions": "_3wP-uG_footerActions",
246
- "optionSelected": "_3wP-uG_optionSelected",
247
- "checkbox": "_3wP-uG_checkbox",
248
- "card": "_3wP-uG_card",
249
- "customTextarea": "_3wP-uG_customTextarea",
250
- "optionCopy": "_3wP-uG_optionCopy",
254
+ "pager": "_3wP-uG_pager",
255
+ "options": "_3wP-uG_options",
256
+ "optionLabel": "_3wP-uG_optionLabel",
251
257
  "optionLine": "_3wP-uG_optionLine",
252
- "badge": "_3wP-uG_badge",
253
- "option": "_3wP-uG_option",
254
- "description": "_3wP-uG_description",
255
- "frame": "_3wP-uG_frame",
256
- "title": "_3wP-uG_title",
257
258
  "headerActions": "_3wP-uG_headerActions",
258
- "iconButton": "_3wP-uG_iconButton",
259
- "options": "_3wP-uG_options",
260
- "headingBlock": "_3wP-uG_headingBlock",
261
- "checkboxChecked": "_3wP-uG_checkboxChecked",
262
- "header": "_3wP-uG_header",
259
+ "optionCopy": "_3wP-uG_optionCopy",
260
+ "customRow": "_3wP-uG_customRow",
263
261
  "customRowActive": "_3wP-uG_customRowActive",
264
- "progress": "_3wP-uG_progress",
265
- "optionLabel": "_3wP-uG_optionLabel",
266
- "detail": "_3wP-uG_detail",
267
- "pager": "_3wP-uG_pager",
268
- "body": "_3wP-uG_body",
269
- "customInput": "_3wP-uG_customInput",
270
- "feedback": "_3wP-uG_feedback",
271
- "number": "_3wP-uG_number",
262
+ "title": "_3wP-uG_title",
272
263
  "eyebrow": "_3wP-uG_eyebrow",
273
- "footer": "_3wP-uG_footer"
264
+ "card": "_3wP-uG_card",
265
+ "customInput": "_3wP-uG_customInput",
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
- "runLeading": "SiHEYG_runLeading",
23
- "runTitle": "SiHEYG_runTitle",
24
- "memberLabel": "SiHEYG_memberLabel",
25
- "phaseLeading": "SiHEYG_phaseLeading",
22
+ "runHeader": "SiHEYG_runHeader",
26
23
  "memberRow": "SiHEYG_memberRow",
27
- "phaseHeader": "SiHEYG_phaseHeader",
28
- "phaseCount": "SiHEYG_phaseCount",
29
- "phase": "SiHEYG_phase",
30
- "memberLabelWrap": "SiHEYG_memberLabelWrap",
31
- "memberStatus": "SiHEYG_memberStatus",
32
- "empty": "SiHEYG_empty",
24
+ "memberLabel": "SiHEYG_memberLabel",
25
+ "phaseList": "SiHEYG_phaseList",
33
26
  "root": "SiHEYG_root",
34
- "runHeader": "SiHEYG_runHeader",
35
- "separator": "SiHEYG_separator",
36
- "dotSlot": "SiHEYG_dotSlot",
27
+ "memberLabelWrap": "SiHEYG_memberLabelWrap",
28
+ "members": "SiHEYG_members",
29
+ "runTitle": "SiHEYG_runTitle",
30
+ "phaseLeading": "SiHEYG_phaseLeading",
37
31
  "statusTail": "SiHEYG_statusTail",
38
- "phaseTitle": "SiHEYG_phaseTitle",
32
+ "phase": "SiHEYG_phase",
39
33
  "phaseStatus": "SiHEYG_phaseStatus",
40
- "phaseList": "SiHEYG_phaseList",
34
+ "runLeading": "SiHEYG_runLeading",
35
+ "memberButton": "SiHEYG_memberButton",
36
+ "dotSlot": "SiHEYG_dotSlot",
41
37
  "runSummary": "SiHEYG_runSummary",
42
- "members": "SiHEYG_members",
43
- "memberButton": "SiHEYG_memberButton"
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
- "searchResultMeta": "X-VPTa_searchResultMeta",
345
- "projectRow": "X-VPTa_projectRow",
346
- "slot": "X-VPTa_slot",
347
- "projectText": "X-VPTa_projectText",
348
- "searchResultTitle": "X-VPTa_searchResultTitle",
349
- "selected": "X-VPTa_selected",
350
- "folder": "X-VPTa_folder",
351
- "hoverStatus": "X-VPTa_hoverStatus",
352
- "hoverTime": "X-VPTa_hoverTime",
353
- "iconButton": "X-VPTa_iconButton",
354
- "time": "X-VPTa_time",
355
344
  "arrowOpen": "X-VPTa_arrowOpen",
356
- "renameInput": "X-VPTa_renameInput",
345
+ "hoverContent": "X-VPTa_hoverContent",
346
+ "title": "X-VPTa_title",
357
347
  "meta": "X-VPTa_meta",
358
- "folderActive": "X-VPTa_folderActive",
359
- "sessionRow": "X-VPTa_sessionRow",
360
- "searchResultRow": "X-VPTa_searchResultRow",
348
+ "folder": "X-VPTa_folder",
349
+ "time": "X-VPTa_time",
361
350
  "searchResultSnippet": "X-VPTa_searchResultSnippet",
362
- "hoverTitle": "X-VPTa_hoverTitle",
363
- "rowActions": "X-VPTa_rowActions",
364
- "hoverPath": "X-VPTa_hoverPath",
351
+ "menuOpen": "X-VPTa_menuOpen",
365
352
  "chevron": "X-VPTa_chevron",
366
- "dot": "X-VPTa_dot",
353
+ "folderActive": "X-VPTa_folderActive",
367
354
  "dropAfter": "X-VPTa_dropAfter",
368
- "hoverContent": "X-VPTa_hoverContent",
369
- "title": "X-VPTa_title",
370
- "dropBefore": "X-VPTa_dropBefore",
371
355
  "searchResultWorkspace": "X-VPTa_searchResultWorkspace",
372
- "visuallyHidden": "X-VPTa_visuallyHidden",
373
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",
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",
374
366
  "searchResultHeading": "X-VPTa_searchResultHeading",
367
+ "slot": "X-VPTa_slot",
368
+ "hoverStatus": "X-VPTa_hoverStatus",
375
369
  "flatSessionRowWithoutStatus": "X-VPTa_flatSessionRowWithoutStatus",
376
- "menuOpen": "X-VPTa_menuOpen",
377
- "arrow": "X-VPTa_arrow"
370
+ "dot": "X-VPTa_dot",
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
@@ -806,9 +806,9 @@ window.__ModuleLoader__.load({
806
806
  document.head.appendChild(tag);
807
807
  }
808
808
  var WorkspacePicker_module_css_default = {
809
- "menuStatus": "koU6Pa_menuStatus",
810
809
  "modalError": "koU6Pa_modalError",
811
- "modalAction": "koU6Pa_modalAction"
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
+ "searchButton": "HlYf2W_searchButton",
980
+ "fade": "HlYf2W_fade",
981
+ "rail": "HlYf2W_rail",
982
+ "list": "HlYf2W_list",
979
983
  "empty": "HlYf2W_empty",
980
- "workspaceDropAfter": "HlYf2W_workspaceDropAfter",
981
- "groupSection": "HlYf2W_groupSection",
982
- "iconButton": "HlYf2W_iconButton",
983
984
  "sectionLabelHidden": "HlYf2W_sectionLabelHidden",
984
- "searchWarning": "HlYf2W_searchWarning",
985
- "listTopDropIndicator": "HlYf2W_listTopDropIndicator",
986
- "listArea": "HlYf2W_listArea",
987
- "sectionHeader": "HlYf2W_sectionHeader",
988
- "searchStatus": "HlYf2W_searchStatus",
989
- "deleteAction": "HlYf2W_deleteAction",
985
+ "treeBody": "HlYf2W_treeBody",
986
+ "searchSlot": "HlYf2W_searchSlot",
990
987
  "search": "HlYf2W_search",
991
- "searchInput": "HlYf2W_searchInput",
992
- "searchButton": "HlYf2W_searchButton",
993
- "wide": "HlYf2W_wide",
988
+ "headerActionsHidden": "HlYf2W_headerActionsHidden",
994
989
  "flatList": "HlYf2W_flatList",
995
- "treeBody": "HlYf2W_treeBody",
996
- "list": "HlYf2W_list",
990
+ "groupSection": "HlYf2W_groupSection",
991
+ "listArea": "HlYf2W_listArea",
992
+ "sessionOverflowButton": "HlYf2W_sessionOverflowButton",
993
+ "listTopDropIndicator": "HlYf2W_listTopDropIndicator",
997
994
  "searchSlotExpanded": "HlYf2W_searchSlotExpanded",
998
- "rail": "HlYf2W_rail",
999
995
  "renameError": "HlYf2W_renameError",
1000
- "searchSlot": "HlYf2W_searchSlot",
1001
- "wide-in": "HlYf2W_wide-in",
1002
- "searchExpanded": "HlYf2W_searchExpanded",
1003
- "searchTree": "HlYf2W_searchTree",
996
+ "workspaceDropBefore": "HlYf2W_workspaceDropBefore",
997
+ "iconButton": "HlYf2W_iconButton",
998
+ "headerActions": "HlYf2W_headerActions",
1004
999
  "listTopDropActive": "HlYf2W_listTopDropActive",
1005
- "sessionOverflowButton": "HlYf2W_sessionOverflowButton",
1006
- "headerActionsHidden": "HlYf2W_headerActionsHidden",
1000
+ "deleteAction": "HlYf2W_deleteAction",
1007
1001
  "renameInput": "HlYf2W_renameInput",
1008
- "deleteStatus": "HlYf2W_deleteStatus",
1002
+ "sectionHeader": "HlYf2W_sectionHeader",
1009
1003
  "clearButton": "HlYf2W_clearButton",
1010
- "fade": "HlYf2W_fade",
1011
- "sectionLabel": "HlYf2W_sectionLabel",
1012
1004
  "root": "HlYf2W_root",
1013
- "workspaceDropBefore": "HlYf2W_workspaceDropBefore",
1014
- "headerActions": "HlYf2W_headerActions"
1005
+ "deleteStatus": "HlYf2W_deleteStatus",
1006
+ "wide-in": "HlYf2W_wide-in",
1007
+ "searchTree": "HlYf2W_searchTree",
1008
+ "workspaceDropAfter": "HlYf2W_workspaceDropAfter",
1009
+ "searchWarning": "HlYf2W_searchWarning",
1010
+ "searchStatus": "HlYf2W_searchStatus",
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