@mndrk/agx 2.0.41 → 2.0.44

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 (1173) hide show
  1. package/cloud-runtime/standalone/.linear-token.json +4 -0
  2. package/cloud-runtime/standalone/.next/BUILD_ID +1 -1
  3. package/cloud-runtime/standalone/.next/app-path-routes-manifest.json +10 -2
  4. package/cloud-runtime/standalone/.next/build-manifest.json +8 -8
  5. package/cloud-runtime/standalone/.next/prerender-manifest.json +3 -3
  6. package/cloud-runtime/standalone/.next/routes-manifest.json +64 -16
  7. package/cloud-runtime/standalone/.next/server/app/_global-error/page/build-manifest.json +6 -6
  8. package/cloud-runtime/standalone/.next/server/app/_global-error/page.js +2 -2
  9. package/cloud-runtime/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/cloud-runtime/standalone/.next/server/app/_global-error.html +2 -2
  11. package/cloud-runtime/standalone/.next/server/app/_global-error.rsc +7 -7
  12. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  13. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
  14. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  15. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  16. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/cloud-runtime/standalone/.next/server/app/_not-found/page/build-manifest.json +6 -6
  18. package/cloud-runtime/standalone/.next/server/app/_not-found/page.js +3 -3
  19. package/cloud-runtime/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  20. package/cloud-runtime/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/cloud-runtime/standalone/.next/server/app/_not-found.html +2 -2
  22. package/cloud-runtime/standalone/.next/server/app/_not-found.rsc +16 -15
  23. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +16 -15
  24. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  25. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +8 -7
  26. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  27. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  28. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  29. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page/build-manifest.json +6 -6
  30. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js +3 -3
  31. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js.nft.json +1 -1
  32. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
  33. package/cloud-runtime/standalone/.next/server/app/agents/page/build-manifest.json +6 -6
  34. package/cloud-runtime/standalone/.next/server/app/agents/page.js +3 -3
  35. package/cloud-runtime/standalone/.next/server/app/agents/page.js.nft.json +1 -1
  36. package/cloud-runtime/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  37. package/cloud-runtime/standalone/.next/server/app/agents.html +2 -2
  38. package/cloud-runtime/standalone/.next/server/app/agents.rsc +20 -19
  39. package/cloud-runtime/standalone/.next/server/app/agents.segments/_full.segment.rsc +20 -19
  40. package/cloud-runtime/standalone/.next/server/app/agents.segments/_head.segment.rsc +3 -3
  41. package/cloud-runtime/standalone/.next/server/app/agents.segments/_index.segment.rsc +8 -7
  42. package/cloud-runtime/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
  43. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +4 -4
  44. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents.segment.rsc +3 -3
  45. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/pull/route.js +2 -2
  46. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js +6 -4
  47. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js.nft.json +1 -1
  48. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/messages/route.js +2 -2
  49. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js +7 -5
  50. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js.nft.json +1 -1
  51. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js +6 -4
  52. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js.nft.json +1 -1
  53. package/cloud-runtime/standalone/.next/server/app/api/attachments/[id]/route.js +2 -2
  54. package/cloud-runtime/standalone/.next/server/app/api/audit/route.js +2 -2
  55. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js +9 -6
  56. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js.nft.json +1 -1
  57. package/cloud-runtime/standalone/.next/server/app/api/automations/route.js +5 -3
  58. package/cloud-runtime/standalone/.next/server/app/api/automations/route.js.nft.json +1 -1
  59. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js +10 -7
  60. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
  61. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/route.js +2 -2
  62. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js +3 -3
  63. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/[id]/signal/route.js.nft.json +1 -1
  64. package/cloud-runtime/standalone/.next/server/app/api/chat-runs/route.js +2 -2
  65. package/cloud-runtime/standalone/.next/server/app/api/daemon/route.js +2 -2
  66. package/cloud-runtime/standalone/.next/server/app/api/domains/[id]/route.js +2 -2
  67. package/cloud-runtime/standalone/.next/server/app/api/file-read/route.js +2 -2
  68. package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js +2 -2
  69. package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js.nft.json +1 -1
  70. package/cloud-runtime/standalone/.next/server/app/api/filesystem/browse/route.js +2 -2
  71. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js +3 -3
  72. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js.nft.json +1 -1
  73. package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js +5 -2
  74. package/cloud-runtime/standalone/.next/server/app/api/graphs/[graphId]/nodes/[nodeId]/route.js.nft.json +1 -1
  75. package/cloud-runtime/standalone/.next/server/app/api/health/route.js +7 -5
  76. package/cloud-runtime/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
  77. package/cloud-runtime/standalone/.next/server/app/api/history/route.js +2 -2
  78. package/cloud-runtime/standalone/.next/server/app/api/history/status/route.js +2 -2
  79. package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js +6 -4
  80. package/cloud-runtime/standalone/.next/server/app/api/knowledge-notes/route.js.nft.json +1 -1
  81. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js +7 -5
  82. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js.nft.json +1 -1
  83. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route/app-paths-manifest.json +3 -0
  84. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route.js +7 -0
  85. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route.js.nft.json +1 -0
  86. package/cloud-runtime/standalone/.next/server/app/api/linear/auth/route_client-reference-manifest.js +2 -0
  87. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route/app-paths-manifest.json +3 -0
  88. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route.js +7 -0
  89. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route.js.nft.json +1 -0
  90. package/cloud-runtime/standalone/.next/server/app/api/linear/callback/route_client-reference-manifest.js +2 -0
  91. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route/app-paths-manifest.json +3 -0
  92. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route/build-manifest.json +11 -0
  93. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route/server-reference-manifest.json +4 -0
  94. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route.js +7 -0
  95. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route.js.map +5 -0
  96. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route.js.nft.json +1 -0
  97. package/cloud-runtime/standalone/.next/server/app/api/linear/cycles/route_client-reference-manifest.js +2 -0
  98. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route/app-paths-manifest.json +3 -0
  99. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route/build-manifest.json +11 -0
  100. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route/server-reference-manifest.json +4 -0
  101. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route.js +7 -0
  102. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route.js.map +5 -0
  103. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route.js.nft.json +1 -0
  104. package/cloud-runtime/standalone/.next/server/app/api/linear/issues/route_client-reference-manifest.js +2 -0
  105. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route/app-paths-manifest.json +3 -0
  106. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route/build-manifest.json +11 -0
  107. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route/server-reference-manifest.json +4 -0
  108. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route.js +8 -0
  109. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route.js.map +5 -0
  110. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route.js.nft.json +1 -0
  111. package/cloud-runtime/standalone/.next/server/app/api/linear/mcp-setup/route_client-reference-manifest.js +2 -0
  112. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route/app-paths-manifest.json +3 -0
  113. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route/build-manifest.json +11 -0
  114. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route/server-reference-manifest.json +4 -0
  115. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route.js +7 -0
  116. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route.js.map +5 -0
  117. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route.js.nft.json +1 -0
  118. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/[id]/route_client-reference-manifest.js +2 -0
  119. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route/app-paths-manifest.json +3 -0
  120. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route/build-manifest.json +11 -0
  121. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route/server-reference-manifest.json +4 -0
  122. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route.js +7 -0
  123. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route.js.map +5 -0
  124. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route.js.nft.json +1 -0
  125. package/cloud-runtime/standalone/.next/server/app/api/linear/runs/route_client-reference-manifest.js +2 -0
  126. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route/app-paths-manifest.json +3 -0
  127. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route/build-manifest.json +11 -0
  128. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route/server-reference-manifest.json +4 -0
  129. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route.js +7 -0
  130. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route.js.map +5 -0
  131. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route.js.nft.json +1 -0
  132. package/cloud-runtime/standalone/.next/server/app/api/linear/status/route_client-reference-manifest.js +2 -0
  133. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route/app-paths-manifest.json +3 -0
  134. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route/build-manifest.json +11 -0
  135. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route/server-reference-manifest.json +4 -0
  136. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route.js +7 -0
  137. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route.js.map +5 -0
  138. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route.js.nft.json +1 -0
  139. package/cloud-runtime/standalone/.next/server/app/api/linear/token/route_client-reference-manifest.js +2 -0
  140. package/cloud-runtime/standalone/.next/server/app/api/logs/route.js +2 -2
  141. package/cloud-runtime/standalone/.next/server/app/api/logs/stream/route.js +2 -2
  142. package/cloud-runtime/standalone/.next/server/app/api/memories/route.js +2 -2
  143. package/cloud-runtime/standalone/.next/server/app/api/messages/[id]/route.js +2 -2
  144. package/cloud-runtime/standalone/.next/server/app/api/migrate/teams-to-projects/route.js +2 -2
  145. package/cloud-runtime/standalone/.next/server/app/api/migrate/workspaces-to-projects/route.js +2 -2
  146. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js +3 -3
  147. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
  148. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js +3 -3
  149. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
  150. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +7 -5
  151. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
  152. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +7 -5
  153. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
  154. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js +7 -5
  155. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js.nft.json +1 -1
  156. package/cloud-runtime/standalone/.next/server/app/api/processes/route.js +2 -2
  157. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js +7 -5
  158. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js.nft.json +1 -1
  159. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js +7 -5
  160. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
  161. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js +7 -5
  162. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
  163. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js +5 -3
  164. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  165. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js +7 -5
  166. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js.nft.json +1 -1
  167. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js +7 -5
  168. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js.nft.json +1 -1
  169. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js +7 -5
  170. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js.nft.json +1 -1
  171. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js +7 -5
  172. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
  173. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js +7 -5
  174. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.nft.json +1 -1
  175. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js +8 -6
  176. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.nft.json +1 -1
  177. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js +7 -5
  178. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.nft.json +1 -1
  179. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js +7 -5
  180. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.nft.json +1 -1
  181. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js +9 -6
  182. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.nft.json +1 -1
  183. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js +8 -6
  184. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.nft.json +1 -1
  185. package/cloud-runtime/standalone/.next/server/app/api/providers/route.js +3 -3
  186. package/cloud-runtime/standalone/.next/server/app/api/providers/route.js.nft.json +1 -1
  187. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js +7 -5
  188. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
  189. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js +9 -7
  190. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js.nft.json +1 -1
  191. package/cloud-runtime/standalone/.next/server/app/api/reactions/route.js +2 -2
  192. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js +7 -5
  193. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js.nft.json +1 -1
  194. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js +7 -5
  195. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js.nft.json +1 -1
  196. package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js +9 -6
  197. package/cloud-runtime/standalone/.next/server/app/api/schedules/route.js.nft.json +1 -1
  198. package/cloud-runtime/standalone/.next/server/app/api/search/route.js +2 -2
  199. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js +1 -1
  200. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.nft.json +1 -1
  201. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js +3 -3
  202. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.nft.json +1 -1
  203. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js +3 -3
  204. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.nft.json +1 -1
  205. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js +3 -3
  206. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.nft.json +1 -1
  207. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js +3 -3
  208. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.nft.json +1 -1
  209. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js +3 -3
  210. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.nft.json +1 -1
  211. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js +1 -1
  212. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.nft.json +1 -1
  213. package/cloud-runtime/standalone/.next/server/app/api/status/route.js +3 -3
  214. package/cloud-runtime/standalone/.next/server/app/api/status/route.js.nft.json +1 -1
  215. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js +7 -5
  216. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js.nft.json +1 -1
  217. package/cloud-runtime/standalone/.next/server/app/api/system/db-status/route.js +2 -2
  218. package/cloud-runtime/standalone/.next/server/app/api/task-drafts/route.js +2 -2
  219. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +6 -4
  220. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
  221. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js +8 -6
  222. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
  223. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js +7 -5
  224. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
  225. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js +8 -6
  226. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
  227. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js +8 -5
  228. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
  229. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js +9 -6
  230. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
  231. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js +9 -6
  232. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
  233. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/pause/route.js +2 -2
  234. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js +12 -8
  235. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
  236. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js +7 -5
  237. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
  238. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js +7 -5
  239. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
  240. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js +11 -7
  241. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
  242. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js +13 -9
  243. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
  244. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js +11 -8
  245. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js.nft.json +1 -1
  246. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js +7 -5
  247. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
  248. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js +3 -1
  249. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -1
  250. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/heartbeat/route.js +2 -2
  251. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js +7 -5
  252. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
  253. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js +9 -6
  254. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
  255. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/stream/route.js +2 -2
  256. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js +5 -3
  257. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -1
  258. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +11 -8
  259. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
  260. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +11 -8
  261. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
  262. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +11 -8
  263. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
  264. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +11 -8
  265. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
  266. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +11 -8
  267. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
  268. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +12 -9
  269. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
  270. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js +9 -6
  271. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  272. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js +7 -5
  273. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
  274. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js +7 -5
  275. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
  276. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js +11 -8
  277. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
  278. package/cloud-runtime/standalone/.next/server/app/api/tasks/stream/route.js +2 -2
  279. package/cloud-runtime/standalone/.next/server/app/api/thread-export/route.js +2 -2
  280. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js +6 -5
  281. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.nft.json +1 -1
  282. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js +6 -5
  283. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js.nft.json +1 -1
  284. package/cloud-runtime/standalone/.next/server/app/api/upload/[id]/route.js +2 -2
  285. package/cloud-runtime/standalone/.next/server/app/api/upload/route.js +2 -2
  286. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js +7 -5
  287. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js.nft.json +1 -1
  288. package/cloud-runtime/standalone/.next/server/app/api/userPreferences/route.js +2 -2
  289. package/cloud-runtime/standalone/.next/server/app/automations/page/build-manifest.json +6 -6
  290. package/cloud-runtime/standalone/.next/server/app/automations/page/react-loadable-manifest.json +11 -3
  291. package/cloud-runtime/standalone/.next/server/app/automations/page.js +3 -3
  292. package/cloud-runtime/standalone/.next/server/app/automations/page.js.nft.json +1 -1
  293. package/cloud-runtime/standalone/.next/server/app/automations/page_client-reference-manifest.js +1 -1
  294. package/cloud-runtime/standalone/.next/server/app/automations.html +2 -2
  295. package/cloud-runtime/standalone/.next/server/app/automations.rsc +21 -20
  296. package/cloud-runtime/standalone/.next/server/app/automations.segments/_full.segment.rsc +21 -20
  297. package/cloud-runtime/standalone/.next/server/app/automations.segments/_head.segment.rsc +3 -3
  298. package/cloud-runtime/standalone/.next/server/app/automations.segments/_index.segment.rsc +8 -7
  299. package/cloud-runtime/standalone/.next/server/app/automations.segments/_tree.segment.rsc +3 -3
  300. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations/__PAGE__.segment.rsc +5 -5
  301. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations.segment.rsc +3 -3
  302. package/cloud-runtime/standalone/.next/server/app/board/page/build-manifest.json +6 -6
  303. package/cloud-runtime/standalone/.next/server/app/board/page.js +3 -3
  304. package/cloud-runtime/standalone/.next/server/app/board/page.js.nft.json +1 -1
  305. package/cloud-runtime/standalone/.next/server/app/board/page_client-reference-manifest.js +1 -1
  306. package/cloud-runtime/standalone/.next/server/app/board.html +2 -2
  307. package/cloud-runtime/standalone/.next/server/app/board.rsc +17 -16
  308. package/cloud-runtime/standalone/.next/server/app/board.segments/_full.segment.rsc +17 -16
  309. package/cloud-runtime/standalone/.next/server/app/board.segments/_head.segment.rsc +3 -3
  310. package/cloud-runtime/standalone/.next/server/app/board.segments/_index.segment.rsc +8 -7
  311. package/cloud-runtime/standalone/.next/server/app/board.segments/_tree.segment.rsc +2 -2
  312. package/cloud-runtime/standalone/.next/server/app/board.segments/board/__PAGE__.segment.rsc +2 -2
  313. package/cloud-runtime/standalone/.next/server/app/board.segments/board.segment.rsc +3 -3
  314. package/cloud-runtime/standalone/.next/server/app/execution-graph/page/build-manifest.json +6 -6
  315. package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js +3 -3
  316. package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js.nft.json +1 -1
  317. package/cloud-runtime/standalone/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
  318. package/cloud-runtime/standalone/.next/server/app/execution-graph.html +2 -2
  319. package/cloud-runtime/standalone/.next/server/app/execution-graph.rsc +20 -19
  320. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_full.segment.rsc +20 -19
  321. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_head.segment.rsc +3 -3
  322. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_index.segment.rsc +8 -7
  323. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_tree.segment.rsc +2 -2
  324. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +4 -4
  325. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +3 -3
  326. package/cloud-runtime/standalone/.next/server/app/index.html +2 -2
  327. package/cloud-runtime/standalone/.next/server/app/index.rsc +19 -18
  328. package/cloud-runtime/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -5
  329. package/cloud-runtime/standalone/.next/server/app/index.segments/_full.segment.rsc +19 -18
  330. package/cloud-runtime/standalone/.next/server/app/index.segments/_head.segment.rsc +3 -3
  331. package/cloud-runtime/standalone/.next/server/app/index.segments/_index.segment.rsc +8 -7
  332. package/cloud-runtime/standalone/.next/server/app/index.segments/_tree.segment.rsc +4 -4
  333. package/cloud-runtime/standalone/.next/server/app/page/build-manifest.json +6 -6
  334. package/cloud-runtime/standalone/.next/server/app/page.js +3 -3
  335. package/cloud-runtime/standalone/.next/server/app/page.js.nft.json +1 -1
  336. package/cloud-runtime/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  337. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/build-manifest.json +6 -6
  338. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/react-loadable-manifest.json +11 -3
  339. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js +3 -3
  340. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js.nft.json +1 -1
  341. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page_client-reference-manifest.js +1 -1
  342. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page/build-manifest.json +6 -6
  343. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js +3 -3
  344. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -1
  345. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
  346. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/build-manifest.json +6 -6
  347. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js +3 -3
  348. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js.nft.json +1 -1
  349. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page_client-reference-manifest.js +1 -1
  350. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/app-paths-manifest.json +3 -0
  351. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/build-manifest.json +18 -0
  352. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/next-font-manifest.json +11 -0
  353. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/react-loadable-manifest.json +10 -0
  354. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page/server-reference-manifest.json +4 -0
  355. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page.js +16 -0
  356. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page.js.map +5 -0
  357. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page.js.nft.json +1 -0
  358. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/linear/page_client-reference-manifest.js +2 -0
  359. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +6 -6
  360. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js +3 -3
  361. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
  362. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  363. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/build-manifest.json +6 -6
  364. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js +3 -3
  365. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js.nft.json +1 -1
  366. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page_client-reference-manifest.js +1 -1
  367. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page/build-manifest.json +6 -6
  368. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page.js +3 -3
  369. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page.js.nft.json +1 -1
  370. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
  371. package/cloud-runtime/standalone/.next/server/app/projects/orphans.html +2 -2
  372. package/cloud-runtime/standalone/.next/server/app/projects/orphans.rsc +20 -19
  373. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_full.segment.rsc +20 -19
  374. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_head.segment.rsc +3 -3
  375. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_index.segment.rsc +8 -7
  376. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_tree.segment.rsc +2 -2
  377. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +4 -4
  378. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +3 -3
  379. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects.segment.rsc +3 -3
  380. package/cloud-runtime/standalone/.next/server/app/projects/page/build-manifest.json +6 -6
  381. package/cloud-runtime/standalone/.next/server/app/projects/page.js +3 -3
  382. package/cloud-runtime/standalone/.next/server/app/projects/page.js.nft.json +1 -1
  383. package/cloud-runtime/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  384. package/cloud-runtime/standalone/.next/server/app/projects.html +2 -2
  385. package/cloud-runtime/standalone/.next/server/app/projects.rsc +20 -19
  386. package/cloud-runtime/standalone/.next/server/app/projects.segments/_full.segment.rsc +20 -19
  387. package/cloud-runtime/standalone/.next/server/app/projects.segments/_head.segment.rsc +3 -3
  388. package/cloud-runtime/standalone/.next/server/app/projects.segments/_index.segment.rsc +8 -7
  389. package/cloud-runtime/standalone/.next/server/app/projects.segments/_tree.segment.rsc +2 -2
  390. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +4 -4
  391. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects.segment.rsc +3 -3
  392. package/cloud-runtime/standalone/.next/server/app/settings/page/build-manifest.json +6 -6
  393. package/cloud-runtime/standalone/.next/server/app/settings/page.js +3 -3
  394. package/cloud-runtime/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  395. package/cloud-runtime/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  396. package/cloud-runtime/standalone/.next/server/app/settings.html +2 -2
  397. package/cloud-runtime/standalone/.next/server/app/settings.rsc +20 -19
  398. package/cloud-runtime/standalone/.next/server/app/settings.segments/_full.segment.rsc +20 -19
  399. package/cloud-runtime/standalone/.next/server/app/settings.segments/_head.segment.rsc +3 -3
  400. package/cloud-runtime/standalone/.next/server/app/settings.segments/_index.segment.rsc +8 -7
  401. package/cloud-runtime/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  402. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
  403. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  404. package/cloud-runtime/standalone/.next/server/app/skills/page/build-manifest.json +6 -6
  405. package/cloud-runtime/standalone/.next/server/app/skills/page.js +3 -3
  406. package/cloud-runtime/standalone/.next/server/app/skills/page.js.nft.json +1 -1
  407. package/cloud-runtime/standalone/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  408. package/cloud-runtime/standalone/.next/server/app/skills.html +2 -2
  409. package/cloud-runtime/standalone/.next/server/app/skills.rsc +20 -19
  410. package/cloud-runtime/standalone/.next/server/app/skills.segments/_full.segment.rsc +20 -19
  411. package/cloud-runtime/standalone/.next/server/app/skills.segments/_head.segment.rsc +3 -3
  412. package/cloud-runtime/standalone/.next/server/app/skills.segments/_index.segment.rsc +8 -7
  413. package/cloud-runtime/standalone/.next/server/app/skills.segments/_tree.segment.rsc +2 -2
  414. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +4 -4
  415. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills.segment.rsc +3 -3
  416. package/cloud-runtime/standalone/.next/server/app/status/page/build-manifest.json +6 -6
  417. package/cloud-runtime/standalone/.next/server/app/status/page.js +3 -3
  418. package/cloud-runtime/standalone/.next/server/app/status/page.js.nft.json +1 -1
  419. package/cloud-runtime/standalone/.next/server/app/status/page_client-reference-manifest.js +1 -1
  420. package/cloud-runtime/standalone/.next/server/app/status.html +2 -2
  421. package/cloud-runtime/standalone/.next/server/app/status.rsc +20 -19
  422. package/cloud-runtime/standalone/.next/server/app/status.segments/_full.segment.rsc +20 -19
  423. package/cloud-runtime/standalone/.next/server/app/status.segments/_head.segment.rsc +3 -3
  424. package/cloud-runtime/standalone/.next/server/app/status.segments/_index.segment.rsc +8 -7
  425. package/cloud-runtime/standalone/.next/server/app/status.segments/_tree.segment.rsc +2 -2
  426. package/cloud-runtime/standalone/.next/server/app/status.segments/status/__PAGE__.segment.rsc +4 -4
  427. package/cloud-runtime/standalone/.next/server/app/status.segments/status.segment.rsc +3 -3
  428. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page/build-manifest.json +6 -6
  429. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js +3 -3
  430. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js.nft.json +1 -1
  431. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page_client-reference-manifest.js +1 -1
  432. package/cloud-runtime/standalone/.next/server/app/welcome/page/build-manifest.json +6 -6
  433. package/cloud-runtime/standalone/.next/server/app/welcome/page.js +3 -3
  434. package/cloud-runtime/standalone/.next/server/app/welcome/page.js.nft.json +1 -1
  435. package/cloud-runtime/standalone/.next/server/app/welcome/page_client-reference-manifest.js +1 -1
  436. package/cloud-runtime/standalone/.next/server/app/welcome.html +2 -2
  437. package/cloud-runtime/standalone/.next/server/app/welcome.rsc +20 -19
  438. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_full.segment.rsc +20 -19
  439. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_head.segment.rsc +3 -3
  440. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_index.segment.rsc +8 -7
  441. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_tree.segment.rsc +2 -2
  442. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +4 -4
  443. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome.segment.rsc +3 -3
  444. package/cloud-runtime/standalone/.next/server/app-paths-manifest.json +10 -2
  445. package/cloud-runtime/standalone/.next/server/chunks/[externals]__29a2424c._.js +3 -0
  446. package/cloud-runtime/standalone/.next/server/chunks/[externals]__64355ed1._.js +1 -1
  447. package/cloud-runtime/standalone/.next/server/chunks/[externals]__d6ed3021._.js +3 -0
  448. package/cloud-runtime/standalone/.next/server/chunks/[externals]_node:child_process_261e8bca._.js +1 -1
  449. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0281ad06._.js +49 -0
  450. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0284ea89._.js +13 -0
  451. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__04c806f4._.js +3 -0
  452. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__05243927._.js +29 -0
  453. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0c3dd73b._.js +2 -2
  454. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0c4807d1._.js +49 -0
  455. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0cc3f3b7._.js +2 -2
  456. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0f6532d7._.js +93 -0
  457. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1017e012._.js +1 -1
  458. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__13fe776f._.js +3 -0
  459. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1b96352c._.js +1 -1
  460. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1be9b30e._.js +3 -0
  461. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1dce6c15._.js +1 -1
  462. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__22b7bf38._.js +3 -0
  463. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__255b11f2._.js +1 -1
  464. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__26817611._.js +1 -1
  465. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__28524c6a._.js +3 -0
  466. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__294fceef._.js +1 -1
  467. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2d15af44._.js +3 -0
  468. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2d776aa6._.js +3 -0
  469. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__314d5c41._.js +1 -1
  470. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__349d67e7._.js +61 -0
  471. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__34efe92e._.js +15 -0
  472. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__352dad6d._.js +1 -1
  473. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42804c1d._.js +110 -0
  474. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__44ef900b._.js +49 -0
  475. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4559476d._.js +49 -0
  476. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__45a50de9._.js +3 -0
  477. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__46947325._.js +1 -1
  478. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__46ad8e50._.js +49 -0
  479. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4700e1b3._.js +80 -0
  480. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__49c04b15._.js +49 -0
  481. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4a4265e0._.js +2 -2
  482. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c2d07e0._.js +3 -0
  483. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c5c536d._.js +2 -2
  484. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c89c60a._.js +93 -0
  485. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__509b1dd2._.js +13 -0
  486. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50ddd3ce._.js +1 -1
  487. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__529a6e1c._.js +2 -2
  488. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5650bac3._.js +1 -1
  489. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__56dbe1a4._.js +39 -0
  490. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5a042505._.js +15 -0
  491. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5a1fd688._.js +1 -1
  492. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5d359afa._.js +21 -18
  493. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5e5eb809._.js +61 -0
  494. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5fbc700c._.js +25 -0
  495. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__621dcb4a._.js +1 -1
  496. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__628d686b._.js +1 -1
  497. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6db132e9._.js +1 -1
  498. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6dbe939c._.js +49 -0
  499. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__6fe5a96f._.js +80 -0
  500. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__73b17f49._.js +3 -0
  501. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__74a37ca4._.js +13 -0
  502. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__76290829._.js +29 -0
  503. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__76658fd6._.js +15 -0
  504. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7c94b104._.js +2 -2
  505. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7cade6c6._.js +6 -0
  506. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7d4fa0fd._.js +3 -0
  507. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__889996dd._.js +49 -0
  508. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8a35d73b._.js +80 -0
  509. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8b5fd676._.js +3 -0
  510. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8c7d1318._.js +13 -0
  511. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__91b51f33._.js +8 -0
  512. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__92924218._.js +2 -2
  513. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__94bd7f65._.js +1 -1
  514. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9746d1f5._.js +2 -2
  515. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98d58423._.js +3 -0
  516. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9b69f93e._.js +2 -2
  517. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9d3a2caa._.js +134 -0
  518. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a1e62918._.js +1 -1
  519. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a2e17f69._.js +3 -0
  520. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ac9b93fd._.js +48 -0
  521. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ad4cb055._.js +3 -0
  522. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ad6d6402._.js +29 -0
  523. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__af7a73fd._.js +1 -1
  524. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__b8f4e4a3._.js +1 -1
  525. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bacb0193._.js +7 -0
  526. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bd11b2ad._.js +1 -1
  527. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c0919d7d._.js +101 -0
  528. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c1b28690._.js +49 -0
  529. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c4ea4921._.js +1 -1
  530. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c4ed5d83._.js +2 -2
  531. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c5025f86._.js +66 -0
  532. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c695a5f2._.js +2 -2
  533. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c77efd85._.js +8 -0
  534. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c9550a93._.js +39 -0
  535. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__cb5c7680._.js +1 -1
  536. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__cf6082be._.js +49 -0
  537. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d2ac93f2._.js +13 -0
  538. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d3945cae._.js +15 -0
  539. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d57e800e._.js +2 -2
  540. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d8b615bf._.js +2 -2
  541. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d9bd6334._.js +1 -1
  542. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d9f2041b._.js +34 -0
  543. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__db469f1b._.js +1 -1
  544. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dc542063._.js +2 -2
  545. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dd1cb250._.js +49 -0
  546. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__de2a1e43._.js +1 -1
  547. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dffa5183._.js +29 -0
  548. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e0994be2._.js +3 -0
  549. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e20922e8._.js +13 -0
  550. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e3ecfd17._.js +2 -2
  551. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e4f01b5c._.js +97 -0
  552. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e5bad635._.js +44 -0
  553. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f168c6dc._.js +14 -14
  554. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f21849ad._.js +39 -0
  555. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f536cd2f._.js +1 -1
  556. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f9f7f2df._.js +2 -2
  557. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fb1f7e58._.js +39 -0
  558. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fdb21d1b._.js +1 -1
  559. package/cloud-runtime/standalone/.next/server/chunks/_0a767dfe._.js +1 -1
  560. package/cloud-runtime/standalone/.next/server/chunks/_110bf46e._.js +6 -0
  561. package/cloud-runtime/standalone/.next/server/chunks/_22fe5fd2._.js +1 -1
  562. package/cloud-runtime/standalone/.next/server/chunks/_2a5aeb76._.js +3 -0
  563. package/cloud-runtime/standalone/.next/server/chunks/_2f3e5ac1._.js +1 -1
  564. package/cloud-runtime/standalone/.next/server/chunks/_4689976f._.js +6 -0
  565. package/cloud-runtime/standalone/.next/server/chunks/_5462a047._.js +1 -1
  566. package/cloud-runtime/standalone/.next/server/chunks/_65fd2525._.js +10 -0
  567. package/cloud-runtime/standalone/.next/server/chunks/_682c9d81._.js +6 -0
  568. package/cloud-runtime/standalone/.next/server/chunks/_7011db4f._.js +1 -1
  569. package/cloud-runtime/standalone/.next/server/chunks/_9b10087f._.js +8 -0
  570. package/cloud-runtime/standalone/.next/server/chunks/_9dea7192._.js +10 -0
  571. package/cloud-runtime/standalone/.next/server/chunks/_a32a5cdd._.js +6 -0
  572. package/cloud-runtime/standalone/.next/server/chunks/_a877d34f._.js +1 -1
  573. package/cloud-runtime/standalone/.next/server/chunks/_af7bd752._.js +3 -0
  574. package/cloud-runtime/standalone/.next/server/chunks/_b0524599._.js +3 -0
  575. package/cloud-runtime/standalone/.next/server/chunks/_c31ca6ab._.js +1 -1
  576. package/cloud-runtime/standalone/.next/server/chunks/_c3c28282._.js +3 -0
  577. package/cloud-runtime/standalone/.next/server/chunks/_c965f7b3._.js +1 -1
  578. package/cloud-runtime/standalone/.next/server/chunks/_d2ea7d84._.js +3 -0
  579. package/cloud-runtime/standalone/.next/server/chunks/_e469c080._.js +10 -0
  580. package/cloud-runtime/standalone/.next/server/chunks/_ee99a36b._.js +1 -1
  581. package/cloud-runtime/standalone/.next/server/chunks/_fe32a267._.js +3 -0
  582. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agent-specs_pull_route_actions_33fd1f01.js +1 -1
  583. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agent-specs_route_actions_3c4fd7d4.js +1 -1
  584. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agents_[id]_profile_route_actions_e8d70dac.js +1 -1
  585. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_agents_export_route_actions_cc761823.js +1 -1
  586. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_attachments_[id]_route_actions_28040395.js +1 -1
  587. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_audit_route_actions_9d92fa80.js +1 -1
  588. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_automations_create_route_actions_ffb767ae.js +1 -1
  589. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_automations_route_actions_0112e2f7.js +1 -1
  590. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_[id]_route_actions_033ac330.js +1 -1
  591. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat-runs_route_actions_0c8cd01c.js +1 -1
  592. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_chat_route_actions_ac0c75e3.js +1 -1
  593. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_daemon_route_actions_89f9619f.js +1 -1
  594. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_domains_[id]_route_actions_36310215.js +1 -1
  595. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_domains_route_actions_8d8cc0aa.js +1 -1
  596. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_file-read_route_actions_a562d24d.js +1 -1
  597. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_file-search_route_actions_8af77a20.js +1 -1
  598. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_filesystem_browse_route_actions_8e268170.js +1 -1
  599. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_filesystem_pick-folder_route_actions_162664ff.js +1 -1
  600. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_health_route_actions_da3433c4.js +1 -1
  601. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_history_route_actions_f1813cd2.js +1 -1
  602. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_knowledge-notes_route_actions_0ddf6109.js +1 -1
  603. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_learnings_route_actions_c32db009.js +1 -1
  604. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_auth_route_actions_6bba0ae0.js +3 -0
  605. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_callback_route_actions_0fc8695c.js +3 -0
  606. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_cycles_route_actions_9cbb85fe.js +3 -0
  607. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_issues_route_actions_8f12f3b7.js +3 -0
  608. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_mcp-setup_route_actions_a11b04f4.js +3 -0
  609. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_runs_[id]_route_actions_5c46cc4e.js +3 -0
  610. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_runs_route_actions_a99753a8.js +3 -0
  611. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_status_route_actions_e43f376f.js +3 -0
  612. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_linear_token_route_actions_510583b8.js +3 -0
  613. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_logs_route_actions_30a87f47.js +1 -1
  614. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_logs_stream_route_actions_92bf6397.js +1 -1
  615. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_memories_route_actions_f0712914.js +1 -1
  616. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_messages_[id]_route_actions_3ca634d2.js +1 -1
  617. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_participants_route_actions_2bae2919.js +1 -1
  618. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_processes_route_actions_93e6bd01.js +1 -1
  619. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_agents_route_actions_62a7e8e5.js +1 -1
  620. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_migrate-v1_route_actions_e28a058d.js +1 -1
  621. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_migrate-v2_route_actions_0cfff9eb.js +1 -1
  622. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_route_actions_6fd2e5a5.js +1 -1
  623. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_skills_route_actions_90fdd1e6.js +1 -1
  624. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_threads_route_actions_88ac9ddb.js +1 -1
  625. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_variables_route_actions_e646c8d9.js +1 -1
  626. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_cancel_route_actions_fbd5be89.js +1 -1
  627. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_route_actions_774a2e21.js +1 -1
  628. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_runs_route_actions_6e59ee83.js +1 -1
  629. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_agents_route_actions_399e1f19.js +1 -1
  630. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_poll_route_actions_23fbbfa1.js +1 -1
  631. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_route_actions_acf03860.js +1 -1
  632. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_providers_route_actions_5388b373.js +1 -1
  633. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_queue_complete_route_actions_1350a2ac.js +1 -1
  634. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_queue_route_actions_1e9c9b6f.js +1 -1
  635. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_reactions_route_actions_e075d50e.js +1 -1
  636. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_schedules_debug_route_actions_61c03e5e.js +1 -1
  637. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_schedules_poll_route_actions_dfc6ace4.js +1 -1
  638. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_schedules_route_actions_f5db3d09.js +1 -1
  639. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_search_route_actions_4244da48.js +1 -1
  640. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_assign_route_actions_15267be8.js +1 -1
  641. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_available_route_actions_24023111.js +1 -1
  642. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_1148baef.js +1 -1
  643. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_history_route_actions_5e5c4757.js +1 -1
  644. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_learn_route_actions_d3a37d25.js +1 -1
  645. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_route_actions_780e175f.js +1 -1
  646. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_unlearn_route_actions_3dfee433.js +1 -1
  647. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_status_route_actions_d551bce0.js +1 -1
  648. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_summarize_route_actions_3e77989a.js +1 -1
  649. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_system_db-status_route_actions_0f864710.js +1 -1
  650. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_task-drafts_route_actions_3b90bec5.js +1 -1
  651. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_comments_route_actions_71745d03.js +1 -1
  652. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_costs_route_actions_e20adc3f.js +1 -1
  653. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_dependencies_route_actions_b85eaa7f.js +1 -1
  654. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_events_route_actions_3e2c7edc.js +1 -1
  655. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_history_route_actions_debb26dc.js +1 -1
  656. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_metrics_route_actions_a82052ba.js +1 -1
  657. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_pause_route_actions_1341b4e1.js +1 -1
  658. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_replan_route_actions_0d67ebea.js +1 -1
  659. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_restart_route_actions_bbd1883b.js +1 -1
  660. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_resume_route_actions_745fbaa8.js +1 -1
  661. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_rollback_route_actions_77968f37.js +1 -1
  662. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_route_actions_766df5f7.js +1 -1
  663. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_schedule_route_actions_943bcc22.js +1 -1
  664. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_start_route_actions_1d7e784a.js +1 -1
  665. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_graph_stop_route_actions_5f5d6ff0.js +1 -1
  666. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_heartbeat_route_actions_28915a39.js +1 -1
  667. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_history_route_actions_7ecd517e.js +1 -1
  668. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_logs_route_actions_e1a486bd.js +1 -1
  669. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_logs_stream_route_actions_ed381b79.js +1 -1
  670. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_[id]_route_actions_8de83605.js +1 -1
  671. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_extract_route_actions_2651c393.js +1 -1
  672. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_route_actions_84c37746.js +1 -1
  673. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_tasks_stream_route_actions_37a289da.js +1 -1
  674. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_thread-export_route_actions_26354edd.js +1 -1
  675. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_thread-repos_route_actions_e95d24ee.js +1 -1
  676. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_threads_knowledge_route_actions_c139bcf7.js +1 -1
  677. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_threads_route_actions_f9ea97f2.js +1 -1
  678. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_upload_[id]_route_actions_d9c30458.js +1 -1
  679. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_upload_route_actions_f15ed185.js +1 -1
  680. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_user-settings_route_actions_553a1208.js +1 -1
  681. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_userPreferences_route_actions_178deeb3.js +1 -1
  682. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_migrate_workspaces-to-projects_route_actions_cb1e42e0.js +1 -1
  683. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_cancel_route_actions_8b9cd080.js +1 -1
  684. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_signal_route_actions_5a3d8250.js +1 -1
  685. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_start_route_actions_08f1c94e.js +1 -1
  686. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_orchestrator_tasks_[taskId]_status_route_actions_4062630f.js +1 -1
  687. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_complete_route_actions_c44e3cb4.js +1 -1
  688. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_fail_route_actions_7ff931bc.js +1 -1
  689. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_resume_route_actions_a9f01d21.js +1 -1
  690. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_stop_route_actions_dbea30a3.js +1 -1
  691. package/cloud-runtime/standalone/.next/server/chunks/ce889_server_app_api_tasks_[id]_nodes_[nodeId]_verify_route_actions_ff371970.js +1 -1
  692. package/cloud-runtime/standalone/.next/server/chunks/lib_2492d514._.js +11 -37
  693. package/cloud-runtime/standalone/.next/server/chunks/lib_3c080873._.js +34 -0
  694. package/cloud-runtime/standalone/.next/server/chunks/lib_70cd6b4a._.js +80 -0
  695. package/cloud-runtime/standalone/.next/server/chunks/lib_7f7835f1._.js +68 -0
  696. package/cloud-runtime/standalone/.next/server/chunks/lib_88726721._.js +79 -0
  697. package/cloud-runtime/standalone/.next/server/chunks/lib_98ae187c._.js +34 -0
  698. package/cloud-runtime/standalone/.next/server/chunks/lib_9f439b27._.js +25 -0
  699. package/cloud-runtime/standalone/.next/server/chunks/lib_check-node-version_ts_ef89bf83._.js +1 -1
  700. package/cloud-runtime/standalone/.next/server/chunks/lib_db_ts_e06c6085._.js +1 -1
  701. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_2e721df2._.js +3 -3
  702. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_74d1c060._.js +3 -3
  703. package/cloud-runtime/standalone/.next/server/chunks/lib_orchestrator_chat-processor_ts_4c335719._.js +4 -4
  704. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_3ea4d849._.js +5 -5
  705. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_b0b1a9b2._.js +5 -5
  706. package/cloud-runtime/standalone/.next/server/chunks/lib_vault-store_ts_3718ff79._.js +34 -0
  707. package/cloud-runtime/standalone/.next/server/chunks/node_modules_18a495c8._.js +3 -0
  708. package/cloud-runtime/standalone/.next/server/chunks/node_modules_4223ed10._.js +3 -0
  709. package/cloud-runtime/standalone/.next/server/chunks/node_modules_ccc242ec._.js +4 -0
  710. package/cloud-runtime/standalone/.next/server/chunks/node_modules_d2858615._.js +3 -0
  711. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_1402a1da._.js +3 -3
  712. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0f808fa3.js +1 -1
  713. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_19315704.js +2 -2
  714. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_2aaf71c8.js +1 -1
  715. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_2bdede98.js +1 -1
  716. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_371d0bff.js +15 -15
  717. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_3d31fed0.js +1 -1
  718. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_57a073eb.js +1 -1
  719. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_63e89275.js +1 -1
  720. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_84e28f38.js +1 -1
  721. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_9aff0990.js +3 -0
  722. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_cc6c687d.js +1 -1
  723. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_dcaa7800.js +3 -0
  724. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_def8bfbe.js +2 -2
  725. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_e0cc2bbf.js +1 -1
  726. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_fce9bc95.js +3 -0
  727. package/cloud-runtime/standalone/.next/server/chunks/node_modules_zod_v4_classic_external_fa90cebf.js +3 -3
  728. package/cloud-runtime/standalone/.next/server/chunks/src_graph_12d46a92._.js +3 -0
  729. package/cloud-runtime/standalone/.next/server/chunks/src_graph_138dc200._.js +59 -0
  730. package/cloud-runtime/standalone/.next/server/chunks/src_graph_914bb19c._.js +59 -0
  731. package/cloud-runtime/standalone/.next/server/chunks/src_graph_api-route-utils_ts_b7225a0e._.js +1 -1
  732. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_55c06268._.js +3 -3
  733. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_a8bc8d58._.js +3 -3
  734. package/cloud-runtime/standalone/.next/server/chunks/src_graph_scheduler_ts_d7b7497d._.js +57 -0
  735. package/cloud-runtime/standalone/.next/server/chunks/src_graph_state-machine_ts_ae1de66e._.js +1 -1
  736. package/cloud-runtime/standalone/.next/server/chunks/src_graph_store_ts_d6588a77._.js +56 -0
  737. package/cloud-runtime/standalone/.next/server/chunks/src_graph_validate_ts_a06b9fab._.js +1 -1
  738. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__0497a547._.js +15 -0
  739. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__056cdf7d._.js +1 -1
  740. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__11e33b9b._.js +1 -1
  741. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__139838ab._.js +3 -0
  742. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__19cd257e._.js +1 -1
  743. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__26d669c2._.js +1 -1
  744. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__351b2cc6._.js +1 -1
  745. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__35f9b4a6._.js +3 -0
  746. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__38071250._.js +1 -1
  747. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__43a0398d._.js +3 -0
  748. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__4ebf5947._.js +1 -1
  749. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__5ffa2883._.js +1 -1
  750. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__67d5f883._.js +1 -1
  751. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__6e83bf83._.js +1 -1
  752. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__71b6d8a9._.js +3 -0
  753. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__7d279e62._.js +3 -0
  754. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__7e7d6790._.js +3 -0
  755. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8fe8b9dd._.js +1 -1
  756. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a0a1cb74._.js +1 -1
  757. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a42e4555._.js +3 -0
  758. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a667191a._.js +1 -1
  759. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__aa28d46f._.js +1 -1
  760. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__b6598a70._.js +3 -0
  761. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ba4308c3._.js +3 -0
  762. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__bb149a22._.js +3 -0
  763. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__bd4d5430._.js +1 -1
  764. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__bde5bc78._.js +1 -1
  765. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__cde88183._.js +1 -1
  766. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__d36dd8bc._.js +1 -1
  767. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__dac5ab29._.js +1 -1
  768. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__e0c64529._.js +1 -1
  769. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__e87ba2b0._.js +1 -1
  770. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f2c3b7ab._.js +3 -0
  771. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f62d412e._.js +1 -1
  772. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__f63d6594._.js +1 -1
  773. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__fbd1aaff._.js +1 -1
  774. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__febbd0b8._.js +1 -1
  775. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ff22a10e._.js +1 -1
  776. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ffbc2e98._.js +2 -2
  777. package/cloud-runtime/standalone/.next/server/chunks/ssr/_02c78cac._.js +2 -2
  778. package/cloud-runtime/standalone/.next/server/chunks/ssr/_05c8a494._.js +1 -1
  779. package/cloud-runtime/standalone/.next/server/chunks/ssr/_087a5b2b._.js +3 -0
  780. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0b36c9d6._.js +2 -2
  781. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0ff7c687._.js +3 -3
  782. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0ffd2660._.js +2 -2
  783. package/cloud-runtime/standalone/.next/server/chunks/ssr/_11ce4c04._.js +95 -0
  784. package/cloud-runtime/standalone/.next/server/chunks/ssr/_173da79d._.js +2 -2
  785. package/cloud-runtime/standalone/.next/server/chunks/ssr/_1c58ab2d._.js +2 -2
  786. package/cloud-runtime/standalone/.next/server/chunks/ssr/_1e5aee62._.js +3 -0
  787. package/cloud-runtime/standalone/.next/server/chunks/ssr/_222af282._.js +2 -2
  788. package/cloud-runtime/standalone/.next/server/chunks/ssr/_22e99a52._.js +3 -0
  789. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23f5fddc._.js +1 -1
  790. package/cloud-runtime/standalone/.next/server/chunks/ssr/_24feb541._.js +2 -2
  791. package/cloud-runtime/standalone/.next/server/chunks/ssr/_260b10ce._.js +3 -0
  792. package/cloud-runtime/standalone/.next/server/chunks/ssr/_3aa32c11._.js +2 -2
  793. package/cloud-runtime/standalone/.next/server/chunks/ssr/_43472af3._.js +1 -1
  794. package/cloud-runtime/standalone/.next/server/chunks/ssr/_45f91a8f._.js +3 -0
  795. package/cloud-runtime/standalone/.next/server/chunks/ssr/_47e9a061._.js +14 -0
  796. package/cloud-runtime/standalone/.next/server/chunks/ssr/_4bfdfb14._.js +1 -1
  797. package/cloud-runtime/standalone/.next/server/chunks/ssr/_4d4ba84b._.js +2 -2
  798. package/cloud-runtime/standalone/.next/server/chunks/ssr/_50d04b8f._.js +2 -2
  799. package/cloud-runtime/standalone/.next/server/chunks/ssr/_52fe115d._.js +1 -1
  800. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547b6462._.js +2 -2
  801. package/cloud-runtime/standalone/.next/server/chunks/ssr/_629dc55c._.js +2 -2
  802. package/cloud-runtime/standalone/.next/server/chunks/ssr/_69164b06._.js +95 -0
  803. package/cloud-runtime/standalone/.next/server/chunks/ssr/_84a166cb._.js +3 -0
  804. package/cloud-runtime/standalone/.next/server/chunks/ssr/_93914ecd._.js +2 -2
  805. package/cloud-runtime/standalone/.next/server/chunks/ssr/_95434d70._.js +3 -0
  806. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a10eb951._.js +2 -2
  807. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a1b966f7._.js +1 -1
  808. package/cloud-runtime/standalone/.next/server/chunks/ssr/_aa5b4886._.js +8 -0
  809. package/cloud-runtime/standalone/.next/server/chunks/ssr/_ae20456d._.js +2 -2
  810. package/cloud-runtime/standalone/.next/server/chunks/ssr/_cb4d8a23._.js +2 -2
  811. package/cloud-runtime/standalone/.next/server/chunks/ssr/_cee3cf86._.js +95 -0
  812. package/cloud-runtime/standalone/.next/server/chunks/ssr/_dc2072e7._.js +4 -0
  813. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e04b4053._.js +2 -2
  814. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e1769638._.js +3 -3
  815. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f1465cc8._.js +2 -2
  816. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f2a7beb1._.js +2 -2
  817. package/cloud-runtime/standalone/.next/server/chunks/ssr/_fb404ac0._.js +3 -0
  818. package/cloud-runtime/standalone/.next/server/chunks/ssr/_fc1aaf9e._.js +2 -2
  819. package/cloud-runtime/standalone/.next/server/chunks/ssr/_fd0dda03._.js +2 -2
  820. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js +1 -1
  821. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js +1 -1
  822. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_[id]_page_actions_45703105.js +1 -1
  823. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_page_actions_2bceb931.js +1 -1
  824. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_automations_page_actions_415dbaa9.js +1 -1
  825. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_board_page_actions_469e0e61.js +1 -1
  826. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_execution-graph_page_actions_3eceb5c1.js +1 -1
  827. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +1 -1
  828. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_automations_page_actions_9371bc66.js +1 -1
  829. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_graph_[taskId]_page_actions_c1473d77.js +1 -1
  830. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_knowledge_page_actions_1037c40a.js +1 -1
  831. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_linear_page_actions_0a8dc487.js +3 -0
  832. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_orphans_page_actions_6f398ff8.js +1 -1
  833. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_page_actions_42ca3f3e.js +1 -1
  834. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_settings_page_actions_840229cd.js +1 -1
  835. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_status_page_actions_39bbdbbf.js +1 -1
  836. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_thread_[id]_page_actions_94774546.js +1 -1
  837. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_welcome_page_actions_e32fb27e.js +1 -1
  838. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_[id]_page_tsx_9c49d8c8._.js +1 -1
  839. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_layout_tsx_b9360330._.js +1 -1
  840. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_page_tsx_f5f08ed8._.js +1 -1
  841. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_execution-graph_page_tsx_f854185a._.js +2 -2
  842. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_global-error_tsx_9170b7a0._.js +1 -1
  843. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_graph_[taskId]_page_tsx_d8b1d582._.js +2 -2
  844. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_knowledge_page_tsx_e2a55cbd._.js +1 -1
  845. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_layout_tsx_67c9550a._.js +1 -1
  846. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_projects_[slug]_linear_page_tsx_971a6ba7._.js +39 -0
  847. package/cloud-runtime/standalone/.next/server/chunks/ssr/ce889_server_app_projects_[slug]_thread_[threadId]_page_actions_660a8857.js +1 -1
  848. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_PromptJobBoard_tsx_f83f722f._.js +8 -0
  849. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_chat-ui_bfeda794._.js +6 -6
  850. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_graph_graph-derived_ts_2b94148f._.js +1 -1
  851. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_thread_WorkspaceSidebar_tsx_e660301b._.js +1 -1
  852. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_@dnd-kit_core_dist_core_esm_57071f37.js +1 -1
  853. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_f76a24fb._.js +1 -1
  854. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_e8bdedc5._.js +3 -0
  855. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_03ec2107._.js +2 -2
  856. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_174ae28d._.js +3 -3
  857. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_4b63a0e1._.js +1 -1
  858. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_61a87db9._.js +1 -1
  859. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +1 -1
  860. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +1 -1
  861. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +1 -1
  862. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_61c49327.js +2 -2
  863. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js +2 -2
  864. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_f2865b38._.js +2 -2
  865. package/cloud-runtime/standalone/.next/server/edge/chunks/[root-of-the-server]__9491d0b8._.js +2 -2
  866. package/cloud-runtime/standalone/.next/server/edge/chunks/_52aa5b93._.js +1 -1
  867. package/cloud-runtime/standalone/.next/server/edge/chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_3b93bb62.js +1 -1
  868. package/cloud-runtime/standalone/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_405b82a5.js +1 -1
  869. package/cloud-runtime/standalone/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_cd32efca.js +1 -1
  870. package/cloud-runtime/standalone/.next/server/functions-config-manifest.json +9 -2
  871. package/cloud-runtime/standalone/.next/server/instrumentation.js +2 -2
  872. package/cloud-runtime/standalone/.next/server/middleware-build-manifest.js +6 -6
  873. package/cloud-runtime/standalone/.next/server/middleware-manifest.json +5 -5
  874. package/cloud-runtime/standalone/.next/server/next-font-manifest.js +1 -1
  875. package/cloud-runtime/standalone/.next/server/next-font-manifest.json +4 -0
  876. package/cloud-runtime/standalone/.next/server/pages/404.html +2 -2
  877. package/cloud-runtime/standalone/.next/server/pages/500.html +2 -2
  878. package/cloud-runtime/standalone/.next/server/server-reference-manifest.js +1 -1
  879. package/cloud-runtime/standalone/.next/server/server-reference-manifest.json +1 -1
  880. package/cloud-runtime/standalone/.next/static/chunks/0010f3df27ae53b8.js +1 -0
  881. package/cloud-runtime/standalone/.next/static/chunks/012b9216c9932478.js +1 -0
  882. package/cloud-runtime/standalone/.next/static/chunks/{8304e8487aa74059.css → 06003b84da346995.css} +0 -1
  883. package/cloud-runtime/standalone/.next/static/chunks/081fcf3ea160ca2d.js +1 -0
  884. package/cloud-runtime/standalone/.next/static/chunks/09c637be82a06122.js +1 -0
  885. package/cloud-runtime/standalone/.next/static/chunks/0c5b9fe15dda4972.js +1 -0
  886. package/cloud-runtime/standalone/.next/static/chunks/0fe219bd73492107.js +5 -0
  887. package/cloud-runtime/standalone/.next/static/chunks/14922fd23cdc223b.js +1 -0
  888. package/cloud-runtime/standalone/.next/static/chunks/1d8496cecfe9a523.js +1 -0
  889. package/cloud-runtime/standalone/.next/static/chunks/1fa91c34c99502bf.js +1 -0
  890. package/cloud-runtime/standalone/.next/static/chunks/2375e3fd2a9b8844.js +2 -0
  891. package/cloud-runtime/standalone/.next/static/chunks/2618f9566e3788e4.js +1 -0
  892. package/cloud-runtime/standalone/.next/static/chunks/2a9c83f8211196e0.js +1 -0
  893. package/cloud-runtime/standalone/.next/static/chunks/2ac8e643e539b81e.js +1 -0
  894. package/cloud-runtime/standalone/.next/static/chunks/2dbfd095c1e1d01f.js +1 -0
  895. package/cloud-runtime/standalone/.next/static/chunks/2e471cd7ac5cd8fb.js +6 -0
  896. package/cloud-runtime/standalone/.next/static/chunks/335f551791affdd1.js +1 -0
  897. package/cloud-runtime/standalone/.next/static/chunks/34dd491bc4ce9561.js +1 -0
  898. package/cloud-runtime/standalone/.next/static/chunks/360fde144fd22461.js +1 -0
  899. package/cloud-runtime/standalone/.next/static/chunks/416cf5039e669b5d.js +1 -0
  900. package/cloud-runtime/standalone/.next/static/chunks/657c261f623752de.js +1 -0
  901. package/cloud-runtime/standalone/.next/static/chunks/66769c2bf128027d.js +1 -0
  902. package/cloud-runtime/standalone/.next/static/chunks/68586017f55137e8.js +1 -0
  903. package/cloud-runtime/standalone/.next/static/chunks/73e3194f06db260e.js +1 -0
  904. package/cloud-runtime/standalone/.next/static/chunks/76229fb555232113.js +3 -0
  905. package/cloud-runtime/standalone/.next/static/chunks/797fcb0710da3be2.js +4 -0
  906. package/cloud-runtime/standalone/.next/static/chunks/818fb0f154cee2c5.js +1 -0
  907. package/cloud-runtime/standalone/.next/static/chunks/8b40d0636a2ba3b0.js +28 -0
  908. package/cloud-runtime/standalone/.next/static/chunks/8fc3ed1915e0659b.js +88 -0
  909. package/cloud-runtime/standalone/.next/static/chunks/95b85b1cb6868d27.js +1 -0
  910. package/cloud-runtime/standalone/.next/static/chunks/961311cbebbffb6d.js +1 -0
  911. package/cloud-runtime/standalone/.next/static/chunks/963060cf6e72339b.js +6 -0
  912. package/cloud-runtime/standalone/.next/static/chunks/966278eaefc0aa32.js +1 -0
  913. package/cloud-runtime/standalone/.next/static/chunks/a2a98ae5d4a3e5e3.js +2 -0
  914. package/cloud-runtime/standalone/.next/static/chunks/a72fbac84e32f665.js +1 -0
  915. package/cloud-runtime/standalone/.next/static/chunks/aa4d86855d0a3a55.js +1 -0
  916. package/cloud-runtime/standalone/.next/static/chunks/ab74849aeb87503e.js +5 -0
  917. package/cloud-runtime/standalone/.next/static/chunks/b553dba1f51e709b.js +16 -0
  918. package/cloud-runtime/standalone/.next/static/chunks/b93f49b29a473a1d.js +6 -0
  919. package/cloud-runtime/standalone/.next/static/chunks/c3784233f00e1ff5.js +12 -0
  920. package/cloud-runtime/standalone/.next/static/chunks/c48afb0a7fd0423c.js +28 -0
  921. package/cloud-runtime/standalone/.next/static/chunks/{2d1d138d8ea3234c.css → c5661b1d4c5abd6a.css} +1 -0
  922. package/cloud-runtime/standalone/.next/static/chunks/cb6301624094c91e.js +1 -0
  923. package/cloud-runtime/standalone/.next/static/chunks/{787436fad75f5bc6.js → ccaf68956da192f8.js} +2 -2
  924. package/cloud-runtime/standalone/.next/static/chunks/d522224ad5c8d724.css +1 -0
  925. package/cloud-runtime/standalone/.next/static/chunks/d96012bcfc98706a.js +1 -0
  926. package/cloud-runtime/standalone/.next/static/chunks/da12f313213a5615.js +1 -0
  927. package/cloud-runtime/standalone/.next/static/chunks/de271f8f22d293b4.js +1 -0
  928. package/cloud-runtime/standalone/.next/static/chunks/e2fa3c18dd56dc25.js +1 -0
  929. package/cloud-runtime/standalone/.next/static/chunks/e910386016ceacad.js +37 -0
  930. package/cloud-runtime/standalone/.next/static/chunks/f2fe77583374541b.js +1 -0
  931. package/cloud-runtime/standalone/.next/static/chunks/f8cfa030ea3cb3c3.js +1 -0
  932. package/cloud-runtime/standalone/.next/static/chunks/turbopack-0ace1f53f3e3cf46.js +4 -0
  933. package/cloud-runtime/standalone/README.md +37 -5
  934. package/cloud-runtime/standalone/app/api/automations/create/route.ts +2 -2
  935. package/cloud-runtime/standalone/app/api/automations/route.ts +64 -17
  936. package/cloud-runtime/standalone/app/api/chat/route.ts +29 -3
  937. package/cloud-runtime/standalone/app/api/linear/auth/route.ts +14 -0
  938. package/cloud-runtime/standalone/app/api/linear/callback/route.ts +43 -0
  939. package/cloud-runtime/standalone/app/api/linear/cycles/route.ts +22 -0
  940. package/cloud-runtime/standalone/app/api/linear/issues/route.ts +66 -0
  941. package/cloud-runtime/standalone/app/api/linear/mcp-setup/route.ts +181 -0
  942. package/cloud-runtime/standalone/app/api/linear/runs/[id]/route.ts +81 -0
  943. package/cloud-runtime/standalone/app/api/linear/runs/route.ts +91 -0
  944. package/cloud-runtime/standalone/app/api/linear/status/route.ts +38 -0
  945. package/cloud-runtime/standalone/app/api/linear/token/route.ts +59 -0
  946. package/cloud-runtime/standalone/app/api/prompt-jobs/route.ts +1 -1
  947. package/cloud-runtime/standalone/app/api/providers/route.ts +1 -14
  948. package/cloud-runtime/standalone/app/api/status/route.ts +13 -13
  949. package/cloud-runtime/standalone/app/layout.tsx +2 -0
  950. package/cloud-runtime/standalone/app/projects/[slug]/knowledge/page.tsx +3 -181
  951. package/cloud-runtime/standalone/app/projects/[slug]/layout.tsx +2 -1
  952. package/cloud-runtime/standalone/app/projects/[slug]/linear/page.tsx +26 -0
  953. package/cloud-runtime/standalone/components/LinearBoard.tsx +1321 -0
  954. package/cloud-runtime/standalone/components/LinearSetup.tsx +239 -0
  955. package/cloud-runtime/standalone/components/ProjectModal.tsx +15 -3
  956. package/cloud-runtime/standalone/components/PromptJobBoard.tsx +367 -87
  957. package/cloud-runtime/standalone/components/VersionBadge.tsx +24 -0
  958. package/cloud-runtime/standalone/components/chat-ui/ChatContainer.tsx +27 -14
  959. package/cloud-runtime/standalone/components/chat-ui/Composer.tsx +23 -5
  960. package/cloud-runtime/standalone/components/thread/WorkspaceSidebar.tsx +53 -48
  961. package/cloud-runtime/standalone/docs/superpowers/plans/2026-04-07-linear-integration.md +1352 -0
  962. package/cloud-runtime/standalone/hooks/useGroupChat.ts +4 -1
  963. package/cloud-runtime/standalone/hooks/useLinearConnection.ts +128 -0
  964. package/cloud-runtime/standalone/hooks/useLinearIssues.ts +78 -0
  965. package/cloud-runtime/standalone/hooks/useLinearRuns.ts +137 -0
  966. package/cloud-runtime/standalone/hooks/useProjectResources.ts +0 -50
  967. package/cloud-runtime/standalone/lib/chat/composer-routing.ts +128 -0
  968. package/cloud-runtime/standalone/lib/cli-runner.ts +16 -16
  969. package/cloud-runtime/standalone/lib/db.ts +32 -46
  970. package/cloud-runtime/standalone/lib/knowledge-notes.ts +6 -242
  971. package/cloud-runtime/standalone/lib/knowledge-store.ts +8 -211
  972. package/cloud-runtime/standalone/lib/linear-client.ts +276 -0
  973. package/cloud-runtime/standalone/lib/linear-execution-prompt.ts +153 -0
  974. package/cloud-runtime/standalone/lib/linear-run-store.ts +374 -0
  975. package/cloud-runtime/standalone/lib/repo-knowledge.ts +46 -125
  976. package/cloud-runtime/standalone/lib/shell-env.ts +71 -0
  977. package/cloud-runtime/standalone/lib/task-context.ts +3 -13
  978. package/cloud-runtime/standalone/lib/thread-knowledge.ts +2 -11
  979. package/cloud-runtime/standalone/lib/vault-store.ts +2067 -0
  980. package/cloud-runtime/standalone/mcp/README.md +22 -11
  981. package/cloud-runtime/standalone/package-lock.json +7 -0
  982. package/cloud-runtime/standalone/package.json +3 -0
  983. package/cloud-runtime/standalone/planning/automation-frontmatter-migration-spec.md +710 -0
  984. package/cloud-runtime/standalone/scripts/backfill-automations-frontmatter.ts +145 -0
  985. package/cloud-runtime/standalone/scripts/migrate-vault.ts +13 -0
  986. package/cloud-runtime/standalone/src/automations/adapters.ts +219 -0
  987. package/cloud-runtime/standalone/src/automations/index.ts +7 -0
  988. package/cloud-runtime/standalone/src/automations/parser.ts +33 -0
  989. package/cloud-runtime/standalone/src/automations/repository.ts +440 -0
  990. package/cloud-runtime/standalone/src/automations/serializer.ts +94 -0
  991. package/cloud-runtime/standalone/src/automations/state.ts +166 -0
  992. package/cloud-runtime/standalone/src/automations/types.ts +134 -0
  993. package/cloud-runtime/standalone/src/automations/validation.ts +337 -0
  994. package/cloud-runtime/standalone/src/graph/schedule-runner.ts +45 -7
  995. package/cloud-runtime/standalone/src/graph/store.ts +174 -5
  996. package/cloud-runtime/standalone/src/prompt-scheduler/store.ts +522 -162
  997. package/cloud-runtime/standalone/src/prompt-scheduler/types.ts +1 -0
  998. package/cloud-runtime/standalone/state/automations/.state/24a6a5db-3b14-49c4-841f-29f10f015fbb.json +8 -0
  999. package/cloud-runtime/standalone/state/automations/active/24a6a5db-3b14-49c4-841f-29f10f015fbb.md +17 -0
  1000. package/cloud-runtime/standalone/tsconfig.tsbuildinfo +1 -1
  1001. package/cloud-runtime/standalone/worker/index.js +4548 -367
  1002. package/package.json +1 -1
  1003. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route/app-paths-manifest.json +0 -3
  1004. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js +0 -9
  1005. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js.nft.json +0 -1
  1006. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route_client-reference-manifest.js +0 -2
  1007. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route/app-paths-manifest.json +0 -3
  1008. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js +0 -8
  1009. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route.js.nft.json +0 -1
  1010. package/cloud-runtime/standalone/.next/server/app/api/repos/[id]/knowledge/route_client-reference-manifest.js +0 -2
  1011. package/cloud-runtime/standalone/.next/server/chunks/[externals]__bc6c7111._.js +0 -3
  1012. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__01cd082e._.js +0 -13
  1013. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0936925d._.js +0 -3
  1014. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__09ca81e1._.js +0 -101
  1015. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1ac3236d._.js +0 -25
  1016. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1b0bb735._.js +0 -15
  1017. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__1c86bf6e._.js +0 -48
  1018. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__20c58b41._.js +0 -46
  1019. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2126c763._.js +0 -42
  1020. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__236c35bb._.js +0 -51
  1021. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__277ed37d._.js +0 -3
  1022. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__2f06f568._.js +0 -46
  1023. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__30bd0c87._.js +0 -13
  1024. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__374cd94c._.js +0 -42
  1025. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3785024c._.js +0 -80
  1026. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__379604d4._.js +0 -13
  1027. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3c8f1de6._.js +0 -15
  1028. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__3d0df5a8._.js +0 -8
  1029. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4014ed70._.js +0 -51
  1030. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__42fcb81c._.js +0 -52
  1031. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4a3cd6ac._.js +0 -13
  1032. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4e522535._.js +0 -6
  1033. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__50c24784._.js +0 -3
  1034. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__59d1cdd8._.js +0 -3
  1035. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__644e6285._.js +0 -112
  1036. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__65755104._.js +0 -7
  1037. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__73c20995._.js +0 -15
  1038. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8125bbc3._.js +0 -63
  1039. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__85275b88._.js +0 -3
  1040. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__89666394._.js +0 -8
  1041. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8c0fb154._.js +0 -13
  1042. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__8f5cac13._.js +0 -46
  1043. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__91b22098._.js +0 -8
  1044. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__96ae701e._.js +0 -3
  1045. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98ce983b._.js +0 -3
  1046. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9a9fd39f._.js +0 -44
  1047. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__9ad4e385._.js +0 -3
  1048. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a01ddd0b._.js +0 -46
  1049. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a099c992._.js +0 -58
  1050. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a9b949c3._.js +0 -7
  1051. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bd43017b._.js +0 -3
  1052. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bf6fb108._.js +0 -80
  1053. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c0a18648._.js +0 -80
  1054. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c122c54a._.js +0 -75
  1055. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c5b8ceb7._.js +0 -3
  1056. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__c8b49077._.js +0 -79
  1057. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__dec3e1b7._.js +0 -30
  1058. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f1147a4a._.js +0 -15
  1059. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f5597fea._.js +0 -13
  1060. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f8c94cb3._.js +0 -8
  1061. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fa79d53f._.js +0 -46
  1062. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fb14cd4a._.js +0 -3
  1063. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fc27a898._.js +0 -158
  1064. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fce2cdce._.js +0 -3
  1065. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__fcf0b40a._.js +0 -3
  1066. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ffb21023._.js +0 -80
  1067. package/cloud-runtime/standalone/.next/server/chunks/_05fa3b89._.js +0 -46
  1068. package/cloud-runtime/standalone/.next/server/chunks/_4190f170._.js +0 -46
  1069. package/cloud-runtime/standalone/.next/server/chunks/_42e9c8d5._.js +0 -46
  1070. package/cloud-runtime/standalone/.next/server/chunks/_5ca51127._.js +0 -54
  1071. package/cloud-runtime/standalone/.next/server/chunks/_5fd6af5d._.js +0 -57
  1072. package/cloud-runtime/standalone/.next/server/chunks/_6519418b._.js +0 -59
  1073. package/cloud-runtime/standalone/.next/server/chunks/_6bb93816._.js +0 -6
  1074. package/cloud-runtime/standalone/.next/server/chunks/_6bc1b3e1._.js +0 -59
  1075. package/cloud-runtime/standalone/.next/server/chunks/_862895c0._.js +0 -57
  1076. package/cloud-runtime/standalone/.next/server/chunks/_8b9fde82._.js +0 -97
  1077. package/cloud-runtime/standalone/.next/server/chunks/_95ac98db._.js +0 -49
  1078. package/cloud-runtime/standalone/.next/server/chunks/_994414cd._.js +0 -54
  1079. package/cloud-runtime/standalone/.next/server/chunks/_99b78daf._.js +0 -46
  1080. package/cloud-runtime/standalone/.next/server/chunks/_affbdbb0._.js +0 -46
  1081. package/cloud-runtime/standalone/.next/server/chunks/_d22934ab._.js +0 -97
  1082. package/cloud-runtime/standalone/.next/server/chunks/_efc73784._.js +0 -46
  1083. package/cloud-runtime/standalone/.next/server/chunks/_fba13a4a._.js +0 -6
  1084. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_projects_[id]_memory_route_actions_f0c255ef.js +0 -3
  1085. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_repos_[id]_knowledge_route_actions_993fe4e5.js +0 -3
  1086. package/cloud-runtime/standalone/.next/server/chunks/lib_281e5787._.js +0 -16
  1087. package/cloud-runtime/standalone/.next/server/chunks/lib_63067e21._.js +0 -16
  1088. package/cloud-runtime/standalone/.next/server/chunks/lib_87c06aeb._.js +0 -25
  1089. package/cloud-runtime/standalone/.next/server/chunks/lib_a5adca60._.js +0 -64
  1090. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_7f8022ab.js +0 -3
  1091. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_8ec90680.js +0 -3
  1092. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_a590fcd6.js +0 -3
  1093. package/cloud-runtime/standalone/.next/server/chunks/src_graph_14067235._.js +0 -46
  1094. package/cloud-runtime/standalone/.next/server/chunks/src_graph_b63e2d39._.js +0 -46
  1095. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__096c39a3._.js +0 -3
  1096. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__226f8a19._.js +0 -15
  1097. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__47caef59._.js +0 -3
  1098. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8b4e7816._.js +0 -3
  1099. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a37fb1c3._.js +0 -3
  1100. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a456581d._.js +0 -3
  1101. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__d74022f1._.js +0 -3
  1102. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ea035cd9._.js +0 -3
  1103. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__fca7df40._.js +0 -3
  1104. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0c5c111f._.js +0 -3
  1105. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23656a95._.js +0 -3
  1106. package/cloud-runtime/standalone/.next/server/chunks/ssr/_27a789b3._.js +0 -3
  1107. package/cloud-runtime/standalone/.next/server/chunks/ssr/_314f4c49._.js +0 -14
  1108. package/cloud-runtime/standalone/.next/server/chunks/ssr/_36b413cc._.js +0 -3
  1109. package/cloud-runtime/standalone/.next/server/chunks/ssr/_46e00a9b._.js +0 -95
  1110. package/cloud-runtime/standalone/.next/server/chunks/ssr/_478f4991._.js +0 -3
  1111. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547f19ec._.js +0 -3
  1112. package/cloud-runtime/standalone/.next/server/chunks/ssr/_85ca101b._.js +0 -8
  1113. package/cloud-runtime/standalone/.next/server/chunks/ssr/_9e07dcac._.js +0 -95
  1114. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a68d8f62._.js +0 -3
  1115. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a80e12c8._.js +0 -3
  1116. package/cloud-runtime/standalone/.next/server/chunks/ssr/_b1e1ef71._.js +0 -95
  1117. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e1349560._.js +0 -3
  1118. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_welcome_page_tsx_6c79bc59._.js +0 -3
  1119. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_b82e03da._.js +0 -3
  1120. package/cloud-runtime/standalone/.next/static/chunks/01428247f94115a6.js +0 -1
  1121. package/cloud-runtime/standalone/.next/static/chunks/06cf0ed16bf8aa70.js +0 -28
  1122. package/cloud-runtime/standalone/.next/static/chunks/0bd6498bda341889.js +0 -1
  1123. package/cloud-runtime/standalone/.next/static/chunks/19dd745b663fdffa.js +0 -1
  1124. package/cloud-runtime/standalone/.next/static/chunks/1a3298f21d1040e9.js +0 -4
  1125. package/cloud-runtime/standalone/.next/static/chunks/1c8583feefee0765.js +0 -1
  1126. package/cloud-runtime/standalone/.next/static/chunks/1e3dede69b464364.js +0 -1
  1127. package/cloud-runtime/standalone/.next/static/chunks/238a28856e739dc9.js +0 -2
  1128. package/cloud-runtime/standalone/.next/static/chunks/24772e179852c73e.js +0 -1
  1129. package/cloud-runtime/standalone/.next/static/chunks/2deeba875ec50761.js +0 -1
  1130. package/cloud-runtime/standalone/.next/static/chunks/2e011469003993e9.js +0 -28
  1131. package/cloud-runtime/standalone/.next/static/chunks/31a4164e40ca71e5.js +0 -6
  1132. package/cloud-runtime/standalone/.next/static/chunks/3a55441b018d52e4.js +0 -1
  1133. package/cloud-runtime/standalone/.next/static/chunks/3c202e89da05d9b9.js +0 -1
  1134. package/cloud-runtime/standalone/.next/static/chunks/3c72becf6dff5597.js +0 -1
  1135. package/cloud-runtime/standalone/.next/static/chunks/44dafb5e85578e12.js +0 -16
  1136. package/cloud-runtime/standalone/.next/static/chunks/48e332ac3e9ed56c.js +0 -1
  1137. package/cloud-runtime/standalone/.next/static/chunks/5b567b289ca2273e.css +0 -1
  1138. package/cloud-runtime/standalone/.next/static/chunks/5c0819dcc4bfec85.js +0 -1
  1139. package/cloud-runtime/standalone/.next/static/chunks/5d52c79d9812d06e.js +0 -1
  1140. package/cloud-runtime/standalone/.next/static/chunks/617db51b7444f818.js +0 -1
  1141. package/cloud-runtime/standalone/.next/static/chunks/673bb6094cea9ded.js +0 -1
  1142. package/cloud-runtime/standalone/.next/static/chunks/687d09973325dcf8.js +0 -1
  1143. package/cloud-runtime/standalone/.next/static/chunks/8a4684388ca0f6de.js +0 -7
  1144. package/cloud-runtime/standalone/.next/static/chunks/9bde80696400d2ff.js +0 -12
  1145. package/cloud-runtime/standalone/.next/static/chunks/9f236cc9572783b9.js +0 -93
  1146. package/cloud-runtime/standalone/.next/static/chunks/a9aaec85125f69b1.js +0 -1
  1147. package/cloud-runtime/standalone/.next/static/chunks/ac9a7d8cf17b5d75.js +0 -1
  1148. package/cloud-runtime/standalone/.next/static/chunks/b4c29a62f9255268.js +0 -1
  1149. package/cloud-runtime/standalone/.next/static/chunks/b6bbe747d2b0dddb.js +0 -1
  1150. package/cloud-runtime/standalone/.next/static/chunks/badc6258750e247d.js +0 -1
  1151. package/cloud-runtime/standalone/.next/static/chunks/bc3cad3c821b169b.js +0 -2
  1152. package/cloud-runtime/standalone/.next/static/chunks/bf2bb1662353aff5.js +0 -1
  1153. package/cloud-runtime/standalone/.next/static/chunks/c1fb885eed94aa8c.js +0 -1
  1154. package/cloud-runtime/standalone/.next/static/chunks/c653186036e56204.js +0 -1
  1155. package/cloud-runtime/standalone/.next/static/chunks/cb5581d868e78205.js +0 -1
  1156. package/cloud-runtime/standalone/.next/static/chunks/cbdeb17a36b99000.js +0 -1
  1157. package/cloud-runtime/standalone/.next/static/chunks/d5cc62984dc4205c.js +0 -1
  1158. package/cloud-runtime/standalone/.next/static/chunks/d78cc7d749043fef.js +0 -1
  1159. package/cloud-runtime/standalone/.next/static/chunks/da2b00558cf32f37.js +0 -1
  1160. package/cloud-runtime/standalone/.next/static/chunks/ee5f1457fbc593e1.js +0 -1
  1161. package/cloud-runtime/standalone/.next/static/chunks/ff1a16fafef87110.js +0 -1
  1162. package/cloud-runtime/standalone/.next/static/chunks/turbopack-e1d640f2fbe4fa5e.js +0 -4
  1163. package/cloud-runtime/standalone/app/api/projects/[id]/memory/route.ts +0 -81
  1164. package/cloud-runtime/standalone/app/api/repos/[id]/knowledge/route.ts +0 -98
  1165. /package/cloud-runtime/standalone/.next/server/app/api/{projects/[id]/memory → linear/auth}/route/build-manifest.json +0 -0
  1166. /package/cloud-runtime/standalone/.next/server/app/api/{projects/[id]/memory → linear/auth}/route/server-reference-manifest.json +0 -0
  1167. /package/cloud-runtime/standalone/.next/server/app/api/{projects/[id]/memory → linear/auth}/route.js.map +0 -0
  1168. /package/cloud-runtime/standalone/.next/server/app/api/{repos/[id]/knowledge → linear/callback}/route/build-manifest.json +0 -0
  1169. /package/cloud-runtime/standalone/.next/server/app/api/{repos/[id]/knowledge → linear/callback}/route/server-reference-manifest.json +0 -0
  1170. /package/cloud-runtime/standalone/.next/server/app/api/{repos/[id]/knowledge → linear/callback}/route.js.map +0 -0
  1171. /package/cloud-runtime/standalone/.next/static/{uSe1ovd3mKmeJLdjjWIQA → 1ixi4WIJBgIPp7LJeYeKs}/_buildManifest.js +0 -0
  1172. /package/cloud-runtime/standalone/.next/static/{uSe1ovd3mKmeJLdjjWIQA → 1ixi4WIJBgIPp7LJeYeKs}/_clientMiddlewareManifest.json +0 -0
  1173. /package/cloud-runtime/standalone/.next/static/{uSe1ovd3mKmeJLdjjWIQA → 1ixi4WIJBgIPp7LJeYeKs}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_405b82a5.js",{otherChunks:["chunks/_52aa5b93._.js"],runtimeModuleIds:[59858]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=a(t),e[t]=r),r}function a(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function s(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,s(n,e)},n.j=function(e,r){var n,u;let l,a,s;null!=r?a=(l=i(this.c,r)).exports:(l=this.m,a=this.e);let c=(n=l,u=a,(s=t.get(n))||(t.set(n,s=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of s){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of s)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),s);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),s(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),a=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),a.catch(()=>{})}}),s={get:()=>a,set(e){e!==a&&(a[g]=e)}};Object.defineProperty(r,"exports",s),Object.defineProperty(r,"namespaceObject",s),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function a(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](a)),i.queueCount?u:r()},function(e){e?l(a[w]=e):u(a[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_405b82a5.js",{otherChunks:["chunks/_52aa5b93._.js"],runtimeModuleIds:[559858]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=a(t),e[t]=r),r}function a(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function s(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,s(n,e)},n.j=function(e,r){var n,u;let l,a,s;null!=r?a=(l=i(this.c,r)).exports:(l=this.m,a=this.e);let c=(n=l,u=a,(s=t.get(n))||(t.set(n,s=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of s){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of s)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),s);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),s(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),a=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),a.catch(()=>{})}}),s={get:()=>a,set(e){e!==a&&(a[g]=e)}};Object.defineProperty(r,"exports",s),Object.defineProperty(r,"namespaceObject",s),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function a(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](a)),i.queueCount?u:r()},function(e){e?l(a[w]=e):u(a[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
2
2
  self.TURBOPACK_CHUNK_SUFFIX = ${JSON.stringify("")};
3
3
  self.TURBOPACK_NEXT_CHUNK_URLS = ${JSON.stringify(e.reverse().map(A),null,2)};
4
4
  importScripts(...self.TURBOPACK_NEXT_CHUNK_URLS.map(c => self.TURBOPACK_WORKER_LOCATION + c).reverse());`],{type:"text/javascript"});return URL.createObjectURL(t)};let K=/\.js(?:\?[^#]*)?(?:#.*)?$/;n.w=function(t,r,n){return e.loadWebAssembly(1,this.m.id,t,r,n)},n.u=function(t,r){return e.loadWebAssemblyModule(1,this.m.id,t,r)};let S={};n.c=S;let N=(e,t)=>{let r=S[e];if(r){if(r.error)throw r.error;return r}return q(e,R.Parent,t.id)};function q(e,t,n){let o=P.get(e);if("function"!=typeof o)throw Error(function(e,t,r){let n;switch(t){case 0:n=`as a runtime entry of chunk ${r}`;break;case 1:n=`because it was required from module ${r}`;break;case 2:n="because of an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}return`Module ${e} was instantiated ${n}, but the module factory is not available.`}(e,t,n));let u=a(e),l=u.exports;S[e]=u;let i=new r(u,l);try{o(i,u,l)}catch(e){throw u.error=e,e}return u.namespaceObject&&u.exports!==u.namespaceObject&&d(u.exports,u.namespaceObject),u}function L(t){let r,n=function(e){if("string"==typeof e)return e;let t=decodeURIComponent(("u">typeof TURBOPACK_NEXT_CHUNK_URLS?TURBOPACK_NEXT_CHUNK_URLS.pop():e.getAttribute("src")).replace(/[?#].*$/,""));return t.startsWith("")?t.slice(0):t}(t[0]);return 2===t.length?r=t[1]:(r=void 0,!function(e,t,r,n){let o=1;for(;o<e.length;){let t=e[o],n=o+1;for(;n<e.length&&"function"!=typeof e[n];)n++;if(n===e.length)throw Error("malformed chunk format, expected a factory function");if(!r.has(t)){let u=e[n];for(Object.defineProperty(u,"name",{value:"module evaluation"});o<n;o++)t=e[o],r.set(t,u)}o=n+1}}(t,0,P)),e.registerChunk(n,r)}function B(e,t,r=!1){let n;try{n=t()}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return!r||n.__esModule?n:d(n,p(n),!0)}n.y=async function(e){let t;try{t=await import(e)}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return t&&t.__esModule&&t.default&&"default"in t.default?d(t.default,p(t),!0):t},B.resolve=(e,t)=>require.resolve(e,t),n.x=B,e={registerChunk(e,t){I.add(e),function(e){let t=W.get(e);if(null!=t){for(let r of t)r.requiredChunks.delete(e),0===r.requiredChunks.size&&F(r.runtimeModuleIds,r.chunkPath);W.delete(e)}}(e),null!=t&&(0===t.otherChunks.length?F(t.runtimeModuleIds,e):function(e,t,r){let n=new Set,o={runtimeModuleIds:r,chunkPath:e,requiredChunks:n};for(let e of t){let t=b(e);if(I.has(t))continue;n.add(t);let r=W.get(t);null==r&&(r=new Set,W.set(t,r)),r.add(o)}0===o.requiredChunks.size&&F(o.runtimeModuleIds,o.chunkPath)}(e,t.otherChunks.filter(e=>{var t;return t=b(e),K.test(t)}),t.runtimeModuleIds))},loadChunkCached(e,t){throw Error("chunk loading is not supported")},async loadWebAssembly(e,t,r,n,o){let u=await H(r,n);return await WebAssembly.instantiate(u,o)},loadWebAssemblyModule:async(e,t,r,n)=>H(r,n)};let I=new Set,W=new Map;function F(e,t){for(let r of e)!function(e,t){let r=S[t];if(r){if(r.error)throw r.error;return}q(t,R.Runtime,e)}(t,r)}async function H(e,t){let r;try{r=t()}catch(e){}if(!r)throw Error(`dynamically loading WebAssembly is not supported in this runtime as global was not injected for chunk '${e}'`);return r}let X=globalThis.TURBOPACK;globalThis.TURBOPACK={push:L},X.forEach(L)})();
@@ -1,4 +1,4 @@
1
- (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_cd32efca.js",{otherChunks:["chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_3b93bb62.js","chunks/[root-of-the-server]__9491d0b8._.js"],runtimeModuleIds:[38022]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=s(t),e[t]=r),r}function s(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function a(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,a(n,e)},n.j=function(e,r){var n,u;let l,s,a;null!=r?s=(l=i(this.c,r)).exports:(l=this.m,s=this.e);let c=(n=l,u=s,(a=t.get(n))||(t.set(n,a=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of a){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of a)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),a);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),a(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),s=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),s.catch(()=>{})}}),a={get:()=>s,set(e){e!==s&&(s[g]=e)}};Object.defineProperty(r,"exports",a),Object.defineProperty(r,"namespaceObject",a),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function s(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](s)),i.queueCount?u:r()},function(e){e?l(s[w]=e):u(s[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_cd32efca.js",{otherChunks:["chunks/node_modules_next_dist_esm_build_templates_edge-wrapper_3b93bb62.js","chunks/[root-of-the-server]__9491d0b8._.js"],runtimeModuleIds:[538022]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t=new WeakMap;function r(e,t){this.m=e,this.e=t}let n=r.prototype,o=Object.prototype.hasOwnProperty,u="u">typeof Symbol&&Symbol.toStringTag;function l(e,t,r){o.call(e,t)||Object.defineProperty(e,t,r)}function i(e,t){let r=e[t];return r||(r=s(t),e[t]=r),r}function s(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function a(e,t){l(e,"__esModule",{value:!0}),u&&l(e,u,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)l(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?l(e,n,{get:o,set:t[r++],enumerable:!0}):l(e,n,{get:o,enumerable:!0})}Object.seal(e)}n.s=function(e,t){let r,n;null!=t?n=(r=i(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,a(n,e)},n.j=function(e,r){var n,u;let l,s,a;null!=r?s=(l=i(this.c,r)).exports:(l=this.m,s=this.e);let c=(n=l,u=s,(a=t.get(n))||(t.set(n,a=[]),n.exports=n.namespaceObject=new Proxy(u,{get(e,t){if(o.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of a){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of a)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),a);"object"==typeof e&&null!==e&&c.push(e)},n.v=function(e,t){(null!=t?i(this.c,t):this.m).exports=e},n.n=function(e,t){let r;(r=null!=t?i(this.c,t):this.m).exports=r.namespaceObject=e};let c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f=[null,c({}),c([]),c(c)];function d(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!f.includes(t);t=c(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),a(t,n),t}function p(e){return"function"==typeof e?function(...t){return e.apply(this,t)}:Object.create(null)}function h(e){let t=N(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=d(r,p(r),r&&r.__esModule)}function m(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function b(e){return"string"==typeof e?e:e.path}function y(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}n.i=h,n.A=function(e){return this.r(e)(h.bind(this))},n.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},n.r=function(e){return N(e,this.m).exports},n.f=function(e){function t(t){if(t=m(t),o.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=m(t),o.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let O=Symbol("turbopack queues"),g=Symbol("turbopack exports"),w=Symbol("turbopack error");function _(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}n.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:u,reject:l,promise:i}=y(),s=Object.assign(i,{[g]:r.exports,[O]:e=>{n&&e(n),o.forEach(e),s.catch(()=>{})}}),a={get:()=>s,set(e){e!==s&&(s[g]=e)}};Object.defineProperty(r,"exports",a),Object.defineProperty(r,"namespaceObject",a),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(O in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[g]:{},[O]:e=>e(t)};return e.then(e=>{r[g]=e,_(t)},e=>{r[w]=e,_(t)}),r}}return{[g]:e,[O]:()=>{}}}),r=()=>t.map(e=>{if(e[w])throw e[w];return e[g]}),{promise:u,resolve:l}=y(),i=Object.assign(()=>l(r),{queueCount:0});function s(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(i.queueCount++,e.push(i)))}return t.map(e=>e[O](s)),i.queueCount?u:r()},function(e){e?l(s[w]=e):u(s[g]),_(n)}),n&&-1===n.status&&(n.status=0)};let C=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function j(e,t){throw Error(`Invariant: ${t(e)}`)}C.prototype=URL.prototype,n.U=C,n.z=function(e){throw Error("dynamic usage of require is not supported")},n.g=globalThis;let k=r.prototype;var U,R=((U=R||{})[U.Runtime=0]="Runtime",U[U.Parent=1]="Parent",U[U.Update=2]="Update",U);let P=new Map;n.M=P;let v=new Map,T=new Map;async function $(e,t,r){let n;if("string"==typeof r)return M(e,t,A(r));let o=r.included||[],u=o.map(e=>!!P.has(e)||v.get(e));if(u.length>0&&u.every(e=>e))return void await Promise.all(u);let l=r.moduleChunks||[],i=l.map(e=>T.get(e)).filter(e=>e);if(i.length>0){if(i.length===l.length)return void await Promise.all(i);let r=new Set;for(let e of l)T.has(e)||r.add(e);for(let n of r){let r=M(e,t,A(n));T.set(n,r),i.push(r)}n=Promise.all(i)}else{for(let o of(n=M(e,t,A(r.path)),l))T.has(o)||T.set(o,n)}for(let e of o)v.has(e)||v.set(e,n);await n}k.l=function(e){return $(1,this.m.id,e)};let x=Promise.resolve(void 0),E=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),u=E.get(o);if(void 0===u){let e=E.set.bind(E,o,x);u=o.then(e).catch(e=>{let o;switch(t){case 0:o=`as a runtime dependency of chunk ${r}`;break;case 1:o=`from module ${r}`;break;case 2:o="from an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}let u=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw u.name="ChunkLoadError",u}),E.set(o,u)}return u}function A(e){return`${e.split("/").map(e=>encodeURIComponent(e)).join("/")}`}k.L=function(e){return M(1,this.m.id,e)},k.R=function(e){let t=this.r(e);return t?.default??t},k.P=function(e){return`/ROOT/${e??""}`},k.b=function(e){let t=new Blob([`self.TURBOPACK_WORKER_LOCATION = ${JSON.stringify(location.origin)};
2
2
  self.TURBOPACK_CHUNK_SUFFIX = ${JSON.stringify("")};
3
3
  self.TURBOPACK_NEXT_CHUNK_URLS = ${JSON.stringify(e.reverse().map(A),null,2)};
4
4
  importScripts(...self.TURBOPACK_NEXT_CHUNK_URLS.map(c => self.TURBOPACK_WORKER_LOCATION + c).reverse());`],{type:"text/javascript"});return URL.createObjectURL(t)};let K=/\.js(?:\?[^#]*)?(?:#.*)?$/;n.w=function(t,r,n){return e.loadWebAssembly(1,this.m.id,t,r,n)},n.u=function(t,r){return e.loadWebAssemblyModule(1,this.m.id,t,r)};let S={};n.c=S;let N=(e,t)=>{let r=S[e];if(r){if(r.error)throw r.error;return r}return q(e,R.Parent,t.id)};function q(e,t,n){let o=P.get(e);if("function"!=typeof o)throw Error(function(e,t,r){let n;switch(t){case 0:n=`as a runtime entry of chunk ${r}`;break;case 1:n=`because it was required from module ${r}`;break;case 2:n="because of an HMR update";break;default:j(t,e=>`Unknown source type: ${e}`)}return`Module ${e} was instantiated ${n}, but the module factory is not available.`}(e,t,n));let u=s(e),l=u.exports;S[e]=u;let i=new r(u,l);try{o(i,u,l)}catch(e){throw u.error=e,e}return u.namespaceObject&&u.exports!==u.namespaceObject&&d(u.exports,u.namespaceObject),u}function L(t){let r,n=function(e){if("string"==typeof e)return e;let t=decodeURIComponent(("u">typeof TURBOPACK_NEXT_CHUNK_URLS?TURBOPACK_NEXT_CHUNK_URLS.pop():e.getAttribute("src")).replace(/[?#].*$/,""));return t.startsWith("")?t.slice(0):t}(t[0]);return 2===t.length?r=t[1]:(r=void 0,!function(e,t,r,n){let o=1;for(;o<e.length;){let t=e[o],n=o+1;for(;n<e.length&&"function"!=typeof e[n];)n++;if(n===e.length)throw Error("malformed chunk format, expected a factory function");if(!r.has(t)){let u=e[n];for(Object.defineProperty(u,"name",{value:"module evaluation"});o<n;o++)t=e[o],r.set(t,u)}o=n+1}}(t,0,P)),e.registerChunk(n,r)}function B(e,t,r=!1){let n;try{n=t()}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return!r||n.__esModule?n:d(n,p(n),!0)}n.y=async function(e){let t;try{t=await import(e)}catch(t){throw Error(`Failed to load external module ${e}: ${t}`)}return t&&t.__esModule&&t.default&&"default"in t.default?d(t.default,p(t),!0):t},B.resolve=(e,t)=>require.resolve(e,t),n.x=B,e={registerChunk(e,t){I.add(e),function(e){let t=W.get(e);if(null!=t){for(let r of t)r.requiredChunks.delete(e),0===r.requiredChunks.size&&F(r.runtimeModuleIds,r.chunkPath);W.delete(e)}}(e),null!=t&&(0===t.otherChunks.length?F(t.runtimeModuleIds,e):function(e,t,r){let n=new Set,o={runtimeModuleIds:r,chunkPath:e,requiredChunks:n};for(let e of t){let t=b(e);if(I.has(t))continue;n.add(t);let r=W.get(t);null==r&&(r=new Set,W.set(t,r)),r.add(o)}0===o.requiredChunks.size&&F(o.runtimeModuleIds,o.chunkPath)}(e,t.otherChunks.filter(e=>{var t;return t=b(e),K.test(t)}),t.runtimeModuleIds))},loadChunkCached(e,t){throw Error("chunk loading is not supported")},async loadWebAssembly(e,t,r,n,o){let u=await H(r,n);return await WebAssembly.instantiate(u,o)},loadWebAssemblyModule:async(e,t,r,n)=>H(r,n)};let I=new Set,W=new Map;function F(e,t){for(let r of e)!function(e,t){let r=S[t];if(r){if(r.error)throw r.error;return}q(t,R.Runtime,e)}(t,r)}async function H(e,t){let r;try{r=t()}catch(e){}if(!r)throw Error(`dynamically loading WebAssembly is not supported in this runtime as global was not injected for chunk '${e}'`);return r}let X=globalThis.TURBOPACK;globalThis.TURBOPACK={push:L},X.forEach(L)})();
@@ -20,13 +20,21 @@
20
20
  "/api/history": {},
21
21
  "/api/history/status": {},
22
22
  "/api/knowledge-notes": {},
23
+ "/api/linear/auth": {},
24
+ "/api/linear/callback": {},
25
+ "/api/linear/cycles": {},
26
+ "/api/linear/issues": {},
27
+ "/api/linear/mcp-setup": {},
28
+ "/api/linear/runs": {},
29
+ "/api/linear/runs/[id]": {},
30
+ "/api/linear/status": {},
31
+ "/api/linear/token": {},
23
32
  "/api/logs": {},
24
33
  "/api/logs/stream": {},
25
34
  "/api/migrate/teams-to-projects": {},
26
35
  "/api/migrate/workspaces-to-projects": {},
27
36
  "/api/participants": {},
28
37
  "/api/projects/[id]/agents": {},
29
- "/api/projects/[id]/memory": {},
30
38
  "/api/projects/[id]/skills": {},
31
39
  "/api/projects/[id]/threads": {},
32
40
  "/api/projects/[id]/variables": {},
@@ -37,7 +45,6 @@
37
45
  "/api/prompt-jobs/agents": {},
38
46
  "/api/prompt-jobs/poll": {},
39
47
  "/api/reactions": {},
40
- "/api/repos/[id]/knowledge": {},
41
48
  "/api/schedules": {},
42
49
  "/api/schedules/debug": {},
43
50
  "/api/schedules/poll": {},
@@ -1,4 +1,4 @@
1
1
  var R=require("./chunks/[turbopack]_runtime.js")("server/instrumentation.js")
2
2
  R.c("server/chunks/_22fe5fd2._.js")
3
- R.m(69449)
4
- module.exports=R.m(69449).exports
3
+ R.m(769449)
4
+ module.exports=R.m(769449).exports
@@ -8,12 +8,12 @@ globalThis.__BUILD_MANIFEST = {
8
8
  ],
9
9
  "lowPriorityFiles": [],
10
10
  "rootMainFiles": [
11
- "static/chunks/687d09973325dcf8.js",
12
- "static/chunks/cbdeb17a36b99000.js",
13
- "static/chunks/ee5f1457fbc593e1.js",
14
- "static/chunks/238a28856e739dc9.js",
15
- "static/chunks/1a3298f21d1040e9.js",
16
- "static/chunks/turbopack-e1d640f2fbe4fa5e.js"
11
+ "static/chunks/1d8496cecfe9a523.js",
12
+ "static/chunks/de271f8f22d293b4.js",
13
+ "static/chunks/961311cbebbffb6d.js",
14
+ "static/chunks/2375e3fd2a9b8844.js",
15
+ "static/chunks/797fcb0710da3be2.js",
16
+ "static/chunks/turbopack-0ace1f53f3e3cf46.js"
17
17
  ]
18
18
  };
19
19
  globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
@@ -20,11 +20,11 @@
20
20
  "wasm": [],
21
21
  "assets": [],
22
22
  "env": {
23
- "__NEXT_BUILD_ID": "uSe1ovd3mKmeJLdjjWIQA",
24
- "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "XBxjVL09v8MOIcfVYwrjNRBT+HfTCs13izUSp+vzyXY=",
25
- "__NEXT_PREVIEW_MODE_ID": "97d3280819d9bebb1368f82aab746ac5",
26
- "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "2808779894176727d8d209cb5f0e404733b77986c3b6d9cbeae85dd2116827bf",
27
- "__NEXT_PREVIEW_MODE_SIGNING_KEY": "68ce2504ec10c3fce59b98987ea4d6ad03a65ffcefda685cf550c2fc8a582ae7"
23
+ "__NEXT_BUILD_ID": "1ixi4WIJBgIPp7LJeYeKs",
24
+ "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "UeRwrLOzpBL1+iXIjwOJM2hpO+wRPsUOoL3tW2caFGM=",
25
+ "__NEXT_PREVIEW_MODE_ID": "fe7da2b9b82a8682bc573ab7e793f7c9",
26
+ "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "22321382176f736bdc4695d60b309fb71988f428e68de85c72fa9ec8e54bb3b1",
27
+ "__NEXT_PREVIEW_MODE_SIGNING_KEY": "3970331c3e7ccf717ecb33055cc532f24ee4be866034d1d77bb94e4b76e6649f"
28
28
  }
29
29
  }
30
30
  },
@@ -1 +1 @@
1
- self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/app/_not-found/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/board/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/execution-graph/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/graph/[taskId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/knowledge/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/thread/[threadId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/orphans/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/skills/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/status/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/thread/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/welcome/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
1
+ self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/app/_not-found/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/agents/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/board/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/execution-graph/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/automations/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/graph/[taskId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/knowledge/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/linear/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/[slug]/thread/[threadId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/orphans/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/projects/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/skills/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/status/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/thread/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ],\n \"[project]/app/welcome/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.853070df.woff2\",\n \"static/media/797e433ab948586e-s.p.dbea232f.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
@@ -40,6 +40,10 @@
40
40
  "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
41
41
  "static/media/797e433ab948586e-s.p.dbea232f.woff2"
42
42
  ],
43
+ "[project]/app/projects/[slug]/linear/page": [
44
+ "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
45
+ "static/media/797e433ab948586e-s.p.dbea232f.woff2"
46
+ ],
43
47
  "[project]/app/projects/[slug]/page": [
44
48
  "static/media/caa3a2e1cccd8315-s.p.853070df.woff2",
45
49
  "static/media/797e433ab948586e-s.p.dbea232f.woff2"
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--uSe1ovd3mKmeJLdjjWIQA--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/2473c16c0c2f6b5f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/5b567b289ca2273e.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/687d09973325dcf8.js"/><script src="/_next/static/chunks/cbdeb17a36b99000.js" async=""></script><script src="/_next/static/chunks/ee5f1457fbc593e1.js" async=""></script><script src="/_next/static/chunks/238a28856e739dc9.js" async=""></script><script src="/_next/static/chunks/1a3298f21d1040e9.js" async=""></script><script src="/_next/static/chunks/turbopack-e1d640f2fbe4fa5e.js" async=""></script><script src="/_next/static/chunks/9bde80696400d2ff.js" async=""></script><script src="/_next/static/chunks/2deeba875ec50761.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>AGX</title><meta name="description" content="Agent task orchestration and group chat"/><script>
1
+ <!DOCTYPE html><!--1ixi4WIJBgIPp7LJeYeKs--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/2473c16c0c2f6b5f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/d522224ad5c8d724.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1d8496cecfe9a523.js"/><script src="/_next/static/chunks/de271f8f22d293b4.js" async=""></script><script src="/_next/static/chunks/961311cbebbffb6d.js" async=""></script><script src="/_next/static/chunks/2375e3fd2a9b8844.js" async=""></script><script src="/_next/static/chunks/797fcb0710da3be2.js" async=""></script><script src="/_next/static/chunks/turbopack-0ace1f53f3e3cf46.js" async=""></script><script src="/_next/static/chunks/c3784233f00e1ff5.js" async=""></script><script src="/_next/static/chunks/012b9216c9932478.js" async=""></script><script src="/_next/static/chunks/73e3194f06db260e.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>AGX</title><meta name="description" content="Agent task orchestration and group chat"/><script>
2
2
  (() => {
3
3
  try {
4
4
  const storedTheme = localStorage.getItem("agx-theme");
@@ -10,4 +10,4 @@
10
10
  root.style.colorScheme = theme;
11
11
  } catch {}
12
12
  })();
13
- </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-[var(--background)]"><span class="spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"></span></div><script src="/_next/static/chunks/687d09973325dcf8.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[34088,[\"/_next/static/chunks/9bde80696400d2ff.js\"],\"default\"]\n3:I[39756,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n5:I[34377,[\"/_next/static/chunks/9bde80696400d2ff.js\"],\"GoogleAnalytics\"]\n6:I[15816,[\"/_next/static/chunks/9bde80696400d2ff.js\"],\"PostHogAnalytics\"]\n7:I[97367,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[97367,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\nc:I[97367,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\ne:I[53348,[\"/_next/static/chunks/2deeba875ec50761.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n:HL[\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"style\"]\n:HL[\"/_next/static/chunks/5b567b289ca2273e.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"uSe1ovd3mKmeJLdjjWIQA\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/5b567b289ca2273e.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/9bde80696400d2ff.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(() =\u003e {\\n try {\\n const storedTheme = localStorage.getItem(\\\"agx-theme\\\");\\n const theme = storedTheme === \\\"dark\\\" || storedTheme === \\\"light\\\"\\n ? storedTheme\\n : (window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches ? \\\"dark\\\" : \\\"light\\\");\\n const root = document.documentElement;\\n root.classList.toggle(\\\"dark\\\", theme === \\\"dark\\\");\\n root.style.colorScheme = theme;\\n } catch {}\\n})();\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"AGX\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Agent task orchestration and group chat\"}]]\n"])</script></body></html>
13
+ </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-[var(--background)]"><span class="spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"></span></div><script src="/_next/static/chunks/1d8496cecfe9a523.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[634088,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"default\"]\n3:I[339756,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n4:I[837457,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n5:I[205529,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"default\"]\n6:I[134377,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"GoogleAnalytics\"]\n7:I[715816,[\"/_next/static/chunks/c3784233f00e1ff5.js\"],\"PostHogAnalytics\"]\n8:I[897367,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nb:I[897367,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"ViewportBoundary\"]\nd:I[897367,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"MetadataBoundary\"]\nf:I[253348,[\"/_next/static/chunks/012b9216c9932478.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n:HL[\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"style\"]\n:HL[\"/_next/static/chunks/d522224ad5c8d724.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1ixi4WIJBgIPp7LJeYeKs\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/d522224ad5c8d724.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c3784233f00e1ff5.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n(() =\u003e {\\n try {\\n const storedTheme = localStorage.getItem(\\\"agx-theme\\\");\\n const theme = storedTheme === \\\"dark\\\" || storedTheme === \\\"light\\\"\\n ? storedTheme\\n : (window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches ? \\\"dark\\\" : \\\"light\\\");\\n const root = document.documentElement;\\n root.classList.toggle(\\\"dark\\\", theme === \\\"dark\\\");\\n root.style.colorScheme = theme;\\n } catch {}\\n})();\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased min-h-screen overflow-x-hidden overflow-y-auto bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"a:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"AGX\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Agent task orchestration and group chat\"}]]\n"])</script></body></html>
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--uSe1ovd3mKmeJLdjjWIQA--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/687d09973325dcf8.js"/><script src="/_next/static/chunks/cbdeb17a36b99000.js" async=""></script><script src="/_next/static/chunks/ee5f1457fbc593e1.js" async=""></script><script src="/_next/static/chunks/238a28856e739dc9.js" async=""></script><script src="/_next/static/chunks/1a3298f21d1040e9.js" async=""></script><script src="/_next/static/chunks/turbopack-e1d640f2fbe4fa5e.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/0bd6498bda341889.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/687d09973325dcf8.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/0bd6498bda341889.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"uSe1ovd3mKmeJLdjjWIQA\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0bd6498bda341889.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--1ixi4WIJBgIPp7LJeYeKs--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/1d8496cecfe9a523.js"/><script src="/_next/static/chunks/de271f8f22d293b4.js" async=""></script><script src="/_next/static/chunks/961311cbebbffb6d.js" async=""></script><script src="/_next/static/chunks/2375e3fd2a9b8844.js" async=""></script><script src="/_next/static/chunks/797fcb0710da3be2.js" async=""></script><script src="/_next/static/chunks/turbopack-0ace1f53f3e3cf46.js" async=""></script><script src="/_next/static/chunks/d96012bcfc98706a.js" async=""></script><script src="/_next/static/chunks/73e3194f06db260e.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/1d8496cecfe9a523.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"ViewportBoundary\"]\n9:I[897367,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"MetadataBoundary\"]\nb:I[168027,[\"/_next/static/chunks/d96012bcfc98706a.js\",\"/_next/static/chunks/73e3194f06db260e.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1ixi4WIJBgIPp7LJeYeKs\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/d96012bcfc98706a.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/73e3194f06db260e.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"XBxjVL09v8MOIcfVYwrjNRBT+HfTCs13izUSp+vzyXY=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"UeRwrLOzpBL1+iXIjwOJM2hpO+wRPsUOoL3tW2caFGM=\"\n}"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "node": {},
3
3
  "edge": {},
4
- "encryptionKey": "XBxjVL09v8MOIcfVYwrjNRBT+HfTCs13izUSp+vzyXY="
4
+ "encryptionKey": "UeRwrLOzpBL1+iXIjwOJM2hpO+wRPsUOoL3tW2caFGM="
5
5
  }
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,686311,e=>{"use strict";let t=(0,e.i(475254).default)("message-square",[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]]);e.s(["MessageSquare",()=>t],686311)},531278,717521,e=>{"use strict";let t=(0,e.i(475254).default)("loader-circle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);e.s(["default",()=>t],717521),e.s(["Loader2",()=>t],531278)},63209,e=>{"use strict";let t=(0,e.i(475254).default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);e.s(["AlertCircle",()=>t],63209)},178583,e=>{"use strict";let t=(0,e.i(475254).default)("file-text",[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);e.s(["FileText",()=>t],178583)},2651,e=>{"use strict";let t={threadSidebarVisible:!1,workspaceRoots:[],homeSearchConsent:!1,hasCompletedFirstRun:!1,fileIgnorePatterns:[]};function r(e){return e&&"object"==typeof e?{threadSidebarVisible:"boolean"==typeof e.threadSidebarVisible?e.threadSidebarVisible:t.threadSidebarVisible,workspaceRoots:Array.isArray(e.workspaceRoots)?e.workspaceRoots.filter(e=>"string"==typeof e):t.workspaceRoots,homeSearchConsent:"boolean"==typeof e.homeSearchConsent?e.homeSearchConsent:t.homeSearchConsent,hasCompletedFirstRun:"boolean"==typeof e.hasCompletedFirstRun?e.hasCompletedFirstRun:t.hasCompletedFirstRun,fileIgnorePatterns:Array.isArray(e.fileIgnorePatterns)?e.fileIgnorePatterns.filter(e=>"string"==typeof e):t.fileIgnorePatterns}:t}let a="/api/userPreferences";function n(e){return e.json().then(e=>e&&"object"==typeof e?r(e.preferences??e):r(e)).catch(()=>r(null))}function s(e){return e.statusText||`Failed to reach ${a} (${e.status})`}async function i(){let e=await fetch(a,{cache:"no-store"});if(!e.ok)throw Error(s(e));return n(e)}async function o(e){let t=await fetch(a,{method:"POST",headers:{"Content-Type":"application/json"},cache:"no-store",body:JSON.stringify({preferences:e})});if(!t.ok)throw Error(s(t));return n(t)}e.s(["fetchUserPreferences",()=>i,"updateUserPreferences",()=>o],2651)},829415,e=>{"use strict";function t(e){return e.replace(/\[reaction\s+[^\]]*\]/gi,"").replace(/\[agx:[^\]]*\]/g,"").replace(/\[checkpoint\]/g,"").replace(/\[criteria:\s*[^\]]*\]/g,"").replace(/\[done\]/g,"").replace(/\[blocked[^\]]*\]/g,"").replace(/^\[SKIP\]$/gm,"").trim()}e.s(["stripMarkers",()=>t])},503116,e=>{"use strict";let t=(0,e.i(475254).default)("clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]]);e.s(["Clock",()=>t],503116)},16715,e=>{"use strict";let t=(0,e.i(475254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCw",()=>t],16715)},430520,e=>{"use strict";var t=e.i(271645);function r(e){return`threadId=${encodeURIComponent(e)}`}function a(e){return`workspaceId=${encodeURIComponent(e)}`}function n(e){let[n,s]=(0,t.useState)([]),[i,o]=(0,t.useState)([]),[l,u]=(0,t.useState)([]),c=(0,t.useRef)(e),d=(0,t.useRef)(e);c.current=e,d.current!==e&&(d.current=e,s([]),o([]),u([]));let f=(0,t.useCallback)(async e=>{let t=e?.trim()||c.current?.trim();if(!t){s([]),o([]);return}let n=r(t);try{let[e,r]=await Promise.all([fetch(`/api/history?${n}`),fetch(`/api/logs?${a(t)}`)]);if(c.current!==t)return;e.ok&&s(await e.json()),r.ok&&o(await r.json())}catch{}},[]),h=(0,t.useCallback)(async e=>{let t=e?.trim()||c.current?.trim();if(!t){s([]),o([]);return}let n=r(t);await Promise.all([fetch(`/api/history?${n}`,{method:"DELETE"}),fetch(`/api/logs?${a(t)}`,{method:"DELETE"})]),c.current===t&&(s([]),o([]))},[]),p=(0,t.useCallback)(async(e,t=10,r,a,n,i,o,l,d,f)=>{let h=r?.trim()||c.current?.trim();if(!h)return;let p=Date.now(),m=crypto.randomUUID(),y={id:m,role:"user",participantId:null,content:e,timestamp:p,rootMessageId:a||null,parentMessageId:a||null,depth:+!!a,...i&&i.length>0?{attachments:i}:{}};s(e=>[...e,y]);try{let r=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({threadId:h,prompt:e,promptPrefix:d||void 0,maxRounds:t,userMessageId:m,rootMessageId:a||void 0,attachmentIds:n?.length?n:void 0,activeParticipantIds:Array.isArray(o)?o:void 0,projectSlug:l?.trim()||void 0,routing:f})}),s=await r.json().catch(()=>null);r.ok&&s?.chatRunId&&u(e=>[{chatRunId:s.chatRunId,threadId:h,rootMessageId:a||m,status:"queued",optimistic:!0,enqueuedAt:Date.now()},...e.filter(e=>e.chatRunId!==s.chatRunId)])}catch{}return m},[]),m=(0,t.useCallback)(async()=>{let e=c.current?.trim();if(e)try{await fetch(`/api/processes?workspaceId=${encodeURIComponent(e)}`,{method:"DELETE"})}catch{}},[]),y=(0,t.useCallback)(async e=>{let t=c.current?.trim();if(t)try{await fetch(`/api/processes?workspaceId=${encodeURIComponent(t)}&threadId=${encodeURIComponent(e)}`,{method:"DELETE"})}catch{}},[]);return{messages:n,setMessages:s,logs:i,sendMessage:p,loadHistory:f,clearHistory:h,clearLogs:(0,t.useCallback)(async e=>{let t=e?.trim()||c.current?.trim();t?(await fetch(`/api/logs?${a(t)}`,{method:"DELETE"}).catch(()=>{}),c.current===t&&o([])):o([])},[]),chatRuns:l,setChatRuns:u,stop:m,stopThread:y}}e.s(["useGroupChat",()=>n])},286476,e=>{"use strict";function t(e){if("string"==typeof e)return e.trim()||void 0}function r(e,r){let a=new Set,n=new Set;!function e(t,r){if(t)for(let a of t)r(a),e(a.content,r)}(e.content,e=>{if("participantMention"!==e.type)return;let t=e.attrs??{},r="string"==typeof t.id?t.id.trim():"",s="string"==typeof t.kind?t.kind:"agent";r&&"agent"===s&&(a.add(r),"parallel"===t.mode&&n.add(r))});let s=t(r);return{...s?{pinnedParticipantId:s}:{},mentionedParticipantIds:Array.from(a),parallelParticipantIds:Array.from(n)}}function a(e,r){let a=function(e){if(!Array.isArray(e))return[];let t=new Set,r=[];for(let a of e){if("string"!=typeof a)continue;let e=a.trim();!e||t.has(e)||(t.add(e),r.push(e))}return r}(e),n=t(r);return n&&a.includes(n)?[n,...a.filter(e=>e!==n)]:a}e.s(["extractComposerRouting",()=>r,"orderParticipantIds",()=>a])},650030,e=>{"use strict";var t=e.i(271645);let r=new Set(["spawning","running"]);function a(e,a){let n=a?.intervalMs??1500,s=a?.idleIntervalMs??1e4,[i,o]=(0,t.useState)(new Set),[l,u]=(0,t.useState)([]),[c,d]=(0,t.useState)({}),[f,h]=(0,t.useState)([]),p=(0,t.useRef)(e);p.current=e;let m=(0,t.useRef)(a?.messages??[]);m.current=a?.messages??[];let y=(0,t.useRef)(a?.setMessages);y.current=a?.setMessages;let g=(0,t.useRef)(0);(0,t.useEffect)(()=>{let e=a?.messages??[];if(e.length>0){let t=Math.max(...e.map(e=>e.timestamp));t>g.current&&(g.current=t)}},[a?.messages]);let v=(0,t.useCallback)(async()=>{let e=p.current;if(!e){o(new Set),u([]),d({}),h([]);return}let t=null;if(e.threadId?t=`/api/processes?threadId=${encodeURIComponent(e.threadId)}`:e.workspaceId&&(t=`/api/processes?workspaceId=${encodeURIComponent(e.workspaceId)}`),!t){o(new Set),u([]),d({}),h([]);return}try{let n=e.workspaceId||e.threadId,s=n?`/api/history?threadId=${encodeURIComponent(n)}&since=${g.current}`:null,i=n?`/api/chat-runs?threadId=${encodeURIComponent(n)}&limit=20`:null,l=[fetch(t)];s&&l.push(fetch(s)),i&&l.push(fetch(i));let[c,f,v]=await Promise.all(l),k=p.current;if(k?.threadId!==e.threadId||k?.workspaceId!==e.workspaceId)return;if(c.ok){let e=await c.json();u(e);let t=new Set(e.filter(e=>r.has(e.state)).map(e=>e.agentId));o(t);let a={};for(let t of e){if(!r.has(t.state))continue;let e=m.current.find(e=>e.id===t.sinceMessageId),n=e?.rootMessageId??t.sinceMessageId;a[t.agentId]={content:"",rootMessageId:n}}d(a)}if(v?.ok){var a;let e=(a=await v.json(),Array.isArray(a)?a.map(e=>{if(!e||"object"!=typeof e)return null;let t="string"==typeof e.chatRunId?e.chatRunId:"string"==typeof e.id?e.id:null,r="string"==typeof e.threadId?e.threadId:null,a="string"==typeof e.status?e.status:null,n="string"==typeof e.rootMessageId?e.rootMessageId:(e.rootMessageId,null);return t&&r&&a&&("queued"===a||"running"===a||"awaiting_user"===a||"blocked"===a||"completed"===a||"failed"===a||"cancelled"===a)?{chatRunId:t,threadId:r,rootMessageId:n,status:a,optimistic:!1}:null}).filter(e=>!!e):[]);h(e)}if(f?.ok&&y.current){let e=await f.json();if(e.length>0){let t=Math.max(...e.map(e=>e.timestamp));t>g.current&&(g.current=t),y.current(t=>{let r=new Set(t.map(e=>e.id)),a=e.filter(e=>!r.has(e.id)),n=t.map(t=>e.find(e=>e.id===t.id)??t);return 0===a.length?n:[...n,...a].sort((e,t)=>e.timestamp-t.timestamp)})}}}catch{}},[]),k=e?.threadId||e?.workspaceId||null,w=f.some(e=>"queued"===e.status||"running"===e.status),S=l.some(e=>r.has(e.state)),b=w||S?n:s;return(0,t.useEffect)(()=>{if(!k){o(new Set),u([]),d({}),h([]);return}v();let e=setInterval(v,b);return()=>clearInterval(e)},[k,b,v]),{activeAgents:i,processes:l,streaming:c,chatRuns:f,poll:v}}e.s(["useProcessPolling",()=>a])},595468,e=>{"use strict";let t=(0,e.i(475254).default)("circle-check",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);e.s(["CheckCircle2",()=>t],595468)},373375,e=>{"use strict";let t=(0,e.i(475254).default)("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);e.s(["ChevronLeft",()=>t],373375)},878894,e=>{"use strict";let t=(0,e.i(475254).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);e.s(["AlertTriangle",()=>t],878894)},114683,e=>{"use strict";let t=(0,e.i(475254).default)("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);e.s(["Circle",()=>t],114683)},373884,e=>{"use strict";let t=(0,e.i(475254).default)("circle-x",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);e.s(["XCircle",()=>t],373884)},761911,e=>{"use strict";let t=(0,e.i(475254).default)("users",[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]]);e.s(["Users",()=>t],761911)},440160,e=>{"use strict";let t=(0,e.i(475254).default)("download",[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]]);e.s(["Download",()=>t],440160)},399438,e=>{"use strict";let t="agx-chat:threads";function r(){let e=globalThis.localStorage;if(!e)throw Error("LocalThreadAdapter requires a browser-like environment with `localStorage`.");return e}function a(){let e=r().getItem(t);if(!e)return{threads:{}};try{let t=JSON.parse(e);if(t&&"object"==typeof t&&t.threads&&"object"==typeof t.threads)return{threads:Object.fromEntries(Object.entries(t.threads).map(([e,t])=>{var r,a;return[e,(r=e,a=t,{id:r,title:a?.title,messages:Array.isArray(a?.messages)?[...a.messages]:[],createdAt:"number"==typeof a?.createdAt?a.createdAt:Date.now(),updatedAt:"number"==typeof a?.updatedAt?a.updatedAt:Date.now(),metadata:a?.metadata,status:a?.status,outcomeNote:a?.outcomeNote,projectId:"string"==typeof a?.projectId?a.projectId:"string"==typeof a?.teamId?a.teamId:a?.projectId===null||a?.teamId===null?null:void 0})]}))}}catch{}return{threads:{}}}function n(e){r().setItem(t,JSON.stringify(e))}function s(e){return{...e,messages:e.messages.map(e=>({...e})),metadata:e.metadata?{...e.metadata}:void 0}}let i=new class{async saveThread(e){let t=Date.now(),r=a(),i=r.threads[e.id],o=i?.createdAt??e.createdAt??t,l=e.updatedAt??t,u={id:e.id,title:e.title,messages:e.messages.map(e=>({...e})),metadata:e.metadata,createdAt:o,updatedAt:l,status:e.status,outcomeNote:e.outcomeNote,projectId:e.projectId??e.teamId};return r.threads[e.id]=u,n(r),s(u)}async loadThread(e){let t=a().threads[e];return t?s(t):null}async listThreads(e){let t=Object.values(a().threads),r=e?.order??"desc",n=[...t].sort((e,t)=>"asc"===r?e.updatedAt-t.updatedAt:t.updatedAt-e.updatedAt),i=Math.max(0,e?.offset??0),o=e?.limit,l="number"==typeof o&&o>=0?n.slice(i,i+o):n.slice(i);return{total:t.length,threads:l.map(s)}}async deleteThread(e){let t=a();t.threads[e]&&(delete t.threads[e],n(t))}};e.s(["threadService",0,{listThreads:async()=>[...(await i.listThreads({order:"desc"})).threads.filter(e=>!0!==e.metadata?.archived)].sort((e,t)=>t.updatedAt-e.updatedAt),async createThread(e){let t="string"==typeof e?.id?e.id.trim():"";if(t){let r=await i.loadThread(t);if(r){let t={...r.metadata??{},...e?.metadata??{},archived:!1,archivedAt:null};return i.saveThread({id:r.id,title:e?.title??r.title,messages:e?.messages?.length?e.messages:r.messages,metadata:t,createdAt:r.createdAt})}}let r={id:t||("u">typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():`thread-${Date.now()}-${Math.random().toString(16).slice(2)}`),messages:e?.messages?.length?e.messages:[],title:e?.title,metadata:e?.metadata};return i.saveThread(r)},async deleteThread(e){let t=e.trim();if(!t)return;let r=await i.loadThread(t);if(!r)return;let a={...r.metadata??{},archived:!0,archivedAt:Date.now()};await i.saveThread({id:r.id,title:r.title,messages:r.messages,metadata:a,createdAt:r.createdAt})},async renameThread(e,t){let r=e.trim(),a=t.trim();if(!r||!a)return null;let n=await i.loadThread(r);return n?(n.title?.trim()??"")===a?n:i.saveThread({id:n.id,title:a,messages:n.messages,metadata:n.metadata,createdAt:n.createdAt}):null},async updateThreadStatus(e,t){let r=await i.loadThread(e);return r?r.status===t?r:i.saveThread({id:r.id,title:r.title,messages:r.messages,metadata:r.metadata,createdAt:r.createdAt,status:t,outcomeNote:r.outcomeNote}):null},async updateThreadOutcomeNote(e,t){let r=await i.loadThread(e);return r?r.outcomeNote===t?r:i.saveThread({id:r.id,title:r.title,messages:r.messages,metadata:r.metadata,createdAt:r.createdAt,status:r.status,outcomeNote:t}):null},async updateMessageThreadStatus(e,t,r){let a=await i.loadThread(e);if(!a)return null;let n=a.messages.map(e=>e.id===t?{...e,threadStatus:r}:e);return i.saveThread({id:a.id,title:a.title,messages:n,metadata:a.metadata,createdAt:a.createdAt,status:a.status,outcomeNote:a.outcomeNote})},async updateMessageOutcomeNote(e,t,r){let a=await i.loadThread(e);if(!a)return null;let n=a.messages.map(e=>e.id===t?{...e,outcomeNote:r}:e);return i.saveThread({id:a.id,title:a.title,messages:n,metadata:a.metadata,createdAt:a.createdAt,status:a.status,outcomeNote:a.outcomeNote})},async saveThreadMessages(e,t){let r=await i.loadThread(e);if(!r)return null;let a=r.title?.trim()||function(e){let t=e.find(e=>"user"===e.role)?.content?.trim();if(!t)return;let r=t.replace(/\s+/g," ");return r.length>60?`${r.slice(0,60).trim()}…`:r}(t);return function(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r+=1){let a=e[r],n=t[r];if(a.id!==n.id||a.role!==n.role||a.participantId!==n.participantId||a.content!==n.content||a.timestamp!==n.timestamp)return!1}return!0}(r.messages,t)&&(r.title?.trim()||void 0)===a?r:i.saveThread({id:r.id,title:a,messages:t,metadata:r.metadata,createdAt:r.createdAt})}}],399438)},618566,(e,t,r)=>{t.exports=e.r(976562)},788699,e=>{"use strict";let t=(0,e.i(475254).default)("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);e.s(["Pencil",()=>t],788699)},39312,e=>{"use strict";let t=(0,e.i(475254).default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);e.s(["Zap",()=>t],39312)},75505,e=>{"use strict";let t=(0,e.i(475254).default)("folder-open",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);e.s(["FolderOpen",()=>t],75505)},643531,e=>{"use strict";let t=(0,e.i(475254).default)("check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);e.s(["Check",()=>t],643531)},284614,e=>{"use strict";let t=(0,e.i(475254).default)("user",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);e.s(["User",()=>t],284614)},283086,e=>{"use strict";let t=(0,e.i(475254).default)("sparkles",[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]]);e.s(["Sparkles",()=>t],283086)},107233,e=>{"use strict";let t=(0,e.i(475254).default)("plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);e.s(["Plus",()=>t],107233)},37727,e=>{"use strict";let t=(0,e.i(475254).default)("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);e.s(["X",()=>t],37727)},475254,e=>{"use strict";var t=e.i(271645);let r=(...e)=>e.filter((e,t,r)=>!!e&&""!==e.trim()&&r.indexOf(e)===t).join(" ").trim(),a=e=>{let t=e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,r)=>r?r.toUpperCase():t.toLowerCase());return t.charAt(0).toUpperCase()+t.slice(1)};var n={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};let s=(0,t.forwardRef)(({color:e="currentColor",size:a=24,strokeWidth:s=2,absoluteStrokeWidth:i,className:o="",children:l,iconNode:u,...c},d)=>(0,t.createElement)("svg",{ref:d,...n,width:a,height:a,stroke:e,strokeWidth:i?24*Number(s)/Number(a):s,className:r("lucide",o),...!l&&!(e=>{for(let t in e)if(t.startsWith("aria-")||"role"===t||"title"===t)return!0;return!1})(c)&&{"aria-hidden":"true"},...c},[...u.map(([e,r])=>(0,t.createElement)(e,r)),...Array.isArray(l)?l:[l]])),i=(e,n)=>{let i=(0,t.forwardRef)(({className:i,...o},l)=>(0,t.createElement)(s,{ref:l,iconNode:n,className:r(`lucide-${a(e).replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase()}`,`lucide-${e}`,i),...o}));return i.displayName=a(e),i};e.s(["default",()=>i],475254)},664659,e=>{"use strict";let t=(0,e.i(475254).default)("chevron-down",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);e.s(["ChevronDown",()=>t],664659)},233525,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return a}});let a=e=>{}},998183,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={assign:function(){return l},searchParamsToUrlQuery:function(){return s},urlQueryToSearchParams:function(){return o}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});function s(e){let t={};for(let[r,a]of e.entries()){let e=t[r];void 0===e?t[r]=a:Array.isArray(e)?e.push(a):t[r]=[e,a]}return t}function i(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function o(e){let t=new URLSearchParams;for(let[r,a]of Object.entries(e))if(Array.isArray(a))for(let e of a)t.append(r,i(e));else t.set(r,i(a));return t}function l(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,a]of r.entries())e.append(t,a)}return e}},195057,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={formatUrl:function(){return o},formatWithValidation:function(){return u},urlObjectKeys:function(){return l}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=e.r(190809)._(e.r(998183)),i=/https?|ftp|gopher|file/;function o(e){let{auth:t,hostname:r}=e,a=e.protocol||"",n=e.pathname||"",o=e.hash||"",l=e.query||"",u=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?u=t+e.host:r&&(u=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(u+=":"+e.port)),l&&"object"==typeof l&&(l=String(s.urlQueryToSearchParams(l)));let c=e.search||l&&`?${l}`||"";return a&&!a.endsWith(":")&&(a+=":"),e.slashes||(!a||i.test(a))&&!1!==u?(u="//"+(u||""),n&&"/"!==n[0]&&(n="/"+n)):u||(u=""),o&&"#"!==o[0]&&(o="#"+o),c&&"?"!==c[0]&&(c="?"+c),n=n.replace(/[?#]/g,encodeURIComponent),c=c.replace("#","%23"),`${a}${u}${n}${c}${o}`}let l=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function u(e){return o(e)}},818581,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return n}});let a=e.r(271645);function n(e,t){let r=(0,a.useRef)(null),n=(0,a.useRef)(null);return(0,a.useCallback)(a=>{if(null===a){let e=r.current;e&&(r.current=null,e());let t=n.current;t&&(n.current=null,t())}else e&&(r.current=s(e,a)),t&&(n.current=s(t,a))},[e,t])}function s(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},718967,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={DecodeError:function(){return g},MiddlewareNotFoundError:function(){return S},MissingStaticPage:function(){return w},NormalizeError:function(){return v},PageNotFoundError:function(){return k},SP:function(){return m},ST:function(){return y},WEB_VITALS:function(){return s},execOnce:function(){return i},getDisplayName:function(){return d},getLocationOrigin:function(){return u},getURL:function(){return c},isAbsoluteUrl:function(){return l},isResSent:function(){return f},loadGetInitialProps:function(){return p},normalizeRepeatedSlashes:function(){return h},stringifyError:function(){return b}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=["CLS","FCP","FID","INP","LCP","TTFB"];function i(e){let t,r=!1;return(...a)=>(r||(r=!0,t=e(...a)),t)}let o=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,l=e=>o.test(e);function u(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function c(){let{href:e}=window.location,t=u();return e.substring(t.length)}function d(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function f(e){return e.finished||e.headersSent}function h(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function p(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await p(t.Component,t.ctx)}:{};let a=await e.getInitialProps(t);if(r&&f(r))return a;if(!a)throw Object.defineProperty(Error(`"${d(e)}.getInitialProps()" should resolve to an object. But found "${a}" instead.`),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return a}let m="u">typeof performance,y=m&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class g extends Error{}class v extends Error{}class k extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class w extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class S extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function b(e){return JSON.stringify({message:e.message,stack:e.stack})}},573668,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return s}});let a=e.r(718967),n=e.r(652817);function s(e){if(!(0,a.isAbsoluteUrl)(e))return!0;try{let t=(0,a.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,n.hasBasePath)(r.pathname)}catch(e){return!1}}},284508,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return a}});let a=e=>{}},522016,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var a={default:function(){return g},useLinkStatus:function(){return k}};for(var n in a)Object.defineProperty(r,n,{enumerable:!0,get:a[n]});let s=e.r(190809),i=e.r(843476),o=s._(e.r(271645)),l=e.r(195057),u=e.r(8372),c=e.r(818581),d=e.r(718967),f=e.r(405550);e.r(233525);let h=e.r(91949),p=e.r(573668),m=e.r(509396);function y(e){return"string"==typeof e?e:(0,l.formatUrl)(e)}function g(t){var r;let a,n,s,[l,g]=(0,o.useOptimistic)(h.IDLE_LINK_STATUS),k=(0,o.useRef)(null),{href:w,as:S,children:b,prefetch:I=null,passHref:C,replace:T,shallow:A,scroll:M,onClick:E,onMouseEnter:P,onTouchStart:j,legacyBehavior:x=!1,onNavigate:R,ref:O,unstable_dynamicOnHover:N,...$}=t;a=b,x&&("string"==typeof a||"number"==typeof a)&&(a=(0,i.jsx)("a",{children:a}));let _=o.default.useContext(u.AppRouterContext),U=!1!==I,L=!1!==I?null===(r=I)||"auto"===r?m.FetchStrategy.PPR:m.FetchStrategy.Full:m.FetchStrategy.PPR,{href:F,as:D}=o.default.useMemo(()=>{let e=y(w);return{href:e,as:S?y(S):e}},[w,S]);if(x){if(a?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});n=o.default.Children.only(a)}let z=x?n&&"object"==typeof n&&n.ref:O,q=o.default.useCallback(e=>(null!==_&&(k.current=(0,h.mountLinkInstance)(e,F,_,L,U,g)),()=>{k.current&&((0,h.unmountLinkForCurrentNavigation)(k.current),k.current=null),(0,h.unmountPrefetchableInstance)(e)}),[U,F,_,L,g]),V={ref:(0,c.useMergedRef)(q,z),onClick(t){x||"function"!=typeof E||E(t),x&&n.props&&"function"==typeof n.props.onClick&&n.props.onClick(t),!_||t.defaultPrevented||function(t,r,a,n,s,i,l){if("u">typeof window){let u,{nodeName:c}=t.currentTarget;if("A"===c.toUpperCase()&&((u=t.currentTarget.getAttribute("target"))&&"_self"!==u||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,p.isLocalURL)(r)){s&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),l){let e=!1;if(l({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(699781);o.default.startTransition(()=>{d(a||r,s?"replace":"push",i??!0,n.current)})}}(t,F,D,k,T,M,R)},onMouseEnter(e){x||"function"!=typeof P||P(e),x&&n.props&&"function"==typeof n.props.onMouseEnter&&n.props.onMouseEnter(e),_&&U&&(0,h.onNavigationIntent)(e.currentTarget,!0===N)},onTouchStart:function(e){x||"function"!=typeof j||j(e),x&&n.props&&"function"==typeof n.props.onTouchStart&&n.props.onTouchStart(e),_&&U&&(0,h.onNavigationIntent)(e.currentTarget,!0===N)}};return(0,d.isAbsoluteUrl)(D)?V.href=D:x&&!C&&("a"!==n.type||"href"in n.props)||(V.href=(0,f.addBasePath)(D)),s=x?o.default.cloneElement(n,V):(0,i.jsx)("a",{...$,...V,children:a}),(0,i.jsx)(v.Provider,{value:l,children:s})}e.r(284508);let v=(0,o.createContext)(h.IDLE_LINK_STATUS),k=()=>(0,o.useContext)(v);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},755838,(e,t,r)=>{"use strict";var a=e.r(271645),n="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},s=a.useState,i=a.useEffect,o=a.useLayoutEffect,l=a.useDebugValue;function u(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!n(e,r)}catch(e){return!0}}var c="u"<typeof window||void 0===window.document||void 0===window.document.createElement?function(e,t){return t()}:function(e,t){var r=t(),a=s({inst:{value:r,getSnapshot:t}}),n=a[0].inst,c=a[1];return o(function(){n.value=r,n.getSnapshot=t,u(n)&&c({inst:n})},[e,r,t]),i(function(){return u(n)&&c({inst:n}),e(function(){u(n)&&c({inst:n})})},[e]),l(r),r};r.useSyncExternalStore=void 0!==a.useSyncExternalStore?a.useSyncExternalStore:c},802239,(e,t,r)=>{"use strict";t.exports=e.r(755838)},752822,(e,t,r)=>{"use strict";var a=e.r(271645),n=e.r(802239),s="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t},i=n.useSyncExternalStore,o=a.useRef,l=a.useEffect,u=a.useMemo,c=a.useDebugValue;r.useSyncExternalStoreWithSelector=function(e,t,r,a,n){var d=o(null);if(null===d.current){var f={hasValue:!1,value:null};d.current=f}else f=d.current;var h=i(e,(d=u(function(){function e(e){if(!l){if(l=!0,i=e,e=a(e),void 0!==n&&f.hasValue){var t=f.value;if(n(t,e))return o=t}return o=e}if(t=o,s(i,e))return t;var r=a(e);return void 0!==n&&n(t,r)?(i=e,t):(i=e,o=r)}var i,o,l=!1,u=void 0===r?null:r;return[function(){return e(t())},null===u?void 0:function(){return e(u())}]},[t,r,a,n]))[0],d[1]);return l(function(){f.hasValue=!0,f.value=h},[h]),c(h),h}},430224,(e,t,r)=>{"use strict";t.exports=e.r(752822)},463059,e=>{"use strict";let t=(0,e.i(475254).default)("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);e.s(["ChevronRight",()=>t],463059)},88081,e=>{"use strict";let t=(0,e.i(475254).default)("hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]);e.s(["Hash",()=>t],88081)},716625,e=>{"use strict";var t=e.i(271645),r=e.i(618566),a=e.i(399438);let n="agx-chat:last-thread";function s(){return void 0!==window.localStorage}function i(){if(s())try{window.localStorage.removeItem(n)}catch{}}let o=e=>[...e].sort((e,t)=>t.createdAt-e.createdAt);function l(e){let l=(0,r.useSearchParams)(),u=(0,t.useRef)(!0),[c,d]=(0,t.useState)([]),[f,h]=(0,t.useState)(null),[p,m]=(0,t.useState)(!0),[y,g]=(0,t.useState)(!0),[v,k]=(0,t.useState)(!1),[w,S]=(0,t.useState)(null),[b,I]=(0,t.useState)(null),C=(0,t.useRef)(!1),T=(0,t.useCallback)(e=>{h(e)},[]);(0,t.useEffect)(()=>(u.current=!0,()=>{u.current=!1}),[]),(0,t.useEffect)(()=>{let t=!1;return(async()=>{try{var r;let c,f=(e||l.get("thread")||"").trim()||null,p=await a.threadService.listThreads();if(f&&!p.some(e=>e.id===f)){let e=await a.threadService.createThread({id:f});p=o([...p.filter(t=>t.id!==e.id),e])}if(t||!u.current)return;d(p);let m=f||function(){if(!s())return null;try{return window.localStorage.getItem(n)}catch{return null}}(),{threadId:y,shouldClearSavedId:g,restoredFromStorage:v}=(r=p,c=r[0]?.id??null,m?r.some(e=>e.id===m)?{threadId:m,shouldClearSavedId:!1,restoredFromStorage:!0}:{threadId:c,shouldClearSavedId:!0,restoredFromStorage:!1}:{threadId:c,shouldClearSavedId:!1,restoredFromStorage:!1});g&&i(),C.current||(C.current=!0),v&&y?T(y):y?h(e=>e??y):h(null)}catch(e){console.error("Failed to load threads",e)}finally{u.current&&(m(!1),g(!1))}})(),()=>{t=!0}},[T,l,e]),(0,t.useEffect)(()=>{if(C.current)if(f){if(s())try{window.localStorage.setItem(n,f)}catch{}}else i()},[f]);let A=(0,t.useCallback)(async e=>{k(!0);try{let t=await a.threadService.createThread(e);if(!u.current)return t;return d(e=>o([...e.filter(e=>e.id!==t.id),t])),h(t.id),t}catch(e){throw console.error("Failed to create thread",e),e}finally{u.current&&k(!1)}},[]),M=(0,t.useCallback)(async e=>{if(e){S(e);try{if(await a.threadService.deleteThread(e),!u.current)return;let t=[];d(r=>t=o(r.filter(t=>t.id!==e))),h(r=>r===e?t[0]?.id??null:r)}catch(e){throw console.error("Failed to delete thread",e),e}finally{u.current&&S(null)}}},[]),E=(0,t.useCallback)(async(e,t)=>{let r=e.trim(),n=t.trim();if(r&&n){I(r);try{let e=await a.threadService.renameThread(r,n);if(!e||!u.current)return;d(t=>o(t.map(t=>t.id===e.id?e:t)))}catch(e){throw console.error("Failed to rename thread",e),e}finally{u.current&&I(e=>e===r?null:e)}}},[]),P=(0,t.useCallback)(async(e,t)=>{if(e)try{let r=await a.threadService.saveThreadMessages(e,t);if(!r||!u.current)return;d(e=>o(e.map(e=>e.id===r.id?r:e)))}catch(e){console.error("Failed to update thread messages",e)}},[]),j=(0,t.useCallback)(async(e,t)=>{if(e)try{let r=await a.threadService.updateThreadStatus(e,t);if(!r||!u.current)return;d(e=>o(e.map(e=>e.id===r.id?r:e)))}catch(e){console.error("Failed to update thread status",e)}},[]),x=(0,t.useCallback)(async(e,t)=>{if(e)try{let r=await a.threadService.updateThreadOutcomeNote(e,t);if(!r||!u.current)return;d(e=>o(e.map(e=>e.id===r.id?r:e)))}catch(e){console.error("Failed to update thread outcome note",e)}},[]),R=(0,t.useCallback)(async(e,t,r)=>{if(e&&t)try{let n=await a.threadService.updateMessageThreadStatus(e,t,r);if(!n||!u.current)return;d(e=>o(e.map(e=>e.id===n.id?n:e)))}catch(e){console.error("Failed to update message thread status",e)}},[]),O=(0,t.useCallback)(async(e,t,r)=>{if(e&&t)try{let n=await a.threadService.updateMessageOutcomeNote(e,t,r);if(!n||!u.current)return;d(e=>o(e.map(e=>e.id===n.id?n:e)))}catch(e){console.error("Failed to update message outcome note",e)}},[]),N=null!==f&&w===f;return{threads:c,activeThreadId:f,selectThread:T,createThread:A,deleteThread:M,isLoading:p,isRestoringActiveThread:y,isCreating:v,deletingThreadId:w,renamingThreadId:b,isDeletingActiveThread:N,updateThreadMessages:P,renameThread:E,updateThreadStatus:j,updateThreadOutcomeNote:x,updateMessageThreadStatus:R,updateMessageOutcomeNote:O}}e.s(["useThreadState",()=>l],716625)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,233525,(e,r,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},253348,e=>{"use strict";var r=e.i(843476);function t({error:e,reset:t}){return(0,r.jsx)("html",{lang:"en",children:(0,r.jsx)("body",{style:{margin:0,padding:0,minHeight:"100vh",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:"var(--background, #f3f4f6)",color:"var(--foreground, #111827)",fontFamily:"system-ui, sans-serif"},children:(0,r.jsxs)("div",{style:{textAlign:"center",padding:"2rem",maxWidth:"400px"},children:[(0,r.jsx)("h1",{style:{fontSize:"1.5rem",fontWeight:600,marginBottom:"1rem"},children:"Something went wrong"}),(0,r.jsx)("p",{style:{color:"var(--muted-foreground, #667085)",marginBottom:"1.5rem"},children:"An unexpected error occurred. Please try refreshing the page."}),(0,r.jsx)("button",{onClick:()=>t(),style:{padding:"0.5rem 1rem",borderRadius:"0.375rem",border:"1px solid var(--border, rgba(15, 23, 42, 0.1))",background:"var(--primary, #2563EB)",color:"white",fontSize:"0.875rem",fontWeight:500,cursor:"pointer"},children:"Try again"})]})})})}e.s(["default",()=>t])}]);
@@ -1,2 +1 @@
1
1
  .workspace-sidebar{--workspace-indent:1rem;border-right:1px solid var(--app-shell-border);background:var(--app-shell-pane);width:23rem;min-width:23rem;color:var(--foreground);flex-direction:column;height:100dvh;transition:width .15s,min-width .15s;display:flex;position:sticky;top:0;overflow:hidden}.workspace-sidebar--collapsed{width:3.5rem;min-width:3.5rem}.workspace-sidebar--collapsed .workspace-sidebar__brand{justify-content:center}.workspace-sidebar--collapsed .workspace-sidebar__brand-icon{cursor:pointer;transition:transform .15s}.workspace-sidebar--collapsed .workspace-sidebar__brand-icon:hover{transform:scale(1.08)}.workspace-sidebar__brand{box-sizing:border-box;border-bottom:1px solid var(--app-shell-border);background:color-mix(in srgb,var(--app-shell-pane)84%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:.5rem;min-height:3.5625rem;padding:.875rem .75rem;display:flex}.workspace-sidebar__brand-icon{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:#000;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:1.35rem;font-size:.625rem;font-weight:700;display:inline-flex}.dark .workspace-sidebar__brand-icon{color:#000;background:#fff}.workspace-sidebar__brand-title{color:var(--foreground);margin:0;font-size:.9375rem;font-weight:600}.workspace-sidebar__content{flex-direction:column;flex:1;gap:.125rem;min-height:0;padding:.5rem;display:flex;overflow-y:auto}.workspace-sidebar__section{flex-direction:column;gap:.25rem;display:flex}.workspace-sidebar__section--workspaces{flex:1;min-height:0;overflow:hidden}.workspace-sidebar__section-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.workspace-sidebar__section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--app-shell-soft-text);margin:1rem 0 0;padding:.5rem .75rem;font-size:.625rem;font-weight:700}.workspace-sidebar__section-link{color:var(--app-shell-muted);border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background-color .15s;display:flex}.workspace-sidebar__section-link:hover{color:var(--foreground);background-color:var(--app-shell-subtle)}.workspace-sidebar__nav-item{width:100%;color:var(--app-shell-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex}.workspace-sidebar__nav-item:hover{background:var(--app-shell-subtle);color:var(--foreground)}.workspace-sidebar__nav-item--active{background:var(--app-shell-elevated);color:var(--foreground);box-shadow:0 1px 2px #0f172a0f,0 0 0 1px color-mix(in srgb,var(--primary)28%,transparent)}.workspace-sidebar__workspace-list{flex-direction:column;gap:.25rem;min-height:0;margin:0;padding:.125rem 0;list-style:none;display:flex;overflow-y:auto}.workspace-sidebar__workspace-item{position:relative}.workspace-sidebar__workspace-nav-item{padding-right:3rem}.workspace-sidebar__workspace-nav-item:focus-visible,.workspace-sidebar__workspace-action:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.workspace-sidebar__workspace-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workspace-sidebar__workspace-actions{opacity:0;align-items:center;gap:.2rem;transition:opacity .12s;display:inline-flex;position:absolute;top:50%;right:.35rem;transform:translateY(-50%)}.workspace-sidebar__workspace-action{background:var(--app-shell-elevated);color:var(--app-shell-soft-text);cursor:pointer;border:1px solid #0000;border-radius:.375rem;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;transition:all .12s;display:inline-flex}.workspace-sidebar__workspace-item:hover .workspace-sidebar__workspace-actions,.workspace-sidebar__workspace-nav-item--active+.workspace-sidebar__workspace-actions{opacity:1}.workspace-sidebar__workspace-action:hover:not(:disabled){color:var(--foreground);background:var(--app-shell-elevated);border-color:var(--app-shell-border-strong)}.workspace-sidebar__workspace-action--delete:hover:not(:disabled){color:var(--destructive);background:var(--destructive-muted);border-color:var(--status-failed-border)}.workspace-sidebar__workspace-action:disabled{opacity:.4;cursor:not-allowed}.workspace-sidebar__header-actions{align-items:center;gap:.25rem;display:inline-flex}.workspace-sidebar__action{border:1px solid var(--app-shell-border);background:color-mix(in srgb,var(--app-shell-elevated)92%,transparent);width:1.75rem;height:1.75rem;color:var(--app-shell-muted);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.workspace-sidebar__action:hover:not(:disabled){background:var(--app-shell-elevated);color:var(--foreground)}.workspace-sidebar__action:disabled{opacity:.4;cursor:not-allowed}.workspace-sidebar__action:focus-visible,.workspace-sidebar__empty-cta:focus-visible,.workspace-sidebar__settings-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.workspace-sidebar__list{flex-direction:column;gap:.35rem;margin:0;padding:.25rem 0;list-style:none;display:flex}.thread-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:.75rem;flex-direction:column;gap:.3125rem;width:100%;padding:.6rem;transition:all .15s;display:flex}.thread-item:hover{background:var(--app-shell-subtle)}.thread-item--active{background:var(--app-shell-elevated);border-color:color-mix(in srgb,var(--primary)18%,transparent);box-shadow:0 1px 2px #0f172a0d}.thread-item__header{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.thread-item__title-wrap{align-items:center;gap:.3rem;min-width:0;display:inline-flex}.thread-item__hash{color:var(--app-shell-muted);flex-shrink:0}.thread-item__title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.thread-item__timestamp{color:var(--app-shell-soft-text);white-space:nowrap;flex-shrink:0;font-size:.625rem}.thread-item__meta{color:var(--app-shell-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;display:-webkit-box;overflow:hidden}.workspace-sidebar__empty{padding:.75rem .625rem}.workspace-sidebar__empty-card{border:1px dashed var(--app-shell-border-strong);background:var(--app-shell-subtle);text-align:left;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:.875rem;display:flex}.workspace-sidebar__empty-title{color:var(--foreground);margin:0;font-size:.8125rem;font-weight:600}.workspace-sidebar__empty-copy{color:var(--app-shell-muted);margin:0;font-size:.75rem;line-height:1.45}.workspace-sidebar__empty-cta{border:1px solid var(--app-shell-border-strong);background:var(--app-shell-elevated);color:var(--foreground);cursor:pointer;border-radius:.5rem;width:fit-content;padding:.45rem .625rem;font-size:.75rem;font-weight:500}.workspace-sidebar__empty-cta:hover:not(:disabled){background:var(--app-shell-subtle)}.workspace-sidebar__empty-cta:disabled{opacity:.4;cursor:not-allowed}.workspace-sidebar__models{flex-direction:column;margin:0;padding:.125rem 0;list-style:none;display:flex}.workspace-sidebar__model-item{border-radius:.375rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.workspace-sidebar__model-item:hover{background:var(--app-shell-subtle)}.workspace-sidebar__model-dot{border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.workspace-sidebar__model-name{color:var(--foreground);font-size:.875rem;font-weight:500}.workspace-sidebar__model-meta{color:var(--app-shell-soft-text);opacity:0;text-align:right;font-size:.625rem;transition:opacity .15s}.workspace-sidebar__model-item:hover .workspace-sidebar__model-meta{opacity:1}.workspace-sidebar__models-empty{color:var(--app-shell-soft-text);margin:0;padding:.25rem .75rem 0;font-size:.75rem}.workspace-sidebar__footer{border-top:1px solid var(--app-shell-border);margin-top:auto;padding:.75rem}.workspace-sidebar__settings-button{width:100%;color:var(--app-shell-muted);cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex}.workspace-sidebar__settings-button:hover{background:var(--app-shell-subtle);color:var(--foreground)}
2
- .FileMentionPopover-module__1CTxzW__popover{animation:.12s ease-out both FileMentionPopover-module__1CTxzW__fileMentionFadeIn}@keyframes FileMentionPopover-module__1CTxzW__fileMentionFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,233525,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},998183,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={assign:function(){return i},searchParamsToUrlQuery:function(){return a},urlQueryToSearchParams:function(){return l}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});function a(e){let t={};for(let[r,n]of e.entries()){let e=t[r];void 0===e?t[r]=n:Array.isArray(e)?e.push(n):t[r]=[e,n]}return t}function o(e){return"string"==typeof e?e:("number"!=typeof e||isNaN(e))&&"boolean"!=typeof e?"":String(e)}function l(e){let t=new URLSearchParams;for(let[r,n]of Object.entries(e))if(Array.isArray(n))for(let e of n)t.append(r,o(e));else t.set(r,o(n));return t}function i(e,...t){for(let r of t){for(let t of r.keys())e.delete(t);for(let[t,n]of r.entries())e.append(t,n)}return e}},195057,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={formatUrl:function(){return l},formatWithValidation:function(){return c},urlObjectKeys:function(){return i}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(190809)._(e.r(998183)),o=/https?|ftp|gopher|file/;function l(e){let{auth:t,hostname:r}=e,n=e.protocol||"",s=e.pathname||"",l=e.hash||"",i=e.query||"",c=!1;t=t?encodeURIComponent(t).replace(/%3A/i,":")+"@":"",e.host?c=t+e.host:r&&(c=t+(~r.indexOf(":")?`[${r}]`:r),e.port&&(c+=":"+e.port)),i&&"object"==typeof i&&(i=String(a.urlQueryToSearchParams(i)));let u=e.search||i&&`?${i}`||"";return n&&!n.endsWith(":")&&(n+=":"),e.slashes||(!n||o.test(n))&&!1!==c?(c="//"+(c||""),s&&"/"!==s[0]&&(s="/"+s)):c||(c=""),l&&"#"!==l[0]&&(l="#"+l),u&&"?"!==u[0]&&(u="?"+u),s=s.replace(/[?#]/g,encodeURIComponent),u=u.replace("#","%23"),`${n}${c}${s}${u}${l}`}let i=["auth","hash","host","hostname","href","path","pathname","port","protocol","query","search","slashes"];function c(e){return l(e)}},818581,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"useMergedRef",{enumerable:!0,get:function(){return s}});let n=e.r(271645);function s(e,t){let r=(0,n.useRef)(null),s=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=s.current;t&&(s.current=null,t())}else e&&(r.current=a(e,n)),t&&(s.current=a(t,n))},[e,t])}function a(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},718967,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={DecodeError:function(){return g},MiddlewareNotFoundError:function(){return y},MissingStaticPage:function(){return j},NormalizeError:function(){return b},PageNotFoundError:function(){return v},SP:function(){return p},ST:function(){return x},WEB_VITALS:function(){return a},execOnce:function(){return o},getDisplayName:function(){return d},getLocationOrigin:function(){return c},getURL:function(){return u},isAbsoluteUrl:function(){return i},isResSent:function(){return f},loadGetInitialProps:function(){return h},normalizeRepeatedSlashes:function(){return m},stringifyError:function(){return N}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=["CLS","FCP","FID","INP","LCP","TTFB"];function o(e){let t,r=!1;return(...n)=>(r||(r=!0,t=e(...n)),t)}let l=/^[a-zA-Z][a-zA-Z\d+\-.]*?:/,i=e=>l.test(e);function c(){let{protocol:e,hostname:t,port:r}=window.location;return`${e}//${t}${r?":"+r:""}`}function u(){let{href:e}=window.location,t=c();return e.substring(t.length)}function d(e){return"string"==typeof e?e:e.displayName||e.name||"Unknown"}function f(e){return e.finished||e.headersSent}function m(e){let t=e.split("?");return t[0].replace(/\\/g,"/").replace(/\/\/+/g,"/")+(t[1]?`?${t.slice(1).join("?")}`:"")}async function h(e,t){let r=t.res||t.ctx&&t.ctx.res;if(!e.getInitialProps)return t.ctx&&t.Component?{pageProps:await h(t.Component,t.ctx)}:{};let n=await e.getInitialProps(t);if(r&&f(r))return n;if(!n)throw Object.defineProperty(Error(`"${d(e)}.getInitialProps()" should resolve to an object. But found "${n}" instead.`),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return n}let p="u">typeof performance,x=p&&["mark","measure","getEntriesByName"].every(e=>"function"==typeof performance[e]);class g extends Error{}class b extends Error{}class v extends Error{constructor(e){super(),this.code="ENOENT",this.name="PageNotFoundError",this.message=`Cannot find module for page: ${e}`}}class j extends Error{constructor(e,t){super(),this.message=`Failed to load static file for page: ${e} ${t}`}}class y extends Error{constructor(){super(),this.code="ENOENT",this.message="Cannot find the middleware module"}}function N(e){return JSON.stringify({message:e.message,stack:e.stack})}},573668,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"isLocalURL",{enumerable:!0,get:function(){return a}});let n=e.r(718967),s=e.r(652817);function a(e){if(!(0,n.isAbsoluteUrl)(e))return!0;try{let t=(0,n.getLocationOrigin)(),r=new URL(e,t);return r.origin===t&&(0,s.hasBasePath)(r.pathname)}catch(e){return!1}}},284508,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"errorOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}},522016,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0});var n={default:function(){return g},useLinkStatus:function(){return v}};for(var s in n)Object.defineProperty(r,s,{enumerable:!0,get:n[s]});let a=e.r(190809),o=e.r(843476),l=a._(e.r(271645)),i=e.r(195057),c=e.r(8372),u=e.r(818581),d=e.r(718967),f=e.r(405550);e.r(233525);let m=e.r(91949),h=e.r(573668),p=e.r(509396);function x(e){return"string"==typeof e?e:(0,i.formatUrl)(e)}function g(t){var r;let n,s,a,[i,g]=(0,l.useOptimistic)(m.IDLE_LINK_STATUS),v=(0,l.useRef)(null),{href:j,as:y,children:N,prefetch:w=null,passHref:k,replace:P,shallow:S,scroll:_,onClick:C,onMouseEnter:E,onTouchStart:O,legacyBehavior:T=!1,onNavigate:$,ref:L,unstable_dynamicOnHover:M,...A}=t;n=N,T&&("string"==typeof n||"number"==typeof n)&&(n=(0,o.jsx)("a",{children:n}));let R=l.default.useContext(c.AppRouterContext),B=!1!==w,I=!1!==w?null===(r=w)||"auto"===r?p.FetchStrategy.PPR:p.FetchStrategy.Full:p.FetchStrategy.PPR,{href:F,as:U}=l.default.useMemo(()=>{let e=x(j);return{href:e,as:y?x(y):e}},[j,y]);if(T){if(n?.$$typeof===Symbol.for("react.lazy"))throw Object.defineProperty(Error("`<Link legacyBehavior>` received a direct child that is either a Server Component, or JSX that was loaded with React.lazy(). This is not supported. Either remove legacyBehavior, or make the direct child a Client Component that renders the Link's `<a>` tag."),"__NEXT_ERROR_CODE",{value:"E863",enumerable:!1,configurable:!0});s=l.default.Children.only(n)}let D=T?s&&"object"==typeof s&&s.ref:L,z=l.default.useCallback(e=>(null!==R&&(v.current=(0,m.mountLinkInstance)(e,F,R,I,B,g)),()=>{v.current&&((0,m.unmountLinkForCurrentNavigation)(v.current),v.current=null),(0,m.unmountPrefetchableInstance)(e)}),[B,F,R,I,g]),K={ref:(0,u.useMergedRef)(z,D),onClick(t){T||"function"!=typeof C||C(t),T&&s.props&&"function"==typeof s.props.onClick&&s.props.onClick(t),!R||t.defaultPrevented||function(t,r,n,s,a,o,i){if("u">typeof window){let c,{nodeName:u}=t.currentTarget;if("A"===u.toUpperCase()&&((c=t.currentTarget.getAttribute("target"))&&"_self"!==c||t.metaKey||t.ctrlKey||t.shiftKey||t.altKey||t.nativeEvent&&2===t.nativeEvent.which)||t.currentTarget.hasAttribute("download"))return;if(!(0,h.isLocalURL)(r)){a&&(t.preventDefault(),location.replace(r));return}if(t.preventDefault(),i){let e=!1;if(i({preventDefault:()=>{e=!0}}),e)return}let{dispatchNavigateAction:d}=e.r(699781);l.default.startTransition(()=>{d(n||r,a?"replace":"push",o??!0,s.current)})}}(t,F,U,v,P,_,$)},onMouseEnter(e){T||"function"!=typeof E||E(e),T&&s.props&&"function"==typeof s.props.onMouseEnter&&s.props.onMouseEnter(e),R&&B&&(0,m.onNavigationIntent)(e.currentTarget,!0===M)},onTouchStart:function(e){T||"function"!=typeof O||O(e),T&&s.props&&"function"==typeof s.props.onTouchStart&&s.props.onTouchStart(e),R&&B&&(0,m.onNavigationIntent)(e.currentTarget,!0===M)}};return(0,d.isAbsoluteUrl)(U)?K.href=U:T&&!k&&("a"!==s.type||"href"in s.props)||(K.href=(0,f.addBasePath)(U)),a=T?l.default.cloneElement(s,K):(0,o.jsx)("a",{...A,...K,children:n}),(0,o.jsx)(b.Provider,{value:i,children:a})}e.r(284508);let b=(0,l.createContext)(m.IDLE_LINK_STATUS),v=()=>(0,l.useContext)(b);("function"==typeof r.default||"object"==typeof r.default&&null!==r.default)&&void 0===r.default.__esModule&&(Object.defineProperty(r.default,"__esModule",{value:!0}),Object.assign(r.default,r),t.exports=r.default)},859015,e=>{"use strict";var t=e.i(843476),r=e.i(522016),n=e.i(271645);function s(){let[e,r]=(0,n.useState)(null),[s,a]=(0,n.useState)("loading");(0,n.useEffect)(()=>{let e=!0;async function t(){try{let t=await fetch("/api/health");if(!e)return;if(!t.ok)return void a("error");let n=await t.json();r(n),a(n.connected?"connected":"disconnected")}catch{e&&a("error")}}t();let n=setInterval(t,3e4);return()=>{e=!1,clearInterval(n)}},[]);let o={loading:"Checking database…",connected:`${e?.adapter??"db"} connected (${e?.latencyMs??"?"}ms)`,disconnected:`${e?.adapter??"db"} disconnected`,error:"Database unreachable"};return(0,t.jsxs)("span",{className:"inline-flex items-center gap-1.5 text-xs text-[var(--muted-foreground)]",role:"status","aria-label":o[s],children:[(0,t.jsx)("span",{className:`w-2 h-2 rounded-full ${{loading:"bg-yellow-400",connected:"bg-green-500",disconnected:"bg-red-500",error:"bg-red-500"}[s]}`}),(0,t.jsx)("span",{className:"hidden sm:inline",children:o[s]})]})}function a({children:e,fullWidth:n=!1,noFooter:a=!1}){return(0,t.jsxs)("div",{className:"h-screen flex flex-col overflow-hidden",children:[(0,t.jsx)("nav",{className:"desktop-titlebar flex-shrink-0 border-b border-[var(--card-border)] bg-[var(--card-bg)]/80 backdrop-blur-lg z-30",children:(0,t.jsx)("div",{className:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8",children:(0,t.jsxs)("div",{className:"flex items-center justify-between h-16",children:[(0,t.jsx)("div",{className:"flex items-center gap-8",children:(0,t.jsx)(r.default,{href:"/",className:"flex items-center gap-3 group",children:(0,t.jsxs)("svg",{width:"52",height:"31",viewBox:"0 0 64 38",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"transition-transform group-hover:scale-105",children:[(0,t.jsx)("rect",{width:"64",height:"38",rx:"8",fill:"black"}),(0,t.jsxs)("g",{stroke:"white",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,t.jsx)("path",{d:"M 14 27 C 17 16 19 10 20 8 C 21 12 23 20 25 27"}),(0,t.jsx)("path",{d:"M 16 20 C 19 19 21 21 23 20"}),(0,t.jsx)("path",{d:"M 40 13 C 35 10 30 13 30 19 C 30 25 34 28 38 27 C 40 26 40 22 40 20 L 36 20"}),(0,t.jsx)("path",{d:"M 46 11 C 48 16 51 22 54 27"}),(0,t.jsx)("path",{d:"M 54 11 C 52 16 49 22 46 27"})]})]})})}),(0,t.jsxs)("div",{className:"flex items-center gap-3",children:[(0,t.jsx)(r.default,{href:"/",className:"text-sm font-medium text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:"Open Chat"}),(0,t.jsx)(r.default,{href:"/automations",className:"text-sm font-medium text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:"Automations"}),(0,t.jsx)(r.default,{href:"/skills",className:"text-sm font-medium text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:"Skills"}),(0,t.jsx)(r.default,{href:"/settings",className:"text-sm font-medium text-[var(--muted-foreground)] hover:text-[var(--foreground)] transition-colors",children:"Settings"})]})]})})}),(0,t.jsx)("main",{className:`flex-1 min-h-0 flex flex-col ${n?"p-0":"p-4 sm:p-6 lg:p-8 overflow-y-auto"}`,children:e}),!a&&(0,t.jsx)("footer",{className:"flex-shrink-0 border-t border-[var(--card-border)] bg-[var(--card-bg)]/50 py-4",children:(0,t.jsxs)("div",{className:"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex items-center justify-between text-xs text-[var(--muted-foreground)]",children:[(0,t.jsx)("span",{children:"AGX Board • Autonomous Agent Orchestration"}),(0,t.jsxs)("span",{className:"hidden sm:inline-flex items-center gap-3",children:[(0,t.jsx)(s,{}),(0,t.jsx)("span",{children:"Built with Next.js + Db"})]})]})})]})}function o(e){return(0,t.jsx)(n.Suspense,{fallback:(0,t.jsx)("div",{className:"h-screen flex items-center justify-center bg-[var(--background)]",children:(0,t.jsx)("span",{className:"spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"})}),children:(0,t.jsx)(a,{...e})})}e.s(["default",()=>o],859015)},232545,e=>{"use strict";var t=e.i(843476),r=e.i(271645),n=e.i(859015);let s={pass:{icon:"✓",color:"text-green-600",label:"Pass"},fail:{icon:"✗",color:"text-red-600",label:"Fail"},warn:{icon:"!",color:"text-yellow-600",label:"Warning"}};function a(){var e;let[n,a]=(0,r.useState)(null),[o,l]=(0,r.useState)(!0),[i,c]=(0,r.useState)(null);(0,r.useEffect)(()=>{let e=!1;return(async()=>{try{l(!0),c(null);let t=await fetch("/api/system/db-status"),r=await t.json();if(!t.ok)throw Error(r?.error||`HTTP ${t.status}`);e||a(r)}catch(t){e||c(t?.message||"Failed to load database status")}finally{e||l(!1)}})(),()=>{e=!0}},[]);let u=n?.checks.some(e=>"fail"===e.status);return(0,t.jsxs)("div",{className:"card p-6",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,t.jsx)("h2",{className:"text-lg font-semibold",children:"SQLite Environment"}),n&&(0,t.jsx)("span",{className:`text-xs font-medium px-2 py-1 rounded-full ${u?"bg-red-100 text-red-700":"bg-green-100 text-green-700"}`,role:"status","aria-label":u?"Configuration issues detected":"All checks passed",children:u?"Issues Detected":"Healthy"})]}),o&&(0,t.jsx)("div",{className:"text-sm text-[var(--muted-foreground)]",role:"status","aria-live":"polite",children:"Loading database status..."}),i&&(0,t.jsx)("div",{className:"p-3 rounded-lg border border-red-200 bg-red-50 text-red-800 text-sm",role:"alert",children:i}),n&&(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("div",{className:"overflow-x-auto",children:(0,t.jsxs)("table",{className:"w-full text-sm",role:"table","aria-label":"SQLite configuration checks",children:[(0,t.jsx)("thead",{children:(0,t.jsxs)("tr",{className:"border-b border-[var(--card-border)]",children:[(0,t.jsx)("th",{className:"text-left py-2 pr-4 text-xs font-semibold text-[var(--muted-foreground)]",scope:"col",children:"Check"}),(0,t.jsx)("th",{className:"text-left py-2 pr-4 text-xs font-semibold text-[var(--muted-foreground)]",scope:"col",children:"Value"}),(0,t.jsx)("th",{className:"text-center py-2 text-xs font-semibold text-[var(--muted-foreground)]",scope:"col",children:"Status"})]})}),(0,t.jsx)("tbody",{children:n.checks.map(e=>{let r=s[e.status];return(0,t.jsxs)("tr",{className:"border-b border-[var(--card-border)] last:border-0",children:[(0,t.jsx)("td",{className:"py-2 pr-4 font-medium",children:e.label}),(0,t.jsx)("td",{className:"py-2 pr-4 font-mono text-xs",children:e.value}),(0,t.jsx)("td",{className:"py-2 text-center",children:(0,t.jsx)("span",{className:`inline-flex items-center justify-center w-6 h-6 rounded-full text-sm font-bold ${r.color}`,role:"img","aria-label":`${e.label}: ${r.label}`,children:r.icon})})]},e.label)})})]})}),(0,t.jsxs)("div",{className:"mt-4 pt-4 border-t border-[var(--card-border)]",children:[(0,t.jsx)("h3",{className:"text-xs font-semibold text-[var(--muted-foreground)] mb-2",children:"Backup Status"}),(0,t.jsxs)("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-2 text-sm",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"text-[var(--muted-foreground)]",children:"Last backup: "}),(0,t.jsx)("span",{className:"font-mono text-xs",children:n.backup.lastBackup?new Date(n.backup.lastBackup).toLocaleString():"None"})]}),(0,t.jsxs)("div",{children:[(0,t.jsx)("span",{className:"text-[var(--muted-foreground)]",children:"WAL size: "}),(0,t.jsx)("span",{className:"font-mono text-xs",children:null!=n.backup.walSizeBytes?(e=n.backup.walSizeBytes)<1024?`${e} B`:e<1048576?`${(e/1024).toFixed(1)} KB`:`${(e/1048576).toFixed(1)} MB`:"N/A"})]})]})]})]})]})}let o=["gemini","claude","ollama","codex","zai"];function l(){let[e,s]=(0,r.useState)(!0),[l,i]=(0,r.useState)(!1),[c,u]=(0,r.useState)(null),[d,f]=(0,r.useState)(null),m=d?.default_provider||"gemini",h=(0,r.useMemo)(()=>(d?.models||{})[m]||"",[d,m]);(0,r.useEffect)(()=>{let e=!1;return(async()=>{try{s(!0),u(null);let t=await fetch("/api/user-settings",{method:"GET"}),r=await t.json().catch(()=>({}));if(!t.ok)throw Error(r?.error||`HTTP ${t.status}`);e||f(r.settings||{default_provider:"gemini",models:{}})}catch(t){e||u(t?.message||"Failed to load settings")}finally{e||s(!1)}})(),()=>{e=!0}},[]);let p=async()=>{try{i(!0),u(null);let e={default_provider:m,default_model:h,models:d?.models||{},provenance:"web"},t=await fetch("/api/user-settings",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}),r=await t.json().catch(()=>({}));if(!t.ok)throw Error(r?.error||`HTTP ${t.status}`);f(r.settings||e)}catch(e){u(e?.message||"Failed to save settings")}finally{i(!1)}};return(0,t.jsx)(n.default,{children:(0,t.jsxs)("div",{className:"max-w-3xl mx-auto w-full",children:[(0,t.jsxs)("div",{className:"flex items-start justify-between gap-6 mb-6",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("h1",{className:"text-2xl font-bold tracking-tight",children:"Settings"}),(0,t.jsx)("p",{className:"text-sm text-[var(--muted-foreground)] mt-1",children:"Default provider/model used by the CLI and the board."})]}),(0,t.jsx)("button",{className:"btn btn-primary",onClick:p,disabled:e||l,children:l?"Saving...":"Save"})]}),c&&(0,t.jsx)("div",{className:"mb-4 p-3 rounded-lg border border-red-200 bg-red-50 text-red-800 text-sm",children:c}),(0,t.jsx)("div",{className:"card p-6",children:e?(0,t.jsx)("div",{className:"text-sm text-[var(--muted-foreground)]",children:"Loading..."}):(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-4",children:[(0,t.jsxs)("div",{children:[(0,t.jsx)("label",{className:"block text-xs font-semibold text-[var(--muted-foreground)] mb-2",children:"Default Provider"}),(0,t.jsx)("select",{className:"w-full rounded-lg border border-[var(--card-border)] bg-[var(--background)] px-3 py-2 text-sm",value:m,onChange:e=>{var t;return t=e.target.value,void f(e=>({...e||{},default_provider:t}))},children:o.map(e=>(0,t.jsx)("option",{value:e,children:e},e))})]}),(0,t.jsxs)("div",{children:[(0,t.jsxs)("label",{className:"block text-xs font-semibold text-[var(--muted-foreground)] mb-2",children:["Default Model (",m,")"]}),(0,t.jsx)("input",{className:"w-full rounded-lg border border-[var(--card-border)] bg-[var(--background)] px-3 py-2 text-sm",value:h,placeholder:"e.g. claude-sonnet-4, gemini-2.5-pro, llama3.2:3b, glm-4.5-air",onChange:e=>{var t;return t=e.target.value,void f(e=>{let r={...e||{}},n={...r.models||{}};return n[m]=t,r.models=n,r})}})]})]}),(0,t.jsxs)("div",{className:"mt-6 text-xs text-[var(--muted-foreground)]",children:[(0,t.jsxs)("div",{children:["Provenance: ",d?.provenance||"unknown"]}),(0,t.jsxs)("div",{children:["Changed at: ",d?.changed_at||"unknown"]})]})]})}),(0,t.jsx)("div",{className:"mt-8",children:(0,t.jsx)(a,{})})]})})}e.s(["default",()=>l],232545)}]);
@@ -0,0 +1 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,871689,e=>{"use strict";let t=(0,e.i(475254).default)("arrow-left",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);e.s(["ArrowLeft",()=>t],871689)},829415,e=>{"use strict";function t(e){return e.replace(/\[reaction\s+[^\]]*\]/gi,"").replace(/\[agx:[^\]]*\]/g,"").replace(/\[checkpoint\]/g,"").replace(/\[criteria:\s*[^\]]*\]/g,"").replace(/\[done\]/g,"").replace(/\[blocked[^\]]*\]/g,"").replace(/^\[SKIP\]$/gm,"").trim()}e.s(["stripMarkers",()=>t])},788699,e=>{"use strict";let t=(0,e.i(475254).default)("pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);e.s(["Pencil",()=>t],788699)},39312,e=>{"use strict";let t=(0,e.i(475254).default)("zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]);e.s(["Zap",()=>t],39312)},503116,e=>{"use strict";let t=(0,e.i(475254).default)("clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]]);e.s(["Clock",()=>t],503116)},16715,e=>{"use strict";let t=(0,e.i(475254).default)("refresh-cw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);e.s(["RefreshCw",()=>t],16715)},286476,e=>{"use strict";function t(e){if("string"==typeof e)return e.trim()||void 0}function a(e,a){let r=new Set,n=new Set;!function e(t,a){if(t)for(let r of t)a(r),e(r.content,a)}(e.content,e=>{if("participantMention"!==e.type)return;let t=e.attrs??{},a="string"==typeof t.id?t.id.trim():"",s="string"==typeof t.kind?t.kind:"agent";a&&"agent"===s&&(r.add(a),"parallel"===t.mode&&n.add(a))});let s=t(a);return{...s?{pinnedParticipantId:s}:{},mentionedParticipantIds:Array.from(r),parallelParticipantIds:Array.from(n)}}function r(e,a){let r=function(e){if(!Array.isArray(e))return[];let t=new Set,a=[];for(let r of e){if("string"!=typeof r)continue;let e=r.trim();!e||t.has(e)||(t.add(e),a.push(e))}return a}(e),n=t(a);return n&&r.includes(n)?[n,...r.filter(e=>e!==n)]:r}e.s(["extractComposerRouting",()=>a,"orderParticipantIds",()=>r])},239616,e=>{"use strict";let t=(0,e.i(475254).default)("settings",[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);e.s(["Settings",()=>t],239616)},274049,e=>{"use strict";var t=e.i(271645);function a(){let[e,a]=(0,t.useState)([]),[r,n]=(0,t.useState)(!1),[s,i]=(0,t.useState)(null),o=(0,t.useCallback)(async()=>{n(!0);try{let e=await fetch("/api/projects");if(!e.ok)throw Error("Failed to fetch projects");let t=await e.json();a(t.projects??[]),i(null)}catch(e){i(e instanceof Error?e:Error("Unknown error"))}finally{n(!1)}},[]);(0,t.useEffect)(()=>{o()},[o]);let c=(0,t.useCallback)(async e=>{let t=await fetch("/api/projects",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok)throw Error((await t.json().catch(()=>({}))).error||"Failed to create project");let r=(await t.json()).project;return a(e=>[r,...e]),r},[]);return{projects:e,isLoading:r,error:s,refetch:o,createProject:c,updateProject:(0,t.useCallback)(async(e,t)=>{let r=await fetch(`/api/projects/${e}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!r.ok)throw Error((await r.json().catch(()=>({}))).error||"Failed to update project");let n=(await r.json()).project;return a(t=>t.map(t=>t.id===e?n:t)),n},[]),deleteProject:(0,t.useCallback)(async e=>{let t=await fetch(`/api/projects/${e}`,{method:"DELETE"});if(!t.ok)throw Error((await t.json().catch(()=>({}))).error||"Failed to delete project");a(t=>t.filter(t=>t.id!==e))},[])}}function r(){let[e,a]=(0,t.useState)([]),[r,n]=(0,t.useState)(!0),s=(0,t.useCallback)(async()=>{try{let e=await fetch("/api/projects");if(!e.ok)return;let{projects:t}=await e.json(),r=await Promise.all((t??[]).map(async e=>{let t=[],a=[];try{let[r,n]=await Promise.all([fetch(`/api/projects/${e.id}/agents`),fetch(`/api/projects/${e.id}/threads`)]);r.ok&&(t=(await r.json()).agents??[]),n.ok&&(a=((await n.json()).threads??[]).map(e=>e.thread_id))}catch{}return{...e,repos:e.repos??[],agents:t.map(t=>({project_id:e.id,agent_id:t.agent_id,routing_order:t.routing_order,created_at:t.created_at})),thread_ids:a,workspace_ids:a}}));a(r)}catch{}finally{n(!1)}},[]);(0,t.useEffect)(()=>{s()},[s]);let i=(0,t.useCallback)(async(e,t)=>{try{let r="string"==typeof e?{name:e}:e,n=r.name.trim(),s=(r.slug||n.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")).trim(),i=await fetch("/api/projects",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({...r,name:n,slug:s})});if(!i.ok)return null;let{project:o}=await i.json(),c=Array.isArray(t)?t:t?[t]:[];for(let e of c)await fetch(`/api/projects/${o.id}/threads`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({threadId:e})}).catch(()=>{});let l={...o,repos:o.repos??[],agents:[],thread_ids:c,workspace_ids:c};return a(e=>[...e,l].sort((e,t)=>e.name.localeCompare(t.name))),l}catch{return null}},[]),o=(0,t.useCallback)(async(e,t)=>{try{if(!(await fetch(`/api/projects/${e}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t})})).ok)return;a(a=>a.map(a=>a.id===e?{...a,name:t}:a).sort((e,t)=>e.name.localeCompare(t.name)))}catch{}},[]),c=(0,t.useCallback)(async e=>{try{if(!(await fetch(`/api/projects/${e}`,{method:"DELETE"})).ok)return;a(t=>t.filter(t=>t.id!==e))}catch{}},[]),l=(0,t.useCallback)(async(e,t)=>{try{let r=await fetch(`/api/projects/${e}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!r.ok){let e=await r.json().catch(()=>({}));throw Error(e.error||"Failed to update project")}let n=(await r.json()).project;return a(t=>t.map(t=>t.id===e?{...t,...n,repos:n.repos??t.repos}:t)),n}catch{return null}},[]),d=(0,t.useCallback)(async(e,t)=>{try{let r=await fetch(`/api/projects/${e}/agents`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({agentId:t})});if(!r.ok)return;let n=((await r.json()).agents??[]).map(t=>({project_id:e,agent_id:t.agent_id,routing_order:t.routing_order,created_at:t.created_at}));a(t=>t.map(t=>t.id===e?{...t,agents:n}:t))}catch{}},[]),u=(0,t.useCallback)(async(e,t)=>{try{let r=await fetch(`/api/projects/${e}/agents?agentId=${t}`,{method:"DELETE"});if(!r.ok)return;let n=((await r.json()).agents??[]).map(t=>({project_id:e,agent_id:t.agent_id,routing_order:t.routing_order,created_at:t.created_at}));a(t=>t.map(t=>t.id===e?{...t,agents:n}:t))}catch{}},[]);return{projects:e,isLoading:r,createProject:i,updateProject:l,renameProject:o,deleteProject:c,addAgent:d,removeAgent:u,reorderAgents:(0,t.useCallback)(async(e,t)=>{try{let r=await fetch(`/api/projects/${e}/agents`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({orderedAgentIds:t})});if(!r.ok)return;let n=((await r.json()).agents??[]).map(t=>({project_id:e,agent_id:t.agent_id,routing_order:t.routing_order,created_at:t.created_at}));a(t=>t.map(t=>t.id===e?{...t,agents:n}:t))}catch{}},[]),moveAgent:(0,t.useCallback)(async(e,t,a)=>{try{await fetch(`/api/projects/${t}/agents?agentId=${e}`,{method:"DELETE"}),await fetch(`/api/projects/${a}/agents`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({agentId:e})}),await s()}catch{}},[s]),refresh:s}}e.s(["useProjects",()=>a,"useProjectsWithAgents",()=>r])},555436,e=>{"use strict";let t=(0,e.i(475254).default)("search",[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]]);e.s(["Search",()=>t],555436)},778917,e=>{"use strict";let t=(0,e.i(475254).default)("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);e.s(["ExternalLink",()=>t],778917)},650030,e=>{"use strict";var t=e.i(271645);let a=new Set(["spawning","running"]);function r(e,r){let n=r?.intervalMs??1500,s=r?.idleIntervalMs??1e4,[i,o]=(0,t.useState)(new Set),[c,l]=(0,t.useState)([]),[d,u]=(0,t.useState)({}),[p,f]=(0,t.useState)([]),h=(0,t.useRef)(e);h.current=e;let y=(0,t.useRef)(r?.messages??[]);y.current=r?.messages??[];let m=(0,t.useRef)(r?.setMessages);m.current=r?.setMessages;let g=(0,t.useRef)(0);(0,t.useEffect)(()=>{let e=r?.messages??[];if(e.length>0){let t=Math.max(...e.map(e=>e.timestamp));t>g.current&&(g.current=t)}},[r?.messages]);let j=(0,t.useCallback)(async()=>{let e=h.current;if(!e){o(new Set),l([]),u({}),f([]);return}let t=null;if(e.threadId?t=`/api/processes?threadId=${encodeURIComponent(e.threadId)}`:e.workspaceId&&(t=`/api/processes?workspaceId=${encodeURIComponent(e.workspaceId)}`),!t){o(new Set),l([]),u({}),f([]);return}try{let n=e.workspaceId||e.threadId,s=n?`/api/history?threadId=${encodeURIComponent(n)}&since=${g.current}`:null,i=n?`/api/chat-runs?threadId=${encodeURIComponent(n)}&limit=20`:null,c=[fetch(t)];s&&c.push(fetch(s)),i&&c.push(fetch(i));let[d,p,j]=await Promise.all(c),k=h.current;if(k?.threadId!==e.threadId||k?.workspaceId!==e.workspaceId)return;if(d.ok){let e=await d.json();l(e);let t=new Set(e.filter(e=>a.has(e.state)).map(e=>e.agentId));o(t);let r={};for(let t of e){if(!a.has(t.state))continue;let e=y.current.find(e=>e.id===t.sinceMessageId),n=e?.rootMessageId??t.sinceMessageId;r[t.agentId]={content:"",rootMessageId:n}}u(r)}if(j?.ok){var r;let e=(r=await j.json(),Array.isArray(r)?r.map(e=>{if(!e||"object"!=typeof e)return null;let t="string"==typeof e.chatRunId?e.chatRunId:"string"==typeof e.id?e.id:null,a="string"==typeof e.threadId?e.threadId:null,r="string"==typeof e.status?e.status:null,n="string"==typeof e.rootMessageId?e.rootMessageId:(e.rootMessageId,null);return t&&a&&r&&("queued"===r||"running"===r||"awaiting_user"===r||"blocked"===r||"completed"===r||"failed"===r||"cancelled"===r)?{chatRunId:t,threadId:a,rootMessageId:n,status:r,optimistic:!1}:null}).filter(e=>!!e):[]);f(e)}if(p?.ok&&m.current){let e=await p.json();if(e.length>0){let t=Math.max(...e.map(e=>e.timestamp));t>g.current&&(g.current=t),m.current(t=>{let a=new Set(t.map(e=>e.id)),r=e.filter(e=>!a.has(e.id)),n=t.map(t=>e.find(e=>e.id===t.id)??t);return 0===r.length?n:[...n,...r].sort((e,t)=>e.timestamp-t.timestamp)})}}}catch{}},[]),k=e?.threadId||e?.workspaceId||null,w=p.some(e=>"queued"===e.status||"running"===e.status),b=c.some(e=>a.has(e.state)),I=w||b?n:s;return(0,t.useEffect)(()=>{if(!k){o(new Set),l([]),u({}),f([]);return}j();let e=setInterval(j,I);return()=>clearInterval(e)},[k,I,j]),{activeAgents:i,processes:c,streaming:d,chatRuns:p,poll:j}}e.s(["useProcessPolling",()=>r])},430520,e=>{"use strict";var t=e.i(271645);function a(e){return`threadId=${encodeURIComponent(e)}`}function r(e){return`workspaceId=${encodeURIComponent(e)}`}function n(e){let[n,s]=(0,t.useState)([]),[i,o]=(0,t.useState)([]),[c,l]=(0,t.useState)([]),d=(0,t.useRef)(e),u=(0,t.useRef)(e);d.current=e,u.current!==e&&(u.current=e,s([]),o([]),l([]));let p=(0,t.useCallback)(async e=>{let t=e?.trim()||d.current?.trim();if(!t){s([]),o([]);return}let n=a(t);try{let[e,a]=await Promise.all([fetch(`/api/history?${n}`),fetch(`/api/logs?${r(t)}`)]);if(d.current!==t)return;e.ok&&s(await e.json()),a.ok&&o(await a.json())}catch{}},[]),f=(0,t.useCallback)(async e=>{let t=e?.trim()||d.current?.trim();if(!t){s([]),o([]);return}let n=a(t);await Promise.all([fetch(`/api/history?${n}`,{method:"DELETE"}),fetch(`/api/logs?${r(t)}`,{method:"DELETE"})]),d.current===t&&(s([]),o([]))},[]),h=(0,t.useCallback)(async(e,t=10,a,r,n,i,o,c,u,p)=>{let f=a?.trim()||d.current?.trim();if(!f)return;let h=Date.now(),y=crypto.randomUUID(),m={id:y,role:"user",participantId:null,content:e,timestamp:h,rootMessageId:r||null,parentMessageId:r||null,depth:+!!r,...i&&i.length>0?{attachments:i}:{}};s(e=>[...e,m]);try{let a=await fetch("/api/chat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({threadId:f,prompt:e,promptPrefix:u||void 0,maxRounds:t,userMessageId:y,rootMessageId:r||void 0,attachmentIds:n?.length?n:void 0,activeParticipantIds:Array.isArray(o)?o:void 0,projectSlug:c?.trim()||void 0,routing:p})}),s=await a.json().catch(()=>null);a.ok&&s?.chatRunId&&l(e=>[{chatRunId:s.chatRunId,threadId:f,rootMessageId:r||y,status:"queued",optimistic:!0,enqueuedAt:Date.now()},...e.filter(e=>e.chatRunId!==s.chatRunId)])}catch{}return y},[]),y=(0,t.useCallback)(async()=>{let e=d.current?.trim();if(e)try{await fetch(`/api/processes?workspaceId=${encodeURIComponent(e)}`,{method:"DELETE"})}catch{}},[]),m=(0,t.useCallback)(async e=>{let t=d.current?.trim();if(t)try{await fetch(`/api/processes?workspaceId=${encodeURIComponent(t)}&threadId=${encodeURIComponent(e)}`,{method:"DELETE"})}catch{}},[]);return{messages:n,setMessages:s,logs:i,sendMessage:h,loadHistory:p,clearHistory:f,clearLogs:(0,t.useCallback)(async e=>{let t=e?.trim()||d.current?.trim();t?(await fetch(`/api/logs?${r(t)}`,{method:"DELETE"}).catch(()=>{}),d.current===t&&o([])):o([])},[]),chatRuns:c,setChatRuns:l,stop:y,stopThread:m}}e.s(["useGroupChat",()=>n])},284765,e=>{"use strict";let t=(0,e.i(475254).default)("settings-2",[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]);e.s(["Settings2",()=>t],284765)},431343,e=>{"use strict";let t=(0,e.i(475254).default)("play",[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]]);e.s(["Play",()=>t],431343)},868054,e=>{"use strict";let t=(0,e.i(475254).default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);e.s(["Terminal",()=>t],868054)},667585,(e,t,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"BailoutToCSR",{enumerable:!0,get:function(){return n}});let r=e.r(132061);function n({reason:e,children:t}){if("u"<typeof window)throw Object.defineProperty(new r.BailoutToCSRError(e),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return t}},309885,(e,t,a)=>{"use strict";function r(e){return e.split("/").map(e=>encodeURIComponent(e)).join("/")}Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"encodeURIPath",{enumerable:!0,get:function(){return r}})},652157,(e,t,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"PreloadChunks",{enumerable:!0,get:function(){return c}});let r=e.r(843476),n=e.r(174080),s=e.r(563599),i=e.r(309885),o=e.r(543369);function c({moduleIds:e}){if("u">typeof window)return null;let t=s.workAsyncStorage.getStore();if(void 0===t)return null;let a=[];if(t.reactLoadableManifest&&e){let r=t.reactLoadableManifest;for(let t of e){if(!r[t])continue;let e=r[t].files;a.push(...e)}}if(0===a.length)return null;let c=(0,o.getDeploymentIdQueryOrEmptyString)();return(0,r.jsx)(r.Fragment,{children:a.map(e=>{let a=`${t.assetPrefix}/_next/${(0,i.encodeURIPath)(e)}${c}`;return e.endsWith(".css")?(0,r.jsx)("link",{precedence:"dynamic",href:a,rel:"stylesheet",as:"style",nonce:t.nonce},e):((0,n.preload)(a,{as:"script",fetchPriority:"low",nonce:t.nonce}),null)})})}},869093,(e,t,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"default",{enumerable:!0,get:function(){return l}});let r=e.r(843476),n=e.r(271645),s=e.r(667585),i=e.r(652157);function o(e){return{default:e&&"default"in e?e.default:e}}let c={loader:()=>Promise.resolve(o(()=>null)),loading:null,ssr:!0},l=function(e){let t={...c,...e},a=(0,n.lazy)(()=>t.loader().then(o)),l=t.loading;function d(e){let o=l?(0,r.jsx)(l,{isLoading:!0,pastDelay:!0,error:null}):null,c=!t.ssr||!!t.loading,d=c?n.Suspense:n.Fragment,u=t.ssr?(0,r.jsxs)(r.Fragment,{children:["u"<typeof window?(0,r.jsx)(i.PreloadChunks,{moduleIds:t.modules}):null,(0,r.jsx)(a,{...e})]}):(0,r.jsx)(s.BailoutToCSR,{reason:"next/dynamic",children:(0,r.jsx)(a,{...e})});return(0,r.jsx)(d,{...c?{fallback:o}:{},children:u})}return d.displayName="LoadableComponent",d}},770703,(e,t,a)=>{"use strict";Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(a,"default",{enumerable:!0,get:function(){return n}});let r=e.r(555682)._(e.r(869093));function n(e,t){let a={};"function"==typeof e&&(a.loader=e);let n={...a,...t};return(0,r.default)({...n,modules:n.loadableGenerated?.modules})}("function"==typeof a.default||"object"==typeof a.default&&null!==a.default)&&void 0===a.default.__esModule&&(Object.defineProperty(a.default,"__esModule",{value:!0}),Object.assign(a.default,a),t.exports=a.default)},133154,e=>{"use strict";var t=e.i(843476),a=e.i(271645),r=e.i(268542),n=e.i(154238),s=e.i(274049),i=e.i(440212);function o(){let[e,o]=(0,a.useState)(!1);(0,a.useEffect)(()=>{o((0,n.loadWorkspaceSidebarVisible)())},[]);let{projects:c,createProject:l,deleteProject:d}=(0,s.useProjectsWithAgents)(),{updateProject:u}=(0,s.useProjects)();return(0,t.jsxs)("div",{className:"flex h-screen bg-[var(--card-bg)] text-[var(--foreground)]",children:[(0,t.jsx)(r.WorkspaceSidebar,{threads:[],activeThreadId:null,isLoading:!1,isCreating:!1,onSelectThread:()=>{},onCreateThread:()=>{},onRenameThread:()=>{},onDeleteThread:()=>{},visible:e,onToggle:()=>{o(e=>{let t=!e;return(0,n.persistWorkspaceSidebarVisible)(t),t})},projects:c,onCreateProject:l,onUpdateProject:u,onDeleteProject:d}),(0,t.jsx)("div",{className:"flex-1 min-w-0 overflow-auto",children:(0,t.jsx)(i.default,{})})]})}e.s(["default",()=>o])},711760,e=>{e.v(t=>Promise.all(["static/chunks/2a9c83f8211196e0.js","static/chunks/0fe219bd73492107.js","static/chunks/c5661b1d4c5abd6a.css"].map(t=>e.l(t))).then(()=>t(895214)))},276473,e=>{e.v(t=>Promise.all(["static/chunks/cb6301624094c91e.js"].map(t=>e.l(t))).then(()=>t(632077)))}]);