@mndrk/agx 2.0.33 → 2.0.36

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 (690) hide show
  1. package/cloud-runtime/standalone/.next/BUILD_ID +1 -1
  2. package/cloud-runtime/standalone/.next/app-path-routes-manifest.json +17 -0
  3. package/cloud-runtime/standalone/.next/build-manifest.json +6 -6
  4. package/cloud-runtime/standalone/.next/prerender-manifest.json +27 -3
  5. package/cloud-runtime/standalone/.next/routes-manifest.json +110 -0
  6. package/cloud-runtime/standalone/.next/server/app/_global-error/page/build-manifest.json +4 -4
  7. package/cloud-runtime/standalone/.next/server/app/_global-error.html +2 -2
  8. package/cloud-runtime/standalone/.next/server/app/_global-error.rsc +1 -1
  9. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  10. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  12. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  13. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  14. package/cloud-runtime/standalone/.next/server/app/_not-found/page/build-manifest.json +4 -4
  15. package/cloud-runtime/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  16. package/cloud-runtime/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/cloud-runtime/standalone/.next/server/app/_not-found.html +2 -2
  18. package/cloud-runtime/standalone/.next/server/app/_not-found.rsc +2 -2
  19. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  20. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  21. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  22. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  24. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  25. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page/build-manifest.json +4 -4
  26. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js.nft.json +1 -1
  27. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
  28. package/cloud-runtime/standalone/.next/server/app/agents/page/build-manifest.json +4 -4
  29. package/cloud-runtime/standalone/.next/server/app/agents/page.js.nft.json +1 -1
  30. package/cloud-runtime/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  31. package/cloud-runtime/standalone/.next/server/app/agents.html +2 -2
  32. package/cloud-runtime/standalone/.next/server/app/agents.rsc +3 -3
  33. package/cloud-runtime/standalone/.next/server/app/agents.segments/_full.segment.rsc +3 -3
  34. package/cloud-runtime/standalone/.next/server/app/agents.segments/_head.segment.rsc +1 -1
  35. package/cloud-runtime/standalone/.next/server/app/agents.segments/_index.segment.rsc +2 -2
  36. package/cloud-runtime/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
  37. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +2 -2
  38. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents.segment.rsc +1 -1
  39. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js +1 -1
  40. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js.nft.json +1 -1
  41. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js +1 -1
  42. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js.nft.json +1 -1
  43. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js +1 -1
  44. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js.nft.json +1 -1
  45. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js +2 -2
  46. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js.nft.json +1 -1
  47. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js +5 -5
  48. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
  49. package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js.nft.json +1 -1
  50. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route/app-paths-manifest.json +3 -0
  51. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route/build-manifest.json +11 -0
  52. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route/server-reference-manifest.json +4 -0
  53. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js +7 -0
  54. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js.map +5 -0
  55. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js.nft.json +1 -0
  56. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route_client-reference-manifest.js +2 -0
  57. package/cloud-runtime/standalone/.next/server/app/api/health/route.js +1 -1
  58. package/cloud-runtime/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
  59. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js +1 -1
  60. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js.nft.json +1 -1
  61. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +1 -1
  62. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
  63. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +1 -1
  64. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
  65. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js +3 -3
  66. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js.nft.json +1 -1
  67. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js +1 -1
  68. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js.nft.json +1 -1
  69. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js +1 -1
  70. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js.nft.json +1 -1
  71. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js +1 -1
  72. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
  73. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js +1 -1
  74. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
  75. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js +1 -1
  76. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  77. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js +1 -1
  78. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js.nft.json +1 -1
  79. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js +1 -1
  80. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js.nft.json +1 -1
  81. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js +1 -1
  82. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js.nft.json +1 -1
  83. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js +1 -1
  84. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
  85. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route/app-paths-manifest.json +3 -0
  86. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route/build-manifest.json +11 -0
  87. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route/server-reference-manifest.json +4 -0
  88. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js +10 -0
  89. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.map +5 -0
  90. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.nft.json +1 -0
  91. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route_client-reference-manifest.js +2 -0
  92. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route/app-paths-manifest.json +3 -0
  93. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route/build-manifest.json +11 -0
  94. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route/server-reference-manifest.json +4 -0
  95. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js +10 -0
  96. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.map +5 -0
  97. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.nft.json +1 -0
  98. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route_client-reference-manifest.js +2 -0
  99. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route/app-paths-manifest.json +3 -0
  100. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route/build-manifest.json +11 -0
  101. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route/server-reference-manifest.json +4 -0
  102. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js +10 -0
  103. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.map +5 -0
  104. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.nft.json +1 -0
  105. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route_client-reference-manifest.js +2 -0
  106. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route/app-paths-manifest.json +3 -0
  107. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route/build-manifest.json +11 -0
  108. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route/server-reference-manifest.json +4 -0
  109. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js +9 -0
  110. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.map +5 -0
  111. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.nft.json +1 -0
  112. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route_client-reference-manifest.js +2 -0
  113. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route/app-paths-manifest.json +3 -0
  114. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route/build-manifest.json +11 -0
  115. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route/server-reference-manifest.json +4 -0
  116. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js +12 -0
  117. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.map +5 -0
  118. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.nft.json +1 -0
  119. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route_client-reference-manifest.js +2 -0
  120. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route/app-paths-manifest.json +3 -0
  121. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route/build-manifest.json +11 -0
  122. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route/server-reference-manifest.json +4 -0
  123. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js +10 -0
  124. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.map +5 -0
  125. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.nft.json +1 -0
  126. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route_client-reference-manifest.js +2 -0
  127. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js +1 -1
  128. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
  129. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js +2 -2
  130. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js.nft.json +1 -1
  131. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js +3 -3
  132. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js.nft.json +1 -1
  133. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js +4 -4
  134. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js.nft.json +1 -1
  135. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route/app-paths-manifest.json +3 -0
  136. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route/build-manifest.json +11 -0
  137. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route/server-reference-manifest.json +4 -0
  138. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js +8 -0
  139. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.map +5 -0
  140. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.nft.json +1 -0
  141. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route_client-reference-manifest.js +2 -0
  142. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route/app-paths-manifest.json +3 -0
  143. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route/build-manifest.json +11 -0
  144. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route/server-reference-manifest.json +4 -0
  145. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js +8 -0
  146. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.map +5 -0
  147. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.nft.json +1 -0
  148. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route_client-reference-manifest.js +2 -0
  149. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route/app-paths-manifest.json +3 -0
  150. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route/build-manifest.json +11 -0
  151. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route/server-reference-manifest.json +4 -0
  152. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js +8 -0
  153. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.map +5 -0
  154. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.nft.json +1 -0
  155. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route_client-reference-manifest.js +2 -0
  156. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route/app-paths-manifest.json +3 -0
  157. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route/build-manifest.json +11 -0
  158. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route/server-reference-manifest.json +4 -0
  159. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js +8 -0
  160. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.map +5 -0
  161. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.nft.json +1 -0
  162. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route_client-reference-manifest.js +2 -0
  163. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route/app-paths-manifest.json +3 -0
  164. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route/build-manifest.json +11 -0
  165. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route/server-reference-manifest.json +4 -0
  166. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js +8 -0
  167. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.map +5 -0
  168. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.nft.json +1 -0
  169. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route_client-reference-manifest.js +2 -0
  170. package/cloud-runtime/standalone/.next/server/app/api/skills/route/app-paths-manifest.json +3 -0
  171. package/cloud-runtime/standalone/.next/server/app/api/skills/route/build-manifest.json +11 -0
  172. package/cloud-runtime/standalone/.next/server/app/api/skills/route/server-reference-manifest.json +4 -0
  173. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js +8 -0
  174. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.map +5 -0
  175. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.nft.json +1 -0
  176. package/cloud-runtime/standalone/.next/server/app/api/skills/route_client-reference-manifest.js +2 -0
  177. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route/app-paths-manifest.json +3 -0
  178. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route/build-manifest.json +11 -0
  179. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route/server-reference-manifest.json +4 -0
  180. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js +8 -0
  181. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.map +5 -0
  182. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.nft.json +1 -0
  183. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route_client-reference-manifest.js +2 -0
  184. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js +3 -3
  185. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js.nft.json +1 -1
  186. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +2 -2
  187. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
  188. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js +2 -2
  189. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
  190. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js +1 -1
  191. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
  192. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js +1 -1
  193. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
  194. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js +1 -1
  195. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
  196. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js +1 -1
  197. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
  198. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js +1 -1
  199. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
  200. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js +1 -1
  201. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
  202. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js +1 -1
  203. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
  204. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js +1 -1
  205. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
  206. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js +1 -1
  207. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
  208. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js +1 -1
  209. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
  210. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js +1 -1
  211. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js.nft.json +1 -1
  212. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js +1 -1
  213. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
  214. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js +1 -1
  215. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
  216. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js +1 -1
  217. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
  218. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +1 -1
  219. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
  220. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +1 -1
  221. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
  222. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +1 -1
  223. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
  224. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +1 -1
  225. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
  226. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +1 -1
  227. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
  228. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +2 -2
  229. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
  230. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js +2 -2
  231. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  232. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js +1 -1
  233. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
  234. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js +3 -3
  235. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
  236. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js +2 -2
  237. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
  238. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route/app-paths-manifest.json +3 -0
  239. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route/build-manifest.json +11 -0
  240. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route/server-reference-manifest.json +4 -0
  241. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js +7 -0
  242. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js.map +5 -0
  243. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js.nft.json +1 -0
  244. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route_client-reference-manifest.js +2 -0
  245. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js +2 -2
  246. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.nft.json +1 -1
  247. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js +2 -2
  248. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js.nft.json +1 -1
  249. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js +1 -1
  250. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js.nft.json +1 -1
  251. package/cloud-runtime/standalone/.next/server/app/automations/page/build-manifest.json +4 -4
  252. package/cloud-runtime/standalone/.next/server/app/automations/page/react-loadable-manifest.json +8 -1
  253. package/cloud-runtime/standalone/.next/server/app/automations/page.js.nft.json +1 -1
  254. package/cloud-runtime/standalone/.next/server/app/automations/page_client-reference-manifest.js +1 -1
  255. package/cloud-runtime/standalone/.next/server/app/automations.html +2 -2
  256. package/cloud-runtime/standalone/.next/server/app/automations.rsc +4 -4
  257. package/cloud-runtime/standalone/.next/server/app/automations.segments/_full.segment.rsc +4 -4
  258. package/cloud-runtime/standalone/.next/server/app/automations.segments/_head.segment.rsc +1 -1
  259. package/cloud-runtime/standalone/.next/server/app/automations.segments/_index.segment.rsc +2 -2
  260. package/cloud-runtime/standalone/.next/server/app/automations.segments/_tree.segment.rsc +3 -3
  261. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations/__PAGE__.segment.rsc +3 -3
  262. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations.segment.rsc +1 -1
  263. package/cloud-runtime/standalone/.next/server/app/board/page/build-manifest.json +4 -4
  264. package/cloud-runtime/standalone/.next/server/app/board/page.js.nft.json +1 -1
  265. package/cloud-runtime/standalone/.next/server/app/board/page_client-reference-manifest.js +1 -1
  266. package/cloud-runtime/standalone/.next/server/app/board.html +2 -2
  267. package/cloud-runtime/standalone/.next/server/app/board.rsc +2 -2
  268. package/cloud-runtime/standalone/.next/server/app/board.segments/_full.segment.rsc +2 -2
  269. package/cloud-runtime/standalone/.next/server/app/board.segments/_head.segment.rsc +1 -1
  270. package/cloud-runtime/standalone/.next/server/app/board.segments/_index.segment.rsc +2 -2
  271. package/cloud-runtime/standalone/.next/server/app/board.segments/_tree.segment.rsc +2 -2
  272. package/cloud-runtime/standalone/.next/server/app/board.segments/board/__PAGE__.segment.rsc +1 -1
  273. package/cloud-runtime/standalone/.next/server/app/board.segments/board.segment.rsc +1 -1
  274. package/cloud-runtime/standalone/.next/server/app/execution-graph/page/build-manifest.json +4 -4
  275. package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js.nft.json +1 -1
  276. package/cloud-runtime/standalone/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
  277. package/cloud-runtime/standalone/.next/server/app/execution-graph.html +2 -2
  278. package/cloud-runtime/standalone/.next/server/app/execution-graph.rsc +3 -3
  279. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_full.segment.rsc +3 -3
  280. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_head.segment.rsc +1 -1
  281. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_index.segment.rsc +2 -2
  282. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_tree.segment.rsc +2 -2
  283. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +2 -2
  284. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +1 -1
  285. package/cloud-runtime/standalone/.next/server/app/index.html +2 -2
  286. package/cloud-runtime/standalone/.next/server/app/index.rsc +5 -5
  287. package/cloud-runtime/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  288. package/cloud-runtime/standalone/.next/server/app/index.segments/_full.segment.rsc +5 -5
  289. package/cloud-runtime/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  290. package/cloud-runtime/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
  291. package/cloud-runtime/standalone/.next/server/app/index.segments/_tree.segment.rsc +4 -4
  292. package/cloud-runtime/standalone/.next/server/app/page/build-manifest.json +4 -4
  293. package/cloud-runtime/standalone/.next/server/app/page.js.nft.json +1 -1
  294. package/cloud-runtime/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  295. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/app-paths-manifest.json +3 -0
  296. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/build-manifest.json +18 -0
  297. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/next-font-manifest.json +11 -0
  298. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/react-loadable-manifest.json +8 -0
  299. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/server-reference-manifest.json +4 -0
  300. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js +16 -0
  301. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js.map +5 -0
  302. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js.nft.json +1 -0
  303. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page_client-reference-manifest.js +2 -0
  304. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page/build-manifest.json +4 -4
  305. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -1
  306. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
  307. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/build-manifest.json +4 -4
  308. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js.nft.json +1 -1
  309. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page_client-reference-manifest.js +1 -1
  310. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +4 -4
  311. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
  312. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  313. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/build-manifest.json +4 -4
  314. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js.nft.json +1 -1
  315. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page_client-reference-manifest.js +1 -1
  316. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page/build-manifest.json +4 -4
  317. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page.js.nft.json +1 -1
  318. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
  319. package/cloud-runtime/standalone/.next/server/app/projects/orphans.html +2 -2
  320. package/cloud-runtime/standalone/.next/server/app/projects/orphans.rsc +3 -3
  321. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_full.segment.rsc +3 -3
  322. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_head.segment.rsc +1 -1
  323. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_index.segment.rsc +2 -2
  324. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_tree.segment.rsc +2 -2
  325. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +2 -2
  326. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +1 -1
  327. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects.segment.rsc +1 -1
  328. package/cloud-runtime/standalone/.next/server/app/projects/page/build-manifest.json +4 -4
  329. package/cloud-runtime/standalone/.next/server/app/projects/page.js.nft.json +1 -1
  330. package/cloud-runtime/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  331. package/cloud-runtime/standalone/.next/server/app/projects.html +2 -2
  332. package/cloud-runtime/standalone/.next/server/app/projects.rsc +3 -3
  333. package/cloud-runtime/standalone/.next/server/app/projects.segments/_full.segment.rsc +3 -3
  334. package/cloud-runtime/standalone/.next/server/app/projects.segments/_head.segment.rsc +1 -1
  335. package/cloud-runtime/standalone/.next/server/app/projects.segments/_index.segment.rsc +2 -2
  336. package/cloud-runtime/standalone/.next/server/app/projects.segments/_tree.segment.rsc +2 -2
  337. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +2 -2
  338. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects.segment.rsc +1 -1
  339. package/cloud-runtime/standalone/.next/server/app/settings/page/build-manifest.json +4 -4
  340. package/cloud-runtime/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  341. package/cloud-runtime/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  342. package/cloud-runtime/standalone/.next/server/app/settings.html +2 -2
  343. package/cloud-runtime/standalone/.next/server/app/settings.rsc +3 -3
  344. package/cloud-runtime/standalone/.next/server/app/settings.segments/_full.segment.rsc +3 -3
  345. package/cloud-runtime/standalone/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  346. package/cloud-runtime/standalone/.next/server/app/settings.segments/_index.segment.rsc +2 -2
  347. package/cloud-runtime/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  348. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
  349. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  350. package/cloud-runtime/standalone/.next/server/app/skills/page/app-paths-manifest.json +3 -0
  351. package/cloud-runtime/standalone/.next/server/app/skills/page/build-manifest.json +18 -0
  352. package/cloud-runtime/standalone/.next/server/app/skills/page/next-font-manifest.json +11 -0
  353. package/cloud-runtime/standalone/.next/server/app/skills/page/react-loadable-manifest.json +1 -0
  354. package/cloud-runtime/standalone/.next/server/app/skills/page/server-reference-manifest.json +4 -0
  355. package/cloud-runtime/standalone/.next/server/app/skills/page.js +15 -0
  356. package/cloud-runtime/standalone/.next/server/app/skills/page.js.map +5 -0
  357. package/cloud-runtime/standalone/.next/server/app/skills/page.js.nft.json +1 -0
  358. package/cloud-runtime/standalone/.next/server/app/skills/page_client-reference-manifest.js +2 -0
  359. package/cloud-runtime/standalone/.next/server/app/skills.html +21 -0
  360. package/cloud-runtime/standalone/.next/server/app/skills.meta +15 -0
  361. package/cloud-runtime/standalone/.next/server/app/skills.rsc +23 -0
  362. package/cloud-runtime/standalone/.next/server/app/skills.segments/_full.segment.rsc +23 -0
  363. package/cloud-runtime/standalone/.next/server/app/skills.segments/_head.segment.rsc +5 -0
  364. package/cloud-runtime/standalone/.next/server/app/skills.segments/_index.segment.rsc +9 -0
  365. package/cloud-runtime/standalone/.next/server/app/skills.segments/_tree.segment.rsc +5 -0
  366. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +9 -0
  367. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills.segment.rsc +4 -0
  368. package/cloud-runtime/standalone/.next/server/app/status/page/build-manifest.json +4 -4
  369. package/cloud-runtime/standalone/.next/server/app/status/page.js.nft.json +1 -1
  370. package/cloud-runtime/standalone/.next/server/app/status/page_client-reference-manifest.js +1 -1
  371. package/cloud-runtime/standalone/.next/server/app/status.html +2 -2
  372. package/cloud-runtime/standalone/.next/server/app/status.rsc +3 -3
  373. package/cloud-runtime/standalone/.next/server/app/status.segments/_full.segment.rsc +3 -3
  374. package/cloud-runtime/standalone/.next/server/app/status.segments/_head.segment.rsc +1 -1
  375. package/cloud-runtime/standalone/.next/server/app/status.segments/_index.segment.rsc +2 -2
  376. package/cloud-runtime/standalone/.next/server/app/status.segments/_tree.segment.rsc +2 -2
  377. package/cloud-runtime/standalone/.next/server/app/status.segments/status/__PAGE__.segment.rsc +2 -2
  378. package/cloud-runtime/standalone/.next/server/app/status.segments/status.segment.rsc +1 -1
  379. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page/build-manifest.json +4 -4
  380. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js.nft.json +1 -1
  381. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page_client-reference-manifest.js +1 -1
  382. package/cloud-runtime/standalone/.next/server/app/welcome/page/build-manifest.json +4 -4
  383. package/cloud-runtime/standalone/.next/server/app/welcome/page.js.nft.json +1 -1
  384. package/cloud-runtime/standalone/.next/server/app/welcome/page_client-reference-manifest.js +1 -1
  385. package/cloud-runtime/standalone/.next/server/app/welcome.html +2 -2
  386. package/cloud-runtime/standalone/.next/server/app/welcome.rsc +3 -3
  387. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_full.segment.rsc +3 -3
  388. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_head.segment.rsc +1 -1
  389. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_index.segment.rsc +2 -2
  390. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_tree.segment.rsc +2 -2
  391. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +2 -2
  392. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome.segment.rsc +1 -1
  393. package/cloud-runtime/standalone/.next/server/app-paths-manifest.json +17 -0
  394. package/cloud-runtime/standalone/.next/server/chunks/[externals]__cf9f18a6._.js +3 -0
  395. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__875279cb._.js → [root-of-the-server]__005b3c82._.js} +2 -2
  396. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__4837d72a._.js → [root-of-the-server]__056d94e4._.js} +2 -2
  397. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__068b4f08._.js +15 -0
  398. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b3ed0a00._.js → [root-of-the-server]__0bb52353._.js} +2 -2
  399. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0f580808._.js +13 -0
  400. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__6c26221d._.js → [root-of-the-server]__1a8e0957._.js} +2 -2
  401. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__6acb940d._.js → [root-of-the-server]__23ad03bf._.js} +2 -2
  402. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__7ffcc20c._.js → [root-of-the-server]__2948f712._.js} +2 -2
  403. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__18423486._.js → [root-of-the-server]__32ef6623._.js} +2 -2
  404. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__1c18c0d1._.js → [root-of-the-server]__34cb1b98._.js} +2 -2
  405. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4d865017._.js +48 -0
  406. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5031f8d4._.js +30 -0
  407. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__5a348fba._.js → [root-of-the-server]__596d0e81._.js} +2 -2
  408. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__64712846._.js +3 -0
  409. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__707c32af._.js +15 -0
  410. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7370bb86._.js +8 -0
  411. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__749af50f._.js +8 -0
  412. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__ffffceac._.js → [root-of-the-server]__75cedecf._.js} +2 -2
  413. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__19520d85._.js → [root-of-the-server]__7ee9b7b6._.js} +2 -2
  414. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__4d8c6e3d._.js → [root-of-the-server]__8ac0286e._.js} +3 -3
  415. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__927cfc20._.js +3 -0
  416. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__96ae701e._.js +3 -0
  417. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b63cb741._.js → [root-of-the-server]__981d92dd._.js} +3 -3
  418. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98b352f7._.js +13 -0
  419. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a44db634._.js +8 -0
  420. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a55c16a5._.js +158 -0
  421. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ab2bf82d._.js +13 -0
  422. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__32b13ba9._.js → [root-of-the-server]__b4931ee1._.js} +2 -2
  423. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__e122cae2._.js → [root-of-the-server]__b500f1bf._.js} +2 -2
  424. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__c480c9c2._.js → [root-of-the-server]__b707e701._.js} +2 -2
  425. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bf5803eb._.js +13 -0
  426. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ccd4846e._.js +13 -0
  427. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d4126e05._.js +15 -0
  428. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d908c9ea._.js +8 -0
  429. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b9b3fde6._.js → [root-of-the-server]__dcdeee3d._.js} +2 -2
  430. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e3a4fd97._.js +13 -0
  431. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e4a87984._.js +15 -0
  432. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ee6511a0._.js +44 -0
  433. package/cloud-runtime/standalone/.next/server/chunks/_d225c04f._.js +1 -1
  434. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_filesystem_pick-folder_route_actions_162664ff.js +3 -0
  435. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_cancel_route_actions_fbd5be89.js +3 -0
  436. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_route_actions_774a2e21.js +3 -0
  437. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_runs_route_actions_6e59ee83.js +3 -0
  438. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_agents_route_actions_399e1f19.js +3 -0
  439. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_poll_route_actions_23fbbfa1.js +3 -0
  440. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_route_actions_acf03860.js +3 -0
  441. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_assign_route_actions_15267be8.js +3 -0
  442. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_available_route_actions_24023111.js +3 -0
  443. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_1148baef.js +3 -0
  444. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_history_route_actions_5e5c4757.js +3 -0
  445. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_learn_route_actions_d3a37d25.js +3 -0
  446. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_route_actions_780e175f.js +3 -0
  447. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_unlearn_route_actions_3dfee433.js +3 -0
  448. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_thread-repos_route_actions_e95d24ee.js +3 -0
  449. package/cloud-runtime/standalone/.next/server/chunks/{lib_7cad5c77._.js → lib_a5adca60._.js} +25 -25
  450. package/cloud-runtime/standalone/.next/server/chunks/lib_db_ts_e06c6085._.js +1 -1
  451. package/cloud-runtime/standalone/.next/server/chunks/lib_ea45fe73._.js +1 -1
  452. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_2e721df2._.js +28 -23
  453. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_74d1c060._.js +28 -23
  454. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_3ea4d849._.js +38 -11
  455. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_b0b1a9b2._.js +43 -16
  456. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_371d0bff.js +19 -19
  457. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_def8bfbe.js +10 -0
  458. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_55c06268._.js +4 -3
  459. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_a8bc8d58._.js +4 -3
  460. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__096c39a3._.js +3 -0
  461. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__226f8a19._.js +1 -1
  462. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__47caef59._.js +1 -1
  463. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__67d5f883._.js +3 -0
  464. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8b4e7816._.js +3 -0
  465. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8fe8b9dd._.js +3 -0
  466. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a37fb1c3._.js +3 -0
  467. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a456581d._.js +3 -0
  468. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__d74022f1._.js +3 -0
  469. package/cloud-runtime/standalone/.next/server/chunks/ssr/{[root-of-the-server]__fcbe03e6._.js → [root-of-the-server]__e0c64529._.js} +2 -2
  470. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ea035cd9._.js +3 -0
  471. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ffbc2e98._.js +2 -2
  472. package/cloud-runtime/standalone/.next/server/chunks/ssr/_05c8a494._.js +3 -0
  473. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0c5c111f._.js +3 -0
  474. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0ffd2660._.js +1 -1
  475. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23656a95._.js +3 -0
  476. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23f5fddc._.js +3 -0
  477. package/cloud-runtime/standalone/.next/server/chunks/ssr/_24feb541._.js +4 -0
  478. package/cloud-runtime/standalone/.next/server/chunks/ssr/_27a789b3._.js +3 -0
  479. package/cloud-runtime/standalone/.next/server/chunks/ssr/{_508cd32f._.js → _314f4c49._.js} +2 -2
  480. package/cloud-runtime/standalone/.next/server/chunks/ssr/_36b413cc._.js +3 -0
  481. package/cloud-runtime/standalone/.next/server/chunks/ssr/_43472af3._.js +3 -0
  482. package/cloud-runtime/standalone/.next/server/chunks/ssr/_46e00a9b._.js +95 -0
  483. package/cloud-runtime/standalone/.next/server/chunks/ssr/_478f4991._.js +3 -0
  484. package/cloud-runtime/standalone/.next/server/chunks/ssr/_4bfdfb14._.js +3 -0
  485. package/cloud-runtime/standalone/.next/server/chunks/ssr/_52fe115d._.js +3 -0
  486. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547b6462._.js +4 -0
  487. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547f19ec._.js +3 -0
  488. package/cloud-runtime/standalone/.next/server/chunks/ssr/_85ca101b._.js +2 -2
  489. package/cloud-runtime/standalone/.next/server/chunks/ssr/_93914ecd._.js +1 -1
  490. package/cloud-runtime/standalone/.next/server/chunks/ssr/_9e07dcac._.js +95 -0
  491. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a1b966f7._.js +3 -0
  492. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a68d8f62._.js +3 -0
  493. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a80e12c8._.js +3 -0
  494. package/cloud-runtime/standalone/.next/server/chunks/ssr/_b1e1ef71._.js +95 -0
  495. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e1349560._.js +3 -0
  496. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_automations_page_actions_9371bc66.js +3 -0
  497. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_skills_page_actions_4ac82b1e.js +3 -0
  498. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_[id]_page_tsx_9c49d8c8._.js +1 -1
  499. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_page_tsx_f5f08ed8._.js +1 -1
  500. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_execution-graph_page_tsx_f854185a._.js +2 -2
  501. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_chat-ui_bfeda794._.js +4 -5
  502. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_thread_WorkspaceSidebar_tsx_e660301b._.js +1 -1
  503. package/cloud-runtime/standalone/.next/server/chunks/ssr/{node_modules_lucide-react_dist_esm_e70f9321._.js → node_modules_lucide-react_dist_esm_b82e03da._.js} +2 -2
  504. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_61a87db9._.js +3 -0
  505. package/cloud-runtime/standalone/.next/server/chunks/ssr/{node_modules_next_920e7746._.js → node_modules_next_f2865b38._.js} +2 -2
  506. package/cloud-runtime/standalone/.next/server/functions-config-manifest.json +14 -0
  507. package/cloud-runtime/standalone/.next/server/middleware-build-manifest.js +4 -4
  508. package/cloud-runtime/standalone/.next/server/middleware-manifest.json +5 -5
  509. package/cloud-runtime/standalone/.next/server/next-font-manifest.js +1 -1
  510. package/cloud-runtime/standalone/.next/server/next-font-manifest.json +8 -0
  511. package/cloud-runtime/standalone/.next/server/pages/404.html +2 -2
  512. package/cloud-runtime/standalone/.next/server/pages/500.html +2 -2
  513. package/cloud-runtime/standalone/.next/server/server-reference-manifest.js +1 -1
  514. package/cloud-runtime/standalone/.next/server/server-reference-manifest.json +1 -1
  515. package/cloud-runtime/standalone/.next/static/chunks/01428247f94115a6.js +1 -0
  516. package/cloud-runtime/standalone/.next/static/chunks/06cf0ed16bf8aa70.js +28 -0
  517. package/cloud-runtime/standalone/.next/static/chunks/19dd745b663fdffa.js +1 -0
  518. package/cloud-runtime/standalone/.next/static/chunks/1a3298f21d1040e9.js +4 -0
  519. package/cloud-runtime/standalone/.next/static/chunks/1c8583feefee0765.js +1 -0
  520. package/cloud-runtime/standalone/.next/static/chunks/1e3dede69b464364.js +1 -0
  521. package/cloud-runtime/standalone/.next/static/chunks/238a28856e739dc9.js +2 -0
  522. package/cloud-runtime/standalone/.next/static/chunks/24772e179852c73e.js +1 -0
  523. package/cloud-runtime/standalone/.next/static/chunks/2d1d138d8ea3234c.css +1 -0
  524. package/cloud-runtime/standalone/.next/static/chunks/2e011469003993e9.js +28 -0
  525. package/cloud-runtime/standalone/.next/static/chunks/31a4164e40ca71e5.js +6 -0
  526. package/cloud-runtime/standalone/.next/static/chunks/3c202e89da05d9b9.js +1 -0
  527. package/cloud-runtime/standalone/.next/static/chunks/3c72becf6dff5597.js +1 -0
  528. package/cloud-runtime/standalone/.next/static/chunks/44dafb5e85578e12.js +16 -0
  529. package/cloud-runtime/standalone/.next/static/chunks/47f22a56011af8d3.js +1 -0
  530. package/cloud-runtime/standalone/.next/static/chunks/48e332ac3e9ed56c.js +1 -0
  531. package/cloud-runtime/standalone/.next/static/chunks/5b567b289ca2273e.css +1 -0
  532. package/cloud-runtime/standalone/.next/static/chunks/5d52c79d9812d06e.js +1 -0
  533. package/cloud-runtime/standalone/.next/static/chunks/617db51b7444f818.js +1 -0
  534. package/cloud-runtime/standalone/.next/static/chunks/673bb6094cea9ded.js +1 -0
  535. package/cloud-runtime/standalone/.next/static/chunks/787436fad75f5bc6.js +5 -0
  536. package/cloud-runtime/standalone/.next/static/chunks/8304e8487aa74059.css +2 -0
  537. package/cloud-runtime/standalone/.next/static/chunks/8a4684388ca0f6de.js +7 -0
  538. package/cloud-runtime/standalone/.next/static/chunks/9f236cc9572783b9.js +93 -0
  539. package/cloud-runtime/standalone/.next/static/chunks/a9aaec85125f69b1.js +1 -0
  540. package/cloud-runtime/standalone/.next/static/chunks/b4c29a62f9255268.js +1 -0
  541. package/cloud-runtime/standalone/.next/static/chunks/bf2bb1662353aff5.js +1 -0
  542. package/cloud-runtime/standalone/.next/static/chunks/c1fb885eed94aa8c.js +1 -0
  543. package/cloud-runtime/standalone/.next/static/chunks/c653186036e56204.js +1 -0
  544. package/cloud-runtime/standalone/.next/static/chunks/cb5581d868e78205.js +1 -0
  545. package/cloud-runtime/standalone/.next/static/chunks/cbdeb17a36b99000.js +1 -0
  546. package/cloud-runtime/standalone/.next/static/chunks/d5cc62984dc4205c.js +1 -0
  547. package/cloud-runtime/standalone/.next/static/chunks/d73f1cc3ebc9993b.js +1 -0
  548. package/cloud-runtime/standalone/.next/static/chunks/{8d15ced2dc70090a.js → da2b00558cf32f37.js} +1 -1
  549. package/cloud-runtime/standalone/.next/static/chunks/{turbopack-97e846241a3a64af.js → turbopack-22475f0dd0c18f92.js} +1 -1
  550. package/cloud-runtime/standalone/app/agents/[id]/page.tsx +4 -1
  551. package/cloud-runtime/standalone/app/agents/page.tsx +22 -2
  552. package/cloud-runtime/standalone/app/api/agent-specs/route.ts +4 -0
  553. package/cloud-runtime/standalone/app/api/agents/export/route.ts +4 -0
  554. package/cloud-runtime/standalone/app/api/chat/route.ts +8 -2
  555. package/cloud-runtime/standalone/app/api/filesystem/pick-folder/route.ts +56 -0
  556. package/cloud-runtime/standalone/app/api/participants/route.ts +50 -1
  557. package/cloud-runtime/standalone/app/api/prompt-jobs/[id]/cancel/route.ts +44 -0
  558. package/cloud-runtime/standalone/app/api/prompt-jobs/[id]/route.ts +94 -0
  559. package/cloud-runtime/standalone/app/api/prompt-jobs/[id]/runs/route.ts +30 -0
  560. package/cloud-runtime/standalone/app/api/prompt-jobs/agents/route.ts +25 -0
  561. package/cloud-runtime/standalone/app/api/prompt-jobs/poll/route.ts +232 -0
  562. package/cloud-runtime/standalone/app/api/prompt-jobs/route.ts +125 -0
  563. package/cloud-runtime/standalone/app/api/skills/assign/route.ts +30 -0
  564. package/cloud-runtime/standalone/app/api/skills/available/route.ts +20 -0
  565. package/cloud-runtime/standalone/app/api/skills/detail/route.ts +23 -0
  566. package/cloud-runtime/standalone/app/api/skills/history/route.ts +18 -0
  567. package/cloud-runtime/standalone/app/api/skills/learn/route.ts +31 -0
  568. package/cloud-runtime/standalone/app/api/skills/route.ts +19 -0
  569. package/cloud-runtime/standalone/app/api/skills/unlearn/route.ts +30 -0
  570. package/cloud-runtime/standalone/app/api/thread-repos/route.ts +30 -0
  571. package/cloud-runtime/standalone/app/automations/page.tsx +15 -3
  572. package/cloud-runtime/standalone/app/execution-graph/page.tsx +2 -2
  573. package/cloud-runtime/standalone/app/globals.css +2 -0
  574. package/cloud-runtime/standalone/app/layout.tsx +1 -1
  575. package/cloud-runtime/standalone/app/projects/[slug]/automations/page.tsx +17 -0
  576. package/cloud-runtime/standalone/app/projects/[slug]/layout.tsx +3 -2
  577. package/cloud-runtime/standalone/app/projects/[slug]/page.tsx +401 -86
  578. package/cloud-runtime/standalone/app/projects/orphans/page.tsx +1 -0
  579. package/cloud-runtime/standalone/app/projects/page.tsx +3 -3
  580. package/cloud-runtime/standalone/app/skills/page.tsx +399 -0
  581. package/cloud-runtime/standalone/components/FloatingPanel.tsx +200 -0
  582. package/cloud-runtime/standalone/components/Layout.tsx +7 -1
  583. package/cloud-runtime/standalone/components/NowRunningPanel.tsx +86 -76
  584. package/cloud-runtime/standalone/components/ProjectModal.tsx +29 -12
  585. package/cloud-runtime/standalone/components/PromptJobBoard.tsx +1434 -0
  586. package/cloud-runtime/standalone/components/chat-ui/ChatContainer.tsx +86 -17
  587. package/cloud-runtime/standalone/components/chat-ui/Composer.tsx +215 -19
  588. package/cloud-runtime/standalone/components/chat-ui/ParticipantBar.tsx +233 -213
  589. package/cloud-runtime/standalone/components/thread/WorkspaceSidebar.tsx +99 -41
  590. package/cloud-runtime/standalone/db/sqlite/001_agx_board_schema.sql +28 -0
  591. package/cloud-runtime/standalone/db/sqlite/002_prompt_scheduler_schema.sql +45 -0
  592. package/cloud-runtime/standalone/db/sqlite/003_prompt_scheduler_v2.sql +13 -0
  593. package/cloud-runtime/standalone/hooks/useAttachments.ts +2 -1
  594. package/cloud-runtime/standalone/hooks/useGroupChat.ts +4 -1
  595. package/cloud-runtime/standalone/hooks/usePromptJobs.ts +111 -0
  596. package/cloud-runtime/standalone/lib/agent-participants.ts +7 -0
  597. package/cloud-runtime/standalone/lib/agent-skill-bindings.ts +118 -0
  598. package/cloud-runtime/standalone/lib/chat/paste-attachments.ts +152 -0
  599. package/cloud-runtime/standalone/lib/db.ts +5 -0
  600. package/cloud-runtime/standalone/lib/history-store.ts +38 -0
  601. package/cloud-runtime/standalone/lib/skills-library.ts +450 -0
  602. package/cloud-runtime/standalone/lib/sqlite-query-adapter.ts +32 -0
  603. package/cloud-runtime/standalone/lib/stream-multiplexer.ts +59 -11
  604. package/cloud-runtime/standalone/lib/types.ts +10 -0
  605. package/cloud-runtime/standalone/migrations/sqlite_schema.sql +28 -0
  606. package/cloud-runtime/standalone/src/graph/llm-review.ts +19 -2
  607. package/cloud-runtime/standalone/src/prompt-scheduler/cron.ts +46 -0
  608. package/cloud-runtime/standalone/src/prompt-scheduler/engine.ts +87 -0
  609. package/cloud-runtime/standalone/src/prompt-scheduler/get-store.ts +36 -0
  610. package/cloud-runtime/standalone/src/prompt-scheduler/runner.ts +144 -0
  611. package/cloud-runtime/standalone/src/prompt-scheduler/store.ts +327 -0
  612. package/cloud-runtime/standalone/src/prompt-scheduler/types.ts +82 -0
  613. package/cloud-runtime/standalone/state/floatingPanels.ts +47 -0
  614. package/cloud-runtime/standalone/styles/composer-pills.css +156 -2
  615. package/cloud-runtime/standalone/styles/workspaceSidebar.css +5 -3
  616. package/cloud-runtime/standalone/test/adapters/sqlite.ts +1 -0
  617. package/cloud-runtime/standalone/update_officeapp.js +36 -0
  618. package/cloud-runtime/standalone/update_store.js +47 -0
  619. package/cloud-runtime/standalone/worker/index.js +293 -45
  620. package/lib/cli/onboarding.js +3 -3
  621. package/lib/storage/db.js +12 -8
  622. package/package.json +5 -2
  623. package/scripts/postinstall.js +0 -68
  624. package/cloud-runtime/standalone/.next/server/chunks/[externals]__1f4b15dd._.js +0 -3
  625. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c8624cc._.js +0 -3
  626. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__666f8712._.js +0 -3
  627. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a189593a._.js +0 -3
  628. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d6e1ee6e._.js +0 -32
  629. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f1b7932f._.js +0 -36
  630. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f701b208._.js +0 -146
  631. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__04d1aa70._.js +0 -3
  632. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__2d80540b._.js +0 -3
  633. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8973b16a._.js +0 -3
  634. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a416df95._.js +0 -3
  635. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__c108f06c._.js +0 -3
  636. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0061ebd8._.js +0 -3
  637. package/cloud-runtime/standalone/.next/server/chunks/ssr/_064370bc._.js +0 -3
  638. package/cloud-runtime/standalone/.next/server/chunks/ssr/_41f60c52._.js +0 -3
  639. package/cloud-runtime/standalone/.next/server/chunks/ssr/_54af99c5._.js +0 -3
  640. package/cloud-runtime/standalone/.next/server/chunks/ssr/_6b14826d._.js +0 -3
  641. package/cloud-runtime/standalone/.next/server/chunks/ssr/_84879a01._.js +0 -95
  642. package/cloud-runtime/standalone/.next/server/chunks/ssr/_9eeb2fa0._.js +0 -95
  643. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a0cc0fe7._.js +0 -3
  644. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a1d30b20._.js +0 -95
  645. package/cloud-runtime/standalone/.next/server/chunks/ssr/_c87c359c._.js +0 -95
  646. package/cloud-runtime/standalone/.next/server/chunks/ssr/_ccb409c5._.js +0 -3
  647. package/cloud-runtime/standalone/.next/server/chunks/ssr/_cd5e154b._.js +0 -3
  648. package/cloud-runtime/standalone/.next/server/chunks/ssr/_dd31b6e0._.js +0 -3
  649. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f0ce6183._.js +0 -3
  650. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_automations_page_tsx_3d732184._.js +0 -3
  651. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_bf855424._.js +0 -3
  652. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_852965c2._.js +0 -3
  653. package/cloud-runtime/standalone/.next/static/chunks/010aff7b601302de.js +0 -16
  654. package/cloud-runtime/standalone/.next/static/chunks/012e3e9699415997.js +0 -1
  655. package/cloud-runtime/standalone/.next/static/chunks/031d99fbe758545a.js +0 -1
  656. package/cloud-runtime/standalone/.next/static/chunks/09f9eeea393db0fd.js +0 -4
  657. package/cloud-runtime/standalone/.next/static/chunks/0c467f54bc78a380.js +0 -1
  658. package/cloud-runtime/standalone/.next/static/chunks/10b0642440302e99.css +0 -2
  659. package/cloud-runtime/standalone/.next/static/chunks/116985039c24f1f8.js +0 -93
  660. package/cloud-runtime/standalone/.next/static/chunks/2ee8d24314eec47c.js +0 -1
  661. package/cloud-runtime/standalone/.next/static/chunks/3e4e8857f875c964.js +0 -1
  662. package/cloud-runtime/standalone/.next/static/chunks/43f6157bc3db9c52.js +0 -6
  663. package/cloud-runtime/standalone/.next/static/chunks/486bf7ff282b91a6.js +0 -5
  664. package/cloud-runtime/standalone/.next/static/chunks/56a01238098d495d.js +0 -93
  665. package/cloud-runtime/standalone/.next/static/chunks/601996727991149e.js +0 -93
  666. package/cloud-runtime/standalone/.next/static/chunks/651c7c97d3bd77e0.js +0 -28
  667. package/cloud-runtime/standalone/.next/static/chunks/7d4c1d97169c8522.js +0 -1
  668. package/cloud-runtime/standalone/.next/static/chunks/851b1d97179bd39b.css +0 -1
  669. package/cloud-runtime/standalone/.next/static/chunks/9048e44ed538b21a.js +0 -2
  670. package/cloud-runtime/standalone/.next/static/chunks/90b581e9631d8cea.js +0 -1
  671. package/cloud-runtime/standalone/.next/static/chunks/99174504a201d23e.js +0 -28
  672. package/cloud-runtime/standalone/.next/static/chunks/a8e8ef440c4daa5a.css +0 -1
  673. package/cloud-runtime/standalone/.next/static/chunks/b22947e6df238fd5.js +0 -1
  674. package/cloud-runtime/standalone/.next/static/chunks/b2dcd19ebe3af3f6.js +0 -93
  675. package/cloud-runtime/standalone/.next/static/chunks/bc06988336ffd261.js +0 -1
  676. package/cloud-runtime/standalone/.next/static/chunks/c93b9643c81c134e.js +0 -8
  677. package/cloud-runtime/standalone/.next/static/chunks/d5d6be8239e57c56.js +0 -1
  678. package/cloud-runtime/standalone/.next/static/chunks/ebaf4e8f04bae7b6.js +0 -1
  679. package/cloud-runtime/standalone/.next/static/chunks/f4909e7ae8229b1c.js +0 -1
  680. package/cloud-runtime/standalone/.next/static/chunks/fd221a50082e5128.js +0 -1
  681. package/cloud-runtime/standalone/agx-board.json +0 -264
  682. package/cloud-runtime/standalone/agx-cli.json +0 -2195
  683. package/cloud-runtime/standalone/fix-primary.js +0 -30
  684. package/cloud-runtime/standalone/fix-theme.js +0 -78
  685. package/cloud-runtime/standalone/test-file +0 -0
  686. package/cloud-runtime/standalone/testfile +0 -0
  687. package/cloud-runtime/standalone/transcri +0 -0
  688. /package/cloud-runtime/standalone/.next/static/{68nLQxEpwR_feFvB8T4tR → 15nzSRnot8KsYYP8yMBe-}/_buildManifest.js +0 -0
  689. /package/cloud-runtime/standalone/.next/static/{68nLQxEpwR_feFvB8T4tR → 15nzSRnot8KsYYP8yMBe-}/_clientMiddlewareManifest.json +0 -0
  690. /package/cloud-runtime/standalone/.next/static/{68nLQxEpwR_feFvB8T4tR → 15nzSRnot8KsYYP8yMBe-}/_ssgManifest.js +0 -0
@@ -65,8 +65,9 @@ function ProjectLayoutContent({
65
65
  const match = pathname.match(/\/projects\/[^/]+\/thread\/([^/]+)/);
66
66
  return match?.[1] ? decodeURIComponent(match[1]) : currentProject?.thread_ids[0] ?? null;
67
67
  }, [currentProject?.thread_ids, pathname]);
68
- const activeProjectView = useMemo<"board" | "thread" | "knowledge">(
68
+ const activeProjectView = useMemo<"board" | "thread" | "knowledge" | "automations">(
69
69
  () => {
70
+ if (pathname.includes("/automations")) return "automations";
70
71
  if (pathname.includes("/thread/")) return "thread";
71
72
  if (pathname.includes("/knowledge")) return "knowledge";
72
73
  return "board";
@@ -106,7 +107,7 @@ function ProjectLayoutContent({
106
107
  }
107
108
 
108
109
  return (
109
- <div className="flex h-full min-h-0 overflow-hidden bg-[var(--background)]">
110
+ <div className="flex h-dvh min-h-0 overflow-hidden bg-[var(--background)]">
110
111
  <WorkspaceSidebar
111
112
  threads={threads}
112
113
  participants={participants}
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
 
3
- import { useMemo, useState, useCallback, useEffect, use } from "react";
3
+ import { useMemo, useState, useCallback, useEffect, use, useRef } from "react";
4
4
  import { useRouter } from "next/navigation";
5
- import { Search } from "lucide-react";
5
+ import { Check, ChevronDown, Search, X } from "lucide-react";
6
6
  import { useTasks } from "@/hooks/useTasks";
7
7
  import { useProjects } from "@/hooks/useProjects";
8
8
  import { DEFAULT_WORKFLOW_ID, useWorkflows } from "@/hooks/useWorkflows";
@@ -12,6 +12,21 @@ import NowRunningPanel from "@/components/NowRunningPanel";
12
12
  import { getCachedGraphSummary, prefetchGraphSummaries } from "@/hooks/useTaskGraphSummary";
13
13
  import DaemonBar from "@/components/DaemonBar";
14
14
  import { useProcessPolling } from "@/hooks/useProcessPolling";
15
+ import type { Participant } from "@/lib/types";
16
+
17
+ const EMPTY_DEPARTMENT_KEY = "__no_department__";
18
+ const EMPTY_ASSIGNEE_KEY = "__unassigned__";
19
+
20
+ interface FilterOption {
21
+ value: string;
22
+ label: string;
23
+ count: number;
24
+ }
25
+
26
+ interface TaskFilterMeta {
27
+ departments: string[];
28
+ assignees: string[];
29
+ }
15
30
 
16
31
  function fallbackV2Column(task: Task): "INTAKE" | "PROGRESS" | "DONE" {
17
32
  if (task.stage === "done" || task.status === "completed") {
@@ -23,81 +38,246 @@ function fallbackV2Column(task: Task): "INTAKE" | "PROGRESS" | "DONE" {
23
38
  return "PROGRESS";
24
39
  }
25
40
 
41
+ function parseTaskFrontmatter(markdown: string): Record<string, string> {
42
+ const match = markdown.match(/^---\n([\s\S]*?)\n---\n?/);
43
+ if (!match) return {};
44
+
45
+ const frontmatter: Record<string, string> = {};
46
+ for (const rawLine of match[1].split("\n")) {
47
+ const line = rawLine.trim();
48
+ if (!line) continue;
49
+ const colonIndex = line.indexOf(":");
50
+ if (colonIndex <= 0) continue;
51
+
52
+ const key = line.slice(0, colonIndex).trim();
53
+ const value = line.slice(colonIndex + 1).trim();
54
+ if (!key || !value) continue;
55
+ frontmatter[key] = value;
56
+ }
57
+
58
+ return frontmatter;
59
+ }
60
+
61
+ function splitFrontmatterValue(value: string | undefined): string[] {
62
+ if (!value) return [];
63
+
64
+ const normalized = value.trim();
65
+ if (!normalized) return [];
66
+
67
+ if (normalized.startsWith("[") && normalized.endsWith("]")) {
68
+ return normalized
69
+ .slice(1, -1)
70
+ .split(",")
71
+ .map((part) => part.trim().replace(/^["']|["']$/g, ""))
72
+ .filter(Boolean);
73
+ }
74
+
75
+ return normalized
76
+ .split(",")
77
+ .map((part) => part.trim())
78
+ .filter(Boolean);
79
+ }
80
+
81
+ function titleCaseLabel(value: string): string {
82
+ return value
83
+ .replace(/[_-]+/g, " ")
84
+ .replace(/\s+/g, " ")
85
+ .trim()
86
+ .replace(/\b\w/g, (char) => char.toUpperCase());
87
+ }
88
+
89
+ function getTaskFilterMeta(task: Task, participantMap: Map<string, Participant>): TaskFilterMeta {
90
+ const frontmatter = parseTaskFrontmatter(task.content || "");
91
+
92
+ const departments = [
93
+ ...splitFrontmatterValue(frontmatter.department),
94
+ ...splitFrontmatterValue(frontmatter.team),
95
+ ...splitFrontmatterValue(frontmatter.area),
96
+ ];
97
+
98
+ const assigneeTokens = [
99
+ ...splitFrontmatterValue(frontmatter.assignee),
100
+ ...splitFrontmatterValue(frontmatter.assigned_agent),
101
+ ...splitFrontmatterValue(frontmatter.assignedAgent),
102
+ ...splitFrontmatterValue(frontmatter.agent),
103
+ ...splitFrontmatterValue(frontmatter.agent_id),
104
+ ...splitFrontmatterValue(frontmatter.owner),
105
+ ];
106
+
107
+ const uniqueDepartments = Array.from(new Set(departments.map((value) => value.trim()).filter(Boolean)));
108
+ const uniqueAssignees = Array.from(
109
+ new Set(
110
+ assigneeTokens
111
+ .map((value) => {
112
+ const trimmed = value.trim();
113
+ if (!trimmed) return "";
114
+ const participant = participantMap.get(trimmed);
115
+ return participant?.name?.trim() || trimmed;
116
+ })
117
+ .filter(Boolean)
118
+ )
119
+ );
120
+
121
+ return {
122
+ departments: uniqueDepartments.length > 0 ? uniqueDepartments : [EMPTY_DEPARTMENT_KEY],
123
+ assignees: uniqueAssignees.length > 0 ? uniqueAssignees : [EMPTY_ASSIGNEE_KEY],
124
+ };
125
+ }
126
+
127
+ function buildFilterOptions(
128
+ tasks: Task[],
129
+ getValues: (task: Task) => string[],
130
+ emptyKey: string,
131
+ emptyLabel: string
132
+ ): FilterOption[] {
133
+ const counts = new Map<string, number>();
134
+
135
+ for (const task of tasks) {
136
+ const values = getValues(task);
137
+ for (const value of values.length > 0 ? values : [emptyKey]) {
138
+ counts.set(value, (counts.get(value) || 0) + 1);
139
+ }
140
+ }
141
+
142
+ return Array.from(counts.entries())
143
+ .map(([value, count]) => ({
144
+ value,
145
+ label: value === emptyKey ? emptyLabel : titleCaseLabel(value),
146
+ count,
147
+ }))
148
+ .sort((a, b) => a.label.localeCompare(b.label));
149
+ }
150
+
26
151
  export default function ProjectBoardPage({ params }: { params: Promise<{ slug: string }> }) {
27
152
  const { slug } = use(params);
28
153
  const router = useRouter();
29
154
 
30
- // Hooks
31
155
  const {
32
156
  tasks,
33
157
  isLoading: tasksLoading,
34
158
  createTask,
35
159
  updateTask,
36
- deleteTask,
37
160
  completeTaskStage,
38
161
  cancelWorkflow,
39
162
  refetch,
40
163
  cancellingTaskId,
41
- fetchTask,
42
164
  } = useTasks({ realtime: true, project: slug });
43
165
 
44
166
  const { projects } = useProjects();
45
- const { workflow, stages, stageConfig, isValidTransition, isLoading: workflowLoading } = useWorkflows();
167
+ const { stages, stageConfig, isValidTransition, isLoading: workflowLoading } = useWorkflows();
46
168
 
47
- // State
169
+ const [participants, setParticipants] = useState<Participant[]>([]);
48
170
  const [searchQuery, setSearchQuery] = useState("");
49
- const [showQuickAdd, setShowQuickAdd] = useState(false);
50
- const currentProject = projects.find((p) => p.slug === slug);
171
+ const [selectedDepartments, setSelectedDepartments] = useState<string[]>([]);
172
+ const [selectedAssignees, setSelectedAssignees] = useState<string[]>([]);
173
+ const currentProject = projects.find((project) => project.slug === slug);
174
+
175
+ useEffect(() => {
176
+ let cancelled = false;
177
+
178
+ void fetch("/api/participants")
179
+ .then((response) => response.json())
180
+ .then((data) => {
181
+ if (!cancelled) {
182
+ setParticipants(Array.isArray(data) ? data : []);
183
+ }
184
+ })
185
+ .catch(() => {
186
+ if (!cancelled) {
187
+ setParticipants([]);
188
+ }
189
+ });
190
+
191
+ return () => {
192
+ cancelled = true;
193
+ };
194
+ }, []);
195
+
196
+ const participantMap = useMemo(
197
+ () => new Map(participants.map((participant) => [participant.id, participant])),
198
+ [participants]
199
+ );
200
+
201
+ const taskFilterMeta = useMemo(() => {
202
+ const entries = new Map<string, TaskFilterMeta>();
203
+ for (const task of tasks) {
204
+ entries.set(task.id, getTaskFilterMeta(task, participantMap));
205
+ }
206
+ return entries;
207
+ }, [tasks, participantMap]);
208
+
209
+ const departmentOptions = useMemo(
210
+ () =>
211
+ buildFilterOptions(
212
+ tasks,
213
+ (task) => taskFilterMeta.get(task.id)?.departments || [EMPTY_DEPARTMENT_KEY],
214
+ EMPTY_DEPARTMENT_KEY,
215
+ "No department"
216
+ ),
217
+ [tasks, taskFilterMeta]
218
+ );
219
+
220
+ const assigneeOptions = useMemo(
221
+ () =>
222
+ buildFilterOptions(
223
+ tasks,
224
+ (task) => taskFilterMeta.get(task.id)?.assignees || [EMPTY_ASSIGNEE_KEY],
225
+ EMPTY_ASSIGNEE_KEY,
226
+ "Unassigned"
227
+ ),
228
+ [tasks, taskFilterMeta]
229
+ );
51
230
 
52
- // Poll active agent processes for this project
53
231
  const { processes: activeProcesses } = useProcessPolling(
54
232
  currentProject ? { workspaceId: currentProject.id } : null,
55
233
  { intervalMs: 3000 }
56
234
  );
57
235
 
58
- // Filter tasks based on search query
59
236
  const filteredTasks = useMemo(() => {
60
- if (!searchQuery.trim()) return tasks;
61
- const query = searchQuery.toLowerCase();
62
- return tasks.filter(task =>
63
- (task.title || "").toLowerCase().includes(query) ||
64
- (task.content || "").toLowerCase().includes(query)
65
- );
66
- }, [tasks, searchQuery]);
237
+ const query = searchQuery.trim().toLowerCase();
238
+ const departmentSet = new Set(selectedDepartments);
239
+ const assigneeSet = new Set(selectedAssignees);
240
+
241
+ return tasks.filter((task) => {
242
+ const meta = taskFilterMeta.get(task.id) || {
243
+ departments: [EMPTY_DEPARTMENT_KEY],
244
+ assignees: [EMPTY_ASSIGNEE_KEY],
245
+ };
246
+
247
+ const matchesDepartment =
248
+ departmentSet.size === 0 || meta.departments.some((value) => departmentSet.has(value));
249
+ const matchesAssignee =
250
+ assigneeSet.size === 0 || meta.assignees.some((value) => assigneeSet.has(value));
251
+ const matchesSearch =
252
+ !query ||
253
+ (task.title || "").toLowerCase().includes(query) ||
254
+ (task.content || "").toLowerCase().includes(query);
255
+
256
+ return matchesDepartment && matchesAssignee && matchesSearch;
257
+ });
258
+ }, [tasks, searchQuery, selectedDepartments, selectedAssignees, taskFilterMeta]);
67
259
 
68
- const projectHasV2Graphs = useMemo(() => {
69
- return tasks.some((task) => Boolean((task as any).graph_id));
70
- }, [tasks]);
260
+ const projectHasV2Graphs = useMemo(() => tasks.some((task) => Boolean((task as { graph_id?: string }).graph_id)), [tasks]);
71
261
 
72
- // Pre-warm graph summary cache for v2 tasks so column assignment is instant
73
262
  const v2TaskIds = useMemo(
74
- () => tasks.filter((t) => (t as any).graph_id).map((t) => t.id),
263
+ () => tasks.filter((task) => (task as { graph_id?: string }).graph_id).map((task) => task.id),
75
264
  [tasks],
76
265
  );
77
- const [v2CacheReady, setV2CacheReady] = useState(false);
266
+
78
267
  useEffect(() => {
79
268
  if (v2TaskIds.length === 0) {
80
- setV2CacheReady(true);
81
269
  return;
82
270
  }
83
- let cancelled = false;
84
- prefetchGraphSummaries(v2TaskIds).then(() => {
85
- if (!cancelled) setV2CacheReady(true);
86
- });
87
- return () => { cancelled = true; };
271
+
272
+ void prefetchGraphSummaries(v2TaskIds);
88
273
  }, [v2TaskIds]);
89
274
 
90
- // V2 column assignment: derive column from cached graph summary
91
275
  const graphColumnFn = useCallback((task: Task): string => {
92
276
  const summary = getCachedGraphSummary(task.id);
93
277
  if (!summary) return fallbackV2Column(task);
94
278
  return summary.derivedStatus;
95
279
  }, []);
96
280
 
97
- const effectiveStages = stages;
98
- const effectiveStageConfig = stageConfig;
99
-
100
- // Handlers
101
281
  const handleSelectTask = useCallback(
102
282
  (task: Task) => {
103
283
  router.push(`/projects/${slug}/graph/${task.id}`);
@@ -110,7 +290,6 @@ export default function ProjectBoardPage({ params }: { params: Promise<{ slug: s
110
290
  }, [updateTask]);
111
291
 
112
292
  const handleQuickAddTask = async (title: string, stage: string) => {
113
- // Construct frontmatter
114
293
  const frontmatter = [
115
294
  `status: ${stage === "INTAKE" ? "queued" : "in_progress"}`,
116
295
  `stage: ${stage}`,
@@ -124,12 +303,8 @@ export default function ProjectBoardPage({ params }: { params: Promise<{ slug: s
124
303
 
125
304
  const content = `---\n${frontmatter.join("\n")}\n---\n\n# ${title}\n`;
126
305
  await createTask(content, null);
127
- setShowQuickAdd(false);
128
306
  };
129
307
 
130
-
131
-
132
- // Loading State
133
308
  if (tasksLoading || workflowLoading) {
134
309
  return (
135
310
  <div className="h-full flex items-center justify-center">
@@ -142,74 +317,214 @@ export default function ProjectBoardPage({ params }: { params: Promise<{ slug: s
142
317
  }
143
318
 
144
319
  return (
145
- <div className="h-full flex flex-col">
146
- {/* Unified Header: Breadcrumbs + Tabs | Search + Create */}
147
- <div className="flex-shrink-0 border-b border-[var(--border)] bg-[var(--card-bg)] backdrop-blur-md px-3 sm:px-6 py-2 sm:py-0 sm:h-14 flex flex-col sm:flex-row sm:items-center justify-between gap-2 sm:gap-4">
148
- {/* Left: Breadcrumbs + Tabs */}
149
- <div className="flex items-center gap-3 sm:gap-4 text-sm text-[var(--app-shell-soft-text)] flex-shrink-0">
320
+ <div className="h-full flex flex-col animate-slide-in-right">
321
+ <div className="flex-shrink-0 border-b border-[var(--border)] bg-[var(--card-bg)] backdrop-blur-md px-3 sm:px-6 py-3 flex flex-col gap-3">
322
+ <div className="flex items-center gap-3 text-sm text-[var(--app-shell-soft-text)]">
150
323
  <span className="font-semibold text-[var(--foreground)] truncate">{currentProject?.name || slug}</span>
151
-
152
324
  </div>
153
325
 
154
- {/* Right: Search + Migrate + Create */}
155
- <div className="flex items-center gap-3 flex-1 sm:justify-end">
156
- <div className="relative w-full sm:max-w-sm group">
326
+ <div className="flex flex-col gap-2 lg:flex-row lg:items-center lg:justify-between">
327
+ <div className="flex flex-wrap items-center gap-2">
328
+ <span className="text-[11px] font-semibold uppercase tracking-[0.24em] text-[var(--app-shell-soft-text)]">
329
+ Filter by
330
+ </span>
331
+ <BoardFilterMultiSelect
332
+ label="Department"
333
+ options={departmentOptions}
334
+ selectedValues={selectedDepartments}
335
+ onChange={setSelectedDepartments}
336
+ />
337
+ <BoardFilterMultiSelect
338
+ label="Assignee"
339
+ options={assigneeOptions}
340
+ selectedValues={selectedAssignees}
341
+ onChange={setSelectedAssignees}
342
+ />
343
+ </div>
344
+
345
+ <div className="relative w-full lg:max-w-sm group">
157
346
  <Search className="absolute left-3 top-1/2 -translate-y-1/2 text-[var(--app-shell-soft-text)] group-focus-within:text-indigo-500 transition-colors" size={14} />
158
347
  <input
159
348
  type="text"
160
- placeholder="Search tasks..."
349
+ placeholder="Search tasks"
161
350
  value={searchQuery}
162
- onChange={(e) => setSearchQuery(e.target.value)}
351
+ onChange={(event) => setSearchQuery(event.target.value)}
163
352
  className="w-full bg-[var(--secondary)] border border-[var(--border)] rounded-full py-1.5 pl-9 pr-4 text-xs focus:outline-none focus:ring-2 focus:ring-indigo-500/20 focus:border-indigo-500 transition-all"
164
353
  />
165
354
  </div>
166
355
  </div>
167
356
  </div>
168
357
 
169
-
170
- {/* Daemon Status */}
171
358
  <div className="flex-shrink-0 px-3 sm:px-6">
172
359
  <DaemonBar />
173
360
  </div>
174
361
 
175
- {/* Now Running Panel */}
176
- <div className="flex-shrink-0 px-3 sm:px-6">
177
- <NowRunningPanel
178
- tasks={filteredTasks}
179
- processes={activeProcesses}
180
- onTaskClick={(task) => router.push(`/projects/${slug}/graph/${task.id}`)}
181
- onStop={async (taskId) => {
182
- await cancelWorkflow({ taskId });
183
- await refetch();
184
- }}
185
- onRetry={async (taskId) => {
186
- await completeTaskStage({
187
- taskId,
188
- decision: "not_done",
189
- final_result: "Manual retry requested.",
190
- explanation: "Manual retry requested.",
191
- });
192
- }}
193
- cancellingTaskId={cancellingTaskId}
194
- />
195
- </div>
362
+ <NowRunningPanel
363
+ tasks={filteredTasks}
364
+ processes={activeProcesses}
365
+ onTaskClick={(task) => router.push(`/projects/${slug}/graph/${task.id}`)}
366
+ onStop={async (taskId) => {
367
+ await cancelWorkflow({ taskId });
368
+ await refetch();
369
+ }}
370
+ onRetry={async (taskId) => {
371
+ await completeTaskStage({
372
+ taskId,
373
+ decision: "not_done",
374
+ final_result: "Manual retry requested.",
375
+ explanation: "Manual retry requested.",
376
+ });
377
+ }}
378
+ cancellingTaskId={cancellingTaskId}
379
+ panelId={`now-running:${slug}`}
380
+ />
196
381
 
197
- {/* Kanban Board - fill remaining height */}
198
382
  <div className="flex-1 min-h-0 relative">
199
383
  <div className="absolute inset-0 overflow-hidden">
200
- <KanbanBoard
201
- tasks={filteredTasks}
202
- onSelectTask={handleSelectTask}
203
- onTasksChange={() => { }}
204
- onTaskUpdate={handleTaskUpdate}
205
- onAddTask={handleQuickAddTask ? (title: string, stage: string) => handleQuickAddTask(title, stage) : undefined}
206
- stages={effectiveStages}
207
- stageConfig={effectiveStageConfig}
208
- isValidTransition={projectHasV2Graphs ? undefined : isValidTransition}
209
- graphColumnFn={projectHasV2Graphs ? graphColumnFn : undefined}
210
- />
384
+ <KanbanBoard
385
+ tasks={filteredTasks}
386
+ onSelectTask={handleSelectTask}
387
+ onTasksChange={() => { }}
388
+ onTaskUpdate={handleTaskUpdate}
389
+ onAddTask={(title: string, stage: string) => handleQuickAddTask(title, stage)}
390
+ stages={stages}
391
+ stageConfig={stageConfig}
392
+ isValidTransition={projectHasV2Graphs ? undefined : isValidTransition}
393
+ graphColumnFn={projectHasV2Graphs ? graphColumnFn : undefined}
394
+ />
211
395
  </div>
212
396
  </div>
213
397
  </div>
214
398
  );
215
399
  }
400
+
401
+ interface BoardFilterMultiSelectProps {
402
+ label: string;
403
+ options: FilterOption[];
404
+ selectedValues: string[];
405
+ onChange: (values: string[]) => void;
406
+ }
407
+
408
+ function BoardFilterMultiSelect({
409
+ label,
410
+ options,
411
+ selectedValues,
412
+ onChange,
413
+ }: BoardFilterMultiSelectProps) {
414
+ const [open, setOpen] = useState(false);
415
+ const [query, setQuery] = useState("");
416
+ const wrapperRef = useRef<HTMLDivElement>(null);
417
+ const selectedSet = useMemo(() => new Set(selectedValues), [selectedValues]);
418
+
419
+ useEffect(() => {
420
+ if (!open) return;
421
+
422
+ const handlePointerDown = (event: PointerEvent) => {
423
+ if (!wrapperRef.current?.contains(event.target as Node)) {
424
+ setOpen(false);
425
+ }
426
+ };
427
+
428
+ document.addEventListener("pointerdown", handlePointerDown);
429
+ return () => document.removeEventListener("pointerdown", handlePointerDown);
430
+ }, [open]);
431
+
432
+ const filteredOptions = useMemo(() => {
433
+ const normalizedQuery = query.trim().toLowerCase();
434
+ if (!normalizedQuery) return options;
435
+ return options.filter((option) => option.label.toLowerCase().includes(normalizedQuery));
436
+ }, [options, query]);
437
+
438
+ const buttonLabel = selectedValues.length === 0 ? label : `${label} (${selectedValues.length})`;
439
+
440
+ const toggleValue = (value: string) => {
441
+ if (selectedSet.has(value)) {
442
+ onChange(selectedValues.filter((entry) => entry !== value));
443
+ return;
444
+ }
445
+ onChange([...selectedValues, value]);
446
+ };
447
+
448
+ return (
449
+ <div className="relative" ref={wrapperRef}>
450
+ <div className="flex items-center gap-1">
451
+ <button
452
+ type="button"
453
+ onClick={() => setOpen((value) => !value)}
454
+ aria-expanded={open}
455
+ className={`inline-flex items-center gap-2 rounded-full border px-3 py-1.5 text-xs transition-colors ${
456
+ selectedValues.length > 0
457
+ ? "border-indigo-500/40 bg-indigo-500/10 text-indigo-600"
458
+ : "border-[var(--border)] bg-[var(--secondary)] text-[var(--foreground)]"
459
+ }`}
460
+ >
461
+ <span>{buttonLabel}</span>
462
+ <ChevronDown size={14} />
463
+ </button>
464
+ {selectedValues.length > 0 && (
465
+ <button
466
+ type="button"
467
+ onClick={() => onChange([])}
468
+ className="inline-flex h-7 w-7 items-center justify-center rounded-full border border-[var(--border)] bg-[var(--secondary)] text-[var(--muted-foreground)] transition-colors hover:text-[var(--foreground)]"
469
+ aria-label={`Clear ${label} filters`}
470
+ >
471
+ <X size={12} />
472
+ </button>
473
+ )}
474
+ </div>
475
+
476
+ {open && (
477
+ <div className="absolute left-0 top-full z-30 mt-2 w-72 overflow-hidden rounded-2xl border border-[var(--border)] bg-[var(--card-bg)] shadow-2xl shadow-black/10 backdrop-blur-xl">
478
+ <div className="border-b border-[var(--border)] p-3">
479
+ <div className="relative">
480
+ <Search className="absolute left-3 top-1/2 -translate-y-1/2 text-[var(--app-shell-soft-text)]" size={14} />
481
+ <input
482
+ type="text"
483
+ value={query}
484
+ onChange={(event) => setQuery(event.target.value)}
485
+ placeholder={`Search ${label.toLowerCase()}`}
486
+ className="w-full rounded-xl border border-[var(--border)] bg-[var(--secondary)] py-2 pl-9 pr-3 text-xs focus:outline-none focus:ring-2 focus:ring-indigo-500/20 focus:border-indigo-500"
487
+ />
488
+ </div>
489
+ </div>
490
+
491
+ <div className="max-h-72 overflow-y-auto p-2">
492
+ {filteredOptions.length === 0 ? (
493
+ <div className="px-3 py-6 text-center text-xs text-[var(--muted-foreground)]">
494
+ No matches
495
+ </div>
496
+ ) : (
497
+ filteredOptions.map((option) => {
498
+ const selected = selectedSet.has(option.value);
499
+ return (
500
+ <button
501
+ key={option.value}
502
+ type="button"
503
+ onClick={() => toggleValue(option.value)}
504
+ className={`flex w-full items-center justify-between rounded-xl px-3 py-2 text-left text-xs transition-colors ${
505
+ selected
506
+ ? "bg-indigo-500/10 text-[var(--foreground)]"
507
+ : "text-[var(--foreground)] hover:bg-[var(--secondary)]"
508
+ }`}
509
+ >
510
+ <span className="flex items-center gap-2">
511
+ <span className={`flex h-4 w-4 items-center justify-center rounded border ${
512
+ selected
513
+ ? "border-indigo-500 bg-indigo-500 text-white"
514
+ : "border-[var(--border)] bg-[var(--card-bg)] text-transparent"
515
+ }`}>
516
+ <Check size={11} />
517
+ </span>
518
+ <span>{option.label}</span>
519
+ </span>
520
+ <span className="text-[10px] text-[var(--muted-foreground)]">{option.count}</span>
521
+ </button>
522
+ );
523
+ })
524
+ )}
525
+ </div>
526
+ </div>
527
+ )}
528
+ </div>
529
+ );
530
+ }
@@ -90,6 +90,7 @@ export default function OrphanTasksPage() {
90
90
  });
91
91
  }}
92
92
  cancellingTaskId={cancellingTaskId}
93
+ panelId="now-running:orphans"
93
94
  />
94
95
  </div>
95
96
 
@@ -87,7 +87,7 @@ export default function ProjectsPage() {
87
87
 
88
88
  const invalidRepo = modalRepos.find(r => r.name.trim() && !r.path.trim());
89
89
  if (invalidRepo) {
90
- setModalFormError(`Local path is required for repository "${invalidRepo.name}"`);
90
+ setModalFormError(`Local path is required for folder "${invalidRepo.name}"`);
91
91
  return;
92
92
  }
93
93
 
@@ -128,7 +128,7 @@ export default function ProjectsPage() {
128
128
  <div>
129
129
  <h1 className="text-3xl font-bold tracking-tight">Projects</h1>
130
130
  <p className="text-[var(--muted-foreground)] mt-1">
131
- Manage your projects and their repository contexts.
131
+ Manage your projects and their folder contexts.
132
132
  </p>
133
133
  </div>
134
134
  <div className="flex gap-3">
@@ -161,7 +161,7 @@ export default function ProjectsPage() {
161
161
  </div>
162
162
  <h2 className="text-2xl font-bold mb-2">You have no projects</h2>
163
163
  <p className="text-[var(--muted-foreground)] text-center max-w-sm mb-8 leading-relaxed">
164
- Create your first project to start organizing your tasks and connecting your repositories.
164
+ Create your first project to start organizing your tasks and connecting your folders.
165
165
  </p>
166
166
  <button
167
167
  onClick={openNewProjectModal}