@xrkseek/harness-cli 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (304) 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/auto-review-slash.d.ts +11 -0
  19. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.d.ts.map +1 -0
  20. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.js +13 -0
  21. package/node_modules/@xrkseek/server-face/dist/auto-review-slash.js.map +1 -0
  22. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +15 -22
  23. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -1
  24. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +19 -16
  25. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -1
  26. package/node_modules/@xrkseek/server-face/dist/index.d.ts +2 -1
  27. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  28. package/node_modules/@xrkseek/server-face/dist/index.js +2 -1
  29. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  30. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts +1 -0
  31. package/node_modules/@xrkseek/server-face/dist/projections/registry.d.ts.map +1 -1
  32. package/node_modules/@xrkseek/server-face/dist/projections/registry.js.map +1 -1
  33. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.d.ts.map +1 -1
  34. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js +9 -13
  35. package/node_modules/@xrkseek/server-face/dist/projections/units/auto-review.js.map +1 -1
  36. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts +22 -5
  37. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.d.ts.map +1 -1
  38. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js +31 -5
  39. package/node_modules/@xrkseek/server-face/dist/projections/units/context-headers.js.map +1 -1
  40. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts +42 -7
  41. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.d.ts.map +1 -1
  42. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js +182 -24
  43. package/node_modules/@xrkseek/server-face/dist/projections/units/context-timeline.js.map +1 -1
  44. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.d.ts.map +1 -1
  45. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js +26 -8
  46. package/node_modules/@xrkseek/server-face/dist/projections/units/cost-usage.js.map +1 -1
  47. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  48. package/node_modules/@xrkseek/server-host/dist/index.js +12 -4
  49. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  50. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts +10 -0
  51. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts.map +1 -0
  52. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js +192 -0
  53. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js.map +1 -0
  54. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -1
  55. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +29 -1
  56. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -1
  57. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -1
  58. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +3 -1
  59. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -1
  60. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +4 -1
  61. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -1
  62. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.d.ts.map +1 -1
  63. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +9 -10
  64. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -1
  65. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.d.ts +11 -0
  66. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.d.ts.map +1 -0
  67. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.js +13 -0
  68. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-slash.js.map +1 -0
  69. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts +41 -0
  70. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts.map +1 -0
  71. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js +422 -0
  72. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js.map +1 -0
  73. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts +21 -0
  74. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts.map +1 -0
  75. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js +34 -0
  76. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js.map +1 -0
  77. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +1 -1
  78. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -1
  79. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +277 -23
  80. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -1
  81. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +1 -1
  82. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +1 -1
  83. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -1
  84. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +1 -1
  85. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -1
  86. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +2 -2
  87. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -1
  88. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +1 -1
  89. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -1
  90. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +4 -4
  91. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -1
  92. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +52 -27
  93. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -1
  94. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +1 -1
  95. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -1
  96. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +2 -2
  97. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +1 -1
  98. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -1
  99. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +3 -3
  100. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -1
  101. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +1 -1
  102. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -1
  103. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +3 -3
  104. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -1
  105. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +2 -0
  106. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -1
  107. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +53 -1
  108. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -1
  109. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +21 -18
  110. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -1
  111. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +28 -15
  112. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -1
  113. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +1 -1
  114. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -1
  115. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +1 -0
  116. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -1
  117. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +77 -24
  118. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -1
  119. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +24 -0
  120. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -1
  121. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +39 -10
  122. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -1
  123. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts +71 -0
  124. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts.map +1 -0
  125. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js +349 -0
  126. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js.map +1 -0
  127. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts +53 -0
  128. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts.map +1 -0
  129. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js +233 -0
  130. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js.map +1 -0
  131. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts +4 -0
  132. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts.map +1 -0
  133. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js +86 -0
  134. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js.map +1 -0
  135. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts +15 -0
  136. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts.map +1 -0
  137. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js +41 -0
  138. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js.map +1 -0
  139. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts +22 -0
  140. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts.map +1 -0
  141. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js +183 -0
  142. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js.map +1 -0
  143. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts +68 -0
  144. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts.map +1 -0
  145. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js +511 -0
  146. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js.map +1 -0
  147. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts +34 -0
  148. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts.map +1 -0
  149. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js +179 -0
  150. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js.map +1 -0
  151. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts +19 -0
  152. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts.map +1 -0
  153. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js +102 -0
  154. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js.map +1 -0
  155. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +31 -4
  156. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -1
  157. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +698 -33
  158. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -1
  159. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +1 -1
  160. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -1
  161. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -1
  162. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +4 -1
  163. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -1
  164. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +1 -1
  165. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -1
  166. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts +3 -0
  167. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts.map +1 -0
  168. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js +18 -0
  169. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js.map +1 -0
  170. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +6 -3
  171. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -1
  172. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +204 -54
  173. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -1
  174. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +1 -1
  175. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -1
  176. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +3 -0
  177. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -1
  178. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +194 -22
  179. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -1
  180. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts +3 -0
  181. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts.map +1 -0
  182. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js +82 -0
  183. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js.map +1 -0
  184. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts +51 -0
  185. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts.map +1 -0
  186. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js +2 -0
  187. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js.map +1 -0
  188. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +47 -13
  189. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -1
  190. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +146 -27
  191. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -1
  192. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +1 -1
  193. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -1
  194. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -1
  195. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +22 -4
  196. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -1
  197. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -1
  198. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +21 -2
  199. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -1
  200. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +1 -1
  201. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -1
  202. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +2 -0
  203. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -1
  204. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +42 -3
  205. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -1
  206. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +25 -7
  207. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -1
  208. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +2 -2
  209. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +2 -2
  210. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +2 -2
  211. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts +12 -0
  212. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts.map +1 -0
  213. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js +40 -0
  214. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js.map +1 -0
  215. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +1 -1
  216. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +1 -1
  217. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -1
  218. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +7 -12
  219. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -1
  220. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +5 -8
  221. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -1
  222. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts +5 -0
  223. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts.map +1 -0
  224. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js +31 -0
  225. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js.map +1 -0
  226. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts +37 -0
  227. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts.map +1 -0
  228. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js +96 -0
  229. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js.map +1 -0
  230. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts +6 -0
  231. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts.map +1 -0
  232. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js +2 -0
  233. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js.map +1 -0
  234. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -1
  235. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +66 -4
  236. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -1
  237. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +2 -2
  238. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -1
  239. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +1 -1
  240. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -1
  241. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +1 -1
  242. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -1
  243. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +2 -2
  244. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -1
  245. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +2 -2
  246. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -1
  247. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +2 -2
  248. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -1
  249. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +1 -1
  250. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +1 -1
  251. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -1
  252. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +3 -3
  253. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -1
  254. package/node_modules/@xrkseek/server-http/dist/index.d.ts +1 -1
  255. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  256. package/node_modules/@xrkseek/server-http/dist/index.js +1 -1
  257. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  258. package/node_modules/@xrkseek/server-http/package.json +7 -1
  259. package/node_modules/qrcode-generator/README.md +101 -0
  260. package/node_modules/qrcode-generator/package.json +30 -0
  261. package/node_modules/qrcode-generator/qrcode.d.ts +57 -0
  262. package/node_modules/qrcode-generator/qrcode.js +2297 -0
  263. package/node_modules/qrcode-generator/qrcode_SJIS.js +30 -0
  264. package/node_modules/qrcode-generator/qrcode_UTF8.js +26 -0
  265. package/node_modules/qrcode-generator/sample.html +49 -0
  266. package/node_modules/qrcode-generator/sample.js +49 -0
  267. package/node_modules/qrcode-generator/test/qrcode.js +118 -0
  268. package/package.json +4 -2
  269. package/product-web/assets/index-BNGm-t1O.js +112 -0
  270. package/product-web/assets/index-BNGm-t1O.js.map +1 -0
  271. package/product-web/boot.json +1 -1
  272. package/product-web/index.html +1 -1
  273. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  274. package/product-web/plugins/@xrkseek/client-modules/client.js +7 -6
  275. package/product-web/plugins/@xrkseek/client-runtime/client.js +7 -0
  276. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +38 -38
  277. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +8 -8
  278. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +7 -7
  279. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +178 -185
  280. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +5 -5
  281. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +26 -26
  282. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  283. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +7 -7
  284. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +9 -9
  285. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
  286. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +5 -5
  287. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +18 -18
  288. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  289. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  290. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +27 -19
  291. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +57 -57
  292. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +12 -12
  293. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +45 -45
  294. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +15 -15
  295. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +13 -13
  296. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
  297. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
  298. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +38 -38
  299. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +142 -142
  300. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +27 -27
  301. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +15 -15
  302. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +55 -55
  303. package/product-web/assets/index-C_NG-17x.js +0 -112
  304. package/product-web/assets/index-C_NG-17x.js.map +0 -1
@@ -2809,8 +2809,8 @@ window.__ModuleLoader__.load({
2809
2809
  document.head.appendChild(tag);
2810
2810
  }
2811
2811
  var StatsLine_module_css_default = {
2812
- "root": "_EvZDq_root",
2813
- "sep": "_EvZDq_sep"
2812
+ "sep": "_EvZDq_sep",
2813
+ "root": "_EvZDq_root"
2814
2814
  };
2815
2815
  //#endregion
2816
2816
  //#region src/client/chat/StatsLine.tsx
@@ -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
+ "rows": "bloECW_rows",
3041
+ "root": "bloECW_root",
3041
3042
  "colorMessages": "bloECW_colorMessages",
3042
- "panel": "bloECW_panel",
3043
3043
  "track": "bloECW_track",
3044
+ "percent": "bloECW_percent",
3045
+ "row": "bloECW_row",
3046
+ "swatch": "bloECW_swatch",
3047
+ "panel": "bloECW_panel",
3048
+ "segment": "bloECW_segment",
3044
3049
  "fill": "bloECW_fill",
3045
3050
  "figures": "bloECW_figures",
3046
- "trigger": "bloECW_trigger",
3047
- "segment": "bloECW_segment",
3048
- "root": "bloECW_root",
3049
- "row": "bloECW_row",
3050
- "header": "bloECW_header",
3051
3051
  "headline": "bloECW_headline",
3052
- "rows": "bloECW_rows",
3053
- "swatch": "bloECW_swatch",
3052
+ "bar": "bloECW_bar",
3054
3053
  "colorTools": "bloECW_colorTools",
3055
3054
  "colorSystem": "bloECW_colorSystem",
3056
- "bar": "bloECW_bar"
3055
+ "header": "bloECW_header",
3056
+ "trigger": "bloECW_trigger"
3057
3057
  };
3058
3058
  //#endregion
3059
3059
  //#region src/client/skeleton/ContextMeter.tsx
@@ -3225,10 +3225,10 @@ window.__ModuleLoader__.load({
3225
3225
  document.head.appendChild(tag);
3226
3226
  }
3227
3227
  var PermissionSelect_module_css_default = {
3228
- "chevron": "UJ7tKa_chevron",
3228
+ "triggerIcon": "UJ7tKa_triggerIcon",
3229
3229
  "chevronOpen": "UJ7tKa_chevronOpen",
3230
+ "chevron": "UJ7tKa_chevron",
3230
3231
  "trigger": "UJ7tKa_trigger",
3231
- "triggerIcon": "UJ7tKa_triggerIcon",
3232
3232
  "triggerLabel": "UJ7tKa_triggerLabel"
3233
3233
  };
3234
3234
  //#endregion
@@ -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
- "grow": "QdFsVG_grow",
3470
- "chipIcon": "QdFsVG_chipIcon",
3466
+ "retry": "QdFsVG_retry",
3467
+ "textRef": "QdFsVG_textRef",
3468
+ "mirror": "QdFsVG_mirror",
3469
+ "overlayAnchor": "QdFsVG_overlayAnchor",
3470
+ "notice": "QdFsVG_notice",
3471
3471
  "tools": "QdFsVG_tools",
3472
- "row": "QdFsVG_row",
3473
- "textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
3474
- "modes": "QdFsVG_modes",
3475
- "primary": "QdFsVG_primary",
3472
+ "grow": "QdFsVG_grow",
3473
+ "input": "QdFsVG_input",
3474
+ "add": "QdFsVG_add",
3475
+ "textRefTrigger": "QdFsVG_textRefTrigger",
3476
+ "backdropDisabled": "QdFsVG_backdropDisabled",
3477
+ "scroll": "QdFsVG_scroll",
3476
3478
  "hint": "QdFsVG_hint",
3477
- "input-pending": "QdFsVG_input-pending",
3479
+ "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3480
+ "chipInvalid": "QdFsVG_chipInvalid",
3478
3481
  "pending": "QdFsVG_pending",
3479
- "notice": "QdFsVG_notice",
3480
- "card": "QdFsVG_card",
3481
- "scroll": "QdFsVG_scroll",
3482
- "chip": "QdFsVG_chip",
3483
- "root": "QdFsVG_root",
3484
- "hero": "QdFsVG_hero",
3485
- "overlayAnchor": "QdFsVG_overlayAnchor",
3482
+ "accessory": "QdFsVG_accessory",
3483
+ "modes": "QdFsVG_modes",
3486
3484
  "trailing": "QdFsVG_trailing",
3485
+ "primary": "QdFsVG_primary",
3486
+ "hlToken": "QdFsVG_hlToken",
3487
+ "textRefIcon": "QdFsVG_textRefIcon",
3488
+ "chipIcon": "QdFsVG_chipIcon",
3487
3489
  "hlSegment": "QdFsVG_hlSegment",
3490
+ "select": "QdFsVG_select",
3488
3491
  "backdrop": "QdFsVG_backdrop",
3489
- "add": "QdFsVG_add",
3490
- "retry": "QdFsVG_retry",
3491
- "mirror": "QdFsVG_mirror",
3492
- "chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
3493
- "textRef": "QdFsVG_textRef",
3494
- "textRefIcon": "QdFsVG_textRefIcon",
3495
- "cardWorkspaceTrigger": "QdFsVG_cardWorkspaceTrigger",
3496
- "textRefTrigger": "QdFsVG_textRefTrigger",
3497
- "hlToken": "QdFsVG_hlToken",
3492
+ "root": "QdFsVG_root",
3493
+ "chip": "QdFsVG_chip",
3494
+ "card": "QdFsVG_card",
3498
3495
  "chipTrigger": "QdFsVG_chipTrigger",
3499
- "select": "QdFsVG_select",
3500
- "chipInvalid": "QdFsVG_chipInvalid"
3496
+ "row": "QdFsVG_row",
3497
+ "chipTriggerGlyph": "QdFsVG_chipTriggerGlyph",
3498
+ "textRefTriggerGlyph": "QdFsVG_textRefTriggerGlyph",
3499
+ "input-pending": "QdFsVG_input-pending",
3500
+ "hero": "QdFsVG_hero"
3501
3501
  };
3502
3502
  //#endregion
3503
3503
  //#region src/client/skeleton/InputBar.tsx
@@ -4178,11 +4178,11 @@ window.__ModuleLoader__.load({
4178
4178
  }
4179
4179
  var EnterBehaviorRow_module_css_default = {
4180
4180
  "rowText": "ssSNSa_rowText",
4181
- "desc": "ssSNSa_desc",
4182
- "chevron": "ssSNSa_chevron",
4181
+ "title": "ssSNSa_title",
4183
4182
  "selector": "ssSNSa_selector",
4183
+ "chevron": "ssSNSa_chevron",
4184
4184
  "row": "ssSNSa_row",
4185
- "title": "ssSNSa_title"
4185
+ "desc": "ssSNSa_desc"
4186
4186
  };
4187
4187
  //#endregion
4188
4188
  //#region src/client/settings/EnterBehaviorRow.tsx
@@ -4256,34 +4256,34 @@ window.__ModuleLoader__.load({
4256
4256
  }
4257
4257
  var MessageItem_module_css_default = {
4258
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",
4259
+ "compactionRow": "DuLIaW_compactionRow",
4260
+ "turnErrorDot": "DuLIaW_turnErrorDot",
4268
4261
  "retrySummary": "DuLIaW_retrySummary",
4269
- "turnErrorRow": "DuLIaW_turnErrorRow",
4262
+ "refIcon": "DuLIaW_refIcon",
4263
+ "compactionBody": "DuLIaW_compactionBody",
4264
+ "turnErrorMessage": "DuLIaW_turnErrorMessage",
4270
4265
  "retry-shimmer": "DuLIaW_retry-shimmer",
4266
+ "compactionContextIcon": "DuLIaW_compactionContextIcon",
4271
4267
  "turnErrorTitle": "DuLIaW_turnErrorTitle",
4268
+ "bubble": "DuLIaW_bubble",
4272
4269
  "contextRow": "DuLIaW_contextRow",
4273
- "retryDetailLabel": "DuLIaW_retryDetailLabel",
4274
- "referenceSummary": "DuLIaW_referenceSummary",
4275
- "turnErrorDot": "DuLIaW_turnErrorDot",
4270
+ "maxTokensTitle": "DuLIaW_maxTokensTitle",
4271
+ "turnErrorCopy": "DuLIaW_turnErrorCopy",
4276
4272
  "compactionTitle": "DuLIaW_compactionTitle",
4277
- "retryDetails": "DuLIaW_retryDetails",
4278
- "compactionContextIcon": "DuLIaW_compactionContextIcon",
4279
- "turnErrorMessage": "DuLIaW_turnErrorMessage",
4280
- "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4273
+ "referenceSummary": "DuLIaW_referenceSummary",
4274
+ "turnErrorCode": "DuLIaW_turnErrorCode",
4275
+ "compactionLeading": "DuLIaW_compactionLeading",
4276
+ "compactionSep": "DuLIaW_compactionSep",
4281
4277
  "compactionSummary": "DuLIaW_compactionSummary",
4282
- "compactionBody": "DuLIaW_compactionBody",
4283
- "turnErrorCopy": "DuLIaW_turnErrorCopy",
4284
- "refChip": "DuLIaW_refChip",
4278
+ "compactionDisclosureIcon": "DuLIaW_compactionDisclosureIcon",
4279
+ "retryText": "DuLIaW_retryText",
4285
4280
  "userStack": "DuLIaW_userStack",
4286
- "compactionRow": "DuLIaW_compactionRow"
4281
+ "retryRow": "DuLIaW_retryRow",
4282
+ "retryDetails": "DuLIaW_retryDetails",
4283
+ "retryDetailLabel": "DuLIaW_retryDetailLabel",
4284
+ "compactionButton": "DuLIaW_compactionButton",
4285
+ "turnErrorRow": "DuLIaW_turnErrorRow",
4286
+ "refChip": "DuLIaW_refChip"
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
+ "entry": "mBNGpa_entry",
4358
4359
  "entryName": "mBNGpa_entryName",
4360
+ "entryDescription": "mBNGpa_entryDescription",
4361
+ "catalogNotice": "mBNGpa_catalogNotice",
4362
+ "fileAction": "mBNGpa_fileAction",
4359
4363
  "sectionText": "mBNGpa_sectionText",
4360
- "field": "mBNGpa_field",
4364
+ "filePath": "mBNGpa_filePath",
4365
+ "recallCounts": "mBNGpa_recallCounts",
4366
+ "section": "mBNGpa_section",
4361
4367
  "relaySender": "mBNGpa_relaySender",
4362
- "text": "mBNGpa_text",
4363
- "entry": "mBNGpa_entry",
4364
- "entries": "mBNGpa_entries",
4365
- "file": "mBNGpa_file",
4366
4368
  "files": "mBNGpa_files",
4367
- "section": "mBNGpa_section",
4368
- "recallLabel": "mBNGpa_recallLabel",
4369
- "sectionName": "mBNGpa_sectionName",
4370
- "fields": "mBNGpa_fields",
4369
+ "entries": "mBNGpa_entries",
4371
4370
  "fieldKey": "mBNGpa_fieldKey",
4372
- "fieldValue": "mBNGpa_fieldValue",
4373
4371
  "sections": "mBNGpa_sections",
4374
- "recall": "mBNGpa_recall",
4375
- "catalogNotice": "mBNGpa_catalogNotice",
4376
- "recallCounts": "mBNGpa_recallCounts",
4377
- "fileAction": "mBNGpa_fileAction",
4372
+ "fields": "mBNGpa_fields",
4373
+ "sectionName": "mBNGpa_sectionName",
4378
4374
  "recalls": "mBNGpa_recalls",
4379
- "entryDescription": "mBNGpa_entryDescription",
4380
- "filePath": "mBNGpa_filePath"
4375
+ "file": "mBNGpa_file",
4376
+ "field": "mBNGpa_field",
4377
+ "fieldValue": "mBNGpa_fieldValue",
4378
+ "text": "mBNGpa_text",
4379
+ "recallLabel": "mBNGpa_recallLabel",
4380
+ "recall": "mBNGpa_recall"
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
4915
  "root": "BCt95a_root",
4917
- "source": "BCt95a_source",
4918
- "summary": "BCt95a_summary",
4916
+ "sep": "BCt95a_sep",
4919
4917
  "chevron": "BCt95a_chevron",
4920
- "sep": "BCt95a_sep"
4918
+ "summary": "BCt95a_summary",
4919
+ "source": "BCt95a_source",
4920
+ "body": "BCt95a_body"
4921
4921
  };
4922
4922
  //#endregion
4923
4923
  //#region src/client/chat/ContextInjectionRow.tsx
@@ -5015,12 +5015,12 @@ window.__ModuleLoader__.load({
5015
5015
  document.head.appendChild(tag);
5016
5016
  }
5017
5017
  var MessageIconActions_module_css_default = {
5018
+ "visuallyHidden": "vWo8Ba_visuallyHidden",
5018
5019
  "runTimeDot": "vWo8Ba_runTimeDot",
5019
- "timeEnd": "vWo8Ba_timeEnd",
5020
- "actions": "vWo8Ba_actions",
5021
5020
  "timeStart": "vWo8Ba_timeStart",
5021
+ "actions": "vWo8Ba_actions",
5022
5022
  "action": "vWo8Ba_action",
5023
- "visuallyHidden": "vWo8Ba_visuallyHidden"
5023
+ "timeEnd": "vWo8Ba_timeEnd"
5024
5024
  };
5025
5025
  //#endregion
5026
5026
  //#region src/client/chat/MessageIconActions.tsx
@@ -5453,19 +5453,19 @@ 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
5456
  "older": "rzfPEq_older",
5460
5457
  "callRow": "rzfPEq_callRow",
5461
- "openError": "rzfPEq_openError",
5458
+ "turnStatusClock": "rzfPEq_turnStatusClock",
5462
5459
  "toBottomSlot": "rzfPEq_toBottomSlot",
5460
+ "toBottom": "rzfPEq_toBottom",
5461
+ "modalAction": "rzfPEq_modalAction",
5463
5462
  "turnStatus": "rzfPEq_turnStatus",
5463
+ "dsh-turn-status-shimmer": "rzfPEq_dsh-turn-status-shimmer",
5464
5464
  "hint": "rzfPEq_hint",
5465
+ "openError": "rzfPEq_openError",
5466
+ "column": "rzfPEq_column",
5467
+ "flowItem": "rzfPEq_flowItem",
5465
5468
  "root": "rzfPEq_root",
5466
- "toBottom": "rzfPEq_toBottom",
5467
- "modalAction": "rzfPEq_modalAction",
5468
- "turnStatusClock": "rzfPEq_turnStatusClock",
5469
5469
  "scroll": "rzfPEq_scroll"
5470
5470
  };
5471
5471
  //#endregion
@@ -6012,12 +6012,12 @@ window.__ModuleLoader__.load({
6012
6012
  }
6013
6013
  var ApprovalPanel_module_css_default = {
6014
6014
  "root": "HtARWq_root",
6015
- "body": "HtARWq_body",
6016
6015
  "card": "HtARWq_card",
6016
+ "body": "HtARWq_body",
6017
6017
  "command": "HtARWq_command",
6018
- "reject": "HtARWq_reject",
6019
- "headline": "HtARWq_headline",
6020
6018
  "actionRow": "HtARWq_actionRow",
6019
+ "headline": "HtARWq_headline",
6020
+ "reject": "HtARWq_reject",
6021
6021
  "strip": "HtARWq_strip",
6022
6022
  "dot": "HtARWq_dot"
6023
6023
  };
@@ -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",
6477
+ "lead": "_S9Ibq_lead",
6481
6478
  "glyphPending": "_S9Ibq_glyphPending",
6482
- "title": "_S9Ibq_title",
6483
- "glyph": "_S9Ibq_glyph",
6484
6479
  "chevron": "_S9Ibq_chevron",
6485
- "progress": "_S9Ibq_progress",
6486
- "glyphProgress": "_S9Ibq_glyphProgress",
6487
6480
  "header": "_S9Ibq_header",
6488
- "item": "_S9Ibq_item",
6489
- "root": "_S9Ibq_root",
6490
6481
  "list": "_S9Ibq_list",
6491
- "lead": "_S9Ibq_lead"
6482
+ "glyphProgress": "_S9Ibq_glyphProgress",
6483
+ "progress": "_S9Ibq_progress",
6484
+ "title": "_S9Ibq_title",
6485
+ "body": "_S9Ibq_body",
6486
+ "root": "_S9Ibq_root",
6487
+ "content": "_S9Ibq_content",
6488
+ "todo-progress-spin": "_S9Ibq_todo-progress-spin",
6489
+ "glyph": "_S9Ibq_glyph",
6490
+ "glyphCompleted": "_S9Ibq_glyphCompleted",
6491
+ "item": "_S9Ibq_item"
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",
6685
+ "editor": "u7UfBG_editor",
6686
+ "actions": "u7UfBG_actions",
6687
+ "action": "u7UfBG_action",
6686
6688
  "count": "u7UfBG_count",
6687
- "list": "u7UfBG_list",
6688
- "dock": "u7UfBG_dock",
6689
6689
  "preview": "u7UfBG_preview",
6690
+ "list": "u7UfBG_list",
6691
+ "header": "u7UfBG_header",
6690
6692
  "row": "u7UfBG_row",
6691
- "action": "u7UfBG_action",
6693
+ "dock": "u7UfBG_dock",
6694
+ "panel": "u7UfBG_panel",
6692
6695
  "chevron": "u7UfBG_chevron",
6693
- "lead": "u7UfBG_lead",
6694
- "header": "u7UfBG_header",
6695
- "editor": "u7UfBG_editor",
6696
- "actions": "u7UfBG_actions"
6696
+ "lead": "u7UfBG_lead"
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
6954
  "fishHitbox": "W1fuRW_fishHitbox",
6956
- "workspace": "W1fuRW_workspace",
6957
- "folder": "W1fuRW_folder",
6955
+ "workspaceRow": "W1fuRW_workspaceRow",
6956
+ "root": "W1fuRW_root",
6958
6957
  "modalAction": "W1fuRW_modalAction",
6959
- "chevron": "W1fuRW_chevron",
6960
6958
  "headlineText": "W1fuRW_headlineText",
6961
- "fish": "W1fuRW_fish",
6962
6959
  "workspaceLabel": "W1fuRW_workspaceLabel",
6963
6960
  "modalError": "W1fuRW_modalError",
6964
- "previewBadge": "W1fuRW_previewBadge",
6965
- "modalInput": "W1fuRW_modalInput",
6966
6961
  "hero-fish-swim": "W1fuRW_hero-fish-swim",
6967
- "root": "W1fuRW_root",
6962
+ "previewBadge": "W1fuRW_previewBadge",
6963
+ "folder": "W1fuRW_folder",
6964
+ "chevron": "W1fuRW_chevron",
6968
6965
  "headline": "W1fuRW_headline",
6966
+ "stack": "W1fuRW_stack",
6967
+ "modalInput": "W1fuRW_modalInput",
6969
6968
  "body": "W1fuRW_body",
6970
- "workspaceRow": "W1fuRW_workspaceRow"
6969
+ "workspace": "W1fuRW_workspace",
6970
+ "fish": "W1fuRW_fish"
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",
7125
- "header": "MBmynq_header",
7116
+ "root": "MBmynq_root",
7117
+ "tabActive": "MBmynq_tabActive",
7126
7118
  "viewArea": "MBmynq_viewArea",
7127
- "titleCluster": "MBmynq_titleCluster",
7128
- "tabs": "MBmynq_tabs",
7129
7119
  "heroGlow": "MBmynq_heroGlow",
7130
- "headerUtilities": "MBmynq_headerUtilities",
7131
- "composerStack": "MBmynq_composerStack",
7132
- "crumbSep": "MBmynq_crumbSep",
7133
- "crumbs": "MBmynq_crumbs",
7134
- "crumbSeg": "MBmynq_crumbSeg",
7135
- "crumb": "MBmynq_crumb",
7136
- "crumbCurrent": "MBmynq_crumbCurrent",
7120
+ "header": "MBmynq_header",
7137
7121
  "headerHidden": "MBmynq_headerHidden",
7138
- "tab": "MBmynq_tab",
7122
+ "crumbs": "MBmynq_crumbs",
7123
+ "crumbSubagent": "MBmynq_crumbSubagent",
7124
+ "crumbSep": "MBmynq_crumbSep",
7125
+ "tabs": "MBmynq_tabs",
7139
7126
  "composerHero": "MBmynq_composerHero",
7140
- "headerActions": "MBmynq_headerActions",
7141
- "titleRow": "MBmynq_titleRow",
7142
- "tabActive": "MBmynq_tabActive",
7143
- "composerSeat": "MBmynq_composerSeat",
7127
+ "tab": "MBmynq_tab",
7128
+ "headerUtilities": "MBmynq_headerUtilities",
7129
+ "scrollBody": "MBmynq_scrollBody",
7144
7130
  "heroWorkspaceRow": "MBmynq_heroWorkspaceRow",
7145
- "root": "MBmynq_root"
7131
+ "composerSeat": "MBmynq_composerSeat",
7132
+ "titleCluster": "MBmynq_titleCluster",
7133
+ "crumb": "MBmynq_crumb",
7134
+ "titleRow": "MBmynq_titleRow",
7135
+ "composerStack": "MBmynq_composerStack",
7136
+ "headerActions": "MBmynq_headerActions",
7137
+ "crumbSeg": "MBmynq_crumbSeg",
7138
+ "crumbCurrent": "MBmynq_crumbCurrent"
7146
7139
  };
7147
7140
  //#endregion
7148
7141
  //#region src/client/skeleton/ConversationRoot.tsx
@@ -7436,13 +7429,13 @@ window.__ModuleLoader__.load({
7436
7429
  var DetailsPanel_module_css_default = {
7437
7430
  "root": "H9rWiW_root",
7438
7431
  "title": "H9rWiW_title",
7439
- "section": "H9rWiW_section",
7440
7432
  "body": "H9rWiW_body",
7441
7433
  "close": "H9rWiW_close",
7442
- "empty": "H9rWiW_empty",
7443
7434
  "header": "H9rWiW_header",
7444
- "code": "H9rWiW_code",
7445
- "sectionLabel": "H9rWiW_sectionLabel"
7435
+ "empty": "H9rWiW_empty",
7436
+ "sectionLabel": "H9rWiW_sectionLabel",
7437
+ "section": "H9rWiW_section",
7438
+ "code": "H9rWiW_code"
7446
7439
  };
7447
7440
  //#endregion
7448
7441
  //#region src/client/skeleton/DetailsPanel.tsx
@@ -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
- "thinkBody": "dc9yZG_thinkBody",
9361
- "root": "dc9yZG_root",
9362
- "title": "dc9yZG_title",
9363
9351
  "summary": "dc9yZG_summary",
9352
+ "root": "dc9yZG_root",
9364
9353
  "chevron": "dc9yZG_chevron",
9354
+ "thinkBody": "dc9yZG_thinkBody",
9355
+ "leading": "dc9yZG_leading",
9356
+ "separator": "dc9yZG_separator",
9357
+ "row": "dc9yZG_row",
9365
9358
  "dsh-reasoning-row-sweep": "dc9yZG_dsh-reasoning-row-sweep",
9366
- "separator": "dc9yZG_separator"
9359
+ "title": "dc9yZG_title"
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",
9452
9444
  "body": "wAd5ea_body",
9453
9445
  "root": "wAd5ea_root",
9454
- "actions": "wAd5ea_actions"
9446
+ "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 = {
9557
+ "root": "Ga_JSG_root",
9558
+ "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9564
9559
  "leading": "Ga_JSG_leading",
9565
- "body": "Ga_JSG_body",
9566
- "summary": "Ga_JSG_summary",
9567
9560
  "row": "Ga_JSG_row",
9568
9561
  "separator": "Ga_JSG_separator",
9569
- "root": "Ga_JSG_root",
9570
- "dsh-command-row-sweep": "Ga_JSG_dsh-command-row-sweep",
9571
- "title": "Ga_JSG_title",
9572
- "chevron": "Ga_JSG_chevron"
9562
+ "body": "Ga_JSG_body",
9563
+ "chevron": "Ga_JSG_chevron",
9564
+ "summary": "Ga_JSG_summary",
9565
+ "title": "Ga_JSG_title"
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
+ "label": "LKrWRG_label",
170
171
  "row": "LKrWRG_row",
171
172
  "measure": "LKrWRG_measure",
172
- "showFolder": "LKrWRG_showFolder",
173
- "more": "LKrWRG_more",
174
- "label": "LKrWRG_label",
175
- "root": "LKrWRG_root",
173
+ "file": "LKrWRG_file",
176
174
  "probe": "LKrWRG_probe",
177
- "file": "LKrWRG_file"
175
+ "more": "LKrWRG_more",
176
+ "showFolder": "LKrWRG_showFolder",
177
+ "root": "LKrWRG_root"
178
178
  };
179
179
  //#endregion
180
180
  //#region src/client/ProducedFiles.tsx