tower-studio 0.2.24 → 0.2.26

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 (242) 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 +65 -65
  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 +88 -88
  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 +82 -82
  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 +65 -65
  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 +47 -47
  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 +1 -1
  111. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +2 -2
  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]__0j-4yc7._.js → [root-of-the-server]__09sw_a5._.js} +2 -2
  114. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_3ce_3._.js +3 -0
  115. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0dy~osn._.js +3 -0
  116. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l1-djp._.js +3 -0
  117. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0nggjno._.js +4 -0
  118. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0oe.86i._.js +4 -0
  119. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q8.khe._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +4 -0
  121. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qn.178._.js +4 -0
  122. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0o3iihg._.js → [root-of-the-server]__0r17py1._.js} +2 -2
  123. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__024m_g.._.js → [root-of-the-server]__0rpck4h._.js} +2 -2
  124. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0hc9vir._.js → [root-of-the-server]__0ul.hbv._.js} +2 -2
  125. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0j8xb6s._.js → [root-of-the-server]__0~au8v.._.js} +2 -2
  126. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0r9mscb._.js → [root-of-the-server]__11c_is3._.js} +2 -2
  127. package/.next/standalone/.next/server/chunks/[root-of-the-server]__11j15wy._.js +4 -0
  128. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12brxjg._.js +3 -0
  129. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  130. package/.next/standalone/.next/server/chunks/src_lib_ai_0xx6y51._.js +1 -1
  131. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  132. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__02-6df-._.js +3 -3
  133. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0nkk5tw._.js → [root-of-the-server]__03_nkjv._.js} +1 -1
  134. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03e009u._.js +3 -3
  135. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__069pl~f._.js +3 -0
  136. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e_-mj-._.js +3 -3
  137. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0fzkdjl._.js +3 -3
  138. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0f~m-8x._.js → [root-of-the-server]__0ihwpkg._.js} +2 -2
  139. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pu-v0l._.js +3 -3
  141. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0um1ugs._.js +3 -3
  142. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0s5c_.m._.js → [root-of-the-server]__0z2guda._.js} +2 -2
  143. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  144. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__134_xv.._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.m3hdp._.js → [root-of-the-server]__1359.ry._.js} +2 -2
  146. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13vgkq5._.js +3 -3
  147. package/.next/standalone/.next/server/chunks/ssr/{_0fptgd5._.js → _0-~u69o._.js} +2 -2
  148. package/.next/standalone/.next/server/chunks/ssr/_0.-seei._.js +3 -0
  149. package/.next/standalone/.next/server/chunks/ssr/{_0bpuw.g._.js → _01~be~r._.js} +2 -2
  150. package/.next/standalone/.next/server/chunks/ssr/{_0~eek5n._.js → _04~5wua._.js} +2 -2
  151. package/.next/standalone/.next/server/chunks/ssr/{_10h3uho._.js → _059b1iq._.js} +2 -2
  152. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  153. package/.next/standalone/.next/server/chunks/ssr/{_02yw.tu._.js → _07zn10z._.js} +3 -3
  154. package/.next/standalone/.next/server/chunks/ssr/_08z-g~5._.js +3 -3
  155. package/.next/standalone/.next/server/chunks/ssr/_09i46mk._.js +3 -0
  156. package/.next/standalone/.next/server/chunks/ssr/_0_vjay8._.js +3 -3
  157. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  158. package/.next/standalone/.next/server/chunks/ssr/{_10xi4vt._.js → _0d.xo.l._.js} +2 -2
  159. package/.next/standalone/.next/server/chunks/ssr/_0jg.s-g._.js +1 -1
  160. package/.next/standalone/.next/server/chunks/ssr/{_0wism~u._.js → _0lfhglc._.js} +2 -2
  161. package/.next/standalone/.next/server/chunks/ssr/{_0913rlo._.js → _0os2jhl._.js} +2 -2
  162. package/.next/standalone/.next/server/chunks/ssr/{_0v7fx~g._.js → _0qmgbyt._.js} +2 -2
  163. package/.next/standalone/.next/server/chunks/ssr/_0r6gweb._.js +3 -3
  164. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  165. package/.next/standalone/.next/server/chunks/ssr/_0rt8jf_._.js +3 -3
  166. package/.next/standalone/.next/server/chunks/ssr/{_08gfd3m._.js → _0t3ckzo._.js} +3 -3
  167. package/.next/standalone/.next/server/chunks/ssr/_0ueyys5._.js +1 -1
  168. package/.next/standalone/.next/server/chunks/ssr/_0uuzh5m._.js +3 -3
  169. package/.next/standalone/.next/server/chunks/ssr/{_12w8uug._.js → _0zlbg~.._.js} +3 -3
  170. package/.next/standalone/.next/server/chunks/ssr/_0~aon4t._.js +3 -3
  171. package/.next/standalone/.next/server/chunks/ssr/src_075s.rk._.js +1 -1
  172. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  173. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  174. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  175. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  176. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  177. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  178. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  179. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  180. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  181. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  182. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  183. package/.next/standalone/.next/server/pages/500.html +1 -1
  184. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  185. package/.next/standalone/.next/server/server-reference-manifest.json +269 -269
  186. package/.next/standalone/.next/static/chunks/0-~1tfpfi66tt.js +2 -0
  187. package/.next/standalone/.next/static/chunks/0.f~eyd3jo5q9.js +1 -0
  188. package/.next/standalone/.next/static/chunks/{0.-zxtsxco8bd.js → 0.gbujgnms18e.js} +1 -1
  189. package/.next/standalone/.next/static/chunks/00mhzi2ol~xk-.js +1 -0
  190. package/.next/standalone/.next/static/chunks/{0~ld2l-heikt8.js → 010vqaoulg3ga.js} +1 -1
  191. package/.next/standalone/.next/static/chunks/018ze~5gezc3x.js +1 -0
  192. package/.next/standalone/.next/static/chunks/{0cek-x7mfk~on.js → 05wa29x.o3lj~.js} +1 -1
  193. package/.next/standalone/.next/static/chunks/06ei~c0zyf703.js +1 -0
  194. package/.next/standalone/.next/static/chunks/{0fbzsla5wwy9i.js → 0_jfml.3h1pg0.js} +1 -1
  195. package/.next/standalone/.next/static/chunks/0a9gl29cb30mk.js +1 -0
  196. package/.next/standalone/.next/static/chunks/{0m8.bvy~pci0u.js → 0acpmdkledyrn.js} +2 -2
  197. package/.next/standalone/.next/static/chunks/0ar5okzickbt2.js +1 -0
  198. package/.next/standalone/.next/static/chunks/{0utxs7_p1_s1k.js → 0d.a7uremospf.js} +1 -1
  199. package/.next/standalone/.next/static/chunks/{0_8kuv8c83uzb.js → 0er4f-pem1v4b.js} +1 -1
  200. package/.next/standalone/.next/static/chunks/{0q.oq9hy_v7uw.js → 0f.bggise4mxx.js} +1 -1
  201. package/.next/standalone/.next/static/chunks/0fjb3q23ay68k.js +5 -0
  202. package/.next/standalone/.next/static/chunks/{0dahitam46wjs.js → 0fx7van_kt_59.js} +1 -1
  203. package/.next/standalone/.next/static/chunks/0gr0-sewikazc.js +1 -0
  204. package/.next/standalone/.next/static/chunks/{00si9pyuu.huw.js → 0jdyczcgqgj0b.js} +1 -1
  205. package/.next/standalone/.next/static/chunks/{0zg1u7zkfyika.js → 0pc6e~rekt1qc.js} +1 -1
  206. package/.next/standalone/.next/static/chunks/{13aiv_bq~wolv.js → 0slsrmal~578k.js} +2 -2
  207. package/.next/standalone/.next/static/chunks/0vhyuvkq8.ebz.js +1 -0
  208. package/.next/standalone/.next/static/chunks/0w9_.z5nzj0lm.js +1 -0
  209. package/.next/standalone/.next/static/chunks/0wlv48-ug75b6.js +1 -0
  210. package/.next/standalone/.next/static/chunks/{0ynv~nu57u5.n.js → 13pdj4ms~jds_.js} +2 -2
  211. package/.next/standalone/.next/static/chunks/15_.l.-~mxr1v.js +1 -0
  212. package/.next/standalone/package.json +1 -1
  213. package/package.json +1 -1
  214. package/.next/standalone/.next/server/chunks/[root-of-the-server]__03j20vp._.js +0 -4
  215. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05se6yk._.js +0 -4
  216. package/.next/standalone/.next/server/chunks/[root-of-the-server]__06m1r8x._.js +0 -4
  217. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0g788b3._.js +0 -4
  218. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qdvear._.js +0 -3
  219. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0umocfj._.js +0 -3
  220. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wuzc5o._.js +0 -4
  221. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z-k6vg._.js +0 -3
  222. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~rm9q.._.js +0 -3
  223. package/.next/standalone/.next/server/chunks/[root-of-the-server]__12c9noi._.js +0 -3
  224. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09zg1z2._.js +0 -3
  225. package/.next/standalone/.next/server/chunks/ssr/_0_87rda._.js +0 -3
  226. package/.next/standalone/.next/server/chunks/ssr/_0bxl8ws._.js +0 -3
  227. package/.next/standalone/.next/static/chunks/04pw2khof~cip.js +0 -1
  228. package/.next/standalone/.next/static/chunks/05p8qmf14~0_n.js +0 -1
  229. package/.next/standalone/.next/static/chunks/07qaxp_r1s5c6.js +0 -1
  230. package/.next/standalone/.next/static/chunks/0cw.x2y2d~tq9.js +0 -1
  231. package/.next/standalone/.next/static/chunks/0d0m_9h0x6v-d.js +0 -1
  232. package/.next/standalone/.next/static/chunks/0dn2uby3.r~i8.js +0 -2
  233. package/.next/standalone/.next/static/chunks/0hfbmmcd4fqty.js +0 -1
  234. package/.next/standalone/.next/static/chunks/0j5-kx25u4y7o.js +0 -1
  235. package/.next/standalone/.next/static/chunks/0t0dn.254zxs-.js +0 -1
  236. package/.next/standalone/.next/static/chunks/0t9~b7j139x~h.js +0 -1
  237. package/.next/standalone/.next/static/chunks/0vj_1kxy3oc3z.js +0 -5
  238. package/.next/standalone/.next/static/chunks/0~r18o267lsua.js +0 -1
  239. package/.next/standalone/.next/static/chunks/14hyegs.jm13b.js +0 -1
  240. /package/.next/standalone/.next/static/{NM0zzDCa9moGRI5bLTuel → Wz6kaZQH2Kg2pF2j2ZFbe}/_buildManifest.js +0 -0
  241. /package/.next/standalone/.next/static/{NM0zzDCa9moGRI5bLTuel → Wz6kaZQH2Kg2pF2j2ZFbe}/_clientMiddlewareManifest.js +0 -0
  242. /package/.next/standalone/.next/static/{NM0zzDCa9moGRI5bLTuel → Wz6kaZQH2Kg2pF2j2ZFbe}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "4085af7008d8d6f41263fbb4fbce05e2ecdce678d7": {
3
+ "409fde2335dd72a0cc5f9fc4007807c90cf84ac587": {
4
4
  "workers": {
5
5
  "app/workspaces/[workspaceId]/page": {
6
6
  "moduleId": 590656,
@@ -12,7 +12,7 @@
12
12
  "exportedName": "createWorkspace",
13
13
  "filename": "src/actions/workspace-actions.ts"
14
14
  },
15
- "60bb2fe461c559b4759c65ac68f0601690bf0c2a62": {
15
+ "60831f735faffaad311a7d171059867d5f617d013c": {
16
16
  "workers": {
17
17
  "app/workspaces/[workspaceId]/page": {
18
18
  "moduleId": 590656,
@@ -24,7 +24,7 @@
24
24
  "exportedName": "updateWorkspace",
25
25
  "filename": "src/actions/workspace-actions.ts"
26
26
  },
27
- "403c83c0da72f6151e0cd55ffe2ce20298fb207cdb": {
27
+ "4003af4db97554807eaae82a1c1bfc1d44ee57c3f4": {
28
28
  "workers": {
29
29
  "app/workspaces/[workspaceId]/page": {
30
30
  "moduleId": 590656,
@@ -36,7 +36,7 @@
36
36
  "exportedName": "deleteWorkspace",
37
37
  "filename": "src/actions/workspace-actions.ts"
38
38
  },
39
- "4047e475a042ec5d82de62982ca205b9c2fe619e84": {
39
+ "40edef7a4c404a6cdd5a19f7e0ceca3abb693d1de4": {
40
40
  "workers": {
41
41
  "app/workspaces/[workspaceId]/page": {
42
42
  "moduleId": 590656,
@@ -48,7 +48,7 @@
48
48
  "exportedName": "reorderWorkspaces",
49
49
  "filename": "src/actions/workspace-actions.ts"
50
50
  },
51
- "403b715483ec5281a1b64c7bfc0d57b635266f9ce5": {
51
+ "401870399b89009a4502624938f15efc197a88ebec": {
52
52
  "workers": {
53
53
  "app/workspaces/[workspaceId]/page": {
54
54
  "moduleId": 590656,
@@ -60,7 +60,7 @@
60
60
  "exportedName": "getLabelsForWorkspace",
61
61
  "filename": "src/actions/label-actions.ts"
62
62
  },
63
- "40f44b80ba553cf5a234fee5355022754171aa2b75": {
63
+ "40f571ce03adc188fe32ee860d48e55a1cf6b2a684": {
64
64
  "workers": {
65
65
  "app/workspaces/[workspaceId]/page": {
66
66
  "moduleId": 590656,
@@ -72,7 +72,7 @@
72
72
  "exportedName": "createLabel",
73
73
  "filename": "src/actions/label-actions.ts"
74
74
  },
75
- "40d04659e57e872dbf3464436ecd20ccb289694d73": {
75
+ "404ad1847b150ab1e558b855e3eece3b3315136889": {
76
76
  "workers": {
77
77
  "app/workspaces/[workspaceId]/page": {
78
78
  "moduleId": 590656,
@@ -84,7 +84,7 @@
84
84
  "exportedName": "deleteLabel",
85
85
  "filename": "src/actions/label-actions.ts"
86
86
  },
87
- "603f1fdaa4792776b184e867ad16be2e45c1915ece": {
87
+ "605ee2e74b8c10c47e2334c9891fe5bdecbe23940c": {
88
88
  "workers": {
89
89
  "app/workspaces/[workspaceId]/page": {
90
90
  "moduleId": 590656,
@@ -96,7 +96,7 @@
96
96
  "exportedName": "globalSearch",
97
97
  "filename": "src/actions/search-actions.ts"
98
98
  },
99
- "604c8086f2d3ec82e3264434b754316cca8c8c67b6": {
99
+ "609ac8f0624cd6a8c30fb3077c4e46c8a57a589770": {
100
100
  "workers": {
101
101
  "app/workspaces/[workspaceId]/page": {
102
102
  "moduleId": 590656,
@@ -108,7 +108,7 @@
108
108
  "exportedName": "getConfigValue",
109
109
  "filename": "src/actions/config-actions.ts"
110
110
  },
111
- "40425508568f9481d3a13c0070435c70dd6412b424": {
111
+ "40c3ea6bef09de01a9e170315978f773338ae5cd08": {
112
112
  "workers": {
113
113
  "app/workspaces/[workspaceId]/page": {
114
114
  "moduleId": 590656,
@@ -120,7 +120,7 @@
120
120
  "exportedName": "resolveGitLocalPath",
121
121
  "filename": "src/actions/config-actions.ts"
122
122
  },
123
- "6071370c2d76b879b52db7cd1a204026c225a4055c": {
123
+ "60b1e9d8d102c97c9e03b5924b5744c3be4e5744e3": {
124
124
  "workers": {
125
125
  "app/workspaces/[workspaceId]/page": {
126
126
  "moduleId": 590656,
@@ -132,7 +132,7 @@
132
132
  "exportedName": "analyzeProjectDirectory",
133
133
  "filename": "src/actions/project-actions.ts"
134
134
  },
135
- "600a23782f1d3b35eca74996d0f98d0a3f7bc51406": {
135
+ "604088b38ae055299d29dd4fe5af2eb8395b2b3d5f": {
136
136
  "workers": {
137
137
  "app/workspaces/[workspaceId]/page": {
138
138
  "moduleId": 590656,
@@ -144,7 +144,7 @@
144
144
  "exportedName": "migrateProjectPath",
145
145
  "filename": "src/actions/project-actions.ts"
146
146
  },
147
- "405141ef29a6c6e13c47628d5b96d27cf22c6e7300": {
147
+ "404dcaf1dc95afc391344bd6d4c7d9daeda04835cd": {
148
148
  "workers": {
149
149
  "app/workspaces/[workspaceId]/page": {
150
150
  "moduleId": 590656,
@@ -156,7 +156,7 @@
156
156
  "exportedName": "checkMigrationSafety",
157
157
  "filename": "src/actions/project-actions.ts"
158
158
  },
159
- "00785eea567d5ce6eaa3cb6fddc5345423fe2bbe25": {
159
+ "001f9f5f09a8ec4af5306467a95b9a884f1bd15610": {
160
160
  "workers": {
161
161
  "app/workspaces/[workspaceId]/page": {
162
162
  "moduleId": 590656,
@@ -168,7 +168,7 @@
168
168
  "exportedName": "getActualWsPort",
169
169
  "filename": "src/actions/config-actions.ts"
170
170
  },
171
- "406e49dd8b4dfb470a4ebd4e6f4b46e0e4f0e8193d": {
171
+ "406cdf547b9a5e97bd6adcfb5388440a2ea4d9a582": {
172
172
  "workers": {
173
173
  "app/workspaces/[workspaceId]/page": {
174
174
  "moduleId": 590656,
@@ -180,7 +180,7 @@
180
180
  "exportedName": "createProject",
181
181
  "filename": "src/actions/workspace-actions.ts"
182
182
  },
183
- "609b91d89fc7a446819f187dd59248d15954611078": {
183
+ "607a5fed773e92b7a633af89e870e87936de01057c": {
184
184
  "workers": {
185
185
  "app/workspaces/[workspaceId]/page": {
186
186
  "moduleId": 590656,
@@ -192,7 +192,7 @@
192
192
  "exportedName": "setConfigValue",
193
193
  "filename": "src/actions/config-actions.ts"
194
194
  },
195
- "403449f7d8cde806e35ffce797eaa4e9d23b6f72d9": {
195
+ "40cf7c74a26a6b79d2db9f4952e321ba9ac217b7a0": {
196
196
  "workers": {
197
197
  "app/workspaces/[workspaceId]/page": {
198
198
  "moduleId": 590656,
@@ -204,7 +204,7 @@
204
204
  "exportedName": "checkExtension",
205
205
  "filename": "src/actions/extension-actions.ts"
206
206
  },
207
- "407e396bed3447b8c5e62c4025e271623c45fcf3a5": {
207
+ "4008d5df4a813b5da80654743c06cb9afd012aa47e": {
208
208
  "workers": {
209
209
  "app/workspaces/[workspaceId]/page": {
210
210
  "moduleId": 590656,
@@ -216,7 +216,7 @@
216
216
  "exportedName": "installExtension",
217
217
  "filename": "src/actions/extension-actions.ts"
218
218
  },
219
- "404d70e7bbf2b44629f27c5b2a792144a5ca886bfc": {
219
+ "4048b6c9c8b9568f3f3e3221907e0b72c9133bdf3f": {
220
220
  "workers": {
221
221
  "app/workspaces/[workspaceId]/page": {
222
222
  "moduleId": 590656,
@@ -228,7 +228,7 @@
228
228
  "exportedName": "uninstallExtension",
229
229
  "filename": "src/actions/extension-actions.ts"
230
230
  },
231
- "00b9e289ea65e79eb950d3880cd4932dc605a85df9": {
231
+ "00312df80b3c8208578a8b18cd0fa599e94ffdee48": {
232
232
  "workers": {
233
233
  "app/workspaces/[workspaceId]/page": {
234
234
  "moduleId": 590656,
@@ -240,7 +240,7 @@
240
240
  "exportedName": "getOnboardingStatus",
241
241
  "filename": "src/actions/onboarding-actions.ts"
242
242
  },
243
- "40547a323b075f9fc46867286b7a994d392bae4d44": {
243
+ "40195180d5a2c9c2a056dd1ac9e6f01864b2897663": {
244
244
  "workers": {
245
245
  "app/workspaces/[workspaceId]/page": {
246
246
  "moduleId": 590656,
@@ -252,7 +252,7 @@
252
252
  "exportedName": "dispatchTaskCompletionEvent",
253
253
  "filename": "src/actions/onboarding-actions.ts"
254
254
  },
255
- "40af6568ea6ead2ac338ef2c4f466d431852105b7c": {
255
+ "40b7fbed759b8e664404cd676bc0471a8998532582": {
256
256
  "workers": {
257
257
  "app/workspaces/[workspaceId]/page": {
258
258
  "moduleId": 590656,
@@ -264,31 +264,31 @@
264
264
  "exportedName": "setOnboardingProgress",
265
265
  "filename": "src/actions/onboarding-actions.ts"
266
266
  },
267
- "604d76a486da8d4d43c2c192f32d41e72220483c95": {
267
+ "602ebb4afa308d031087f196c68af4b48c2c328910": {
268
268
  "workers": {
269
269
  "app/workspaces/[workspaceId]/page": {
270
270
  "moduleId": 590656,
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
- "605c1b4624cf38b136ed353218e9326d5a1dacb99d": {
279
+ "60833fa33531c02f00a1f5248eb271eabd3b1a0e25": {
280
280
  "workers": {
281
281
  "app/workspaces/[workspaceId]/page": {
282
282
  "moduleId": 590656,
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
- "0022b6812dfa6eacd966b265a68a39b167ebce200a": {
291
+ "0008e048c31e099f5b0ff42ce909dfb635d13d86c4": {
292
292
  "workers": {
293
293
  "app/workspaces/[workspaceId]/page": {
294
294
  "moduleId": 590656,
@@ -300,7 +300,7 @@
300
300
  "exportedName": "listAllExtensionStatus",
301
301
  "filename": "src/actions/extension-actions.ts"
302
302
  },
303
- "4040b5a91f59b9720c26537dbae8cd635753e1b614": {
303
+ "40997bc2676629966ee5b257ab6694e81c304b6ce7": {
304
304
  "workers": {
305
305
  "app/workspaces/[workspaceId]/page": {
306
306
  "moduleId": 590656,
@@ -312,7 +312,7 @@
312
312
  "exportedName": "getTaskLabels",
313
313
  "filename": "src/actions/label-actions.ts"
314
314
  },
315
- "60d4f9a7ce68034e7a077dacd4b54e7fdd101c402c": {
315
+ "60f2ad2f2ebd3461f369f7eff7cd52e082adaed75c": {
316
316
  "workers": {
317
317
  "app/workspaces/[workspaceId]/page": {
318
318
  "moduleId": 590656,
@@ -324,7 +324,7 @@
324
324
  "exportedName": "setTaskLabels",
325
325
  "filename": "src/actions/label-actions.ts"
326
326
  },
327
- "404c0e8df84e2f48ff5af7c0f22d74efca565f22c5": {
327
+ "401a31f33236fc2c607cdadafa503c1cb1e6fb3d20": {
328
328
  "workers": {
329
329
  "app/workspaces/[workspaceId]/page": {
330
330
  "moduleId": 590656,
@@ -336,7 +336,7 @@
336
336
  "exportedName": "getProjectBranches",
337
337
  "filename": "src/actions/git-actions.ts"
338
338
  },
339
- "40c345bc47903b93c285527a1d12039adb0eee7daf": {
339
+ "40f194623f7775e9cf69a06393bc11e0dedad5ef16": {
340
340
  "workers": {
341
341
  "app/workspaces/[workspaceId]/page": {
342
342
  "moduleId": 590656,
@@ -348,7 +348,7 @@
348
348
  "exportedName": "fetchRemoteBranches",
349
349
  "filename": "src/actions/git-actions.ts"
350
350
  },
351
- "408e0b4496e307557b36f4a9b5c4b97d12070247be": {
351
+ "40bb845be3488b537749ce5903c8274735813d497e": {
352
352
  "workers": {
353
353
  "app/workspaces/[workspaceId]/page": {
354
354
  "moduleId": 590656,
@@ -360,7 +360,7 @@
360
360
  "exportedName": "getCurrentBranch",
361
361
  "filename": "src/actions/git-actions.ts"
362
362
  },
363
- "405c1285c94aa91e82909b249d6254ac70517340e9": {
363
+ "4098a2e12f3bf84cda1b91fe6b63e5cd2f57a431c5": {
364
364
  "workers": {
365
365
  "app/workspaces/[workspaceId]/page": {
366
366
  "moduleId": 590656,
@@ -372,7 +372,7 @@
372
372
  "exportedName": "getConfigValues",
373
373
  "filename": "src/actions/config-actions.ts"
374
374
  },
375
- "60109c81608371f4128d52892c70461efd1edf675f": {
375
+ "60e5bd011dc6a4e5a4e590212faf0b52070559e282": {
376
376
  "workers": {
377
377
  "app/workspaces/[workspaceId]/page": {
378
378
  "moduleId": 590656,
@@ -384,7 +384,7 @@
384
384
  "exportedName": "updateProject",
385
385
  "filename": "src/actions/workspace-actions.ts"
386
386
  },
387
- "40b7092569c3783a0f354210188d656647e3f23966": {
387
+ "40ad6d9d9fc9f4271dc88f0a6f0ce0b998e9c1942a": {
388
388
  "workers": {
389
389
  "app/workspaces/[workspaceId]/page": {
390
390
  "moduleId": 590656,
@@ -396,7 +396,7 @@
396
396
  "exportedName": "deleteProject",
397
397
  "filename": "src/actions/workspace-actions.ts"
398
398
  },
399
- "407d413dd4eb90b79b5a5de7b404a6ac8d7304515e": {
399
+ "40263d9083d759e6c0f7b43b32a9046b7104f50c87": {
400
400
  "workers": {
401
401
  "app/workspaces/[workspaceId]/page": {
402
402
  "moduleId": 590656,
@@ -408,7 +408,7 @@
408
408
  "exportedName": "getRecentLocalProjects",
409
409
  "filename": "src/actions/workspace-actions.ts"
410
410
  },
411
- "407fb617cf3558aaef98fa415db2ac3c296712f4d2": {
411
+ "407dd144dadc927c501a20a311504bf49531c43078": {
412
412
  "workers": {
413
413
  "app/workspaces/[workspaceId]/page": {
414
414
  "moduleId": 590656,
@@ -420,7 +420,7 @@
420
420
  "exportedName": "getOrCreateTowerTaskId",
421
421
  "filename": "src/actions/workspace-actions.ts"
422
422
  },
423
- "4009e425af1f977da423cd26cbbb52e5c4aa53756a": {
423
+ "408c17cfecd963a980c178b4da5d44d388638100bd": {
424
424
  "workers": {
425
425
  "app/workspaces/[workspaceId]/page": {
426
426
  "moduleId": 590656,
@@ -432,7 +432,7 @@
432
432
  "exportedName": "openInFileManager",
433
433
  "filename": "src/actions/preview-actions.ts"
434
434
  },
435
- "40e94679d1c9d740506f1360ed586f7e8be0860739": {
435
+ "40cb4a6bb2aa8c3f18f26548a6a34c458196c45e81": {
436
436
  "workers": {
437
437
  "app/workspaces/[workspaceId]/page": {
438
438
  "moduleId": 590656,
@@ -444,7 +444,7 @@
444
444
  "exportedName": "openInEditor",
445
445
  "filename": "src/actions/preview-actions.ts"
446
446
  },
447
- "40ff8c1440f3a9a4116841a811476dd49a07a3bcf5": {
447
+ "400b85788c94fdf13b91ebd07c6b0c654b4639bd26": {
448
448
  "workers": {
449
449
  "app/workspaces/[workspaceId]/page": {
450
450
  "moduleId": 590656,
@@ -456,7 +456,7 @@
456
456
  "exportedName": "openInTerminal",
457
457
  "filename": "src/actions/preview-actions.ts"
458
458
  },
459
- "407e6d6b52857a10755bab4ce211f983178fcef5bb": {
459
+ "405a20394c27e462fbd04a26f4fa7c4ac51a0641cb": {
460
460
  "workers": {
461
461
  "app/workspaces/[workspaceId]/page": {
462
462
  "moduleId": 590656,
@@ -468,7 +468,7 @@
468
468
  "exportedName": "getTaskExecutions",
469
469
  "filename": "src/actions/agent-actions.ts"
470
470
  },
471
- "7c822c97e9c0d4ef01e7a271223ed2bf32e00eb74c": {
471
+ "7ccd4d36482371edd9ad1f9ad226f12625b995dbd6": {
472
472
  "workers": {
473
473
  "app/workspaces/[workspaceId]/page": {
474
474
  "moduleId": 590656,
@@ -480,7 +480,7 @@
480
480
  "exportedName": "startPtyExecutionSafe",
481
481
  "filename": "src/actions/agent-actions.ts"
482
482
  },
483
- "40a5ac216f95efe5bd996ea879d2b5984d2fe23894": {
483
+ "4038c3cd963773f4277d255977443a81bf8f9f721e": {
484
484
  "workers": {
485
485
  "app/workspaces/[workspaceId]/page": {
486
486
  "moduleId": 590656,
@@ -492,7 +492,7 @@
492
492
  "exportedName": "stopPtyExecution",
493
493
  "filename": "src/actions/agent-actions.ts"
494
494
  },
495
- "60aa2e9ae518eac08aa4cea3a82300fc9de5a78e6e": {
495
+ "609b9e6c7f4dca6892b28606deea0354cef7c0317c": {
496
496
  "workers": {
497
497
  "app/workspaces/[workspaceId]/page": {
498
498
  "moduleId": 590656,
@@ -504,7 +504,7 @@
504
504
  "exportedName": "resumePtyExecution",
505
505
  "filename": "src/actions/agent-actions.ts"
506
506
  },
507
- "408980a1bfe972ece380b360525d141c2082df62e6": {
507
+ "405c786dfbbfbf2a43f72fc2209c040139c3e86a2a": {
508
508
  "workers": {
509
509
  "app/workspaces/[workspaceId]/page": {
510
510
  "moduleId": 590656,
@@ -516,7 +516,7 @@
516
516
  "exportedName": "continueLatestPtyExecution",
517
517
  "filename": "src/actions/agent-actions.ts"
518
518
  },
519
- "60564e4f9d518d62d7232526f8b40c7e336490fe5b": {
519
+ "60f659e004fb16c8a128b886533dd5575184a09662": {
520
520
  "workers": {
521
521
  "app/workspaces/[workspaceId]/page": {
522
522
  "moduleId": 590656,
@@ -528,7 +528,7 @@
528
528
  "exportedName": "updateTaskStatus",
529
529
  "filename": "src/actions/task-actions.ts"
530
530
  },
531
- "4053562e13fbd2d0c973016018e39533f32ddfee9b": {
531
+ "4047e75f6b563a057a25b3703e0157987da7ddef47": {
532
532
  "workers": {
533
533
  "app/workspaces/[workspaceId]/page": {
534
534
  "moduleId": 590656,
@@ -540,7 +540,7 @@
540
540
  "exportedName": "checkWorktreeClean",
541
541
  "filename": "src/actions/task-actions.ts"
542
542
  },
543
- "60bcd7acf62066a412b3f76251d4081fe1aacb3e5d": {
543
+ "602b826b85b8bad56bcfd2c11aa0feb221cbdb4baa": {
544
544
  "workers": {
545
545
  "app/workspaces/[workspaceId]/page": {
546
546
  "moduleId": 590656,
@@ -552,7 +552,7 @@
552
552
  "exportedName": "commitWorktreeChanges",
553
553
  "filename": "src/actions/task-actions.ts"
554
554
  },
555
- "4098467bcf8a1fe674e07be745ca8d806644a8f9d1": {
555
+ "40ddcc435901faf48a2bf57bd435ad194387f4a497": {
556
556
  "workers": {
557
557
  "app/workspaces/[workspaceId]/page": {
558
558
  "moduleId": 590656,
@@ -564,7 +564,7 @@
564
564
  "exportedName": "getPrompts",
565
565
  "filename": "src/actions/prompt-actions.ts"
566
566
  },
567
- "40cac23fd57aba89c3c048f7b55a3aa268a188dba9": {
567
+ "402d73607318b2b1825b326e9d626c7ad65bf4e919": {
568
568
  "workers": {
569
569
  "app/workspaces/[workspaceId]/page": {
570
570
  "moduleId": 590656,
@@ -576,7 +576,7 @@
576
576
  "exportedName": "createNote",
577
577
  "filename": "src/actions/note-actions.ts"
578
578
  },
579
- "409b338ecdbb1e5ac9b9d563a138a2a59d283d2035": {
579
+ "4003a6d574d9f373c55d94ccf731f0012b5d2a4583": {
580
580
  "workers": {
581
581
  "app/workspaces/[workspaceId]/page": {
582
582
  "moduleId": 590656,
@@ -588,7 +588,7 @@
588
588
  "exportedName": "getTaskNotes",
589
589
  "filename": "src/actions/note-actions.ts"
590
590
  },
591
- "4000a8878947bafe6067a0b86db6fb1025a86a6fac": {
591
+ "4061b5de7c68b5a524c0488434a920b12b3cd145ea": {
592
592
  "workers": {
593
593
  "app/workspaces/[workspaceId]/page": {
594
594
  "moduleId": 590656,
@@ -600,7 +600,7 @@
600
600
  "exportedName": "deleteNote",
601
601
  "filename": "src/actions/note-actions.ts"
602
602
  },
603
- "40a92c87c17798d90a92fee15165981e7019049ef1": {
603
+ "40b6a2f1f07f2adcf3dbe3460b438699bf2223929e": {
604
604
  "workers": {
605
605
  "app/workspaces/[workspaceId]/page": {
606
606
  "moduleId": 590656,
@@ -612,7 +612,7 @@
612
612
  "exportedName": "getTaskAssets",
613
613
  "filename": "src/actions/asset-actions.ts"
614
614
  },
615
- "406cb5328286f600e93b8cb4a3df79c971cac344c1": {
615
+ "409c7af9f3a775c32f9d8c3e38938c3df1dbf49a12": {
616
616
  "workers": {
617
617
  "app/workspaces/[workspaceId]/page": {
618
618
  "moduleId": 590656,
@@ -624,7 +624,7 @@
624
624
  "exportedName": "uploadAsset",
625
625
  "filename": "src/actions/asset-actions.ts"
626
626
  },
627
- "40abcf853c3f7733df65eb8d36f21af608aed32cde": {
627
+ "407e55df617138fbfecc54ee85adf946cfd20d91de": {
628
628
  "workers": {
629
629
  "app/workspaces/[workspaceId]/page": {
630
630
  "moduleId": 590656,
@@ -636,7 +636,7 @@
636
636
  "exportedName": "deleteAsset",
637
637
  "filename": "src/actions/asset-actions.ts"
638
638
  },
639
- "409bcf1eb84d03b7a927088f0ef58d4e4e174d8039": {
639
+ "404da9d668d485be7c807d52a1cc6eaab6f32f7452": {
640
640
  "workers": {
641
641
  "app/workspaces/[workspaceId]/page": {
642
642
  "moduleId": 590656,
@@ -648,7 +648,7 @@
648
648
  "exportedName": "createTask",
649
649
  "filename": "src/actions/task-actions.ts"
650
650
  },
651
- "608268fe639380106760d6aa78feab550d0389a9e9": {
651
+ "60a8b260c2dc2ba3ac88d62911a4d42430eca3c5f5": {
652
652
  "workers": {
653
653
  "app/workspaces/[workspaceId]/page": {
654
654
  "moduleId": 590656,
@@ -660,7 +660,7 @@
660
660
  "exportedName": "updateTask",
661
661
  "filename": "src/actions/task-actions.ts"
662
662
  },
663
- "407bd323d06ab78356857d76941714251499f42d2b": {
663
+ "40040f4fb9834d8b51a904ea8a6dc164a28474719d": {
664
664
  "workers": {
665
665
  "app/workspaces/[workspaceId]/page": {
666
666
  "moduleId": 590656,
@@ -672,7 +672,7 @@
672
672
  "exportedName": "deleteTask",
673
673
  "filename": "src/actions/task-actions.ts"
674
674
  },
675
- "40f9b090e922030f31a41927d44bac3fbb5536198a": {
675
+ "40eb42cee81987cdd889d4207810747489aa4ba222": {
676
676
  "workers": {
677
677
  "app/workspaces/[workspaceId]/page": {
678
678
  "moduleId": 590656,
@@ -684,7 +684,7 @@
684
684
  "exportedName": "toggleTaskPinned",
685
685
  "filename": "src/actions/task-actions.ts"
686
686
  },
687
- "7c22030814ba2af2d0ed441b5e8bee966a81182f46": {
687
+ "7c8e51fe07ebab6fd60b08e0c47c7a8de499b4fb6d": {
688
688
  "workers": {
689
689
  "app/workspaces/[workspaceId]/page": {
690
690
  "moduleId": 590656,
@@ -696,7 +696,7 @@
696
696
  "exportedName": "startPtyExecution",
697
697
  "filename": "src/actions/agent-actions.ts"
698
698
  },
699
- "4091ef67156805c12ffd885ab3e59437f9b4b3a8ca": {
699
+ "408fa13a43876365dca2d1770e4b1adbfe5eeaac74": {
700
700
  "workers": {
701
701
  "app/workspaces/[workspaceId]/page": {
702
702
  "moduleId": 590656,
@@ -5,7 +5,7 @@ R.c("server/chunks/ssr/0se9_next_dist_esm_build_templates_app-page_00apk5..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")