@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
@@ -34,43 +34,43 @@ window.__ModuleLoader__.load({
34
34
  document.head.appendChild(tag);
35
35
  }
36
36
  var DirectoryBrowser_module_css_default = {
37
- "column": "eriWnG_column",
37
+ "crumbSeat": "eriWnG_crumbSeat",
38
+ "dialog": "eriWnG_dialog",
38
39
  "error": "eriWnG_error",
39
- "showHiddenToggle": "eriWnG_showHiddenToggle",
40
- "crumbEditZone": "eriWnG_crumbEditZone",
41
- "crumbTrail": "eriWnG_crumbTrail",
42
- "footerBar": "eriWnG_footerBar",
43
- "createActions": "eriWnG_createActions",
44
40
  "content": "eriWnG_content",
45
- "header": "eriWnG_header",
46
- "divider": "eriWnG_divider",
47
- "crumb": "eriWnG_crumb",
48
- "crumbSeat": "eriWnG_crumbSeat",
49
- "crumbEditGlyph": "eriWnG_crumbEditGlyph",
50
- "createBody": "eriWnG_createBody",
41
+ "rowChevron": "eriWnG_rowChevron",
51
42
  "editorScope": "eriWnG_editorScope",
52
- "footerAction": "eriWnG_footerAction",
53
- "createTitle": "eriWnG_createTitle",
54
- "createInput": "eriWnG_createInput",
43
+ "crumbTrail": "eriWnG_crumbTrail",
55
44
  "row": "eriWnG_row",
56
- "loadingFloat": "eriWnG_loadingFloat",
45
+ "crumbBar": "eriWnG_crumbBar",
46
+ "status": "eriWnG_status",
47
+ "createTitle": "eriWnG_createTitle",
48
+ "createBody": "eriWnG_createBody",
49
+ "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
50
+ "title": "eriWnG_title",
51
+ "divider": "eriWnG_divider",
57
52
  "crumbChevron": "eriWnG_crumbChevron",
53
+ "createActions": "eriWnG_createActions",
54
+ "rowName": "eriWnG_rowName",
55
+ "loadingFloat": "eriWnG_loadingFloat",
56
+ "column": "eriWnG_column",
57
+ "createInput": "eriWnG_createInput",
58
58
  "footerGap": "eriWnG_footerGap",
59
- "dialog": "eriWnG_dialog",
59
+ "createDialog": "eriWnG_createDialog",
60
+ "header": "eriWnG_header",
61
+ "footerAction": "eriWnG_footerAction",
62
+ "rowIcon": "eriWnG_rowIcon",
63
+ "crumb": "eriWnG_crumb",
60
64
  "rowSeat": "eriWnG_rowSeat",
61
- "createIn": "eriWnG_createIn",
65
+ "crumbEditZone": "eriWnG_crumbEditZone",
62
66
  "pathInput": "eriWnG_pathInput",
63
- "millerRow": "eriWnG_millerRow",
64
- "title": "eriWnG_title",
65
- "rowChevron": "eriWnG_rowChevron",
67
+ "showHiddenToggle": "eriWnG_showHiddenToggle",
66
68
  "rowSelected": "eriWnG_rowSelected",
67
- "rowIcon": "eriWnG_rowIcon",
68
- "crumbBar": "eriWnG_crumbBar",
69
69
  "rowIconSelected": "eriWnG_rowIconSelected",
70
- "rowName": "eriWnG_rowName",
71
- "status": "eriWnG_status",
72
- "showHiddenToggleActive": "eriWnG_showHiddenToggleActive",
73
- "createDialog": "eriWnG_createDialog"
70
+ "createIn": "eriWnG_createIn",
71
+ "footerBar": "eriWnG_footerBar",
72
+ "crumbEditGlyph": "eriWnG_crumbEditGlyph",
73
+ "millerRow": "eriWnG_millerRow"
74
74
  };
75
75
  //#endregion
76
76
  //#region src/client/DirectoryBrowser.tsx
@@ -18,15 +18,15 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var GoalBar_module_css_default = {
21
- "iconBtn": "loP2MG_iconBtn",
22
- "label": "loP2MG_label",
23
- "error": "loP2MG_error",
24
- "actions": "loP2MG_actions",
21
+ "objective": "loP2MG_objective",
25
22
  "goalGlyph": "loP2MG_goalGlyph",
23
+ "objectiveInput": "loP2MG_objectiveInput",
24
+ "error": "loP2MG_error",
26
25
  "dock": "loP2MG_dock",
26
+ "actions": "loP2MG_actions",
27
27
  "bar": "loP2MG_bar",
28
- "objectiveInput": "loP2MG_objectiveInput",
29
- "objective": "loP2MG_objective"
28
+ "iconBtn": "loP2MG_iconBtn",
29
+ "label": "loP2MG_label"
30
30
  };
31
31
  //#endregion
32
32
  //#region src/client/GoalBar.tsx
@@ -261,9 +261,9 @@ window.__ModuleLoader__.load({
261
261
  document.head.appendChild(tag);
262
262
  }
263
263
  var GoalCommandInputView_module_css_default = {
264
- "row": "GzeMcW_row",
265
264
  "bubble": "GzeMcW_bubble",
266
- "stack": "GzeMcW_stack"
265
+ "stack": "GzeMcW_stack",
266
+ "row": "GzeMcW_row"
267
267
  };
268
268
  //#endregion
269
269
  //#region src/client/GoalCommandInputView.tsx
@@ -724,16 +724,16 @@ window.__ModuleLoader__.load({
724
724
  document.head.appendChild(tag);
725
725
  }
726
726
  var MenuView_module_css_default = {
727
- "viewport": "_203XIq_viewport",
728
- "menu": "_203XIq_menu",
729
- "sectionTitle": "_203XIq_sectionTitle",
730
- "item": "_203XIq_item",
731
727
  "itemIcon": "_203XIq_itemIcon",
732
728
  "itemDescription": "_203XIq_itemDescription",
733
729
  "loading": "_203XIq_loading",
734
- "itemName": "_203XIq_itemName",
730
+ "viewport": "_203XIq_viewport",
735
731
  "active": "_203XIq_active",
736
- "groupTitle": "_203XIq_groupTitle"
732
+ "itemName": "_203XIq_itemName",
733
+ "menu": "_203XIq_menu",
734
+ "groupTitle": "_203XIq_groupTitle",
735
+ "sectionTitle": "_203XIq_sectionTitle",
736
+ "item": "_203XIq_item"
737
737
  };
738
738
  //#endregion
739
739
  //#region src/client/MenuView.tsx
@@ -18,19 +18,19 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var JobListAction_module_css_default = {
21
- "duration": "gBhgYW_duration",
22
- "trigger": "gBhgYW_trigger",
23
21
  "rowDot": "gBhgYW_rowDot",
22
+ "trigger": "gBhgYW_trigger",
23
+ "triggerDot": "gBhgYW_triggerDot",
24
+ "duration": "gBhgYW_duration",
25
+ "row": "gBhgYW_row",
26
+ "count": "gBhgYW_count",
27
+ "rowSettled": "gBhgYW_rowSettled",
24
28
  "kind": "gBhgYW_kind",
29
+ "label": "gBhgYW_label",
25
30
  "status": "gBhgYW_status",
26
- "row": "gBhgYW_row",
27
31
  "root": "gBhgYW_root",
28
- "triggerOpen": "gBhgYW_triggerOpen",
29
32
  "menu": "gBhgYW_menu",
30
- "rowSettled": "gBhgYW_rowSettled",
31
- "label": "gBhgYW_label",
32
- "count": "gBhgYW_count",
33
- "triggerDot": "gBhgYW_triggerDot"
33
+ "triggerOpen": "gBhgYW_triggerOpen"
34
34
  };
35
35
  //#endregion
36
36
  //#region src/client/JobListAction.tsx
@@ -63,12 +63,12 @@ window.__ModuleLoader__.load({
63
63
  document.head.appendChild(tag);
64
64
  }
65
65
  var AppFrame_module_css_default = {
66
+ "frame": "LMEksG_frame",
66
67
  "sidebarCol": "LMEksG_sidebarCol",
67
- "centerCol": "LMEksG_centerCol",
68
- "detailsCol": "LMEksG_detailsCol",
69
68
  "handle": "LMEksG_handle",
70
- "frame": "LMEksG_frame",
71
- "overlayLayer": "LMEksG_overlayLayer"
69
+ "overlayLayer": "LMEksG_overlayLayer",
70
+ "detailsCol": "LMEksG_detailsCol",
71
+ "centerCol": "LMEksG_centerCol"
72
72
  };
73
73
  //#endregion
74
74
  //#region src/client/AppFrame.tsx
@@ -335,12 +335,12 @@ window.__ModuleLoader__.load({
335
335
  document.head.appendChild(tag);
336
336
  }
337
337
  var MessageFeedbackActions_module_css_default = {
338
+ "noteInput": "Q8qPSG_noteInput",
338
339
  "failure": "Q8qPSG_failure",
339
340
  "noteOpen": "Q8qPSG_noteOpen",
340
- "noteSave": "Q8qPSG_noteSave",
341
- "action": "Q8qPSG_action",
342
- "noteInput": "Q8qPSG_noteInput",
343
341
  "noteEditor": "Q8qPSG_noteEditor",
342
+ "action": "Q8qPSG_action",
343
+ "noteSave": "Q8qPSG_noteSave",
344
344
  "noteCancel": "Q8qPSG_noteCancel"
345
345
  };
346
346
  //#endregion
@@ -241,31 +241,31 @@ window.__ModuleLoader__.load({
241
241
  document.head.appendChild(tag);
242
242
  }
243
243
  var ModelSelect_module_css_default = {
244
- "warning": "TZv2bW_warning",
245
- "optionCopy": "TZv2bW_optionCopy",
246
244
  "chevron": "TZv2bW_chevron",
247
- "cellLabel": "TZv2bW_cellLabel",
248
245
  "status": "TZv2bW_status",
249
246
  "groups": "TZv2bW_groups",
247
+ "triggerLabel": "TZv2bW_triggerLabel",
248
+ "selected": "TZv2bW_selected",
249
+ "root": "TZv2bW_root",
250
+ "chevronOpen": "TZv2bW_chevronOpen",
251
+ "option": "TZv2bW_option",
252
+ "retry": "TZv2bW_retry",
253
+ "group": "TZv2bW_group",
254
+ "cell": "TZv2bW_cell",
255
+ "cellValue": "TZv2bW_cellValue",
250
256
  "trigger": "TZv2bW_trigger",
257
+ "empty": "TZv2bW_empty",
258
+ "cellChevron": "TZv2bW_cellChevron",
251
259
  "triggerEffort": "TZv2bW_triggerEffort",
252
- "check": "TZv2bW_check",
260
+ "menu": "TZv2bW_menu",
253
261
  "modelName": "TZv2bW_modelName",
254
- "cell": "TZv2bW_cell",
255
- "cellValue": "TZv2bW_cellValue",
256
- "chevronOpen": "TZv2bW_chevronOpen",
257
262
  "groupTitle": "TZv2bW_groupTitle",
258
- "group": "TZv2bW_group",
259
- "option": "TZv2bW_option",
260
- "triggerLabel": "TZv2bW_triggerLabel",
261
- "empty": "TZv2bW_empty",
262
- "error": "TZv2bW_error",
263
- "retry": "TZv2bW_retry",
263
+ "warning": "TZv2bW_warning",
264
264
  "description": "TZv2bW_description",
265
- "menu": "TZv2bW_menu",
266
- "cellChevron": "TZv2bW_cellChevron",
267
- "selected": "TZv2bW_selected",
268
- "root": "TZv2bW_root"
265
+ "check": "TZv2bW_check",
266
+ "optionCopy": "TZv2bW_optionCopy",
267
+ "cellLabel": "TZv2bW_cellLabel",
268
+ "error": "TZv2bW_error"
269
269
  };
270
270
  //#endregion
271
271
  //#region src/client/ModelSelect.tsx
@@ -42,12 +42,12 @@ window.__ModuleLoader__.load({
42
42
  document.head.appendChild(tag);
43
43
  }
44
44
  var PermissionRow_module_css_default = {
45
- "title": "kxdSgq_title",
46
- "selector": "kxdSgq_selector",
47
- "desc": "kxdSgq_desc",
48
45
  "row": "kxdSgq_row",
46
+ "desc": "kxdSgq_desc",
47
+ "selector": "kxdSgq_selector",
48
+ "chevron": "kxdSgq_chevron",
49
49
  "rowText": "kxdSgq_rowText",
50
- "chevron": "kxdSgq_chevron"
50
+ "title": "kxdSgq_title"
51
51
  };
52
52
  //#endregion
53
53
  //#region src/client/PermissionRow.tsx
@@ -18,10 +18,10 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PlanModeControl_module_css_default = {
21
- "chip": "xROLNG_chip",
22
- "error": "xROLNG_error",
21
+ "close": "xROLNG_close",
23
22
  "wrap": "xROLNG_wrap",
24
- "close": "xROLNG_close"
23
+ "error": "xROLNG_error",
24
+ "chip": "xROLNG_chip"
25
25
  };
26
26
  //#endregion
27
27
  //#region src/client/PlanModeControl.tsx
@@ -36,25 +36,25 @@ window.__ModuleLoader__.load({
36
36
  document.head.appendChild(tag);
37
37
  }
38
38
  var SettingsRoot_module_css_default = {
39
- "navLabel": "yDpcKa_navLabel",
40
- "nav": "yDpcKa_nav",
41
- "close": "yDpcKa_close",
42
- "navTitle": "yDpcKa_navTitle",
43
- "trigger": "yDpcKa_trigger",
44
- "triggerLabel": "yDpcKa_triggerLabel",
45
- "content": "yDpcKa_content",
46
- "navCell": "yDpcKa_navCell",
47
39
  "header": "yDpcKa_header",
40
+ "triggerLabel": "yDpcKa_triggerLabel",
48
41
  "navIcon": "yDpcKa_navIcon",
49
- "active": "yDpcKa_active",
50
- "hiddenLabel": "yDpcKa_hiddenLabel",
42
+ "overlay": "yDpcKa_overlay",
51
43
  "mask": "yDpcKa_mask",
52
- "navList": "yDpcKa_navList",
53
- "rail": "yDpcKa_rail",
44
+ "nav": "yDpcKa_nav",
54
45
  "actions": "yDpcKa_actions",
55
- "options": "yDpcKa_options",
46
+ "content": "yDpcKa_content",
47
+ "navList": "yDpcKa_navList",
48
+ "active": "yDpcKa_active",
49
+ "close": "yDpcKa_close",
50
+ "trigger": "yDpcKa_trigger",
56
51
  "panel": "yDpcKa_panel",
57
- "overlay": "yDpcKa_overlay"
52
+ "options": "yDpcKa_options",
53
+ "hiddenLabel": "yDpcKa_hiddenLabel",
54
+ "rail": "yDpcKa_rail",
55
+ "navCell": "yDpcKa_navCell",
56
+ "navLabel": "yDpcKa_navLabel",
57
+ "navTitle": "yDpcKa_navTitle"
58
58
  };
59
59
  //#endregion
60
60
  //#region src/client/SettingsRoot.tsx
@@ -502,12 +502,20 @@ window.__ModuleLoader__.load({
502
502
  if (version !== rowsVersion || revision !== rowsRevision) {
503
503
  rowsVersion = version;
504
504
  rowsRevision = revision;
505
- rows = ctx.slots.entries("settings.section").map((e) => ({
506
- /* v8 ignore next -- list-slot registration requires id (SlotCore rejects an entry without one) */
507
- id: e.options.id ?? "",
508
- order: e.options.order ?? 0,
509
- label: (0, _xrkseek_client_ui_slots.resolveSlotLabel)(e.options.label) ?? ""
510
- })).sort((a, b) => a.order - b.order);
505
+ const seen = /* @__PURE__ */ new Set();
506
+ const projected = [];
507
+ for (const e of ctx.slots.entries("settings.section")) {
508
+ /* v8 ignore next -- list-slot registration requires id */
509
+ const id = e.options.id ?? "";
510
+ if (seen.has(id)) continue;
511
+ seen.add(id);
512
+ projected.push({
513
+ id,
514
+ order: e.options.order ?? 0,
515
+ label: (0, _xrkseek_client_ui_slots.resolveSlotLabel)(e.options.label) ?? ""
516
+ });
517
+ }
518
+ rows = projected.sort((a, b) => a.order - b.order);
511
519
  }
512
520
  return rows;
513
521
  },
@@ -67,66 +67,66 @@ window.__ModuleLoader__.load({
67
67
  document.head.appendChild(tag);
68
68
  }
69
69
  var ModelsSection_module_css_default = {
70
- "iconButtonDanger": "AmnBRG_iconButtonDanger",
71
- "deleteConfirm": "AmnBRG_deleteConfirm",
72
- "candidateId": "AmnBRG_candidateId",
70
+ "modelList": "AmnBRG_modelList",
71
+ "modelCatalog": "AmnBRG_modelCatalog",
72
+ "section": "AmnBRG_section",
73
+ "rowTag": "AmnBRG_rowTag",
74
+ "credentialDotMissing": "AmnBRG_credentialDotMissing",
75
+ "rowHead": "AmnBRG_rowHead",
76
+ "rowCard": "AmnBRG_rowCard",
77
+ "editor": "AmnBRG_editor",
78
+ "title": "AmnBRG_title",
79
+ "rowIdentity": "AmnBRG_rowIdentity",
73
80
  "rowActions": "AmnBRG_rowActions",
81
+ "addButton": "AmnBRG_addButton",
82
+ "setupCard": "AmnBRG_setupCard",
83
+ "customizedBody": "AmnBRG_customizedBody",
74
84
  "deleteDialog": "AmnBRG_deleteDialog",
75
- "modelEntry": "AmnBRG_modelEntry",
76
- "credentialDotMissing": "AmnBRG_credentialDotMissing",
77
- "intro": "AmnBRG_intro",
78
- "secondaryButton": "AmnBRG_secondaryButton",
79
- "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
80
- "editorActions": "AmnBRG_editorActions",
85
+ "addModelButton": "AmnBRG_addModelButton",
86
+ "field": "AmnBRG_field",
87
+ "customized": "AmnBRG_customized",
88
+ "addCard": "AmnBRG_addCard",
81
89
  "iconButton": "AmnBRG_iconButton",
90
+ "candidateLabel": "AmnBRG_candidateLabel",
82
91
  "error": "AmnBRG_error",
83
- "primaryButton": "AmnBRG_primaryButton",
92
+ "secondaryButton": "AmnBRG_secondaryButton",
93
+ "dangerButton": "AmnBRG_dangerButton",
94
+ "modelEntry": "AmnBRG_modelEntry",
95
+ "modelEmpty": "AmnBRG_modelEmpty",
96
+ "fetchDialog": "AmnBRG_fetchDialog",
97
+ "modelCatalogMeta": "AmnBRG_modelCatalogMeta",
98
+ "iconButtonDanger": "AmnBRG_iconButtonDanger",
99
+ "advancedHint": "AmnBRG_advancedHint",
100
+ "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
84
101
  "savedNotice": "AmnBRG_savedNotice",
85
102
  "rowName": "AmnBRG_rowName",
86
- "modelCatalog": "AmnBRG_modelCatalog",
87
- "candidateLabel": "AmnBRG_candidateLabel",
88
- "credentialDot": "AmnBRG_credentialDot",
89
- "addCard": "AmnBRG_addCard",
103
+ "editorRoute": "AmnBRG_editorRoute",
104
+ "fieldLabel": "AmnBRG_fieldLabel",
105
+ "modelAdvanced": "AmnBRG_modelAdvanced",
90
106
  "modelRow": "AmnBRG_modelRow",
91
- "rowHead": "AmnBRG_rowHead",
92
- "editorTitle": "AmnBRG_editorTitle",
107
+ "credentialDotConfigured": "AmnBRG_credentialDotConfigured",
108
+ "rows": "AmnBRG_rows",
109
+ "input": "AmnBRG_input",
93
110
  "hiddenLabel": "AmnBRG_hiddenLabel",
94
- "fieldLabel": "AmnBRG_fieldLabel",
95
- "modelList": "AmnBRG_modelList",
96
111
  "modelField": "AmnBRG_modelField",
97
- "addButton": "AmnBRG_addButton",
98
- "rowCard": "AmnBRG_rowCard",
99
- "dangerButton": "AmnBRG_dangerButton",
100
- "linkButton": "AmnBRG_linkButton",
101
- "field": "AmnBRG_field",
102
- "rowTag": "AmnBRG_rowTag",
112
+ "candidateId": "AmnBRG_candidateId",
113
+ "selectInput": "AmnBRG_selectInput",
114
+ "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
115
+ "primaryButton": "AmnBRG_primaryButton",
103
116
  "modelFieldLabel": "AmnBRG_modelFieldLabel",
104
- "addModelButton": "AmnBRG_addModelButton",
105
- "advancedHint": "AmnBRG_advancedHint",
106
- "addActions": "AmnBRG_addActions",
107
- "section": "AmnBRG_section",
108
- "rowIdentity": "AmnBRG_rowIdentity",
109
- "setupCard": "AmnBRG_setupCard",
110
- "customizedBody": "AmnBRG_customizedBody",
111
- "modelCatalogTitle": "AmnBRG_modelCatalogTitle",
112
- "customized": "AmnBRG_customized",
113
- "modelListHead": "AmnBRG_modelListHead",
114
- "rows": "AmnBRG_rows",
115
- "editor": "AmnBRG_editor",
116
- "modelCatalogMeta": "AmnBRG_modelCatalogMeta",
117
- "input": "AmnBRG_input",
117
+ "addBlock": "AmnBRG_addBlock",
118
118
  "customizedSummary": "AmnBRG_customizedSummary",
119
+ "modelListHead": "AmnBRG_modelListHead",
120
+ "deleteConfirm": "AmnBRG_deleteConfirm",
121
+ "editorTitle": "AmnBRG_editorTitle",
122
+ "credentialDot": "AmnBRG_credentialDot",
119
123
  "editorHeader": "AmnBRG_editorHeader",
120
- "modelEmpty": "AmnBRG_modelEmpty",
121
- "modelAdvanced": "AmnBRG_modelAdvanced",
122
- "selectInput": "AmnBRG_selectInput",
123
- "notice": "AmnBRG_notice",
124
- "title": "AmnBRG_title",
125
- "fetchDialog": "AmnBRG_fetchDialog",
126
- "addBlock": "AmnBRG_addBlock",
127
124
  "candidate": "AmnBRG_candidate",
128
- "modelCatalogHeading": "AmnBRG_modelCatalogHeading",
129
- "editorRoute": "AmnBRG_editorRoute",
125
+ "addActions": "AmnBRG_addActions",
126
+ "editorActions": "AmnBRG_editorActions",
127
+ "intro": "AmnBRG_intro",
128
+ "notice": "AmnBRG_notice",
129
+ "linkButton": "AmnBRG_linkButton",
130
130
  "candidateList": "AmnBRG_candidateList"
131
131
  };
132
132
  //#endregion
@@ -2076,10 +2076,10 @@ window.__ModuleLoader__.load({
2076
2076
  document.head.appendChild(tag);
2077
2077
  }
2078
2078
  var OnboardingModal_module_css_default = {
2079
- "body": "aIiZrG_body",
2080
- "dialog": "aIiZrG_dialog",
2079
+ "title": "aIiZrG_title",
2081
2080
  "content": "aIiZrG_content",
2082
- "title": "aIiZrG_title"
2081
+ "body": "aIiZrG_body",
2082
+ "dialog": "aIiZrG_dialog"
2083
2083
  };
2084
2084
  //#endregion
2085
2085
  //#region src/client/OnboardingModal.tsx
@@ -2229,9 +2229,9 @@ window.__ModuleLoader__.load({
2229
2229
  document.head.appendChild(tag);
2230
2230
  }
2231
2231
  var WelcomeNotice_module_css_default = {
2232
- "copy": "R-6oRa_copy",
2233
2232
  "primary": "R-6oRa_primary",
2234
2233
  "actions": "R-6oRa_actions",
2234
+ "copy": "R-6oRa_copy",
2235
2235
  "error": "R-6oRa_error"
2236
2236
  };
2237
2237
  //#endregion
@@ -2305,12 +2305,12 @@ window.__ModuleLoader__.load({
2305
2305
  const WELCOME_NOTICE_COPY = {
2306
2306
  zh: {
2307
2307
  title: "欢迎使用 XRK-Harness",
2308
- body: "XRK-Harness 是本仓库的 Agent 宿主与产品壳:Session 可重建、工具可走策略,社区 DSH 插件经 dsh-compat 兼容器接入(不嵌入 Cordis Host)。\n\n0.1.0 是首个公开发版,CLI 与 serve 主路径可用;真 IM 隧道、Cordis fiber 子进程等缺口见 docs/status。欢迎通过 GitHub 反馈与共建。",
2308
+ body: "XRK-Harness 是本仓库的 Agent 宿主与产品壳:Session 可重建、工具可走策略,社区 DSH 插件经 dsh-compat 兼容器接入(不嵌入 Cordis Host)。\n\n0.1.4 是当前正式公开发版,CLI 与 serve 主路径可用;真 IM 隧道、Cordis fiber 子进程等缺口见 docs/status。欢迎通过 GitHub 反馈与共建。",
2309
2309
  continueLabel: "继续"
2310
2310
  },
2311
2311
  en: {
2312
2312
  title: "Welcome to XRK-Harness",
2313
- body: "XRK-Harness is this repo’s agent host and product shell: durable sessions, policy-aware tools, and DSH community plugins through the dsh-compat layer (no Cordis Host embed).\n\n0.1.0 is the first public release with a usable CLI and serve path; see docs/status for honest gaps (live IM tunnels, Cordis fiber subprocess, etc.). Feedback and contributions welcome on GitHub.",
2313
+ body: "XRK-Harness is this repo’s agent host and product shell: durable sessions, policy-aware tools, and DSH community plugins through the dsh-compat layer (no Cordis Host embed).\n\n0.1.4 is the current formal public release with a usable CLI and serve path; see docs/status for honest gaps (live IM tunnels, Cordis fiber subprocess, etc.). Feedback and contributions welcome on GitHub.",
2314
2314
  continueLabel: "Continue"
2315
2315
  }
2316
2316
  };
@@ -18,24 +18,24 @@ window.__ModuleLoader__.load({
18
18
  document.head.appendChild(tag);
19
19
  }
20
20
  var PluginInventorySettingsTab_module_css_default = {
21
- "chevron": "WrOExW_chevron",
22
- "cards": "WrOExW_cards",
23
21
  "section": "WrOExW_section",
24
- "search": "WrOExW_search",
25
- "visuallyHidden": "WrOExW_visuallyHidden",
26
- "catalogHeading": "WrOExW_catalogHeading",
27
22
  "cardTitle": "WrOExW_cardTitle",
28
23
  "configTag": "WrOExW_configTag",
29
- "status": "WrOExW_status",
30
24
  "cardDetails": "WrOExW_cardDetails",
31
- "entryValue": "WrOExW_entryValue",
25
+ "failure": "WrOExW_failure",
26
+ "statusDot": "WrOExW_statusDot",
32
27
  "catalog": "WrOExW_catalog",
33
- "cardTrailing": "WrOExW_cardTrailing",
28
+ "cards": "WrOExW_cards",
29
+ "catalogHeading": "WrOExW_catalogHeading",
34
30
  "details": "WrOExW_details",
35
- "failure": "WrOExW_failure",
31
+ "cardTrailing": "WrOExW_cardTrailing",
36
32
  "cardContent": "WrOExW_cardContent",
37
- "statusDot": "WrOExW_statusDot",
38
- "card": "WrOExW_card"
33
+ "chevron": "WrOExW_chevron",
34
+ "card": "WrOExW_card",
35
+ "visuallyHidden": "WrOExW_visuallyHidden",
36
+ "search": "WrOExW_search",
37
+ "status": "WrOExW_status",
38
+ "entryValue": "WrOExW_entryValue"
39
39
  };
40
40
  //#endregion
41
41
  //#region src/client/PluginInventorySettingsTab.tsx