@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
@@ -328,6 +328,20 @@ export function ChatContainer({
328
328
  reorderAgents: reorderProjectAgents,
329
329
  } = useProjectsWithAgents();
330
330
  const { projects: projectList, updateProject } = useProjects();
331
+
332
+ // Projects scoped to the current thread
333
+ const threadProjects = useMemo(
334
+ () => activeThreadId ? projects.filter((project) => project.thread_ids?.includes(activeThreadId)) : projects,
335
+ [projects, activeThreadId]
336
+ );
337
+
338
+ // Derive project slug from route prop or thread association so messages sent
339
+ // from the root page still carry project context.
340
+ const effectiveProjectSlug = useMemo(
341
+ () => projectSlug || threadProjects[0]?.slug || undefined,
342
+ [projectSlug, threadProjects]
343
+ );
344
+
331
345
  const [participants, setParticipants] = useState<Participant[]>([]);
332
346
  const [participantsLoaded, setParticipantsLoaded] = useState(false);
333
347
  const [activeParticipantIds, setActiveParticipantIds] = useState<string[]>([]);
@@ -631,7 +645,7 @@ export function ChatContainer({
631
645
  setKnowledgeExtractionPending(true);
632
646
  try {
633
647
  const scopes: string[] = ["repo"];
634
- if (projectSlug) scopes.push("project");
648
+ if (effectiveProjectSlug) scopes.push("project");
635
649
 
636
650
  const response = await fetch("/api/threads/knowledge", {
637
651
  method: "POST",
@@ -649,7 +663,7 @@ export function ChatContainer({
649
663
  } finally {
650
664
  setKnowledgeExtractionPending(false);
651
665
  }
652
- }, [openThreadId, projectSlug]);
666
+ }, [openThreadId, effectiveProjectSlug]);
653
667
 
654
668
  useEffect(() => {
655
669
  if (!openThreadId) {
@@ -940,7 +954,7 @@ export function ChatContainer({
940
954
  }, [activeThreadId, messages, updateThreadMessages]);
941
955
 
942
956
  const handleThreadReply = useCallback(
943
- (rootMessageId: string, content: string, maxRounds: number = 10, pinnedParticipantId?: string) => {
957
+ (rootMessageId: string, content: string, maxRounds: number = 10, pinnedParticipantId?: string, promptPrefix?: string) => {
944
958
  if (!activeThreadId) return;
945
959
  if (activeParticipants.length === 0) return;
946
960
  const selectedActiveIds = activeParticipants.map((participant) => participant.id);
@@ -955,10 +969,11 @@ export function ChatContainer({
955
969
  undefined,
956
970
  undefined,
957
971
  orderedActiveIds,
958
- projectSlug
972
+ effectiveProjectSlug,
973
+ promptPrefix
959
974
  );
960
975
  },
961
- [activeThreadId, sendMessage, activeParticipants, projectSlug]
976
+ [activeThreadId, sendMessage, activeParticipants, effectiveProjectSlug]
962
977
  );
963
978
 
964
979
 
@@ -1164,7 +1179,8 @@ export function ChatContainer({
1164
1179
  maxRounds: number,
1165
1180
  attachmentIds?: string[],
1166
1181
  attachmentMetas?: import("@/lib/types").Attachment[],
1167
- pinnedParticipantId?: string
1182
+ pinnedParticipantId?: string,
1183
+ promptPrefix?: string
1168
1184
  ) => {
1169
1185
  const searchMatch = prompt.match(/^\/search(?:\s+([\s\S]+))?$/i);
1170
1186
  if (searchMatch) {
@@ -1216,7 +1232,8 @@ export function ChatContainer({
1216
1232
  attachmentIds,
1217
1233
  attachmentMetas,
1218
1234
  orderedActiveIds,
1219
- projectSlug
1235
+ effectiveProjectSlug,
1236
+ promptPrefix
1220
1237
  );
1221
1238
  return;
1222
1239
  }
@@ -1231,7 +1248,8 @@ export function ChatContainer({
1231
1248
  attachmentIds,
1232
1249
  attachmentMetas,
1233
1250
  orderedActiveIds,
1234
- projectSlug
1251
+ effectiveProjectSlug,
1252
+ promptPrefix
1235
1253
  );
1236
1254
 
1237
1255
  // If ship mode was staged on the main composer, activate it for the new thread
@@ -1255,7 +1273,7 @@ export function ChatContainer({
1255
1273
  openThreadId,
1256
1274
  activeParticipants,
1257
1275
  sendMessage,
1258
- projectSlug,
1276
+ effectiveProjectSlug,
1259
1277
  ]
1260
1278
  );
1261
1279
 
@@ -1441,9 +1459,54 @@ export function ChatContainer({
1441
1459
  );
1442
1460
 
1443
1461
  // Projects scoped to the current thread
1444
- const threadProjects = useMemo(
1445
- () => activeThreadId ? projects.filter((project) => project.thread_ids?.includes(activeThreadId)) : projects,
1446
- [projects, activeThreadId]
1462
+ // Repos from the active project (first thread-scoped project, or matched by projectSlug)
1463
+ const activeProjectRepos = useMemo(() => {
1464
+ const match = effectiveProjectSlug
1465
+ ? threadProjects.find((p) => p.slug === effectiveProjectSlug)
1466
+ : threadProjects[0];
1467
+ return match?.repos ?? [];
1468
+ }, [threadProjects, effectiveProjectSlug]);
1469
+
1470
+ // ── Persisted repo selections per thread ──────────────────────────────────
1471
+ const [selectedRepoIds, setSelectedRepoIds] = useState<Set<string>>(new Set());
1472
+ const repoSelectionLoadedForRef = useRef<string | null>(null);
1473
+
1474
+ // Load saved selections when open discussion changes
1475
+ useEffect(() => {
1476
+ if (!openThreadId) {
1477
+ setSelectedRepoIds(new Set());
1478
+ repoSelectionLoadedForRef.current = null;
1479
+ return;
1480
+ }
1481
+ if (repoSelectionLoadedForRef.current === openThreadId) return;
1482
+ // Clear immediately so old discussion's selections don't bleed
1483
+ setSelectedRepoIds(new Set());
1484
+ repoSelectionLoadedForRef.current = openThreadId;
1485
+ const rid = openThreadId;
1486
+ fetch(`/api/thread-repos?rootMessageId=${encodeURIComponent(rid)}`)
1487
+ .then((res) => res.json())
1488
+ .then((data: { repoIds?: string[] }) => {
1489
+ // Only apply if we're still on the same discussion
1490
+ if (repoSelectionLoadedForRef.current !== rid) return;
1491
+ if (data.repoIds && data.repoIds.length > 0) {
1492
+ setSelectedRepoIds(new Set(data.repoIds));
1493
+ }
1494
+ })
1495
+ .catch(() => {});
1496
+ }, [openThreadId]);
1497
+
1498
+ const handleRepoSelectionChange = useCallback(
1499
+ (next: Set<string>) => {
1500
+ setSelectedRepoIds(next);
1501
+ if (openThreadId) {
1502
+ fetch("/api/thread-repos", {
1503
+ method: "PUT",
1504
+ headers: { "Content-Type": "application/json" },
1505
+ body: JSON.stringify({ rootMessageId: openThreadId, repoIds: [...next] }),
1506
+ }).catch(() => {});
1507
+ }
1508
+ },
1509
+ [openThreadId]
1447
1510
  );
1448
1511
 
1449
1512
  const renderReplyComposer = useCallback(
@@ -1458,8 +1521,8 @@ export function ChatContainer({
1458
1521
 
1459
1522
  return (
1460
1523
  <Composer
1461
- onSend={(message, maxRounds, _attachmentIds, _attachments, pinnedParticipantId) =>
1462
- handleThreadReply(rootMessageId, message, maxRounds, pinnedParticipantId)
1524
+ onSend={(message, maxRounds, _attachmentIds, _attachments, pinnedParticipantId, promptPrefix) =>
1525
+ handleThreadReply(rootMessageId, message, maxRounds, pinnedParticipantId, promptPrefix)
1463
1526
  }
1464
1527
  onStop={() => handleStopThread(rootMessageId)}
1465
1528
  loading={threadActivityStatus !== "ready"}
@@ -1472,10 +1535,13 @@ export function ChatContainer({
1472
1535
  placeholder="Reply — @name to mention, /search, /summarize"
1473
1536
  autoMode={autoMode}
1474
1537
  onAutoModeChange={handleAutoModeChange}
1538
+ repos={activeProjectRepos}
1539
+ selectedRepoIds={selectedRepoIds}
1540
+ onRepoSelectionChange={handleRepoSelectionChange}
1475
1541
  />
1476
1542
  );
1477
1543
  },
1478
- [handleThreadReply, handleStopThread, streaming, activeParticipants, threadProjects, projectMentions, slashCommands, messages, autoMode, handleAutoModeChange, activeProcesses, activeChatRuns]
1544
+ [handleThreadReply, handleStopThread, streaming, activeParticipants, threadProjects, projectMentions, slashCommands, messages, autoMode, handleAutoModeChange, activeProcesses, activeChatRuns, activeProjectRepos, selectedRepoIds, handleRepoSelectionChange]
1479
1545
  );
1480
1546
 
1481
1547
  const toggleWorkspaceSidebar = useCallback(() => {
@@ -1600,7 +1666,7 @@ export function ChatContainer({
1600
1666
 
1601
1667
  const mainToolbar = (
1602
1668
  <div
1603
- className="border-b border-[var(--app-shell-border)] bg-[var(--app-shell-surface)] px-4 py-2.5 backdrop-blur-xl md:px-6"
1669
+ className="desktop-titlebar border-b border-[var(--app-shell-border)] bg-[var(--app-shell-surface)] px-4 py-2.5 backdrop-blur-xl md:px-6"
1604
1670
  >
1605
1671
  <div className="mx-auto flex max-w-5xl items-center gap-3">
1606
1672
  <div className="flex min-w-0 items-center flex-shrink-0">
@@ -1717,7 +1783,7 @@ export function ChatContainer({
1717
1783
  <div className="flex flex-1 min-h-0 bg-transparent relative">
1718
1784
  <div className="flex flex-col flex-1 min-w-0">
1719
1785
  {openThreadId ? (
1720
- <div className="border-b border-[var(--app-shell-border)] bg-[var(--app-shell-surface)] px-4 py-2.5 backdrop-blur-xl md:px-6 transition-colors duration-200 shrink-0">
1786
+ <div className="desktop-titlebar border-b border-[var(--app-shell-border)] bg-[var(--app-shell-surface)] px-4 py-2.5 backdrop-blur-xl md:px-6 transition-colors duration-200 shrink-0">
1721
1787
  <div className="mx-auto flex max-w-5xl items-center gap-3 min-w-0">
1722
1788
  <button
1723
1789
  onClick={() => setOpenThreadId(null)}
@@ -1877,6 +1943,9 @@ export function ChatContainer({
1877
1943
  onClearPendingThread={() => setPendingThreadInsert(null)}
1878
1944
  autoMode={autoMode}
1879
1945
  onAutoModeChange={handleAutoModeChange}
1946
+ repos={activeProjectRepos}
1947
+ selectedRepoIds={selectedRepoIds}
1948
+ onRepoSelectionChange={handleRepoSelectionChange}
1880
1949
  />
1881
1950
  )}
1882
1951
  </div>
@@ -16,6 +16,11 @@ import { useThreadMention, type Discussion } from "@/hooks/useThreadMention";
16
16
  import { useComposerAttachments } from "@/hooks/useComposerAttachments";
17
17
  import { useComposerHistory } from "@/hooks/useComposerHistory";
18
18
  import { buildAgentContext } from "@/lib/chat/agentContextBuilder";
19
+ import {
20
+ clipboardMayContainImageAttachments,
21
+ getClipboardAttachmentFiles,
22
+ readClipboardAttachmentFiles,
23
+ } from "@/lib/chat/paste-attachments";
19
24
  import type { ThreadRef } from "@/lib/thread-export";
20
25
  import {
21
26
  ParticipantMention,
@@ -32,8 +37,8 @@ import { ThreadMentionPopover } from "./ThreadMentionPopover";
32
37
  import { AttachmentTray } from "./AttachmentTray";
33
38
  import { ComposerDropZone } from "./ComposerDropZone";
34
39
  import type { Participant, GroupMessage } from "@/lib/types";
35
- import type { ProjectWithAgents } from "@/hooks/useProjects";
36
- import { Paperclip, Rocket } from "lucide-react";
40
+ import type { ProjectWithAgents, ProjectRepo } from "@/hooks/useProjects";
41
+ import { Paperclip, Rocket, FolderGit2, ChevronDown, X } from "lucide-react";
37
42
 
38
43
  import "@/styles/composer-pills.css";
39
44
 
@@ -52,7 +57,8 @@ interface Props {
52
57
  maxRounds: number,
53
58
  attachmentIds?: string[],
54
59
  attachments?: Attachment[],
55
- pinnedParticipantId?: string
60
+ pinnedParticipantId?: string,
61
+ promptPrefix?: string
56
62
  ) => void;
57
63
  onStop: () => void;
58
64
  loading: boolean;
@@ -77,6 +83,12 @@ interface Props {
77
83
  pendingThreadInsert?: { title: string; threadId: string; messages: GroupMessage[] } | null;
78
84
  /** Clear the pending thread insert after processing */
79
85
  onClearPendingThread?: () => void;
86
+ /** Repos from the active project, available for scoping */
87
+ repos?: ProjectRepo[];
88
+ /** Controlled selected repo IDs (persisted per thread) */
89
+ selectedRepoIds?: Set<string>;
90
+ /** Called when repo selection changes */
91
+ onRepoSelectionChange?: (next: Set<string>) => void;
80
92
  }
81
93
 
82
94
  /**
@@ -119,12 +131,32 @@ export function Composer({
119
131
  onClearPendingThread,
120
132
  autoMode = false,
121
133
  onAutoModeChange,
134
+ repos = [],
135
+ selectedRepoIds: controlledSelectedRepoIds,
136
+ onRepoSelectionChange,
122
137
  }: Props) {
123
138
  const effectiveActivityStatus =
124
139
  activityStatus ?? (loading ? "working" : "ready");
125
140
  const isBusy = effectiveActivityStatus !== "ready";
126
141
 
127
142
  const [pinnedParticipantId, setPinnedParticipantId] = useState<string | null>(null);
143
+ const [internalSelectedRepoIds, setInternalSelectedRepoIds] = useState<Set<string>>(new Set());
144
+ const selectedRepoIds = controlledSelectedRepoIds ?? internalSelectedRepoIds;
145
+ const selectedRepoIdsRef = useRef(selectedRepoIds);
146
+ selectedRepoIdsRef.current = selectedRepoIds;
147
+ const setSelectedRepoIds = useCallback(
148
+ (update: Set<string> | ((prev: Set<string>) => Set<string>)) => {
149
+ const next = typeof update === "function" ? update(selectedRepoIdsRef.current) : update;
150
+ if (onRepoSelectionChange) {
151
+ onRepoSelectionChange(next);
152
+ } else {
153
+ setInternalSelectedRepoIds(next);
154
+ }
155
+ },
156
+ [onRepoSelectionChange]
157
+ );
158
+ const [repoDropdownOpen, setRepoDropdownOpen] = useState(false);
159
+ const repoDropdownRef = useRef<HTMLDivElement>(null);
128
160
  const fileInputRef = useRef<HTMLInputElement>(null);
129
161
  const isComposingRef = useRef(false);
130
162
 
@@ -148,6 +180,30 @@ export function Composer({
148
180
  }
149
181
  }, [participants, pinnedParticipantId]);
150
182
 
183
+ // Close repo dropdown on click outside
184
+ useEffect(() => {
185
+ if (!repoDropdownOpen) return;
186
+ const handleClickOutside = (e: MouseEvent) => {
187
+ if (repoDropdownRef.current && !repoDropdownRef.current.contains(e.target as Node)) {
188
+ setRepoDropdownOpen(false);
189
+ }
190
+ };
191
+ document.addEventListener("mousedown", handleClickOutside);
192
+ return () => document.removeEventListener("mousedown", handleClickOutside);
193
+ }, [repoDropdownOpen]);
194
+
195
+ // Clear stale repo selections when available repos change (uncontrolled mode only).
196
+ // In controlled mode, the parent (ChatContainer) owns the state and handles cleanup.
197
+ useEffect(() => {
198
+ if (controlledSelectedRepoIds != null) return; // skip in controlled mode
199
+ if (internalSelectedRepoIds.size === 0) return;
200
+ const validIds = new Set(repos.map((r) => r.id));
201
+ const filtered = new Set([...internalSelectedRepoIds].filter((id) => validIds.has(id)));
202
+ if (filtered.size < internalSelectedRepoIds.size) {
203
+ setInternalSelectedRepoIds(filtered);
204
+ }
205
+ }, [repos, controlledSelectedRepoIds, internalSelectedRepoIds]);
206
+
151
207
  // ─── Tiptap editor ─────────────────────────────────────────────────────────
152
208
 
153
209
  const editor = useEditor({
@@ -178,15 +234,6 @@ export function Composer({
178
234
  role: "combobox",
179
235
  "aria-autocomplete": "list",
180
236
  },
181
- handlePaste: (_view, event) => {
182
- const files = event.clipboardData?.files;
183
- if (files && files.length > 0) {
184
- event.preventDefault();
185
- attachments.stageFiles(files);
186
- return true;
187
- }
188
- return false;
189
- },
190
237
  handleDOMEvents: {
191
238
  compositionstart: () => {
192
239
  isComposingRef.current = true;
@@ -354,6 +401,38 @@ export function Composer({
354
401
  }
355
402
  }, [editor, mention]);
356
403
 
404
+ const handlePasteCapture = useCallback((event: React.ClipboardEvent<HTMLDivElement>) => {
405
+ const { clipboardData } = event;
406
+ const directFiles = getClipboardAttachmentFiles(clipboardData);
407
+ if (directFiles.length > 0) {
408
+ event.preventDefault();
409
+ event.stopPropagation();
410
+ attachments.stageFiles(directFiles);
411
+ return;
412
+ }
413
+
414
+ const clipboardReader = typeof navigator !== "undefined" ? navigator.clipboard : undefined;
415
+ if (
416
+ !clipboardMayContainImageAttachments(clipboardData) ||
417
+ typeof clipboardReader?.read !== "function"
418
+ ) {
419
+ return;
420
+ }
421
+
422
+ event.preventDefault();
423
+ event.stopPropagation();
424
+
425
+ void readClipboardAttachmentFiles(clipboardData, clipboardReader)
426
+ .then((attachmentFiles) => {
427
+ if (attachmentFiles.length > 0) {
428
+ attachments.stageFiles(attachmentFiles);
429
+ }
430
+ })
431
+ .catch((error) => {
432
+ console.error("Failed to read pasted clipboard attachments:", error);
433
+ });
434
+ }, [attachments]);
435
+
357
436
  // ─── Selection handlers ────────────────────────────────────────────────────
358
437
 
359
438
  const applyMentionSelection = useCallback((suggestion: MentionSuggestion) => {
@@ -506,27 +585,48 @@ export function Composer({
506
585
 
507
586
  let messageText = trimmed || "(attached files)";
508
587
 
588
+ // Build prompt prefix — context injected into the API prompt but NOT shown in the chat thread
589
+ const prefixParts: string[] = [];
590
+
591
+ // Inject focused repos context
592
+ if (selectedRepoIds.size > 0) {
593
+ const selectedRepos = repos.filter((r) => selectedRepoIds.has(r.id));
594
+ if (selectedRepos.length > 0) {
595
+ const repoLines = selectedRepos
596
+ .map((r) => {
597
+ const parts = [r.name];
598
+ if (r.path) parts.push(`path: ${r.path}`);
599
+ if (r.notes) parts.push(r.notes);
600
+ return `- ${parts.join(" | ")}`;
601
+ })
602
+ .join("\n");
603
+ prefixParts.push(`Focused repos (the user is specifically talking about these repositories):\n${repoLines}`);
604
+ }
605
+ }
606
+
509
607
  // Inject thread references
510
608
  if (threadRefs.length > 0) {
511
609
  const threadContext = threadRefs
512
610
  .map((ref) => `- "${ref.title}" — ${ref.summary} (full transcript: ${ref.filePath})`)
513
611
  .join("\n");
514
- messageText = `Referenced threads:\n${threadContext}\n\n${messageText}`;
612
+ prefixParts.push(`Referenced threads:\n${threadContext}`);
515
613
  }
516
614
 
517
615
  if (fileAttachments.hasFilePaths) {
518
616
  const ctx = await buildAgentContext(fileAttachments.filePaths);
519
617
  if (ctx.contextPrefix) {
520
- messageText = ctx.contextPrefix + messageText;
618
+ prefixParts.push(ctx.contextPrefix.trimEnd());
521
619
  }
522
620
  }
523
621
 
622
+ const promptPrefix = prefixParts.length > 0 ? prefixParts.join("\n\n") + "\n\n" : undefined;
623
+
524
624
  // Save to composer history before sending
525
625
  if (trimmed) composerHistory.pushEntry(trimmed);
526
626
 
527
627
  const ids = attachments.attachmentIds.length > 0 ? attachments.attachmentIds : undefined;
528
628
  const metas = ids ? attachments.getAttachmentMetas() : undefined;
529
- onSend(messageText, 10, ids, metas, pinnedParticipantId ?? undefined);
629
+ onSend(messageText, 10, ids, metas, pinnedParticipantId ?? undefined, promptPrefix);
530
630
 
531
631
  editor.commands.clearContent();
532
632
  setThreadRefs([]);
@@ -535,7 +635,7 @@ export function Composer({
535
635
  mention.close();
536
636
  command.close();
537
637
  threadMention.close();
538
- }, [editor, mention, command, commands, onSend, attachments, fileAttachments, threadRefs, threadMention, composerHistory]);
638
+ }, [editor, mention, command, commands, onSend, attachments, fileAttachments, threadRefs, threadMention, composerHistory, selectedRepoIds, repos]);
539
639
 
540
640
  // ─── ARIA helpers ──────────────────────────────────────────────────────────
541
641
 
@@ -558,7 +658,7 @@ export function Composer({
558
658
  <div className="pb-6">
559
659
  <div className="max-w-3xl mx-auto">
560
660
  <ComposerDropZone onDrop={attachments.stageFiles}>
561
- <div className="bg-white border border-gray-200 shadow-sm focus-within:border-gray-300 focus-within:ring-1 focus-within:ring-gray-300 dark:bg-gray-900 dark:border-gray-800 dark:shadow-lg dark:focus-within:border-gray-600 dark:focus-within:ring-gray-600 transition-all flex flex-col rounded-2xl">
661
+ <div className="bg-[var(--app-shell-surface)] border border-[var(--app-shell-border)] shadow-[var(--shadow-sm)] focus-within:border-[var(--app-shell-border-strong)] focus-within:ring-1 focus-within:ring-[var(--ring)] transition-all flex flex-col rounded-2xl">
562
662
  {/* Ship Mode header */}
563
663
  {onAutoModeChange && (
564
664
  <div className={`relative overflow-hidden border-b transition-all duration-500 ${autoMode ? "border-orange-200/50 dark:border-orange-500/30" : "border-gray-100 dark:border-gray-800/60"}`}>
@@ -645,7 +745,7 @@ export function Composer({
645
745
  }}
646
746
  />
647
747
 
648
- <div className="flex-1 relative" onClick={refreshMentionState}>
748
+ <div className="flex-1 relative" onClick={refreshMentionState} onPasteCapture={handlePasteCapture}>
649
749
  <EditorContent editor={editor} className="composer-editor" />
650
750
  <MentionPopover
651
751
  isOpen={mention.isOpen && !command.isOpen}
@@ -692,7 +792,7 @@ export function Composer({
692
792
  </div>
693
793
 
694
794
  {/* Bottom Toolbar */}
695
- <div className="flex items-center justify-between px-3 py-2 border-t border-gray-100 dark:border-gray-800/60 transition-colors">
795
+ <div className="flex items-center justify-between px-3 py-2 border-t border-[var(--app-shell-border)] transition-colors">
696
796
  <div className="flex items-center gap-3">
697
797
  <button
698
798
  type="button"
@@ -761,6 +861,102 @@ export function Composer({
761
861
  </span>
762
862
  </>
763
863
  )}
864
+
865
+ {/* Repo Select + Pills */}
866
+ {repos.length > 0 && (
867
+ <>
868
+ <div className="w-px h-4 bg-[var(--app-shell-border)]" />
869
+ <div className="flex items-center gap-1.5">
870
+ {/* Dropdown trigger */}
871
+ <div className="relative" ref={repoDropdownRef}>
872
+ <button
873
+ type="button"
874
+ onClick={() => setRepoDropdownOpen((v) => !v)}
875
+ className="composer-repo-select-trigger"
876
+ aria-haspopup="listbox"
877
+ aria-expanded={repoDropdownOpen}
878
+ >
879
+ <FolderGit2 className="h-3.5 w-3.5" strokeWidth={1.75} />
880
+ <span>Repos</span>
881
+ <ChevronDown className={`h-3 w-3 transition-transform ${repoDropdownOpen ? "rotate-180" : ""}`} />
882
+ </button>
883
+ {repoDropdownOpen && (
884
+ <div className="composer-repo-dropdown" role="listbox" aria-multiselectable="true">
885
+ {repos.map((repo) => {
886
+ const isSelected = selectedRepoIds.has(repo.id);
887
+ return (
888
+ <button
889
+ key={repo.id}
890
+ type="button"
891
+ role="option"
892
+ aria-selected={isSelected}
893
+ className={`composer-repo-dropdown__item ${isSelected ? "composer-repo-dropdown__item--selected" : ""}`}
894
+ onClick={() =>
895
+ setSelectedRepoIds((prev) => {
896
+ const next = new Set(prev);
897
+ if (next.has(repo.id)) {
898
+ next.delete(repo.id);
899
+ } else {
900
+ next.add(repo.id);
901
+ }
902
+ return next;
903
+ })
904
+ }
905
+ >
906
+ <span className={`w-3.5 h-3.5 rounded border flex items-center justify-center shrink-0 transition-colors ${isSelected ? "bg-emerald-500 border-emerald-500 text-white" : "border-[var(--app-shell-border-strong)]"}`}>
907
+ {isSelected && (
908
+ <svg width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M2 5l2 2 4-4" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/></svg>
909
+ )}
910
+ </span>
911
+ <span className="truncate">{repo.name}</span>
912
+ </button>
913
+ );
914
+ })}
915
+ </div>
916
+ )}
917
+ </div>
918
+ {/* Selected repo pills (max 3 visible, then +N) */}
919
+ {(() => {
920
+ const selected = repos.filter((r) => selectedRepoIds.has(r.id));
921
+ const visible = selected.slice(0, 1);
922
+ const overflow = selected.length - 1;
923
+ return (
924
+ <>
925
+ {visible.map((repo) => (
926
+ <span
927
+ key={repo.id}
928
+ className="composer-repo-pill"
929
+ title={repo.path || repo.name}
930
+ >
931
+ <FolderGit2 className="h-3 w-3 shrink-0" strokeWidth={1.75} />
932
+ <span className="composer-repo-pill__name">{repo.name}</span>
933
+ <button
934
+ type="button"
935
+ className="composer-repo-pill__remove"
936
+ onClick={() =>
937
+ setSelectedRepoIds((prev) => {
938
+ const next = new Set(prev);
939
+ next.delete(repo.id);
940
+ return next;
941
+ })
942
+ }
943
+ aria-label={`Remove ${repo.name}`}
944
+ >
945
+ <X className="h-3 w-3" />
946
+ </button>
947
+ </span>
948
+ ))}
949
+ {overflow > 0 && (
950
+ <span className="composer-repo-pill composer-repo-pill--overflow">
951
+ +{overflow}
952
+ </span>
953
+ )}
954
+ </>
955
+ );
956
+ })()}
957
+ </div>
958
+ </>
959
+ )}
764
960
  </div>
765
961
 
766
962
  {/* Send / Stop Button */}