@rubytech/create-maxy-code 0.1.608 → 0.1.610

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 (251) hide show
  1. package/package.json +1 -1
  2. package/payload/platform/lib/graph-write/dist/__tests__/account-id-gate.test.js +86 -0
  3. package/payload/platform/lib/graph-write/dist/__tests__/account-id-gate.test.js.map +1 -1
  4. package/payload/platform/lib/graph-write/dist/index.d.ts +30 -9
  5. package/payload/platform/lib/graph-write/dist/index.d.ts.map +1 -1
  6. package/payload/platform/lib/graph-write/dist/index.js +22 -2
  7. package/payload/platform/lib/graph-write/dist/index.js.map +1 -1
  8. package/payload/platform/lib/graph-write/src/__tests__/account-id-gate.test.ts +99 -1
  9. package/payload/platform/lib/graph-write/src/index.ts +47 -12
  10. package/payload/platform/plugins/admin/skills/platform-architecture/SKILL.md +45 -1
  11. package/payload/platform/plugins/admin/skills/whats-new/SKILL.md +12 -0
  12. package/payload/platform/plugins/docs/references/telegram-guide.md +44 -0
  13. package/payload/platform/plugins/memory/mcp/dist/index.js +65 -0
  14. package/payload/platform/plugins/memory/mcp/dist/index.js.map +1 -1
  15. package/payload/platform/plugins/memory/mcp/dist/lib/__tests__/xacct-counters.test.d.ts +2 -0
  16. package/payload/platform/plugins/memory/mcp/dist/lib/__tests__/xacct-counters.test.d.ts.map +1 -0
  17. package/payload/platform/plugins/memory/mcp/dist/lib/__tests__/xacct-counters.test.js +169 -0
  18. package/payload/platform/plugins/memory/mcp/dist/lib/__tests__/xacct-counters.test.js.map +1 -0
  19. package/payload/platform/plugins/memory/mcp/dist/lib/xacct-counters.d.ts +63 -0
  20. package/payload/platform/plugins/memory/mcp/dist/lib/xacct-counters.d.ts.map +1 -0
  21. package/payload/platform/plugins/memory/mcp/dist/lib/xacct-counters.js +114 -0
  22. package/payload/platform/plugins/memory/mcp/dist/lib/xacct-counters.js.map +1 -0
  23. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/memory-write-cross-account.test.d.ts +2 -0
  24. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/memory-write-cross-account.test.d.ts.map +1 -0
  25. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/memory-write-cross-account.test.js +123 -0
  26. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/memory-write-cross-account.test.js.map +1 -0
  27. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/xacct-write-gate.test.d.ts +2 -0
  28. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/xacct-write-gate.test.d.ts.map +1 -0
  29. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/xacct-write-gate.test.js +110 -0
  30. package/payload/platform/plugins/memory/mcp/dist/tools/__tests__/xacct-write-gate.test.js.map +1 -0
  31. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.d.ts.map +1 -1
  32. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js +7 -0
  33. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js.map +1 -1
  34. package/payload/platform/plugins/memory/mcp/vitest.config.ts +2 -0
  35. package/payload/platform/services/claude-session-manager/dist/claude-trust-preflight.d.ts +43 -0
  36. package/payload/platform/services/claude-session-manager/dist/claude-trust-preflight.d.ts.map +1 -0
  37. package/payload/platform/services/claude-session-manager/dist/claude-trust-preflight.js +88 -0
  38. package/payload/platform/services/claude-session-manager/dist/claude-trust-preflight.js.map +1 -0
  39. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  40. package/payload/platform/services/claude-session-manager/dist/http-server.js +125 -4
  41. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  42. package/payload/platform/services/claude-session-manager/dist/index.js +26 -1
  43. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  44. package/payload/platform/services/claude-session-manager/dist/jsonl-path.d.ts +1 -1
  45. package/payload/platform/services/claude-session-manager/dist/jsonl-path.d.ts.map +1 -1
  46. package/payload/platform/services/claude-session-manager/dist/jsonl-path.js +26 -0
  47. package/payload/platform/services/claude-session-manager/dist/jsonl-path.js.map +1 -1
  48. package/payload/platform/services/claude-session-manager/dist/recover-account.d.ts +54 -0
  49. package/payload/platform/services/claude-session-manager/dist/recover-account.d.ts.map +1 -0
  50. package/payload/platform/services/claude-session-manager/dist/recover-account.js +141 -0
  51. package/payload/platform/services/claude-session-manager/dist/recover-account.js.map +1 -0
  52. package/payload/platform/services/claude-session-manager/dist/session-account-census.d.ts +30 -0
  53. package/payload/platform/services/claude-session-manager/dist/session-account-census.d.ts.map +1 -0
  54. package/payload/platform/services/claude-session-manager/dist/session-account-census.js +96 -0
  55. package/payload/platform/services/claude-session-manager/dist/session-account-census.js.map +1 -0
  56. package/payload/platform/services/telegram-channel/dist/instructions.d.ts +9 -0
  57. package/payload/platform/services/telegram-channel/dist/instructions.d.ts.map +1 -1
  58. package/payload/platform/services/telegram-channel/dist/instructions.js +15 -0
  59. package/payload/platform/services/telegram-channel/dist/instructions.js.map +1 -1
  60. package/payload/platform/services/telegram-channel/dist/notification.d.ts +6 -4
  61. package/payload/platform/services/telegram-channel/dist/notification.d.ts.map +1 -1
  62. package/payload/platform/services/telegram-channel/dist/notification.js +15 -1
  63. package/payload/platform/services/telegram-channel/dist/notification.js.map +1 -1
  64. package/payload/server/{chunk-GI5AVCRG.js → chunk-DRDU74ZM.js} +1 -1
  65. package/payload/server/{chunk-MNN2RWJR.js → chunk-IOPUA7QV.js} +1 -1
  66. package/payload/server/{chunk-6AQYMT6C.js → chunk-T6NXRWMG.js} +43 -8
  67. package/payload/server/{manager-VDHT3YYI.js → manager-O5L2SKW7.js} +2 -2
  68. package/payload/server/maxy-edge.js +2 -2
  69. package/payload/server/public/activity.html +6 -6
  70. package/payload/server/public/agents.html +5 -5
  71. package/payload/server/public/assets/{AdminLoginScreens-DuQ3ax5U.js → AdminLoginScreens-uk2gBvI9.js} +1 -1
  72. package/payload/server/public/assets/AdminLoginScreens-uk2gBvI9.js.br +0 -0
  73. package/payload/server/public/assets/AdminLoginScreens-uk2gBvI9.js.gz +0 -0
  74. package/payload/server/public/assets/AdminShell-DyOPTLdb.js +3 -0
  75. package/payload/server/public/assets/AdminShell-DyOPTLdb.js.br +0 -0
  76. package/payload/server/public/assets/AdminShell-DyOPTLdb.js.gz +0 -0
  77. package/payload/server/public/assets/{activity-C2qWlcJ5.js → activity-DfIud5UH.js} +1 -1
  78. package/payload/server/public/assets/activity-DfIud5UH.js.br +0 -0
  79. package/payload/server/public/assets/activity-DfIud5UH.js.gz +0 -0
  80. package/payload/server/public/assets/admin-Duy2d3ks.js +1 -0
  81. package/payload/server/public/assets/admin-Duy2d3ks.js.br +0 -0
  82. package/payload/server/public/assets/admin-Duy2d3ks.js.gz +0 -0
  83. package/payload/server/public/assets/{agents-DoGVAjIT.js → agents-Rcdk-pni.js} +1 -1
  84. package/payload/server/public/assets/agents-Rcdk-pni.js.br +0 -0
  85. package/payload/server/public/assets/agents-Rcdk-pni.js.gz +0 -0
  86. package/payload/server/public/assets/{browser-DjqS897k.js → browser-Bt6h1Pjb.js} +1 -1
  87. package/payload/server/public/assets/browser-Bt6h1Pjb.js.br +0 -0
  88. package/payload/server/public/assets/browser-Bt6h1Pjb.js.gz +0 -0
  89. package/payload/server/public/assets/{calendar-DJeOm0WS.js → calendar-Di0yArmc.js} +1 -1
  90. package/payload/server/public/assets/calendar-Di0yArmc.js.br +0 -0
  91. package/payload/server/public/assets/calendar-Di0yArmc.js.gz +0 -0
  92. package/payload/server/public/assets/chat-xJTrFY2U.js +1 -0
  93. package/payload/server/public/assets/chat-xJTrFY2U.js.br +1 -0
  94. package/payload/server/public/assets/chat-xJTrFY2U.js.gz +0 -0
  95. package/payload/server/public/assets/{chevron-left-D9z1aK3p.js → chevron-left-QGcFX-3R.js} +1 -1
  96. package/payload/server/public/assets/chevron-left-QGcFX-3R.js.br +0 -0
  97. package/payload/server/public/assets/clock-PkEm8y4i.js +1 -0
  98. package/payload/server/public/assets/clock-PkEm8y4i.js.br +0 -0
  99. package/payload/server/public/assets/clock-PkEm8y4i.js.gz +0 -0
  100. package/payload/server/public/assets/copy-RSaF-402.js +1 -0
  101. package/payload/server/public/assets/copy-RSaF-402.js.br +0 -0
  102. package/payload/server/public/assets/copy-RSaF-402.js.gz +0 -0
  103. package/payload/server/public/assets/data-CLmmCyzs.js +1 -0
  104. package/payload/server/public/assets/data-CLmmCyzs.js.br +1 -0
  105. package/payload/server/public/assets/data-CLmmCyzs.js.gz +0 -0
  106. package/payload/server/public/assets/{field-WRk67lvr.js → field-nfpVNHyk.js} +1 -1
  107. package/payload/server/public/assets/field-nfpVNHyk.js.br +0 -0
  108. package/payload/server/public/assets/field-nfpVNHyk.js.gz +0 -0
  109. package/payload/server/public/assets/{file-text-BJDCb334.js → file-text-Cws2LExM.js} +1 -1
  110. package/payload/server/public/assets/file-text-Cws2LExM.js.br +0 -0
  111. package/payload/server/public/assets/file-text-Cws2LExM.js.gz +0 -0
  112. package/payload/server/public/assets/graph-56nTCvKa.js +51 -0
  113. package/payload/server/public/assets/graph-56nTCvKa.js.br +0 -0
  114. package/payload/server/public/assets/graph-56nTCvKa.js.gz +0 -0
  115. package/payload/server/public/assets/{graph-labels-CEDmX7qW.js → graph-labels-qHDVYalh.js} +1 -1
  116. package/payload/server/public/assets/graph-labels-qHDVYalh.js.br +0 -0
  117. package/payload/server/public/assets/graph-labels-qHDVYalh.js.gz +0 -0
  118. package/payload/server/public/assets/{jsx-runtime-hPFGo4rC.css → jsx-runtime-B5zQuMcr.css} +1 -1
  119. package/payload/server/public/assets/jsx-runtime-B5zQuMcr.css.br +0 -0
  120. package/payload/server/public/assets/{jsx-runtime-hPFGo4rC.css.gz → jsx-runtime-B5zQuMcr.css.gz} +0 -0
  121. package/payload/server/public/assets/{operator-1WFztEQA.js → operator-D-P6oemk.js} +1 -1
  122. package/payload/server/public/assets/operator-D-P6oemk.js.br +2 -0
  123. package/payload/server/public/assets/operator-D-P6oemk.js.gz +0 -0
  124. package/payload/server/public/assets/page-8goE0IWS.js +32 -0
  125. package/payload/server/public/assets/page-8goE0IWS.js.br +0 -0
  126. package/payload/server/public/assets/page-8goE0IWS.js.gz +0 -0
  127. package/payload/server/public/assets/page-iL446JAc.js +1 -0
  128. package/payload/server/public/assets/page-iL446JAc.js.br +0 -0
  129. package/payload/server/public/assets/page-iL446JAc.js.gz +0 -0
  130. package/payload/server/public/assets/play-B8bxRax6.js +1 -0
  131. package/payload/server/public/assets/play-B8bxRax6.js.br +0 -0
  132. package/payload/server/public/assets/play-B8bxRax6.js.gz +0 -0
  133. package/payload/server/public/assets/{public-DAea6w7w.js → public-BwfIj7tM.js} +1 -1
  134. package/payload/server/public/assets/public-BwfIj7tM.js.br +0 -0
  135. package/payload/server/public/assets/public-BwfIj7tM.js.gz +0 -0
  136. package/payload/server/public/assets/{rotate-ccw-CqlRlGsY.js → rotate-ccw-X7-7vE7t.js} +1 -1
  137. package/payload/server/public/assets/rotate-ccw-X7-7vE7t.js.br +0 -0
  138. package/payload/server/public/assets/rotate-ccw-X7-7vE7t.js.gz +0 -0
  139. package/payload/server/public/assets/{routines-vy5xsyqx.js → routines-sFud5tka.js} +2 -2
  140. package/payload/server/public/assets/routines-sFud5tka.js.br +0 -0
  141. package/payload/server/public/assets/routines-sFud5tka.js.gz +0 -0
  142. package/payload/server/public/assets/{skills-X7FTilVy.js → skills-_Dc3eG9T.js} +1 -1
  143. package/payload/server/public/assets/skills-_Dc3eG9T.js.br +0 -0
  144. package/payload/server/public/assets/skills-_Dc3eG9T.js.gz +0 -0
  145. package/payload/server/public/assets/tasks-C0u8AtqT.js +3 -0
  146. package/payload/server/public/assets/tasks-C0u8AtqT.js.br +0 -0
  147. package/payload/server/public/assets/tasks-C0u8AtqT.js.gz +0 -0
  148. package/payload/server/public/assets/{triangle-alert-CuWcGaRo.js → triangle-alert-DD4kSK45.js} +1 -1
  149. package/payload/server/public/assets/triangle-alert-DD4kSK45.js.br +0 -0
  150. package/payload/server/public/assets/triangle-alert-DD4kSK45.js.gz +0 -0
  151. package/payload/server/public/assets/{useCopyFeedback-DLSKs6r2.js → useCopyFeedback-Dq-Putj7.js} +1 -1
  152. package/payload/server/public/assets/useCopyFeedback-Dq-Putj7.js.br +0 -0
  153. package/payload/server/public/assets/useCopyFeedback-Dq-Putj7.js.gz +0 -0
  154. package/payload/server/public/assets/useMediaQuery-Cm_fvNIH.js +6 -0
  155. package/payload/server/public/assets/useMediaQuery-Cm_fvNIH.js.br +0 -0
  156. package/payload/server/public/assets/useMediaQuery-Cm_fvNIH.js.gz +0 -0
  157. package/payload/server/public/assets/useVoiceRecorder-C6xqnm7i.js +2 -0
  158. package/payload/server/public/assets/useVoiceRecorder-C6xqnm7i.js.br +0 -0
  159. package/payload/server/public/assets/useVoiceRecorder-C6xqnm7i.js.gz +0 -0
  160. package/payload/server/public/assets/{wrench-nDMQ6x-6.js → wrench-Bjw6eVl_.js} +1 -1
  161. package/payload/server/public/assets/wrench-Bjw6eVl_.js.br +0 -0
  162. package/payload/server/public/assets/wrench-Bjw6eVl_.js.gz +0 -0
  163. package/payload/server/public/browser.html +5 -5
  164. package/payload/server/public/calendar.html +8 -8
  165. package/payload/server/public/chat.html +14 -14
  166. package/payload/server/public/data.html +12 -12
  167. package/payload/server/public/field.html +3 -3
  168. package/payload/server/public/graph.html +10 -10
  169. package/payload/server/public/index.html +14 -14
  170. package/payload/server/public/operator.html +16 -16
  171. package/payload/server/public/public.html +14 -14
  172. package/payload/server/public/routines.html +8 -8
  173. package/payload/server/public/skills.html +6 -6
  174. package/payload/server/public/tasks.html +7 -7
  175. package/payload/server/server.js +511 -283
  176. package/payload/server/public/assets/AdminLoginScreens-DuQ3ax5U.js.br +0 -0
  177. package/payload/server/public/assets/AdminLoginScreens-DuQ3ax5U.js.gz +0 -0
  178. package/payload/server/public/assets/AdminShell-1HyATV_t.js +0 -3
  179. package/payload/server/public/assets/AdminShell-1HyATV_t.js.br +0 -0
  180. package/payload/server/public/assets/AdminShell-1HyATV_t.js.gz +0 -0
  181. package/payload/server/public/assets/activity-C2qWlcJ5.js.br +0 -0
  182. package/payload/server/public/assets/activity-C2qWlcJ5.js.gz +0 -0
  183. package/payload/server/public/assets/admin-DqpfY8-t.js +0 -1
  184. package/payload/server/public/assets/admin-DqpfY8-t.js.br +0 -0
  185. package/payload/server/public/assets/admin-DqpfY8-t.js.gz +0 -0
  186. package/payload/server/public/assets/agents-DoGVAjIT.js.br +0 -0
  187. package/payload/server/public/assets/agents-DoGVAjIT.js.gz +0 -0
  188. package/payload/server/public/assets/browser-DjqS897k.js.br +0 -0
  189. package/payload/server/public/assets/browser-DjqS897k.js.gz +0 -0
  190. package/payload/server/public/assets/calendar-DJeOm0WS.js.br +0 -0
  191. package/payload/server/public/assets/calendar-DJeOm0WS.js.gz +0 -0
  192. package/payload/server/public/assets/chat-BrRE0Dck.js +0 -1
  193. package/payload/server/public/assets/chat-BrRE0Dck.js.br +0 -0
  194. package/payload/server/public/assets/chat-BrRE0Dck.js.gz +0 -0
  195. package/payload/server/public/assets/chevron-left-D9z1aK3p.js.br +0 -0
  196. package/payload/server/public/assets/clock-BqHWMICF.js +0 -1
  197. package/payload/server/public/assets/clock-BqHWMICF.js.br +0 -0
  198. package/payload/server/public/assets/clock-BqHWMICF.js.gz +0 -0
  199. package/payload/server/public/assets/copy-p9ZM9fnn.js +0 -1
  200. package/payload/server/public/assets/copy-p9ZM9fnn.js.br +0 -0
  201. package/payload/server/public/assets/copy-p9ZM9fnn.js.gz +0 -0
  202. package/payload/server/public/assets/data-CPsqW0qW.js +0 -1
  203. package/payload/server/public/assets/data-CPsqW0qW.js.br +0 -0
  204. package/payload/server/public/assets/data-CPsqW0qW.js.gz +0 -0
  205. package/payload/server/public/assets/field-WRk67lvr.js.br +0 -0
  206. package/payload/server/public/assets/field-WRk67lvr.js.gz +0 -0
  207. package/payload/server/public/assets/file-text-BJDCb334.js.br +0 -0
  208. package/payload/server/public/assets/file-text-BJDCb334.js.gz +0 -0
  209. package/payload/server/public/assets/graph-CAU2xh2Z.js +0 -51
  210. package/payload/server/public/assets/graph-CAU2xh2Z.js.br +0 -0
  211. package/payload/server/public/assets/graph-CAU2xh2Z.js.gz +0 -0
  212. package/payload/server/public/assets/graph-labels-CEDmX7qW.js.br +0 -0
  213. package/payload/server/public/assets/graph-labels-CEDmX7qW.js.gz +0 -0
  214. package/payload/server/public/assets/jsx-runtime-hPFGo4rC.css.br +0 -0
  215. package/payload/server/public/assets/operator-1WFztEQA.js.br +0 -0
  216. package/payload/server/public/assets/operator-1WFztEQA.js.gz +0 -0
  217. package/payload/server/public/assets/page-B72XigcU.js +0 -32
  218. package/payload/server/public/assets/page-B72XigcU.js.br +0 -0
  219. package/payload/server/public/assets/page-B72XigcU.js.gz +0 -0
  220. package/payload/server/public/assets/page-nT8l_cX1.js +0 -1
  221. package/payload/server/public/assets/page-nT8l_cX1.js.br +0 -0
  222. package/payload/server/public/assets/page-nT8l_cX1.js.gz +0 -0
  223. package/payload/server/public/assets/play-CYqOCqm6.js +0 -1
  224. package/payload/server/public/assets/play-CYqOCqm6.js.br +0 -0
  225. package/payload/server/public/assets/play-CYqOCqm6.js.gz +0 -0
  226. package/payload/server/public/assets/public-DAea6w7w.js.br +0 -0
  227. package/payload/server/public/assets/public-DAea6w7w.js.gz +0 -0
  228. package/payload/server/public/assets/rotate-ccw-CqlRlGsY.js.br +0 -0
  229. package/payload/server/public/assets/rotate-ccw-CqlRlGsY.js.gz +0 -0
  230. package/payload/server/public/assets/routines-vy5xsyqx.js.br +0 -0
  231. package/payload/server/public/assets/routines-vy5xsyqx.js.gz +0 -0
  232. package/payload/server/public/assets/skills-X7FTilVy.js.br +0 -0
  233. package/payload/server/public/assets/skills-X7FTilVy.js.gz +0 -0
  234. package/payload/server/public/assets/tasks-BXx_jk_p.js +0 -3
  235. package/payload/server/public/assets/tasks-BXx_jk_p.js.br +0 -0
  236. package/payload/server/public/assets/tasks-BXx_jk_p.js.gz +0 -0
  237. package/payload/server/public/assets/triangle-alert-CuWcGaRo.js.br +0 -0
  238. package/payload/server/public/assets/triangle-alert-CuWcGaRo.js.gz +0 -0
  239. package/payload/server/public/assets/useCopyFeedback-DLSKs6r2.js.br +0 -0
  240. package/payload/server/public/assets/useCopyFeedback-DLSKs6r2.js.gz +0 -0
  241. package/payload/server/public/assets/useMediaQuery-C_1CV_iW.js +0 -6
  242. package/payload/server/public/assets/useMediaQuery-C_1CV_iW.js.br +0 -0
  243. package/payload/server/public/assets/useMediaQuery-C_1CV_iW.js.gz +0 -0
  244. package/payload/server/public/assets/useVoiceRecorder-DBzM_HIx.js +0 -2
  245. package/payload/server/public/assets/useVoiceRecorder-DBzM_HIx.js.br +0 -0
  246. package/payload/server/public/assets/useVoiceRecorder-DBzM_HIx.js.gz +0 -0
  247. package/payload/server/public/assets/wrench-nDMQ6x-6.js.br +0 -0
  248. package/payload/server/public/assets/wrench-nDMQ6x-6.js.gz +0 -0
  249. /package/payload/server/public/assets/{jsx-runtime-CvVXOszc.js → jsx-runtime-DeRQuYlX.js} +0 -0
  250. /package/payload/server/public/assets/{jsx-runtime-CvVXOszc.js.br → jsx-runtime-DeRQuYlX.js.br} +0 -0
  251. /package/payload/server/public/assets/{jsx-runtime-CvVXOszc.js.gz → jsx-runtime-DeRQuYlX.js.gz} +0 -0
@@ -0,0 +1 @@
1
+ import{o as e}from"./chunk-BycB0eMI.js";import{i as t,r as n,t as r}from"./jsx-runtime-DeRQuYlX.js";import{A as i,B as a,C as o,H as s,I as c,K as l,L as u,N as d,P as f,R as p,S as m,V as h,X as ee,Y as g,f as _,g as v,h as y,n as te,p as b,rt as x,t as ne,tt as re,ut as S,x as C,y as w,z as T}from"./useMediaQuery-Cm_fvNIH.js";import{A as ie,M as ae,N as E,T as D,c as O,k as oe,n as k,p as se,r as A}from"./useVoiceRecorder-C6xqnm7i.js";import{t as j}from"./chevron-left-QGcFX-3R.js";import{t as ce}from"./file-text-Cws2LExM.js";import{i as le,t as M}from"./graph-labels-qHDVYalh.js";import{t as ue}from"./triangle-alert-DD4kSK45.js";import{i as de,n as fe,t as pe}from"./file-download-B7zwa78w.js";var me=x(`ellipsis`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`19`,cy:`12`,r:`1`,key:`1wjl8i`}],[`circle`,{cx:`5`,cy:`12`,r:`1`,key:`1pcz8c`}]]),he=x(`folder-plus`,[[`path`,{d:`M12 10v6`,key:`1bos4e`}],[`path`,{d:`M9 13h6`,key:`1uhe8q`}],[`path`,{d:`M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z`,key:`1kt360`}]]),N=x(`image`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,ry:`2`,key:`1m3agn`}],[`circle`,{cx:`9`,cy:`9`,r:`2`,key:`af1f0g`}],[`path`,{d:`m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21`,key:`1xmnt7`}]]),ge=x(`layout-grid`,[[`rect`,{width:`7`,height:`7`,x:`3`,y:`3`,rx:`1`,key:`1g98yp`}],[`rect`,{width:`7`,height:`7`,x:`14`,y:`3`,rx:`1`,key:`6d4xhi`}],[`rect`,{width:`7`,height:`7`,x:`14`,y:`14`,rx:`1`,key:`nxv5o0`}],[`rect`,{width:`7`,height:`7`,x:`3`,y:`14`,rx:`1`,key:`1bb6yr`}]]),_e=x(`list`,[[`path`,{d:`M3 5h.01`,key:`18ugdj`}],[`path`,{d:`M3 12h.01`,key:`nlz23k`}],[`path`,{d:`M3 19h.01`,key:`noohij`}],[`path`,{d:`M8 5h13`,key:`1pao27`}],[`path`,{d:`M8 12h13`,key:`1za7za`}],[`path`,{d:`M8 19h13`,key:`m83p4d`}]]),ve=x(`send-horizontal`,[[`path`,{d:`M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z`,key:`117uat`}],[`path`,{d:`M6 12h16`,key:`s4cdu5`}]]),P=x(`smile`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M8 14s1.5 2 4 2 4-2 4-2`,key:`1y1vjs`}],[`line`,{x1:`9`,x2:`9.01`,y1:`9`,y2:`9`,key:`yxxnd0`}],[`line`,{x1:`15`,x2:`15.01`,y1:`9`,y2:`9`,key:`1p4y9e`}]]),ye=x(`upload`,[[`path`,{d:`M12 3v12`,key:`1x0j5s`}],[`path`,{d:`m17 8-5-5-5 5`,key:`7q97r8`}],[`path`,{d:`M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4`,key:`ih7n3h`}]]),F=e(t(),1);function be(){let[e,t]=(0,F.useState)([]),[n,r]=(0,F.useState)(!1),[i,a]=(0,F.useState)(null),o=(0,F.useRef)(null),s=(0,F.useCallback)(e=>{a(null);let n=e.find(e=>!A(e.type,E));if(n){a(`Unsupported file type: "${n.type}". Supported: images, PDF, plain text, markdown, CSV, calendar, zip, voice notes.`);return}let r=e.find(e=>e.size>ae);if(r){a(`"${r.name}" exceeds the 50 MB limit.`);return}t(t=>[...t,...e].slice(0,5))},[]);return{pendingFiles:e,setPendingFiles:t,isDragOver:n,attachError:i,setAttachError:a,fileInputRef:o,addFiles:s,clearFiles:(0,F.useCallback)(()=>{t([]),a(null)},[]),removeFile:(0,F.useCallback)(e=>{t(t=>t.filter((t,n)=>n!==e))},[]),onDragOver:(0,F.useCallback)(e=>{e.preventDefault(),r(!0)},[]),onDragLeave:(0,F.useCallback)(()=>{r(!1)},[]),onDrop:(0,F.useCallback)(e=>{e.preventDefault(),r(!1),s([...e.dataTransfer.files])},[s])}}var I=[[128512],[128515],[128516],[128513],[128518],[128517],[128514],[129315],[128578],[128579],[128521],[128522],[128519],[128525],[128536],[128535],[128540],[128541],[129303],[129300],[128528],[128566],[128564],[128526],[129395],[128546],[128557],[128548],[128544],[128533],[128556],[129393],[128077],[128078],[128076],[128591],[128079],[128588],[128170],[128075],[129309],[10084,65039],[128293],[11088],[127881],[10024],[128175],[128064]].map(e=>String.fromCodePoint(...e));function xe(e,t,n,r){let i=e.length,a=Math.max(0,Math.min(n??i,i)),o=Math.max(a,Math.min(r??a,i));return{value:e.slice(0,a)+t+e.slice(o),caret:a+t.length}}var L=r();function Se({onSelect:e}){return(0,L.jsx)(`div`,{className:`wa-emoji-popover`,role:`menu`,"aria-label":`Emoji picker`,children:I.map((t,n)=>(0,L.jsx)(`button`,{type:`button`,role:`menuitem`,className:`wa-emoji-item`,onClick:()=>e(t),children:t},n))})}function Ce({sessionKey:e,onPick:t,onClose:n}){let[r,i]=(0,F.useState)(``),[a,o]=(0,F.useState)(null),[s,l]=(0,F.useState)(null),[u,d]=(0,F.useState)(!1),f=(0,F.useCallback)(t=>{d(!0),l(null),fetch(`/api/admin/files?path=${encodeURIComponent(t)}&session_key=${encodeURIComponent(e)}`).then(async e=>{let t=await e.json().catch(()=>({}));if(!e.ok)throw Error(t.error??`Could not list files`);return t}).then(e=>{o(e),i(e.path===`.`?``:e.path)}).catch(e=>l(e instanceof Error?e.message:String(e))).finally(()=>d(!1))},[e]);(0,F.useEffect)(()=>{f(``)},[f]);let p=e=>f(r?`${r}/${e}`:e),m=()=>{let e=r.split(`/`).filter(Boolean);e.pop(),f(e.join(`/`))},h=e=>{let n=e.entryPath??e.name;t({path:r?`${r}/${n}`:n,name:e.displayName??e.name})};return(0,L.jsx)(`div`,{className:`wa-picker-backdrop`,role:`dialog`,"aria-label":`Choose a device file`,onClick:n,children:(0,L.jsxs)(`div`,{className:`wa-picker`,onClick:e=>e.stopPropagation(),children:[(0,L.jsxs)(`div`,{className:`wa-picker-head`,children:[r&&(0,L.jsx)(`button`,{type:`button`,className:`wa-picker-icon-btn`,onClick:m,"aria-label":`Up one folder`,children:(0,L.jsx)(j,{size:18})}),(0,L.jsx)(`span`,{className:`wa-picker-title`,children:r||`Device storage`}),(0,L.jsx)(`button`,{type:`button`,className:`wa-picker-icon-btn`,onClick:n,"aria-label":`Close file picker`,children:(0,L.jsx)(c,{size:18})})]}),s&&(0,L.jsx)(`p`,{className:`wa-picker-error`,role:`alert`,children:s}),u&&(0,L.jsx)(`p`,{className:`wa-picker-empty`,children:`Loading…`}),a&&!u&&(0,L.jsxs)(`ul`,{className:`wa-picker-list`,children:[a.entries.length===0&&(0,L.jsx)(`li`,{className:`wa-picker-empty`,children:`This folder is empty.`}),a.entries.map(e=>(0,L.jsx)(`li`,{children:e.kind===`directory`?(0,L.jsxs)(`button`,{type:`button`,className:`wa-picker-row`,onClick:()=>p(e.name),children:[(0,L.jsx)(g,{size:16,"aria-hidden":!0}),(0,L.jsx)(`span`,{className:`wa-picker-name`,children:e.displayName??e.name})]}):e.kind===`file`?(0,L.jsxs)(`button`,{type:`button`,className:`wa-picker-row`,onClick:()=>h(e),children:[(0,L.jsx)(ce,{size:16,"aria-hidden":!0}),(0,L.jsx)(`span`,{className:`wa-picker-name`,children:e.displayName??e.name})]}):null},e.name))]})]})})}var we=n();function Te(e){return`${Math.floor(e/60)}:${String(e%60).padStart(2,`0`)}`}function R({transport:e,sessionKey:t,replyTo:n,onClearReply:r,features:i}){let a=i?.attachments!==!1,o=i?.voice!==!1,s=i?.deviceFiles!==!1,l=i?.quote!==!1,[d,f]=(0,F.useState)(``),[m,ee]=(0,F.useState)(!1),[g,_]=(0,F.useState)(null),[v,y]=(0,F.useState)(!1),[te,b]=(0,F.useState)(!1),[x,re]=(0,F.useState)(!1),[S,C]=(0,F.useState)([]),w=(0,F.useRef)(null),{pendingFiles:T,attachError:ae,setAttachError:E,addFiles:D,removeFile:O,clearFiles:se}=be(),{state:A,elapsedSeconds:j,errorMessage:le,start:M,send:ue,discard:de}=k(),fe=A===`recording`||A===`paused`,pe=(0,F.useCallback)(()=>{M()},[M]),me=(0,F.useCallback)(async()=>{let e=await ue();if(e){let t=e.type===`audio/ogg`?`.ogg`:e.type===`audio/mp4`?`.m4a`:`.webm`;D([new File([e],`voice-note${t}`,{type:e.type})])}},[j,ue,D]),he=(0,F.useCallback)(()=>{de()},[j,de]),ge=(0,F.useRef)(!1),_e=()=>Math.round((typeof window>`u`?900:window.innerHeight)/3),[ye,I]=(0,F.useState)(null),[R,z]=(0,F.useState)(null),B=(0,F.useRef)(null),Ee=(0,F.useCallback)(e=>{let t=B.current;t&&I(Math.min(_e(),Math.max(44,t.startH+(t.startY-e.clientY))))},[]),V=(0,F.useCallback)(()=>{B.current=null,window.removeEventListener(`pointermove`,Ee),window.removeEventListener(`pointerup`,V)},[Ee]),De=(0,F.useCallback)(e=>{B.current={startY:e.clientY,startH:w.current?.offsetHeight??44},window.addEventListener(`pointermove`,Ee),window.addEventListener(`pointerup`,V),e.preventDefault()},[Ee,V]),Oe=(0,F.useCallback)(e=>{let t=ye??w.current?.offsetHeight??44,n=null;e.key===`ArrowUp`?(e.preventDefault(),n=Math.min(_e(),t+24)):e.key===`ArrowDown`&&(e.preventDefault(),n=Math.max(44,t-24)),n!==null&&I(n)},[ye]),ke=(0,F.useRef)(``);(0,F.useEffect)(()=>{let e=w.current;if(!e)return;let t=ke.current!==``&&d===``;if(ke.current=d,ye!==null){t&&I(null);return}let n=e.style.height;e.style.height=`auto`;let r=Math.min(_e(),Math.max(44,e.scrollHeight));e.style.height=n,z(r)},[d,ye]);let H=(d.trim().length>0||T.length>0||S.length>0)&&!m,Ae=(0,F.useCallback)(async()=>{if(!ge.current&&!(d.trim().length===0&&T.length===0&&S.length===0)){ge.current=!0,ee(!0),_(null);try{let i=`${e.endpoint}?session_key=${encodeURIComponent(t)}`,a;if(T.length>0||S.length>0){let t=new FormData;for(let[n,r]of Object.entries(e.fields))t.append(n,r);d.trim()&&t.append(`text`,d);for(let e of T)t.append(`files`,e);for(let e of S)t.append(`fileRefs`,e.path);n&&t.append(`quotedId`,n.msgKeyId),a=await fetch(i,{method:`POST`,body:t})}else a=await fetch(i,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({...e.fields,text:d,...n?{quotedId:n.msgKeyId}:{}})});let o=await a.json().catch(()=>({}));if(!a.ok){_(o.error??`Send failed.`),console.warn(`[operator-ui] op=reply-fail endpoint=${e.endpoint} error=${o.error??`unknown`}`);return}f(``),se(),C([]),r?.()}catch(t){_(`Could not reach the server. Try again.`),console.warn(`[operator-ui] op=reply-fail endpoint=${e.endpoint} error=${String(t)}`)}finally{ge.current=!1,ee(!1)}}},[d,T,S,n,r,e,t,se]),je=(0,F.useCallback)(e=>{let t=w.current,{value:n,caret:r}=xe(d,e,t?t.selectionStart:null,t?t.selectionEnd:null);f(n),y(!1),requestAnimationFrame(()=>{let e=w.current;e&&(e.focus(),e.setSelectionRange(r,r))})},[d]),Me=e=>{e.key===`Enter`&&!e.shiftKey&&(e.preventDefault(),H&&Ae())},Ne=e=>e.dataTransfer.types.includes(`Files`),Pe=(0,F.useCallback)(e=>{Ne(e)&&(e.preventDefault(),a&&re(!0))},[a]),Fe=(0,F.useCallback)(()=>re(!1),[]),Ie=(0,F.useCallback)(e=>{if(!Ne(e))return;e.preventDefault(),re(!1);let t=[...e.dataTransfer.files];if(t.length!==0){if(!a){E(`This conversation takes text only. Attachments cannot be sent here.`);return}Math.max(0,T.length+t.length-5),D(t)}},[T.length,D,a,E]),Le=e=>e.startsWith(`image/`)?(0,L.jsx)(N,{size:14}):e===`application/pdf`?(0,L.jsx)(ce,{size:14}):(0,L.jsx)(ie,{size:14}),Re=ne(`(max-width: 720px)`),[ze,Be]=(0,F.useState)(null);(0,F.useEffect)(()=>{Be(Re?document.querySelector(`.admin-footer`):null)},[Re]);let Ve=(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-emoji`,onClick:()=>y(e=>!e),disabled:m,"aria-label":`Emoji`,"aria-expanded":v,children:(0,L.jsx)(P,{size:22})}),(a||s)&&(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-attach`,onClick:()=>b(!0),disabled:m,"aria-label":`Attach files`,children:(0,L.jsx)(h,{size:22})})]});return(0,L.jsxs)(`div`,{className:`wa-reply${x?` wa-reply-drag-over`:``}`,onDragOver:Pe,onDragLeave:Fe,onDrop:Ie,children:[te&&(0,L.jsx)(Ce,{sessionKey:t,onPick:e=>{C(t=>[...t,e].slice(0,5)),b(!1)},onClose:()=>b(!1)}),v&&(0,L.jsx)(Se,{onSelect:je}),g&&(0,L.jsx)(`p`,{className:`wa-reply-error`,role:`alert`,children:g}),ae&&(0,L.jsx)(`p`,{className:`wa-reply-error`,role:`alert`,children:ae}),A===`error`&&le&&(0,L.jsx)(`p`,{className:`wa-reply-error`,role:`alert`,children:le}),(T.length>0||S.length>0)&&(0,L.jsxs)(`div`,{className:`wa-reply-attachments`,children:[T.map((e,t)=>(0,L.jsxs)(`div`,{className:`wa-reply-chip`,children:[Le(e.type),(0,L.jsx)(`span`,{className:`wa-reply-chip-name`,children:e.name}),(0,L.jsx)(`button`,{type:`button`,onClick:()=>O(t),"aria-label":`Remove ${e.name}`,children:(0,L.jsx)(c,{size:12})})]},`f-${t}`)),S.map((e,t)=>(0,L.jsxs)(`div`,{className:`wa-reply-chip wa-reply-chip-ref`,children:[(0,L.jsx)(ce,{size:14}),(0,L.jsx)(`span`,{className:`wa-reply-chip-name`,children:e.name}),(0,L.jsx)(`button`,{type:`button`,onClick:()=>C(e=>e.filter((e,n)=>n!==t)),"aria-label":`Remove ${e.name}`,children:(0,L.jsx)(c,{size:12})})]},`r-${t}`))]}),l&&n&&(0,L.jsxs)(`div`,{className:`wa-reply-quote`,children:[(0,L.jsxs)(`div`,{className:`wa-reply-quote-body`,children:[(0,L.jsx)(`span`,{className:`wa-reply-quote-who`,children:n.fromMe?`You`:n.senderName??`Contact`}),(0,L.jsx)(`span`,{className:`wa-reply-quote-text`,children:n.body||`Message`})]}),(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-quote-cancel`,onClick:()=>r?.(),"aria-label":`Cancel reply`,children:(0,L.jsx)(c,{size:14})})]}),!fe&&(0,L.jsx)(`div`,{className:`wa-reply-resize-handle`,role:`separator`,"aria-orientation":`horizontal`,"aria-label":`Resize input — drag up to enlarge`,tabIndex:0,onPointerDown:De,onKeyDown:Oe}),(0,L.jsx)(`div`,{className:`wa-reply-row`,children:fe?(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-attach`,onClick:he,"aria-label":`Cancel recording`,children:(0,L.jsx)(u,{size:20})}),(0,L.jsxs)(`span`,{className:`wa-rec-live`,role:`status`,children:[(0,L.jsx)(`span`,{className:`wa-rec-dot`,"aria-hidden":!0}),Te(j)]}),(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-send`,onClick:()=>void me(),"aria-label":`Stop recording`,children:(0,L.jsx)(p,{size:20})})]}):(0,L.jsxs)(L.Fragment,{children:[ze?(0,we.createPortal)((0,L.jsx)(`div`,{className:`wa-reply-footer-actions`,children:Ve}),ze):Ve,(0,L.jsxs)(`div`,{className:`wa-reply-inputwrap`,children:[(0,L.jsx)(`textarea`,{ref:w,className:`wa-reply-input`,value:d,rows:1,style:{height:`${ye??R??44}px`},placeholder:`Type a message`,disabled:m,onChange:e=>f(e.target.value),onKeyDown:Me}),o&&d.length===0&&(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-mic`,onClick:()=>void pe(),disabled:m,"aria-label":`Record voice note`,children:(0,L.jsx)(oe,{size:22})})]}),(0,L.jsx)(`button`,{type:`button`,className:`wa-reply-send`,onClick:()=>void Ae(),disabled:!H,"aria-label":`Send`,children:(0,L.jsx)(ve,{size:20})})]})})]})}function z({accountId:e,channelKey:t,contactName:n,sessionKey:r,sendable:i=!0,onBack:a}){let o=t.slice(t.indexOf(`:`)+1),s=n===o?void 0:o;return(0,L.jsxs)(`div`,{className:`wa-web tg-web`,children:[(0,L.jsxs)(`header`,{className:`wa-web-header`,children:[a&&(0,L.jsx)(`button`,{type:`button`,className:`wa-web-back`,onClick:a,"aria-label":`Back`,children:(0,L.jsx)(j,{size:20})}),(0,L.jsx)(`span`,{className:`wa-web-avatar`,"aria-hidden":!0,children:(0,L.jsx)(D,{size:20})}),(0,L.jsxs)(`div`,{className:`wa-web-titles`,children:[(0,L.jsx)(`span`,{className:`wa-web-name`,children:n}),s&&(0,L.jsx)(`span`,{className:`wa-web-subtitle`,children:s})]})]}),(0,L.jsx)(`div`,{className:`wa-web-body`,"data-testid":`telegram-web-conversation`,children:(0,L.jsx)(O,{sessionId:``,projectDir:``,sessionKey:r,forceDeliveredOnly:!0,suppressDirectives:!0,store:{channel:`telegram`,accountId:e,channelKey:t}})}),i&&(0,L.jsx)(R,{transport:{endpoint:`/api/telegram-reader/send`,fields:{accountId:e,channelKey:t}},sessionKey:r,features:{attachments:!1,voice:!1,deviceFiles:!1,quote:!1}})]})}function B({accountId:e,remoteJid:t,contactName:n,sessionKey:r,onBack:i}){let a=v(t),o=t.split(`@`)[0],s=a?`Group`:n===`+${o}`?void 0:`+${o}`,[l,u]=(0,F.useState)(!1),[d,f]=(0,F.useState)(``),p=()=>{u(!1),f(``)},[m,h]=(0,F.useState)(null);return(0,L.jsxs)(`div`,{className:`wa-web`,children:[(0,L.jsxs)(`header`,{className:`wa-web-header`,children:[i&&(0,L.jsx)(`button`,{type:`button`,className:`wa-web-back`,onClick:i,"aria-label":`Back`,children:(0,L.jsx)(j,{size:20})}),(0,L.jsx)(se,{accountId:e,jid:t,sessionKey:r}),l?(0,L.jsxs)(`div`,{className:`wa-web-search`,children:[(0,L.jsx)(le,{size:18,"aria-hidden":!0}),(0,L.jsx)(`input`,{className:`wa-web-search-input`,type:`text`,autoFocus:!0,placeholder:`Search messages`,"aria-label":`Search messages`,value:d,onChange:e=>f(e.target.value),onKeyDown:e=>{e.key===`Escape`&&p()}}),(0,L.jsx)(`button`,{type:`button`,className:`wa-web-search-close`,onClick:p,"aria-label":`Close search`,children:(0,L.jsx)(c,{size:18})})]}):(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(`div`,{className:`wa-web-titles`,children:[(0,L.jsx)(`span`,{className:`wa-web-name`,children:n}),s&&(0,L.jsx)(`span`,{className:`wa-web-subtitle`,children:s})]}),(0,L.jsx)(`button`,{type:`button`,className:`wa-web-search-toggle`,onClick:()=>u(!0),"aria-label":`Search messages`,children:(0,L.jsx)(le,{size:20})})]})]}),(0,L.jsx)(`div`,{className:`wa-web-body`,children:(0,L.jsx)(O,{sessionId:``,projectDir:``,sessionKey:r,forceDeliveredOnly:!0,suppressDirectives:!0,store:{channel:`whatsapp`,accountId:e,remoteJid:t},search:l?d:void 0,onReplyTo:h,groupThread:a})}),(0,L.jsx)(R,{transport:{endpoint:`/api/whatsapp-reader/reply`,fields:{accountId:e,remoteJid:t}},sessionKey:r,replyTo:m,onClearReply:()=>h(null)})]})}function Ee(e){let t=new Set,n=[];for(let r of e)for(let e of r.labels)e&&(t.has(e)||M.has(e)&&(t.add(e),n.push(e)));return n}function V(e,t){return m(e,t)}function De({conversations:e,sessionKey:t,onBack:n}){let{zone:r}=o(),[i,a]=(0,F.useState)(null),s=_(e);return i?i.source===`store`&&i.channel===`telegram`&&i.accountId&&i.channelKey?(0,L.jsx)(z,{accountId:i.accountId,channelKey:i.channelKey,contactName:b(i),sessionKey:t,onBack:()=>a(null)},y(i)):i.source===`store`&&i.accountId&&i.remoteJid?(0,L.jsx)(B,{accountId:i.accountId,remoteJid:i.remoteJid,contactName:b(i),sessionKey:t,onBack:()=>a(null)},y(i)):(0,L.jsxs)(`div`,{className:`op-conv op-conv-reader`,children:[(0,L.jsxs)(`div`,{className:`op-conv-bar`,children:[(0,L.jsxs)(`button`,{type:`button`,className:`op-conv-back`,onClick:()=>a(null),"aria-label":`Back to conversations`,children:[(0,L.jsx)(j,{size:16}),` Back`]}),(0,L.jsx)(`span`,{className:`op-conv-title`,children:b(i)})]}),(0,L.jsx)(O,{sessionId:i.sessionId,projectDir:i.projectDir,sessionKey:t,forceDeliveredOnly:!0,suppressDirectives:i.source===`store`,store:i.source===`store`?{channel:`whatsapp`,accountId:i.accountId,remoteJid:i.remoteJid}:void 0},y(i))]}):(0,L.jsxs)(`div`,{className:`op-conv op-conv-list`,children:[(0,L.jsxs)(`div`,{className:`op-conv-bar`,children:[(0,L.jsxs)(`button`,{type:`button`,className:`op-conv-back`,onClick:n,"aria-label":`Back to chat`,children:[(0,L.jsx)(j,{size:16}),` Chat`]}),(0,L.jsx)(`span`,{className:`op-conv-title`,children:`Conversations`})]}),s.map(e=>(0,L.jsxs)(`div`,{className:`op-conv-group`,children:[(0,L.jsxs)(`div`,{className:`op-conv-group-head`,children:[(0,L.jsx)(w,{channel:e.channel,size:14}),e.label]}),e.rows.map(e=>(0,L.jsxs)(`button`,{type:`button`,className:`op-conv-row`,onClick:()=>{a(e)},children:[e.source===`store`&&e.accountId&&e.remoteJid&&(0,L.jsx)(se,{accountId:e.accountId,jid:e.remoteJid,sessionKey:t,className:`op-conv-avatar`,size:16}),(0,L.jsx)(`span`,{className:`op-conv-name`,children:b(e)}),e.modelGated&&(0,L.jsx)(`span`,{className:`op-conv-gated`,role:`img`,"aria-label":`Model unavailable`,children:(0,L.jsx)(ue,{size:13})}),(0,L.jsx)(`span`,{className:`op-conv-when`,children:V(e.lastMessageAt,r)})]},y(e)))]},e.channel))]})}var Oe=/\.(png|jpe?g|gif|webp|svg)$/i;function ke(e){return Oe.test(e)}function H(e){return e.entryPath??e.name}var Ae=`maxy-data-view`,je=95*1024*1024,Me=48*1024*1024;function Ne(){return typeof window>`u`?`list`:window.localStorage.getItem(Ae)===`grid`?`grid`:`list`}function Pe(){let[e,t]=(0,F.useState)(null),[n,r]=(0,F.useState)(!1);return(0,F.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem(`maxy-admin-session-key`)}catch{}if(!n){t(null),r(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(i=>{if(!e){if(i.status===401){try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`;return}t(n),r(!0)}}).catch(()=>{e||(t(n),r(!0))}),()=>{e=!0}},[]),n?e?(0,L.jsx)(f,{cacheKey:e,surface:`data`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=data`);try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`},children:(0,L.jsx)(C,{cacheKey:e,children:(0,L.jsx)(`div`,{className:`data-page data-page-full`,children:(0,L.jsx)(Fe,{cacheKey:e})})})}):(0,L.jsx)(`div`,{className:`data-page`,children:(0,L.jsxs)(`div`,{className:`data-empty`,children:[(0,L.jsx)(`p`,{children:`You are not signed in.`}),(0,L.jsxs)(`p`,{children:[`Open the `,(0,L.jsx)(`a`,{href:`/`,className:`data-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,L.jsx)(d,{surface:`gate`})}function Fe({cacheKey:e}){let{adminFetch:t,cacheKey:n,sessionRefetchNonce:r}=S({initialCacheKey:e,surface:`data`});return(0,L.jsx)(U,{adminFetch:t,cacheKey:n,sessionRefetchNonce:r})}function Ie(){if(typeof window>`u`)return`@home`;let e=new URLSearchParams(window.location.hash.replace(/^#/,``)).get(`path`);return e&&e.length>0?e:`@home`}function Le(e){if(typeof window>`u`)return;let t=new URL(window.location.href);t.hash=e===`.`||e===`@home`?``:`path=${encodeURIComponent(e)}`,window.history.replaceState(window.history.state,``,t.toString())}function Re(e){return new Promise((t,n)=>{let r=[],i=()=>e.readEntries(e=>{e.length===0?t(r):(r.push(...e),i())},n);i()})}function ze(e){return new Promise((t,n)=>e.file(t,n))}async function Be(e,t=``){let n=[];for(let r of e){if(!r)continue;let e=t?`${t}/${r.name}`:r.name;if(r.isFile)n.push({file:await ze(r),relpath:e});else if(r.isDirectory){let t=await Re(r.createReader());n.push(...await Be(t,e))}}return n}function Ve(e,t){if(e===422&&typeof t==`string`){if(/exceeds the .* limit/i.test(t))return`size`;if(/unsupported file type/i.test(t))return`mime`}return`http=${e}`}function He({adminFetch:e,cacheKey:t,sessionRefetchNonce:n}){let{zone:r}=o(),[i,f]=(0,F.useState)(``),p=(0,F.useRef)(null),[m,h]=(0,F.useState)(``),[_,v]=(0,F.useState)(null),[y,te]=(0,F.useState)(`hybrid`),[b,x]=(0,F.useState)(!1),[ne,S]=(0,F.useState)(null),[C,w]=(0,F.useState)(null),[ie,ae]=(0,F.useState)(0),[E,D]=(0,F.useState)(!1),[O,oe]=(0,F.useState)(()=>Ie()),[k,se]=(0,F.useState)(null),[A,j]=(0,F.useState)(()=>Ne()),[M,ue]=(0,F.useState)(null),[N,ve]=(0,F.useState)([]),[P,be]=(0,F.useState)(null),[I,xe]=(0,F.useState)(0),[Se,Ce]=(0,F.useState)(null),we=(0,F.useRef)(null),Te=N.slice(0,-1).map(e=>e.name).join(`/`),R=(()=>{let e=N.map(e=>e.name);return e.length>=2&&e[0]===`accounts`?`${e[0]}/${e[1]}`:null})(),z=P?Te:O,B=(0,F.useCallback)(e=>z===`.`||z===``?e:`${z}/${e}`,[z]),[V,De]=(0,F.useState)(!1),[Oe,Pe]=(0,F.useState)(!1),[Fe,Re]=(0,F.useState)(null),[ze,He]=(0,F.useState)(!1),[U,W]=(0,F.useState)(null),[Ge,Ke]=(0,F.useState)(null),[qe,Xe]=(0,F.useState)(null),[Ze,Qe]=(0,F.useState)(!1),[$e,et]=(0,F.useState)(null),tt=(0,F.useRef)(null),[nt,rt]=(0,F.useState)(0),[it,at]=(0,F.useState)(!1),[ot,st]=(0,F.useState)(``),[ct,lt]=(0,F.useState)(null),[ut,dt]=(0,F.useState)(``),[ft,pt]=(0,F.useState)(null),G=(()=>{let e=O===`.`?[]:O.split(`/`).filter(Boolean);return e.some(e=>e.startsWith(`@`))?!1:e.length>=2&&e[0]===`accounts`})(),[mt,ht]=(0,F.useState)(!1),gt=(0,F.useRef)(null),[_t,K]=(0,F.useState)(!1),vt=(0,F.useRef)(null);(0,F.useEffect)(()=>{let e=i.trim();if(!e){h(``),v(null),S(null);return}D(!1);let t=setTimeout(()=>h(e),300);return()=>clearTimeout(t)},[i]),(0,F.useEffect)(()=>{if(!m){x(!1);return}let t=!1;return x(!0),S(null),e(`/api/admin/graph-search?q=${encodeURIComponent(m)}&labels=FileArtifact&limit=20${E?`&threshold=0`:``}`).then(async e=>{let t=await e.json().catch(()=>({error:`HTTP ${e.status}`}));if(!e.ok)throw Error(t.error??`HTTP ${e.status}`);return t}).then(e=>{t||(v(e.results),te(e.mode??`hybrid`),ae(typeof e.suppressed==`number`?e.suppressed:0))}).catch(e=>{t||S(e instanceof Error?e.message:String(e))}).finally(()=>{t||x(!1)}),()=>{t=!0}},[m,e,n,E]);let yt=(0,F.useMemo)(()=>_?Ee(_):[],[_]),bt=C&&yt.includes(C)?C:null,xt=(0,F.useMemo)(()=>_?bt?_.filter(e=>e.labels.includes(bt)):_:null,[_,bt]),St=(0,F.useCallback)(e=>{let n=e.properties.relativePath;if(typeof n!=`string`||n.length===0)return;let r=`/api/admin/files/download?session_key=${encodeURIComponent(t)}&path=${encodeURIComponent(n)}`,i=document.createElement(`a`);i.href=r,i.rel=`noopener noreferrer`,document.body.appendChild(i),i.click(),i.remove()},[t]);(0,F.useEffect)(()=>{if(!_)return;let e=_.filter(e=>{let t=e.properties.relativePath;return typeof t!=`string`||t.length===0});e.length>0&&console.warn(`[data-search] op=locate-link-missing nodeId=${e.map(e=>e.nodeId).join(`,`)}`)},[_]),(0,F.useEffect)(()=>{let t=!1;return De(!0),Re(null),e(`/api/admin/files?path=${encodeURIComponent(O===`.`?``:O)}`).then(async e=>{let t=await e.json().catch(()=>({error:`HTTP ${e.status}`}));if(!e.ok)throw Error(t.error??`HTTP ${e.status}`);return t}).then(e=>{t||(se(e.entries),ve(e.displayPath??[]),be(e.view??null),xe(typeof e.systemCount==`number`?e.systemCount:0))}).catch(e=>{t||(se([]),ve([]),be(null),xe(0),Re(e instanceof Error?e.message:String(e)))}).finally(()=>{t||(De(!1),Pe(!0))}),()=>{t=!0}},[e,O,nt,n]),(0,F.useEffect)(()=>{if(P!==null||!R||we.current===R)return;we.current=R;let t=!1;return e(`/api/admin/files?path=${encodeURIComponent(`${R}/@home`)}`).then(e=>e.ok?e.json():null).then(e=>{t||!e||Ce((e.entries??[]).map(e=>e.name))}).catch(e=>{console.warn(`[data-ui] op=rail-buckets status=error reason="${e instanceof Error?e.message:String(e)}"`)}),()=>{t=!0}},[e,P,R]),(0,F.useEffect)(()=>{Le(O)},[O]);let Ct=(0,F.useCallback)(()=>{rt(e=>e+1)},[]),q=(0,F.useCallback)(e=>{ht(!1),oe(e)},[]),wt=(0,F.useCallback)(e=>{let t=e.properties.relativePath;if(typeof t!=`string`||t.length===0)return;let n=t.lastIndexOf(`/`),r=n===-1?`.`:t.slice(0,n);f(``),S(null),w(null),q(r)},[q]),Tt=(0,F.useCallback)(()=>{if(!O.split(`/`).some(e=>e.startsWith(`@`))){if(O===`.`||O===``)return;let e=O.split(`/`).filter(Boolean);e.pop(),oe(e.length===0?`.`:e.join(`/`));return}N.length!==0&&oe(N.length>=2?N.slice(0,N.length-1).map(e=>e.name).join(`/`):`.`)},[O,N]),Et=(0,F.useCallback)(e=>{fe(t,B(H(e)))},[B,t]),[J,Dt]=(0,F.useState)(!1),[Y,Ot]=(0,F.useState)(new Set),kt=(0,F.useRef)(null),X=(0,F.useRef)(!1),At=typeof navigator<`u`&&typeof navigator.share==`function`&&typeof navigator.canShare==`function`,jt=(0,F.useCallback)(e=>{Dt(!0),Ot(new Set([e]))},[]),Z=(0,F.useCallback)(e=>{Dt(!1),Ot(new Set)},[]),Q=(0,F.useCallback)(e=>{Ot(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},[]),Mt=(0,F.useCallback)(e=>{X.current=!1,kt.current=setTimeout(()=>{X.current=!0,jt(e)},500)},[jt]),$=(0,F.useCallback)(()=>{kt.current&&=(clearTimeout(kt.current),null)},[]),Nt=(0,F.useCallback)(e=>{if(X.current){X.current=!1;return}if(J){Q(e.name);return}Et(e)},[J,Q,Et]),Pt=(0,F.useCallback)(e=>{j(e),typeof window<`u`&&window.localStorage.setItem(Ae,e)},[]),Ft=(0,F.useCallback)(e=>{if(X.current){X.current=!1;return}if(J){Q(e.name);return}ue({src:pe(t,B(H(e))),alt:e.displayName??e.name})},[J,Q,B,t]),It=(0,F.useCallback)(()=>(k??[]).filter(e=>e.kind===`file`&&Y.has(e.name)),[k,Y]),Lt=(0,F.useCallback)(()=>{if(Y.size!==1)return null;let e=(k??[]).find(e=>Y.has(e.name));return e&&!e.entryPath?e:null},[k,Y]),Rt=(0,F.useCallback)(()=>(k??[]).filter(e=>(e.kind===`file`||e.kind===`directory`)&&Y.has(e.name)),[k,Y]),zt=(0,F.useCallback)(()=>{let e=Rt(),n=e.some(e=>e.kind===`directory`);e.length===1&&!n?Et(e[0]):e.length>=1&&de(t,e.map(e=>B(H(e)))),Z(`action`)},[Rt,Et,B,t,Z]),Bt=(0,F.useCallback)(async()=>{let t=It(),n=t.filter(e=>!e.protected),r=t.length-n.length;et(r>0?`${r} protected file(s) kept`:null);for(let t of n){let n=B(H(t));try{let t=await e(`/api/admin/files?path=${encodeURIComponent(n)}`,{method:`DELETE`}),r=await t.json().catch(()=>({error:`HTTP ${t.status}`}));if(!t.ok)throw Error(r.error??`HTTP ${t.status}`)}catch(e){et(e instanceof Error?e.message:String(e))}}rt(e=>e+1),Z(`action`)},[It,B,e,Z]),Vt=(0,F.useCallback)(async()=>{let e=It();if(At)try{let n=await Promise.all(e.map(async e=>{let n=B(H(e)),r=`/api/admin/files/download?session_key=${encodeURIComponent(t)}&path=${encodeURIComponent(n)}`,i=await(await fetch(r)).blob();return new File([i],e.displayName??e.name,{type:i.type||`application/octet-stream`})}));navigator.canShare({files:n})&&await navigator.share({files:n})}catch(e){console.warn(`[data-ui] op=share-failed err=${e instanceof Error?e.message:String(e)}`)}},[It,At,B,t]),Ht=(0,F.useCallback)(()=>{tt.current?.click()},[]),Ut=(0,F.useCallback)((e,n={})=>{let r=(r,i,a)=>{let o=new URLSearchParams({session_key:t,path:O===`.`?``:O,filename:e.name});n.relpath&&o.set(`relpath`,n.relpath),n.token&&o.set(`token`,n.token);for(let[e,t]of Object.entries(i))o.set(e,t);return new Promise(t=>{let n=new XMLHttpRequest;n.open(`POST`,`/api/admin/files/upload?${o.toString()}`),n.setRequestHeader(`Content-Type`,e.type||`application/octet-stream`),a&&(n.upload.onprogress=e=>{e.lengthComputable&&a(e.loaded)}),n.onload=()=>{let e={};try{e=JSON.parse(n.responseText)}catch{}t({status:n.status,data:e})},n.onerror=()=>t({status:0,data:{}}),n.onabort=()=>t({status:0,data:{error:`aborted`}}),n.send(r)})};if(e.size<=je)return r(e,{},t=>n.onProgress?.(t,e.size));let i=`${Date.now().toString(36)}-${Math.random().toString(16).slice(2,10)}`,a=Math.ceil(e.size/Me);return(async()=>{let t={status:0,data:{}};for(let o=0;o<a;o++){let s=o*Me;if(t=await r(e.slice(s,Math.min(s+Me,e.size)),{uploadId:i,seq:String(o),total:String(a)},t=>n.onProgress?.(s+t,e.size)),!(t.status>=200&&t.status<300))return t}return t})()},[t,O]),Wt=(0,F.useCallback)(async e=>{Ke(null),He(!0),W({loaded:0,total:e.size});try{let{status:t,data:n}=await Ut(e,{onProgress:(e,t)=>W({loaded:e,total:t})});t>=200&&t<300&&n.path?(oe(n.path.split(`/`).slice(0,-1).join(`/`)||`.`),rt(e=>e+1)):Ke(t===0?`Network error during upload — the connection failed before the server responded.`:n.error??`Upload failed (HTTP ${t}).`)}finally{He(!1),W(null),tt.current&&(tt.current.value=``)}},[Ut]),Gt=(0,F.useCallback)(e=>{G&&Array.from(e.dataTransfer.types).includes(`Files`)&&(e.preventDefault(),Qe(!0))},[G]),Kt=(0,F.useCallback)(e=>{e.currentTarget.contains(e.relatedTarget)||Qe(!1)},[]),qt=(0,F.useCallback)(async e=>{e.preventDefault(),Qe(!1);let t=Math.random().toString(16).slice(2,10),n=Array.from(e.dataTransfer.items);if(n.length===0)return;if(!G){Ke(`Open a folder inside your account to upload`);return}let r=n.map(e=>e.webkitGetAsEntry?.()).filter(e=>!!e);He(!0),Ke(null),Xe(null);try{let e=await Be(r),n=0,i=[];for(let r=0;r<e.length;r++){let{file:a,relpath:o}=e[r];W({loaded:0,total:a.size});let{status:s,data:c}=await Ut(a,{relpath:o,token:t,onProgress:(e,t)=>W({loaded:e,total:t})});if(s>=200&&s<300)n++;else{let e=s===0?`http=0`:Ve(s,c.error);i.push(`${o} (${e})`)}}Xe(`Uploaded ${n}, skipped ${i.length}${i.length?`: ${i.join(`, `)}`:``}`),rt(e=>e+1)}catch(e){Ke(e instanceof Error?e.message:String(e))}finally{He(!1),W(null)}},[G,Ut]),Jt=(0,F.useCallback)(async()=>{let t=ot.trim();if(t){pt(null);try{let n=await e(`/api/admin/files/folder`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({path:O===`.`?``:O,name:t})}),r=await n.json().catch(()=>({error:`HTTP ${n.status}`}));if(!n.ok)throw Error(r.error??`HTTP ${n.status}`);at(!1),st(``),rt(e=>e+1)}catch(e){pt(e instanceof Error?e.message:String(e))}}},[e,ot,O]),Yt=(0,F.useCallback)(async()=>{if(!ct)return;let t=ut.trim();if(!t)return;pt(null);let n=B(ct);try{let r=await e(`/api/admin/files/rename`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({path:n,newName:t})}),i=await r.json().catch(()=>({error:`HTTP ${r.status}`}));if(!r.ok)throw Error(i.error??`HTTP ${r.status}`);lt(null),dt(``),Z(`action`),rt(e=>e+1)}catch(e){pt(e instanceof Error?e.message:String(e))}},[e,ut,ct,B,Z]);(0,F.useEffect)(()=>{if(!mt)return;let e=e=>{gt.current&&!gt.current.contains(e.target)&&ht(!1)},t=e=>{e.key===`Escape`&&ht(!1)};return document.addEventListener(`mousedown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`mousedown`,e),document.removeEventListener(`keydown`,t)}},[mt]),(0,F.useEffect)(()=>{if(!_t)return;let e=e=>{vt.current&&!vt.current.contains(e.target)&&K(!1)},t=e=>{e.key===`Escape`&&K(!1)};return document.addEventListener(`mousedown`,e),document.addEventListener(`keydown`,t),()=>{document.removeEventListener(`mousedown`,e),document.removeEventListener(`keydown`,t)}},[_t]);let Xt=(0,F.useCallback)(e=>N.slice(0,e+1).map(e=>e.name).join(`/`),[N]),Zt=N.length>=2,Qt=Zt?[{name:`.`,label:`data`},...N.slice(0,N.length-2).map((e,t)=>({name:Xt(t),label:e.displayName??e.name}))]:[];return Oe?(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(`div`,{className:`data-toolbar`,children:[J?(0,L.jsxs)(`button`,{type:`button`,className:`data-select-cancel`,onClick:()=>Z(`cancel`),"aria-label":`Cancel selection`,children:[(0,L.jsx)(c,{size:14}),` Cancel`]}):(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(`div`,{className:`data-search-input`,children:[i===``&&(0,L.jsx)(le,{size:14}),(0,L.jsx)(`input`,{ref:p,type:`text`,value:i,onChange:e=>f(e.target.value),autoFocus:!0,autoComplete:`off`,spellCheck:!1}),b&&(0,L.jsx)(l,{size:14,className:`spin`}),i!==``&&(0,L.jsx)(`button`,{type:`button`,className:`data-search-inline-btn`,onClick:()=>{f(``),p.current?.focus()},title:`Clear search`,"aria-label":`Clear search`,children:(0,L.jsx)(c,{size:14})})]}),(0,L.jsxs)(`div`,{className:`data-toolbar-actions`,ref:vt,children:[(0,L.jsx)(`button`,{type:`button`,className:`data-action-overflow`,onClick:()=>K(e=>!e),"aria-haspopup":`menu`,"aria-expanded":_t,"aria-label":`File actions`,title:`File actions`,children:(0,L.jsx)(me,{size:16})}),(0,L.jsxs)(`div`,{className:`data-action-group`,role:`group`,"aria-label":`File actions`,"data-open":_t?`true`:void 0,children:[(0,L.jsxs)(`button`,{type:`button`,className:`data-action-btn`,onClick:()=>{Ct(),K(!1)},disabled:V,title:`Refresh this folder`,"aria-label":`Refresh this folder`,children:[V?(0,L.jsx)(l,{size:16,className:`spin`}):(0,L.jsx)(a,{size:16}),(0,L.jsx)(`span`,{className:`data-action-label`,children:`Refresh`})]}),(0,L.jsxs)(`button`,{type:`button`,className:`data-action-btn admin-btn-cta`,onClick:()=>{Ht(),K(!1)},disabled:ze||!G,title:G?`Upload a file`:`Open a folder inside your account to upload`,"aria-label":`Upload a file`,children:[ze?U&&U.total>0?(0,L.jsxs)(`span`,{className:`data-upload-pct`,children:[Math.round(U.loaded/U.total*100),`%`]}):(0,L.jsx)(l,{size:16,className:`spin`}):(0,L.jsx)(ye,{size:16}),(0,L.jsx)(`span`,{className:`data-action-label`,children:`Upload`})]}),(0,L.jsxs)(`button`,{type:`button`,className:`data-action-btn`,onClick:()=>{at(e=>!e),st(``),pt(null),K(!1)},disabled:ze||!G,title:G?`New folder`:`Open a folder inside your account to create one`,"aria-label":`New folder`,children:[(0,L.jsx)(he,{size:16}),(0,L.jsx)(`span`,{className:`data-action-label`,children:`New folder`})]}),(0,L.jsxs)(`button`,{type:`button`,className:`data-action-btn`,onClick:()=>{Pt(A===`grid`?`list`:`grid`),K(!1)},title:A===`grid`?`List view`:`Grid view`,"aria-label":A===`grid`?`Switch to list view`:`Switch to grid view`,"aria-pressed":A===`grid`,children:[A===`grid`?(0,L.jsx)(_e,{size:16}):(0,L.jsx)(ge,{size:16}),(0,L.jsx)(`span`,{className:`data-action-label`,children:A===`grid`?`List view`:`Grid view`})]})]})]})]}),(0,L.jsxs)(`div`,{className:`data-breadcrumbs`,children:[O!==`.`&&(0,L.jsx)(`button`,{type:`button`,className:`data-btn data-btn-ghost data-back-btn`,onClick:Tt,title:`Up one level`,"aria-label":`Up one level`,children:(0,L.jsx)(re,{size:14})}),Zt?(0,L.jsxs)(L.Fragment,{children:[(0,L.jsxs)(`span`,{className:`data-crumb-wrap`,ref:gt,children:[(0,L.jsx)(`button`,{type:`button`,className:`data-crumb data-crumb-ellipsis`,onClick:()=>ht(e=>!e),"aria-haspopup":`menu`,"aria-expanded":mt,"aria-label":`Show parent folders`,title:`Show parent folders`,children:`…`}),mt&&(0,L.jsx)(`div`,{className:`data-crumb-menu`,role:`menu`,children:Qt.map(e=>(0,L.jsx)(`button`,{type:`button`,role:`menuitem`,className:`data-crumb-menu-item`,onClick:()=>q(e.name),title:e.label,children:e.label},e.name))})]}),[N.length-2,N.length-1].map(e=>{let t=N[e];return(0,L.jsxs)(`span`,{className:`data-crumb-wrap`,children:[(0,L.jsx)(`span`,{className:`data-crumb-sep`,children:`›`}),(0,L.jsx)(`button`,{type:`button`,className:`data-crumb`,onClick:()=>q(Xt(e)),title:t.name,children:t.displayName??t.name})]},Xt(e))})]}):(0,L.jsxs)(L.Fragment,{children:[(0,L.jsx)(`button`,{type:`button`,className:`data-crumb`,onClick:()=>q(`.`),children:`data`}),N.map((e,t)=>(0,L.jsxs)(`span`,{className:`data-crumb-wrap`,children:[(0,L.jsx)(`span`,{className:`data-crumb-sep`,children:`›`}),(0,L.jsx)(`button`,{type:`button`,className:`data-crumb`,onClick:()=>q(Xt(t)),title:e.name,children:e.displayName??e.name})]},Xt(t)))]})]}),it&&(0,L.jsxs)(`div`,{className:`data-inline-form`,children:[(0,L.jsx)(`input`,{type:`text`,className:`data-inline-input`,placeholder:`Folder name`,value:ot,autoFocus:!0,onChange:e=>st(e.target.value),onKeyDown:e=>{e.key===`Enter`&&Jt(),e.key===`Escape`&&at(!1)}}),(0,L.jsx)(`button`,{type:`button`,className:`data-btn`,onClick:Jt,children:`Create`}),(0,L.jsx)(`button`,{type:`button`,className:`data-btn data-btn-ghost`,onClick:()=>at(!1),children:`Cancel`})]}),ct&&(0,L.jsxs)(`div`,{className:`data-inline-form`,children:[(0,L.jsx)(`input`,{type:`text`,className:`data-inline-input`,placeholder:`New name`,value:ut,autoFocus:!0,onChange:e=>dt(e.target.value),onKeyDown:e=>{e.key===`Enter`&&Yt(),e.key===`Escape`&&lt(null)}}),(0,L.jsx)(`button`,{type:`button`,className:`data-btn`,onClick:Yt,children:`Rename`}),(0,L.jsx)(`button`,{type:`button`,className:`data-btn data-btn-ghost`,onClick:()=>lt(null),children:`Cancel`})]}),ft&&(0,L.jsx)(`div`,{className:`data-error`,children:ft}),(0,L.jsx)(`input`,{type:`file`,ref:tt,hidden:!0,onChange:e=>{let t=e.target.files?.[0];t&&Wt(t)}})]}),(0,L.jsxs)(`div`,{className:`data-body`,"data-drag-active":Ze?`true`:void 0,onDragEnter:Gt,onDragOver:Gt,onDragLeave:Kt,onDrop:qt,children:[P===null&&R&&Se&&Se.length>0&&(0,L.jsxs)(`aside`,{className:`data-rail`,"aria-label":`Folders`,children:[(0,L.jsx)(`span`,{className:`data-rail-label`,children:`Folders`}),(0,L.jsx)(`ul`,{className:`data-rail-list`,children:Se.map(e=>{let t=`${R}/${e}`,n=O===t||O.startsWith(`${t}/`);return(0,L.jsx)(`li`,{children:(0,L.jsxs)(`button`,{type:`button`,className:`data-rail-item`,"aria-current":n?`true`:void 0,onClick:()=>q(t),children:[(0,L.jsx)(g,{size:13}),(0,L.jsx)(`span`,{className:`data-rail-item-name`,children:e})]})},e)})})]}),(0,L.jsxs)(`div`,{className:`data-content`,children:[(ne!==null||_!==null)&&(0,L.jsxs)(`section`,{className:`data-panel admin-card`,children:[ne&&(0,L.jsxs)(`div`,{className:`data-error`,children:[`Search failed: `,ne]}),yt.length>0&&(0,L.jsx)(`div`,{className:`data-chip-row`,role:`group`,"aria-label":`Filter by type`,children:yt.map(e=>{let t=e===bt;return(0,L.jsx)(`button`,{type:`button`,className:`data-chip`,"data-active":t,onClick:()=>w(t?null:e),children:We([e])??e},e)})}),_&&!b&&(0,L.jsxs)(`div`,{className:`data-results-meta`,children:[xt.length,` of `,_.length,` result`,_.length===1?``:`s`]}),_&&!b&&!bt&&ie>0&&!E&&(0,L.jsxs)(`button`,{type:`button`,className:`data-suppressed-banner`,onClick:()=>D(!0),children:[ie,` low-confidence result`,ie===1?``:`s`,` hidden — show all`]}),_&&!b&&!bt&&E&&(0,L.jsx)(`button`,{type:`button`,className:`data-suppressed-banner`,onClick:()=>D(!1),children:`Showing all results — hide low-confidence`}),_&&_.length===0&&!b&&(0,L.jsx)(`div`,{className:`data-empty-results`,children:`No matches. Try a different keyword.`}),xt&&xt.length>0&&(0,L.jsx)(`ul`,{className:`data-results`,children:xt.map(e=>(0,L.jsx)(Ue,{hit:e,mode:y,onDownload:St,onLocate:wt},e.nodeId))})]}),(0,L.jsxs)(`section`,{className:P===`home`?`data-panel data-panel--wide`:`data-panel data-panel--wide admin-card`,children:[U&&(0,L.jsxs)(`div`,{className:`data-upload-progress`,role:`progressbar`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":U.total>0?Math.round(U.loaded/U.total*100):void 0,children:[(0,L.jsx)(`div`,{className:`data-upload-progress-track`,children:(0,L.jsx)(`div`,{className:`data-upload-progress-fill`,style:{width:`${U.total>0?Math.round(U.loaded/U.total*100):0}%`}})}),(0,L.jsxs)(`span`,{className:`data-upload-progress-label`,children:[`Uploading… `,U.total>0?`${Math.round(U.loaded/U.total*100)}%`:``]})]}),Ge&&(0,L.jsxs)(`div`,{className:`data-error`,children:[`Upload failed: `,Ge]}),qe&&(0,L.jsx)(`div`,{className:`data-status`,children:qe}),$e&&(0,L.jsxs)(`div`,{className:`data-error`,children:[`Delete failed: `,$e]}),Fe&&(0,L.jsx)(`div`,{className:`data-error`,children:Fe}),V&&(0,L.jsxs)(`div`,{className:`data-loading`,children:[(0,L.jsx)(l,{size:14,className:`spin`}),` Loading…`]}),!V&&P!==`home`&&k&&k.length===0&&!Fe&&(0,L.jsx)(`div`,{className:`data-empty-results`,children:`Empty directory.`}),!V&&P===`home`&&k&&(0,L.jsxs)(`ul`,{className:`routine-list data-home-list`,children:[k.map(e=>(0,L.jsxs)(`li`,{className:`data-home-card`,children:[(0,L.jsxs)(`button`,{type:`button`,className:`data-home-card-head`,onClick:()=>q(B(e.name)),children:[(0,L.jsx)(`span`,{className:`data-home-card-title`,children:e.name}),(0,L.jsx)(`span`,{className:`data-home-card-count`,children:e.childCount===null||e.childCount===void 0?`—`:`${e.childCount} ${e.childCount===1?`item`:`items`}`})]}),(0,L.jsxs)(`ul`,{className:`data-home-card-children`,children:[e.childCount===null&&(0,L.jsx)(`li`,{className:`data-home-card-error`,children:`Could not read this folder.`}),e.childCount===0&&(0,L.jsx)(`li`,{className:`data-home-card-empty`,children:`Empty.`}),(e.children??[]).map(e=>(0,L.jsxs)(`li`,{className:`data-home-card-child`,children:[e.kind===`directory`?(0,L.jsx)(g,{size:12}):(0,L.jsx)(ce,{size:12}),(0,L.jsx)(`span`,{className:`data-home-card-child-name`,children:e.name})]},e.name)),typeof e.childCount==`number`&&e.childCount>(e.children?.length??0)&&(0,L.jsxs)(`li`,{className:`data-home-card-more`,children:[`+`,e.childCount-(e.children?.length??0),` more`]})]})]},e.name)),(0,L.jsxs)(`li`,{className:`data-home-card`,children:[(0,L.jsxs)(`button`,{type:`button`,className:`data-home-card-head`,onClick:()=>q(B(`@system`)),children:[(0,L.jsx)(`span`,{className:`data-home-card-title`,children:`system`}),(0,L.jsxs)(`span`,{className:`data-home-card-count`,children:[I,` `,I===1?`item`:`items`]})]}),(0,L.jsx)(`ul`,{className:`data-home-card-children`,children:(0,L.jsx)(`li`,{className:`data-home-card-empty`,children:`Platform and plugin folders.`})})]})]}),!V&&P!==`home`&&k&&k.length>0&&A===`grid`&&(0,L.jsx)(`ul`,{className:`data-grid`,children:k.map(e=>{let n=e.displayName??e.name,r=J&&Y.has(e.name);if(e.kind===`directory`)return(0,L.jsx)(`li`,{className:`data-grid-cell`,"data-selected":r?`true`:void 0,children:(0,L.jsxs)(`button`,{type:`button`,className:`data-grid-tile`,onPointerDown:()=>Mt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>{if(X.current){X.current=!1;return}if(J){Q(e.name);return}q(B(e.name))},children:[J&&(0,L.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),(0,L.jsx)(g,{size:28,className:`data-grid-glyph`}),(0,L.jsx)(`span`,{className:`data-grid-label`,title:e.name,children:n})]})},e.name);if(e.kind===`file`){let i=ke(H(e)),a=B(H(e));return(0,L.jsx)(`li`,{className:`data-grid-cell`,"data-selected":r?`true`:void 0,children:(0,L.jsxs)(`button`,{type:`button`,className:`data-grid-tile${i?` data-grid-tile-image`:``}`,onPointerDown:()=>Mt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>i?Ft(e):Nt(e),title:J?void 0:i?`Preview ${n}`:`Download ${n}`,children:[J&&(0,L.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),i?(0,L.jsx)(`img`,{className:`data-grid-thumb`,src:pe(t,a),alt:n,loading:`lazy`,onError:()=>console.warn(`[data] op=thumb-error path=${a}`)}):(0,L.jsx)(ce,{size:28,className:`data-grid-glyph`}),(0,L.jsx)(`span`,{className:`data-grid-label`,title:e.name,children:n}),!i&&(0,L.jsx)(`span`,{className:`data-grid-sub`,children:Je(e.sizeBytes)})]})},e.name)}return(0,L.jsx)(`li`,{className:`data-grid-cell`,children:(0,L.jsxs)(`div`,{className:`data-grid-tile data-entry-disabled`,children:[(0,L.jsx)(ce,{size:28,className:`data-grid-glyph`}),(0,L.jsx)(`span`,{className:`data-grid-label`,children:n}),(0,L.jsx)(`span`,{className:`data-grid-sub`,children:`special`})]})},e.name)})}),!V&&P!==`home`&&k&&k.length>0&&A===`list`&&(0,L.jsx)(`ul`,{className:`data-entries`,children:k.map(e=>{let t=e.displayName??e.name;if(e.kind===`directory`){let n=J&&Y.has(e.name);return(0,L.jsx)(`li`,{className:`data-entry`,"data-selected":n?`true`:void 0,children:(0,L.jsxs)(`button`,{type:`button`,className:`data-entry-btn`,onPointerDown:()=>Mt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>{if(X.current){X.current=!1;return}if(J){Q(e.name);return}q(B(e.name))},children:[J&&(0,L.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),(0,L.jsx)(g,{size:14}),(0,L.jsx)(`span`,{className:`data-entry-name`,title:e.name,children:t})]})},e.name)}if(e.kind===`file`){let n=J&&Y.has(e.name);return(0,L.jsx)(`li`,{className:`data-entry`,"data-selected":n?`true`:void 0,children:(0,L.jsxs)(`button`,{type:`button`,className:`data-entry-btn data-entry-file`,onPointerDown:()=>Mt(e.name),onPointerUp:$,onPointerMove:$,onPointerLeave:$,onPointerCancel:$,onClick:()=>Nt(e),title:J?void 0:`Download ${t}`,children:[J&&(0,L.jsx)(`span`,{className:`data-entry-select-indicator`,"aria-hidden":`true`}),(0,L.jsxs)(`span`,{className:`data-entry-text`,children:[(0,L.jsx)(`span`,{className:`data-entry-name`,title:e.name,children:t}),(0,L.jsxs)(`span`,{className:`data-entry-meta`,title:`Modified ${Ye(e.modifiedAt,r)}`,children:[Je(e.sizeBytes),` · `,Ye(e.modifiedAt,r)]})]})]})},e.name)}return(0,L.jsx)(`li`,{className:`data-entry`,children:(0,L.jsx)(`div`,{className:`data-entry-btn data-entry-file data-entry-disabled`,children:(0,L.jsxs)(`span`,{className:`data-entry-text`,children:[(0,L.jsx)(`span`,{className:`data-entry-name`,children:t}),(0,L.jsx)(`span`,{className:`data-entry-meta`,children:`special`})]})})},e.name)})})]})]})]}),J&&(0,L.jsx)(`div`,{className:`data-select-bar`,role:`toolbar`,"aria-label":`Selection actions`,children:(0,L.jsxs)(`div`,{className:`data-select-bar-inner`,children:[(0,L.jsxs)(`button`,{type:`button`,className:`data-select-action`,onClick:Vt,disabled:!At||Y.size===0,title:At?`Share selected files`:`Sharing is not supported on this device`,children:[(0,L.jsx)(T,{size:16}),` Share`]}),(0,L.jsxs)(`button`,{type:`button`,className:`data-select-action`,onClick:zt,disabled:Y.size===0,children:[(0,L.jsx)(ee,{size:16}),` Download`]}),(0,L.jsxs)(`button`,{type:`button`,className:`data-select-action`,onClick:()=>{let e=Lt();e&&(lt(e.name),dt(e.name))},disabled:!Lt(),children:[(0,L.jsx)(s,{size:16}),` Rename`]}),(0,L.jsxs)(`button`,{type:`button`,className:`data-select-action data-select-delete`,onClick:Bt,disabled:Y.size===0,children:[(0,L.jsx)(u,{size:16}),` Delete`]})]})}),M&&(0,L.jsx)(`div`,{className:`chat-attachment-overlay`,role:`dialog`,"aria-label":M.alt,onClick:()=>ue(null),children:(0,L.jsx)(`img`,{className:`chat-attachment-overlay-image`,src:M.src,alt:M.alt})})]}):(0,L.jsx)(d,{surface:`gate`})}function U({adminFetch:e,cacheKey:t,sessionRefetchNonce:n}){let r=(0,F.useCallback)(()=>{try{sessionStorage.removeItem(`maxy-admin-session-key`)}catch{}window.location.href=`/`},[]),a=(0,F.useCallback)(e=>{e===`chat`&&(window.location.href=`/`)},[]),[o,s]=(0,F.useState)([]),[c,l]=(0,F.useState)(`files`),{subAccounts:u,activeAccountId:d,switching:f,switchAccount:p}=te(t);return(0,F.useEffect)(()=>{if(!t)return;let e=!1;return fetch(`/api/operator-conversations/conversations?session_key=${encodeURIComponent(t)}`).then(e=>e.ok?e.json():{conversations:[]}).then(t=>{e||s(t.conversations??[])}).catch(()=>{}),()=>{e=!0}},[t]),(0,L.jsxs)(`main`,{className:`data-main`,children:[(0,L.jsx)(i,{variant:`operator`,onNavigate:a,onOpenConversations:o.length>0?()=>l(`conversations`):void 0,onToggleSidebar:()=>{},sidebarOpen:!1,onLogout:r,onDisconnect:async()=>!0,disconnecting:!1,subAccounts:u,activeAccountId:d,switchingAccount:f,onSwitchAccount:p}),c===`conversations`?(0,L.jsx)(De,{conversations:o,sessionKey:t,onBack:()=>l(`files`)}):(0,L.jsx)(He,{adminFetch:e,cacheKey:t,sessionRefetchNonce:n})]})}function W({cacheKey:e}){let{adminFetch:t,cacheKey:n,sessionRefetchNonce:r}=S({initialCacheKey:e,surface:`data`});return(0,L.jsx)(`div`,{className:`data-page`,children:(0,L.jsx)(`main`,{className:`data-main`,children:(0,L.jsx)(He,{adminFetch:t,cacheKey:n,sessionRefetchNonce:r})})})}function Ue({hit:e,mode:t,onDownload:n,onLocate:r}){let{zone:i}=o(),a=Ge(e.properties),s=Ke(e.properties),c=We(e.labels),l=qe(e.properties),[u,d]=(0,F.useState)(!1),f=s&&s.length>280,p=u||!f?s:s?.slice(0,280)+`…`,m=t===`bm25`?`bm25 ${e.bm25Score.toFixed(2)}`:`vector ${e.vectorScore.toFixed(2)} · bm25 ${e.bm25Score.toFixed(2)} · combined ${e.score.toFixed(2)}`,h=e.properties.relativePath,ee=typeof h==`string`&&h.length>0,_=ee?h.lastIndexOf(`/`):-1,v=ee?_===-1?`data`:h.slice(0,_):null;return(0,L.jsxs)(`li`,{className:`data-result`,children:[(0,L.jsxs)(`div`,{role:`button`,tabIndex:0,className:`data-result-open`,onClick:()=>n(e),onKeyDown:t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),n(e))},"aria-label":`Download ${a??c??`file`}`,children:[c&&(0,L.jsx)(`div`,{className:`data-result-header`,children:(0,L.jsx)(`span`,{className:`data-result-labels`,children:c})}),a&&(0,L.jsx)(`div`,{className:`data-result-title`,children:a}),s&&(0,L.jsx)(`pre`,{className:`data-result-body`,children:p}),(0,L.jsxs)(`div`,{className:`data-result-scores`,children:[l&&(0,L.jsxs)(`span`,{className:`data-result-updated`,children:[`Updated `,Ye(l,i),` · `]}),m]})]}),ee&&(0,L.jsxs)(`button`,{type:`button`,className:`data-result-locate`,onClick:()=>r(e),title:`Locate in ${v}`,"aria-label":`Locate in ${v}`,children:[(0,L.jsx)(g,{size:12}),v]}),f&&(0,L.jsx)(`button`,{type:`button`,className:`data-result-toggle`,onClick:()=>d(e=>!e),children:u?`Show less`:`Show more`})]})}function We(e){if(e.length===0)return null;let t=e[0].replace(/([a-z])([A-Z])/g,`$1 $2`);return t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()}function Ge(e){for(let t of[`title`,`name`,`summary`,`headline`]){let n=e[t];if(typeof n==`string`&&n.length>0)return n.length>140?n.slice(0,140)+`…`:n}return null}function Ke(e){for(let t of[`content`,`summary`,`body`,`description`,`text`]){let n=e[t];if(typeof n==`string`&&n.length>0)return n}return null}function qe(e){for(let t of[`updatedAt`,`modifiedAt`,`fetchedAt`,`createdAt`,`lastModified`]){let n=e[t];if(typeof n==`string`&&n.length>0)return n}return null}function Je(e){return e==null?``:e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:e<1024*1024*1024?`${(e/1024/1024).toFixed(1)} MB`:`${(e/1024/1024/1024).toFixed(1)} GB`}function Ye(e,t){return m(e,t)||`—`}export{z as i,W as n,B as r,Pe as t};
@@ -0,0 +1 @@
1
+ import{rt as e}from"./useMediaQuery-Cm_fvNIH.js";var t=e(`play`,[[`path`,{d:`M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z`,key:`10ikf1`}]]);export{t};
@@ -1 +1 @@
1
- import{o as e}from"./chunk-BycB0eMI.js";import{i as t,n,t as r}from"./jsx-runtime-CvVXOszc.js";import{c as i}from"./useMediaQuery-C_1CV_iW.js";import"./useVoiceRecorder-DBzM_HIx.js";import{O as a}from"./AdminShell-1HyATV_t.js";import{a as o,c as s,i as c,o as l,r as u,s as d}from"./page-B72XigcU.js";import"./useCopyFeedback-DLSKs6r2.js";var f=n(),p=e(t(),1),m=r();function h({gateState:e,setGateState:t,grantInfo:n,resolvedSlugRef:r}){let[i,o]=(0,p.useState)(``),[s,c]=(0,p.useState)(!1),[l,u]=(0,p.useState)(null);async function d(e){e.preventDefault();let n=i.trim().toLowerCase();if(!n){u(`Enter the email you were invited on.`);return}c(!0),u(null);try{let e=await fetch(`/api/access/request-magic-link`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({contactValue:n,agentSlug:r.current})});if(e.status===429){u((await e.json().catch(()=>({})))?.error||`Too many requests. Try again later.`);return}t(`request-sent`)}catch{u(`Could not reach the server. Check your connection and try again.`)}finally{c(!1)}}return(0,m.jsxs)(`div`,{className:`access-gate`,children:[e===`verifying`&&(0,m.jsxs)(`div`,{className:`access-gate-message`,children:[(0,m.jsx)(`h2`,{children:`Verifying your link…`}),(0,m.jsx)(`p`,{children:`This takes a moment.`})]}),e===`verify-failed`&&(0,m.jsxs)(`div`,{className:`access-gate-message`,children:[(0,m.jsx)(`h2`,{children:`That link did not work`}),(0,m.jsx)(`p`,{children:`It may have expired, already been used, or been for a different agent. You can request a fresh one below.`}),(0,m.jsx)(a,{onClick:()=>{t(`request-link`),u(null)},children:`Request a new link`})]}),e===`request-link`&&(0,m.jsxs)(`form`,{className:`access-gate-form`,onSubmit:d,children:[(0,m.jsx)(`h2`,{children:n?.displayName?`Welcome back, ${n.displayName}`:`Sign in`}),(0,m.jsx)(`p`,{children:`Enter the email you were invited on and we will send you a fresh link.`}),(0,m.jsx)(`label`,{htmlFor:`access-email`,children:`Email`}),(0,m.jsx)(`input`,{id:`access-email`,type:`email`,inputMode:`email`,autoComplete:`email`,value:i,onChange:e=>o(e.target.value),disabled:s}),l&&(0,m.jsx)(`p`,{className:`access-gate-error`,children:l}),(0,m.jsx)(a,{type:`submit`,disabled:s||!i.trim(),children:s?`Sending…`:`Send me a link`})]}),e===`request-sent`&&(0,m.jsxs)(`div`,{className:`access-gate-message`,children:[(0,m.jsx)(`h2`,{children:`Check your email`}),(0,m.jsx)(`p`,{children:`If that address is on the invite list, a fresh link is on the way. It expires in 15 minutes.`}),(0,m.jsx)(a,{onClick:()=>{t(`request-link`),o(``),u(null)},children:`Try a different email`})]})]})}function g(){let[e,t]=(0,p.useState)(null),[n,r]=(0,p.useState)(null),[i,a]=(0,p.useState)(`loading`),[u,f]=(0,p.useState)(``),[m,h]=(0,p.useState)(null),[g,_]=(0,p.useState)(null),[v,y]=(0,p.useState)(!1),[b,x]=(0,p.useState)(null),S=(0,p.useMemo)(()=>o(),[]),C=(0,p.useRef)(S||``),w=(0,p.useRef)(null),T=(0,p.useRef)(null),E=(0,p.useRef)(!1),D=(0,p.useRef)(null),[O,k]=(0,p.useState)(`request-link`),[A,j]=(0,p.useState)(null),M=(0,p.useRef)(null),N=(0,p.useRef)(null);(0,p.useEffect)(()=>{try{let e=sessionStorage.getItem(`maxy_session`);e&&(N.current=e)}catch{}},[]),(0,p.useEffect)(()=>{try{let e=l();e&&sessionStorage.setItem(c,e)}catch{}},[]);let P=(0,p.useCallback)(e=>{w.current=e,t(e);try{sessionStorage.setItem(`maxy_session`,e)}catch{}a(`chat`)},[]),F=(0,p.useCallback)(()=>{w.current=null;try{sessionStorage.removeItem(`maxy_session`)}catch{}t(null),a(`auth-required`),k(`request-link`)},[]),I=(0,p.useCallback)(async e=>{k(`verifying`);try{let t=C.current,n=await fetch(`/api/access/verify-token`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({token:e,agentSlug:t})});if(window.history.replaceState({},``,window.location.pathname),n.ok){let e=await n.json().catch(()=>({}));return e?.displayName&&j({displayName:e.displayName,contactValue:``,expiresAt:null,status:`active`}),!0}return k(`verify-failed`),!1}catch{return k(`verify-failed`),!1}},[]),L=(0,p.useCallback)(async()=>{if(w.current)return w.current;if(T.current)return T.current;let e=(async()=>{try{let e=N.current,n=await fetch(`/api/session`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({session_id:d(),...S?{agent:S}:{},...e?{session_key:e}:{}})});if(!n.ok){let e=await n.json().catch(()=>({error:``}));return s&&console.error(`[session] POST /api/session failed: ${n.status} ${n.statusText}`,e),n.status===404?r(e.error||`Agent not found`):n.status===503&&r(e.error||`Service unavailable`),null}let i=await n.json();if(i.auth_required){i.agent_id&&(C.current=i.agent_id),f(i.displayName||``),i.agentImage&&h(i.agentImage),i.agentImageShape&&_(i.agentImageShape),i.showAgentName&&y(i.showAgentName),i.branding&&x(i.branding),a(`auth-required`);let e=new URLSearchParams(window.location.search).get(`token`);return e?await I(e)&&window.location.reload():k(`request-link`),null}w.current=i.session_key,t(i.session_key),i.displayName&&f(i.displayName),i.agentImage&&h(i.agentImage),i.agentImageShape&&_(i.agentImageShape),i.showAgentName&&y(i.showAgentName),i.branding&&x(i.branding),a(`chat`),i.resumed&&i.messages&&(E.current=!0,D.current=i.messages);try{sessionStorage.setItem(`maxy_session`,i.session_key)}catch{}return i.session_key}catch(e){return s&&console.error(`[session] fetch /api/session threw:`,e),r(`Unable to connect. Please check your connection and try again.`),null}finally{T.current=null}})();return T.current=e,e},[S,I]);return{sessionId:e,cacheKeyRef:w,sessionError:n,pageState:i,setPageState:a,agentDisplayName:u,agentImage:m,agentImageShape:g,showAgentName:v,agentSlug:S,branding:b,resolvedSlugRef:C,ensureSession:L,startNewSession:(0,p.useCallback)(async()=>{w.current=null,T.current=null,N.current=null,E.current=!1,D.current=null,t(null),r(null);try{sessionStorage.removeItem(`maxy_session`)}catch{}await L()},[L]),enterChat:P,enterGate:F,resumedRef:E,resumeMessagesRef:D,gateState:O,setGateState:k,grantInfo:A,setGrantInfo:j,gateCacheKeyRef:M}}function _(){let{ensureSession:e,pageState:t,gateState:n,setGateState:r,grantInfo:a,resolvedSlugRef:o}=g();return(0,p.useEffect)(()=>{e()},[e]),(0,p.useEffect)(()=>{if(!(typeof window>`u`))return i(document,window)},[]),t===`loading`?(0,m.jsx)(`div`,{className:`public-loading`,children:`Loading…`}):t===`auth-required`?(0,m.jsx)(h,{gateState:n,setGateState:r,grantInfo:a,resolvedSlugRef:o}):(0,m.jsx)(`div`,{className:`public-shell`,children:(0,m.jsx)(u,{cacheKey:``,variant:`public`})})}(0,f.createRoot)(document.getElementById(`root`)).render((0,m.jsx)(_,{}));
1
+ import{o as e}from"./chunk-BycB0eMI.js";import{i as t,n,t as r}from"./jsx-runtime-DeRQuYlX.js";import{c as i}from"./useMediaQuery-Cm_fvNIH.js";import"./useVoiceRecorder-C6xqnm7i.js";import{D as a}from"./AdminShell-DyOPTLdb.js";import{a as o,c as s,i as c,o as l,r as u,s as d}from"./page-8goE0IWS.js";import"./useCopyFeedback-Dq-Putj7.js";var f=n(),p=e(t(),1),m=r();function h({gateState:e,setGateState:t,grantInfo:n,resolvedSlugRef:r}){let[i,o]=(0,p.useState)(``),[s,c]=(0,p.useState)(!1),[l,u]=(0,p.useState)(null);async function d(e){e.preventDefault();let n=i.trim().toLowerCase();if(!n){u(`Enter the email you were invited on.`);return}c(!0),u(null);try{let e=await fetch(`/api/access/request-magic-link`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({contactValue:n,agentSlug:r.current})});if(e.status===429){u((await e.json().catch(()=>({})))?.error||`Too many requests. Try again later.`);return}t(`request-sent`)}catch{u(`Could not reach the server. Check your connection and try again.`)}finally{c(!1)}}return(0,m.jsxs)(`div`,{className:`access-gate`,children:[e===`verifying`&&(0,m.jsxs)(`div`,{className:`access-gate-message`,children:[(0,m.jsx)(`h2`,{children:`Verifying your link…`}),(0,m.jsx)(`p`,{children:`This takes a moment.`})]}),e===`verify-failed`&&(0,m.jsxs)(`div`,{className:`access-gate-message`,children:[(0,m.jsx)(`h2`,{children:`That link did not work`}),(0,m.jsx)(`p`,{children:`It may have expired, already been used, or been for a different agent. You can request a fresh one below.`}),(0,m.jsx)(a,{onClick:()=>{t(`request-link`),u(null)},children:`Request a new link`})]}),e===`request-link`&&(0,m.jsxs)(`form`,{className:`access-gate-form`,onSubmit:d,children:[(0,m.jsx)(`h2`,{children:n?.displayName?`Welcome back, ${n.displayName}`:`Sign in`}),(0,m.jsx)(`p`,{children:`Enter the email you were invited on and we will send you a fresh link.`}),(0,m.jsx)(`label`,{htmlFor:`access-email`,children:`Email`}),(0,m.jsx)(`input`,{id:`access-email`,type:`email`,inputMode:`email`,autoComplete:`email`,value:i,onChange:e=>o(e.target.value),disabled:s}),l&&(0,m.jsx)(`p`,{className:`access-gate-error`,children:l}),(0,m.jsx)(a,{type:`submit`,disabled:s||!i.trim(),children:s?`Sending…`:`Send me a link`})]}),e===`request-sent`&&(0,m.jsxs)(`div`,{className:`access-gate-message`,children:[(0,m.jsx)(`h2`,{children:`Check your email`}),(0,m.jsx)(`p`,{children:`If that address is on the invite list, a fresh link is on the way. It expires in 15 minutes.`}),(0,m.jsx)(a,{onClick:()=>{t(`request-link`),o(``),u(null)},children:`Try a different email`})]})]})}function g(){let[e,t]=(0,p.useState)(null),[n,r]=(0,p.useState)(null),[i,a]=(0,p.useState)(`loading`),[u,f]=(0,p.useState)(``),[m,h]=(0,p.useState)(null),[g,_]=(0,p.useState)(null),[v,y]=(0,p.useState)(!1),[b,x]=(0,p.useState)(null),S=(0,p.useMemo)(()=>o(),[]),C=(0,p.useRef)(S||``),w=(0,p.useRef)(null),T=(0,p.useRef)(null),E=(0,p.useRef)(!1),D=(0,p.useRef)(null),[O,k]=(0,p.useState)(`request-link`),[A,j]=(0,p.useState)(null),M=(0,p.useRef)(null),N=(0,p.useRef)(null);(0,p.useEffect)(()=>{try{let e=sessionStorage.getItem(`maxy_session`);e&&(N.current=e)}catch{}},[]),(0,p.useEffect)(()=>{try{let e=l();e&&sessionStorage.setItem(c,e)}catch{}},[]);let P=(0,p.useCallback)(e=>{w.current=e,t(e);try{sessionStorage.setItem(`maxy_session`,e)}catch{}a(`chat`)},[]),F=(0,p.useCallback)(()=>{w.current=null;try{sessionStorage.removeItem(`maxy_session`)}catch{}t(null),a(`auth-required`),k(`request-link`)},[]),I=(0,p.useCallback)(async e=>{k(`verifying`);try{let t=C.current,n=await fetch(`/api/access/verify-token`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({token:e,agentSlug:t})});if(window.history.replaceState({},``,window.location.pathname),n.ok){let e=await n.json().catch(()=>({}));return e?.displayName&&j({displayName:e.displayName,contactValue:``,expiresAt:null,status:`active`}),!0}return k(`verify-failed`),!1}catch{return k(`verify-failed`),!1}},[]),L=(0,p.useCallback)(async()=>{if(w.current)return w.current;if(T.current)return T.current;let e=(async()=>{try{let e=N.current,n=await fetch(`/api/session`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({session_id:d(),...S?{agent:S}:{},...e?{session_key:e}:{}})});if(!n.ok){let e=await n.json().catch(()=>({error:``}));return s&&console.error(`[session] POST /api/session failed: ${n.status} ${n.statusText}`,e),n.status===404?r(e.error||`Agent not found`):n.status===503&&r(e.error||`Service unavailable`),null}let i=await n.json();if(i.auth_required){i.agent_id&&(C.current=i.agent_id),f(i.displayName||``),i.agentImage&&h(i.agentImage),i.agentImageShape&&_(i.agentImageShape),i.showAgentName&&y(i.showAgentName),i.branding&&x(i.branding),a(`auth-required`);let e=new URLSearchParams(window.location.search).get(`token`);return e?await I(e)&&window.location.reload():k(`request-link`),null}w.current=i.session_key,t(i.session_key),i.displayName&&f(i.displayName),i.agentImage&&h(i.agentImage),i.agentImageShape&&_(i.agentImageShape),i.showAgentName&&y(i.showAgentName),i.branding&&x(i.branding),a(`chat`),i.resumed&&i.messages&&(E.current=!0,D.current=i.messages);try{sessionStorage.setItem(`maxy_session`,i.session_key)}catch{}return i.session_key}catch(e){return s&&console.error(`[session] fetch /api/session threw:`,e),r(`Unable to connect. Please check your connection and try again.`),null}finally{T.current=null}})();return T.current=e,e},[S,I]);return{sessionId:e,cacheKeyRef:w,sessionError:n,pageState:i,setPageState:a,agentDisplayName:u,agentImage:m,agentImageShape:g,showAgentName:v,agentSlug:S,branding:b,resolvedSlugRef:C,ensureSession:L,startNewSession:(0,p.useCallback)(async()=>{w.current=null,T.current=null,N.current=null,E.current=!1,D.current=null,t(null),r(null);try{sessionStorage.removeItem(`maxy_session`)}catch{}await L()},[L]),enterChat:P,enterGate:F,resumedRef:E,resumeMessagesRef:D,gateState:O,setGateState:k,grantInfo:A,setGrantInfo:j,gateCacheKeyRef:M}}function _(){let{ensureSession:e,pageState:t,gateState:n,setGateState:r,grantInfo:a,resolvedSlugRef:o}=g();return(0,p.useEffect)(()=>{e()},[e]),(0,p.useEffect)(()=>{if(!(typeof window>`u`))return i(document,window)},[]),t===`loading`?(0,m.jsx)(`div`,{className:`public-loading`,children:`Loading…`}):t===`auth-required`?(0,m.jsx)(h,{gateState:n,setGateState:r,grantInfo:a,resolvedSlugRef:o}):(0,m.jsx)(`div`,{className:`public-shell`,children:(0,m.jsx)(u,{cacheKey:``,variant:`public`})})}(0,f.createRoot)(document.getElementById(`root`)).render((0,m.jsx)(_,{}));
@@ -1 +1 @@
1
- import{nt as e}from"./useMediaQuery-C_1CV_iW.js";var t=e(`rotate-ccw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]);export{t};
1
+ import{rt as e}from"./useMediaQuery-Cm_fvNIH.js";var t=e(`rotate-ccw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]);export{t};
@@ -1,2 +1,2 @@
1
- import{o as e,t}from"./chunk-BycB0eMI.js";import{i as n,n as r,t as i}from"./jsx-runtime-CvVXOszc.js";import{B as a,C as o,H as s,I as c,K as l,L as u,N as d,P as f,S as p,X as m,et as h,lt as g,nt as _,v,y}from"./useMediaQuery-C_1CV_iW.js";import{A as b,m as x,t as S}from"./AdminShell-1HyATV_t.js";import{t as C}from"./clock-BqHWMICF.js";import{t as w}from"./triangle-alert-CuWcGaRo.js";import{t as ee}from"./wrench-nDMQ6x-6.js";import{r as T}from"./file-download-B7zwa78w.js";var te=_(`circle-pause`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`line`,{x1:`10`,x2:`10`,y1:`15`,y2:`9`,key:`c1nkhi`}],[`line`,{x1:`14`,x2:`14`,y1:`15`,y2:`9`,key:`h65svq`}]]),ne=_(`circle-play`,[[`path`,{d:`M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z`,key:`kmsa83`}],[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),E=_(`history`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}],[`path`,{d:`M12 7v5l4 2`,key:`1fdv2h`}]]),D=r(),O=e(n(),1),k=[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`];function A(e,t){if(e===`*`)return{kind:`any`,value:0,rangeStart:null,rangeEnd:null,step:1};let n=e.match(/^(\*|\d+-\d+)\/(\d+)$/);if(n){let e=Number(n[2]);if(e<1)return null;if(n[1]===`*`)return{kind:`step`,value:0,rangeStart:null,rangeEnd:null,step:e};let[r,i]=n[1].split(`-`).map(Number);return r>t||i>t||r>i?null:{kind:`step`,value:0,rangeStart:r,rangeEnd:i,step:e}}let r=e.match(/^(\d+)-(\d+)$/);if(r){let e=Number(r[1]),n=Number(r[2]);return e>t||n>t||e>n?null:{kind:`step`,value:0,rangeStart:e,rangeEnd:n,step:1}}if(/^\d+$/.test(e)){let n=Number(e);return n>t?null:{kind:`fixed`,value:n,rangeStart:null,rangeEnd:null,step:1}}return null}function j(e){return String(e).padStart(2,`0`)}function M(e){if(e===`*`)return null;let t=e.match(/^(\d+)-(\d+)$/);if(t){let e=Number(t[1]),n=Number(t[2]);return e>7||n>7||e>n?`invalid`:`${k[e%7]} to ${k[n%7]}`}let n=e.split(`,`);return n.length>0&&n.every(e=>/^\d+$/.test(e)&&Number(e)<=7)?n.map(e=>k[Number(e)%7]).join(`, `):`invalid`}function N(e){let t=e.trim().split(/\s+/);if(t.length!==5)return e;let[n,r,i,a,o]=t;if(a!==`*`||i!==`*`&&!/^\d+$/.test(i)||i!==`*`&&(Number(i)<1||Number(i)>31))return e;let s=A(n,59),c=A(r,23);if(!s||!c)return e;let l=M(o);if(l===`invalid`||s.kind===`step`&&s.rangeStart!==null||(s.kind===`any`&&(s={kind:`step`,value:0,rangeStart:null,rangeEnd:null,step:1}),c.kind===`step`&&c.step===1&&c.rangeStart===null&&(c={kind:`any`,value:0,rangeStart:null,rangeEnd:null,step:1}),i!==`*`&&!(s.kind===`fixed`&&c.kind===`fixed`&&o===`*`))||s.kind===`step`&&c.kind===`step`&&c.step>1)return e;let u=l?`, ${l}`:``,d=e=>e.rangeStart+Math.floor((e.rangeEnd-e.rangeStart)/e.step)*e.step;if(s.kind===`step`){let e=s.step===1?`Every minute`:`Every ${s.step} minutes`;return c.kind===`any`?`${e}${u}`:c.kind===`fixed`?`${e}, ${j(c.value)}:00 to ${j(c.value)}:59${u}`:`${e}, ${j(c.rangeStart)}:00 to ${j(d(c))}:00${u}`}if(c.kind===`step`){let e=j(s.value),t=s.value===0?``:` at :${e}`;return c.rangeStart===null?`Every ${c.step} hours${t}${u}`:c.step===1?`Hourly, ${j(c.rangeStart)}:${e} to ${j(c.rangeEnd)}:${e}${u}`:`Every ${c.step} hours, ${j(c.rangeStart)}:${e} to ${j(d(c))}:${e}${u}`}if(c.kind===`any`)return`${s.value===0?`Every hour`:`Every hour at :${j(s.value)}`}${u}`;let f=`${j(c.value)}:${j(s.value)}`;return i===`*`?l?`${l} at ${f}`:`Daily at ${f}`:`Monthly on day ${Number(i)} at ${f}`}var P={timeMode:`at`,minute:0,hour:9,interval:1,window:null,dayMode:`every`,weekdays:[],dayOfMonth:1};function F(e){let t=e.match(/^(\d+)-(\d+)$/);if(t){let e=Number(t[1]),n=Number(t[2]);if(e>7||n>7||e>n)return null;let r=[];for(let t=e;t<=n;t+=1)r.push(t%7);return[...new Set(r)].sort((e,t)=>e-t)}let n=e.split(`,`);return n.every(e=>/^\d+$/.test(e)&&Number(e)<=7)?[...new Set(n.map(e=>Number(e)%7))].sort((e,t)=>e-t):null}function I(e){let t=e.trim().split(/\s+/);if(t.length!==5)return null;let[n,r,i,a,o]=t;if(a!==`*`||i!==`*`&&!/^\d+$/.test(i))return null;let s=A(n,59),c=A(r,23);if(!s||!c||s.kind===`step`&&s.rangeStart!==null)return null;let l=`every`,u=[],d=1;if(i!==`*`){if(o!==`*`)return null;let e=Number(i);if(e<1||e>31||s.kind!==`fixed`||c.kind!==`fixed`)return null;l=`dayOfMonth`,d=e}else if(o!==`*`){let e=F(o);if(e===null)return null;l=`weekdays`,u=e}let f={dayMode:l,weekdays:u,dayOfMonth:d};if(s.kind===`any`||s.kind===`step`){if(c.kind===`step`&&c.step>1)return null;let e=s.kind===`any`?1:s.step,t=c.kind===`any`?null:c.kind===`fixed`?{start:c.value,end:c.value}:{start:c.rangeStart,end:c.rangeEnd};return{...P,...f,timeMode:`everyMinutes`,minute:0,interval:e,window:t}}return c.kind===`fixed`?{...P,...f,timeMode:`at`,minute:s.value,hour:c.value}:c.kind===`any`?{...P,...f,timeMode:`everyHours`,minute:s.value,interval:1,window:null}:{...P,...f,timeMode:`everyHours`,minute:s.value,interval:c.step,window:c.rangeStart===null?null:{start:c.rangeStart,end:c.rangeEnd}}}function L(e){return e.dayMode===`dayOfMonth`?[String(e.dayOfMonth),`*`]:e.dayMode===`weekdays`&&e.weekdays.length>0?[`*`,[...e.weekdays].sort((e,t)=>e-t).join(`,`)]:[`*`,`*`]}function R(e){let[t,n]=L(e);if(e.timeMode===`everyMinutes`){let r=e.window===null?`*`:e.window.start===e.window.end?String(e.window.start):`${e.window.start}-${e.window.end}`;return`*/${e.interval} ${r} ${t} * ${n}`}if(e.timeMode===`everyHours`){let r=e.window===null?e.interval===1?`*`:`*/${e.interval}`:e.interval===1?`${e.window.start}-${e.window.end}`:`${e.window.start}-${e.window.end}/${e.interval}`;return`${e.minute} ${r} ${t} * ${n}`}return`${e.minute} ${e.hour} ${t} * ${n}`}var z={scheduled:`live`,suspended:`stood-down`,due:`inert`,cancelled:`inert`,completed:`inert`};function B(e){return e==null||!Object.hasOwn(z,e)?`unknown`:z[e]}var V={scheduled:{control:`suspend`,note:null},suspended:{control:`resume`,note:null},due:{control:`none`,note:`This one-time routine has already been dispatched. It will not run again.`},cancelled:{control:`none`,note:`This routine was cancelled and cannot be restarted. Delete it, or create a new one.`},completed:{control:`none`,note:`This routine has finished and will not run again.`}},H={control:`none`,note:`This routine's status is not one this dashboard recognises, so no start or stop is offered.`};function re(e){return e==null||!Object.hasOwn(V,e)?H:V[e]}var U={finished:`live`,gated:`live`,started:`in-flight`,accepted:`in-flight`,open:`in-flight`,failed:`error`,"no-destination":`warning`};function ie(e){return e==null||!Object.hasOwn(U,e)?`unknown`:U[e]}function W(e){return e===`gated`?`skipped: no work`:e??`unknown`}var G=i(),ae=[{value:1,label:`Mon`},{value:2,label:`Tue`},{value:3,label:`Wed`},{value:4,label:`Thu`},{value:5,label:`Fri`},{value:6,label:`Sat`},{value:0,label:`Sun`}],K=Array.from({length:24},(e,t)=>t),q=e=>String(e).padStart(2,`0`),J={timeMode:`at`,minute:0,hour:9,interval:1,window:null,dayMode:`every`,weekdays:[],dayOfMonth:1};function oe({recurrence:e,onChange:t,disabled:n}){let r=e?I(e):J,[i,a]=(0,O.useState)(r??J),[o]=(0,O.useState)(e!=null&&r==null),[s,c]=(0,O.useState)(e??``);if((0,O.useEffect)(()=>{fetch(`/api/_client-error`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({kind:`event`,source:`routines`,op:`schedule-editor`,mode:o?`raw`:`builder`}),keepalive:!0}).catch(()=>{})},[o]),o)return(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Schedule (advanced)`}),(0,G.jsx)(`input`,{type:`text`,className:`routine-raw-cron`,value:s,disabled:n,onChange:e=>{c(e.target.value),t(e.target.value)},"aria-label":`Cron expression`}),(0,G.jsx)(`span`,{className:`routine-raw-note`,children:`This routine uses an advanced schedule, edited as a raw cron expression.`})]});let l=e=>{a(e),t(R(e))},u=e=>{let t=e!==`at`&&i.dayMode===`dayOfMonth`?`every`:i.dayMode;l({...i,timeMode:e,dayMode:t})},d=e=>{let t=e===`weekdays`&&i.weekdays.length===0?[1]:i.weekdays;l({...i,dayMode:e,weekdays:t})},f=e=>{let[t,n]=e.split(`:`);l({...i,hour:Number(t)||0,minute:Number(n)||0})},p=e=>{let t=i.weekdays.includes(e);if(t&&i.weekdays.length===1)return;let n=t?i.weekdays.filter(t=>t!==e):[...i.weekdays,e];l({...i,weekdays:n})},m=e=>l({...i,window:e?{start:0,end:23}:null}),h=(e,t)=>{let n={...i.window??{start:0,end:23},[e]:Number(t)};n.start>n.end&&(e===`start`?n.end=n.start:n.start=n.end),l({...i,window:n})},g=(e,t,n)=>Math.min(n,Math.max(t,Number(e)||t));return(0,G.jsxs)(`div`,{className:`routine-sched`,children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`How often`}),(0,G.jsxs)(`select`,{"aria-label":`How often`,value:i.timeMode,disabled:n,onChange:e=>u(e.target.value),children:[(0,G.jsx)(`option`,{value:`at`,children:`At a time of day`}),(0,G.jsx)(`option`,{value:`everyMinutes`,children:`Every few minutes`}),(0,G.jsx)(`option`,{value:`everyHours`,children:`Every few hours`})]})]}),i.timeMode===`at`&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Time of day`}),(0,G.jsx)(`input`,{type:`time`,"aria-label":`Time of day`,value:`${q(i.hour)}:${q(i.minute)}`,disabled:n,onChange:e=>f(e.target.value)})]}),i.timeMode===`everyMinutes`&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Minutes between runs`}),(0,G.jsx)(`input`,{type:`number`,min:1,max:59,"aria-label":`Minutes between runs`,value:i.interval,disabled:n,onChange:e=>l({...i,interval:g(e.target.value,1,59)})})]}),i.timeMode===`everyHours`&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Hours between runs`}),(0,G.jsx)(`input`,{type:`number`,min:1,max:23,"aria-label":`Hours between runs`,value:i.interval,disabled:n,onChange:e=>l({...i,interval:g(e.target.value,1,23)})})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Minute of the hour`}),(0,G.jsx)(`input`,{type:`number`,min:0,max:59,"aria-label":`Minute of the hour`,value:i.minute,disabled:n,onChange:e=>l({...i,minute:g(e.target.value,0,59)})})]})]}),i.timeMode!==`at`&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`label`,{className:`cal-modal-field routine-sched-check`,children:[(0,G.jsx)(`input`,{type:`checkbox`,"aria-label":`Only between certain hours`,checked:i.window!==null,disabled:n,onChange:e=>m(e.target.checked)}),(0,G.jsx)(`span`,{children:`Only between certain hours`})]}),i.window!==null&&(0,G.jsxs)(`div`,{className:`routine-sched-row`,children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`From hour`}),(0,G.jsx)(`select`,{"aria-label":`From hour`,value:i.window.start,disabled:n,onChange:e=>h(`start`,e.target.value),children:K.map(e=>(0,G.jsxs)(`option`,{value:e,children:[q(e),`:00`]},e))})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`To hour`}),(0,G.jsx)(`select`,{"aria-label":`To hour`,value:i.window.end,disabled:n,onChange:e=>h(`end`,e.target.value),children:K.map(e=>(0,G.jsxs)(`option`,{value:e,children:[q(e),`:00`]},e))})]})]})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Which days`}),(0,G.jsxs)(`select`,{"aria-label":`Which days`,value:i.dayMode,disabled:n,onChange:e=>d(e.target.value),children:[(0,G.jsx)(`option`,{value:`every`,children:`Every day`}),(0,G.jsx)(`option`,{value:`weekdays`,children:`Specific days`}),i.timeMode===`at`&&(0,G.jsx)(`option`,{value:`dayOfMonth`,children:`A day of the month`})]})]}),i.dayMode===`weekdays`&&(0,G.jsxs)(`div`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Days`}),(0,G.jsx)(`div`,{className:`routine-weekdays`,children:ae.map(e=>(0,G.jsx)(`button`,{type:`button`,className:`routine-weekday${i.weekdays.includes(e.value)?` routine-weekday-on`:``}`,"aria-pressed":i.weekdays.includes(e.value),disabled:n,onClick:()=>p(e.value),children:e.label},e.value))})]}),i.dayMode===`dayOfMonth`&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Day of month`}),(0,G.jsx)(`select`,{"aria-label":`Day of month`,value:i.dayOfMonth,disabled:n,onChange:e=>l({...i,dayOfMonth:Number(e.target.value)||1}),children:Array.from({length:31},(e,t)=>t+1).map(e=>(0,G.jsx)(`option`,{value:e,children:e},e))})]})]})}function Y(e){let t=e.trim().replace(/[\s\-().]/g,``).replace(/^\+/,``);return/^\d{11,15}$/.test(t)?`+${t.slice(0,2)} ${t.slice(2,6)} ${t.slice(6)}`:e}function se(e){if(e.name)return`${e.name} · ${e.label}`;let t=e.channel===`whatsapp`?Y(e.destination):e.destination;return`${e.label} · ${t}`}function ce({eventStatus:e}){let t=B(e);return(0,G.jsx)(`span`,{className:`routine-status-dot is-${t}`,"data-state":t,"aria-hidden":`true`})}function le(e){return e.agentChannel==null?e.actionPlugin==null?`trigger`:`deterministic`:e.gateTool==null?`agent-every-fire`:`checked-agent`}var ue={"checked-agent":`checks first, model only when there is work`,"agent-every-fire":`model every fire`,deterministic:`runs a tool, no model`,trigger:null};function de(e){return e.agentChannel&&e.agentDestination&&e.agentPrompt?`model`:e.actionPlugin&&e.actionTool?`tool`:`none`}function fe(e){let t=e.filter(e=>e.eventStatus===`scheduled`&&e.recurrence!=null),n={live:t.length,model:0,tool:0,none:0};for(let e of t)n[de(e)]++;return n}function pe(e){if(!e)return[];let t;try{t=JSON.parse(e)}catch{return[]}let n=t?.checks;return Array.isArray(n)?n.flatMap(e=>{if(typeof e!=`object`||!e)return[];let t=e;return typeof t.type==`string`?[{kind:t.type,target:X(t.type,t)}]:[]}):[]}function X(e,t){let n=e=>typeof t[e]==`string`?t[e]:null;if(e===`mail`){let e=n(`mailbox`);if(e===null)return null;let t=n(`folder`);return t?`${e}/${t}`:e}return e===`d1`?n(`database`):e===`whatsapp`?n(`scope`):e===`calendar`?n(`connector`):null}function me(e,t){if(!e)return null;let n=Date.parse(e);if(!Number.isFinite(n))return null;let r=Math.max(t-n,0);return r<6e4?`${Math.round(r/1e3)}s ago`:r<36e5?`${Math.round(r/6e4)}m ago`:`${Math.round(r/36e5)}h ago`}function he(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function ge(e){return e?e.split(`
2
- `).filter(e=>e.trim()!==``).reverse():[]}function Z({routine:e,adminFetch:t,onClose:n,onSaved:r,onDeleted:i,onViewRuns:a}){let{zone:d}=o(),[f,p]=(0,O.useState)(!1),[m,h]=(0,O.useState)(!1),[g,_]=(0,O.useState)(null),[b,S]=(0,O.useState)(e),[w,T]=(0,O.useState)(!1),D=b.agentChannel!=null,k=le(b),A=pe(b.gateArgs),j=me(b.gateLastCommitAt,Date.now()),M=re(b.eventStatus),P=M.control===`resume`,[F,I]=(0,O.useState)(!1),[L,R]=(0,O.useState)(e.agentPrompt??``),[z,B]=(0,O.useState)(e.name??``),[V,H]=(0,O.useState)(e.description??``),[U,ie]=(0,O.useState)(e.recurrence),[W,ae]=(0,O.useState)(e.agentChannel??``),[K,q]=(0,O.useState)(e.agentDestination??``),[J,Y]=(0,O.useState)(null),[de,fe]=(0,O.useState)(null),X=D||b.actionPlugin==null,Z=ge(b.notes);(0,O.useEffect)(()=>{let e=e=>{e.key===`Escape`&&!m&&n()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[m,n]),(0,O.useEffect)(()=>{if(!f||!X||J!==null)return;let e=!1;return t(`/api/admin/dispatch-destinations`).then(async e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return await e.json()}).then(t=>{e||Y(t.destinations)}).catch(t=>{e||(Y([]),fe(t instanceof Error?t.message:`Could not load destinations`))}),()=>{e=!0}},[f,X,J,t]);let Q=(J??[]).filter(e=>e.channel===W),_e=W.length>0&&K.length>0,ve=z.trim().length===0&&(b.name??``).length>0||W.length>0&&K.length===0||_e&&L.trim().length===0,ye=(0,O.useCallback)(()=>{let e={},t=W.length>0&&K.length>0,n=z.trim();n!==(b.name??``)&&(e.name=n),(D||t)&&L!==(b.agentPrompt??``)&&(e.agentPrompt=L);let r=V.trim().length>0?V:null;return r!==(b.description??null)&&(e.description=r),U!=null&&U!==(b.recurrence??null)&&(e.recurrence=U),t&&(W!==(b.agentChannel??``)||K!==(b.agentDestination??``))?(e.agentChannel=W,e.agentDestination=K):!t&&W===``&&(b.agentChannel??``)!==``&&(e.agentChannel=null,e.agentDestination=null),e},[D,z,L,V,U,W,K,b]),be=(0,O.useCallback)(async()=>{let n=ye();if(Object.keys(n).length===0){p(!1);return}h(!0),_(null);try{let i=await t(`/api/admin/routines/${encodeURIComponent(e.eventId)}`,{method:`PATCH`,headers:{"content-type":`application/json`},body:JSON.stringify(n)});if(!i.ok){let e=await i.json().catch(()=>({}));throw Error(e.error??`HTTP ${i.status}`)}let a=await i.json();S(a.routine),B(a.routine.name??``),R(a.routine.agentPrompt??``),H(a.routine.description??``),ie(a.routine.recurrence),ae(a.routine.agentChannel??``),q(a.routine.agentDestination??``),r(a.routine),p(!1)}catch(e){_(e instanceof Error?e.message:`Save failed`)}finally{h(!1)}},[t,ye,e.eventId,r]),xe=(0,O.useCallback)(async()=>{if(m)return;if(!F){T(!1),I(!0);return}let n=P?`resume`:`suspend`;h(!0),_(null);try{let i=await t(`/api/admin/routines/${encodeURIComponent(e.eventId)}/${n}`,{method:`POST`});if(!i.ok){let e=await i.json().catch(()=>({}));throw Error(e.error??`HTTP ${i.status}`)}let a=await i.json();S(a.routine),r(a.routine),I(!1)}catch(e){_(e instanceof Error?e.message:`${n} failed`),I(!1)}finally{h(!1)}},[t,m,F,P,e.eventId,r]),Se=(0,O.useCallback)(async()=>{if(!m){if(!w){I(!1),T(!0);return}h(!0),_(null);try{let n=await t(`/api/admin/routines/${encodeURIComponent(e.eventId)}`,{method:`DELETE`});if(!n.ok){let e=await n.json().catch(()=>({}));throw Error(e.error??`HTTP ${n.status}`)}i(e.eventId)}catch(e){_(e instanceof Error?e.message:`Delete failed`),T(!1)}finally{h(!1)}}},[t,m,w,e.eventId,i]);return(0,G.jsx)(`div`,{className:`cal-modal-overlay`,onClick:()=>{m||n()},children:(0,G.jsxs)(`div`,{className:`cal-modal ${!f||D||_e?`cal-modal-wide`:`cal-modal-dispatch`}`,role:`dialog`,"aria-modal":`true`,"aria-label":f?`Edit routine`:`Routine detail`,onClick:e=>e.stopPropagation(),children:[(0,G.jsxs)(`div`,{className:`cal-modal-header`,children:[(0,G.jsxs)(`span`,{className:`cal-modal-kind`,children:[(0,G.jsx)(x,{size:13}),` Routine`]}),(0,G.jsx)(`button`,{type:`button`,className:`cal-modal-close`,onClick:n,"aria-label":`Close`,autoFocus:!0,disabled:m,children:(0,G.jsx)(c,{size:16})})]}),!f&&(0,G.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,G.jsx)(`div`,{className:`cal-modal-title`,children:b.name??`Untitled routine`}),(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(C,{size:14}),(0,G.jsx)(`span`,{children:b.recurrence?N(b.recurrence):`One-time`})]}),(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(ce,{eventStatus:b.eventStatus}),(0,G.jsxs)(`span`,{children:[`Status: `,b.eventStatus??`unknown`]})]}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Next run: `,he(b.nextRun,d)]})}),(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(E,{size:14}),(0,G.jsxs)(`span`,{children:[`Last run: `,he(b.lastTriggered,d),b.lastDispatchResult?` (${b.lastDispatchResult})`:``]})]}),b.description&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`Description`})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,children:(0,G.jsx)(`span`,{children:b.description})})]}),ue[k]&&(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`routine-mode`,children:[(0,G.jsx)(x,{size:14}),(0,G.jsxs)(`span`,{children:[ue[k],k===`agent-every-fire`&&b.gateWaived?`: ${b.gateWaived}`:``]})]}),b.gateClassified===!1&&b.gateTool==null&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`gate-unclassified`,children:(0,G.jsx)(`span`,{children:`No check is set and no reason is recorded, so every fire spends a model turn.`})}),D?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(y,{channel:b.agentChannel,size:14}),(0,G.jsxs)(`span`,{children:[v[b.agentChannel]??b.agentChannel,` to `,b.agentDestination??`—`]})]}),b.gateTool!=null&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`Checks before the agent runs`})}),(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(ee,{size:14}),(0,G.jsxs)(`span`,{children:[b.gatePlugin,`.`,b.gateTool]})]}),A.map((e,t)=>(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`gate-check`,children:(0,G.jsxs)(`span`,{children:[e.kind,e.target?` · ${e.target}`:``]})},t)),b.lastTriggered!=null&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`gate-commit-age`,children:(0,G.jsx)(`span`,{children:j===null?`This gate has never committed, so it reports work on every fire.`:`Checks last committed ${j} (${he(b.gateLastCommitAt,d)})`})})]}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`Instruction sent to the agent`})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,children:(0,G.jsx)(`span`,{children:b.agentPrompt??`No instruction sent to the agent.`})})]}):b.actionPlugin?(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(ee,{size:14}),(0,G.jsxs)(`span`,{children:[b.actionPlugin,`.`,b.actionTool,b.actionArgs?` ${b.actionArgs}`:``]})]}):(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(C,{size:14}),(0,G.jsx)(`span`,{children:`Scheduled trigger (no dispatch)`})]}),Z.length===0?(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(E,{size:14}),(0,G.jsx)(`span`,{children:`No history recorded.`})]}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(E,{size:14}),(0,G.jsxs)(`span`,{children:[`History (`,Z.length,` `,Z.length===1?`entry`:`entries`,`)`]})]}),(0,G.jsx)(`div`,{className:`routine-history`,children:Z.map((e,t)=>(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:e},t))})]})]}),f&&(0,G.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Name`}),(0,G.jsx)(`input`,{type:`text`,value:z,onChange:e=>B(e.target.value),disabled:m,maxLength:200,placeholder:`The routine's title, shown on the card`})]}),X&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Send to`}),(0,G.jsxs)(`div`,{className:`cal-modal-field-inline`,children:[(0,G.jsxs)(`select`,{value:W,disabled:m,onChange:e=>{ae(e.target.value),q(``)},children:[(0,G.jsx)(`option`,{value:``,children:`None (no dispatch)`}),(0,G.jsx)(`option`,{value:`whatsapp`,children:`WhatsApp`}),(0,G.jsx)(`option`,{value:`telegram`,children:`Telegram`})]}),W!==``&&(0,G.jsx)(y,{channel:W,size:16})]})]}),W!==``&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Destination`}),(0,G.jsxs)(`select`,{value:K,disabled:m||J===null,onChange:e=>q(e.target.value),children:[(0,G.jsx)(`option`,{value:``,children:J===null?`Loading destinations`:Q.length===0?`No registered destinations`:`Choose a destination`}),K!==``&&!Q.some(e=>e.destination===K)&&(0,G.jsxs)(`option`,{value:K,children:[K,` (not in the current list)`]}),Q.map(e=>(0,G.jsx)(`option`,{value:e.destination,children:se(e)},e.destination))]})]}),de&&(0,G.jsxs)(`div`,{className:`cal-modal-error`,children:[`Could not load destinations: `,de]})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Description`}),(0,G.jsx)(`input`,{type:`text`,value:V,onChange:e=>H(e.target.value),disabled:m,placeholder:`One line: what this routine is for`})]}),(D||_e)&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Instruction sent to the agent`}),(0,G.jsx)(`textarea`,{className:`cal-modal-textarea`,value:L,onChange:e=>R(e.target.value),disabled:m,rows:16,placeholder:`What should the agent do when this routine fires?`})]}),(0,G.jsx)(oe,{recurrence:b.recurrence,onChange:ie,disabled:m})]}),g&&(0,G.jsx)(`div`,{className:`cal-modal-error`,children:g}),(0,G.jsxs)(`div`,{className:`cal-modal-actions`,children:[!f&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>{T(!1),I(!1),p(!0)},disabled:m,children:[(0,G.jsx)(s,{size:14}),` Edit`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>a(b),disabled:m,children:[(0,G.jsx)(E,{size:14}),` Runs`]}),M.control===`none`?(0,G.jsx)(`span`,{className:`cal-modal-confirm-text`,children:M.note}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:xe,disabled:m,children:[m&&F?(0,G.jsx)(l,{size:14,className:`spin`}):P?(0,G.jsx)(ne,{size:14}):(0,G.jsx)(te,{size:14}),F?P?`Confirm resume`:`Confirm suspend`:P?`Resume`:`Suspend`]}),F&&(0,G.jsx)(`span`,{className:`cal-modal-confirm-text`,children:P?`This routine will run at its next scheduled time. It will not run for the times it missed.`:`This routine stops running until you resume it. Nothing is deleted.`})]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-danger`,onClick:Se,disabled:m,children:[m&&w?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(u,{size:14}),w?`Confirm delete`:`Delete`]})]}),f&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-primary`,onClick:be,disabled:m||ve,children:[m?(0,G.jsx)(l,{size:14,className:`spin`}):null,` Save`]}),(0,G.jsx)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>{p(!1),_(null)},disabled:m,children:`Cancel`})]})]})]})})}function Q(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function _e(e){return e===null?`—`:e<1e3?`${e} ms`:`${(e/1e3).toFixed(1)} s`}function ve({run:e,routineName:t,onClose:n}){let{zone:r}=o();return(0,O.useEffect)(()=>{let e=e=>{e.key===`Escape`&&n()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[n]),(0,G.jsx)(`div`,{className:`cal-modal-overlay`,onClick:n,children:(0,G.jsxs)(`div`,{className:`cal-modal cal-modal-wide`,role:`dialog`,"aria-modal":`true`,"aria-label":`Run detail`,onClick:e=>e.stopPropagation(),children:[(0,G.jsxs)(`div`,{className:`cal-modal-header`,children:[(0,G.jsx)(`span`,{className:`cal-modal-kind`,children:`Run`}),(0,G.jsx)(`button`,{type:`button`,className:`cal-modal-close`,onClick:n,"aria-label":`Close`,autoFocus:!0,children:(0,G.jsx)(c,{size:16})})]}),(0,G.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,G.jsx)(`div`,{className:`cal-modal-title`,children:t??`Untitled routine`}),e.outputExcerpt!==null&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,"data-testid":`run-output`,children:(0,G.jsx)(`span`,{children:e.outputExcerpt})}),e.outputExcerpt===null&&e.status===`finished`&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`run-output-none`,children:(0,G.jsx)(`span`,{children:`This run finished without sending anything.`})}),(0,G.jsx)(`div`,{className:`cal-modal-row`,children:(0,G.jsx)(`span`,{children:W(e.status)})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Due: `,Q(e.scheduledFor,r)]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Started: `,Q(e.startedAt,r)]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Dispatch ended: `,Q(e.endedAt,r),` (`,_e(e.ranMs),`)`]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Output seen: `,Q(e.finishedAt,r)]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Sent to: `,e.target,` · `,e.mode,` · `,e.kind]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Transport: `,e.dispatchResult??`—`,e.httpStatus===null?``:` (HTTP ${e.httpStatus})`]})}),e.error&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,children:(0,G.jsx)(`span`,{children:e.error})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Conversation: `,e.sessionKey??`—`,e.transcriptOffset===null?``:` at byte ${e.transcriptOffset}`]})}),!e.bounded&&e.status!==`gated`&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`This run shares its conversation with other traffic, so what it produced cannot be separated out. Its status stays at whatever the dispatch reported.`})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Run `,e.runId]})})]})]})})}function ye({status:e}){let t=ie(e);return(0,G.jsx)(`span`,{className:`routine-status-dot is-${t}`,"data-state":t,"aria-hidden":`true`})}var be=500;function xe(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function Se(e){return e===null?`—`:e<1e3?`${e} ms`:`${(e/1e3).toFixed(1)} s`}var Ce={channel:`a channel`,destination:`a destination`,prompt:`an instruction`};function we(e){if(e===`no-dispatch-configured`)return`This routine has no dispatch set up, so there was nothing to do.`;if(e===`no-action-plugin`)return`The tool action names no plugin, so nothing ran.`;if(e===`no-action-tool`)return`The tool action names no tool, so nothing ran.`;let t=e.startsWith(`no-`)?e.slice(3).split(`+`):[];if(t.length>0&&t.every(e=>e in Ce)){let e=t.map(e=>Ce[e]);return`This routine has no ${(e.length===1?e[0]:`${e.slice(0,-1).join(`, `)} and ${e[e.length-1]}`).replace(/^an? /,``)} set, so nothing was sent.`}return e}function Te(e){return e.status===`no-destination`?e.error?we(e.error):`Nothing was dispatched, and no reason was recorded.`:e.status===`failed`?e.error??e.dispatchResult??`The dispatch failed.`:e.status===`open`?`Opened and never closed. The dispatch did not report back.`:null}function Ee(e){let t=e.indexOf(`:`);return t<=0?{channel:null,destination:e}:{channel:e.slice(0,t),destination:e.slice(t+1)}}function De(e){return e.outputExcerpt===null?e.status===`finished`?`Finished and sent nothing.`:null:e.outputExcerpt}function Oe({routine:e,adminFetch:t,cacheKey:n,from:r=`card`,onBack:i}){let{zone:s}=o(),[c,u]=(0,O.useState)([]),[d,f]=(0,O.useState)(!0),[p,g]=(0,O.useState)(null),[_,b]=(0,O.useState)(null),x=(0,O.useRef)(0),S=(0,O.useCallback)(()=>{let n=!1,i=++x.current,a=()=>n||i!==x.current;return f(!0),g(null),t(`/api/admin/routines/${encodeURIComponent(e.eventId)}/runs?limit=${be}&from=${r}`).then(async e=>{if(a())return;if(!e.ok)throw Error(`HTTP ${e.status}`);let t=await e.json();a()||u(Array.isArray(t.runs)?t.runs:[])}).catch(e=>{a()||(g(e instanceof Error?e.message:`Failed to load`),u([]))}).finally(()=>{a()||f(!1)}),()=>{n=!0}},[t,e.eventId,r]);(0,O.useEffect)(()=>S(),[S]);let C=(0,O.useCallback)(()=>{T(n,e.eventId)},[n,e.eventId]);return(0,G.jsxs)(`div`,{className:`cal-page`,children:[(0,G.jsx)(`header`,{className:`cal-header`,children:(0,G.jsxs)(`div`,{className:`cal-nav`,children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:i,children:[(0,G.jsx)(h,{size:14}),` Routines`]}),(0,G.jsx)(`span`,{className:`cal-range-label runs-title`,"data-testid":`runs-title`,title:e.name??`Untitled routine`,children:e.name??`Untitled routine`}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`runs-refresh`,onClick:S,disabled:d,title:`Refresh runs`,"aria-label":`Refresh runs`,children:[d?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(a,{size:14}),` Refresh`]}),c.length>0&&(0,G.jsx)(`div`,{className:`routine-bulk-actions`,children:(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:C,children:[(0,G.jsx)(m,{size:14}),` Download all runs`]})})]})}),(0,G.jsxs)(`div`,{className:`cal-body`,children:[p&&(0,G.jsxs)(`div`,{className:`cal-error`,children:[`Could not load runs: `,p]}),!p&&!d&&c.length===0&&(0,G.jsxs)(`div`,{className:`cal-empty`,"data-testid":`runs-empty`,children:[(0,G.jsx)(`p`,{children:`Nothing to show for this routine.`}),(0,G.jsx)(`p`,{children:`That means one of three things, and this page cannot tell them apart: it has never run, it ran but no record was written, or every run it did have is older than the 30 days records are kept for.`}),(0,G.jsxs)(`p`,{children:[`For a repeating routine, the server log settles the middle one: a`,(0,G.jsx)(`code`,{children:` fires-without-records `}),` count above zero names a routine that fired and left no record. It does not distinguish the other two, and it does not cover a one-time routine.`]})]}),c.length>=be&&(0,G.jsxs)(`div`,{className:`cal-modal-confirm-text`,"data-testid":`runs-capped`,children:[`Showing the most recent `,be,` runs. There may be more; the download has everything still on record.`]}),(0,G.jsx)(`div`,{className:`routine-list`,children:c.map(e=>{let t=Te(e),n=De(e),{channel:r,destination:i}=Ee(e.target);return(0,G.jsxs)(`button`,{type:`button`,className:`admin-card admin-card--padded routine-card`,"data-testid":`run-row-${e.runId}`,onClick:()=>b(e),children:[(0,G.jsxs)(`span`,{className:`admin-card-title routine-card-title run-card-title`,children:[(0,G.jsx)(ye,{status:e.status}),` `,W(e.status)]}),(0,G.jsx)(`span`,{className:`routine-card-sched`,children:Se(e.ranMs)}),(0,G.jsx)(`span`,{className:`routine-card-target`,children:r?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(y,{channel:r,size:13}),` `,v[r]??r,` to `,r===`whatsapp`?Y(i):i]}):i}),(0,G.jsxs)(`span`,{className:`routine-card-meta`,children:[`Due `,xe(e.scheduledFor,s)]}),n&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-output`,children:n}),t&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-detail`,children:t})]},e.runId)})})]}),_&&(0,G.jsx)(ve,{run:_,routineName:e.name,onClose:()=>b(null)})]})}var ke=500;function Ae(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function je(e){return e===null?`—`:e<1e3?`${e} ms`:`${(e/1e3).toFixed(1)} s`}function Me({adminFetch:e,onBack:t}){let{zone:n}=o(),[r,i]=(0,O.useState)([]),[s,c]=(0,O.useState)(!0),[u,d]=(0,O.useState)(null),[f,p]=(0,O.useState)(null),m=(0,O.useRef)(0),g=(0,O.useCallback)(()=>{let t=!1,n=++m.current,r=()=>t||n!==m.current;return c(!0),d(null),e(`/api/admin/routines/runs?limit=${ke}`).then(async e=>{if(r())return;if(!e.ok)throw Error(`HTTP ${e.status}`);let t=await e.json();r()||i(Array.isArray(t.runs)?t.runs:[])}).catch(e=>{r()||(d(e instanceof Error?e.message:`Failed to load`),i([]))}).finally(()=>{r()||c(!1)}),()=>{t=!0}},[e]);return(0,O.useEffect)(()=>g(),[g]),(0,G.jsxs)(`div`,{className:`cal-page`,children:[(0,G.jsx)(`header`,{className:`cal-header`,children:(0,G.jsxs)(`div`,{className:`cal-nav`,children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:t,children:[(0,G.jsx)(h,{size:14}),` Routines`]}),(0,G.jsx)(`span`,{className:`cal-range-label runs-title`,"data-testid":`all-runs-title`,children:`All routine runs`}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`all-runs-refresh`,onClick:g,disabled:s,title:`Refresh runs`,"aria-label":`Refresh runs`,children:[s?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(a,{size:14}),` Refresh`]})]})}),(0,G.jsxs)(`div`,{className:`cal-body`,children:[u&&(0,G.jsxs)(`div`,{className:`cal-error`,children:[`Could not load runs: `,u]}),!u&&!s&&r.length===0&&(0,G.jsx)(`div`,{className:`cal-empty`,"data-testid":`all-runs-empty`,children:(0,G.jsx)(`p`,{children:`No routine has run yet.`})}),r.length>=ke&&(0,G.jsxs)(`div`,{className:`cal-modal-confirm-text`,"data-testid":`all-runs-capped`,children:[`Showing the most recent `,ke,` runs. There may be more on record.`]}),(0,G.jsx)(`div`,{className:`routine-list`,children:r.map(e=>{let t=Te(e),r=De(e),{channel:i,destination:a}=Ee(e.target);return(0,G.jsxs)(`button`,{type:`button`,className:`admin-card admin-card--padded routine-card`,"data-testid":`all-run-row-${e.runId}`,onClick:()=>p(e),children:[(0,G.jsxs)(`span`,{className:`admin-card-title routine-card-title run-card-title`,children:[(0,G.jsx)(ye,{status:e.status}),` `,e.eventName]}),(0,G.jsxs)(`span`,{className:`routine-card-sched`,children:[W(e.status),` · `,je(e.ranMs)]}),(0,G.jsx)(`span`,{className:`routine-card-target`,children:i?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(y,{channel:i,size:13}),` `,v[i]??i,` to `,i===`whatsapp`?Y(a):a]}):a}),(0,G.jsxs)(`span`,{className:`routine-card-meta`,children:[`Due `,Ae(e.scheduledFor,n)]}),r&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-output`,children:r}),t&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-detail`,children:t})]},e.runId)})})]}),f&&(0,G.jsx)(ve,{run:f,routineName:f.eventName,onClose:()=>p(null)})]})}t(((e,t)=>{t.exports={}}))();function Ne(e){return e.agentChannel&&e.agentDestination&&e.agentPrompt?!0:!!(e.actionPlugin&&e.actionTool)}function Pe(e){if(e.agentChannel||e.agentDestination||e.agentPrompt){let t=[];return e.agentChannel||t.push(`channel`),e.agentDestination||t.push(`destination`),e.agentPrompt||t.push(`prompt`),`no-${t.join(`+`)}`}return e.actionPlugin||e.actionTool?e.actionTool?`no-action-plugin`:`no-action-tool`:`no-dispatch-configured`}var $=`maxy-admin-session-key`;function Fe(e){return e?N(e):`One-time`}function Ie(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function Le(){let[e,t]=(0,O.useState)(null),[n,r]=(0,O.useState)(!1),[i,a]=(0,O.useState)(void 0),[o,s]=(0,O.useState)(null),[c,l]=(0,O.useState)(void 0),[u,p]=(0,O.useState)(null),[m,h]=(0,O.useState)(null);(0,O.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem($)}catch{}if(!n){r(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(async i=>{if(!e){if(i.status===401){try{sessionStorage.removeItem($)}catch{}window.location.href=`/`;return}if(i.ok)try{let e=await i.json();typeof e.businessName==`string`&&a(e.businessName),e.sessionId!==void 0&&s(e.sessionId??null),h(e.role??null),l(e.userName===void 0?null:e.userName),p(e.avatar??null)}catch{}t(n),r(!0)}}).catch(()=>{e||(t(n),r(!0))}),()=>{e=!0}},[]);let g=(0,O.useCallback)(()=>{try{sessionStorage.removeItem($)}catch{}window.location.href=`/`},[]),[_,v]=(0,O.useState)(!1),y=(0,O.useCallback)(async()=>{v(!0);try{let e=await b();if(e){try{sessionStorage.removeItem($)}catch{}window.location.href=`/`}return e}finally{v(!1)}},[]);return n?e?(0,G.jsx)(f,{cacheKey:e,surface:`routines`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=routines`);try{sessionStorage.removeItem($)}catch{}window.location.href=`/`},children:(0,G.jsx)(S,{cacheKey:e,businessName:i,sessionId:o,onLogout:g,onDisconnect:y,disconnecting:_,userName:c,userAvatar:u,role:m,children:(0,G.jsx)(Re,{cacheKey:e})})}):(0,G.jsx)(`div`,{className:`cal-page`,children:(0,G.jsxs)(`div`,{className:`cal-empty`,children:[(0,G.jsx)(`p`,{children:`You are not signed in.`}),(0,G.jsxs)(`p`,{children:[`Open the `,(0,G.jsx)(`a`,{href:`/`,className:`cal-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,G.jsx)(d,{surface:`gate`})}function Re({cacheKey:e}){let{zone:t}=o(),{adminFetch:n,cacheKey:r,sessionRefetchNonce:i}=g({initialCacheKey:e,surface:`routines`}),[s,c]=(0,O.useState)([]),[u,f]=(0,O.useState)(null),[p,m]=(0,O.useState)(!1),[h,_]=(0,O.useState)(!1),[b,S]=(0,O.useState)(null),[T,D]=(0,O.useState)(null),[k,A]=(0,O.useState)(null),[j,M]=(0,O.useState)(!1),N=(0,O.useCallback)(()=>{let e=!1;return m(!0),S(null),n(`/api/admin/routines`).then(async t=>{if(e)return;if(!t.ok)throw Error(`HTTP ${t.status}`);let n=await t.json();c(Array.isArray(n.routines)?n.routines:[]),f(typeof n.workflowRuns24h==`number`?n.workflowRuns24h:null)}).catch(t=>{e||(S(t instanceof Error?t.message:`Failed to load`),c([]),f(null))}).finally(()=>{e||(m(!1),_(!0))}),()=>{e=!0}},[n]);(0,O.useEffect)(()=>N(),[N,i]);let P=(0,O.useCallback)(e=>{c(t=>t.map(t=>t.eventId===e.eventId?e:t)),D(e)},[]),F=(0,O.useCallback)(e=>{c(t=>t.filter(t=>t.eventId!==e)),D(null)},[]),[I,L]=(0,O.useState)(!1),[R,z]=(0,O.useState)(null),B=s.filter(e=>e.eventStatus===`scheduled`).length,V=s.filter(e=>e.suspendedInBulk).length,H=(0,O.useCallback)(async e=>{L(!0),z(null);try{let t=await n(`/api/admin/routines/${e}`,{method:`POST`});if(!t.ok){let e=await t.json().catch(()=>({}));throw Error(e.error??`HTTP ${t.status}`)}let r=await t.json(),i=r.refused?.length??0;z(e===`suspend-all`?`Suspended ${r.suspended??0}. Nothing runs on its own until you resume it.`:`Resumed ${r.restored??0}${i>0?`. ${i} could not be resumed and stayed suspended`:``}. Routines you suspended one at a time are still suspended.`),N()}catch(e){z(e instanceof Error?e.message:`Failed`)}finally{L(!1)}},[n,N]);return h?j?(0,G.jsx)(Me,{adminFetch:n,onBack:()=>M(!1)}):k?(0,G.jsx)(Oe,{routine:k,adminFetch:n,cacheKey:r,from:`modal`,onBack:()=>A(null)}):(0,G.jsxs)(`div`,{className:`cal-page`,children:[(0,G.jsx)(`header`,{className:`cal-header`,children:(0,G.jsxs)(`div`,{className:`cal-nav`,children:[(0,G.jsxs)(`span`,{className:`cal-range-label`,children:[(0,G.jsx)(x,{size:16}),` Routines`]}),(0,G.jsxs)(`div`,{className:`routine-bulk-actions`,children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`routines-refresh`,onClick:N,disabled:p,title:`Refresh routines`,"aria-label":`Refresh routines`,children:[p?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(a,{size:14}),` Refresh`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`routines-history`,onClick:()=>M(!0),title:`All routine runs`,"aria-label":`All routine runs`,children:[(0,G.jsx)(E,{size:14}),` History`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>H(`suspend-all`),disabled:I||B===0,children:[(0,G.jsx)(te,{size:14}),` Suspend all (`,B,`)`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>H(`resume-all`),disabled:I||V===0,children:[(0,G.jsx)(ne,{size:14}),` Resume all (`,V,`)`]})]})]})}),(0,G.jsxs)(`div`,{className:`cal-body`,children:[!b&&(()=>{let e=fe(s);return(0,G.jsxs)(`div`,{className:`routine-rail-strip`,"data-testid":`routine-rail-strip`,children:[`Live recurring: `,e.live,` · `,e.model,` model · `,e.tool,` tool · `,e.none,` no dispatch`,` · `,`Workflow runs (24h): `,u===null?`—`:u]})})(),R&&(0,G.jsx)(`div`,{className:`cal-modal-confirm-text`,children:R}),b&&(0,G.jsxs)(`div`,{className:`cal-error`,children:[`Could not load routines: `,b]}),!b&&!p&&s.length===0&&(0,G.jsx)(`div`,{className:`cal-empty`,children:(0,G.jsx)(`p`,{children:`No routines yet.`})}),(0,G.jsx)(`div`,{className:`routine-list`,children:s.map(e=>{let n=e.eventStatus===`scheduled`&&!Ne(e)?Pe(e):null;return(0,G.jsxs)(`div`,{role:`button`,tabIndex:0,className:`admin-card admin-card--padded routine-card`,"data-testid":`routine-card-${e.eventId}`,onClick:()=>D(e),onKeyDown:t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),D(e))},children:[(0,G.jsx)(`span`,{className:`admin-card-title routine-card-title`,title:e.name??`Untitled routine`,children:e.name??`Untitled routine`}),(0,G.jsxs)(`span`,{className:`routine-card-sched`,children:[(0,G.jsx)(C,{size:13}),` `,Fe(e.recurrence)]}),e.description&&(0,G.jsx)(`span`,{className:`routine-card-desc`,children:e.description}),n===null?(0,G.jsx)(`span`,{className:`routine-card-target`,children:e.agentChannel?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(y,{channel:e.agentChannel,size:13}),` `,v[e.agentChannel]??e.agentChannel,` to `,e.agentDestination??`—`]}):e.actionPlugin?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(ee,{size:13}),` `,e.actionPlugin,`.`,e.actionTool]}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(C,{size:13}),` Scheduled trigger`]})}):(0,G.jsxs)(`span`,{className:`routine-card-target routine-card-target--gap`,children:[(0,G.jsx)(w,{size:13}),` `,we(n)]}),e.dispatchFailing===!0&&n===null&&(0,G.jsxs)(`span`,{className:`routine-card-target routine-card-target--gap`,"data-testid":`routine-dispatch-${e.eventId}`,children:[(0,G.jsx)(w,{size:13}),` Last dispatch failed: `,e.lastDispatchResult]}),(()=>{let t=[],n=ue[le(e)];n&&t.push(n),e.runs24h>0&&t.push(`24h: ${e.runs24h} ${e.runs24h===1?`fire`:`fires`}, ${e.gated24h} skipped`);let r=e.gateNeverGates===!0&&e.dispatchFailing!==!0;return r&&t.push(`this gate is decoration`),t.length===0?null:(0,G.jsx)(`span`,{className:r?`routine-card-gate routine-card-target--gap`:`routine-card-gate`,"data-testid":`routine-gate-${e.eventId}`,children:r?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{size:13}),` `,t.join(` · `)]}):t.join(` · `)})})(),(0,G.jsxs)(`span`,{className:`routine-card-meta`,children:[(0,G.jsx)(ce,{eventStatus:e.eventStatus}),`Next: `,Ie(e.nextRun,t),` · `,e.eventStatus??`unknown`]})]},e.eventId)})})]}),T&&(0,G.jsx)(Z,{routine:T,adminFetch:n,onClose:()=>D(null),onSaved:P,onDeleted:F,onViewRuns:e=>{D(null),A(e)}})]}):(0,G.jsx)(d,{surface:`gate`})}(0,D.createRoot)(document.getElementById(`root`)).render((0,G.jsx)(Le,{}));
1
+ import{o as e,t}from"./chunk-BycB0eMI.js";import{i as n,n as r,t as i}from"./jsx-runtime-DeRQuYlX.js";import{B as a,C as o,H as s,I as c,K as l,L as u,N as d,P as f,S as p,X as m,rt as h,tt as g,ut as _,v,y}from"./useMediaQuery-Cm_fvNIH.js";import{k as b,m as x,t as S}from"./AdminShell-DyOPTLdb.js";import{t as C}from"./clock-PkEm8y4i.js";import{t as w}from"./triangle-alert-DD4kSK45.js";import{t as ee}from"./wrench-Bjw6eVl_.js";import{r as T}from"./file-download-B7zwa78w.js";var te=h(`circle-pause`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`line`,{x1:`10`,x2:`10`,y1:`15`,y2:`9`,key:`c1nkhi`}],[`line`,{x1:`14`,x2:`14`,y1:`15`,y2:`9`,key:`h65svq`}]]),ne=h(`circle-play`,[[`path`,{d:`M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z`,key:`kmsa83`}],[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),E=h(`history`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}],[`path`,{d:`M12 7v5l4 2`,key:`1fdv2h`}]]),D=r(),O=e(n(),1),k=[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`];function A(e,t){if(e===`*`)return{kind:`any`,value:0,rangeStart:null,rangeEnd:null,step:1};let n=e.match(/^(\*|\d+-\d+)\/(\d+)$/);if(n){let e=Number(n[2]);if(e<1)return null;if(n[1]===`*`)return{kind:`step`,value:0,rangeStart:null,rangeEnd:null,step:e};let[r,i]=n[1].split(`-`).map(Number);return r>t||i>t||r>i?null:{kind:`step`,value:0,rangeStart:r,rangeEnd:i,step:e}}let r=e.match(/^(\d+)-(\d+)$/);if(r){let e=Number(r[1]),n=Number(r[2]);return e>t||n>t||e>n?null:{kind:`step`,value:0,rangeStart:e,rangeEnd:n,step:1}}if(/^\d+$/.test(e)){let n=Number(e);return n>t?null:{kind:`fixed`,value:n,rangeStart:null,rangeEnd:null,step:1}}return null}function j(e){return String(e).padStart(2,`0`)}function M(e){if(e===`*`)return null;let t=e.match(/^(\d+)-(\d+)$/);if(t){let e=Number(t[1]),n=Number(t[2]);return e>7||n>7||e>n?`invalid`:`${k[e%7]} to ${k[n%7]}`}let n=e.split(`,`);return n.length>0&&n.every(e=>/^\d+$/.test(e)&&Number(e)<=7)?n.map(e=>k[Number(e)%7]).join(`, `):`invalid`}function N(e){let t=e.trim().split(/\s+/);if(t.length!==5)return e;let[n,r,i,a,o]=t;if(a!==`*`||i!==`*`&&!/^\d+$/.test(i)||i!==`*`&&(Number(i)<1||Number(i)>31))return e;let s=A(n,59),c=A(r,23);if(!s||!c)return e;let l=M(o);if(l===`invalid`||s.kind===`step`&&s.rangeStart!==null||(s.kind===`any`&&(s={kind:`step`,value:0,rangeStart:null,rangeEnd:null,step:1}),c.kind===`step`&&c.step===1&&c.rangeStart===null&&(c={kind:`any`,value:0,rangeStart:null,rangeEnd:null,step:1}),i!==`*`&&!(s.kind===`fixed`&&c.kind===`fixed`&&o===`*`))||s.kind===`step`&&c.kind===`step`&&c.step>1)return e;let u=l?`, ${l}`:``,d=e=>e.rangeStart+Math.floor((e.rangeEnd-e.rangeStart)/e.step)*e.step;if(s.kind===`step`){let e=s.step===1?`Every minute`:`Every ${s.step} minutes`;return c.kind===`any`?`${e}${u}`:c.kind===`fixed`?`${e}, ${j(c.value)}:00 to ${j(c.value)}:59${u}`:`${e}, ${j(c.rangeStart)}:00 to ${j(d(c))}:00${u}`}if(c.kind===`step`){let e=j(s.value),t=s.value===0?``:` at :${e}`;return c.rangeStart===null?`Every ${c.step} hours${t}${u}`:c.step===1?`Hourly, ${j(c.rangeStart)}:${e} to ${j(c.rangeEnd)}:${e}${u}`:`Every ${c.step} hours, ${j(c.rangeStart)}:${e} to ${j(d(c))}:${e}${u}`}if(c.kind===`any`)return`${s.value===0?`Every hour`:`Every hour at :${j(s.value)}`}${u}`;let f=`${j(c.value)}:${j(s.value)}`;return i===`*`?l?`${l} at ${f}`:`Daily at ${f}`:`Monthly on day ${Number(i)} at ${f}`}var P={timeMode:`at`,minute:0,hour:9,interval:1,window:null,dayMode:`every`,weekdays:[],dayOfMonth:1};function F(e){let t=e.match(/^(\d+)-(\d+)$/);if(t){let e=Number(t[1]),n=Number(t[2]);if(e>7||n>7||e>n)return null;let r=[];for(let t=e;t<=n;t+=1)r.push(t%7);return[...new Set(r)].sort((e,t)=>e-t)}let n=e.split(`,`);return n.every(e=>/^\d+$/.test(e)&&Number(e)<=7)?[...new Set(n.map(e=>Number(e)%7))].sort((e,t)=>e-t):null}function I(e){let t=e.trim().split(/\s+/);if(t.length!==5)return null;let[n,r,i,a,o]=t;if(a!==`*`||i!==`*`&&!/^\d+$/.test(i))return null;let s=A(n,59),c=A(r,23);if(!s||!c||s.kind===`step`&&s.rangeStart!==null)return null;let l=`every`,u=[],d=1;if(i!==`*`){if(o!==`*`)return null;let e=Number(i);if(e<1||e>31||s.kind!==`fixed`||c.kind!==`fixed`)return null;l=`dayOfMonth`,d=e}else if(o!==`*`){let e=F(o);if(e===null)return null;l=`weekdays`,u=e}let f={dayMode:l,weekdays:u,dayOfMonth:d};if(s.kind===`any`||s.kind===`step`){if(c.kind===`step`&&c.step>1)return null;let e=s.kind===`any`?1:s.step,t=c.kind===`any`?null:c.kind===`fixed`?{start:c.value,end:c.value}:{start:c.rangeStart,end:c.rangeEnd};return{...P,...f,timeMode:`everyMinutes`,minute:0,interval:e,window:t}}return c.kind===`fixed`?{...P,...f,timeMode:`at`,minute:s.value,hour:c.value}:c.kind===`any`?{...P,...f,timeMode:`everyHours`,minute:s.value,interval:1,window:null}:{...P,...f,timeMode:`everyHours`,minute:s.value,interval:c.step,window:c.rangeStart===null?null:{start:c.rangeStart,end:c.rangeEnd}}}function L(e){return e.dayMode===`dayOfMonth`?[String(e.dayOfMonth),`*`]:e.dayMode===`weekdays`&&e.weekdays.length>0?[`*`,[...e.weekdays].sort((e,t)=>e-t).join(`,`)]:[`*`,`*`]}function R(e){let[t,n]=L(e);if(e.timeMode===`everyMinutes`){let r=e.window===null?`*`:e.window.start===e.window.end?String(e.window.start):`${e.window.start}-${e.window.end}`;return`*/${e.interval} ${r} ${t} * ${n}`}if(e.timeMode===`everyHours`){let r=e.window===null?e.interval===1?`*`:`*/${e.interval}`:e.interval===1?`${e.window.start}-${e.window.end}`:`${e.window.start}-${e.window.end}/${e.interval}`;return`${e.minute} ${r} ${t} * ${n}`}return`${e.minute} ${e.hour} ${t} * ${n}`}var z={scheduled:`live`,suspended:`stood-down`,due:`inert`,cancelled:`inert`,completed:`inert`};function B(e){return e==null||!Object.hasOwn(z,e)?`unknown`:z[e]}var V={scheduled:{control:`suspend`,note:null},suspended:{control:`resume`,note:null},due:{control:`none`,note:`This one-time routine has already been dispatched. It will not run again.`},cancelled:{control:`none`,note:`This routine was cancelled and cannot be restarted. Delete it, or create a new one.`},completed:{control:`none`,note:`This routine has finished and will not run again.`}},H={control:`none`,note:`This routine's status is not one this dashboard recognises, so no start or stop is offered.`};function re(e){return e==null||!Object.hasOwn(V,e)?H:V[e]}var U={finished:`live`,gated:`live`,started:`in-flight`,accepted:`in-flight`,open:`in-flight`,failed:`error`,"no-destination":`warning`};function ie(e){return e==null||!Object.hasOwn(U,e)?`unknown`:U[e]}function W(e){return e===`gated`?`skipped: no work`:e??`unknown`}var G=i(),ae=[{value:1,label:`Mon`},{value:2,label:`Tue`},{value:3,label:`Wed`},{value:4,label:`Thu`},{value:5,label:`Fri`},{value:6,label:`Sat`},{value:0,label:`Sun`}],K=Array.from({length:24},(e,t)=>t),q=e=>String(e).padStart(2,`0`),J={timeMode:`at`,minute:0,hour:9,interval:1,window:null,dayMode:`every`,weekdays:[],dayOfMonth:1};function oe({recurrence:e,onChange:t,disabled:n}){let r=e?I(e):J,[i,a]=(0,O.useState)(r??J),[o]=(0,O.useState)(e!=null&&r==null),[s,c]=(0,O.useState)(e??``);if((0,O.useEffect)(()=>{fetch(`/api/_client-error`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({kind:`event`,source:`routines`,op:`schedule-editor`,mode:o?`raw`:`builder`}),keepalive:!0}).catch(()=>{})},[o]),o)return(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Schedule (advanced)`}),(0,G.jsx)(`input`,{type:`text`,className:`routine-raw-cron`,value:s,disabled:n,onChange:e=>{c(e.target.value),t(e.target.value)},"aria-label":`Cron expression`}),(0,G.jsx)(`span`,{className:`routine-raw-note`,children:`This routine uses an advanced schedule, edited as a raw cron expression.`})]});let l=e=>{a(e),t(R(e))},u=e=>{let t=e!==`at`&&i.dayMode===`dayOfMonth`?`every`:i.dayMode;l({...i,timeMode:e,dayMode:t})},d=e=>{let t=e===`weekdays`&&i.weekdays.length===0?[1]:i.weekdays;l({...i,dayMode:e,weekdays:t})},f=e=>{let[t,n]=e.split(`:`);l({...i,hour:Number(t)||0,minute:Number(n)||0})},p=e=>{let t=i.weekdays.includes(e);if(t&&i.weekdays.length===1)return;let n=t?i.weekdays.filter(t=>t!==e):[...i.weekdays,e];l({...i,weekdays:n})},m=e=>l({...i,window:e?{start:0,end:23}:null}),h=(e,t)=>{let n={...i.window??{start:0,end:23},[e]:Number(t)};n.start>n.end&&(e===`start`?n.end=n.start:n.start=n.end),l({...i,window:n})},g=(e,t,n)=>Math.min(n,Math.max(t,Number(e)||t));return(0,G.jsxs)(`div`,{className:`routine-sched`,children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`How often`}),(0,G.jsxs)(`select`,{"aria-label":`How often`,value:i.timeMode,disabled:n,onChange:e=>u(e.target.value),children:[(0,G.jsx)(`option`,{value:`at`,children:`At a time of day`}),(0,G.jsx)(`option`,{value:`everyMinutes`,children:`Every few minutes`}),(0,G.jsx)(`option`,{value:`everyHours`,children:`Every few hours`})]})]}),i.timeMode===`at`&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Time of day`}),(0,G.jsx)(`input`,{type:`time`,"aria-label":`Time of day`,value:`${q(i.hour)}:${q(i.minute)}`,disabled:n,onChange:e=>f(e.target.value)})]}),i.timeMode===`everyMinutes`&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Minutes between runs`}),(0,G.jsx)(`input`,{type:`number`,min:1,max:59,"aria-label":`Minutes between runs`,value:i.interval,disabled:n,onChange:e=>l({...i,interval:g(e.target.value,1,59)})})]}),i.timeMode===`everyHours`&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Hours between runs`}),(0,G.jsx)(`input`,{type:`number`,min:1,max:23,"aria-label":`Hours between runs`,value:i.interval,disabled:n,onChange:e=>l({...i,interval:g(e.target.value,1,23)})})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Minute of the hour`}),(0,G.jsx)(`input`,{type:`number`,min:0,max:59,"aria-label":`Minute of the hour`,value:i.minute,disabled:n,onChange:e=>l({...i,minute:g(e.target.value,0,59)})})]})]}),i.timeMode!==`at`&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`label`,{className:`cal-modal-field routine-sched-check`,children:[(0,G.jsx)(`input`,{type:`checkbox`,"aria-label":`Only between certain hours`,checked:i.window!==null,disabled:n,onChange:e=>m(e.target.checked)}),(0,G.jsx)(`span`,{children:`Only between certain hours`})]}),i.window!==null&&(0,G.jsxs)(`div`,{className:`routine-sched-row`,children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`From hour`}),(0,G.jsx)(`select`,{"aria-label":`From hour`,value:i.window.start,disabled:n,onChange:e=>h(`start`,e.target.value),children:K.map(e=>(0,G.jsxs)(`option`,{value:e,children:[q(e),`:00`]},e))})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`To hour`}),(0,G.jsx)(`select`,{"aria-label":`To hour`,value:i.window.end,disabled:n,onChange:e=>h(`end`,e.target.value),children:K.map(e=>(0,G.jsxs)(`option`,{value:e,children:[q(e),`:00`]},e))})]})]})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Which days`}),(0,G.jsxs)(`select`,{"aria-label":`Which days`,value:i.dayMode,disabled:n,onChange:e=>d(e.target.value),children:[(0,G.jsx)(`option`,{value:`every`,children:`Every day`}),(0,G.jsx)(`option`,{value:`weekdays`,children:`Specific days`}),i.timeMode===`at`&&(0,G.jsx)(`option`,{value:`dayOfMonth`,children:`A day of the month`})]})]}),i.dayMode===`weekdays`&&(0,G.jsxs)(`div`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Days`}),(0,G.jsx)(`div`,{className:`routine-weekdays`,children:ae.map(e=>(0,G.jsx)(`button`,{type:`button`,className:`routine-weekday${i.weekdays.includes(e.value)?` routine-weekday-on`:``}`,"aria-pressed":i.weekdays.includes(e.value),disabled:n,onClick:()=>p(e.value),children:e.label},e.value))})]}),i.dayMode===`dayOfMonth`&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Day of month`}),(0,G.jsx)(`select`,{"aria-label":`Day of month`,value:i.dayOfMonth,disabled:n,onChange:e=>l({...i,dayOfMonth:Number(e.target.value)||1}),children:Array.from({length:31},(e,t)=>t+1).map(e=>(0,G.jsx)(`option`,{value:e,children:e},e))})]})]})}function Y(e){let t=e.trim().replace(/[\s\-().]/g,``).replace(/^\+/,``);return/^\d{11,15}$/.test(t)?`+${t.slice(0,2)} ${t.slice(2,6)} ${t.slice(6)}`:e}function se(e){if(e.name)return`${e.name} · ${e.label}`;let t=e.channel===`whatsapp`?Y(e.destination):e.destination;return`${e.label} · ${t}`}function ce({eventStatus:e}){let t=B(e);return(0,G.jsx)(`span`,{className:`routine-status-dot is-${t}`,"data-state":t,"aria-hidden":`true`})}function le(e){return e.agentChannel==null?e.actionPlugin==null?`trigger`:`deterministic`:e.gateTool==null?`agent-every-fire`:`checked-agent`}var ue={"checked-agent":`checks first, model only when there is work`,"agent-every-fire":`model every fire`,deterministic:`runs a tool, no model`,trigger:null};function de(e){return e.agentChannel&&e.agentDestination&&e.agentPrompt?`model`:e.actionPlugin&&e.actionTool?`tool`:`none`}function fe(e){let t=e.filter(e=>e.eventStatus===`scheduled`&&e.recurrence!=null),n={live:t.length,model:0,tool:0,none:0};for(let e of t)n[de(e)]++;return n}function pe(e){if(!e)return[];let t;try{t=JSON.parse(e)}catch{return[]}let n=t?.checks;return Array.isArray(n)?n.flatMap(e=>{if(typeof e!=`object`||!e)return[];let t=e;return typeof t.type==`string`?[{kind:t.type,target:X(t.type,t)}]:[]}):[]}function X(e,t){let n=e=>typeof t[e]==`string`?t[e]:null;if(e===`mail`){let e=n(`mailbox`);if(e===null)return null;let t=n(`folder`);return t?`${e}/${t}`:e}return e===`d1`?n(`database`):e===`whatsapp`?n(`scope`):e===`calendar`?n(`connector`):null}function me(e,t){if(!e)return null;let n=Date.parse(e);if(!Number.isFinite(n))return null;let r=Math.max(t-n,0);return r<6e4?`${Math.round(r/1e3)}s ago`:r<36e5?`${Math.round(r/6e4)}m ago`:`${Math.round(r/36e5)}h ago`}function he(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function ge(e){return e?e.split(`
2
+ `).filter(e=>e.trim()!==``).reverse():[]}function Z({routine:e,adminFetch:t,onClose:n,onSaved:r,onDeleted:i,onViewRuns:a}){let{zone:d}=o(),[f,p]=(0,O.useState)(!1),[m,h]=(0,O.useState)(!1),[g,_]=(0,O.useState)(null),[b,S]=(0,O.useState)(e),[w,T]=(0,O.useState)(!1),D=b.agentChannel!=null,k=le(b),A=pe(b.gateArgs),j=me(b.gateLastCommitAt,Date.now()),M=re(b.eventStatus),P=M.control===`resume`,[F,I]=(0,O.useState)(!1),[L,R]=(0,O.useState)(e.agentPrompt??``),[z,B]=(0,O.useState)(e.name??``),[V,H]=(0,O.useState)(e.description??``),[U,ie]=(0,O.useState)(e.recurrence),[W,ae]=(0,O.useState)(e.agentChannel??``),[K,q]=(0,O.useState)(e.agentDestination??``),[J,Y]=(0,O.useState)(null),[de,fe]=(0,O.useState)(null),X=D||b.actionPlugin==null,Z=ge(b.notes);(0,O.useEffect)(()=>{let e=e=>{e.key===`Escape`&&!m&&n()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[m,n]),(0,O.useEffect)(()=>{if(!f||!X||J!==null)return;let e=!1;return t(`/api/admin/dispatch-destinations`).then(async e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return await e.json()}).then(t=>{e||Y(t.destinations)}).catch(t=>{e||(Y([]),fe(t instanceof Error?t.message:`Could not load destinations`))}),()=>{e=!0}},[f,X,J,t]);let Q=(J??[]).filter(e=>e.channel===W),_e=W.length>0&&K.length>0,ve=z.trim().length===0&&(b.name??``).length>0||W.length>0&&K.length===0||_e&&L.trim().length===0,ye=(0,O.useCallback)(()=>{let e={},t=W.length>0&&K.length>0,n=z.trim();n!==(b.name??``)&&(e.name=n),(D||t)&&L!==(b.agentPrompt??``)&&(e.agentPrompt=L);let r=V.trim().length>0?V:null;return r!==(b.description??null)&&(e.description=r),U!=null&&U!==(b.recurrence??null)&&(e.recurrence=U),t&&(W!==(b.agentChannel??``)||K!==(b.agentDestination??``))?(e.agentChannel=W,e.agentDestination=K):!t&&W===``&&(b.agentChannel??``)!==``&&(e.agentChannel=null,e.agentDestination=null),e},[D,z,L,V,U,W,K,b]),be=(0,O.useCallback)(async()=>{let n=ye();if(Object.keys(n).length===0){p(!1);return}h(!0),_(null);try{let i=await t(`/api/admin/routines/${encodeURIComponent(e.eventId)}`,{method:`PATCH`,headers:{"content-type":`application/json`},body:JSON.stringify(n)});if(!i.ok){let e=await i.json().catch(()=>({}));throw Error(e.error??`HTTP ${i.status}`)}let a=await i.json();S(a.routine),B(a.routine.name??``),R(a.routine.agentPrompt??``),H(a.routine.description??``),ie(a.routine.recurrence),ae(a.routine.agentChannel??``),q(a.routine.agentDestination??``),r(a.routine),p(!1)}catch(e){_(e instanceof Error?e.message:`Save failed`)}finally{h(!1)}},[t,ye,e.eventId,r]),xe=(0,O.useCallback)(async()=>{if(m)return;if(!F){T(!1),I(!0);return}let n=P?`resume`:`suspend`;h(!0),_(null);try{let i=await t(`/api/admin/routines/${encodeURIComponent(e.eventId)}/${n}`,{method:`POST`});if(!i.ok){let e=await i.json().catch(()=>({}));throw Error(e.error??`HTTP ${i.status}`)}let a=await i.json();S(a.routine),r(a.routine),I(!1)}catch(e){_(e instanceof Error?e.message:`${n} failed`),I(!1)}finally{h(!1)}},[t,m,F,P,e.eventId,r]),Se=(0,O.useCallback)(async()=>{if(!m){if(!w){I(!1),T(!0);return}h(!0),_(null);try{let n=await t(`/api/admin/routines/${encodeURIComponent(e.eventId)}`,{method:`DELETE`});if(!n.ok){let e=await n.json().catch(()=>({}));throw Error(e.error??`HTTP ${n.status}`)}i(e.eventId)}catch(e){_(e instanceof Error?e.message:`Delete failed`),T(!1)}finally{h(!1)}}},[t,m,w,e.eventId,i]);return(0,G.jsx)(`div`,{className:`cal-modal-overlay`,onClick:()=>{m||n()},children:(0,G.jsxs)(`div`,{className:`cal-modal ${!f||D||_e?`cal-modal-wide`:`cal-modal-dispatch`}`,role:`dialog`,"aria-modal":`true`,"aria-label":f?`Edit routine`:`Routine detail`,onClick:e=>e.stopPropagation(),children:[(0,G.jsxs)(`div`,{className:`cal-modal-header`,children:[(0,G.jsxs)(`span`,{className:`cal-modal-kind`,children:[(0,G.jsx)(x,{size:13}),` Routine`]}),(0,G.jsx)(`button`,{type:`button`,className:`cal-modal-close`,onClick:n,"aria-label":`Close`,autoFocus:!0,disabled:m,children:(0,G.jsx)(c,{size:16})})]}),!f&&(0,G.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,G.jsx)(`div`,{className:`cal-modal-title`,children:b.name??`Untitled routine`}),(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(C,{size:14}),(0,G.jsx)(`span`,{children:b.recurrence?N(b.recurrence):`One-time`})]}),(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(ce,{eventStatus:b.eventStatus}),(0,G.jsxs)(`span`,{children:[`Status: `,b.eventStatus??`unknown`]})]}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Next run: `,he(b.nextRun,d)]})}),(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(E,{size:14}),(0,G.jsxs)(`span`,{children:[`Last run: `,he(b.lastTriggered,d),b.lastDispatchResult?` (${b.lastDispatchResult})`:``]})]}),b.description&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`Description`})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,children:(0,G.jsx)(`span`,{children:b.description})})]}),ue[k]&&(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`routine-mode`,children:[(0,G.jsx)(x,{size:14}),(0,G.jsxs)(`span`,{children:[ue[k],k===`agent-every-fire`&&b.gateWaived?`: ${b.gateWaived}`:``]})]}),b.gateClassified===!1&&b.gateTool==null&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`gate-unclassified`,children:(0,G.jsx)(`span`,{children:`No check is set and no reason is recorded, so every fire spends a model turn.`})}),D?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(y,{channel:b.agentChannel,size:14}),(0,G.jsxs)(`span`,{children:[v[b.agentChannel]??b.agentChannel,` to `,b.agentDestination??`—`]})]}),b.gateTool!=null&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`Checks before the agent runs`})}),(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(ee,{size:14}),(0,G.jsxs)(`span`,{children:[b.gatePlugin,`.`,b.gateTool]})]}),A.map((e,t)=>(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`gate-check`,children:(0,G.jsxs)(`span`,{children:[e.kind,e.target?` · ${e.target}`:``]})},t)),b.lastTriggered!=null&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`gate-commit-age`,children:(0,G.jsx)(`span`,{children:j===null?`This gate has never committed, so it reports work on every fire.`:`Checks last committed ${j} (${he(b.gateLastCommitAt,d)})`})})]}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`Instruction sent to the agent`})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,children:(0,G.jsx)(`span`,{children:b.agentPrompt??`No instruction sent to the agent.`})})]}):b.actionPlugin?(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(ee,{size:14}),(0,G.jsxs)(`span`,{children:[b.actionPlugin,`.`,b.actionTool,b.actionArgs?` ${b.actionArgs}`:``]})]}):(0,G.jsxs)(`div`,{className:`cal-modal-row`,children:[(0,G.jsx)(C,{size:14}),(0,G.jsx)(`span`,{children:`Scheduled trigger (no dispatch)`})]}),Z.length===0?(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(E,{size:14}),(0,G.jsx)(`span`,{children:`No history recorded.`})]}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,G.jsx)(E,{size:14}),(0,G.jsxs)(`span`,{children:[`History (`,Z.length,` `,Z.length===1?`entry`:`entries`,`)`]})]}),(0,G.jsx)(`div`,{className:`routine-history`,children:Z.map((e,t)=>(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:e},t))})]})]}),f&&(0,G.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Name`}),(0,G.jsx)(`input`,{type:`text`,value:z,onChange:e=>B(e.target.value),disabled:m,maxLength:200,placeholder:`The routine's title, shown on the card`})]}),X&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Send to`}),(0,G.jsxs)(`div`,{className:`cal-modal-field-inline`,children:[(0,G.jsxs)(`select`,{value:W,disabled:m,onChange:e=>{ae(e.target.value),q(``)},children:[(0,G.jsx)(`option`,{value:``,children:`None (no dispatch)`}),(0,G.jsx)(`option`,{value:`whatsapp`,children:`WhatsApp`}),(0,G.jsx)(`option`,{value:`telegram`,children:`Telegram`})]}),W!==``&&(0,G.jsx)(y,{channel:W,size:16})]})]}),W!==``&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Destination`}),(0,G.jsxs)(`select`,{value:K,disabled:m||J===null,onChange:e=>q(e.target.value),children:[(0,G.jsx)(`option`,{value:``,children:J===null?`Loading destinations`:Q.length===0?`No registered destinations`:`Choose a destination`}),K!==``&&!Q.some(e=>e.destination===K)&&(0,G.jsxs)(`option`,{value:K,children:[K,` (not in the current list)`]}),Q.map(e=>(0,G.jsx)(`option`,{value:e.destination,children:se(e)},e.destination))]})]}),de&&(0,G.jsxs)(`div`,{className:`cal-modal-error`,children:[`Could not load destinations: `,de]})]}),(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Description`}),(0,G.jsx)(`input`,{type:`text`,value:V,onChange:e=>H(e.target.value),disabled:m,placeholder:`One line: what this routine is for`})]}),(D||_e)&&(0,G.jsxs)(`label`,{className:`cal-modal-field`,children:[(0,G.jsx)(`span`,{children:`Instruction sent to the agent`}),(0,G.jsx)(`textarea`,{className:`cal-modal-textarea`,value:L,onChange:e=>R(e.target.value),disabled:m,rows:16,placeholder:`What should the agent do when this routine fires?`})]}),(0,G.jsx)(oe,{recurrence:b.recurrence,onChange:ie,disabled:m})]}),g&&(0,G.jsx)(`div`,{className:`cal-modal-error`,children:g}),(0,G.jsxs)(`div`,{className:`cal-modal-actions`,children:[!f&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>{T(!1),I(!1),p(!0)},disabled:m,children:[(0,G.jsx)(s,{size:14}),` Edit`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>a(b),disabled:m,children:[(0,G.jsx)(E,{size:14}),` Runs`]}),M.control===`none`?(0,G.jsx)(`span`,{className:`cal-modal-confirm-text`,children:M.note}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:xe,disabled:m,children:[m&&F?(0,G.jsx)(l,{size:14,className:`spin`}):P?(0,G.jsx)(ne,{size:14}):(0,G.jsx)(te,{size:14}),F?P?`Confirm resume`:`Confirm suspend`:P?`Resume`:`Suspend`]}),F&&(0,G.jsx)(`span`,{className:`cal-modal-confirm-text`,children:P?`This routine will run at its next scheduled time. It will not run for the times it missed.`:`This routine stops running until you resume it. Nothing is deleted.`})]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-danger`,onClick:Se,disabled:m,children:[m&&w?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(u,{size:14}),w?`Confirm delete`:`Delete`]})]}),f&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-primary`,onClick:be,disabled:m||ve,children:[m?(0,G.jsx)(l,{size:14,className:`spin`}):null,` Save`]}),(0,G.jsx)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>{p(!1),_(null)},disabled:m,children:`Cancel`})]})]})]})})}function Q(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function _e(e){return e===null?`—`:e<1e3?`${e} ms`:`${(e/1e3).toFixed(1)} s`}function ve({run:e,routineName:t,onClose:n}){let{zone:r}=o();return(0,O.useEffect)(()=>{let e=e=>{e.key===`Escape`&&n()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[n]),(0,G.jsx)(`div`,{className:`cal-modal-overlay`,onClick:n,children:(0,G.jsxs)(`div`,{className:`cal-modal cal-modal-wide`,role:`dialog`,"aria-modal":`true`,"aria-label":`Run detail`,onClick:e=>e.stopPropagation(),children:[(0,G.jsxs)(`div`,{className:`cal-modal-header`,children:[(0,G.jsx)(`span`,{className:`cal-modal-kind`,children:`Run`}),(0,G.jsx)(`button`,{type:`button`,className:`cal-modal-close`,onClick:n,"aria-label":`Close`,autoFocus:!0,children:(0,G.jsx)(c,{size:16})})]}),(0,G.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,G.jsx)(`div`,{className:`cal-modal-title`,children:t??`Untitled routine`}),e.outputExcerpt!==null&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,"data-testid":`run-output`,children:(0,G.jsx)(`span`,{children:e.outputExcerpt})}),e.outputExcerpt===null&&e.status===`finished`&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,"data-testid":`run-output-none`,children:(0,G.jsx)(`span`,{children:`This run finished without sending anything.`})}),(0,G.jsx)(`div`,{className:`cal-modal-row`,children:(0,G.jsx)(`span`,{children:W(e.status)})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Due: `,Q(e.scheduledFor,r)]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Started: `,Q(e.startedAt,r)]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Dispatch ended: `,Q(e.endedAt,r),` (`,_e(e.ranMs),`)`]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Output seen: `,Q(e.finishedAt,r)]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Sent to: `,e.target,` · `,e.mode,` · `,e.kind]})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Transport: `,e.dispatchResult??`—`,e.httpStatus===null?``:` (HTTP ${e.httpStatus})`]})}),e.error&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-row-top routine-prose`,children:(0,G.jsx)(`span`,{children:e.error})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Conversation: `,e.sessionKey??`—`,e.transcriptOffset===null?``:` at byte ${e.transcriptOffset}`]})}),!e.bounded&&e.status!==`gated`&&(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsx)(`span`,{children:`This run shares its conversation with other traffic, so what it produced cannot be separated out. Its status stays at whatever the dispatch reported.`})}),(0,G.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,G.jsxs)(`span`,{children:[`Run `,e.runId]})})]})]})})}function ye({status:e}){let t=ie(e);return(0,G.jsx)(`span`,{className:`routine-status-dot is-${t}`,"data-state":t,"aria-hidden":`true`})}var be=500;function xe(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function Se(e){return e===null?`—`:e<1e3?`${e} ms`:`${(e/1e3).toFixed(1)} s`}var Ce={channel:`a channel`,destination:`a destination`,prompt:`an instruction`};function we(e){if(e===`no-dispatch-configured`)return`This routine has no dispatch set up, so there was nothing to do.`;if(e===`no-action-plugin`)return`The tool action names no plugin, so nothing ran.`;if(e===`no-action-tool`)return`The tool action names no tool, so nothing ran.`;let t=e.startsWith(`no-`)?e.slice(3).split(`+`):[];if(t.length>0&&t.every(e=>e in Ce)){let e=t.map(e=>Ce[e]);return`This routine has no ${(e.length===1?e[0]:`${e.slice(0,-1).join(`, `)} and ${e[e.length-1]}`).replace(/^an? /,``)} set, so nothing was sent.`}return e}function Te(e){return e.status===`no-destination`?e.error?we(e.error):`Nothing was dispatched, and no reason was recorded.`:e.status===`failed`?e.error??e.dispatchResult??`The dispatch failed.`:e.status===`open`?`Opened and never closed. The dispatch did not report back.`:null}function Ee(e){let t=e.indexOf(`:`);return t<=0?{channel:null,destination:e}:{channel:e.slice(0,t),destination:e.slice(t+1)}}function De(e){return e.outputExcerpt===null?e.status===`finished`?`Finished and sent nothing.`:null:e.outputExcerpt}function Oe({routine:e,adminFetch:t,cacheKey:n,from:r=`card`,onBack:i}){let{zone:s}=o(),[c,u]=(0,O.useState)([]),[d,f]=(0,O.useState)(!0),[p,h]=(0,O.useState)(null),[_,b]=(0,O.useState)(null),x=(0,O.useRef)(0),S=(0,O.useCallback)(()=>{let n=!1,i=++x.current,a=()=>n||i!==x.current;return f(!0),h(null),t(`/api/admin/routines/${encodeURIComponent(e.eventId)}/runs?limit=${be}&from=${r}`).then(async e=>{if(a())return;if(!e.ok)throw Error(`HTTP ${e.status}`);let t=await e.json();a()||u(Array.isArray(t.runs)?t.runs:[])}).catch(e=>{a()||(h(e instanceof Error?e.message:`Failed to load`),u([]))}).finally(()=>{a()||f(!1)}),()=>{n=!0}},[t,e.eventId,r]);(0,O.useEffect)(()=>S(),[S]);let C=(0,O.useCallback)(()=>{T(n,e.eventId)},[n,e.eventId]);return(0,G.jsxs)(`div`,{className:`cal-page`,children:[(0,G.jsx)(`header`,{className:`cal-header`,children:(0,G.jsxs)(`div`,{className:`cal-nav`,children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:i,children:[(0,G.jsx)(g,{size:14}),` Routines`]}),(0,G.jsx)(`span`,{className:`cal-range-label runs-title`,"data-testid":`runs-title`,title:e.name??`Untitled routine`,children:e.name??`Untitled routine`}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`runs-refresh`,onClick:S,disabled:d,title:`Refresh runs`,"aria-label":`Refresh runs`,children:[d?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(a,{size:14}),` Refresh`]}),c.length>0&&(0,G.jsx)(`div`,{className:`routine-bulk-actions`,children:(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:C,children:[(0,G.jsx)(m,{size:14}),` Download all runs`]})})]})}),(0,G.jsxs)(`div`,{className:`cal-body`,children:[p&&(0,G.jsxs)(`div`,{className:`cal-error`,children:[`Could not load runs: `,p]}),!p&&!d&&c.length===0&&(0,G.jsxs)(`div`,{className:`cal-empty`,"data-testid":`runs-empty`,children:[(0,G.jsx)(`p`,{children:`Nothing to show for this routine.`}),(0,G.jsx)(`p`,{children:`That means one of three things, and this page cannot tell them apart: it has never run, it ran but no record was written, or every run it did have is older than the 30 days records are kept for.`}),(0,G.jsxs)(`p`,{children:[`For a repeating routine, the server log settles the middle one: a`,(0,G.jsx)(`code`,{children:` fires-without-records `}),` count above zero names a routine that fired and left no record. It does not distinguish the other two, and it does not cover a one-time routine.`]})]}),c.length>=be&&(0,G.jsxs)(`div`,{className:`cal-modal-confirm-text`,"data-testid":`runs-capped`,children:[`Showing the most recent `,be,` runs. There may be more; the download has everything still on record.`]}),(0,G.jsx)(`div`,{className:`routine-list`,children:c.map(e=>{let t=Te(e),n=De(e),{channel:r,destination:i}=Ee(e.target);return(0,G.jsxs)(`button`,{type:`button`,className:`admin-card admin-card--padded routine-card`,"data-testid":`run-row-${e.runId}`,onClick:()=>b(e),children:[(0,G.jsxs)(`span`,{className:`admin-card-title routine-card-title run-card-title`,children:[(0,G.jsx)(ye,{status:e.status}),` `,W(e.status)]}),(0,G.jsx)(`span`,{className:`routine-card-sched`,children:Se(e.ranMs)}),(0,G.jsx)(`span`,{className:`routine-card-target`,children:r?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(y,{channel:r,size:13}),` `,v[r]??r,` to `,r===`whatsapp`?Y(i):i]}):i}),(0,G.jsxs)(`span`,{className:`routine-card-meta`,children:[`Due `,xe(e.scheduledFor,s)]}),n&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-output`,children:n}),t&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-detail`,children:t})]},e.runId)})})]}),_&&(0,G.jsx)(ve,{run:_,routineName:e.name,onClose:()=>b(null)})]})}var ke=500;function Ae(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function je(e){return e===null?`—`:e<1e3?`${e} ms`:`${(e/1e3).toFixed(1)} s`}function Me({adminFetch:e,onBack:t}){let{zone:n}=o(),[r,i]=(0,O.useState)([]),[s,c]=(0,O.useState)(!0),[u,d]=(0,O.useState)(null),[f,p]=(0,O.useState)(null),m=(0,O.useRef)(0),h=(0,O.useCallback)(()=>{let t=!1,n=++m.current,r=()=>t||n!==m.current;return c(!0),d(null),e(`/api/admin/routines/runs?limit=${ke}`).then(async e=>{if(r())return;if(!e.ok)throw Error(`HTTP ${e.status}`);let t=await e.json();r()||i(Array.isArray(t.runs)?t.runs:[])}).catch(e=>{r()||(d(e instanceof Error?e.message:`Failed to load`),i([]))}).finally(()=>{r()||c(!1)}),()=>{t=!0}},[e]);return(0,O.useEffect)(()=>h(),[h]),(0,G.jsxs)(`div`,{className:`cal-page`,children:[(0,G.jsx)(`header`,{className:`cal-header`,children:(0,G.jsxs)(`div`,{className:`cal-nav`,children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:t,children:[(0,G.jsx)(g,{size:14}),` Routines`]}),(0,G.jsx)(`span`,{className:`cal-range-label runs-title`,"data-testid":`all-runs-title`,children:`All routine runs`}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`all-runs-refresh`,onClick:h,disabled:s,title:`Refresh runs`,"aria-label":`Refresh runs`,children:[s?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(a,{size:14}),` Refresh`]})]})}),(0,G.jsxs)(`div`,{className:`cal-body`,children:[u&&(0,G.jsxs)(`div`,{className:`cal-error`,children:[`Could not load runs: `,u]}),!u&&!s&&r.length===0&&(0,G.jsx)(`div`,{className:`cal-empty`,"data-testid":`all-runs-empty`,children:(0,G.jsx)(`p`,{children:`No routine has run yet.`})}),r.length>=ke&&(0,G.jsxs)(`div`,{className:`cal-modal-confirm-text`,"data-testid":`all-runs-capped`,children:[`Showing the most recent `,ke,` runs. There may be more on record.`]}),(0,G.jsx)(`div`,{className:`routine-list`,children:r.map(e=>{let t=Te(e),r=De(e),{channel:i,destination:a}=Ee(e.target);return(0,G.jsxs)(`button`,{type:`button`,className:`admin-card admin-card--padded routine-card`,"data-testid":`all-run-row-${e.runId}`,onClick:()=>p(e),children:[(0,G.jsxs)(`span`,{className:`admin-card-title routine-card-title run-card-title`,children:[(0,G.jsx)(ye,{status:e.status}),` `,e.eventName]}),(0,G.jsxs)(`span`,{className:`routine-card-sched`,children:[W(e.status),` · `,je(e.ranMs)]}),(0,G.jsx)(`span`,{className:`routine-card-target`,children:i?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(y,{channel:i,size:13}),` `,v[i]??i,` to `,i===`whatsapp`?Y(a):a]}):a}),(0,G.jsxs)(`span`,{className:`routine-card-meta`,children:[`Due `,Ae(e.scheduledFor,n)]}),r&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-output`,children:r}),t&&(0,G.jsx)(`span`,{className:`routine-card-meta run-card-detail`,children:t})]},e.runId)})})]}),f&&(0,G.jsx)(ve,{run:f,routineName:f.eventName,onClose:()=>p(null)})]})}t(((e,t)=>{t.exports={}}))();function Ne(e){return e.agentChannel&&e.agentDestination&&e.agentPrompt?!0:!!(e.actionPlugin&&e.actionTool)}function Pe(e){if(e.agentChannel||e.agentDestination||e.agentPrompt){let t=[];return e.agentChannel||t.push(`channel`),e.agentDestination||t.push(`destination`),e.agentPrompt||t.push(`prompt`),`no-${t.join(`+`)}`}return e.actionPlugin||e.actionTool?e.actionTool?`no-action-plugin`:`no-action-tool`:`no-dispatch-configured`}var $=`maxy-admin-session-key`;function Fe(e){return e?N(e):`One-time`}function Ie(e,t){if(!e)return`—`;let n=Date.parse(e);return Number.isFinite(n)?p(new Date(n).toISOString(),t):e}function Le(){let[e,t]=(0,O.useState)(null),[n,r]=(0,O.useState)(!1),[i,a]=(0,O.useState)(void 0),[o,s]=(0,O.useState)(null),[c,l]=(0,O.useState)(void 0),[u,p]=(0,O.useState)(null),[m,h]=(0,O.useState)(null);(0,O.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem($)}catch{}if(!n){r(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(async i=>{if(!e){if(i.status===401){try{sessionStorage.removeItem($)}catch{}window.location.href=`/`;return}if(i.ok)try{let e=await i.json();typeof e.businessName==`string`&&a(e.businessName),e.sessionId!==void 0&&s(e.sessionId??null),h(e.role??null),l(e.userName===void 0?null:e.userName),p(e.avatar??null)}catch{}t(n),r(!0)}}).catch(()=>{e||(t(n),r(!0))}),()=>{e=!0}},[]);let g=(0,O.useCallback)(()=>{try{sessionStorage.removeItem($)}catch{}window.location.href=`/`},[]),[_,v]=(0,O.useState)(!1),y=(0,O.useCallback)(async()=>{v(!0);try{let e=await b();if(e){try{sessionStorage.removeItem($)}catch{}window.location.href=`/`}return e}finally{v(!1)}},[]);return n?e?(0,G.jsx)(f,{cacheKey:e,surface:`routines`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=routines`);try{sessionStorage.removeItem($)}catch{}window.location.href=`/`},children:(0,G.jsx)(S,{cacheKey:e,businessName:i,sessionId:o,onLogout:g,onDisconnect:y,disconnecting:_,userName:c,userAvatar:u,role:m,children:(0,G.jsx)(Re,{cacheKey:e})})}):(0,G.jsx)(`div`,{className:`cal-page`,children:(0,G.jsxs)(`div`,{className:`cal-empty`,children:[(0,G.jsx)(`p`,{children:`You are not signed in.`}),(0,G.jsxs)(`p`,{children:[`Open the `,(0,G.jsx)(`a`,{href:`/`,className:`cal-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,G.jsx)(d,{surface:`gate`})}function Re({cacheKey:e}){let{zone:t}=o(),{adminFetch:n,cacheKey:r,sessionRefetchNonce:i}=_({initialCacheKey:e,surface:`routines`}),[s,c]=(0,O.useState)([]),[u,f]=(0,O.useState)(null),[p,m]=(0,O.useState)(!1),[h,g]=(0,O.useState)(!1),[b,S]=(0,O.useState)(null),[T,D]=(0,O.useState)(null),[k,A]=(0,O.useState)(null),[j,M]=(0,O.useState)(!1),N=(0,O.useCallback)(()=>{let e=!1;return m(!0),S(null),n(`/api/admin/routines`).then(async t=>{if(e)return;if(!t.ok)throw Error(`HTTP ${t.status}`);let n=await t.json();c(Array.isArray(n.routines)?n.routines:[]),f(typeof n.workflowRuns24h==`number`?n.workflowRuns24h:null)}).catch(t=>{e||(S(t instanceof Error?t.message:`Failed to load`),c([]),f(null))}).finally(()=>{e||(m(!1),g(!0))}),()=>{e=!0}},[n]);(0,O.useEffect)(()=>N(),[N,i]);let P=(0,O.useCallback)(e=>{c(t=>t.map(t=>t.eventId===e.eventId?e:t)),D(e)},[]),F=(0,O.useCallback)(e=>{c(t=>t.filter(t=>t.eventId!==e)),D(null)},[]),[I,L]=(0,O.useState)(!1),[R,z]=(0,O.useState)(null),B=s.filter(e=>e.eventStatus===`scheduled`).length,V=s.filter(e=>e.suspendedInBulk).length,H=(0,O.useCallback)(async e=>{L(!0),z(null);try{let t=await n(`/api/admin/routines/${e}`,{method:`POST`});if(!t.ok){let e=await t.json().catch(()=>({}));throw Error(e.error??`HTTP ${t.status}`)}let r=await t.json(),i=r.refused?.length??0;z(e===`suspend-all`?`Suspended ${r.suspended??0}. Nothing runs on its own until you resume it.`:`Resumed ${r.restored??0}${i>0?`. ${i} could not be resumed and stayed suspended`:``}. Routines you suspended one at a time are still suspended.`),N()}catch(e){z(e instanceof Error?e.message:`Failed`)}finally{L(!1)}},[n,N]);return h?j?(0,G.jsx)(Me,{adminFetch:n,onBack:()=>M(!1)}):k?(0,G.jsx)(Oe,{routine:k,adminFetch:n,cacheKey:r,from:`modal`,onBack:()=>A(null)}):(0,G.jsxs)(`div`,{className:`cal-page`,children:[(0,G.jsx)(`header`,{className:`cal-header`,children:(0,G.jsxs)(`div`,{className:`cal-nav`,children:[(0,G.jsxs)(`span`,{className:`cal-range-label`,children:[(0,G.jsx)(x,{size:16}),` Routines`]}),(0,G.jsxs)(`div`,{className:`routine-bulk-actions`,children:[(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`routines-refresh`,onClick:N,disabled:p,title:`Refresh routines`,"aria-label":`Refresh routines`,children:[p?(0,G.jsx)(l,{size:14,className:`spin`}):(0,G.jsx)(a,{size:14}),` Refresh`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,"data-testid":`routines-history`,onClick:()=>M(!0),title:`All routine runs`,"aria-label":`All routine runs`,children:[(0,G.jsx)(E,{size:14}),` History`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>H(`suspend-all`),disabled:I||B===0,children:[(0,G.jsx)(te,{size:14}),` Suspend all (`,B,`)`]}),(0,G.jsxs)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>H(`resume-all`),disabled:I||V===0,children:[(0,G.jsx)(ne,{size:14}),` Resume all (`,V,`)`]})]})]})}),(0,G.jsxs)(`div`,{className:`cal-body`,children:[!b&&(()=>{let e=fe(s);return(0,G.jsxs)(`div`,{className:`routine-rail-strip`,"data-testid":`routine-rail-strip`,children:[`Live recurring: `,e.live,` · `,e.model,` model · `,e.tool,` tool · `,e.none,` no dispatch`,` · `,`Workflow runs (24h): `,u===null?`—`:u]})})(),R&&(0,G.jsx)(`div`,{className:`cal-modal-confirm-text`,children:R}),b&&(0,G.jsxs)(`div`,{className:`cal-error`,children:[`Could not load routines: `,b]}),!b&&!p&&s.length===0&&(0,G.jsx)(`div`,{className:`cal-empty`,children:(0,G.jsx)(`p`,{children:`No routines yet.`})}),(0,G.jsx)(`div`,{className:`routine-list`,children:s.map(e=>{let n=e.eventStatus===`scheduled`&&!Ne(e)?Pe(e):null;return(0,G.jsxs)(`div`,{role:`button`,tabIndex:0,className:`admin-card admin-card--padded routine-card`,"data-testid":`routine-card-${e.eventId}`,onClick:()=>D(e),onKeyDown:t=>{(t.key===`Enter`||t.key===` `)&&(t.preventDefault(),D(e))},children:[(0,G.jsx)(`span`,{className:`admin-card-title routine-card-title`,title:e.name??`Untitled routine`,children:e.name??`Untitled routine`}),(0,G.jsxs)(`span`,{className:`routine-card-sched`,children:[(0,G.jsx)(C,{size:13}),` `,Fe(e.recurrence)]}),e.description&&(0,G.jsx)(`span`,{className:`routine-card-desc`,children:e.description}),n===null?(0,G.jsx)(`span`,{className:`routine-card-target`,children:e.agentChannel?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(y,{channel:e.agentChannel,size:13}),` `,v[e.agentChannel]??e.agentChannel,` to `,e.agentDestination??`—`]}):e.actionPlugin?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(ee,{size:13}),` `,e.actionPlugin,`.`,e.actionTool]}):(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(C,{size:13}),` Scheduled trigger`]})}):(0,G.jsxs)(`span`,{className:`routine-card-target routine-card-target--gap`,children:[(0,G.jsx)(w,{size:13}),` `,we(n)]}),e.dispatchFailing===!0&&n===null&&(0,G.jsxs)(`span`,{className:`routine-card-target routine-card-target--gap`,"data-testid":`routine-dispatch-${e.eventId}`,children:[(0,G.jsx)(w,{size:13}),` Last dispatch failed: `,e.lastDispatchResult]}),(()=>{let t=[],n=ue[le(e)];n&&t.push(n),e.runs24h>0&&t.push(`24h: ${e.runs24h} ${e.runs24h===1?`fire`:`fires`}, ${e.gated24h} skipped`);let r=e.gateNeverGates===!0&&e.dispatchFailing!==!0;return r&&t.push(`this gate is decoration`),t.length===0?null:(0,G.jsx)(`span`,{className:r?`routine-card-gate routine-card-target--gap`:`routine-card-gate`,"data-testid":`routine-gate-${e.eventId}`,children:r?(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{size:13}),` `,t.join(` · `)]}):t.join(` · `)})})(),(0,G.jsxs)(`span`,{className:`routine-card-meta`,children:[(0,G.jsx)(ce,{eventStatus:e.eventStatus}),`Next: `,Ie(e.nextRun,t),` · `,e.eventStatus??`unknown`]})]},e.eventId)})})]}),T&&(0,G.jsx)(Z,{routine:T,adminFetch:n,onClose:()=>D(null),onSaved:P,onDeleted:F,onViewRuns:e=>{D(null),A(e)}})]}):(0,G.jsx)(d,{surface:`gate`})}(0,D.createRoot)(document.getElementById(`root`)).render((0,G.jsx)(Le,{}));
@@ -1 +1 @@
1
- import{o as e}from"./chunk-BycB0eMI.js";import{i as t,n,t as r}from"./jsx-runtime-CvVXOszc.js";import{I as i,J as a,K as o,L as s,N as c,P as l,lt as u}from"./useMediaQuery-C_1CV_iW.js";import{A as d,h as f,t as p}from"./AdminShell-1HyATV_t.js";import{t as m}from"./file-text-BJDCb334.js";var h=n(),g=e(t(),1),_=r();function v({summary:e,adminFetch:t,onClose:n,onDeleted:r}){let[c,l]=(0,g.useState)(null),[u,d]=(0,g.useState)(!0),[p,h]=(0,g.useState)(null),[v,y]=(0,g.useState)(!1),[b,x]=(0,g.useState)(!1);(0,g.useEffect)(()=>{let n=!1;return d(!0),h(null),t(`/api/admin/skills/${encodeURIComponent(e.plugin)}/${encodeURIComponent(e.skill)}`).then(async e=>{if(!n){if(!e.ok)throw Error(`HTTP ${e.status}`);l((await e.json()).skill)}}).catch(e=>{n||h(e instanceof Error?e.message:`Failed to load`)}).finally(()=>{n||d(!1)}),()=>{n=!0}},[t,e.plugin,e.skill]),(0,g.useEffect)(()=>{let e=e=>{e.key===`Escape`&&!b&&n()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[b,n]);let S=(0,g.useCallback)(async()=>{x(!0),h(null);try{let n=await t(`/api/admin/skills/${encodeURIComponent(e.plugin)}/${encodeURIComponent(e.skill)}`,{method:`DELETE`,headers:{"content-type":`application/json`}});if(!n.ok){let e=await n.json().catch(()=>({}));throw Error(e.error??`HTTP ${n.status}`)}r(e)}catch(e){h(e instanceof Error?e.message:`Delete failed`),x(!1),y(!1)}},[t,e,r]);return(0,_.jsx)(`div`,{className:`cal-modal-overlay`,onClick:()=>{b||n()},children:(0,_.jsxs)(`div`,{className:`cal-modal cal-modal-wide`,role:`dialog`,"aria-modal":`true`,"aria-label":`Skill detail`,onClick:e=>e.stopPropagation(),children:[(0,_.jsxs)(`div`,{className:`cal-modal-header`,children:[(0,_.jsxs)(`span`,{className:`cal-modal-kind`,children:[(0,_.jsx)(f,{size:13}),` Skill`]}),(0,_.jsx)(`button`,{type:`button`,className:`cal-modal-close`,onClick:n,"aria-label":`Close`,autoFocus:!0,disabled:b,children:(0,_.jsx)(i,{size:16})})]}),(0,_.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,_.jsx)(`div`,{className:`cal-modal-title`,children:e.skill}),(0,_.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,_.jsx)(m,{size:14}),(0,_.jsx)(`span`,{children:e.plugin})]}),u&&(0,_.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,_.jsx)(o,{size:14,className:`spin`}),(0,_.jsx)(`span`,{children:`Loading…`})]}),c&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,_.jsx)(`span`,{children:c.frontmatter.description||`No description.`})}),c.frontmatter.publicEmbed&&(0,_.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,_.jsx)(a,{size:14}),(0,_.jsx)(`span`,{children:`Public embed`})]}),(0,_.jsx)(`pre`,{className:`skill-body`,children:c.body.trim()||`No body content.`}),c.references.length>0&&(0,_.jsxs)(`div`,{className:`skill-refs`,children:[(0,_.jsx)(`span`,{className:`skill-refs-label`,children:`References`}),c.references.map(e=>(0,_.jsxs)(`span`,{className:`skill-ref`,children:[(0,_.jsx)(m,{size:13}),` `,e]},e))]})]})]}),p&&(0,_.jsx)(`div`,{className:`cal-modal-error`,children:p}),(0,_.jsxs)(`div`,{className:`cal-modal-actions`,children:[!v&&(0,_.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-danger`,onClick:()=>y(!0),disabled:b||u,children:[(0,_.jsx)(s,{size:14}),` Delete`]}),v&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(`span`,{className:`cal-modal-confirm-text`,children:`Delete this skill?`}),(0,_.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-danger`,onClick:S,disabled:b,children:[b?(0,_.jsx)(o,{size:14,className:`spin`}):(0,_.jsx)(s,{size:14}),` Delete`]}),(0,_.jsx)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>y(!1),disabled:b,children:`Cancel`})]})]})]})})}var y=`maxy-admin-session-key`;function b(){let[e,t]=(0,g.useState)(null),[n,r]=(0,g.useState)(!1),[i,a]=(0,g.useState)(void 0),[o,s]=(0,g.useState)(null),[u,f]=(0,g.useState)(void 0),[m,h]=(0,g.useState)(null),[v,b]=(0,g.useState)(null);(0,g.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem(y)}catch{}if(!n){r(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(async i=>{if(!e){if(i.status===401){try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`;return}if(i.ok)try{let e=await i.json();typeof e.businessName==`string`&&a(e.businessName),e.sessionId!==void 0&&s(e.sessionId??null),b(e.role??null),f(e.userName===void 0?null:e.userName),h(e.avatar??null)}catch{}t(n),r(!0)}}).catch(()=>{e||(t(n),r(!0))}),()=>{e=!0}},[]);let S=(0,g.useCallback)(()=>{try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`},[]),[C,w]=(0,g.useState)(!1),T=(0,g.useCallback)(async()=>{w(!0);try{let e=await d();if(e){try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`}return e}finally{w(!1)}},[]);return n?e?(0,_.jsx)(l,{cacheKey:e,surface:`skills`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=skills`);try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`},children:(0,_.jsx)(p,{cacheKey:e,businessName:i,sessionId:o,onLogout:S,onDisconnect:T,disconnecting:C,userName:u,userAvatar:m,role:v,children:(0,_.jsx)(x,{cacheKey:e})})}):(0,_.jsx)(`div`,{className:`cal-page`,children:(0,_.jsxs)(`div`,{className:`cal-empty`,children:[(0,_.jsx)(`p`,{children:`You are not signed in.`}),(0,_.jsxs)(`p`,{children:[`Open the `,(0,_.jsx)(`a`,{href:`/`,className:`cal-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,_.jsx)(c,{surface:`gate`})}function x({cacheKey:e}){let{adminFetch:t,sessionRefetchNonce:n}=u({initialCacheKey:e,surface:`skills`}),[r,i]=(0,g.useState)([]),[a,s]=(0,g.useState)(!1),[l,d]=(0,g.useState)(!1),[p,h]=(0,g.useState)(null),[y,b]=(0,g.useState)(null),x=(0,g.useCallback)(()=>{let e=!1;return s(!0),h(null),t(`/api/admin/skills`).then(async t=>{if(e)return;if(!t.ok)throw Error(`HTTP ${t.status}`);let n=await t.json();i(Array.isArray(n.skills)?n.skills:[])}).catch(t=>{e||(h(t instanceof Error?t.message:`Failed to load`),i([]))}).finally(()=>{e||(s(!1),d(!0))}),()=>{e=!0}},[t]);(0,g.useEffect)(()=>x(),[x,n]);let S=(0,g.useCallback)(e=>{i(t=>t.filter(t=>!(t.plugin===e.plugin&&t.skill===e.skill))),b(null),x()},[x]);return l?(0,_.jsxs)(`div`,{className:`cal-page`,children:[(0,_.jsx)(`header`,{className:`cal-header`,children:(0,_.jsxs)(`div`,{className:`cal-nav`,children:[(0,_.jsxs)(`span`,{className:`cal-range-label`,children:[(0,_.jsx)(f,{size:16}),` Skills`]}),a&&(0,_.jsx)(o,{size:16,className:`spin`})]})}),(0,_.jsxs)(`div`,{className:`cal-body`,children:[p&&(0,_.jsxs)(`div`,{className:`cal-error`,children:[`Could not load skills: `,p]}),!p&&!a&&r.length===0&&(0,_.jsx)(`div`,{className:`cal-empty`,children:(0,_.jsx)(`p`,{children:`No skills yet. Ask in chat to create one.`})}),r.length>0&&(0,_.jsx)(`div`,{className:`routine-list`,children:r.map(e=>(0,_.jsxs)(`button`,{type:`button`,className:`admin-card admin-card--padded routine-card`,onClick:()=>b(e),children:[(0,_.jsx)(`span`,{className:`admin-card-title routine-card-title`,children:e.skill}),(0,_.jsxs)(`span`,{className:`routine-card-sched`,children:[(0,_.jsx)(m,{size:13}),` `,e.plugin]}),(0,_.jsx)(`span`,{className:`skill-card-desc`,children:e.description||`No description.`}),(0,_.jsx)(`span`,{className:`routine-card-meta`,children:e.refCount===0?`No references`:`${e.refCount} reference${e.refCount===1?``:`s`}`})]},`${e.plugin}/${e.skill}`))})]}),y&&(0,_.jsx)(v,{summary:y,adminFetch:t,onClose:()=>b(null),onDeleted:S})]}):(0,_.jsx)(c,{surface:`gate`})}(0,h.createRoot)(document.getElementById(`root`)).render((0,_.jsx)(b,{}));
1
+ import{o as e}from"./chunk-BycB0eMI.js";import{i as t,n,t as r}from"./jsx-runtime-DeRQuYlX.js";import{I as i,J as a,K as o,L as s,N as c,P as l,ut as u}from"./useMediaQuery-Cm_fvNIH.js";import{h as d,k as f,t as p}from"./AdminShell-DyOPTLdb.js";import{t as m}from"./file-text-Cws2LExM.js";var h=n(),g=e(t(),1),_=r();function v({summary:e,adminFetch:t,onClose:n,onDeleted:r}){let[c,l]=(0,g.useState)(null),[u,f]=(0,g.useState)(!0),[p,h]=(0,g.useState)(null),[v,y]=(0,g.useState)(!1),[b,x]=(0,g.useState)(!1);(0,g.useEffect)(()=>{let n=!1;return f(!0),h(null),t(`/api/admin/skills/${encodeURIComponent(e.plugin)}/${encodeURIComponent(e.skill)}`).then(async e=>{if(!n){if(!e.ok)throw Error(`HTTP ${e.status}`);l((await e.json()).skill)}}).catch(e=>{n||h(e instanceof Error?e.message:`Failed to load`)}).finally(()=>{n||f(!1)}),()=>{n=!0}},[t,e.plugin,e.skill]),(0,g.useEffect)(()=>{let e=e=>{e.key===`Escape`&&!b&&n()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[b,n]);let S=(0,g.useCallback)(async()=>{x(!0),h(null);try{let n=await t(`/api/admin/skills/${encodeURIComponent(e.plugin)}/${encodeURIComponent(e.skill)}`,{method:`DELETE`,headers:{"content-type":`application/json`}});if(!n.ok){let e=await n.json().catch(()=>({}));throw Error(e.error??`HTTP ${n.status}`)}r(e)}catch(e){h(e instanceof Error?e.message:`Delete failed`),x(!1),y(!1)}},[t,e,r]);return(0,_.jsx)(`div`,{className:`cal-modal-overlay`,onClick:()=>{b||n()},children:(0,_.jsxs)(`div`,{className:`cal-modal cal-modal-wide`,role:`dialog`,"aria-modal":`true`,"aria-label":`Skill detail`,onClick:e=>e.stopPropagation(),children:[(0,_.jsxs)(`div`,{className:`cal-modal-header`,children:[(0,_.jsxs)(`span`,{className:`cal-modal-kind`,children:[(0,_.jsx)(d,{size:13}),` Skill`]}),(0,_.jsx)(`button`,{type:`button`,className:`cal-modal-close`,onClick:n,"aria-label":`Close`,autoFocus:!0,disabled:b,children:(0,_.jsx)(i,{size:16})})]}),(0,_.jsxs)(`div`,{className:`cal-modal-body`,children:[(0,_.jsx)(`div`,{className:`cal-modal-title`,children:e.skill}),(0,_.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,_.jsx)(m,{size:14}),(0,_.jsx)(`span`,{children:e.plugin})]}),u&&(0,_.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,_.jsx)(o,{size:14,className:`spin`}),(0,_.jsx)(`span`,{children:`Loading…`})]}),c&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(`div`,{className:`cal-modal-row cal-modal-meta`,children:(0,_.jsx)(`span`,{children:c.frontmatter.description||`No description.`})}),c.frontmatter.publicEmbed&&(0,_.jsxs)(`div`,{className:`cal-modal-row cal-modal-meta`,children:[(0,_.jsx)(a,{size:14}),(0,_.jsx)(`span`,{children:`Public embed`})]}),(0,_.jsx)(`pre`,{className:`skill-body`,children:c.body.trim()||`No body content.`}),c.references.length>0&&(0,_.jsxs)(`div`,{className:`skill-refs`,children:[(0,_.jsx)(`span`,{className:`skill-refs-label`,children:`References`}),c.references.map(e=>(0,_.jsxs)(`span`,{className:`skill-ref`,children:[(0,_.jsx)(m,{size:13}),` `,e]},e))]})]})]}),p&&(0,_.jsx)(`div`,{className:`cal-modal-error`,children:p}),(0,_.jsxs)(`div`,{className:`cal-modal-actions`,children:[!v&&(0,_.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-danger`,onClick:()=>y(!0),disabled:b||u,children:[(0,_.jsx)(s,{size:14}),` Delete`]}),v&&(0,_.jsxs)(_.Fragment,{children:[(0,_.jsx)(`span`,{className:`cal-modal-confirm-text`,children:`Delete this skill?`}),(0,_.jsxs)(`button`,{type:`button`,className:`cal-modal-btn cal-modal-btn-danger`,onClick:S,disabled:b,children:[b?(0,_.jsx)(o,{size:14,className:`spin`}):(0,_.jsx)(s,{size:14}),` Delete`]}),(0,_.jsx)(`button`,{type:`button`,className:`cal-modal-btn`,onClick:()=>y(!1),disabled:b,children:`Cancel`})]})]})]})})}var y=`maxy-admin-session-key`;function b(){let[e,t]=(0,g.useState)(null),[n,r]=(0,g.useState)(!1),[i,a]=(0,g.useState)(void 0),[o,s]=(0,g.useState)(null),[u,d]=(0,g.useState)(void 0),[m,h]=(0,g.useState)(null),[v,b]=(0,g.useState)(null);(0,g.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem(y)}catch{}if(!n){r(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(async i=>{if(!e){if(i.status===401){try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`;return}if(i.ok)try{let e=await i.json();typeof e.businessName==`string`&&a(e.businessName),e.sessionId!==void 0&&s(e.sessionId??null),b(e.role??null),d(e.userName===void 0?null:e.userName),h(e.avatar??null)}catch{}t(n),r(!0)}}).catch(()=>{e||(t(n),r(!0))}),()=>{e=!0}},[]);let S=(0,g.useCallback)(()=>{try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`},[]),[C,w]=(0,g.useState)(!1),T=(0,g.useCallback)(async()=>{w(!0);try{let e=await f();if(e){try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`}return e}finally{w(!1)}},[]);return n?e?(0,_.jsx)(l,{cacheKey:e,surface:`skills`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=skills`);try{sessionStorage.removeItem(y)}catch{}window.location.href=`/`},children:(0,_.jsx)(p,{cacheKey:e,businessName:i,sessionId:o,onLogout:S,onDisconnect:T,disconnecting:C,userName:u,userAvatar:m,role:v,children:(0,_.jsx)(x,{cacheKey:e})})}):(0,_.jsx)(`div`,{className:`cal-page`,children:(0,_.jsxs)(`div`,{className:`cal-empty`,children:[(0,_.jsx)(`p`,{children:`You are not signed in.`}),(0,_.jsxs)(`p`,{children:[`Open the `,(0,_.jsx)(`a`,{href:`/`,className:`cal-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,_.jsx)(c,{surface:`gate`})}function x({cacheKey:e}){let{adminFetch:t,sessionRefetchNonce:n}=u({initialCacheKey:e,surface:`skills`}),[r,i]=(0,g.useState)([]),[a,s]=(0,g.useState)(!1),[l,f]=(0,g.useState)(!1),[p,h]=(0,g.useState)(null),[y,b]=(0,g.useState)(null),x=(0,g.useCallback)(()=>{let e=!1;return s(!0),h(null),t(`/api/admin/skills`).then(async t=>{if(e)return;if(!t.ok)throw Error(`HTTP ${t.status}`);let n=await t.json();i(Array.isArray(n.skills)?n.skills:[])}).catch(t=>{e||(h(t instanceof Error?t.message:`Failed to load`),i([]))}).finally(()=>{e||(s(!1),f(!0))}),()=>{e=!0}},[t]);(0,g.useEffect)(()=>x(),[x,n]);let S=(0,g.useCallback)(e=>{i(t=>t.filter(t=>!(t.plugin===e.plugin&&t.skill===e.skill))),b(null),x()},[x]);return l?(0,_.jsxs)(`div`,{className:`cal-page`,children:[(0,_.jsx)(`header`,{className:`cal-header`,children:(0,_.jsxs)(`div`,{className:`cal-nav`,children:[(0,_.jsxs)(`span`,{className:`cal-range-label`,children:[(0,_.jsx)(d,{size:16}),` Skills`]}),a&&(0,_.jsx)(o,{size:16,className:`spin`})]})}),(0,_.jsxs)(`div`,{className:`cal-body`,children:[p&&(0,_.jsxs)(`div`,{className:`cal-error`,children:[`Could not load skills: `,p]}),!p&&!a&&r.length===0&&(0,_.jsx)(`div`,{className:`cal-empty`,children:(0,_.jsx)(`p`,{children:`No skills yet. Ask in chat to create one.`})}),r.length>0&&(0,_.jsx)(`div`,{className:`routine-list`,children:r.map(e=>(0,_.jsxs)(`button`,{type:`button`,className:`admin-card admin-card--padded routine-card`,onClick:()=>b(e),children:[(0,_.jsx)(`span`,{className:`admin-card-title routine-card-title`,children:e.skill}),(0,_.jsxs)(`span`,{className:`routine-card-sched`,children:[(0,_.jsx)(m,{size:13}),` `,e.plugin]}),(0,_.jsx)(`span`,{className:`skill-card-desc`,children:e.description||`No description.`}),(0,_.jsx)(`span`,{className:`routine-card-meta`,children:e.refCount===0?`No references`:`${e.refCount} reference${e.refCount===1?``:`s`}`})]},`${e.plugin}/${e.skill}`))})]}),y&&(0,_.jsx)(v,{summary:y,adminFetch:t,onClose:()=>b(null),onDeleted:S})]}):(0,_.jsx)(c,{surface:`gate`})}(0,h.createRoot)(document.getElementById(`root`)).render((0,_.jsx)(b,{}));
@@ -0,0 +1,3 @@
1
+ import{o as e}from"./chunk-BycB0eMI.js";import{i as t,n,t as r}from"./jsx-runtime-DeRQuYlX.js";import{$ as i,H as a,I as o,L as s,N as c,P as l,R as u,d,ut as f}from"./useMediaQuery-Cm_fvNIH.js";import{a as ee,f as p,k as m,n as h,t as g,v as te}from"./AdminShell-DyOPTLdb.js";import{t as _}from"./play-B8bxRax6.js";import{t as v}from"./rotate-ccw-X7-7vE7t.js";var y=n(),b=e(t(),1);function ne(e=3e4){let[t,n]=(0,b.useState)(()=>Date.now());return(0,b.useEffect)(()=>{let t=setInterval(()=>n(Date.now()),e);return()=>clearInterval(t)},[e]),t}function re(e,t){let n=new Map,r=(e,t,r)=>{let i=n.get(e)??{openCount:0,totalSeconds:0};i.totalSeconds+=t,r&&(i.openCount+=1),n.set(e,i)};for(let t of e)t.clientName&&r(t.clientName,t.secondsLogged,!0);for(let e of t)e.clientName&&r(e.clientName,e.secondsLogged,!1);let i=[...n.entries()].map(([e,t])=>({name:e,openCount:t.openCount,totalSeconds:t.totalSeconds}));return i.sort((e,t)=>t.openCount-e.openCount||e.name.localeCompare(t.name)),x(e,i),i}function x(e,t){let n=t.reduce((e,t)=>e+t.openCount,0),r=e.filter(e=>!e.clientName).length,i=n+r===e.length;return i||console.warn(`[tasks-clients] reconcile-mismatch assigned=${n} unassigned=${r} openTotal=${e.length}`),i}var S=`__unassigned__`;function C(e,t){return e===`__unassigned__`?`Unassigned`:t||e.slice(0,8)}function w(e){return e===null||e===``?S:e}function ie(e,t){let n=new Map,r=(e,t)=>{let r=w(e.assigneeUserId),i=n.get(r)??{name:null,openCount:0,totalCount:0};i.name===null&&e.assigneeName&&(i.name=e.assigneeName),i.totalCount+=1,t&&(i.openCount+=1),n.set(r,i)};for(let t of e)r(t,!0);for(let e of t)r(e,!1);let i=[...n.entries()].map(([e,t])=>({userId:e,label:C(e,t.name),openCount:t.openCount,totalCount:t.totalCount}));return i.sort((e,t)=>t.openCount-e.openCount||e.label.localeCompare(t.label)),i}function T(e,t){return t===null?!0:w(e.assigneeUserId)===t}var E=r();function D(e){let t=e.name??e.userId.slice(0,8);return e.kind===`owner`?`${t} (owner)`:t}var O=`maxy-admin-session-key`;function k(e){let t=[];return e.clientName&&t.push(e.clientName),e.propertyAddress&&t.push(e.propertyAddress),e.fee!=null&&t.push(`£${e.fee}`),t.join(` · `)}function A(e){if(!e)return``;let t=Date.parse(e);if(!Number.isFinite(t))return``;let n=new Date(t);return`${n.getUTCDate()} ${[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`][n.getUTCMonth()]} ${n.getUTCFullYear()}`}function j(e){return e.assigneeName?e.assigneeName:e.assigneeUserId?e.assigneeUserId.slice(0,8):`Unassigned`}function M(e,t){return[t,A(e.createdAt),j(e)].filter(Boolean).join(` · `)}function ae(e,t){if(e.running&&e.runningStartedAt){let n=Date.parse(e.runningStartedAt);if(Number.isFinite(n))return e.secondsLogged+Math.max(0,(t-n)/1e3)}return e.secondsLogged}function oe(e){let t=[`Task: ${e.title}\nTask id: ${e.taskId}`],n=e.description.trim();n.length>0&&t.push(n);let r=e.notes.trim();return r.length>0&&t.push(`Notes:\n${r}`),t.join(`
2
+
3
+ `).slice(0,2e3)}function se({clients:e,onSelect:t}){return(0,E.jsxs)(`section`,{className:`admin-card tasks-card`,children:[(0,E.jsxs)(`div`,{className:`tasks-card-head`,children:[(0,E.jsx)(`span`,{className:`tasks-card-title`,children:`Clients`}),(0,E.jsxs)(`span`,{className:`tasks-card-count`,children:[e.length,` total`]})]}),e.length===0&&(0,E.jsx)(`div`,{className:`tasks-empty`,children:`No clients yet.`}),e.map(e=>(0,E.jsx)(`button`,{className:`tasks-row tasks-client-row`,onClick:()=>t(e.name),children:(0,E.jsxs)(`div`,{className:`tasks-row-main`,children:[(0,E.jsx)(`div`,{className:`tasks-row-name`,children:e.name}),(0,E.jsxs)(`div`,{className:`tasks-row-sub`,children:[e.openCount,` open · `,d(e.totalSeconds),` logged`]})]})},e.name))]})}function ce({task:e,roster:t,busy:n,onAssign:r,onClose:i}){return(0,b.useEffect)(()=>{let e=e=>{e.key===`Escape`&&i()};return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[i]),(0,E.jsx)(`div`,{className:`tasks-detail-backdrop`,onClick:i,children:(0,E.jsxs)(`div`,{className:`tasks-detail`,role:`dialog`,"aria-modal":`true`,"aria-label":`Task detail`,onClick:e=>e.stopPropagation(),children:[(0,E.jsxs)(`div`,{className:`tasks-detail-head`,children:[(0,E.jsx)(`h2`,{className:`tasks-detail-title`,children:e?e.name:`Task no longer available`}),(0,E.jsx)(`button`,{className:`tasks-detail-close`,"aria-label":`Close`,onClick:i,children:(0,E.jsx)(o,{size:16})})]}),e===null?(0,E.jsx)(`p`,{className:`tasks-detail-gone`,children:`This task is no longer in the list. It may have been completed, cancelled or removed. Close this and reload to see the current list.`}):(0,E.jsxs)(`dl`,{className:`tasks-detail-fields`,children:[(0,E.jsx)(`dt`,{children:`Status`}),(0,E.jsx)(`dd`,{children:e.status}),(0,E.jsx)(`dt`,{children:`Logged`}),(0,E.jsx)(`dd`,{children:d(e.secondsLogged)}),(0,E.jsx)(`dt`,{children:`Created`}),(0,E.jsx)(`dd`,{children:A(e.createdAt)||`Not recorded`}),(0,E.jsx)(`dt`,{children:`Assignee`}),(0,E.jsx)(`dd`,{children:e.taskId===null?j(e):(0,E.jsxs)(`select`,{className:`tasks-assign-select`,"aria-label":`Assignee`,disabled:n,value:e.assigneeUserId??``,onChange:t=>r(e.taskId,t.target.value===``?null:t.target.value),children:[(0,E.jsx)(`option`,{value:``,children:`Unassigned`}),e.assigneeUserId&&!t.some(t=>t.userId===e.assigneeUserId)&&(0,E.jsxs)(`option`,{value:e.assigneeUserId,children:[j(e),` (not in roster)`]}),t.map(e=>(0,E.jsx)(`option`,{value:e.userId,children:D(e)},e.userId))]})}),e.clientName&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(`dt`,{children:`Client`}),(0,E.jsx)(`dd`,{children:e.clientName})]}),e.propertyAddress&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(`dt`,{children:`Property`}),(0,E.jsx)(`dd`,{children:e.propertyAddress})]}),e.fee!=null&&(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(`dt`,{children:`Fee`}),(0,E.jsxs)(`dd`,{children:[`£`,e.fee]})]})]})]})})}function N({adminFetch:e}){let[t,n]=(0,b.useState)({open:[],completed:[]}),[r,l]=(0,b.useState)(!1),[f,m]=(0,b.useState)(!1),g=(0,b.useRef)(!1),y=(0,b.useRef)(``),x=ne(1e3),[S,C]=(0,b.useState)(`open`),[w,D]=(0,b.useState)(null),[O,A]=(0,b.useState)(null),[j,N]=(0,b.useState)(null),[P,F]=(0,b.useState)(``),[I,L]=(0,b.useState)(null),[le,R]=(0,b.useState)(null),[z,B]=(0,b.useState)(null),V=(0,b.useRef)(new Map),H=(0,b.useRef)(new Set),[ue,U]=(0,b.useState)(new Set),W=(0,b.useMemo)(()=>{if(I!==null)return[...t.open,...t.completed].find(e=>e.rowKey===I)??null},[t,I]),G=(0,b.useMemo)(()=>z===null?null:[...t.open,...t.completed].find(e=>e.rowKey===z)??null,[t,z]);(0,b.useEffect)(()=>{I!==null&&W===null&&console.error(`[tasks-ui] op=detail-failed rowKey=${I} reason=not-in-list`)},[I,W]);let K=(0,b.useMemo)(()=>re(t.open,t.completed),[t]),q=(0,b.useMemo)(()=>w===null?{open:t.open,completed:t.completed}:{open:t.open.filter(e=>e.clientName===w),completed:t.completed.filter(e=>e.clientName===w)},[t,w]),J=(0,b.useMemo)(()=>ie(q.open,q.completed),[q]),de=(0,b.useCallback)(e=>{D(e),C(`open`)},[]);(0,b.useEffect)(()=>{w&&!K.some(e=>e.name===w)&&D(null)},[K,w]),(0,b.useEffect)(()=>{O&&!J.some(e=>e.userId===O)&&A(null)},[J,O]),(0,b.useEffect)(()=>{R(null),B(null)},[S,w,O]);let Y=t.open.filter(e=>e.running||(w===null||e.clientName===w)&&T(e,O)),X=(w?t.completed.filter(e=>e.clientName===w):t.completed).filter(e=>T(e,O)),[fe,pe]=(0,b.useState)([]),Z=(0,b.useCallback)(async()=>{let t=await e(`/api/admin/tasks-list`);t.ok&&n(await t.json()),l(!0)},[e]);(0,b.useEffect)(()=>{Z()},[Z]),(0,b.useEffect)(()=>{(async()=>{let t=await e(`/api/admin/admin-users-list`);if(t.ok){let e=await t.json();e.ok&&Array.isArray(e.users)&&pe(e.users)}})()},[e]);let Q=(0,b.useCallback)(async(t,n,r)=>{if(g.current)return!1;g.current=!0,m(!0);try{return await e(t,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({taskId:n,...r})}),await Z(),!0}finally{g.current=!1,m(!1)}},[e,Z]),me=(0,b.useCallback)(async e=>{await Q(`/api/admin/task-complete`,e)},[Q]),he=(0,b.useCallback)(async e=>{await Q(`/api/admin/task-delete`,e,{confirmed:!0})},[Q]),ge=(0,b.useCallback)((e,t)=>{let n=String(Math.round(e.secondsLogged/60));y.current=n,N(t),F(n)},[]),$=(0,b.useCallback)(()=>{N(null),F(``)},[]),_e=(0,b.useCallback)(async e=>{let t=P.trim(),n=Number(t);if(!(t===``||!Number.isInteger(n)||n<0)){if(t===y.current){$();return}N(null),F(``),await Q(`/api/admin/task-time-adjust`,e,{newSeconds:n*60})}},[P,Q,$]),ve=(0,b.useCallback)(e=>{Q(`/api/admin/task-time-adjust`,e,{newSeconds:0})},[Q]),ye=(0,b.useCallback)((e,t)=>{Q(`/api/admin/task-assign`,e,{assigneeUserId:t})},[Q]),be=(0,b.useCallback)(async t=>{if(!H.current.has(t)){H.current.add(t),U(new Set(H.current));try{let n=await e(`/api/admin/task-session-open`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({taskId:t})});if(!n.ok){console.error(`[admin-ui] task-session op=open-failed taskId=${t} status=${n.status}`);return}let{sessionId:r,title:i,description:a,notes:o}=await n.json();if(r!==null){let e=`/chat?session=${r}`;window.location.assign(e);return}let s=oe({title:i,taskId:t,description:a??``,notes:o??``}),c=await e(`/api/admin/session-rc-spawn`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({title:i,initialMessage:s})}),l=await c.json().catch(()=>({})),u=h(c.ok,c.status,l),d=l.sessionId??null;if(u.kind!==`navigate`){console.error(`[admin-ui] task-session op=spawn-failed taskId=${t} reason=${u.reason}`);return}if(d!==null){let n=await e(`/api/admin/task-session-link`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({taskId:t,sessionId:d})});n.ok&&(await n.json().catch(()=>({}))).linked}else console.error(`[admin-ui] task-session op=link-skipped taskId=${t} reason=no-landed-session-id`);window.location.assign(u.url)}catch(e){console.error(`[admin-ui] task-session op=failed taskId=${t} error=${e instanceof Error?e.message:String(e)}`)}finally{H.current.delete(t),U(new Set(H.current))}}},[e]);if(!r)return(0,E.jsx)(c,{surface:`gate`});let xe=e=>e.taskId!==null&&j===e.taskId,Se=e=>(0,E.jsxs)(`div`,{className:`tasks-edit`,children:[(0,E.jsx)(`input`,{className:`tasks-edit-input`,type:`number`,min:0,step:1,"aria-label":`Logged minutes`,value:P,onChange:e=>F(e.target.value)}),(0,E.jsx)(`span`,{className:`tasks-edit-unit`,children:`min`}),(0,E.jsxs)(`button`,{className:`admin-btn-cta tasks-btn-action`,disabled:f,onClick:()=>void _e(e),children:[(0,E.jsx)(i,{size:14}),` Save`]}),(0,E.jsxs)(`button`,{className:`tasks-btn-secondary tasks-btn-action`,onClick:$,children:[(0,E.jsx)(o,{size:14}),` Cancel`]})]}),Ce=(e,t)=>[{key:`edit-time`,label:`Edit logged time for task: ${e.name}`,menuLabel:`Edit time`,title:e.running?`Stop the timer before editing time`:`Set the logged time for this task`,icon:(0,E.jsx)(a,{size:12}),disabled:f||e.running,onClick:()=>ge(e,t)},{key:`reset-time`,label:`Reset logged time for task: ${e.name}`,menuLabel:`Reset logged time to 0:00`,title:e.running?`Stop the timer before resetting time`:`Set the logged time back to zero`,icon:(0,E.jsx)(v,{size:12}),disabled:f||e.running,onClick:()=>ve(t)},{key:`session`,label:`Open session for task: ${e.name}`,menuLabel:`Session`,title:e.sessionId?`Resume this task’s session`:`Start a session for this task`,icon:(0,E.jsx)(te,{size:12}),disabled:ue.has(t),onClick:()=>{be(t)}},{key:`delete`,label:`Delete task: ${e.name}`,menuLabel:`Delete`,title:e.running?`Stop the timer before deleting`:`Delete this task and its time records`,icon:(0,E.jsx)(s,{size:12}),danger:!0,disabled:f||e.running,onClick:()=>B(e.rowKey)}];return(0,E.jsxs)(`div`,{className:`ui-page ui-page--full tasks-body`,children:[I!==null&&(0,E.jsx)(ce,{task:W??null,roster:fe,busy:f,onAssign:ye,onClose:()=>L(null)}),(0,E.jsx)(ee,{target:G?{name:G.name,secondsLogged:G.secondsLogged}:null,anchorEl:z?V.current.get(z)??null:null,onCancel:()=>B(null),onConfirm:()=>{let e=G;B(null),e?.taskId&&he(e.taskId)}},z??`none`),(0,E.jsxs)(`div`,{className:`tasks-tabs`,children:[(0,E.jsxs)(`button`,{className:`admin-chip ${S===`open`?`is-active`:``}`,onClick:()=>C(`open`),children:[`Open `,(0,E.jsx)(`span`,{className:`tasks-tab-badge`,children:t.open.length})]}),(0,E.jsxs)(`button`,{className:`admin-chip ${S===`completed`?`is-active`:``}`,onClick:()=>C(`completed`),children:[`Completed `,(0,E.jsx)(`span`,{className:`tasks-tab-badge`,children:t.completed.length})]}),(0,E.jsxs)(`button`,{className:`admin-chip ${S===`clients`?`is-active`:``}`,onClick:()=>C(`clients`),children:[`Clients `,(0,E.jsx)(`span`,{className:`tasks-tab-badge`,children:K.length})]})]}),S===`clients`?(0,E.jsx)(se,{clients:K,onSelect:de}):(0,E.jsxs)(E.Fragment,{children:[w&&(0,E.jsxs)(`div`,{className:`tasks-filter-banner`,children:[(0,E.jsxs)(`span`,{children:[`Showing `,w]}),(0,E.jsx)(`button`,{className:`tasks-filter-clear`,onClick:()=>D(null),children:`Clear`})]}),J.length>0&&(0,E.jsxs)(`div`,{className:`tasks-assignee-bar`,children:[(0,E.jsxs)(`button`,{className:`admin-chip ${O===null?`is-active`:``}`,"aria-pressed":O===null,onClick:()=>A(null),children:[`All `,(0,E.jsx)(`span`,{className:`tasks-assignee-count`,children:q.open.length})]}),J.map(e=>(0,E.jsxs)(`button`,{className:`admin-chip ${O===e.userId?`is-active`:``}`,"aria-pressed":O===e.userId,"aria-label":`Assignee ${e.label}`,title:e.userId===`__unassigned__`?`Tasks with no assigned admin`:`AdminUser ${e.userId}`,onClick:()=>A(O===e.userId?null:e.userId),children:[e.label,` `,(0,E.jsx)(`span`,{className:`tasks-assignee-count`,children:e.openCount})]},e.userId))]}),S===`open`?(0,E.jsxs)(`section`,{className:`admin-card tasks-card`,children:[(0,E.jsxs)(`div`,{className:`tasks-card-head`,children:[(0,E.jsx)(`span`,{className:`tasks-card-title`,children:`Open tasks`}),(0,E.jsxs)(`span`,{className:`tasks-card-count`,children:[Y.length,` to do`]})]}),Y.length===0&&(0,E.jsx)(`div`,{className:`tasks-empty`,children:`No open tasks.`}),Y.map(e=>(0,E.jsxs)(`div`,{className:`tasks-row`,ref:t=>{t?V.current.set(e.rowKey,t):V.current.delete(e.rowKey)},children:[(0,E.jsx)(`button`,{className:`tasks-row-open`,"aria-label":`Open task detail: ${e.name}`,onClick:()=>L(e.rowKey),children:(0,E.jsxs)(`div`,{className:`tasks-row-main`,children:[(0,E.jsx)(`div`,{className:`tasks-row-name`,children:e.name}),(0,E.jsx)(`div`,{className:`tasks-row-sub`,children:M(e,k(e))})]})}),(0,E.jsx)(`div`,{className:`tasks-row-elapsed ${e.running?`tasks-row-elapsed-running`:``}`,children:d(ae(e,x))}),(0,E.jsx)(`div`,{className:`tasks-row-controls`,children:e.taskId!==null&&le===e.taskId?(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(`span`,{className:`tasks-confirm-label`,children:`Complete?`}),(0,E.jsxs)(`button`,{className:`admin-btn-cta tasks-btn-action`,disabled:f,onClick:()=>{R(null),me(e.taskId)},children:[(0,E.jsx)(i,{size:14}),` Confirm complete`]}),(0,E.jsxs)(`button`,{className:`tasks-btn-secondary tasks-btn-action`,onClick:()=>R(null),children:[(0,E.jsx)(o,{size:14}),` Keep open`]})]}):e.taskId===null?(0,E.jsx)(`span`,{className:`tasks-row-broken`,title:`This task has no id, so it cannot be started, edited or completed. Repair it by running platform/scripts/backfill-task-ids.sh on this install.`,children:`Needs repair`}):xe(e)?Se(e.taskId):(0,E.jsxs)(E.Fragment,{children:[(0,E.jsx)(p,{actions:Ce(e,e.taskId),disabled:!1,label:`Task actions`}),(0,E.jsx)(`button`,{className:`tasks-btn-secondary tasks-btn-action tasks-btn-icon`,"aria-label":`Complete task: ${e.name}`,disabled:f||e.running,title:e.running?`Stop the timer before completing`:`Complete task`,onClick:()=>R(e.taskId),children:(0,E.jsx)(i,{size:14})}),e.running?(0,E.jsxs)(`button`,{className:`admin-btn-danger tasks-btn-action`,disabled:f,title:`Stop the timer`,onClick:()=>void Q(`/api/admin/task-timer-stop`,e.taskId),children:[(0,E.jsx)(u,{size:14}),` Stop`]}):(0,E.jsxs)(`button`,{className:`admin-btn-cta tasks-btn-action`,disabled:f,title:`Start the timer`,onClick:()=>void Q(`/api/admin/task-timer-start`,e.taskId),children:[(0,E.jsx)(_,{size:14}),` Start`]})]})})]},e.rowKey))]}):(0,E.jsxs)(`section`,{className:`admin-card tasks-card`,children:[(0,E.jsxs)(`div`,{className:`tasks-card-head`,children:[(0,E.jsx)(`span`,{className:`tasks-card-title`,children:`Completed`}),(0,E.jsxs)(`span`,{className:`tasks-card-count`,children:[X.length,` done`]})]}),X.length===0&&(0,E.jsx)(`div`,{className:`tasks-empty`,children:`Nothing completed yet.`}),X.map(e=>(0,E.jsxs)(`div`,{className:`tasks-row tasks-row-done`,ref:t=>{t?V.current.set(e.rowKey,t):V.current.delete(e.rowKey)},children:[(0,E.jsx)(`button`,{className:`tasks-row-open`,"aria-label":`Open task detail: ${e.name}`,onClick:()=>L(e.rowKey),children:(0,E.jsxs)(`div`,{className:`tasks-row-main`,children:[(0,E.jsx)(`div`,{className:`tasks-row-name`,children:e.name}),(0,E.jsx)(`div`,{className:`tasks-row-sub`,children:M(e,k(e))})]})}),(0,E.jsx)(`div`,{className:`tasks-row-elapsed`,children:d(e.secondsLogged)}),(0,E.jsx)(`div`,{className:`tasks-row-controls`,children:e.taskId===null?(0,E.jsx)(`span`,{className:`tasks-row-broken`,title:`This task has no id, so its logged time cannot be edited. Repair it by running platform/scripts/backfill-task-ids.sh on this install.`,children:`Needs repair`}):xe(e)?Se(e.taskId):(0,E.jsx)(p,{actions:Ce(e,e.taskId),disabled:!1,label:`Task actions`})})]},e.rowKey))]})]})]})}function P({cacheKey:e}){let{adminFetch:t}=f({initialCacheKey:e,surface:`tasks`});return(0,E.jsx)(N,{adminFetch:t})}function F(){let[e,t]=(0,b.useState)(null),[n,r]=(0,b.useState)(!1),[i,a]=(0,b.useState)(void 0),[o,s]=(0,b.useState)(null),[u,d]=(0,b.useState)(null),[f,ee]=(0,b.useState)(null),[p,h]=(0,b.useState)(null);(0,b.useEffect)(()=>{let e=!1,n=null;try{n=sessionStorage.getItem(O)}catch{}if(!n){t(null),r(!0);return}return fetch(`/api/admin/session?session_key=${encodeURIComponent(n)}`).then(async i=>{if(!e){if(i.status===401){try{sessionStorage.removeItem(O)}catch{}window.location.href=`/`;return}if(i.ok)try{let e=await i.json();typeof e.businessName==`string`&&a(e.businessName),e.sessionId!==void 0&&s(e.sessionId??null),d(e.role??null),ee(e.userName===void 0?null:e.userName),h(e.avatar??null)}catch{}t(n),r(!0)}}).catch(()=>{e||(t(n),r(!0))}),()=>{e=!0}},[]);let te=(0,b.useCallback)(()=>{try{sessionStorage.removeItem(O)}catch{}window.location.href=`/`},[]),[_,v]=(0,b.useState)(!1),y=(0,b.useCallback)(async()=>{v(!0);try{let e=await m();if(e){try{sessionStorage.removeItem(O)}catch{}window.location.href=`/`}return e}finally{v(!1)}},[]);return n?e?(0,E.jsx)(l,{cacheKey:e,surface:`tasks`,onSessionExpired:({code:e,path:t})=>{console.warn(`[admin-auth] outcome=session-expired-redirect code=${e} path=${t} surface=tasks`);try{sessionStorage.removeItem(O)}catch{}window.location.href=`/`},children:(0,E.jsx)(g,{cacheKey:e,businessName:i,sessionId:o,onLogout:te,onDisconnect:y,disconnecting:_,userName:f,userAvatar:p,role:u,children:(0,E.jsx)(P,{cacheKey:e})})}):(0,E.jsx)(`div`,{className:`tasks-page`,children:(0,E.jsxs)(`div`,{className:`tasks-empty`,children:[(0,E.jsx)(`p`,{children:`You are not signed in.`}),(0,E.jsxs)(`p`,{children:[`Open the `,(0,E.jsx)(`a`,{href:`/`,className:`tasks-link`,children:`main admin page`}),` and log in, then return here.`]})]})}):(0,E.jsx)(c,{surface:`gate`})}(0,y.createRoot)(document.getElementById(`root`)).render((0,E.jsx)(F,{}));
@@ -1 +1 @@
1
- import{nt as e}from"./useMediaQuery-C_1CV_iW.js";var t=e(`triangle-alert`,[[`path`,{d:`m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3`,key:`wmoenq`}],[`path`,{d:`M12 9v4`,key:`juzpu7`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]);export{t};
1
+ import{rt as e}from"./useMediaQuery-Cm_fvNIH.js";var t=e(`triangle-alert`,[[`path`,{d:`m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3`,key:`wmoenq`}],[`path`,{d:`M12 9v4`,key:`juzpu7`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]);export{t};
@@ -1 +1 @@
1
- import{o as e}from"./chunk-BycB0eMI.js";import{i as t}from"./jsx-runtime-CvVXOszc.js";import{u as n}from"./useMediaQuery-C_1CV_iW.js";var r=e(t(),1);function i(e){let[t,i]=(0,r.useState)(`idle`),a=(0,r.useRef)(null),o=(0,r.useRef)(e?.onResult);return o.current=e?.onResult,(0,r.useEffect)(()=>()=>{a.current&&clearTimeout(a.current)},[]),{status:t,copy:(0,r.useCallback)(async e=>{let t=await n(e);i(t?`ok`:`fail`),o.current?.(t),a.current&&clearTimeout(a.current),a.current=setTimeout(()=>i(`idle`),1500)},[])}}export{i as t};
1
+ import{o as e}from"./chunk-BycB0eMI.js";import{i as t}from"./jsx-runtime-DeRQuYlX.js";import{u as n}from"./useMediaQuery-Cm_fvNIH.js";var r=e(t(),1);function i(e){let[t,i]=(0,r.useState)(`idle`),a=(0,r.useRef)(null),o=(0,r.useRef)(e?.onResult);return o.current=e?.onResult,(0,r.useEffect)(()=>()=>{a.current&&clearTimeout(a.current)},[]),{status:t,copy:(0,r.useCallback)(async e=>{let t=await n(e);i(t?`ok`:`fail`),o.current?.(t),a.current&&clearTimeout(a.current),a.current=setTimeout(()=>i(`idle`),1500)},[])}}export{i as t};