@xrkseek/harness-cli 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. package/README.md +41 -22
  2. package/dist/commands/plugin.d.ts.map +1 -1
  3. package/dist/commands/plugin.js +23 -16
  4. package/dist/commands/plugin.js.map +1 -1
  5. package/dist/commands/serve.d.ts.map +1 -1
  6. package/dist/commands/serve.js +34 -3
  7. package/dist/commands/serve.js.map +1 -1
  8. package/dist/log.d.ts +6 -1
  9. package/dist/log.d.ts.map +1 -1
  10. package/dist/log.js +20 -6
  11. package/dist/log.js.map +1 -1
  12. package/dist/parse-args.js +8 -8
  13. package/dist/plugin/index.d.ts +3 -0
  14. package/dist/plugin/index.d.ts.map +1 -1
  15. package/dist/plugin/index.js +15 -5
  16. package/dist/plugin/index.js.map +1 -1
  17. package/dist/plugin/install-client.d.ts +2 -0
  18. package/dist/plugin/install-client.d.ts.map +1 -1
  19. package/dist/plugin/install-client.js +24 -9
  20. package/dist/plugin/install-client.js.map +1 -1
  21. package/dist/plugin/remap-inject.d.ts.map +1 -1
  22. package/dist/plugin/remap-inject.js +1 -0
  23. package/dist/plugin/remap-inject.js.map +1 -1
  24. package/dist/plugin/staging-reconcile.d.ts +8 -0
  25. package/dist/plugin/staging-reconcile.d.ts.map +1 -0
  26. package/dist/plugin/staging-reconcile.js +67 -0
  27. package/dist/plugin/staging-reconcile.js.map +1 -0
  28. package/dist/product-paths.d.ts.map +1 -1
  29. package/dist/product-paths.js +8 -0
  30. package/dist/product-paths.js.map +1 -1
  31. package/node_modules/@xrkseek/preset-server/dist/tsconfig.tsbuildinfo +1 -1
  32. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts +15 -22
  33. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.d.ts.map +1 -1
  34. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js +19 -16
  35. package/node_modules/@xrkseek/server-face/dist/handlers/cost-meter.js.map +1 -1
  36. package/node_modules/@xrkseek/server-face/dist/index.d.ts +2 -1
  37. package/node_modules/@xrkseek/server-face/dist/index.d.ts.map +1 -1
  38. package/node_modules/@xrkseek/server-face/dist/index.js +2 -1
  39. package/node_modules/@xrkseek/server-face/dist/index.js.map +1 -1
  40. package/node_modules/@xrkseek/server-host/dist/index.d.ts.map +1 -1
  41. package/node_modules/@xrkseek/server-host/dist/index.js +12 -4
  42. package/node_modules/@xrkseek/server-host/dist/index.js.map +1 -1
  43. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts +10 -0
  44. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.d.ts.map +1 -0
  45. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js +131 -0
  46. package/node_modules/@xrkseek/server-host/dist/sidebar-face-bridge.js.map +1 -0
  47. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.d.ts.map +1 -1
  48. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js +29 -1
  49. package/node_modules/@xrkseek/server-host/dist/wallet-bridge.js.map +1 -1
  50. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.d.ts.map +1 -1
  51. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js +3 -1
  52. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-providers.js.map +1 -1
  53. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts +4 -1
  54. package/node_modules/@xrkseek/server-http/dist/dsh-compat/adapter-types.d.ts.map +1 -1
  55. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js +1 -1
  56. package/node_modules/@xrkseek/server-http/dist/dsh-compat/auto-review-http.js.map +1 -1
  57. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts +41 -0
  58. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.d.ts.map +1 -0
  59. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js +422 -0
  60. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-discovery.js.map +1 -0
  61. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts +21 -0
  62. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.d.ts.map +1 -0
  63. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js +34 -0
  64. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import-registry.js.map +1 -0
  65. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts +1 -1
  66. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.d.ts.map +1 -1
  67. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js +277 -23
  68. package/node_modules/@xrkseek/server-http/dist/dsh-compat/chat-import.js.map +1 -1
  69. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.d.ts +1 -1
  70. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js +1 -1
  71. package/node_modules/@xrkseek/server-http/dist/dsh-compat/community-root-http.js.map +1 -1
  72. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts +1 -1
  73. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.d.ts.map +1 -1
  74. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js +2 -2
  75. package/node_modules/@xrkseek/server-http/dist/dsh-compat/cordis-registry.js.map +1 -1
  76. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js +1 -1
  77. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-community-infer.js.map +1 -1
  78. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts +4 -4
  79. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.d.ts.map +1 -1
  80. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js +26 -26
  81. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-compat-matrix.js.map +1 -1
  82. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js +1 -1
  83. package/node_modules/@xrkseek/server-http/dist/dsh-compat/dsh-envelope.js.map +1 -1
  84. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.d.ts +2 -2
  85. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js +1 -1
  86. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-dsh-http.js.map +1 -1
  87. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js +3 -3
  88. package/node_modules/@xrkseek/server-http/dist/dsh-compat/generic-plugin-http.js.map +1 -1
  89. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js +1 -1
  90. package/node_modules/@xrkseek/server-http/dist/dsh-compat/genui.js.map +1 -1
  91. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js +3 -3
  92. package/node_modules/@xrkseek/server-http/dist/dsh-compat/honest-http-catchall.js.map +1 -1
  93. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts +2 -0
  94. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.d.ts.map +1 -1
  95. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js +53 -1
  96. package/node_modules/@xrkseek/server-http/dist/dsh-compat/im-messaging-bridge.js.map +1 -1
  97. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts +21 -18
  98. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.d.ts.map +1 -1
  99. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js +28 -15
  100. package/node_modules/@xrkseek/server-http/dist/dsh-compat/index.js.map +1 -1
  101. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js +1 -1
  102. package/node_modules/@xrkseek/server-http/dist/dsh-compat/market.js.map +1 -1
  103. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts +1 -0
  104. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.d.ts.map +1 -1
  105. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js +77 -24
  106. package/node_modules/@xrkseek/server-http/dist/dsh-compat/memento.js.map +1 -1
  107. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts +24 -0
  108. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.d.ts.map +1 -1
  109. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js +39 -10
  110. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mnemon.js.map +1 -1
  111. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts +71 -0
  112. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.d.ts.map +1 -0
  113. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js +349 -0
  114. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-auth.js.map +1 -0
  115. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts +53 -0
  116. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.d.ts.map +1 -0
  117. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js +233 -0
  118. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-cpolar-component.js.map +1 -0
  119. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts +4 -0
  120. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.d.ts.map +1 -0
  121. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js +86 -0
  122. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-funnel-sidecar.js.map +1 -0
  123. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts +15 -0
  124. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.d.ts.map +1 -0
  125. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js +41 -0
  126. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-gate.js.map +1 -0
  127. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts +22 -0
  128. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.d.ts.map +1 -0
  129. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js +183 -0
  130. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-local-gateway.js.map +1 -0
  131. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts +68 -0
  132. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.d.ts.map +1 -0
  133. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js +511 -0
  134. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-controllers.js.map +1 -0
  135. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts +34 -0
  136. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.d.ts.map +1 -0
  137. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js +179 -0
  138. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote-runtime.js.map +1 -0
  139. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts +19 -0
  140. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.d.ts.map +1 -0
  141. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js +102 -0
  142. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access-remote.js.map +1 -0
  143. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts +31 -4
  144. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.d.ts.map +1 -1
  145. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js +698 -33
  146. package/node_modules/@xrkseek/server-http/dist/dsh-compat/mobile-access.js.map +1 -1
  147. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js +1 -1
  148. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modlens.js.map +1 -1
  149. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.d.ts.map +1 -1
  150. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js +4 -1
  151. package/node_modules/@xrkseek/server-http/dist/dsh-compat/modsearch.js.map +1 -1
  152. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js +1 -1
  153. package/node_modules/@xrkseek/server-http/dist/dsh-compat/noema.js.map +1 -1
  154. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts +3 -0
  155. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.d.ts.map +1 -0
  156. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js +18 -0
  157. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket-qrcode.js.map +1 -0
  158. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts +6 -3
  159. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.d.ts.map +1 -1
  160. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js +204 -54
  161. package/node_modules/@xrkseek/server-http/dist/dsh-compat/pocket.js.map +1 -1
  162. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js +1 -1
  163. package/node_modules/@xrkseek/server-http/dist/dsh-compat/releases.js.map +1 -1
  164. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts +3 -0
  165. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.d.ts.map +1 -1
  166. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js +185 -21
  167. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-adapter.js.map +1 -1
  168. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts +3 -0
  169. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.d.ts.map +1 -0
  170. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js +82 -0
  171. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-browser.js.map +1 -0
  172. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts +43 -0
  173. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.d.ts.map +1 -0
  174. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js +2 -0
  175. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-face-bridge.js.map +1 -0
  176. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts +47 -13
  177. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.d.ts.map +1 -1
  178. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js +146 -27
  179. package/node_modules/@xrkseek/server-http/dist/dsh-compat/sidebar-git.js.map +1 -1
  180. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js +1 -1
  181. package/node_modules/@xrkseek/server-http/dist/dsh-compat/skin-market.js.map +1 -1
  182. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.d.ts.map +1 -1
  183. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js +22 -4
  184. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tokenledger.js.map +1 -1
  185. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.d.ts.map +1 -1
  186. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js +21 -2
  187. package/node_modules/@xrkseek/server-http/dist/dsh-compat/tongflow.js.map +1 -1
  188. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js +1 -1
  189. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind-workspace.js.map +1 -1
  190. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts +2 -0
  191. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.d.ts.map +1 -1
  192. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js +42 -3
  193. package/node_modules/@xrkseek/server-http/dist/dsh-compat/turn-rewind.js.map +1 -1
  194. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts +25 -7
  195. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.d.ts.map +1 -1
  196. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/contracts/wallet-port.js +2 -2
  197. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.d.ts +2 -2
  198. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/doc-store.js +2 -2
  199. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts +12 -0
  200. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.d.ts.map +1 -0
  201. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js +40 -0
  202. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-json.js.map +1 -0
  203. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.d.ts +1 -1
  204. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js +1 -1
  205. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/http-kit.js.map +1 -1
  206. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts +7 -12
  207. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.d.ts.map +1 -1
  208. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js +5 -8
  209. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/index.js.map +1 -1
  210. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts +5 -0
  211. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.d.ts.map +1 -0
  212. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js +31 -0
  213. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/json-store.js.map +1 -0
  214. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts +37 -0
  215. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.d.ts.map +1 -0
  216. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js +96 -0
  217. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/mobile-gate-kit.js.map +1 -0
  218. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts +6 -0
  219. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.d.ts.map +1 -0
  220. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js +2 -0
  221. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/public-handler.js.map +1 -0
  222. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.d.ts.map +1 -1
  223. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js +66 -4
  224. package/node_modules/@xrkseek/server-http/dist/dsh-compat/underlying/wallet-service.js.map +1 -1
  225. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js +2 -2
  226. package/node_modules/@xrkseek/server-http/dist/dsh-compat/undo.js.map +1 -1
  227. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js +1 -1
  228. package/node_modules/@xrkseek/server-http/dist/dsh-compat/usage-stats.js.map +1 -1
  229. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js +1 -1
  230. package/node_modules/@xrkseek/server-http/dist/dsh-compat/vision.js.map +1 -1
  231. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts +2 -2
  232. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.d.ts.map +1 -1
  233. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js +2 -2
  234. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallet.js.map +1 -1
  235. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js +2 -2
  236. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wallpaper.js.map +1 -1
  237. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/settings-provider.d.ts +1 -1
  238. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js +1 -1
  239. package/node_modules/@xrkseek/server-http/dist/dsh-compat/wire/stub-handlers.js.map +1 -1
  240. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js +3 -3
  241. package/node_modules/@xrkseek/server-http/dist/dsh-compat/xrk-json-store.js.map +1 -1
  242. package/node_modules/@xrkseek/server-http/dist/index.d.ts +1 -1
  243. package/node_modules/@xrkseek/server-http/dist/index.d.ts.map +1 -1
  244. package/node_modules/@xrkseek/server-http/dist/index.js +1 -1
  245. package/node_modules/@xrkseek/server-http/dist/index.js.map +1 -1
  246. package/node_modules/@xrkseek/server-http/package.json +7 -1
  247. package/node_modules/qrcode-generator/README.md +101 -0
  248. package/node_modules/qrcode-generator/package.json +30 -0
  249. package/node_modules/qrcode-generator/qrcode.d.ts +57 -0
  250. package/node_modules/qrcode-generator/qrcode.js +2297 -0
  251. package/node_modules/qrcode-generator/qrcode_SJIS.js +30 -0
  252. package/node_modules/qrcode-generator/qrcode_UTF8.js +26 -0
  253. package/node_modules/qrcode-generator/sample.html +49 -0
  254. package/node_modules/qrcode-generator/sample.js +49 -0
  255. package/node_modules/qrcode-generator/test/qrcode.js +118 -0
  256. package/package.json +4 -2
  257. package/product-web/assets/index-BNGm-t1O.js +112 -0
  258. package/product-web/assets/index-BNGm-t1O.js.map +1 -0
  259. package/product-web/boot.json +1 -1
  260. package/product-web/index.html +1 -1
  261. package/product-web/plugins/@xrkseek/client-locale/client.js +3 -3
  262. package/product-web/plugins/@xrkseek/client-modules/client.js +7 -6
  263. package/product-web/plugins/@xrkseek/client-runtime/client.js +7 -0
  264. package/product-web/plugins/@xrkseek/client-ui-agent-preset/client.js +31 -31
  265. package/product-web/plugins/@xrkseek/client-ui-attachment/client.js +12 -12
  266. package/product-web/plugins/@xrkseek/client-ui-commands/client.js +8 -8
  267. package/product-web/plugins/@xrkseek/client-ui-conversation/client.js +186 -190
  268. package/product-web/plugins/@xrkseek/client-ui-deliverables/client.js +6 -6
  269. package/product-web/plugins/@xrkseek/client-ui-directory-picker-browse/client.js +27 -27
  270. package/product-web/plugins/@xrkseek/client-ui-goal/client.js +8 -8
  271. package/product-web/plugins/@xrkseek/client-ui-input-trigger/client.js +6 -6
  272. package/product-web/plugins/@xrkseek/client-ui-jobs/client.js +8 -8
  273. package/product-web/plugins/@xrkseek/client-ui-layout/client.js +4 -4
  274. package/product-web/plugins/@xrkseek/client-ui-message-feedback/client.js +3 -3
  275. package/product-web/plugins/@xrkseek/client-ui-model-selection/client.js +17 -17
  276. package/product-web/plugins/@xrkseek/client-ui-permission-presets/client.js +4 -4
  277. package/product-web/plugins/@xrkseek/client-ui-plan/client.js +3 -3
  278. package/product-web/plugins/@xrkseek/client-ui-settings-general/client.js +28 -20
  279. package/product-web/plugins/@xrkseek/client-ui-settings-models/client.js +53 -53
  280. package/product-web/plugins/@xrkseek/client-ui-settings-plugin-inventory/client.js +11 -11
  281. package/product-web/plugins/@xrkseek/client-ui-settings-plugins/client.js +37 -37
  282. package/product-web/plugins/@xrkseek/client-ui-sidebar/client.js +13 -13
  283. package/product-web/plugins/@xrkseek/client-ui-skill/client.js +12 -12
  284. package/product-web/plugins/@xrkseek/client-ui-subagent/client.js +21 -21
  285. package/product-web/plugins/@xrkseek/client-ui-theme/client.js +3 -3
  286. package/product-web/plugins/@xrkseek/client-ui-tool/client.js +40 -40
  287. package/product-web/plugins/@xrkseek/client-ui-trajectory/client.js +141 -141
  288. package/product-web/plugins/@xrkseek/client-ui-user-questions/client.js +29 -29
  289. package/product-web/plugins/@xrkseek/client-ui-workflow-run/client.js +18 -18
  290. package/product-web/plugins/@xrkseek/client-ui-workspace/client.js +54 -54
  291. package/product-web/assets/index-CHKZdZNt.js +0 -112
  292. package/product-web/assets/index-CHKZdZNt.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "rev": "xrk-web-1787502421192",
2
+ "rev": "xrk-web-1787558965027",
3
3
  "entries": [
4
4
  {
5
5
  "id": "@xrkseek/client-connection",
@@ -7,7 +7,7 @@
7
7
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
8
8
  <link rel="icon" type="image/png" href="/favicon.png" />
9
9
  <title>XRK Harness</title>
10
- <script type="module" crossorigin src="/assets/index-CHKZdZNt.js"></script>
10
+ <script type="module" crossorigin src="/assets/index-BNGm-t1O.js"></script>
11
11
  <link rel="modulepreload" crossorigin href="/assets/vendor-CeMKrCZm.js">
12
12
  <link rel="stylesheet" crossorigin href="/assets/vendor-CjyC-hUb.css">
13
13
  <link rel="stylesheet" crossorigin href="/assets/index-C0u-TtQQ.css">
@@ -884,11 +884,11 @@ window.__ModuleLoader__.load({
884
884
  document.head.appendChild(tag);
885
885
  }
886
886
  var LanguageRow_module_css_default = {
887
- "title": "jLfXEq_title",
888
- "rowText": "jLfXEq_rowText",
889
887
  "row": "jLfXEq_row",
888
+ "rowText": "jLfXEq_rowText",
890
889
  "selector": "jLfXEq_selector",
891
- "chevron": "jLfXEq_chevron"
890
+ "chevron": "jLfXEq_chevron",
891
+ "title": "jLfXEq_title"
892
892
  };
893
893
  //#endregion
894
894
  //#region src/client/LanguageRow.tsx
@@ -21,6 +21,7 @@ window.__ModuleLoader__.load({
21
21
  "@deepseek-ai/dsh-client-ui-reference": "@xrkseek/client-ui-reference",
22
22
  "@deepseek-ai/dsh-client-web-react": "@xrkseek/client-web-react",
23
23
  "@deepseek-ai/dsh-client-schema-form": "@xrkseek/client-schema-form",
24
+ "@deepseek-ai/dsh-client-modules": "@xrkseek/client-modules",
24
25
  "@deepseek-ai/dsh-api-remotes": "@xrkseek/xrk-api-remotes",
25
26
  "@deepseek-ai/dsh-api-gateway": "@xrkseek/xrk-api-gateway"
26
27
  };
@@ -194,12 +195,12 @@ window.__ModuleLoader__.load({
194
195
  return stripClientSuffix(mapped ?? spec);
195
196
  }
196
197
  async import(specifier) {
197
- if (this.seed.has(specifier)) return this.seed.get(specifier);
198
- const bare = stripClientSuffix(specifier);
199
- if (bare !== specifier) {
200
- if (this.seed.has(bare)) return this.seed.get(bare);
201
- const cachedBare = this.loadCache.get(bare);
202
- if (cachedBare !== void 0) return cachedBare.exports;
198
+ const direct = this.lookupRequire(specifier);
199
+ if (direct !== void 0) return direct;
200
+ const mapped = remapDshClientRequire(specifier);
201
+ if (mapped !== void 0 && mapped !== specifier) {
202
+ const viaAlias = this.lookupRequire(mapped);
203
+ if (viaAlias !== void 0) return viaAlias;
203
204
  }
204
205
  const existing = this.loadCache.get(specifier);
205
206
  if (existing !== void 0) return existing.exports;
@@ -215,6 +215,13 @@ window.__ModuleLoader__.load({
215
215
  return this._core.onEntryError(fn);
216
216
  }
217
217
  /**
218
+ * Report an entry boundary crash (same channel the React slot renderer uses).
219
+ * Tests and host supervision may call this directly.
220
+ */
221
+ reportEntryError(key, entry, error, info) {
222
+ this._core.reportEntryError(key, entry, error, info);
223
+ }
224
+ /**
218
225
  * Look up a declared spec (register-declared or the built-in 'root').
219
226
  * @param key - SlotMap key.
220
227
  * @returns spec or undefined.
@@ -251,10 +251,10 @@ window.__ModuleLoader__.load({
251
251
  }
252
252
  var AgentPresetRow_module_css_default = {
253
253
  "row": "LQ3tzG_row",
254
+ "desc": "LQ3tzG_desc",
254
255
  "selector": "LQ3tzG_selector",
255
256
  "title": "LQ3tzG_title",
256
257
  "chevron": "LQ3tzG_chevron",
257
- "desc": "LQ3tzG_desc",
258
258
  "rowText": "LQ3tzG_rowText"
259
259
  };
260
260
  //#endregion
@@ -325,17 +325,17 @@ window.__ModuleLoader__.load({
325
325
  document.head.appendChild(tag);
326
326
  }
327
327
  var AgentPresetSeat_module_css_default = {
328
- "seatIcon": "MwdynW_seatIcon",
329
- "introChar": "MwdynW_introChar",
330
- "introIcon": "MwdynW_introIcon",
331
- "introText": "MwdynW_introText",
332
328
  "seat": "MwdynW_seat",
333
329
  "chevron": "MwdynW_chevron",
334
330
  "item": "MwdynW_item",
331
+ "itemName": "MwdynW_itemName",
335
332
  "itemDesc": "MwdynW_itemDesc",
333
+ "introText": "MwdynW_introText",
334
+ "introChar": "MwdynW_introChar",
336
335
  "seat-char-in": "MwdynW_seat-char-in",
337
- "seat-icon-in": "MwdynW_seat-icon-in",
338
- "itemName": "MwdynW_itemName"
336
+ "introIcon": "MwdynW_introIcon",
337
+ "seatIcon": "MwdynW_seatIcon",
338
+ "seat-icon-in": "MwdynW_seat-icon-in"
339
339
  };
340
340
  //#endregion
341
341
  //#region src/client/AgentPresetSeat.tsx
@@ -943,40 +943,40 @@ window.__ModuleLoader__.load({
943
943
  document.head.appendChild(tag);
944
944
  }
945
945
  var AgentPresetSection_module_css_default = {
946
- "intro": "OFEzwG_intro",
947
946
  "deleteConfirm": "OFEzwG_deleteConfirm",
948
- "dialog": "OFEzwG_dialog",
949
- "cards": "OFEzwG_cards",
947
+ "error": "OFEzwG_error",
948
+ "section": "OFEzwG_section",
949
+ "title": "OFEzwG_title",
950
+ "cardHead": "OFEzwG_cardHead",
951
+ "groupHead": "OFEzwG_groupHead",
952
+ "inUse": "OFEzwG_inUse",
953
+ "brokenBadge": "OFEzwG_brokenBadge",
954
+ "secondaryButton": "OFEzwG_secondaryButton",
950
955
  "revealedPath": "OFEzwG_revealedPath",
951
956
  "input": "OFEzwG_input",
952
- "cardActive": "OFEzwG_cardActive",
953
- "brokenBadge": "OFEzwG_brokenBadge",
954
- "inUse": "OFEzwG_inUse",
955
957
  "cardDesc": "OFEzwG_cardDesc",
956
- "secondaryButton": "OFEzwG_secondaryButton",
958
+ "group": "OFEzwG_group",
959
+ "revealedPathLabel": "OFEzwG_revealedPathLabel",
957
960
  "fieldLabel": "OFEzwG_fieldLabel",
958
- "iconDanger": "OFEzwG_iconDanger",
959
- "cardBrokenReason": "OFEzwG_cardBrokenReason",
960
- "cardHead": "OFEzwG_cardHead",
961
- "cardFoot": "OFEzwG_cardFoot",
962
- "iconButton": "OFEzwG_iconButton",
963
961
  "deleteDialog": "OFEzwG_deleteDialog",
964
- "cardMain": "OFEzwG_cardMain",
965
- "cardBroken": "OFEzwG_cardBroken",
966
- "revealedPathLabel": "OFEzwG_revealedPathLabel",
967
- "viewerCode": "OFEzwG_viewerCode",
962
+ "dialog": "OFEzwG_dialog",
968
963
  "card": "OFEzwG_card",
969
- "section": "OFEzwG_section",
964
+ "cardName": "OFEzwG_cardName",
970
965
  "dialogFields": "OFEzwG_dialogFields",
971
- "error": "OFEzwG_error",
972
- "group": "OFEzwG_group",
973
- "badge": "OFEzwG_badge",
974
- "cardId": "OFEzwG_cardId",
966
+ "cards": "OFEzwG_cards",
975
967
  "creatorButton": "OFEzwG_creatorButton",
968
+ "intro": "OFEzwG_intro",
969
+ "cardId": "OFEzwG_cardId",
970
+ "iconDanger": "OFEzwG_iconDanger",
976
971
  "field": "OFEzwG_field",
977
- "groupHead": "OFEzwG_groupHead",
978
- "cardName": "OFEzwG_cardName",
979
- "title": "OFEzwG_title"
972
+ "cardBroken": "OFEzwG_cardBroken",
973
+ "cardActive": "OFEzwG_cardActive",
974
+ "cardMain": "OFEzwG_cardMain",
975
+ "cardFoot": "OFEzwG_cardFoot",
976
+ "iconButton": "OFEzwG_iconButton",
977
+ "viewerCode": "OFEzwG_viewerCode",
978
+ "cardBrokenReason": "OFEzwG_cardBrokenReason",
979
+ "badge": "OFEzwG_badge"
980
980
  };
981
981
  //#endregion
982
982
  //#region src/client/AgentPresetSection.tsx
@@ -34,14 +34,14 @@ window.__ModuleLoader__.load({
34
34
  document.head.appendChild(tag);
35
35
  }
36
36
  var AttachmentRail_module_css_default = {
37
- "remove": "_0JZGoW_remove",
38
- "item": "_0JZGoW_item",
37
+ "thumbnail": "_0JZGoW_thumbnail",
38
+ "rail": "_0JZGoW_rail",
39
39
  "arrow": "_0JZGoW_arrow",
40
40
  "arrowLeft": "_0JZGoW_arrowLeft",
41
+ "arrowRight": "_0JZGoW_arrowRight",
41
42
  "root": "_0JZGoW_root",
42
- "thumbnail": "_0JZGoW_thumbnail",
43
- "rail": "_0JZGoW_rail",
44
- "arrowRight": "_0JZGoW_arrowRight"
43
+ "item": "_0JZGoW_item",
44
+ "remove": "_0JZGoW_remove"
45
45
  };
46
46
  //#endregion
47
47
  //#region src/AttachmentRail.tsx
@@ -203,12 +203,12 @@ window.__ModuleLoader__.load({
203
203
  document.head.appendChild(tag);
204
204
  }
205
205
  var DropOverlay_module_css_default = {
206
- "desc": "LWqSoW_desc",
207
206
  "wrap": "LWqSoW_wrap",
208
207
  "title": "LWqSoW_title",
209
- "illustration": "LWqSoW_illustration",
208
+ "mask": "LWqSoW_mask",
209
+ "desc": "LWqSoW_desc",
210
210
  "fade-in": "LWqSoW_fade-in",
211
- "mask": "LWqSoW_mask"
211
+ "illustration": "LWqSoW_illustration"
212
212
  };
213
213
  //#endregion
214
214
  //#region src/DropOverlay.tsx
@@ -390,9 +390,9 @@ window.__ModuleLoader__.load({
390
390
  }
391
391
  var ImageLightbox_module_css_default = {
392
392
  "mask": "_2vpbCW_mask",
393
+ "close": "_2vpbCW_close",
393
394
  "backdrop": "_2vpbCW_backdrop",
394
- "image": "_2vpbCW_image",
395
- "close": "_2vpbCW_close"
395
+ "image": "_2vpbCW_image"
396
396
  };
397
397
  //#endregion
398
398
  //#region src/ImageLightbox.tsx
@@ -625,10 +625,10 @@ window.__ModuleLoader__.load({
625
625
  document.head.appendChild(tag);
626
626
  }
627
627
  var MessageImage_module_css_default = {
628
+ "gallery": "X-mjFa_gallery",
628
629
  "frame": "X-mjFa_frame",
629
- "error": "X-mjFa_error",
630
630
  "loading": "X-mjFa_loading",
631
- "gallery": "X-mjFa_gallery"
631
+ "error": "X-mjFa_error"
632
632
  };
633
633
  //#endregion
634
634
  //#region src/MessageImage.tsx
@@ -855,18 +855,18 @@ window.__ModuleLoader__.load({
855
855
  document.head.appendChild(tag);
856
856
  }
857
857
  var PopupSelectView_module_css_default = {
858
- "search": "_7uhq5a_search",
859
- "label": "_7uhq5a_label",
860
- "rowActive": "_7uhq5a_rowActive",
861
858
  "errorText": "_7uhq5a_errorText",
862
- "viewport": "_7uhq5a_viewport",
863
- "detail": "_7uhq5a_detail",
864
859
  "row": "_7uhq5a_row",
865
- "check": "_7uhq5a_check",
866
- "error": "_7uhq5a_error",
867
860
  "retry": "_7uhq5a_retry",
868
861
  "card": "_7uhq5a_card",
869
- "status": "_7uhq5a_status"
862
+ "viewport": "_7uhq5a_viewport",
863
+ "check": "_7uhq5a_check",
864
+ "rowActive": "_7uhq5a_rowActive",
865
+ "error": "_7uhq5a_error",
866
+ "status": "_7uhq5a_status",
867
+ "detail": "_7uhq5a_detail",
868
+ "label": "_7uhq5a_label",
869
+ "search": "_7uhq5a_search"
870
870
  };
871
871
  //#endregion
872
872
  //#region src/client/PopupSelectView.tsx