tower-studio 0.2.25 → 0.2.27

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 (259) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +3 -3
  3. package/.next/standalone/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  5. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -1
  12. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +29 -29
  13. package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  15. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/standalone/.next/server/app/api/adapters/test/route.js +1 -1
  17. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  18. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +1 -1
  20. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/assistant/route.js +1 -1
  31. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
  33. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  34. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js +1 -1
  35. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js +1 -1
  37. package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js.nft.json +1 -1
  38. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +1 -1
  39. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +1 -1
  41. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  42. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +1 -1
  43. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  44. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +1 -1
  45. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  46. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js +1 -1
  47. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +1 -1
  49. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  51. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +67 -67
  52. package/.next/standalone/.next/server/app/missions/page.js +1 -1
  53. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  54. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  55. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -1
  56. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +29 -29
  57. package/.next/standalone/.next/server/app/onboarding/page.js +1 -1
  58. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  59. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  60. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -1
  61. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +29 -29
  62. package/.next/standalone/.next/server/app/page.js +1 -1
  63. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  64. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  65. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +1 -1
  66. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +47 -47
  67. package/.next/standalone/.next/server/app/settings/page.js +1 -1
  68. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  69. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  70. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
  71. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +86 -86
  72. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +1 -1
  73. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +1 -1
  76. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +80 -80
  77. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +1 -1
  78. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  79. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  80. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +1 -1
  81. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +61 -61
  82. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +1 -1
  83. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  84. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  85. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +1 -1
  86. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +63 -63
  87. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +1 -1
  88. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  89. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  90. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +1 -1
  91. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +29 -29
  92. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +1 -1
  93. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  94. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  95. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +1 -1
  96. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +70 -70
  97. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +1 -1
  98. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  99. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  100. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +2 -2
  101. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +80 -80
  102. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +1 -1
  103. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  104. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  105. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +1 -1
  106. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +45 -45
  107. package/.next/standalone/.next/server/app/workspaces/page.js +1 -1
  108. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  109. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  110. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +5 -5
  111. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  112. package/.next/standalone/.next/server/chunks/[root-of-the-server]__08xus7y._.js +3 -0
  113. package/.next/standalone/.next/server/chunks/[root-of-the-server]__09p152b._.js +1 -1
  114. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0j-4yc7._.js → [root-of-the-server]__09sw_a5._.js} +2 -2
  115. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_3ce_3._.js +3 -0
  116. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0b-ib~7._.js +1 -1
  117. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0dy~osn._.js +3 -0
  118. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gmwjkc._.js +1 -1
  119. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l1-djp._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nggjno._.js +4 -0
  121. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0oe.86i._.js +4 -0
  122. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q8.khe._.js +3 -0
  123. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +4 -0
  124. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qn.178._.js +4 -0
  125. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0o3iihg._.js → [root-of-the-server]__0r17py1._.js} +2 -2
  126. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__024m_g.._.js → [root-of-the-server]__0rpck4h._.js} +2 -2
  127. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0hc9vir._.js → [root-of-the-server]__0ul.hbv._.js} +2 -2
  128. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0v5.ht~._.js +1 -1
  129. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0j8xb6s._.js → [root-of-the-server]__0~au8v.._.js} +2 -2
  130. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0r9mscb._.js → [root-of-the-server]__11c_is3._.js} +2 -2
  131. package/.next/standalone/.next/server/chunks/[root-of-the-server]__11j15wy._.js +4 -0
  132. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12brxjg._.js +3 -0
  133. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  134. package/.next/standalone/.next/server/chunks/src_lib_0aowbzy._.js +1 -1
  135. package/.next/standalone/.next/server/chunks/src_lib_ai_0xx6y51._.js +1 -1
  136. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  137. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02-6df-._.js +3 -3
  138. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03e009u._.js +3 -3
  139. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e_-mj-._.js +3 -3
  140. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0fzkdjl._.js +3 -3
  141. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h-yd-.._.js +3 -0
  142. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0f~m-8x._.js → [root-of-the-server]__0ihwpkg._.js} +2 -2
  143. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__084p3.0._.js → [root-of-the-server]__0jaud.k._.js} +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pu-v0l._.js +3 -3
  146. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0ygiyqr._.js → [root-of-the-server]__0srv77j._.js} +2 -2
  147. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0qkus8m._.js → [root-of-the-server]__0uh3kpv._.js} +2 -2
  148. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0um1ugs._.js +3 -3
  149. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  150. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__134_xv.._.js +1 -1
  151. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13vgkq5._.js +3 -3
  152. package/.next/standalone/.next/server/chunks/ssr/_006o~oo._.js +3 -0
  153. package/.next/standalone/.next/server/chunks/ssr/{_11cv4uu._.js → _03f_wwv._.js} +3 -3
  154. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  155. package/.next/standalone/.next/server/chunks/ssr/_08z-g~5._.js +3 -3
  156. package/.next/standalone/.next/server/chunks/ssr/_0_vjay8._.js +3 -3
  157. package/.next/standalone/.next/server/chunks/ssr/_0adfhzf._.js +3 -0
  158. package/.next/standalone/.next/server/chunks/ssr/_0cacv5.._.js +3 -0
  159. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  160. package/.next/standalone/.next/server/chunks/ssr/_0eqcb.s._.js +3 -0
  161. package/.next/standalone/.next/server/chunks/ssr/_0hp.0s8._.js +3 -0
  162. package/.next/standalone/.next/server/chunks/ssr/{_0ecgaqt._.js → _0jd3nyu._.js} +3 -3
  163. package/.next/standalone/.next/server/chunks/ssr/_0jg.s-g._.js +1 -1
  164. package/.next/standalone/.next/server/chunks/ssr/_0m-e3bn._.js +3 -0
  165. package/.next/standalone/.next/server/chunks/ssr/{_0kynu6x._.js → _0o.uf_.._.js} +3 -3
  166. package/.next/standalone/.next/server/chunks/ssr/{_0r1pb6u._.js → _0px5iue._.js} +2 -2
  167. package/.next/standalone/.next/server/chunks/ssr/{_03osyxp._.js → _0qdu.-q._.js} +2 -2
  168. package/.next/standalone/.next/server/chunks/ssr/{_0vx81le._.js → _0r48bby._.js} +2 -2
  169. package/.next/standalone/.next/server/chunks/ssr/_0r6gweb._.js +3 -3
  170. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  171. package/.next/standalone/.next/server/chunks/ssr/_0rt8jf_._.js +3 -3
  172. package/.next/standalone/.next/server/chunks/ssr/_0uuzh5m._.js +3 -3
  173. package/.next/standalone/.next/server/chunks/ssr/_0yb~7-n._.js +4 -0
  174. package/.next/standalone/.next/server/chunks/ssr/_0~aon4t._.js +3 -3
  175. package/.next/standalone/.next/server/chunks/ssr/_11df4xf._.js +3 -0
  176. package/.next/standalone/.next/server/chunks/ssr/src_075s.rk._.js +1 -1
  177. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  178. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  179. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  180. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  181. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  182. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  183. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  184. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  185. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  186. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  187. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_popover_tsx_0a78wqo._.js +3 -0
  188. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  189. package/.next/standalone/.next/server/pages/500.html +1 -1
  190. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  191. package/.next/standalone/.next/server/server-reference-manifest.json +279 -279
  192. package/.next/standalone/.next/static/chunks/0-f79~906wz5j.js +1 -0
  193. package/.next/standalone/.next/static/chunks/{0mi29_2~1sr...js → 0149fv_0zggn8.js} +1 -1
  194. package/.next/standalone/.next/static/chunks/02gl~iszfc1yd.js +1 -0
  195. package/.next/standalone/.next/static/chunks/{0jmk1_g~_yd7-.js → 039a4i2lrpg48.js} +1 -1
  196. package/.next/standalone/.next/static/chunks/04iae2dax3a4_.css +1 -0
  197. package/.next/standalone/.next/static/chunks/04l_v10h82d9x.js +1 -0
  198. package/.next/standalone/.next/static/chunks/{0izvibcnunqx4.js → 05aw58w9v12_k.js} +1 -1
  199. package/.next/standalone/.next/static/chunks/05ro4v-~1rzzu.js +1 -0
  200. package/.next/standalone/.next/static/chunks/06pml6cu861_z.js +1 -0
  201. package/.next/standalone/.next/static/chunks/{0oopksfzoc0_k.js → 07-hrgrojd47k.js} +1 -1
  202. package/.next/standalone/.next/static/chunks/082l64h0~egwa.js +1 -0
  203. package/.next/standalone/.next/static/chunks/08stlcmc.w7i-.js +1 -0
  204. package/.next/standalone/.next/static/chunks/{08ln6v6_fd4nf.js → 0_0at2~~4zjdh.js} +1 -1
  205. package/.next/standalone/.next/static/chunks/0_1uz793pu.9y.js +1 -0
  206. package/.next/standalone/.next/static/chunks/{131msw-pgcsxt.js → 0aml6gixhw._8.js} +2 -2
  207. package/.next/standalone/.next/static/chunks/{0s2umk4hfyhqa.js → 0chv87z6o3n63.js} +1 -1
  208. package/.next/standalone/.next/static/chunks/0d-53ws8ezr.b.js +1 -0
  209. package/.next/standalone/.next/static/chunks/{157pgx~-2_qo5.js → 0fvf0wt_q0_zq.js} +2 -2
  210. package/.next/standalone/.next/static/chunks/0gd1q9f89qnfj.js +1 -0
  211. package/.next/standalone/.next/static/chunks/{0pov66bj_qi58.js → 0gn8igf9i2j_9.js} +1 -1
  212. package/.next/standalone/.next/static/chunks/0g~pi-_mk2cd8.js +1 -0
  213. package/.next/standalone/.next/static/chunks/0osd9c3nf.67-.js +1 -0
  214. package/.next/standalone/.next/static/chunks/{13upq83z~yuys.js → 0tmwe-h4iyyf~.js} +1 -1
  215. package/.next/standalone/.next/static/chunks/{0w7cz_z6p3-p_.js → 0vsivergi0gca.js} +1 -1
  216. package/.next/standalone/.next/static/chunks/{141wmbqfx~lo8.js → 14~xgkw1qggbk.js} +2 -2
  217. package/.next/standalone/.next/static/chunks/16-54g5tfsd82.js +5 -0
  218. package/.next/standalone/.next/static/chunks/16szb7161dy4k.js +1 -0
  219. package/.next/standalone/.next/static/chunks/17z3hzpf34o4a.js +2 -0
  220. package/.next/standalone/package.json +1 -1
  221. package/dist/mcp-server.cjs +16 -7
  222. package/package.json +1 -1
  223. package/.next/standalone/.next/server/chunks/[root-of-the-server]__03j20vp._.js +0 -4
  224. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05se6yk._.js +0 -4
  225. package/.next/standalone/.next/server/chunks/[root-of-the-server]__06m1r8x._.js +0 -4
  226. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0g788b3._.js +0 -4
  227. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qdvear._.js +0 -3
  228. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0umocfj._.js +0 -3
  229. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wuzc5o._.js +0 -4
  230. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z-k6vg._.js +0 -3
  231. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~rm9q.._.js +0 -3
  232. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12c9noi._.js +0 -3
  233. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0i7es1w._.js +0 -3
  234. package/.next/standalone/.next/server/chunks/ssr/_02acmsq._.js +0 -3
  235. package/.next/standalone/.next/server/chunks/ssr/_06-jig2._.js +0 -3
  236. package/.next/standalone/.next/server/chunks/ssr/_0eete9d._.js +0 -3
  237. package/.next/standalone/.next/server/chunks/ssr/_0gk20rx._.js +0 -3
  238. package/.next/standalone/.next/server/chunks/ssr/_0jeo~zr._.js +0 -4
  239. package/.next/standalone/.next/server/chunks/ssr/_0rny90z._.js +0 -3
  240. package/.next/standalone/.next/server/chunks/ssr/_0rr~oe~._.js +0 -3
  241. package/.next/standalone/.next/server/chunks/ssr/_0yvg9ie._.js +0 -3
  242. package/.next/standalone/.next/server/chunks/ssr/_13esy08._.js +0 -3
  243. package/.next/standalone/.next/static/chunks/00fcxpwt-xz7b.js +0 -1
  244. package/.next/standalone/.next/static/chunks/02.0.zsh_o-10.js +0 -1
  245. package/.next/standalone/.next/static/chunks/05dryiv53wj6h.js +0 -5
  246. package/.next/standalone/.next/static/chunks/099fxtzvpw3be.js +0 -1
  247. package/.next/standalone/.next/static/chunks/0ce8gr~q3rs9k.js +0 -1
  248. package/.next/standalone/.next/static/chunks/0iyxegei1fjbp.js +0 -1
  249. package/.next/standalone/.next/static/chunks/0n.isvqurxe72.js +0 -1
  250. package/.next/standalone/.next/static/chunks/0nl7~2pju.abl.js +0 -1
  251. package/.next/standalone/.next/static/chunks/0okjtk-a.5lz0.css +0 -1
  252. package/.next/standalone/.next/static/chunks/0p5wczoq4gvin.js +0 -1
  253. package/.next/standalone/.next/static/chunks/0ur66aluu.t0b.js +0 -1
  254. package/.next/standalone/.next/static/chunks/0wa8r89hd0y0b.js +0 -1
  255. package/.next/standalone/.next/static/chunks/0yjkfr0qay7z6.js +0 -1
  256. package/.next/standalone/.next/static/chunks/16ndme6.~2w1x.js +0 -2
  257. /package/.next/standalone/.next/static/{biyHBSA-7nbhZk25VrdWY → oV8mD-RwRHyXZf4Iv1-cU}/_buildManifest.js +0 -0
  258. /package/.next/standalone/.next/static/{biyHBSA-7nbhZk25VrdWY → oV8mD-RwRHyXZf4Iv1-cU}/_clientMiddlewareManifest.js +0 -0
  259. /package/.next/standalone/.next/static/{biyHBSA-7nbhZk25VrdWY → oV8mD-RwRHyXZf4Iv1-cU}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "405034ec856e7ada8e4aaca22cb95ce5f7a62d4250": {
3
+ "40469b034e6de56a6378c251eb79f5e80e4b5f0f99": {
4
4
  "workers": {
5
5
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
6
6
  "moduleId": 942658,
@@ -12,7 +12,7 @@
12
12
  "exportedName": "createWorkspace",
13
13
  "filename": "src/actions/workspace-actions.ts"
14
14
  },
15
- "60386b08cc497fab02579444f114bdde29daddbb57": {
15
+ "60485f7068c2514f1e8ba9cb5fd985ede50fc4eae9": {
16
16
  "workers": {
17
17
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
18
18
  "moduleId": 942658,
@@ -24,7 +24,7 @@
24
24
  "exportedName": "updateWorkspace",
25
25
  "filename": "src/actions/workspace-actions.ts"
26
26
  },
27
- "40c84ff01dd528e1e7c26b38249183e6e0456f2ba8": {
27
+ "407af08f0f956503bb1eb1951efbe2cc0d7c6c02bc": {
28
28
  "workers": {
29
29
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
30
30
  "moduleId": 942658,
@@ -36,7 +36,7 @@
36
36
  "exportedName": "deleteWorkspace",
37
37
  "filename": "src/actions/workspace-actions.ts"
38
38
  },
39
- "40efe84137024cf9e73bab5a49211774817facb903": {
39
+ "4018f181099aa2129c597e6f1a918043d574e8ab13": {
40
40
  "workers": {
41
41
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
42
42
  "moduleId": 942658,
@@ -48,7 +48,7 @@
48
48
  "exportedName": "reorderWorkspaces",
49
49
  "filename": "src/actions/workspace-actions.ts"
50
50
  },
51
- "4091e7c2afbb5050ac2e1700bb1bf6f19569ceead6": {
51
+ "40e0c71147fcb69187b6a1b689ef6cc15767ec18db": {
52
52
  "workers": {
53
53
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
54
54
  "moduleId": 942658,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "getLabelsForWorkspace",
61
61
  "filename": "src/actions/label-actions.ts"
62
62
  },
63
- "405a870c63934bf127b570c94b653f1c5d13d7e638": {
63
+ "40b72c1f0fd2f6719f6e51b303736967788b1a05f1": {
64
64
  "workers": {
65
65
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
66
66
  "moduleId": 942658,
@@ -72,7 +72,7 @@
72
72
  "exportedName": "createLabel",
73
73
  "filename": "src/actions/label-actions.ts"
74
74
  },
75
- "40581325722ffd1c588020a3d2610615550e6ef286": {
75
+ "40825460d9f93dd4bd5271ba4c8cc7b231ffc8698d": {
76
76
  "workers": {
77
77
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
78
78
  "moduleId": 942658,
@@ -84,7 +84,7 @@
84
84
  "exportedName": "deleteLabel",
85
85
  "filename": "src/actions/label-actions.ts"
86
86
  },
87
- "60578a5373ee9eacae399ca2b7dfa2be2f0f34ed63": {
87
+ "604331353a8ec4283a61d5b48c086dfb91b631a30e": {
88
88
  "workers": {
89
89
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
90
90
  "moduleId": 942658,
@@ -96,7 +96,7 @@
96
96
  "exportedName": "globalSearch",
97
97
  "filename": "src/actions/search-actions.ts"
98
98
  },
99
- "6017e701bea76e287acb17c5152f2dd0adcd111f6b": {
99
+ "606de70633f3e1189f65bd66e0c6cbd111bc0f6c6b": {
100
100
  "workers": {
101
101
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
102
102
  "moduleId": 942658,
@@ -108,7 +108,7 @@
108
108
  "exportedName": "getConfigValue",
109
109
  "filename": "src/actions/config-actions.ts"
110
110
  },
111
- "4038649f70ecf76055867dc0b626910f6872581e5e": {
111
+ "405b08c9a95f0708154a6bde2634cdb01ef6237cac": {
112
112
  "workers": {
113
113
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
114
114
  "moduleId": 942658,
@@ -120,7 +120,7 @@
120
120
  "exportedName": "resolveGitLocalPath",
121
121
  "filename": "src/actions/config-actions.ts"
122
122
  },
123
- "6002f197b6e5ad570e827dce492ddc368ba0e183e3": {
123
+ "6086646283c3c53806ee476b1e3913f92ecc01a9cd": {
124
124
  "workers": {
125
125
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
126
126
  "moduleId": 942658,
@@ -132,7 +132,7 @@
132
132
  "exportedName": "analyzeProjectDirectory",
133
133
  "filename": "src/actions/project-actions.ts"
134
134
  },
135
- "604269c8f1bf13a507d2a33c1bb103c710232d3a40": {
135
+ "6059f58c02ee38eb52f94082487474f7965884c1de": {
136
136
  "workers": {
137
137
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
138
138
  "moduleId": 942658,
@@ -144,7 +144,7 @@
144
144
  "exportedName": "migrateProjectPath",
145
145
  "filename": "src/actions/project-actions.ts"
146
146
  },
147
- "4072ca35118cb57de16a6ea9447267ffc678259049": {
147
+ "4039977d4a89dd7ca12f4f55dbe5a90f732a785491": {
148
148
  "workers": {
149
149
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
150
150
  "moduleId": 942658,
@@ -156,7 +156,7 @@
156
156
  "exportedName": "checkMigrationSafety",
157
157
  "filename": "src/actions/project-actions.ts"
158
158
  },
159
- "007e925c0232975a8b443f05178e2374e175d65f88": {
159
+ "0042641b9669b42a355046db0b78b16058fd05ca74": {
160
160
  "workers": {
161
161
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
162
162
  "moduleId": 942658,
@@ -168,7 +168,7 @@
168
168
  "exportedName": "getActualWsPort",
169
169
  "filename": "src/actions/config-actions.ts"
170
170
  },
171
- "40dfd2f8ff49705931050dba07a43c7982824f5fe2": {
171
+ "40c56efc3f84c53d6503f2bbdaddd238c20fb48a60": {
172
172
  "workers": {
173
173
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
174
174
  "moduleId": 942658,
@@ -180,7 +180,7 @@
180
180
  "exportedName": "createProject",
181
181
  "filename": "src/actions/workspace-actions.ts"
182
182
  },
183
- "606b722dc209663674ef752b15d7771f1e856e6987": {
183
+ "606cdd927a6494c87f5b59bad28f4637051b19f853": {
184
184
  "workers": {
185
185
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
186
186
  "moduleId": 942658,
@@ -192,7 +192,7 @@
192
192
  "exportedName": "setConfigValue",
193
193
  "filename": "src/actions/config-actions.ts"
194
194
  },
195
- "403c9fe43b98e736adb23aa75d74cf996ebc91c9f5": {
195
+ "40b82c62386104c42db71ef9c0913f8d1dfed893ac": {
196
196
  "workers": {
197
197
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
198
198
  "moduleId": 942658,
@@ -204,7 +204,7 @@
204
204
  "exportedName": "checkExtension",
205
205
  "filename": "src/actions/extension-actions.ts"
206
206
  },
207
- "409fde74f8620398f759dd8e67cdf93e49b6cdc4b5": {
207
+ "4076054ea720294f020d9b43d01b8a27f9d8f2f891": {
208
208
  "workers": {
209
209
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
210
210
  "moduleId": 942658,
@@ -216,7 +216,7 @@
216
216
  "exportedName": "installExtension",
217
217
  "filename": "src/actions/extension-actions.ts"
218
218
  },
219
- "40f1117b81010e13893156cfc0053924b0095dbc03": {
219
+ "40fd77cd79ea11b8b35946db4f12ceef95cdad3f10": {
220
220
  "workers": {
221
221
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
222
222
  "moduleId": 942658,
@@ -228,7 +228,7 @@
228
228
  "exportedName": "uninstallExtension",
229
229
  "filename": "src/actions/extension-actions.ts"
230
230
  },
231
- "007a331edb75d8bbd8ca63d9d1334025cb700844e2": {
231
+ "007e33c9f7bd534b1112b62dd413486728d8a4344c": {
232
232
  "workers": {
233
233
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
234
234
  "moduleId": 942658,
@@ -240,7 +240,7 @@
240
240
  "exportedName": "getOnboardingStatus",
241
241
  "filename": "src/actions/onboarding-actions.ts"
242
242
  },
243
- "406903301e2570233d02d1b124044ea8abdc70a5a8": {
243
+ "4028ccd79b95c91008eb72d24319f71607c5cad327": {
244
244
  "workers": {
245
245
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
246
246
  "moduleId": 942658,
@@ -252,7 +252,7 @@
252
252
  "exportedName": "dispatchTaskCompletionEvent",
253
253
  "filename": "src/actions/onboarding-actions.ts"
254
254
  },
255
- "40ce398eab6a20d81c2a81420451a8262f4ed9c842": {
255
+ "4091de06b5748c44602136ded6d430bfcfe1ef3f8e": {
256
256
  "workers": {
257
257
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
258
258
  "moduleId": 942658,
@@ -264,31 +264,31 @@
264
264
  "exportedName": "setOnboardingProgress",
265
265
  "filename": "src/actions/onboarding-actions.ts"
266
266
  },
267
- "60b6b1b76d50c62a4b60a7aa67fd07fb03e7c4be9f": {
267
+ "608f04651defe14a77e2df161a6fb4a3e06b9cce45": {
268
268
  "workers": {
269
269
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
270
270
  "moduleId": 942658,
271
271
  "async": true,
272
- "exportedName": "setOnboardingExtensions",
272
+ "exportedName": "completeOnboarding",
273
273
  "filename": "src/actions/onboarding-actions.ts"
274
274
  }
275
275
  },
276
- "exportedName": "setOnboardingExtensions",
276
+ "exportedName": "completeOnboarding",
277
277
  "filename": "src/actions/onboarding-actions.ts"
278
278
  },
279
- "60dba40ec9ed7b9af7e6b9cf32e39d2eeb7348d1ec": {
279
+ "60fdee246ab3b0cdf892dc53ae24fd67b6aab753a9": {
280
280
  "workers": {
281
281
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
282
282
  "moduleId": 942658,
283
283
  "async": true,
284
- "exportedName": "completeOnboarding",
284
+ "exportedName": "setOnboardingExtensions",
285
285
  "filename": "src/actions/onboarding-actions.ts"
286
286
  }
287
287
  },
288
- "exportedName": "completeOnboarding",
288
+ "exportedName": "setOnboardingExtensions",
289
289
  "filename": "src/actions/onboarding-actions.ts"
290
290
  },
291
- "00c5601e4f5c928410914e20eb9f10e7508564e5e2": {
291
+ "00acf95fab94419eafc085eebd46093916e8b781c5": {
292
292
  "workers": {
293
293
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
294
294
  "moduleId": 942658,
@@ -300,7 +300,7 @@
300
300
  "exportedName": "listAllExtensionStatus",
301
301
  "filename": "src/actions/extension-actions.ts"
302
302
  },
303
- "609a1df712e6d76ad5dd6610fa8e85c76d5cdab10c": {
303
+ "604f524abfdc8db700ea77cf97102f727e2deb8c8e": {
304
304
  "workers": {
305
305
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
306
306
  "moduleId": 942658,
@@ -312,7 +312,7 @@
312
312
  "exportedName": "listDirectory",
313
313
  "filename": "src/actions/file-actions.ts"
314
314
  },
315
- "700dedcc0c558ec716b013884e047e4c48c5371c80": {
315
+ "70c6e39eee071495c5c1cba4add4bc5bf1c32ea2f3": {
316
316
  "workers": {
317
317
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
318
318
  "moduleId": 942658,
@@ -324,7 +324,7 @@
324
324
  "exportedName": "getGitStatus",
325
325
  "filename": "src/actions/file-actions.ts"
326
326
  },
327
- "60e6731c7e47ac5f52dbd3e687727a232d3ecf7ddb": {
327
+ "60a317d7c62961d4c4991f4f1b19e2d439ea16e0c9": {
328
328
  "workers": {
329
329
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
330
330
  "moduleId": 942658,
@@ -336,7 +336,7 @@
336
336
  "exportedName": "createFile",
337
337
  "filename": "src/actions/file-actions.ts"
338
338
  },
339
- "60710d65b5a2bc00d49a4b2ce7330ea209edbefefc": {
339
+ "60299102a75d3f372e6cefa2cfd4e3f4945794e9f1": {
340
340
  "workers": {
341
341
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
342
342
  "moduleId": 942658,
@@ -348,7 +348,7 @@
348
348
  "exportedName": "createDirectory",
349
349
  "filename": "src/actions/file-actions.ts"
350
350
  },
351
- "7098d0a7e39303bc2f27670de042a5505c7283fb7c": {
351
+ "70e3a2aafb8a83b41c912af4148376fb895e5469a4": {
352
352
  "workers": {
353
353
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
354
354
  "moduleId": 942658,
@@ -360,7 +360,7 @@
360
360
  "exportedName": "renameEntry",
361
361
  "filename": "src/actions/file-actions.ts"
362
362
  },
363
- "60fbc4f2b02da50ca551250e4c255e0f975afb2880": {
363
+ "601f8373a3eae741b5d5cb41e45b7a6d31260721e9": {
364
364
  "workers": {
365
365
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
366
366
  "moduleId": 942658,
@@ -372,7 +372,7 @@
372
372
  "exportedName": "deleteEntry",
373
373
  "filename": "src/actions/file-actions.ts"
374
374
  },
375
- "407e37ac61b45e929107c7f150b62589683f8e0b97": {
375
+ "40c98519c272aa778a14abac101052dd1994d4aee5": {
376
376
  "workers": {
377
377
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
378
378
  "moduleId": 942658,
@@ -384,7 +384,7 @@
384
384
  "exportedName": "listAllFiles",
385
385
  "filename": "src/actions/file-actions.ts"
386
386
  },
387
- "60f31f6206130d3a8c05f9e7ef418df5e4e9c245ee": {
387
+ "60480e84944ff21aca8b30311d3d74380feb7f58f1": {
388
388
  "workers": {
389
389
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
390
390
  "moduleId": 942658,
@@ -396,7 +396,7 @@
396
396
  "exportedName": "readFileContent",
397
397
  "filename": "src/actions/file-actions.ts"
398
398
  },
399
- "602a68277b7a7dcccd82a6178533dde46940e4118f": {
399
+ "6003550d45cb1646b47bd0bb478d3a2249f74ec06a": {
400
400
  "workers": {
401
401
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
402
402
  "moduleId": 942658,
@@ -408,7 +408,7 @@
408
408
  "exportedName": "readFileContentForce",
409
409
  "filename": "src/actions/file-actions.ts"
410
410
  },
411
- "703a6251bff95418df20848fd0c82b5cf96a8600d8": {
411
+ "70d60311e5b2e41e4ecfe51762757ae93ca0f8d0ae": {
412
412
  "workers": {
413
413
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
414
414
  "moduleId": 942658,
@@ -420,7 +420,7 @@
420
420
  "exportedName": "writeFileContent",
421
421
  "filename": "src/actions/file-actions.ts"
422
422
  },
423
- "6029cbf8538157aeaf81df8d5d405b4763db9378fc": {
423
+ "607e80f23fcb958325b3230b8660662cf4076d427e": {
424
424
  "workers": {
425
425
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
426
426
  "moduleId": 942658,
@@ -432,7 +432,7 @@
432
432
  "exportedName": "revealInFinder",
433
433
  "filename": "src/actions/file-actions.ts"
434
434
  },
435
- "7c534842a038d6fcd9d56f3c19125d01b09ee32016": {
435
+ "7c6d7e35a670badcfcebc5a928724f414d0e1b5ba9": {
436
436
  "workers": {
437
437
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
438
438
  "moduleId": 942658,
@@ -444,7 +444,7 @@
444
444
  "exportedName": "searchCode",
445
445
  "filename": "src/actions/search-code-actions.ts"
446
446
  },
447
- "4030a6c50170afcb16d1f1d33cf7beaf07b36fcba3": {
447
+ "401f9e95df3062d007baaba32e256470e657bab078": {
448
448
  "workers": {
449
449
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
450
450
  "moduleId": 942658,
@@ -456,7 +456,7 @@
456
456
  "exportedName": "getPreviewState",
457
457
  "filename": "src/actions/preview-actions.ts"
458
458
  },
459
- "40f8a0dd158d948fa9468c1ea53ecb6c4f7966948e": {
459
+ "40fdff753cb40ca6bfbca35ecdf46fdb183adc4999": {
460
460
  "workers": {
461
461
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
462
462
  "moduleId": 942658,
@@ -468,7 +468,7 @@
468
468
  "exportedName": "startPreview",
469
469
  "filename": "src/actions/preview-actions.ts"
470
470
  },
471
- "40a6ec4785f2b7d4384e120b80c7a7bc403909ee65": {
471
+ "405b77979658f1e0a9d417bea2555f5c31dc5d99be": {
472
472
  "workers": {
473
473
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
474
474
  "moduleId": 942658,
@@ -480,7 +480,7 @@
480
480
  "exportedName": "stopPreview",
481
481
  "filename": "src/actions/preview-actions.ts"
482
482
  },
483
- "40252befce2af37acf02e1196c2dae0770e8b68faf": {
483
+ "40830c1264314c8688e852a1af9f19ad2357d0ea3c": {
484
484
  "workers": {
485
485
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
486
486
  "moduleId": 942658,
@@ -492,7 +492,7 @@
492
492
  "exportedName": "installPreviewDeps",
493
493
  "filename": "src/actions/preview-actions.ts"
494
494
  },
495
- "402a934cde404054c9370db82c15a94ed5e115bd46": {
495
+ "40bff4f723cabc3bb2da5cf5980fa20a2a6adf6c64": {
496
496
  "workers": {
497
497
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
498
498
  "moduleId": 942658,
@@ -504,7 +504,7 @@
504
504
  "exportedName": "redetectPreset",
505
505
  "filename": "src/actions/preview-actions.ts"
506
506
  },
507
- "40580f9cb0488615be4c1b22530cfa063f6cbe9a86": {
507
+ "4097da9cfc55eb56414d5769ce6f6d93b681f298c7": {
508
508
  "workers": {
509
509
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
510
510
  "moduleId": 942658,
@@ -516,7 +516,7 @@
516
516
  "exportedName": "setProjectPreset",
517
517
  "filename": "src/actions/preview-actions.ts"
518
518
  },
519
- "40fbcc16d282b9a424c124cee75ca87ebc3415b0bb": {
519
+ "40267eb787d81f3be1d6a38c0cd098514d5049046d": {
520
520
  "workers": {
521
521
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
522
522
  "moduleId": 942658,
@@ -528,7 +528,7 @@
528
528
  "exportedName": "setProjectDefaults",
529
529
  "filename": "src/actions/preview-actions.ts"
530
530
  },
531
- "4084d56f97fc2d106951c08ef353d5dff8b6a7972e": {
531
+ "403f1c75a43745ca4849364dd17d5e105621fdf45c": {
532
532
  "workers": {
533
533
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
534
534
  "moduleId": 942658,
@@ -540,7 +540,7 @@
540
540
  "exportedName": "openInTerminal",
541
541
  "filename": "src/actions/preview-actions.ts"
542
542
  },
543
- "606d705506b8676fd47b192c2c9716ca91ef9f0e8b": {
543
+ "608bc23dda2af02295d6d52057fb29a40dadd07caf": {
544
544
  "workers": {
545
545
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
546
546
  "moduleId": 942658,
@@ -552,7 +552,7 @@
552
552
  "exportedName": "updateTask",
553
553
  "filename": "src/actions/task-actions.ts"
554
554
  },
555
- "7cdcc9374465625d96e749dd6cc269159534491e57": {
555
+ "7c908b3e41ccc1c29fbf3081d9cae8f042782896f2": {
556
556
  "workers": {
557
557
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
558
558
  "moduleId": 942658,
@@ -564,7 +564,7 @@
564
564
  "exportedName": "startPtyExecutionSafe",
565
565
  "filename": "src/actions/agent-actions.ts"
566
566
  },
567
- "403130c5f9a85c07f32a74c15581cea6163afdffde": {
567
+ "4068d991ac172cb0c147f0133650419a6f3e690dab": {
568
568
  "workers": {
569
569
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
570
570
  "moduleId": 942658,
@@ -576,7 +576,7 @@
576
576
  "exportedName": "stopPtyExecution",
577
577
  "filename": "src/actions/agent-actions.ts"
578
578
  },
579
- "60f7ac8fbe64a2669c69afd2f479eb53700b142b3c": {
579
+ "606900ac2271c5797f2e391f840b2f34d8d34a45da": {
580
580
  "workers": {
581
581
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
582
582
  "moduleId": 942658,
@@ -588,7 +588,7 @@
588
588
  "exportedName": "resumePtyExecution",
589
589
  "filename": "src/actions/agent-actions.ts"
590
590
  },
591
- "40f02b0f9565f80f33bbf1b464a0767ba121da533f": {
591
+ "40b6087daf2f484ecc97b4071abee9712b522edb53": {
592
592
  "workers": {
593
593
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
594
594
  "moduleId": 942658,
@@ -600,7 +600,7 @@
600
600
  "exportedName": "continueLatestPtyExecution",
601
601
  "filename": "src/actions/agent-actions.ts"
602
602
  },
603
- "4094a1985cc9f4aca1c58f3fe47160e96438a1e4fa": {
603
+ "4093f512a6711e351a5f163cb5dd0c422b7088b8e6": {
604
604
  "workers": {
605
605
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
606
606
  "moduleId": 942658,
@@ -612,7 +612,7 @@
612
612
  "exportedName": "getTaskExecutions",
613
613
  "filename": "src/actions/agent-actions.ts"
614
614
  },
615
- "60e8a899bfb81e28750738ba5a60be28ea51fa27a6": {
615
+ "6011d24a8b185dde779f24bb9ef6257474b248f51c": {
616
616
  "workers": {
617
617
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
618
618
  "moduleId": 942658,
@@ -624,7 +624,7 @@
624
624
  "exportedName": "updateTaskStatus",
625
625
  "filename": "src/actions/task-actions.ts"
626
626
  },
627
- "404acb741a64c82eecb0cafc114ed1c3c774ded716": {
627
+ "40273a85f094063f26344ddcca0f224d49c97e70df": {
628
628
  "workers": {
629
629
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
630
630
  "moduleId": 942658,
@@ -636,7 +636,7 @@
636
636
  "exportedName": "checkWorktreeClean",
637
637
  "filename": "src/actions/task-actions.ts"
638
638
  },
639
- "606d89b05b549976424158925b1b4d2d2895b2dbe2": {
639
+ "6041421beb9018f2ec91cf0b87c875c95efd9e1a11": {
640
640
  "workers": {
641
641
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
642
642
  "moduleId": 942658,
@@ -648,7 +648,7 @@
648
648
  "exportedName": "commitWorktreeChanges",
649
649
  "filename": "src/actions/task-actions.ts"
650
650
  },
651
- "40ebc54780e47a891ec14da48ad2e8c835e7e10e1e": {
651
+ "404592a11de34c421154b971c4189eb93a53be62e5": {
652
652
  "workers": {
653
653
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
654
654
  "moduleId": 942658,
@@ -660,7 +660,7 @@
660
660
  "exportedName": "openInFileManager",
661
661
  "filename": "src/actions/preview-actions.ts"
662
662
  },
663
- "40cae26d8c2823110d8bb96e1ee8d8db922742701f": {
663
+ "40ded2452a01f728583c185c2467173c85a3b88853": {
664
664
  "workers": {
665
665
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
666
666
  "moduleId": 942658,
@@ -672,7 +672,7 @@
672
672
  "exportedName": "openInEditor",
673
673
  "filename": "src/actions/preview-actions.ts"
674
674
  },
675
- "406b71dd2c3138ad65f35a55c0bdd0cf15abb77594": {
675
+ "4027ef3d427c53c4f6bf8f3cc5652ec1062a5ddc4e": {
676
676
  "workers": {
677
677
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
678
678
  "moduleId": 942658,
@@ -684,7 +684,7 @@
684
684
  "exportedName": "getPrompts",
685
685
  "filename": "src/actions/prompt-actions.ts"
686
686
  },
687
- "000b2f1bcf16eff9d29cf11a3829f8dc2b0ffe6739": {
687
+ "00eb0591e82141bc16b3cfd423049cab912c7cc41c": {
688
688
  "workers": {
689
689
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
690
690
  "moduleId": 942658,
@@ -696,7 +696,7 @@
696
696
  "exportedName": "getActiveExecutionsAcrossWorkspaces",
697
697
  "filename": "src/actions/agent-actions.ts"
698
698
  },
699
- "40ad081ea4428653012071c483fcb2970ed7a72c65": {
699
+ "402eaf88d5d0d13f0a5ff6b167e56b3e1c88638c0a": {
700
700
  "workers": {
701
701
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
702
702
  "moduleId": 942658,
@@ -708,31 +708,31 @@
708
708
  "exportedName": "getTaskMessages",
709
709
  "filename": "src/actions/agent-actions.ts"
710
710
  },
711
- "6032cbd97440c31f52037aa173147de03ceea9032c": {
711
+ "600551a8a359f3f41aebc3eea9d43dab747b2bffe1": {
712
712
  "workers": {
713
713
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
714
714
  "moduleId": 942658,
715
715
  "async": true,
716
- "exportedName": "sendTaskMessage",
716
+ "exportedName": "stopTaskExecution",
717
717
  "filename": "src/actions/agent-actions.ts"
718
718
  }
719
719
  },
720
- "exportedName": "sendTaskMessage",
720
+ "exportedName": "stopTaskExecution",
721
721
  "filename": "src/actions/agent-actions.ts"
722
722
  },
723
- "60c6125188ca047325c5581650d6f8bd0866ced3e8": {
723
+ "603feb2f8d36e1a5f314f2f7c662bd70beefcf6f3c": {
724
724
  "workers": {
725
725
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
726
726
  "moduleId": 942658,
727
727
  "async": true,
728
- "exportedName": "stopTaskExecution",
728
+ "exportedName": "sendTaskMessage",
729
729
  "filename": "src/actions/agent-actions.ts"
730
730
  }
731
731
  },
732
- "exportedName": "stopTaskExecution",
732
+ "exportedName": "sendTaskMessage",
733
733
  "filename": "src/actions/agent-actions.ts"
734
734
  },
735
- "788d31d6a0b1f51a30d614f0ba469809135fd14c3f": {
735
+ "78288a84217d4448906375bc54c3607abf07bc4d65": {
736
736
  "workers": {
737
737
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
738
738
  "moduleId": 942658,
@@ -744,7 +744,7 @@
744
744
  "exportedName": "startTaskExecution",
745
745
  "filename": "src/actions/agent-actions.ts"
746
746
  },
747
- "7c69cc47130a3e49b112edbffb1ef56b7f5eace9b4": {
747
+ "7cbca3967809aa924084d5d5713ef119d089d44c57": {
748
748
  "workers": {
749
749
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
750
750
  "moduleId": 942658,
@@ -756,31 +756,31 @@
756
756
  "exportedName": "startPtyExecution",
757
757
  "filename": "src/actions/agent-actions.ts"
758
758
  },
759
- "006ca59784a351abea267267a17855ffbc48f7c661": {
759
+ "00537c194a05e8d95bc562791fbad428f428e640a3": {
760
760
  "workers": {
761
761
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
762
762
  "moduleId": 942658,
763
763
  "async": true,
764
- "exportedName": "getConnectedProviders",
764
+ "exportedName": "getProviderConnections",
765
765
  "filename": "src/actions/provider-connection-actions.ts"
766
766
  }
767
767
  },
768
- "exportedName": "getConnectedProviders",
768
+ "exportedName": "getProviderConnections",
769
769
  "filename": "src/actions/provider-connection-actions.ts"
770
770
  },
771
- "00ec817a4b36f91ba93798352f03b765a27a310a47": {
771
+ "00786ffa1e615a728f1cfb0e94597007f7a3962dad": {
772
772
  "workers": {
773
773
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
774
774
  "moduleId": 942658,
775
775
  "async": true,
776
- "exportedName": "getProviderConnections",
776
+ "exportedName": "getConnectedProviders",
777
777
  "filename": "src/actions/provider-connection-actions.ts"
778
778
  }
779
779
  },
780
- "exportedName": "getProviderConnections",
780
+ "exportedName": "getConnectedProviders",
781
781
  "filename": "src/actions/provider-connection-actions.ts"
782
782
  },
783
- "4021479b2b9e5af3e10a7c7b1b6aa944b5da8489ce": {
783
+ "402d69b21de539c319ce16cc90161e7f39520fa296": {
784
784
  "workers": {
785
785
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
786
786
  "moduleId": 942658,
@@ -792,7 +792,7 @@
792
792
  "exportedName": "isProviderConnected",
793
793
  "filename": "src/actions/provider-connection-actions.ts"
794
794
  },
795
- "605f84ecae0f5d5589d9e93ace2656bd8a982f9b62": {
795
+ "6062dea73a3d96d779a742837da90d62f4e3304b56": {
796
796
  "workers": {
797
797
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
798
798
  "moduleId": 942658,
@@ -804,7 +804,7 @@
804
804
  "exportedName": "markProviderConnected",
805
805
  "filename": "src/actions/provider-connection-actions.ts"
806
806
  },
807
- "6095874992c9108022fc6467c3478f885f7403aae2": {
807
+ "60967b71fd26769f5d6df49cddebfaa7a644855afb": {
808
808
  "workers": {
809
809
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
810
810
  "moduleId": 942658,
@@ -5,7 +5,7 @@ R.c("server/chunks/ssr/0se9_next_dist_esm_build_templates_app-page_0~y-fvy.js")
5
5
  R.c("server/chunks/ssr/[root-of-the-server]__0iaw1ms._.js")
6
6
  R.c("server/chunks/ssr/0se9_next_dist_0i5qmqd._.js")
7
7
  R.c("server/chunks/ssr/0se9_next_dist_compiled_0p0ckwn._.js")
8
- R.c("server/chunks/ssr/[root-of-the-server]__0f~m-8x._.js")
8
+ R.c("server/chunks/ssr/[root-of-the-server]__0ihwpkg._.js")
9
9
  R.c("server/chunks/ssr/0se9_next_dist_12hykkt._.js")
10
10
  R.c("server/chunks/ssr/0se9_next_11h0sx_._.js")
11
11
  R.c("server/chunks/ssr/[root-of-the-server]__0z7je5_._.js")