@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
@@ -3037,23 +3037,23 @@ window.__ModuleLoader__.load({
3037
3037
  document.head.appendChild(tag);
3038
3038
  }
3039
3039
  var ContextMeter_module_css_default = {
3040
- "percent": "bloECW_percent",
3040
+ "colorSystem": "bloECW_colorSystem",
3041
+ "headline": "bloECW_headline",
3042
+ "bar": "bloECW_bar",
3041
3043
  "colorMessages": "bloECW_colorMessages",
3042
- "panel": "bloECW_panel",
3043
- "track": "bloECW_track",
3044
3044
  "fill": "bloECW_fill",
3045
- "figures": "bloECW_figures",
3046
3045
  "trigger": "bloECW_trigger",
3046
+ "track": "bloECW_track",
3047
+ "panel": "bloECW_panel",
3048
+ "swatch": "bloECW_swatch",
3049
+ "colorTools": "bloECW_colorTools",
3047
3050
  "segment": "bloECW_segment",
3051
+ "rows": "bloECW_rows",
3052
+ "percent": "bloECW_percent",
3048
3053
  "root": "bloECW_root",
3054
+ "figures": "bloECW_figures",
3049
3055
  "row": "bloECW_row",
3050
- "header": "bloECW_header",
3051
- "headline": "bloECW_headline",
3052
- "rows": "bloECW_rows",
3053
- "swatch": "bloECW_swatch",
3054
- "colorTools": "bloECW_colorTools",
3055
- "colorSystem": "bloECW_colorSystem",
3056
- "bar": "bloECW_bar"
3056
+ "header": "bloECW_header"
3057
3057
  };
3058
3058
  //#endregion
3059
3059
  //#region src/client/skeleton/ContextMeter.tsx
@@ -3225,11 +3225,11 @@ window.__ModuleLoader__.load({
3225
3225
  document.head.appendChild(tag);
3226
3226
  }
3227
3227
  var PermissionSelect_module_css_default = {
3228
- "chevron": "UJ7tKa_chevron",
3229
- "chevronOpen": "UJ7tKa_chevronOpen",
3230
3228
  "trigger": "UJ7tKa_trigger",
3229
+ "chevronOpen": "UJ7tKa_chevronOpen",
3230
+ "triggerLabel": "UJ7tKa_triggerLabel",
3231
3231
  "triggerIcon": "UJ7tKa_triggerIcon",
3232
- "triggerLabel": "UJ7tKa_triggerLabel"
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
- "accessory": "QdFsVG_accessory",
3467
- "backdropDisabled": "QdFsVG_backdropDisabled",
3468
- "input": "QdFsVG_input",
3469
3466
  "grow": "QdFsVG_grow",
3470
- "chipIcon": "QdFsVG_chipIcon",
3471
- "tools": "QdFsVG_tools",
3472
- "row": "QdFsVG_row",
3473
- "textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
3474
- "modes": "QdFsVG_modes",
3475
- "primary": "QdFsVG_primary",
3476
- "hint": "QdFsVG_hint",
3477
- "input-pending": "QdFsVG_input-pending",
3478
- "pending": "QdFsVG_pending",
3479
- "notice": "QdFsVG_notice",
3480
- "card": "QdFsVG_card",
3481
3467
  "scroll": "QdFsVG_scroll",
3482
- "chip": "QdFsVG_chip",
3483
3468
  "root": "QdFsVG_root",
3484
- "hero": "QdFsVG_hero",
3485
- "overlayAnchor": "QdFsVG_overlayAnchor",
3486
- "trailing": "QdFsVG_trailing",
3487
3469
  "hlSegment": "QdFsVG_hlSegment",
3488
- "backdrop": "QdFsVG_backdrop",
3470
+ "chipIcon": "QdFsVG_chipIcon",
3471
+ "select": "QdFsVG_select",
3472
+ "input": "QdFsVG_input",
3489
3473
  "add": "QdFsVG_add",
3490
- "retry": "QdFsVG_retry",
3491
- "mirror": "QdFsVG_mirror",
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",
3481
+ "notice": "QdFsVG_notice",
3492
3482
  "chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
3493
- "textRef": "QdFsVG_textRef",
3494
- "textRefIcon": "QdFsVG_textRefIcon",
3495
3483
  "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3496
- "textRefTrigger": "QdFsVG_textRefTrigger",
3484
+ "textRefIcon": "QdFsVG_textRefIcon",
3485
+ "chipInvalid": "QdFsVG_chipInvalid",
3486
+ "mirror": "QdFsVG_mirror",
3487
+ "modes": "QdFsVG_modes",
3488
+ "textRef": "QdFsVG_textRef",
3489
+ "primary": "QdFsVG_primary",
3490
+ "overlayAnchor": "QdFsVG_overlayAnchor",
3491
+ "hero": "QdFsVG_hero",
3492
+ "hint": "QdFsVG_hint",
3493
+ "row": "QdFsVG_row",
3497
3494
  "hlToken": "QdFsVG_hlToken",
3498
- "chipTrigger": "QdFsVG_chipTrigger",
3499
- "select": "QdFsVG_select",
3500
- "chipInvalid": "QdFsVG_chipInvalid"
3495
+ "trailing": "QdFsVG_trailing",
3496
+ "input-pending": "QdFsVG_input-pending",
3497
+ "tools": "QdFsVG_tools",
3498
+ "accessory": "QdFsVG_accessory",
3499
+ "card": "QdFsVG_card",
3500
+ "retry": "QdFsVG_retry"
3501
3501
  };
3502
3502
  //#endregion
3503
3503
  //#region src/client/skeleton/InputBar.tsx
@@ -4177,12 +4177,12 @@ window.__ModuleLoader__.load({
4177
4177
  document.head.appendChild(tag);
4178
4178
  }
4179
4179
  var EnterBehaviorRow_module_css_default = {
4180
- "rowText": "ssSNSa_rowText",
4181
- "desc": "ssSNSa_desc",
4182
4180
  "chevron": "ssSNSa_chevron",
4183
- "selector": "ssSNSa_selector",
4181
+ "title": "ssSNSa_title",
4184
4182
  "row": "ssSNSa_row",
4185
- "title": "ssSNSa_title"
4183
+ "rowText": "ssSNSa_rowText",
4184
+ "desc": "ssSNSa_desc",
4185
+ "selector": "ssSNSa_selector"
4186
4186
  };
4187
4187
  //#endregion
4188
4188
  //#region src/client/settings/EnterBehaviorRow.tsx
@@ -4255,35 +4255,35 @@ window.__ModuleLoader__.load({
4255
4255
  document.head.appendChild(tag);
4256
4256
  }
4257
4257
  var MessageItem_module_css_default = {
4258
- "userRow": "DuLIaW_userRow",
4259
- "retryText": "DuLIaW_retryText",
4260
- "compactionButton": "DuLIaW_compactionButton",
4261
- "maxTokensTitle": "DuLIaW_maxTokensTitle",
4262
- "refIcon": "DuLIaW_refIcon",
4263
- "turnErrorCode": "DuLIaW_turnErrorCode",
4264
- "compactionSep": "DuLIaW_compactionSep",
4265
- "bubble": "DuLIaW_bubble",
4266
- "compactionLeading": "DuLIaW_compactionLeading",
4267
- "retryRow": "DuLIaW_retryRow",
4268
- "retrySummary": "DuLIaW_retrySummary",
4269
- "turnErrorRow": "DuLIaW_turnErrorRow",
4270
- "retry-shimmer": "DuLIaW_retry-shimmer",
4271
- "turnErrorTitle": "DuLIaW_turnErrorTitle",
4258
+ "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4272
4259
  "contextRow": "DuLIaW_contextRow",
4273
- "retryDetailLabel": "DuLIaW_retryDetailLabel",
4274
- "referenceSummary": "DuLIaW_referenceSummary",
4275
- "turnErrorDot": "DuLIaW_turnErrorDot",
4276
4260
  "compactionTitle": "DuLIaW_compactionTitle",
4261
+ "compactionSep": "DuLIaW_compactionSep",
4262
+ "retry-shimmer": "DuLIaW_retry-shimmer",
4277
4263
  "retryDetails": "DuLIaW_retryDetails",
4278
- "compactionContextIcon": "DuLIaW_compactionContextIcon",
4264
+ "turnErrorCopy": "DuLIaW_turnErrorCopy",
4265
+ "maxTokensTitle": "DuLIaW_maxTokensTitle",
4266
+ "retryDetailLabel": "DuLIaW_retryDetailLabel",
4267
+ "compactionLeading": "DuLIaW_compactionLeading",
4268
+ "refIcon": "DuLIaW_refIcon",
4269
+ "turnErrorRow": "DuLIaW_turnErrorRow",
4270
+ "userStack": "DuLIaW_userStack",
4271
+ "turnErrorCode": "DuLIaW_turnErrorCode",
4279
4272
  "turnErrorMessage": "DuLIaW_turnErrorMessage",
4280
- "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4281
- "compactionSummary": "DuLIaW_compactionSummary",
4282
4273
  "compactionBody": "DuLIaW_compactionBody",
4283
- "turnErrorCopy": "DuLIaW_turnErrorCopy",
4274
+ "userRow": "DuLIaW_userRow",
4275
+ "turnErrorDot": "DuLIaW_turnErrorDot",
4276
+ "compactionButton": "DuLIaW_compactionButton",
4277
+ "retryText": "DuLIaW_retryText",
4278
+ "referenceSummary": "DuLIaW_referenceSummary",
4284
4279
  "refChip": "DuLIaW_refChip",
4285
- "userStack": "DuLIaW_userStack",
4286
- "compactionRow": "DuLIaW_compactionRow"
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
- "entryName": "mBNGpa_entryName",
4359
- "sectionText": "mBNGpa_sectionText",
4360
- "field": "mBNGpa_field",
4361
- "relaySender": "mBNGpa_relaySender",
4362
- "text": "mBNGpa_text",
4363
- "entry": "mBNGpa_entry",
4364
- "entries": "mBNGpa_entries",
4365
4358
  "file": "mBNGpa_file",
4366
- "files": "mBNGpa_files",
4367
- "section": "mBNGpa_section",
4368
- "recallLabel": "mBNGpa_recallLabel",
4369
- "sectionName": "mBNGpa_sectionName",
4370
- "fields": "mBNGpa_fields",
4371
- "fieldKey": "mBNGpa_fieldKey",
4372
4359
  "fieldValue": "mBNGpa_fieldValue",
4373
- "sections": "mBNGpa_sections",
4360
+ "filePath": "mBNGpa_filePath",
4361
+ "recallLabel": "mBNGpa_recallLabel",
4362
+ "files": "mBNGpa_files",
4363
+ "entries": "mBNGpa_entries",
4374
4364
  "recall": "mBNGpa_recall",
4365
+ "field": "mBNGpa_field",
4366
+ "fieldKey": "mBNGpa_fieldKey",
4375
4367
  "catalogNotice": "mBNGpa_catalogNotice",
4376
- "recallCounts": "mBNGpa_recallCounts",
4368
+ "sections": "mBNGpa_sections",
4377
4369
  "fileAction": "mBNGpa_fileAction",
4370
+ "entryName": "mBNGpa_entryName",
4371
+ "section": "mBNGpa_section",
4378
4372
  "recalls": "mBNGpa_recalls",
4373
+ "text": "mBNGpa_text",
4374
+ "fields": "mBNGpa_fields",
4379
4375
  "entryDescription": "mBNGpa_entryDescription",
4380
- "filePath": "mBNGpa_filePath"
4376
+ "sectionText": "mBNGpa_sectionText",
4377
+ "relaySender": "mBNGpa_relaySender",
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
- "body": "BCt95a_body",
4916
- "root": "BCt95a_root",
4917
- "source": "BCt95a_source",
4918
4915
  "summary": "BCt95a_summary",
4919
4916
  "chevron": "BCt95a_chevron",
4920
- "sep": "BCt95a_sep"
4917
+ "sep": "BCt95a_sep",
4918
+ "root": "BCt95a_root",
4919
+ "source": "BCt95a_source",
4920
+ "body": "BCt95a_body"
4921
4921
  };
4922
4922
  //#endregion
4923
4923
  //#region src/client/chat/ContextInjectionRow.tsx
@@ -5015,10 +5015,10 @@ window.__ModuleLoader__.load({
5015
5015
  document.head.appendChild(tag);
5016
5016
  }
5017
5017
  var MessageIconActions_module_css_default = {
5018
- "runTimeDot": "vWo8Ba_runTimeDot",
5019
- "timeEnd": "vWo8Ba_timeEnd",
5020
5018
  "actions": "vWo8Ba_actions",
5021
5019
  "timeStart": "vWo8Ba_timeStart",
5020
+ "timeEnd": "vWo8Ba_timeEnd",
5021
+ "runTimeDot": "vWo8Ba_runTimeDot",
5022
5022
  "action": "vWo8Ba_action",
5023
5023
  "visuallyHidden": "vWo8Ba_visuallyHidden"
5024
5024
  };
@@ -5453,20 +5453,20 @@ window.__ModuleLoader__.load({
5453
5453
  document.head.appendChild(tag);
5454
5454
  }
5455
5455
  var ChatView_module_css_default = {
5456
- "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5457
- "column": "rzfPEq_column",
5458
- "flowItem": "rzfPEq_flowItem",
5459
- "older": "rzfPEq_older",
5460
- "callRow": "rzfPEq_callRow",
5461
- "openError": "rzfPEq_openError",
5462
- "toBottomSlot": "rzfPEq_toBottomSlot",
5463
- "turnStatus": "rzfPEq_turnStatus",
5464
5456
  "hint": "rzfPEq_hint",
5465
5457
  "root": "rzfPEq_root",
5466
5458
  "toBottom": "rzfPEq_toBottom",
5467
5459
  "modalAction": "rzfPEq_modalAction",
5460
+ "toBottomSlot": "rzfPEq_toBottomSlot",
5468
5461
  "turnStatusClock": "rzfPEq_turnStatusClock",
5469
- "scroll": "rzfPEq_scroll"
5462
+ "openError": "rzfPEq_openError",
5463
+ "scroll": "rzfPEq_scroll",
5464
+ "older": "rzfPEq_older",
5465
+ "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5466
+ "column": "rzfPEq_column",
5467
+ "callRow": "rzfPEq_callRow",
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
- "root": "HtARWq_root",
6015
- "body": "HtARWq_body",
6016
6014
  "card": "HtARWq_card",
6017
- "command": "HtARWq_command",
6018
- "reject": "HtARWq_reject",
6019
6015
  "headline": "HtARWq_headline",
6016
+ "command": "HtARWq_command",
6017
+ "dot": "HtARWq_dot",
6020
6018
  "actionRow": "HtARWq_actionRow",
6019
+ "body": "HtARWq_body",
6021
6020
  "strip": "HtARWq_strip",
6022
- "dot": "HtARWq_dot"
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": "Into the Unknown",
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
- "content": "_S9Ibq_content",
6478
- "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6479
- "body": "_S9Ibq_body",
6480
- "glyphCompleted": "_S9Ibq_glyphCompleted",
6481
- "glyphPending": "_S9Ibq_glyphPending",
6482
- "title": "_S9Ibq_title",
6483
- "glyph": "_S9Ibq_glyph",
6484
- "chevron": "_S9Ibq_chevron",
6485
6477
  "progress": "_S9Ibq_progress",
6486
- "glyphProgress": "_S9Ibq_glyphProgress",
6478
+ "list": "_S9Ibq_list",
6479
+ "lead": "_S9Ibq_lead",
6487
6480
  "header": "_S9Ibq_header",
6488
6481
  "item": "_S9Ibq_item",
6482
+ "glyphPending": "_S9Ibq_glyphPending",
6483
+ "title": "_S9Ibq_title",
6484
+ "glyphProgress": "_S9Ibq_glyphProgress",
6485
+ "body": "_S9Ibq_body",
6489
6486
  "root": "_S9Ibq_root",
6490
- "list": "_S9Ibq_list",
6491
- "lead": "_S9Ibq_lead"
6487
+ "glyph": "_S9Ibq_glyph",
6488
+ "content": "_S9Ibq_content",
6489
+ "todo-progress-spin": "_S9Ibq_todo-progress-spin",
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
- "panel": "u7UfBG_panel",
6686
- "count": "u7UfBG_count",
6685
+ "editor": "u7UfBG_editor",
6686
+ "lead": "u7UfBG_lead",
6687
+ "header": "u7UfBG_header",
6688
+ "actions": "u7UfBG_actions",
6687
6689
  "list": "u7UfBG_list",
6688
- "dock": "u7UfBG_dock",
6689
- "preview": "u7UfBG_preview",
6690
+ "count": "u7UfBG_count",
6691
+ "panel": "u7UfBG_panel",
6690
6692
  "row": "u7UfBG_row",
6691
6693
  "action": "u7UfBG_action",
6692
- "chevron": "u7UfBG_chevron",
6693
- "lead": "u7UfBG_lead",
6694
- "header": "u7UfBG_header",
6695
- "editor": "u7UfBG_editor",
6696
- "actions": "u7UfBG_actions"
6694
+ "dock": "u7UfBG_dock",
6695
+ "preview": "u7UfBG_preview",
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
- "stack": "W1fuRW_stack",
6955
- "fishHitbox": "W1fuRW_fishHitbox",
6956
- "workspace": "W1fuRW_workspace",
6957
- "folder": "W1fuRW_folder",
6958
- "modalAction": "W1fuRW_modalAction",
6959
- "chevron": "W1fuRW_chevron",
6960
6954
  "headlineText": "W1fuRW_headlineText",
6961
- "fish": "W1fuRW_fish",
6962
- "workspaceLabel": "W1fuRW_workspaceLabel",
6963
- "modalError": "W1fuRW_modalError",
6964
- "previewBadge": "W1fuRW_previewBadge",
6955
+ "modalAction": "W1fuRW_modalAction",
6956
+ "workspaceRow": "W1fuRW_workspaceRow",
6957
+ "stack": "W1fuRW_stack",
6958
+ "body": "W1fuRW_body",
6965
6959
  "modalInput": "W1fuRW_modalInput",
6960
+ "modalError": "W1fuRW_modalError",
6961
+ "workspace": "W1fuRW_workspace",
6966
6962
  "hero-fish-swim": "W1fuRW_hero-fish-swim",
6967
6963
  "root": "W1fuRW_root",
6968
- "headline": "W1fuRW_headline",
6969
- "body": "W1fuRW_body",
6970
- "workspaceRow": "W1fuRW_workspaceRow"
6964
+ "fishHitbox": "W1fuRW_fishHitbox",
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
- /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
7089
- className: HeroShell_module_css_default.fishHitbox,
7090
- children: renderSlot("conversation.hero.brand.mark", {
7091
- size: 34,
7092
- className: HeroShell_module_css_default.fish
7093
- }, { fallback: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_xrkseek_client_ui_primitives.BrandMark, {
7094
- size: 34,
7095
- className: HeroShell_module_css_default.fish
7096
- }) })
7097
- }),
7098
- /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
7099
- className: HeroShell_module_css_default.headlineText,
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
  });
@@ -7120,29 +7113,29 @@ window.__ModuleLoader__.load({
7120
7113
  document.head.appendChild(tag);
7121
7114
  }
7122
7115
  var ConversationRoot_module_css_default = {
7123
- "crumbSubagent": "MBmynq_crumbSubagent",
7124
- "scrollBody": "MBmynq_scrollBody",
7116
+ "composerHero": "MBmynq_composerHero",
7125
7117
  "header": "MBmynq_header",
7126
- "viewArea": "MBmynq_viewArea",
7127
- "titleCluster": "MBmynq_titleCluster",
7128
- "tabs": "MBmynq_tabs",
7129
- "heroGlow": "MBmynq_heroGlow",
7118
+ "titleRow": "MBmynq_titleRow",
7119
+ "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
7120
+ "crumb": "MBmynq_crumb",
7121
+ "crumbSep": "MBmynq_crumbSep",
7130
7122
  "headerUtilities": "MBmynq_headerUtilities",
7123
+ "tabs": "MBmynq_tabs",
7124
+ "titleCluster": "MBmynq_titleCluster",
7131
7125
  "composerStack": "MBmynq_composerStack",
7132
- "crumbSep": "MBmynq_crumbSep",
7126
+ "headerActions": "MBmynq_headerActions",
7127
+ "root": "MBmynq_root",
7133
7128
  "crumbs": "MBmynq_crumbs",
7134
- "crumbSeg": "MBmynq_crumbSeg",
7135
- "crumb": "MBmynq_crumb",
7129
+ "heroGlow": "MBmynq_heroGlow",
7136
7130
  "crumbCurrent": "MBmynq_crumbCurrent",
7137
- "headerHidden": "MBmynq_headerHidden",
7131
+ "crumbSubagent": "MBmynq_crumbSubagent",
7132
+ "viewArea": "MBmynq_viewArea",
7138
7133
  "tab": "MBmynq_tab",
7139
- "composerHero": "MBmynq_composerHero",
7140
- "headerActions": "MBmynq_headerActions",
7141
- "titleRow": "MBmynq_titleRow",
7134
+ "headerHidden": "MBmynq_headerHidden",
7135
+ "crumbSeg": "MBmynq_crumbSeg",
7142
7136
  "tabActive": "MBmynq_tabActive",
7143
- "composerSeat": "MBmynq_composerSeat",
7144
- "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
7145
- "root": "MBmynq_root"
7137
+ "scrollBody": "MBmynq_scrollBody",
7138
+ "composerSeat": "MBmynq_composerSeat"
7146
7139
  };
7147
7140
  //#endregion
7148
7141
  //#region src/client/skeleton/ConversationRoot.tsx
@@ -7434,14 +7427,14 @@ window.__ModuleLoader__.load({
7434
7427
  document.head.appendChild(tag);
7435
7428
  }
7436
7429
  var DetailsPanel_module_css_default = {
7437
- "root": "H9rWiW_root",
7438
- "title": "H9rWiW_title",
7439
- "section": "H9rWiW_section",
7430
+ "header": "H9rWiW_header",
7440
7431
  "body": "H9rWiW_body",
7432
+ "code": "H9rWiW_code",
7433
+ "title": "H9rWiW_title",
7441
7434
  "close": "H9rWiW_close",
7435
+ "root": "H9rWiW_root",
7436
+ "section": "H9rWiW_section",
7442
7437
  "empty": "H9rWiW_empty",
7443
- "header": "H9rWiW_header",
7444
- "code": "H9rWiW_code",
7445
7438
  "sectionLabel": "H9rWiW_sectionLabel"
7446
7439
  };
7447
7440
  //#endregion
@@ -9355,15 +9348,15 @@ window.__ModuleLoader__.load({
9355
9348
  document.head.appendChild(tag);
9356
9349
  }
9357
9350
  var ReasoningRow_module_css_default = {
9358
- "leading": "dc9yZG_leading",
9359
- "row": "dc9yZG_row",
9360
9351
  "thinkBody": "dc9yZG_thinkBody",
9352
+ "leading": "dc9yZG_leading",
9361
9353
  "root": "dc9yZG_root",
9362
- "title": "dc9yZG_title",
9363
- "summary": "dc9yZG_summary",
9364
9354
  "chevron": "dc9yZG_chevron",
9365
9355
  "dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
9366
- "separator": "dc9yZG_separator"
9356
+ "title": "dc9yZG_title",
9357
+ "summary": "dc9yZG_summary",
9358
+ "separator": "dc9yZG_separator",
9359
+ "row": "dc9yZG_row"
9367
9360
  };
9368
9361
  //#endregion
9369
9362
  //#region src/client/chat/ReasoningRow.tsx
@@ -9448,10 +9441,10 @@ window.__ModuleLoader__.load({
9448
9441
  document.head.appendChild(tag);
9449
9442
  }
9450
9443
  var AssistantMarkdown_module_css_default = {
9451
- "stopped": "wAd5ea_stopped",
9444
+ "actions": "wAd5ea_actions",
9452
9445
  "body": "wAd5ea_body",
9453
9446
  "root": "wAd5ea_root",
9454
- "actions": "wAd5ea_actions"
9447
+ "stopped": "wAd5ea_stopped"
9455
9448
  };
9456
9449
  //#endregion
9457
9450
  //#region src/client/chat/AssistantMarkdown.tsx
@@ -9561,15 +9554,15 @@ window.__ModuleLoader__.load({
9561
9554
  document.head.appendChild(tag);
9562
9555
  }
9563
9556
  var GenericCommandCard_module_css_default = {
9564
- "leading": "Ga_JSG_leading",
9565
- "body": "Ga_JSG_body",
9566
- "summary": "Ga_JSG_summary",
9567
- "row": "Ga_JSG_row",
9568
9557
  "separator": "Ga_JSG_separator",
9558
+ "chevron": "Ga_JSG_chevron",
9559
+ "row": "Ga_JSG_row",
9569
9560
  "root": "Ga_JSG_root",
9570
- "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9561
+ "leading": "Ga_JSG_leading",
9571
9562
  "title": "Ga_JSG_title",
9572
- "chevron": "Ga_JSG_chevron"
9563
+ "summary": "Ga_JSG_summary",
9564
+ "body": "Ga_JSG_body",
9565
+ "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep"
9573
9566
  };
9574
9567
  //#endregion
9575
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
+ "file": "LKrWRG_file",
170
171
  "row": "LKrWRG_row",
171
- "measure": "LKrWRG_measure",
172
- "showFolder": "LKrWRG_showFolder",
173
- "more": "LKrWRG_more",
174
172
  "label": "LKrWRG_label",
173
+ "more": "LKrWRG_more",
174
+ "showFolder": "LKrWRG_showFolder",
175
175
  "root": "LKrWRG_root",
176
- "probe": "LKrWRG_probe",
177
- "file": "LKrWRG_file"
176
+ "measure": "LKrWRG_measure",
177
+ "probe": "LKrWRG_probe"
178
178
  };
179
179
  //#endregion
180
180
  //#region src/client/ProducedFiles.tsx