tower-studio 0.2.10 → 0.2.14

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 (330) 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 +39 -39
  13. package/.next/standalone/.next/server/app/_not-found/page.js +6 -5
  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/_not-found.html +1 -1
  17. package/.next/standalone/.next/server/app/_not-found.rsc +15 -15
  18. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +15 -15
  19. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  20. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +9 -9
  21. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  22. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  23. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  24. package/.next/standalone/.next/server/app/api/adapters/test/route.js +3 -3
  25. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +1 -1
  28. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/git/route.js +1 -1
  30. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +1 -1
  32. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
  34. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +3 -2
  36. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/internal/assistant/route.js +2 -2
  38. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +2 -2
  40. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
  42. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js +1 -1
  44. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +1 -1
  46. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  47. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +1 -1
  48. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  49. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +3 -3
  50. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  51. package/.next/standalone/.next/server/app/index.html +1 -1
  52. package/.next/standalone/.next/server/app/index.rsc +15 -15
  53. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  54. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +15 -15
  55. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
  56. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +9 -9
  57. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  58. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  59. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +63 -63
  60. package/.next/standalone/.next/server/app/missions/page.js +6 -5
  61. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  62. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  63. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +1 -1
  64. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +39 -39
  65. package/.next/standalone/.next/server/app/onboarding/page.js +6 -5
  66. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  67. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  68. package/.next/standalone/.next/server/app/onboarding.html +1 -1
  69. package/.next/standalone/.next/server/app/onboarding.rsc +17 -17
  70. package/.next/standalone/.next/server/app/onboarding.segments/_full.segment.rsc +17 -17
  71. package/.next/standalone/.next/server/app/onboarding.segments/_head.segment.rsc +4 -4
  72. package/.next/standalone/.next/server/app/onboarding.segments/_index.segment.rsc +9 -9
  73. package/.next/standalone/.next/server/app/onboarding.segments/_tree.segment.rsc +1 -1
  74. package/.next/standalone/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +4 -4
  75. package/.next/standalone/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
  76. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +1 -1
  77. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +39 -39
  78. package/.next/standalone/.next/server/app/page.js +6 -5
  79. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  80. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  81. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +1 -1
  82. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +52 -52
  83. package/.next/standalone/.next/server/app/settings/page.js +6 -5
  84. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  85. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  86. package/.next/standalone/.next/server/app/settings.html +1 -1
  87. package/.next/standalone/.next/server/app/settings.rsc +17 -17
  88. package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +17 -17
  89. package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
  90. package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +9 -9
  91. package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  92. package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
  93. package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  94. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +1 -1
  95. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +94 -94
  96. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +6 -5
  97. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  98. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  99. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +1 -1
  100. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +80 -80
  101. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +6 -5
  102. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  103. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  104. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +1 -1
  105. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +73 -73
  106. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +6 -5
  107. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  108. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  109. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +1 -1
  110. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +68 -68
  111. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +7 -6
  112. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  113. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  114. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +1 -1
  115. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +39 -39
  116. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +7 -6
  117. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  118. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  119. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +1 -1
  120. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +78 -78
  121. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +6 -5
  122. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  123. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  124. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +2 -2
  125. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +78 -78
  126. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +8 -7
  127. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  128. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  129. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +1 -1
  130. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +59 -59
  131. package/.next/standalone/.next/server/app/workspaces/page.js +6 -5
  132. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  133. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  134. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0h5yr8p.js +1 -1
  135. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
  136. package/.next/standalone/.next/server/chunks/[externals]__07308ej._.js +3 -0
  137. package/.next/standalone/.next/server/chunks/[externals]__12mj_bs._.js +3 -0
  138. package/.next/standalone/.next/server/chunks/[root-of-the-server]__00mjz~7._.js +1 -1
  139. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__07f7~6u._.js → [root-of-the-server]__03j20vp._.js} +3 -3
  140. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__03gi3ue._.js → [root-of-the-server]__04qke1x._.js} +3 -3
  141. package/.next/standalone/.next/server/chunks/[root-of-the-server]__08v2air._.js +4 -0
  142. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__028ucbo._.js → [root-of-the-server]__09pc-71._.js} +3 -3
  143. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0iyp~.k._.js +20 -0
  144. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ogh_qu._.js +2 -2
  145. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +4 -0
  146. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0r0nj9k._.js +20 -0
  147. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0n0cdrs._.js → [root-of-the-server]__0rvsc5q._.js} +2 -2
  148. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0cwgqg2._.js → [root-of-the-server]__0stmn6n._.js} +2 -2
  149. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__06hktr2._.js → [root-of-the-server]__0umocfj._.js} +2 -2
  150. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wotir9._.js +11 -0
  151. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__00fx8qq._.js → [root-of-the-server]__0z-k6vg._.js} +2 -2
  152. package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
  153. package/.next/standalone/.next/server/chunks/src_lib_0aowbzy._.js +3 -0
  154. package/.next/standalone/.next/server/chunks/src_lib_0nw5n~t._.js +3 -0
  155. package/.next/standalone/.next/server/chunks/src_lib_ai_0xx6y51._.js +1 -1
  156. package/.next/standalone/.next/server/chunks/src_lib_ai_providers_index_ts_0.y.3vp._.js +1 -1
  157. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  158. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-pcbjc._.js +30 -0
  159. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.bvw5b._.js +4 -0
  160. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dsdplu._.js → [root-of-the-server]__04nht4_._.js} +2 -2
  161. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06ci01x._.js +30 -0
  162. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__06fz814._.js +3 -0
  163. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0tc6uh2._.js → [root-of-the-server]__08icsmr._.js} +2 -2
  164. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__098yytg._.js +30 -0
  165. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0b7rna9._.js +30 -0
  166. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0b8cn~b._.js +30 -0
  167. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0clm.cb._.js +30 -0
  168. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0f6jg2_._.js +3 -0
  169. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gaiasa._.js +3 -0
  170. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__11t.nhs._.js → [root-of-the-server]__0k23.h1._.js} +2 -2
  171. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0n-4zp8._.js +3 -0
  172. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0kgp2xy._.js → [root-of-the-server]__0pj4ghy._.js} +1 -1
  173. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ps55l6._.js +1 -1
  174. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0snkwkk._.js +3 -0
  175. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ss.-i7._.js +30 -0
  176. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__02px.0y._.js → [root-of-the-server]__0vk3eou._.js} +2 -2
  177. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0vqar.7._.js +3 -0
  178. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x81w9c._.js +30 -0
  179. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0yr--da._.js +3 -0
  180. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z1phoe._.js +3 -0
  181. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0~8i4lj._.js +3 -0
  182. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0wvyks.._.js → [root-of-the-server]__10yxmur._.js} +2 -2
  183. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11dfb6z._.js +3 -0
  184. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11einlk._.js +30 -0
  185. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__11zjs~k._.js +3 -0
  186. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13wezd4._.js +30 -0
  187. package/.next/standalone/.next/server/chunks/ssr/{_0zgu282._.js → _00-v8~4._.js} +1 -1
  188. package/.next/standalone/.next/server/chunks/ssr/_05h.8a~._.js +1 -1
  189. package/.next/standalone/.next/server/chunks/ssr/_06sgp6h._.js +3 -0
  190. package/.next/standalone/.next/server/chunks/ssr/{_0c-49y3._.js → _09gfkbi._.js} +1 -1
  191. package/.next/standalone/.next/server/chunks/ssr/_0_l8.dg._.js +1 -1
  192. package/.next/standalone/.next/server/chunks/ssr/{_028bxro._.js → _0bxf9ev._.js} +2 -2
  193. package/.next/standalone/.next/server/chunks/ssr/_0cf4wa5._.js +7 -0
  194. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  195. package/.next/standalone/.next/server/chunks/ssr/_0h~yckx._.js +3 -0
  196. package/.next/standalone/.next/server/chunks/ssr/_0i4__mf._.js +1 -1
  197. package/.next/standalone/.next/server/chunks/ssr/{_0t9cbox._.js → _0istl17._.js} +2 -2
  198. package/.next/standalone/.next/server/chunks/ssr/_0kkxrcc._.js +3 -0
  199. package/.next/standalone/.next/server/chunks/ssr/{_0jymo4.._.js → _0mvc5xq._.js} +2 -2
  200. package/.next/standalone/.next/server/chunks/ssr/{_0am8~b4._.js → _0nbldfa._.js} +2 -2
  201. package/.next/standalone/.next/server/chunks/ssr/_0nia_eb._.js +7 -0
  202. package/.next/standalone/.next/server/chunks/ssr/{_0_q~7z7._.js → _0of7fy7._.js} +1 -1
  203. package/.next/standalone/.next/server/chunks/ssr/{_0ssha_7._.js → _0ome.i4._.js} +2 -2
  204. package/.next/standalone/.next/server/chunks/ssr/_0pgn51u._.js +7 -0
  205. package/.next/standalone/.next/server/chunks/ssr/{_0rbai5c._.js → _0q6ax60._.js} +1 -1
  206. package/.next/standalone/.next/server/chunks/ssr/{_0niubv5._.js → _0rk3o8h._.js} +1 -1
  207. package/.next/standalone/.next/server/chunks/ssr/{_0dvj0e.._.js → _0s10w76._.js} +2 -2
  208. package/.next/standalone/.next/server/chunks/ssr/{_0quq3z2._.js → _0v_1aum._.js} +2 -2
  209. package/.next/standalone/.next/server/chunks/ssr/{_13xqr7_._.js → _0w3~ri1._.js} +2 -2
  210. package/.next/standalone/.next/server/chunks/ssr/_0wvv86n._.js +3 -0
  211. package/.next/standalone/.next/server/chunks/ssr/_0xrgx~o._.js +3 -0
  212. package/.next/standalone/.next/server/chunks/ssr/{_0zszi6-._.js → _0yp1dzk._.js} +1 -1
  213. package/.next/standalone/.next/server/chunks/ssr/_0~80adm._.js +3 -3
  214. package/.next/standalone/.next/server/chunks/ssr/{_0y-7tle._.js → _102gd3m._.js} +1 -1
  215. package/.next/standalone/.next/server/chunks/ssr/_10dvolb._.js +3 -0
  216. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  217. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__03ebsif._.js → src_0j_1~da._.js} +4 -4
  218. package/.next/standalone/.next/server/chunks/ssr/src_13jha60._.js +1 -1
  219. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
  220. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  221. package/.next/standalone/.next/server/chunks/ssr/src_actions_search-code-actions_ts_0k9u5d~._.js +3 -0
  222. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  223. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  224. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  225. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  226. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  227. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  228. package/.next/standalone/.next/server/chunks/ssr/{src_lib_06uhm3j._.js → src_lib_02~8o7n._.js} +1 -1
  229. package/.next/standalone/.next/server/chunks/ssr/{src_lib_07rspg0._.js → src_lib_05._ry~._.js} +1 -1
  230. package/.next/standalone/.next/server/chunks/ssr/{src_lib_0.qra8k._.js → src_lib_0d6br1r._.js} +1 -1
  231. package/.next/standalone/.next/server/chunks/ssr/{src_lib_05il5a6._.js → src_lib_0d7-dyi._.js} +1 -1
  232. package/.next/standalone/.next/server/chunks/ssr/src_lib_0iq4x_.._.js +3 -0
  233. package/.next/standalone/.next/server/chunks/ssr/src_lib_0me8mly._.js +3 -0
  234. package/.next/standalone/.next/server/chunks/ssr/src_lib_0ngr9__._.js +3 -0
  235. package/.next/standalone/.next/server/chunks/ssr/src_lib_0qu3epc._.js +3 -0
  236. package/.next/standalone/.next/server/chunks/ssr/src_lib_0r2kk28._.js +3 -0
  237. package/.next/standalone/.next/server/chunks/ssr/src_lib_0v-t4im._.js +3 -0
  238. package/.next/standalone/.next/server/chunks/ssr/src_lib_0v244ym._.js +3 -0
  239. package/.next/standalone/.next/server/chunks/ssr/src_lib_0y0c60a._.js +3 -0
  240. package/.next/standalone/.next/server/chunks/ssr/src_lib_13f4e5p._.js +3 -0
  241. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  242. package/.next/standalone/.next/server/pages/404.html +1 -1
  243. package/.next/standalone/.next/server/pages/500.html +1 -1
  244. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  245. package/.next/standalone/.next/server/server-reference-manifest.json +266 -266
  246. package/.next/standalone/.next/static/chunks/0.8v0ovyop-~2.js +1 -0
  247. package/.next/standalone/.next/static/chunks/{0esxrl_jbzhq0.js → 00l2hb0-8vqxa.js} +2 -2
  248. package/.next/standalone/.next/static/chunks/{0xkogzb0hkmv2.js → 07pvcpi6zp562.js} +2 -2
  249. package/.next/standalone/.next/static/chunks/{0e01jd~5_f9y~.js → 08xj788_-g4ro.js} +1 -1
  250. package/.next/standalone/.next/static/chunks/{0pn91v~~ax-2i.js → 0gw.5-0.yxwx-.js} +1 -1
  251. package/.next/standalone/.next/static/chunks/0q6i.u46oj3et.js +2 -0
  252. package/.next/standalone/.next/static/chunks/{0dzfcafnnd9ar.js → 0qx8zbx8~0kzb.js} +1 -1
  253. package/.next/standalone/.next/static/chunks/{08czwnyn-yb6h.js → 0v5-g5xtcj48u.js} +1 -1
  254. package/.next/standalone/.next/static/chunks/0vg7vvvpc41pt.js +1 -0
  255. package/.next/standalone/.next/static/chunks/{0ffqq7c8_0euc.js → 0wuryio392ep..js} +1 -1
  256. package/.next/standalone/.next/static/chunks/0x-x1fbxj_xqd.js +1 -0
  257. package/.next/standalone/.next/static/chunks/{0e1rsaypb1c8g.js → 0xw4lc5b8_ksq.js} +1 -1
  258. package/.next/standalone/.next/static/chunks/0y5a_8x-kzjh~.js +1 -0
  259. package/.next/standalone/.next/static/chunks/{0v~wcz2xuu3p-.js → 0zvvx~xakrlk3.js} +1 -1
  260. package/.next/standalone/.next/static/chunks/{0p2790ex-.bs1.js → 10m3b0915q6yz.js} +1 -1
  261. package/.next/standalone/.next/static/chunks/{0naw4k2t-iitk.js → 11fsu1zog.5r2.js} +2 -2
  262. package/.next/standalone/.next/static/chunks/{0g5lbqhmhs1om.js → 11qxjwptzbka2.js} +1 -1
  263. package/.next/standalone/.next/static/chunks/{0p2hpp_l5b.g3.js → 162.req.5srx1.js} +1 -1
  264. package/.next/standalone/.next/static/chunks/1633lyb6elnxv.js +1 -0
  265. package/.next/standalone/.next/static/chunks/{14-ne07fdt5gd.js → 17fjz63sudhsi.js} +2 -2
  266. package/.next/standalone/.next/static/chunks/184w42tfqip9h.js +1 -0
  267. package/.next/standalone/package.json +1 -1
  268. package/dist/mcp-server.cjs +18 -6
  269. package/package.json +1 -1
  270. package/.next/standalone/.next/server/chunks/[externals]__09i7990._.js +0 -3
  271. package/.next/standalone/.next/server/chunks/[externals]__0mwl_.i._.js +0 -3
  272. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05eviiz._.js +0 -20
  273. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0_90467._.js +0 -3
  274. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d~z6xs._.js +0 -4
  275. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e44k3f._.js +0 -20
  276. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0h.z9fm._.js +0 -11
  277. package/.next/standalone/.next/server/chunks/_0_w835g._.js +0 -4
  278. package/.next/standalone/.next/server/chunks/src_lib_0ba0ntr._.js +0 -3
  279. package/.next/standalone/.next/server/chunks/src_lib_ai_0q-~me1._.js +0 -3
  280. package/.next/standalone/.next/server/chunks/ssr/[externals]_@vscode_ripgrep_0ylq4j7._.js +0 -3
  281. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.ukame._.js +0 -30
  282. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__006_qh0._.js +0 -3
  283. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00qhe2l._.js +0 -3
  284. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__01j8ix6._.js +0 -30
  285. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08n5qbf._.js +0 -3
  286. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ca_ueb._.js +0 -30
  287. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0kzp4-y._.js +0 -3
  288. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0l43.5g._.js +0 -4
  289. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0n.cuy2._.js +0 -30
  290. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nbj.ml._.js +0 -30
  291. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ojv-d0._.js +0 -3
  292. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pm2~fu._.js +0 -30
  293. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ribsk4._.js +0 -3
  294. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rjue04._.js +0 -30
  295. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0souuv~._.js +0 -3
  296. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0v2eslh._.js +0 -30
  297. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0wjg_.n._.js +0 -3
  298. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0wlmzzq._.js +0 -30
  299. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zbmoit._.js +0 -3
  300. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0~03tpv._.js +0 -3
  301. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0~a-emb._.js +0 -30
  302. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13vdw4w._.js +0 -3
  303. package/.next/standalone/.next/server/chunks/ssr/_03ae9ko._.js +0 -7
  304. package/.next/standalone/.next/server/chunks/ssr/_04b71ua._.js +0 -3
  305. package/.next/standalone/.next/server/chunks/ssr/_0dr-c0.._.js +0 -7
  306. package/.next/standalone/.next/server/chunks/ssr/_0ds6nk2._.js +0 -3
  307. package/.next/standalone/.next/server/chunks/ssr/_0ihq._v._.js +0 -3
  308. package/.next/standalone/.next/server/chunks/ssr/_0ik626t._.js +0 -7
  309. package/.next/standalone/.next/server/chunks/ssr/_0r9w-k8._.js +0 -3
  310. package/.next/standalone/.next/server/chunks/ssr/_0rbctq7._.js +0 -3
  311. package/.next/standalone/.next/server/chunks/ssr/_0rt8hus._.js +0 -3
  312. package/.next/standalone/.next/server/chunks/ssr/src_lib_0_8frs_._.js +0 -3
  313. package/.next/standalone/.next/server/chunks/ssr/src_lib_0cwd~e-._.js +0 -3
  314. package/.next/standalone/.next/server/chunks/ssr/src_lib_0fjk3hr._.js +0 -3
  315. package/.next/standalone/.next/server/chunks/ssr/src_lib_0g-92s-._.js +0 -3
  316. package/.next/standalone/.next/server/chunks/ssr/src_lib_0ss_gux._.js +0 -3
  317. package/.next/standalone/.next/server/chunks/ssr/src_lib_0trkgq-._.js +0 -3
  318. package/.next/standalone/.next/server/chunks/ssr/src_lib_0yvo_x7._.js +0 -3
  319. package/.next/standalone/.next/server/chunks/ssr/src_lib_11c8k4w._.js +0 -3
  320. package/.next/standalone/.next/server/chunks/ssr/src_lib_12xkd9s._.js +0 -3
  321. package/.next/standalone/.next/static/chunks/0.ofi_xek10ly.js +0 -1
  322. package/.next/standalone/.next/static/chunks/057-vm1159y01.js +0 -1
  323. package/.next/standalone/.next/static/chunks/0g1~.f9jqo3nd.js +0 -2
  324. package/.next/standalone/.next/static/chunks/0iv0ao0keotf6.js +0 -1
  325. package/.next/standalone/.next/static/chunks/0o__.a9lpdowg.js +0 -1
  326. package/.next/standalone/.next/static/chunks/0p3inhs_w7v5v.js +0 -1
  327. package/.next/standalone/.next/static/chunks/0tpzfueusr2~a.js +0 -1
  328. /package/.next/standalone/.next/static/{Y2nibY8eWLcXL1azqa_Q9 → _ZiE8oD76fu2E6vKTuPlS}/_buildManifest.js +0 -0
  329. /package/.next/standalone/.next/static/{Y2nibY8eWLcXL1azqa_Q9 → _ZiE8oD76fu2E6vKTuPlS}/_clientMiddlewareManifest.js +0 -0
  330. /package/.next/standalone/.next/static/{Y2nibY8eWLcXL1azqa_Q9 → _ZiE8oD76fu2E6vKTuPlS}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "407cea86bcf79899c6b9ddf2859de4b028adc74d9a": {
3
+ "40a829e2668574e8f4c2d0f17d4a7d5e32237e9f07": {
4
4
  "workers": {
5
5
  "app/_not-found/page": {
6
6
  "moduleId": 921792,
@@ -84,7 +84,7 @@
84
84
  "filename": "src/actions/workspace-actions.ts",
85
85
  "exportedName": "createWorkspace"
86
86
  },
87
- "605a871303674e0eaf175cb61d233ad574bfe8524c": {
87
+ "609bd4a87203cbf2d6b53b08173cdb5e122d04ccaa": {
88
88
  "workers": {
89
89
  "app/_not-found/page": {
90
90
  "moduleId": 921792,
@@ -168,7 +168,7 @@
168
168
  "filename": "src/actions/workspace-actions.ts",
169
169
  "exportedName": "updateWorkspace"
170
170
  },
171
- "40ee1cdf4e6e9870944d24e557cd3ad748f1815a19": {
171
+ "405c0f63da8f65b8c35968ea7550c522f00ef5329b": {
172
172
  "workers": {
173
173
  "app/_not-found/page": {
174
174
  "moduleId": 921792,
@@ -252,7 +252,7 @@
252
252
  "filename": "src/actions/workspace-actions.ts",
253
253
  "exportedName": "deleteWorkspace"
254
254
  },
255
- "40cdbb3a728b884d16c28dba88a95015831d0f707a": {
255
+ "40fb0d82631d9a69ca629c8e368af79ac8092fde38": {
256
256
  "workers": {
257
257
  "app/_not-found/page": {
258
258
  "moduleId": 921792,
@@ -336,7 +336,7 @@
336
336
  "filename": "src/actions/label-actions.ts",
337
337
  "exportedName": "getLabelsForWorkspace"
338
338
  },
339
- "408c4b068a101ff26430fd9a2eab8da4205b17a155": {
339
+ "408e5c48ac6c824b68d011961876a2c2ea15658b43": {
340
340
  "workers": {
341
341
  "app/_not-found/page": {
342
342
  "moduleId": 921792,
@@ -420,7 +420,7 @@
420
420
  "filename": "src/actions/label-actions.ts",
421
421
  "exportedName": "createLabel"
422
422
  },
423
- "40490ad5bcebd5783c04ddcaea990f816adcf3d62e": {
423
+ "40a1cb23d9c50b1205b46da719c74011db48916a7e": {
424
424
  "workers": {
425
425
  "app/_not-found/page": {
426
426
  "moduleId": 921792,
@@ -504,7 +504,7 @@
504
504
  "filename": "src/actions/label-actions.ts",
505
505
  "exportedName": "deleteLabel"
506
506
  },
507
- "604d188e861acf619c5baf2856feff3fe637de7bdc": {
507
+ "60ee93c257ac2bd7b84c248dde49893f53ae3656a6": {
508
508
  "workers": {
509
509
  "app/_not-found/page": {
510
510
  "moduleId": 921792,
@@ -588,7 +588,7 @@
588
588
  "filename": "src/actions/search-actions.ts",
589
589
  "exportedName": "globalSearch"
590
590
  },
591
- "6070935e8ea3377e1074b1011282dac5c4f86959ab": {
591
+ "600ef2234243ad7d5d4b63534b22098f880e1c335b": {
592
592
  "workers": {
593
593
  "app/_not-found/page": {
594
594
  "moduleId": 921792,
@@ -672,7 +672,7 @@
672
672
  "filename": "src/actions/config-actions.ts",
673
673
  "exportedName": "getConfigValue"
674
674
  },
675
- "40622ab6a12749e686c5f41a4069429783a2b1679e": {
675
+ "40bf6eb5b53c00333424617e49c2fe2a949bbe37ad": {
676
676
  "workers": {
677
677
  "app/_not-found/page": {
678
678
  "moduleId": 921792,
@@ -756,7 +756,7 @@
756
756
  "filename": "src/actions/config-actions.ts",
757
757
  "exportedName": "resolveGitLocalPath"
758
758
  },
759
- "60d1cadc9841b851175001b74b3fc13d3a348df7a0": {
759
+ "60a15a0f987a45dc4abb292e72222dd2e8b8beb48e": {
760
760
  "workers": {
761
761
  "app/_not-found/page": {
762
762
  "moduleId": 921792,
@@ -840,7 +840,7 @@
840
840
  "filename": "src/actions/project-actions.ts",
841
841
  "exportedName": "analyzeProjectDirectory"
842
842
  },
843
- "60d9158dfaa5ddb9b12e8aaea8df1752690d3f2ad9": {
843
+ "60912e5efd578a2164ae3ecbacc85273a0b85a3bc0": {
844
844
  "workers": {
845
845
  "app/_not-found/page": {
846
846
  "moduleId": 921792,
@@ -924,7 +924,7 @@
924
924
  "filename": "src/actions/project-actions.ts",
925
925
  "exportedName": "migrateProjectPath"
926
926
  },
927
- "4066b5ea9c89d1e11b63c06866a5e44403fc00735b": {
927
+ "403b0b19501eae7fc7f033311a9699b661c77a1c27": {
928
928
  "workers": {
929
929
  "app/_not-found/page": {
930
930
  "moduleId": 921792,
@@ -1008,7 +1008,7 @@
1008
1008
  "filename": "src/actions/project-actions.ts",
1009
1009
  "exportedName": "checkMigrationSafety"
1010
1010
  },
1011
- "0095f9b7409f19cb7a4858b3af93184d2f94d7f783": {
1011
+ "004e71f40ae5d66300f5c5755c26c86d8489281632": {
1012
1012
  "workers": {
1013
1013
  "app/_not-found/page": {
1014
1014
  "moduleId": 921792,
@@ -1092,7 +1092,7 @@
1092
1092
  "filename": "src/actions/config-actions.ts",
1093
1093
  "exportedName": "getActualWsPort"
1094
1094
  },
1095
- "4090d269cecfc12d2c41c22f5ea8ee9e2356ba772c": {
1095
+ "4049356a888740421e09020863ec90ac2c03c67525": {
1096
1096
  "workers": {
1097
1097
  "app/_not-found/page": {
1098
1098
  "moduleId": 921792,
@@ -1176,7 +1176,7 @@
1176
1176
  "filename": "src/actions/workspace-actions.ts",
1177
1177
  "exportedName": "createProject"
1178
1178
  },
1179
- "60e960e2e18aa28c6856c37ec1a36ff254f9ca360c": {
1179
+ "609b277bb9824e7a54525a9f7a6baadb6aa83fcdfc": {
1180
1180
  "workers": {
1181
1181
  "app/_not-found/page": {
1182
1182
  "moduleId": 921792,
@@ -1260,7 +1260,7 @@
1260
1260
  "filename": "src/actions/config-actions.ts",
1261
1261
  "exportedName": "setConfigValue"
1262
1262
  },
1263
- "40e768245a4e78fce5a90281591c51e6bd43c8b391": {
1263
+ "4015dbfb8dfcfc03b13a6c260003f3a6d621699ab1": {
1264
1264
  "workers": {
1265
1265
  "app/_not-found/page": {
1266
1266
  "moduleId": 921792,
@@ -1344,7 +1344,7 @@
1344
1344
  "filename": "src/actions/extension-actions.ts",
1345
1345
  "exportedName": "checkExtension"
1346
1346
  },
1347
- "40023e04c00e5031b947837d813de3e5008c7998ed": {
1347
+ "40995673474a9ea32c30c57157a6aba8539384fa92": {
1348
1348
  "workers": {
1349
1349
  "app/_not-found/page": {
1350
1350
  "moduleId": 921792,
@@ -1428,7 +1428,7 @@
1428
1428
  "filename": "src/actions/extension-actions.ts",
1429
1429
  "exportedName": "installExtension"
1430
1430
  },
1431
- "40572611cf1015e642d34ea2b6a0027a216b9e35d2": {
1431
+ "4091312aa17821d7c7361c9f17df58d03d60c47894": {
1432
1432
  "workers": {
1433
1433
  "app/_not-found/page": {
1434
1434
  "moduleId": 921792,
@@ -1512,7 +1512,7 @@
1512
1512
  "filename": "src/actions/extension-actions.ts",
1513
1513
  "exportedName": "uninstallExtension"
1514
1514
  },
1515
- "007917eb2348c213933037fa0b0ee848be3cb87c1e": {
1515
+ "00c71e6586e1a6dc8d0e982a38b7000ace7ab1fcc1": {
1516
1516
  "workers": {
1517
1517
  "app/_not-found/page": {
1518
1518
  "moduleId": 921792,
@@ -1596,343 +1596,343 @@
1596
1596
  "filename": "src/actions/onboarding-actions.ts",
1597
1597
  "exportedName": "getOnboardingStatus"
1598
1598
  },
1599
- "408318bb2a36cde2db518580453bb566cf569f5617": {
1599
+ "400b0c48e2350855672c9751fa582381554cc0bac2": {
1600
1600
  "workers": {
1601
1601
  "app/_not-found/page": {
1602
1602
  "moduleId": 921792,
1603
1603
  "async": true,
1604
- "exportedName": "setOnboardingProgress",
1604
+ "exportedName": "dispatchTaskCompletionEvent",
1605
1605
  "filename": "src/actions/onboarding-actions.ts"
1606
1606
  },
1607
1607
  "app/missions/page": {
1608
1608
  "moduleId": 276083,
1609
1609
  "async": true,
1610
- "exportedName": "setOnboardingProgress",
1610
+ "exportedName": "dispatchTaskCompletionEvent",
1611
1611
  "filename": "src/actions/onboarding-actions.ts"
1612
1612
  },
1613
1613
  "app/onboarding/page": {
1614
1614
  "moduleId": 415666,
1615
1615
  "async": true,
1616
- "exportedName": "setOnboardingProgress",
1616
+ "exportedName": "dispatchTaskCompletionEvent",
1617
1617
  "filename": "src/actions/onboarding-actions.ts"
1618
1618
  },
1619
1619
  "app/page": {
1620
1620
  "moduleId": 373509,
1621
1621
  "async": true,
1622
- "exportedName": "setOnboardingProgress",
1622
+ "exportedName": "dispatchTaskCompletionEvent",
1623
1623
  "filename": "src/actions/onboarding-actions.ts"
1624
1624
  },
1625
1625
  "app/settings/page": {
1626
1626
  "moduleId": 721357,
1627
1627
  "async": true,
1628
- "exportedName": "setOnboardingProgress",
1628
+ "exportedName": "dispatchTaskCompletionEvent",
1629
1629
  "filename": "src/actions/onboarding-actions.ts"
1630
1630
  },
1631
1631
  "app/workspaces/[workspaceId]/archive/page": {
1632
1632
  "moduleId": 354866,
1633
1633
  "async": true,
1634
- "exportedName": "setOnboardingProgress",
1634
+ "exportedName": "dispatchTaskCompletionEvent",
1635
1635
  "filename": "src/actions/onboarding-actions.ts"
1636
1636
  },
1637
1637
  "app/workspaces/[workspaceId]/assets/page": {
1638
1638
  "moduleId": 470618,
1639
1639
  "async": true,
1640
- "exportedName": "setOnboardingProgress",
1640
+ "exportedName": "dispatchTaskCompletionEvent",
1641
1641
  "filename": "src/actions/onboarding-actions.ts"
1642
1642
  },
1643
1643
  "app/workspaces/[workspaceId]/notes/page": {
1644
1644
  "moduleId": 356268,
1645
1645
  "async": true,
1646
- "exportedName": "setOnboardingProgress",
1646
+ "exportedName": "dispatchTaskCompletionEvent",
1647
1647
  "filename": "src/actions/onboarding-actions.ts"
1648
1648
  },
1649
1649
  "app/workspaces/[workspaceId]/page": {
1650
1650
  "moduleId": 171876,
1651
1651
  "async": true,
1652
- "exportedName": "setOnboardingProgress",
1652
+ "exportedName": "dispatchTaskCompletionEvent",
1653
1653
  "filename": "src/actions/onboarding-actions.ts"
1654
1654
  },
1655
1655
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1656
1656
  "moduleId": 405609,
1657
1657
  "async": true,
1658
- "exportedName": "setOnboardingProgress",
1658
+ "exportedName": "dispatchTaskCompletionEvent",
1659
1659
  "filename": "src/actions/onboarding-actions.ts"
1660
1660
  },
1661
1661
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
1662
1662
  "moduleId": 637202,
1663
1663
  "async": true,
1664
- "exportedName": "setOnboardingProgress",
1664
+ "exportedName": "dispatchTaskCompletionEvent",
1665
1665
  "filename": "src/actions/onboarding-actions.ts"
1666
1666
  },
1667
1667
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1668
1668
  "moduleId": 732530,
1669
1669
  "async": true,
1670
- "exportedName": "setOnboardingProgress",
1670
+ "exportedName": "dispatchTaskCompletionEvent",
1671
1671
  "filename": "src/actions/onboarding-actions.ts"
1672
1672
  },
1673
1673
  "app/workspaces/page": {
1674
1674
  "moduleId": 358885,
1675
1675
  "async": true,
1676
- "exportedName": "setOnboardingProgress",
1676
+ "exportedName": "dispatchTaskCompletionEvent",
1677
1677
  "filename": "src/actions/onboarding-actions.ts"
1678
1678
  }
1679
1679
  },
1680
1680
  "filename": "src/actions/onboarding-actions.ts",
1681
- "exportedName": "setOnboardingProgress"
1681
+ "exportedName": "dispatchTaskCompletionEvent"
1682
1682
  },
1683
- "409b9e89c16b48d26a23b86d39e9990e955c649fed": {
1683
+ "40f3571b67b3ec27a863d44f5c22044c4ae1c6439b": {
1684
1684
  "workers": {
1685
1685
  "app/_not-found/page": {
1686
1686
  "moduleId": 921792,
1687
1687
  "async": true,
1688
- "exportedName": "dispatchTaskCompletionEvent",
1688
+ "exportedName": "setOnboardingProgress",
1689
1689
  "filename": "src/actions/onboarding-actions.ts"
1690
1690
  },
1691
1691
  "app/missions/page": {
1692
1692
  "moduleId": 276083,
1693
1693
  "async": true,
1694
- "exportedName": "dispatchTaskCompletionEvent",
1694
+ "exportedName": "setOnboardingProgress",
1695
1695
  "filename": "src/actions/onboarding-actions.ts"
1696
1696
  },
1697
1697
  "app/onboarding/page": {
1698
1698
  "moduleId": 415666,
1699
1699
  "async": true,
1700
- "exportedName": "dispatchTaskCompletionEvent",
1700
+ "exportedName": "setOnboardingProgress",
1701
1701
  "filename": "src/actions/onboarding-actions.ts"
1702
1702
  },
1703
1703
  "app/page": {
1704
1704
  "moduleId": 373509,
1705
1705
  "async": true,
1706
- "exportedName": "dispatchTaskCompletionEvent",
1706
+ "exportedName": "setOnboardingProgress",
1707
1707
  "filename": "src/actions/onboarding-actions.ts"
1708
1708
  },
1709
1709
  "app/settings/page": {
1710
1710
  "moduleId": 721357,
1711
1711
  "async": true,
1712
- "exportedName": "dispatchTaskCompletionEvent",
1712
+ "exportedName": "setOnboardingProgress",
1713
1713
  "filename": "src/actions/onboarding-actions.ts"
1714
1714
  },
1715
1715
  "app/workspaces/[workspaceId]/archive/page": {
1716
1716
  "moduleId": 354866,
1717
1717
  "async": true,
1718
- "exportedName": "dispatchTaskCompletionEvent",
1718
+ "exportedName": "setOnboardingProgress",
1719
1719
  "filename": "src/actions/onboarding-actions.ts"
1720
1720
  },
1721
1721
  "app/workspaces/[workspaceId]/assets/page": {
1722
1722
  "moduleId": 470618,
1723
1723
  "async": true,
1724
- "exportedName": "dispatchTaskCompletionEvent",
1724
+ "exportedName": "setOnboardingProgress",
1725
1725
  "filename": "src/actions/onboarding-actions.ts"
1726
1726
  },
1727
1727
  "app/workspaces/[workspaceId]/notes/page": {
1728
1728
  "moduleId": 356268,
1729
1729
  "async": true,
1730
- "exportedName": "dispatchTaskCompletionEvent",
1730
+ "exportedName": "setOnboardingProgress",
1731
1731
  "filename": "src/actions/onboarding-actions.ts"
1732
1732
  },
1733
1733
  "app/workspaces/[workspaceId]/page": {
1734
1734
  "moduleId": 171876,
1735
1735
  "async": true,
1736
- "exportedName": "dispatchTaskCompletionEvent",
1736
+ "exportedName": "setOnboardingProgress",
1737
1737
  "filename": "src/actions/onboarding-actions.ts"
1738
1738
  },
1739
1739
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1740
1740
  "moduleId": 405609,
1741
1741
  "async": true,
1742
- "exportedName": "dispatchTaskCompletionEvent",
1742
+ "exportedName": "setOnboardingProgress",
1743
1743
  "filename": "src/actions/onboarding-actions.ts"
1744
1744
  },
1745
1745
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
1746
1746
  "moduleId": 637202,
1747
1747
  "async": true,
1748
- "exportedName": "dispatchTaskCompletionEvent",
1748
+ "exportedName": "setOnboardingProgress",
1749
1749
  "filename": "src/actions/onboarding-actions.ts"
1750
1750
  },
1751
1751
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1752
1752
  "moduleId": 732530,
1753
1753
  "async": true,
1754
- "exportedName": "dispatchTaskCompletionEvent",
1754
+ "exportedName": "setOnboardingProgress",
1755
1755
  "filename": "src/actions/onboarding-actions.ts"
1756
1756
  },
1757
1757
  "app/workspaces/page": {
1758
1758
  "moduleId": 358885,
1759
1759
  "async": true,
1760
- "exportedName": "dispatchTaskCompletionEvent",
1760
+ "exportedName": "setOnboardingProgress",
1761
1761
  "filename": "src/actions/onboarding-actions.ts"
1762
1762
  }
1763
1763
  },
1764
1764
  "filename": "src/actions/onboarding-actions.ts",
1765
- "exportedName": "dispatchTaskCompletionEvent"
1765
+ "exportedName": "setOnboardingProgress"
1766
1766
  },
1767
- "6011a77cb03291a868c4f98dee7fc35bcd5bc755bc": {
1767
+ "60179761a4d1a31997a44f5bb81c8b9b9d8d51193b": {
1768
1768
  "workers": {
1769
1769
  "app/_not-found/page": {
1770
1770
  "moduleId": 921792,
1771
1771
  "async": true,
1772
- "exportedName": "completeOnboarding",
1772
+ "exportedName": "setOnboardingExtensions",
1773
1773
  "filename": "src/actions/onboarding-actions.ts"
1774
1774
  },
1775
1775
  "app/missions/page": {
1776
1776
  "moduleId": 276083,
1777
1777
  "async": true,
1778
- "exportedName": "completeOnboarding",
1778
+ "exportedName": "setOnboardingExtensions",
1779
1779
  "filename": "src/actions/onboarding-actions.ts"
1780
1780
  },
1781
1781
  "app/onboarding/page": {
1782
1782
  "moduleId": 415666,
1783
1783
  "async": true,
1784
- "exportedName": "completeOnboarding",
1784
+ "exportedName": "setOnboardingExtensions",
1785
1785
  "filename": "src/actions/onboarding-actions.ts"
1786
1786
  },
1787
1787
  "app/page": {
1788
1788
  "moduleId": 373509,
1789
1789
  "async": true,
1790
- "exportedName": "completeOnboarding",
1790
+ "exportedName": "setOnboardingExtensions",
1791
1791
  "filename": "src/actions/onboarding-actions.ts"
1792
1792
  },
1793
1793
  "app/settings/page": {
1794
1794
  "moduleId": 721357,
1795
1795
  "async": true,
1796
- "exportedName": "completeOnboarding",
1796
+ "exportedName": "setOnboardingExtensions",
1797
1797
  "filename": "src/actions/onboarding-actions.ts"
1798
1798
  },
1799
1799
  "app/workspaces/[workspaceId]/archive/page": {
1800
1800
  "moduleId": 354866,
1801
1801
  "async": true,
1802
- "exportedName": "completeOnboarding",
1802
+ "exportedName": "setOnboardingExtensions",
1803
1803
  "filename": "src/actions/onboarding-actions.ts"
1804
1804
  },
1805
1805
  "app/workspaces/[workspaceId]/assets/page": {
1806
1806
  "moduleId": 470618,
1807
1807
  "async": true,
1808
- "exportedName": "completeOnboarding",
1808
+ "exportedName": "setOnboardingExtensions",
1809
1809
  "filename": "src/actions/onboarding-actions.ts"
1810
1810
  },
1811
1811
  "app/workspaces/[workspaceId]/notes/page": {
1812
1812
  "moduleId": 356268,
1813
1813
  "async": true,
1814
- "exportedName": "completeOnboarding",
1814
+ "exportedName": "setOnboardingExtensions",
1815
1815
  "filename": "src/actions/onboarding-actions.ts"
1816
1816
  },
1817
1817
  "app/workspaces/[workspaceId]/page": {
1818
1818
  "moduleId": 171876,
1819
1819
  "async": true,
1820
- "exportedName": "completeOnboarding",
1820
+ "exportedName": "setOnboardingExtensions",
1821
1821
  "filename": "src/actions/onboarding-actions.ts"
1822
1822
  },
1823
1823
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1824
1824
  "moduleId": 405609,
1825
1825
  "async": true,
1826
- "exportedName": "completeOnboarding",
1826
+ "exportedName": "setOnboardingExtensions",
1827
1827
  "filename": "src/actions/onboarding-actions.ts"
1828
1828
  },
1829
1829
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
1830
1830
  "moduleId": 637202,
1831
1831
  "async": true,
1832
- "exportedName": "completeOnboarding",
1832
+ "exportedName": "setOnboardingExtensions",
1833
1833
  "filename": "src/actions/onboarding-actions.ts"
1834
1834
  },
1835
1835
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1836
1836
  "moduleId": 732530,
1837
1837
  "async": true,
1838
- "exportedName": "completeOnboarding",
1838
+ "exportedName": "setOnboardingExtensions",
1839
1839
  "filename": "src/actions/onboarding-actions.ts"
1840
1840
  },
1841
1841
  "app/workspaces/page": {
1842
1842
  "moduleId": 358885,
1843
1843
  "async": true,
1844
- "exportedName": "completeOnboarding",
1844
+ "exportedName": "setOnboardingExtensions",
1845
1845
  "filename": "src/actions/onboarding-actions.ts"
1846
1846
  }
1847
1847
  },
1848
1848
  "filename": "src/actions/onboarding-actions.ts",
1849
- "exportedName": "completeOnboarding"
1849
+ "exportedName": "setOnboardingExtensions"
1850
1850
  },
1851
- "601d3e703fe9b168047888d897fb03b3355cec045e": {
1851
+ "6088e818ca79d39a52dd0e1830e042ae320304ec98": {
1852
1852
  "workers": {
1853
1853
  "app/_not-found/page": {
1854
1854
  "moduleId": 921792,
1855
1855
  "async": true,
1856
- "exportedName": "setOnboardingExtensions",
1856
+ "exportedName": "completeOnboarding",
1857
1857
  "filename": "src/actions/onboarding-actions.ts"
1858
1858
  },
1859
1859
  "app/missions/page": {
1860
1860
  "moduleId": 276083,
1861
1861
  "async": true,
1862
- "exportedName": "setOnboardingExtensions",
1862
+ "exportedName": "completeOnboarding",
1863
1863
  "filename": "src/actions/onboarding-actions.ts"
1864
1864
  },
1865
1865
  "app/onboarding/page": {
1866
1866
  "moduleId": 415666,
1867
1867
  "async": true,
1868
- "exportedName": "setOnboardingExtensions",
1868
+ "exportedName": "completeOnboarding",
1869
1869
  "filename": "src/actions/onboarding-actions.ts"
1870
1870
  },
1871
1871
  "app/page": {
1872
1872
  "moduleId": 373509,
1873
1873
  "async": true,
1874
- "exportedName": "setOnboardingExtensions",
1874
+ "exportedName": "completeOnboarding",
1875
1875
  "filename": "src/actions/onboarding-actions.ts"
1876
1876
  },
1877
1877
  "app/settings/page": {
1878
1878
  "moduleId": 721357,
1879
1879
  "async": true,
1880
- "exportedName": "setOnboardingExtensions",
1880
+ "exportedName": "completeOnboarding",
1881
1881
  "filename": "src/actions/onboarding-actions.ts"
1882
1882
  },
1883
1883
  "app/workspaces/[workspaceId]/archive/page": {
1884
1884
  "moduleId": 354866,
1885
1885
  "async": true,
1886
- "exportedName": "setOnboardingExtensions",
1886
+ "exportedName": "completeOnboarding",
1887
1887
  "filename": "src/actions/onboarding-actions.ts"
1888
1888
  },
1889
1889
  "app/workspaces/[workspaceId]/assets/page": {
1890
1890
  "moduleId": 470618,
1891
1891
  "async": true,
1892
- "exportedName": "setOnboardingExtensions",
1892
+ "exportedName": "completeOnboarding",
1893
1893
  "filename": "src/actions/onboarding-actions.ts"
1894
1894
  },
1895
1895
  "app/workspaces/[workspaceId]/notes/page": {
1896
1896
  "moduleId": 356268,
1897
1897
  "async": true,
1898
- "exportedName": "setOnboardingExtensions",
1898
+ "exportedName": "completeOnboarding",
1899
1899
  "filename": "src/actions/onboarding-actions.ts"
1900
1900
  },
1901
1901
  "app/workspaces/[workspaceId]/page": {
1902
1902
  "moduleId": 171876,
1903
1903
  "async": true,
1904
- "exportedName": "setOnboardingExtensions",
1904
+ "exportedName": "completeOnboarding",
1905
1905
  "filename": "src/actions/onboarding-actions.ts"
1906
1906
  },
1907
1907
  "app/workspaces/[workspaceId]/projects/[projectId]/page": {
1908
1908
  "moduleId": 405609,
1909
1909
  "async": true,
1910
- "exportedName": "setOnboardingExtensions",
1910
+ "exportedName": "completeOnboarding",
1911
1911
  "filename": "src/actions/onboarding-actions.ts"
1912
1912
  },
1913
1913
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
1914
1914
  "moduleId": 637202,
1915
1915
  "async": true,
1916
- "exportedName": "setOnboardingExtensions",
1916
+ "exportedName": "completeOnboarding",
1917
1917
  "filename": "src/actions/onboarding-actions.ts"
1918
1918
  },
1919
1919
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
1920
1920
  "moduleId": 732530,
1921
1921
  "async": true,
1922
- "exportedName": "setOnboardingExtensions",
1922
+ "exportedName": "completeOnboarding",
1923
1923
  "filename": "src/actions/onboarding-actions.ts"
1924
1924
  },
1925
1925
  "app/workspaces/page": {
1926
1926
  "moduleId": 358885,
1927
1927
  "async": true,
1928
- "exportedName": "setOnboardingExtensions",
1928
+ "exportedName": "completeOnboarding",
1929
1929
  "filename": "src/actions/onboarding-actions.ts"
1930
1930
  }
1931
1931
  },
1932
1932
  "filename": "src/actions/onboarding-actions.ts",
1933
- "exportedName": "setOnboardingExtensions"
1933
+ "exportedName": "completeOnboarding"
1934
1934
  },
1935
- "0041df5486e2e22f094302f2cbf0feac638278f203": {
1935
+ "00c29eb586b317a81f9beeec9e11b8783b0ed1c71a": {
1936
1936
  "workers": {
1937
1937
  "app/_not-found/page": {
1938
1938
  "moduleId": 921792,
@@ -2016,7 +2016,7 @@
2016
2016
  "filename": "src/actions/extension-actions.ts",
2017
2017
  "exportedName": "listAllExtensionStatus"
2018
2018
  },
2019
- "005658cde119c372ffc54296eed261ca8fe226bdf3": {
2019
+ "0079ac81b173aae9f7d7702ec283ad03a1b5c8c4ed": {
2020
2020
  "workers": {
2021
2021
  "app/_not-found/page": {
2022
2022
  "moduleId": 921792,
@@ -2100,7 +2100,7 @@
2100
2100
  "filename": "src/actions/search-code-actions.ts",
2101
2101
  "exportedName": "clearRgPathCache"
2102
2102
  },
2103
- "00990ad364e447a5d3bc5b829fbb512d56791e61a5": {
2103
+ "008a40226d393fe09508556a4ee960644154f978e6": {
2104
2104
  "workers": {
2105
2105
  "app/_not-found/page": {
2106
2106
  "moduleId": 921792,
@@ -2184,7 +2184,7 @@
2184
2184
  "filename": "src/actions/search-code-actions.ts",
2185
2185
  "exportedName": "checkRgAvailable"
2186
2186
  },
2187
- "7cfce039b36a6c007d746dd8024bf08dd34ea073b6": {
2187
+ "7c3d72aaccc12030611186d76b657c08777839e7d1": {
2188
2188
  "workers": {
2189
2189
  "app/_not-found/page": {
2190
2190
  "moduleId": 921792,
@@ -2268,7 +2268,7 @@
2268
2268
  "filename": "src/actions/search-code-actions.ts",
2269
2269
  "exportedName": "searchCode"
2270
2270
  },
2271
- "006098426761a40e4b93dc46f577c4cca16cc4ca5b": {
2271
+ "004ff5b96c926abc859ff4e53ffa0478c7a489f7e9": {
2272
2272
  "workers": {
2273
2273
  "app/_not-found/page": {
2274
2274
  "moduleId": 921792,
@@ -2352,7 +2352,7 @@
2352
2352
  "filename": "src/actions/config-actions.ts",
2353
2353
  "exportedName": "getPlatformInfo"
2354
2354
  },
2355
- "006a685f823939c8ddabc4c981d10b5ffd3a84a538": {
2355
+ "0093c289b94e9c783a9b274705dcbd64a799ba7d6a": {
2356
2356
  "workers": {
2357
2357
  "app/_not-found/page": {
2358
2358
  "moduleId": 921792,
@@ -2436,7 +2436,7 @@
2436
2436
  "filename": "src/actions/config-actions.ts",
2437
2437
  "exportedName": "getAvailableTerminalApps"
2438
2438
  },
2439
- "00f1983a3634fe5141b75eb1ab3a3b741118a6ec69": {
2439
+ "00abae7d92300349fbddbfcac47b5e9bb5f508af2b": {
2440
2440
  "workers": {
2441
2441
  "app/_not-found/page": {
2442
2442
  "moduleId": 921792,
@@ -2520,7 +2520,7 @@
2520
2520
  "filename": "src/actions/config-actions.ts",
2521
2521
  "exportedName": "getAvailableShells"
2522
2522
  },
2523
- "40dd7b0d3eb5d3ee6b528c5365e113944513147a8f": {
2523
+ "40df46d636085e4ad1020814af678ad491a9a89073": {
2524
2524
  "workers": {
2525
2525
  "app/_not-found/page": {
2526
2526
  "moduleId": 921792,
@@ -2604,7 +2604,7 @@
2604
2604
  "filename": "src/actions/config-actions.ts",
2605
2605
  "exportedName": "getConfigValues"
2606
2606
  },
2607
- "002a44def715b0e27cf128236c395ccb0073db5cec": {
2607
+ "00f323c6268335a42c80c54c1409d1ea3b33677565": {
2608
2608
  "workers": {
2609
2609
  "app/missions/page": {
2610
2610
  "moduleId": 276083,
@@ -2622,79 +2622,79 @@
2622
2622
  "filename": "src/actions/agent-actions.ts",
2623
2623
  "exportedName": "getActiveExecutionsAcrossWorkspaces"
2624
2624
  },
2625
- "4020d8a1cc596687b55865e96796ae7cea4ed4a4e9": {
2625
+ "400a0553d64bdf9db6ba2c3d9600828cb9af68ae73": {
2626
2626
  "workers": {
2627
2627
  "app/missions/page": {
2628
2628
  "moduleId": 276083,
2629
2629
  "async": true,
2630
- "exportedName": "stopPtyExecution",
2630
+ "exportedName": "getTaskExecutions",
2631
2631
  "filename": "src/actions/agent-actions.ts"
2632
2632
  },
2633
2633
  "app/workspaces/[workspaceId]/page": {
2634
2634
  "moduleId": 171876,
2635
2635
  "async": true,
2636
- "exportedName": "stopPtyExecution",
2636
+ "exportedName": "getTaskExecutions",
2637
2637
  "filename": "src/actions/agent-actions.ts"
2638
2638
  },
2639
2639
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2640
2640
  "moduleId": 732530,
2641
2641
  "async": true,
2642
- "exportedName": "stopPtyExecution",
2642
+ "exportedName": "getTaskExecutions",
2643
2643
  "filename": "src/actions/agent-actions.ts"
2644
2644
  }
2645
2645
  },
2646
2646
  "filename": "src/actions/agent-actions.ts",
2647
- "exportedName": "stopPtyExecution"
2647
+ "exportedName": "getTaskExecutions"
2648
2648
  },
2649
- "40635cb40cdb64c1b1d912134d8a18c0e0d9ef9ae9": {
2649
+ "409f6e9d41e72ba226a8c9ce886e35ec0afd2aa3a2": {
2650
2650
  "workers": {
2651
2651
  "app/missions/page": {
2652
2652
  "moduleId": 276083,
2653
2653
  "async": true,
2654
- "exportedName": "getTaskExecutions",
2654
+ "exportedName": "continueLatestPtyExecution",
2655
2655
  "filename": "src/actions/agent-actions.ts"
2656
2656
  },
2657
2657
  "app/workspaces/[workspaceId]/page": {
2658
2658
  "moduleId": 171876,
2659
2659
  "async": true,
2660
- "exportedName": "getTaskExecutions",
2660
+ "exportedName": "continueLatestPtyExecution",
2661
2661
  "filename": "src/actions/agent-actions.ts"
2662
2662
  },
2663
2663
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2664
2664
  "moduleId": 732530,
2665
2665
  "async": true,
2666
- "exportedName": "getTaskExecutions",
2666
+ "exportedName": "continueLatestPtyExecution",
2667
2667
  "filename": "src/actions/agent-actions.ts"
2668
2668
  }
2669
2669
  },
2670
2670
  "filename": "src/actions/agent-actions.ts",
2671
- "exportedName": "getTaskExecutions"
2671
+ "exportedName": "continueLatestPtyExecution"
2672
2672
  },
2673
- "40a5d1883f0117a50977af8b4a512490421a780a77": {
2673
+ "40d534095f1dd47c72d8254f56ece2a04161888f90": {
2674
2674
  "workers": {
2675
2675
  "app/missions/page": {
2676
2676
  "moduleId": 276083,
2677
2677
  "async": true,
2678
- "exportedName": "continueLatestPtyExecution",
2678
+ "exportedName": "stopPtyExecution",
2679
2679
  "filename": "src/actions/agent-actions.ts"
2680
2680
  },
2681
2681
  "app/workspaces/[workspaceId]/page": {
2682
2682
  "moduleId": 171876,
2683
2683
  "async": true,
2684
- "exportedName": "continueLatestPtyExecution",
2684
+ "exportedName": "stopPtyExecution",
2685
2685
  "filename": "src/actions/agent-actions.ts"
2686
2686
  },
2687
2687
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2688
2688
  "moduleId": 732530,
2689
2689
  "async": true,
2690
- "exportedName": "continueLatestPtyExecution",
2690
+ "exportedName": "stopPtyExecution",
2691
2691
  "filename": "src/actions/agent-actions.ts"
2692
2692
  }
2693
2693
  },
2694
2694
  "filename": "src/actions/agent-actions.ts",
2695
- "exportedName": "continueLatestPtyExecution"
2695
+ "exportedName": "stopPtyExecution"
2696
2696
  },
2697
- "40f13c307d07264439c26b44de986ce7acf5fbae59": {
2697
+ "40dbba42da731c103b244dcf85e420947f52180816": {
2698
2698
  "workers": {
2699
2699
  "app/missions/page": {
2700
2700
  "moduleId": 276083,
@@ -2712,7 +2712,7 @@
2712
2712
  "filename": "src/actions/agent-actions.ts",
2713
2713
  "exportedName": "getTaskMessages"
2714
2714
  },
2715
- "60005e9e7d3726521e8eae7ec1df23df0995ae26a4": {
2715
+ "60084430f7608b3c677cc2792638b8e7002a620d58": {
2716
2716
  "workers": {
2717
2717
  "app/missions/page": {
2718
2718
  "moduleId": 276083,
@@ -2736,7 +2736,7 @@
2736
2736
  "filename": "src/actions/agent-actions.ts",
2737
2737
  "exportedName": "resumePtyExecution"
2738
2738
  },
2739
- "606d99d090497cb39ba06b1b3908a03cbfc488ce42": {
2739
+ "6047a8acb2f858dedc06aaa0b3940edc647a706254": {
2740
2740
  "workers": {
2741
2741
  "app/missions/page": {
2742
2742
  "moduleId": 276083,
@@ -2754,7 +2754,7 @@
2754
2754
  "filename": "src/actions/agent-actions.ts",
2755
2755
  "exportedName": "stopTaskExecution"
2756
2756
  },
2757
- "60cf184b39fb428a578201d06991d0e7e1e330150f": {
2757
+ "605cac693b662d8e87d3b0cc64843db354975308b2": {
2758
2758
  "workers": {
2759
2759
  "app/missions/page": {
2760
2760
  "moduleId": 276083,
@@ -2772,7 +2772,7 @@
2772
2772
  "filename": "src/actions/agent-actions.ts",
2773
2773
  "exportedName": "sendTaskMessage"
2774
2774
  },
2775
- "786a1ed95157aa590eafb37a98d1f461b86719df35": {
2775
+ "782a0eb16e4f62e0fda463f361f4a0b1ae11a5cd5a": {
2776
2776
  "workers": {
2777
2777
  "app/missions/page": {
2778
2778
  "moduleId": 276083,
@@ -2790,7 +2790,7 @@
2790
2790
  "filename": "src/actions/agent-actions.ts",
2791
2791
  "exportedName": "startTaskExecution"
2792
2792
  },
2793
- "7c9341a3a3cf6165ee3bf3b385597af9647d530ff2": {
2793
+ "7c8e96f791f883566a33a9d846aa336f783cb43557": {
2794
2794
  "workers": {
2795
2795
  "app/missions/page": {
2796
2796
  "moduleId": 276083,
@@ -2814,7 +2814,7 @@
2814
2814
  "filename": "src/actions/agent-actions.ts",
2815
2815
  "exportedName": "startPtyExecution"
2816
2816
  },
2817
- "002f8f0d38933eb12d1c0483b7a4e17fbf021c3cc8": {
2817
+ "004c5e27f878e5edbc52b2aeb8969d53fe3b8e2aea": {
2818
2818
  "workers": {
2819
2819
  "app/missions/page": {
2820
2820
  "moduleId": 276083,
@@ -2832,7 +2832,7 @@
2832
2832
  "filename": "src/actions/provider-connection-actions.ts",
2833
2833
  "exportedName": "getConnectedProviders"
2834
2834
  },
2835
- "00a2bc1698f0ca5500352769e180a3d0ca4acf89ea": {
2835
+ "00952c121612aad591f7db57dace8234ae327b2199": {
2836
2836
  "workers": {
2837
2837
  "app/missions/page": {
2838
2838
  "moduleId": 276083,
@@ -2850,7 +2850,7 @@
2850
2850
  "filename": "src/actions/provider-connection-actions.ts",
2851
2851
  "exportedName": "getProviderConnections"
2852
2852
  },
2853
- "406883219ff462dffcba493cff2ac84ff86ad5fb25": {
2853
+ "40ca6b48365c4210e2daab7dae6926bbe5b4c35087": {
2854
2854
  "workers": {
2855
2855
  "app/missions/page": {
2856
2856
  "moduleId": 276083,
@@ -2868,7 +2868,7 @@
2868
2868
  "filename": "src/actions/provider-connection-actions.ts",
2869
2869
  "exportedName": "isProviderConnected"
2870
2870
  },
2871
- "606d11749e706aea09fe3755596893ded1b39dd6cb": {
2871
+ "60211cf493308e4505321c2a312dfbc0c28feb7b64": {
2872
2872
  "workers": {
2873
2873
  "app/missions/page": {
2874
2874
  "moduleId": 276083,
@@ -2886,7 +2886,7 @@
2886
2886
  "filename": "src/actions/provider-connection-actions.ts",
2887
2887
  "exportedName": "markProviderDisconnected"
2888
2888
  },
2889
- "60b7a3322e62037bd8dea026f6ddd839a12c9e0118": {
2889
+ "603a9d5ba9afb00cd17384886b251465dc597db5ca": {
2890
2890
  "workers": {
2891
2891
  "app/missions/page": {
2892
2892
  "moduleId": 276083,
@@ -2904,7 +2904,7 @@
2904
2904
  "filename": "src/actions/provider-connection-actions.ts",
2905
2905
  "exportedName": "markProviderConnected"
2906
2906
  },
2907
- "404eb9bea45eba613bbbd4379d33838f0f6c51db63": {
2907
+ "40fc37e9a0b8809b30594f9a3c361cddad72bb8675": {
2908
2908
  "workers": {
2909
2909
  "app/missions/page": {
2910
2910
  "moduleId": 276083,
@@ -2922,7 +2922,7 @@
2922
2922
  "filename": "src/actions/preview-actions.ts",
2923
2923
  "exportedName": "openInTerminal"
2924
2924
  },
2925
- "40d97c90f81fbebe00de966b190312ad7a2de2d144": {
2925
+ "40c39f9c4b9e7b389a3450c2fcc45fcdea508b6dcb": {
2926
2926
  "workers": {
2927
2927
  "app/missions/page": {
2928
2928
  "moduleId": 276083,
@@ -2958,7 +2958,7 @@
2958
2958
  "filename": "src/actions/workspace-actions.ts",
2959
2959
  "exportedName": "getWorkspacesWithRecentTasks"
2960
2960
  },
2961
- "407508cba43677aa8fdab094efa109d1d901a4fa94": {
2961
+ "4099a9a8740f408494b5250ee0dbe45e67309d915a": {
2962
2962
  "workers": {
2963
2963
  "app/missions/page": {
2964
2964
  "moduleId": 276083,
@@ -2976,7 +2976,7 @@
2976
2976
  "filename": "src/actions/task-actions.ts",
2977
2977
  "exportedName": "getProjectTasks"
2978
2978
  },
2979
- "4046169325470421b59d0f461ad8bdefb0e79735c1": {
2979
+ "403b0fb2a454d66afb68ff2c55167870a61ee656e1": {
2980
2980
  "workers": {
2981
2981
  "app/settings/page": {
2982
2982
  "moduleId": 721357,
@@ -3000,7 +3000,7 @@
3000
3000
  "filename": "src/actions/prompt-actions.ts",
3001
3001
  "exportedName": "getPrompts"
3002
3002
  },
3003
- "40bfc6de7abff6ff2c1d27ff159588295d5f3a6973": {
3003
+ "40b8258a60fb2b9932892553410f9c3d2b1178ad69": {
3004
3004
  "workers": {
3005
3005
  "app/settings/page": {
3006
3006
  "moduleId": 721357,
@@ -3012,7 +3012,7 @@
3012
3012
  "filename": "src/actions/prompt-actions.ts",
3013
3013
  "exportedName": "createPrompt"
3014
3014
  },
3015
- "60d5ff879300cbaeddaf13225c0ec7c70984a6dca2": {
3015
+ "60231f2fdd96acd492c09de5c9eace0fbad7db6036": {
3016
3016
  "workers": {
3017
3017
  "app/settings/page": {
3018
3018
  "moduleId": 721357,
@@ -3024,7 +3024,7 @@
3024
3024
  "filename": "src/actions/prompt-actions.ts",
3025
3025
  "exportedName": "updatePrompt"
3026
3026
  },
3027
- "4016e8c519532dcfed3e59979b95135688a72df2f0": {
3027
+ "4059d17bf77fb513de4c98b3df02c92c0f1561180a": {
3028
3028
  "workers": {
3029
3029
  "app/settings/page": {
3030
3030
  "moduleId": 721357,
@@ -3036,7 +3036,7 @@
3036
3036
  "filename": "src/actions/prompt-actions.ts",
3037
3037
  "exportedName": "deletePrompt"
3038
3038
  },
3039
- "60fa62cef74fca82466af8645224666219bca8962b": {
3039
+ "60dafd96906d1e15331cd11850fb3295f0be30ac7b": {
3040
3040
  "workers": {
3041
3041
  "app/settings/page": {
3042
3042
  "moduleId": 721357,
@@ -3048,7 +3048,7 @@
3048
3048
  "filename": "src/actions/prompt-actions.ts",
3049
3049
  "exportedName": "setDefaultPrompt"
3050
3050
  },
3051
- "00b7aa19cd59094c61303bc11fdd496c21d97b1260": {
3051
+ "00a77fbcb7c2b79c61bea91d4c69d118a0f48da3f0": {
3052
3052
  "workers": {
3053
3053
  "app/settings/page": {
3054
3054
  "moduleId": 721357,
@@ -3060,7 +3060,7 @@
3060
3060
  "filename": "src/actions/ai-config-actions.ts",
3061
3061
  "exportedName": "getAvailableProviders"
3062
3062
  },
3063
- "405243fe2ea2732e24922ed634f4571072281a6838": {
3063
+ "4092f4e59121fbcced033217f6f885959fd8fc1549": {
3064
3064
  "workers": {
3065
3065
  "app/settings/page": {
3066
3066
  "moduleId": 721357,
@@ -3072,7 +3072,7 @@
3072
3072
  "filename": "src/actions/backup-actions.ts",
3073
3073
  "exportedName": "createBackup"
3074
3074
  },
3075
- "002da6c13de4280e9fa214fcfb0faa378801b92009": {
3075
+ "00272f632a774446cbabba49b64a39c9a64846810f": {
3076
3076
  "workers": {
3077
3077
  "app/settings/page": {
3078
3078
  "moduleId": 721357,
@@ -3084,7 +3084,7 @@
3084
3084
  "filename": "src/actions/backup-actions.ts",
3085
3085
  "exportedName": "listBackupFiles"
3086
3086
  },
3087
- "40af5202375e41c7835d6262d7599c5f3b5058e6ca": {
3087
+ "40e650dd7211afe088927fead65e40e11a3779d14d": {
3088
3088
  "workers": {
3089
3089
  "app/settings/page": {
3090
3090
  "moduleId": 721357,
@@ -3096,7 +3096,7 @@
3096
3096
  "filename": "src/actions/backup-actions.ts",
3097
3097
  "exportedName": "deleteBackupFile"
3098
3098
  },
3099
- "40d0a393543dbac31e4154d9820f2f8c3262ef6875": {
3099
+ "400cd792694e58143c2dee962d703b6fd61caef339": {
3100
3100
  "workers": {
3101
3101
  "app/settings/page": {
3102
3102
  "moduleId": 721357,
@@ -3108,7 +3108,7 @@
3108
3108
  "filename": "src/actions/backup-actions.ts",
3109
3109
  "exportedName": "restoreBackup"
3110
3110
  },
3111
- "40fd855bbcfc817ecb5fb123a528cc875c7b488b09": {
3111
+ "40946bd2befdb908b3772542fadc8d6a03f5a94bb0": {
3112
3112
  "workers": {
3113
3113
  "app/settings/page": {
3114
3114
  "moduleId": 721357,
@@ -3120,7 +3120,7 @@
3120
3120
  "filename": "src/actions/backup-actions.ts",
3121
3121
  "exportedName": "resetSystem"
3122
3122
  },
3123
- "00c70d30c488290fcd572c2ac69579fc35005ea059": {
3123
+ "007bd99f83ffbaad1c1f262d7cfbae7ce429b4325c": {
3124
3124
  "workers": {
3125
3125
  "app/settings/page": {
3126
3126
  "moduleId": 721357,
@@ -3132,7 +3132,7 @@
3132
3132
  "filename": "src/actions/backup-actions.ts",
3133
3133
  "exportedName": "getBackupDir"
3134
3134
  },
3135
- "40a7927959da545d7f46a861b5e872c846fb2de2d2": {
3135
+ "4046304b5f5ff367fd83610249b6be585964cac3a8": {
3136
3136
  "workers": {
3137
3137
  "app/settings/page": {
3138
3138
  "moduleId": 721357,
@@ -3144,7 +3144,7 @@
3144
3144
  "filename": "src/actions/backup-actions.ts",
3145
3145
  "exportedName": "setBackupDir"
3146
3146
  },
3147
- "005c8c4ee4df14620c33b2883f2cad3d4a2b309126": {
3147
+ "0031421a166b9eab601828da9854dfc260f2b40204": {
3148
3148
  "workers": {
3149
3149
  "app/workspaces/[workspaceId]/archive/page": {
3150
3150
  "moduleId": 354866,
@@ -3174,175 +3174,175 @@
3174
3174
  "filename": "src/actions/workspace-actions.ts",
3175
3175
  "exportedName": "getWorkspacesWithProjects"
3176
3176
  },
3177
- "4010dca144e8a2deb03a87df7e013158ae54043763": {
3177
+ "401cea81d2668db26c900649ee90ed93e158ac655f": {
3178
3178
  "workers": {
3179
3179
  "app/workspaces/[workspaceId]/archive/page": {
3180
3180
  "moduleId": 354866,
3181
3181
  "async": true,
3182
- "exportedName": "getOrCreateTowerTaskId",
3182
+ "exportedName": "getWorkspaceById",
3183
3183
  "filename": "src/actions/workspace-actions.ts"
3184
3184
  },
3185
3185
  "app/workspaces/[workspaceId]/assets/page": {
3186
3186
  "moduleId": 470618,
3187
3187
  "async": true,
3188
- "exportedName": "getOrCreateTowerTaskId",
3188
+ "exportedName": "getWorkspaceById",
3189
3189
  "filename": "src/actions/workspace-actions.ts"
3190
3190
  },
3191
3191
  "app/workspaces/[workspaceId]/notes/page": {
3192
3192
  "moduleId": 356268,
3193
3193
  "async": true,
3194
- "exportedName": "getOrCreateTowerTaskId",
3195
- "filename": "src/actions/workspace-actions.ts"
3196
- },
3197
- "app/workspaces/[workspaceId]/page": {
3198
- "moduleId": 171876,
3199
- "async": true,
3200
- "exportedName": "getOrCreateTowerTaskId",
3194
+ "exportedName": "getWorkspaceById",
3201
3195
  "filename": "src/actions/workspace-actions.ts"
3202
3196
  },
3203
3197
  "app/workspaces/page": {
3204
3198
  "moduleId": 358885,
3205
3199
  "async": true,
3206
- "exportedName": "getOrCreateTowerTaskId",
3200
+ "exportedName": "getWorkspaceById",
3207
3201
  "filename": "src/actions/workspace-actions.ts"
3208
3202
  }
3209
3203
  },
3210
3204
  "filename": "src/actions/workspace-actions.ts",
3211
- "exportedName": "getOrCreateTowerTaskId"
3205
+ "exportedName": "getWorkspaceById"
3212
3206
  },
3213
- "409a0ff71343ab700ce7b7ef0b0620a952f8c2320c": {
3207
+ "403be1e37c4ff9500a2f2908929cc0fb13c98d7c60": {
3214
3208
  "workers": {
3215
3209
  "app/workspaces/[workspaceId]/archive/page": {
3216
3210
  "moduleId": 354866,
3217
3211
  "async": true,
3218
- "exportedName": "getWorkspaceById",
3212
+ "exportedName": "getRecentLocalProjects",
3219
3213
  "filename": "src/actions/workspace-actions.ts"
3220
3214
  },
3221
3215
  "app/workspaces/[workspaceId]/assets/page": {
3222
3216
  "moduleId": 470618,
3223
3217
  "async": true,
3224
- "exportedName": "getWorkspaceById",
3218
+ "exportedName": "getRecentLocalProjects",
3225
3219
  "filename": "src/actions/workspace-actions.ts"
3226
3220
  },
3227
3221
  "app/workspaces/[workspaceId]/notes/page": {
3228
3222
  "moduleId": 356268,
3229
3223
  "async": true,
3230
- "exportedName": "getWorkspaceById",
3224
+ "exportedName": "getRecentLocalProjects",
3225
+ "filename": "src/actions/workspace-actions.ts"
3226
+ },
3227
+ "app/workspaces/[workspaceId]/page": {
3228
+ "moduleId": 171876,
3229
+ "async": true,
3230
+ "exportedName": "getRecentLocalProjects",
3231
3231
  "filename": "src/actions/workspace-actions.ts"
3232
3232
  },
3233
3233
  "app/workspaces/page": {
3234
3234
  "moduleId": 358885,
3235
3235
  "async": true,
3236
- "exportedName": "getWorkspaceById",
3236
+ "exportedName": "getRecentLocalProjects",
3237
3237
  "filename": "src/actions/workspace-actions.ts"
3238
3238
  }
3239
3239
  },
3240
3240
  "filename": "src/actions/workspace-actions.ts",
3241
- "exportedName": "getWorkspaceById"
3241
+ "exportedName": "getRecentLocalProjects"
3242
3242
  },
3243
- "40a00823cbee2b458a9727fa431ee7f9e57a8c3970": {
3243
+ "4067adef8f36f10d4abf6af87a6bb44a46471f927a": {
3244
3244
  "workers": {
3245
3245
  "app/workspaces/[workspaceId]/archive/page": {
3246
3246
  "moduleId": 354866,
3247
3247
  "async": true,
3248
- "exportedName": "getRecentLocalProjects",
3248
+ "exportedName": "getOrCreateTowerTaskId",
3249
3249
  "filename": "src/actions/workspace-actions.ts"
3250
3250
  },
3251
3251
  "app/workspaces/[workspaceId]/assets/page": {
3252
3252
  "moduleId": 470618,
3253
3253
  "async": true,
3254
- "exportedName": "getRecentLocalProjects",
3254
+ "exportedName": "getOrCreateTowerTaskId",
3255
3255
  "filename": "src/actions/workspace-actions.ts"
3256
3256
  },
3257
3257
  "app/workspaces/[workspaceId]/notes/page": {
3258
3258
  "moduleId": 356268,
3259
3259
  "async": true,
3260
- "exportedName": "getRecentLocalProjects",
3260
+ "exportedName": "getOrCreateTowerTaskId",
3261
3261
  "filename": "src/actions/workspace-actions.ts"
3262
3262
  },
3263
3263
  "app/workspaces/[workspaceId]/page": {
3264
3264
  "moduleId": 171876,
3265
3265
  "async": true,
3266
- "exportedName": "getRecentLocalProjects",
3266
+ "exportedName": "getOrCreateTowerTaskId",
3267
3267
  "filename": "src/actions/workspace-actions.ts"
3268
3268
  },
3269
3269
  "app/workspaces/page": {
3270
3270
  "moduleId": 358885,
3271
3271
  "async": true,
3272
- "exportedName": "getRecentLocalProjects",
3272
+ "exportedName": "getOrCreateTowerTaskId",
3273
3273
  "filename": "src/actions/workspace-actions.ts"
3274
3274
  }
3275
3275
  },
3276
3276
  "filename": "src/actions/workspace-actions.ts",
3277
- "exportedName": "getRecentLocalProjects"
3277
+ "exportedName": "getOrCreateTowerTaskId"
3278
3278
  },
3279
- "40abbf415ca01bacba970774fe88fad253416b7643": {
3279
+ "408150f33758d58766cf3d1bb0b0c96f3bcb63cec2": {
3280
3280
  "workers": {
3281
3281
  "app/workspaces/[workspaceId]/archive/page": {
3282
3282
  "moduleId": 354866,
3283
3283
  "async": true,
3284
- "exportedName": "getProjectByLocalPath",
3284
+ "exportedName": "deleteProject",
3285
3285
  "filename": "src/actions/workspace-actions.ts"
3286
3286
  },
3287
3287
  "app/workspaces/[workspaceId]/assets/page": {
3288
3288
  "moduleId": 470618,
3289
3289
  "async": true,
3290
- "exportedName": "getProjectByLocalPath",
3290
+ "exportedName": "deleteProject",
3291
3291
  "filename": "src/actions/workspace-actions.ts"
3292
3292
  },
3293
3293
  "app/workspaces/[workspaceId]/notes/page": {
3294
3294
  "moduleId": 356268,
3295
3295
  "async": true,
3296
- "exportedName": "getProjectByLocalPath",
3296
+ "exportedName": "deleteProject",
3297
+ "filename": "src/actions/workspace-actions.ts"
3298
+ },
3299
+ "app/workspaces/[workspaceId]/page": {
3300
+ "moduleId": 171876,
3301
+ "async": true,
3302
+ "exportedName": "deleteProject",
3297
3303
  "filename": "src/actions/workspace-actions.ts"
3298
3304
  },
3299
3305
  "app/workspaces/page": {
3300
3306
  "moduleId": 358885,
3301
3307
  "async": true,
3302
- "exportedName": "getProjectByLocalPath",
3308
+ "exportedName": "deleteProject",
3303
3309
  "filename": "src/actions/workspace-actions.ts"
3304
3310
  }
3305
3311
  },
3306
3312
  "filename": "src/actions/workspace-actions.ts",
3307
- "exportedName": "getProjectByLocalPath"
3313
+ "exportedName": "deleteProject"
3308
3314
  },
3309
- "40ae36a6b73337676b5c591fa3b50251dc3e0bff4c": {
3315
+ "40f17c134c6a9e0092e6d4997accbb14365236303d": {
3310
3316
  "workers": {
3311
3317
  "app/workspaces/[workspaceId]/archive/page": {
3312
3318
  "moduleId": 354866,
3313
3319
  "async": true,
3314
- "exportedName": "deleteProject",
3320
+ "exportedName": "getProjectByLocalPath",
3315
3321
  "filename": "src/actions/workspace-actions.ts"
3316
3322
  },
3317
3323
  "app/workspaces/[workspaceId]/assets/page": {
3318
3324
  "moduleId": 470618,
3319
3325
  "async": true,
3320
- "exportedName": "deleteProject",
3326
+ "exportedName": "getProjectByLocalPath",
3321
3327
  "filename": "src/actions/workspace-actions.ts"
3322
3328
  },
3323
3329
  "app/workspaces/[workspaceId]/notes/page": {
3324
3330
  "moduleId": 356268,
3325
3331
  "async": true,
3326
- "exportedName": "deleteProject",
3327
- "filename": "src/actions/workspace-actions.ts"
3328
- },
3329
- "app/workspaces/[workspaceId]/page": {
3330
- "moduleId": 171876,
3331
- "async": true,
3332
- "exportedName": "deleteProject",
3332
+ "exportedName": "getProjectByLocalPath",
3333
3333
  "filename": "src/actions/workspace-actions.ts"
3334
3334
  },
3335
3335
  "app/workspaces/page": {
3336
3336
  "moduleId": 358885,
3337
3337
  "async": true,
3338
- "exportedName": "deleteProject",
3338
+ "exportedName": "getProjectByLocalPath",
3339
3339
  "filename": "src/actions/workspace-actions.ts"
3340
3340
  }
3341
3341
  },
3342
3342
  "filename": "src/actions/workspace-actions.ts",
3343
- "exportedName": "deleteProject"
3343
+ "exportedName": "getProjectByLocalPath"
3344
3344
  },
3345
- "6073ba3633abe6c1abe2882b0918ce3fb8c161902a": {
3345
+ "60ff1bcd800e45caa95b9e3e61d8b7716f0fadd9f6": {
3346
3346
  "workers": {
3347
3347
  "app/workspaces/[workspaceId]/archive/page": {
3348
3348
  "moduleId": 354866,
@@ -3378,7 +3378,7 @@
3378
3378
  "filename": "src/actions/workspace-actions.ts",
3379
3379
  "exportedName": "updateProject"
3380
3380
  },
3381
- "406dae347a2d58386cc1799099c60b441e12f9ef14": {
3381
+ "4010fa4cbd9b247ba20e34f1c4b64bf55219a70ab9": {
3382
3382
  "workers": {
3383
3383
  "app/workspaces/[workspaceId]/archive/page": {
3384
3384
  "moduleId": 354866,
@@ -3396,7 +3396,7 @@
3396
3396
  "filename": "src/actions/label-actions.ts",
3397
3397
  "exportedName": "getTaskLabels"
3398
3398
  },
3399
- "60283cad82c0cfd76e9a448586ecf3dea1f3814b42": {
3399
+ "60931fa35dac4c1a3764ab2d9b7ce1c870d810199f": {
3400
3400
  "workers": {
3401
3401
  "app/workspaces/[workspaceId]/archive/page": {
3402
3402
  "moduleId": 354866,
@@ -3414,7 +3414,7 @@
3414
3414
  "filename": "src/actions/label-actions.ts",
3415
3415
  "exportedName": "setTaskLabels"
3416
3416
  },
3417
- "406a1abb0537b38bdea78b55742decfc86fb65dc92": {
3417
+ "409ce1bb56a35f8de4c702e26b06ea01030bcb7a2a": {
3418
3418
  "workers": {
3419
3419
  "app/workspaces/[workspaceId]/archive/page": {
3420
3420
  "moduleId": 354866,
@@ -3444,7 +3444,7 @@
3444
3444
  "filename": "src/actions/git-actions.ts",
3445
3445
  "exportedName": "getProjectBranches"
3446
3446
  },
3447
- "4087a58e0e505f51a4094ca6339dce2feb2ff9d81b": {
3447
+ "4096a96fa0228acf7b76524b8980d2dca5d70bf55b": {
3448
3448
  "workers": {
3449
3449
  "app/workspaces/[workspaceId]/archive/page": {
3450
3450
  "moduleId": 354866,
@@ -3474,7 +3474,7 @@
3474
3474
  "filename": "src/actions/git-actions.ts",
3475
3475
  "exportedName": "fetchRemoteBranches"
3476
3476
  },
3477
- "40f4b44260e3081c9d962f95356e1f101f9535e61a": {
3477
+ "404b14041825855ecf2ed923323b3e1f4587a8cd91": {
3478
3478
  "workers": {
3479
3479
  "app/workspaces/[workspaceId]/archive/page": {
3480
3480
  "moduleId": 354866,
@@ -3504,7 +3504,7 @@
3504
3504
  "filename": "src/actions/git-actions.ts",
3505
3505
  "exportedName": "getCurrentBranch"
3506
3506
  },
3507
- "600a724577f63b21c2516a9681bcb4209e5c5bed7a": {
3507
+ "600ec870dd67923690bcfd0a7d3ec447cacaa8fdf5": {
3508
3508
  "workers": {
3509
3509
  "app/workspaces/[workspaceId]/archive/page": {
3510
3510
  "moduleId": 354866,
@@ -3528,7 +3528,7 @@
3528
3528
  "filename": "src/actions/task-actions.ts",
3529
3529
  "exportedName": "updateTaskStatus"
3530
3530
  },
3531
- "408f1371d4590b9d3994849ff42635018cfd7eeac3": {
3531
+ "4072348753bfa91488aba0268bfa642250274e2590": {
3532
3532
  "workers": {
3533
3533
  "app/workspaces/[workspaceId]/archive/page": {
3534
3534
  "moduleId": 354866,
@@ -3552,7 +3552,7 @@
3552
3552
  "filename": "src/actions/task-actions.ts",
3553
3553
  "exportedName": "checkWorktreeClean"
3554
3554
  },
3555
- "60e9ee07701acf8f29615c2e0f46d51c11628a2790": {
3555
+ "604ca03ed6b1c4a4bc54beaa6936f2639564267b60": {
3556
3556
  "workers": {
3557
3557
  "app/workspaces/[workspaceId]/archive/page": {
3558
3558
  "moduleId": 354866,
@@ -3576,7 +3576,7 @@
3576
3576
  "filename": "src/actions/task-actions.ts",
3577
3577
  "exportedName": "commitWorktreeChanges"
3578
3578
  },
3579
- "4077550516c2155eea165d7db5fb65cc0ccdad9d32": {
3579
+ "4062397f915cb92120e0c29892495de39d9b91bb40": {
3580
3580
  "workers": {
3581
3581
  "app/workspaces/[workspaceId]/notes/page": {
3582
3582
  "moduleId": 356268,
@@ -3594,7 +3594,7 @@
3594
3594
  "filename": "src/actions/note-actions.ts",
3595
3595
  "exportedName": "createNote"
3596
3596
  },
3597
- "40d664edeac09a8bd1a7d7f683acbfda4eac5e8acb": {
3597
+ "408fb77b6a46e85e21aba81eff4d1e88c7a84aad94": {
3598
3598
  "workers": {
3599
3599
  "app/workspaces/[workspaceId]/notes/page": {
3600
3600
  "moduleId": 356268,
@@ -3612,7 +3612,7 @@
3612
3612
  "filename": "src/actions/note-actions.ts",
3613
3613
  "exportedName": "getTaskNotes"
3614
3614
  },
3615
- "4032a403a5f5375b7b81aa647f10fa0c2ee341534d": {
3615
+ "4014083c36be0fad0bce237979ead5e971e6c4fd26": {
3616
3616
  "workers": {
3617
3617
  "app/workspaces/[workspaceId]/notes/page": {
3618
3618
  "moduleId": 356268,
@@ -3630,7 +3630,7 @@
3630
3630
  "filename": "src/actions/note-actions.ts",
3631
3631
  "exportedName": "deleteNote"
3632
3632
  },
3633
- "405768d702a701ae5e9f5122ac88fad6422eee1a6c": {
3633
+ "40ba2fad36852388e48a3f76f77a0c66ade051068b": {
3634
3634
  "workers": {
3635
3635
  "app/workspaces/[workspaceId]/assets/page": {
3636
3636
  "moduleId": 470618,
@@ -3648,7 +3648,7 @@
3648
3648
  "filename": "src/actions/asset-actions.ts",
3649
3649
  "exportedName": "getTaskAssets"
3650
3650
  },
3651
- "40ce6b1c263056b83083018db0a06298966f0ef60a": {
3651
+ "408f233ab4b53c81d294d9921923ed1a609d00b1a4": {
3652
3652
  "workers": {
3653
3653
  "app/workspaces/[workspaceId]/assets/page": {
3654
3654
  "moduleId": 470618,
@@ -3666,7 +3666,7 @@
3666
3666
  "filename": "src/actions/asset-actions.ts",
3667
3667
  "exportedName": "uploadAsset"
3668
3668
  },
3669
- "4069a6715964199a66acee502e16367074b48838e4": {
3669
+ "40f503e1f64e878be0cec7a7ff8389389386626a25": {
3670
3670
  "workers": {
3671
3671
  "app/workspaces/[workspaceId]/assets/page": {
3672
3672
  "moduleId": 470618,
@@ -3684,7 +3684,7 @@
3684
3684
  "filename": "src/actions/asset-actions.ts",
3685
3685
  "exportedName": "deleteAsset"
3686
3686
  },
3687
- "40ba846cacc3f1b39b6fc90f201b7cb4b659b76fde": {
3687
+ "402a3036fb51a67f3443096bd50f9c9ef89750d483": {
3688
3688
  "workers": {
3689
3689
  "app/workspaces/[workspaceId]/archive/page": {
3690
3690
  "moduleId": 354866,
@@ -3714,7 +3714,7 @@
3714
3714
  "filename": "src/actions/task-actions.ts",
3715
3715
  "exportedName": "createTask"
3716
3716
  },
3717
- "609b6670ad302b6325902fe524e4673aace99c1812": {
3717
+ "60c0c99731863f9af27a3fae979b49b23f9ce76329": {
3718
3718
  "workers": {
3719
3719
  "app/workspaces/[workspaceId]/archive/page": {
3720
3720
  "moduleId": 354866,
@@ -3738,7 +3738,7 @@
3738
3738
  "filename": "src/actions/task-actions.ts",
3739
3739
  "exportedName": "updateTask"
3740
3740
  },
3741
- "40bf50f0e21c96f40084faf126ed0070765cdc0ebd": {
3741
+ "409268e8c3bea05e209fc80f56d36599bb38ec4608": {
3742
3742
  "workers": {
3743
3743
  "app/workspaces/[workspaceId]/archive/page": {
3744
3744
  "moduleId": 354866,
@@ -3756,7 +3756,7 @@
3756
3756
  "filename": "src/actions/task-actions.ts",
3757
3757
  "exportedName": "deleteTask"
3758
3758
  },
3759
- "40c5f12983be487dafabc924d6f92f491678b95e3e": {
3759
+ "40f52736456189b0053a31bc639186ec0701665762": {
3760
3760
  "workers": {
3761
3761
  "app/workspaces/[workspaceId]/archive/page": {
3762
3762
  "moduleId": 354866,
@@ -3774,7 +3774,7 @@
3774
3774
  "filename": "src/actions/task-actions.ts",
3775
3775
  "exportedName": "toggleTaskPinned"
3776
3776
  },
3777
- "40862d58fff54f4c22e8debc184a50726be83bc36c": {
3777
+ "402a0021fb002b02307b59ed1b90763b727561dd5a": {
3778
3778
  "workers": {
3779
3779
  "app/workspaces/[workspaceId]/page": {
3780
3780
  "moduleId": 171876,
@@ -3792,7 +3792,7 @@
3792
3792
  "filename": "src/actions/version-actions.ts",
3793
3793
  "exportedName": "getVersionsForPicker"
3794
3794
  },
3795
- "400131d9ce4e0612e004410533d6200401687c1e58": {
3795
+ "400b035a548c21f1af0a4269dedff1a9ccdf4126f5": {
3796
3796
  "workers": {
3797
3797
  "app/workspaces/[workspaceId]/archive/page": {
3798
3798
  "moduleId": 354866,
@@ -3816,67 +3816,67 @@
3816
3816
  "filename": "src/actions/task-actions.ts",
3817
3817
  "exportedName": "getTaskOverview"
3818
3818
  },
3819
- "40209e03316081b1e71153c8c826e25984272b5130": {
3819
+ "402600786c93f2bfd8090a11d4c41b6b779008c9b6": {
3820
3820
  "workers": {
3821
3821
  "app/workspaces/[workspaceId]/archive/page": {
3822
3822
  "moduleId": 354866,
3823
3823
  "async": true,
3824
- "exportedName": "getArchivedTasks",
3824
+ "exportedName": "getArchivedTaskCount",
3825
3825
  "filename": "src/actions/task-actions.ts"
3826
3826
  }
3827
3827
  },
3828
3828
  "filename": "src/actions/task-actions.ts",
3829
- "exportedName": "getArchivedTasks"
3829
+ "exportedName": "getArchivedTaskCount"
3830
3830
  },
3831
- "404453b4ae48e96b85bfb37d9b9601d2c737351bbf": {
3831
+ "402d54639a0ad6d0db931d558791ec166378fbcfd4": {
3832
3832
  "workers": {
3833
3833
  "app/workspaces/[workspaceId]/archive/page": {
3834
3834
  "moduleId": 354866,
3835
3835
  "async": true,
3836
- "exportedName": "searchTasks",
3836
+ "exportedName": "getArchivedTasks",
3837
3837
  "filename": "src/actions/task-actions.ts"
3838
3838
  }
3839
3839
  },
3840
3840
  "filename": "src/actions/task-actions.ts",
3841
- "exportedName": "searchTasks"
3841
+ "exportedName": "getArchivedTasks"
3842
3842
  },
3843
- "409672f38b19d7aedf940c58dcec0f82796f270226": {
3843
+ "40f988f8befa79e60bd1a2891f5a1235b59518210a": {
3844
3844
  "workers": {
3845
3845
  "app/workspaces/[workspaceId]/archive/page": {
3846
3846
  "moduleId": 354866,
3847
3847
  "async": true,
3848
- "exportedName": "getArchivedTaskCount",
3848
+ "exportedName": "searchTasks",
3849
3849
  "filename": "src/actions/task-actions.ts"
3850
3850
  }
3851
3851
  },
3852
3852
  "filename": "src/actions/task-actions.ts",
3853
- "exportedName": "getArchivedTaskCount"
3853
+ "exportedName": "searchTasks"
3854
3854
  },
3855
- "404598a5003ac09e0818f4f9b38a1397066d899990": {
3855
+ "40849749b4f25167894d533a07f2e94dd8ac31ff16": {
3856
3856
  "workers": {
3857
3857
  "app/workspaces/[workspaceId]/assets/page": {
3858
3858
  "moduleId": 470618,
3859
3859
  "async": true,
3860
- "exportedName": "createAsset",
3860
+ "exportedName": "getAssetById",
3861
3861
  "filename": "src/actions/asset-actions.ts"
3862
3862
  }
3863
3863
  },
3864
3864
  "filename": "src/actions/asset-actions.ts",
3865
- "exportedName": "createAsset"
3865
+ "exportedName": "getAssetById"
3866
3866
  },
3867
- "405c2f717379c15954208b5a8866f6e096d6331df9": {
3867
+ "40a14c5cb9451b4b2c307cdc16574e35f4f529d6f3": {
3868
3868
  "workers": {
3869
3869
  "app/workspaces/[workspaceId]/assets/page": {
3870
3870
  "moduleId": 470618,
3871
3871
  "async": true,
3872
- "exportedName": "getAssetById",
3872
+ "exportedName": "createAsset",
3873
3873
  "filename": "src/actions/asset-actions.ts"
3874
3874
  }
3875
3875
  },
3876
3876
  "filename": "src/actions/asset-actions.ts",
3877
- "exportedName": "getAssetById"
3877
+ "exportedName": "createAsset"
3878
3878
  },
3879
- "40a5aa5b8b8a21b02bf6b91a519dea0941ca3f8e0b": {
3879
+ "40eac2d3c2ae34fcddf408ca48183e6394d1c9f92f": {
3880
3880
  "workers": {
3881
3881
  "app/workspaces/[workspaceId]/assets/page": {
3882
3882
  "moduleId": 470618,
@@ -3888,7 +3888,7 @@
3888
3888
  "filename": "src/actions/asset-actions.ts",
3889
3889
  "exportedName": "getProjectAssets"
3890
3890
  },
3891
- "40d78efd3397b6f7edb26fa6508b532d8ec84be19d": {
3891
+ "408860a78aa8f6948add1b16cc8c5373c1e2555144": {
3892
3892
  "workers": {
3893
3893
  "app/workspaces/[workspaceId]/notes/page": {
3894
3894
  "moduleId": 356268,
@@ -3900,55 +3900,55 @@
3900
3900
  "filename": "src/actions/note-actions.ts",
3901
3901
  "exportedName": "getNoteById"
3902
3902
  },
3903
- "60233e32437307ff8e67a01cf97a3221b78d2b6427": {
3903
+ "605be95fb30725fd30dac1ac0e9ba9e05eff4b89e2": {
3904
3904
  "workers": {
3905
3905
  "app/workspaces/[workspaceId]/notes/page": {
3906
3906
  "moduleId": 356268,
3907
3907
  "async": true,
3908
- "exportedName": "getProjectNotes",
3908
+ "exportedName": "updateNote",
3909
3909
  "filename": "src/actions/note-actions.ts"
3910
3910
  }
3911
3911
  },
3912
3912
  "filename": "src/actions/note-actions.ts",
3913
- "exportedName": "getProjectNotes"
3913
+ "exportedName": "updateNote"
3914
3914
  },
3915
- "6041af323164c77dd6c96663495f95e635cfb44f83": {
3915
+ "606b66779adcf5d826ca5c516f5b146920d42b6c63": {
3916
3916
  "workers": {
3917
3917
  "app/workspaces/[workspaceId]/notes/page": {
3918
3918
  "moduleId": 356268,
3919
3919
  "async": true,
3920
- "exportedName": "updateNote",
3920
+ "exportedName": "getProjectNotes",
3921
3921
  "filename": "src/actions/note-actions.ts"
3922
3922
  }
3923
3923
  },
3924
3924
  "filename": "src/actions/note-actions.ts",
3925
- "exportedName": "updateNote"
3925
+ "exportedName": "getProjectNotes"
3926
3926
  },
3927
- "402222e50e130ad01448b40650fe00ad043a43571b": {
3927
+ "401bf0975fb9770b71a6f11aad21ecd9004776c78c": {
3928
3928
  "workers": {
3929
3929
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3930
3930
  "moduleId": 637202,
3931
3931
  "async": true,
3932
- "exportedName": "getProjectVersions",
3932
+ "exportedName": "createVersion",
3933
3933
  "filename": "src/actions/version-actions.ts"
3934
3934
  }
3935
3935
  },
3936
3936
  "filename": "src/actions/version-actions.ts",
3937
- "exportedName": "getProjectVersions"
3937
+ "exportedName": "createVersion"
3938
3938
  },
3939
- "4064955e25f32bc5050feaa26af7105afe9ba00734": {
3939
+ "405bb1efe71d75bd3887b30610864d4f33bda106da": {
3940
3940
  "workers": {
3941
3941
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3942
3942
  "moduleId": 637202,
3943
3943
  "async": true,
3944
- "exportedName": "setCurrentVersion",
3944
+ "exportedName": "getVersionDiffStat",
3945
3945
  "filename": "src/actions/version-actions.ts"
3946
3946
  }
3947
3947
  },
3948
3948
  "filename": "src/actions/version-actions.ts",
3949
- "exportedName": "setCurrentVersion"
3949
+ "exportedName": "getVersionDiffStat"
3950
3950
  },
3951
- "406e2aaa693c7325f30671f3fd99f381892ed48f9e": {
3951
+ "4069519d50b8b627c8666703ec80094b1def518915": {
3952
3952
  "workers": {
3953
3953
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3954
3954
  "moduleId": 637202,
@@ -3960,79 +3960,79 @@
3960
3960
  "filename": "src/actions/version-actions.ts",
3961
3961
  "exportedName": "getVersionDiff"
3962
3962
  },
3963
- "4085b9d2b2d30bc1b46b0767eb06399ef92f711b1c": {
3963
+ "408660c6790853e52dc64d50c5dc7b10ea6d9ef39f": {
3964
3964
  "workers": {
3965
3965
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3966
3966
  "moduleId": 637202,
3967
3967
  "async": true,
3968
- "exportedName": "createVersion",
3968
+ "exportedName": "setCurrentVersion",
3969
3969
  "filename": "src/actions/version-actions.ts"
3970
3970
  }
3971
3971
  },
3972
3972
  "filename": "src/actions/version-actions.ts",
3973
- "exportedName": "createVersion"
3973
+ "exportedName": "setCurrentVersion"
3974
3974
  },
3975
- "408ce718916ea9a68b4ebd16e20e4c10127d90bb63": {
3975
+ "40cbe2a31fa13e525f256d85d3ebd7502aff52f3bc": {
3976
3976
  "workers": {
3977
3977
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3978
3978
  "moduleId": 637202,
3979
3979
  "async": true,
3980
- "exportedName": "getVersionDiffStat",
3980
+ "exportedName": "deleteVersion",
3981
3981
  "filename": "src/actions/version-actions.ts"
3982
3982
  }
3983
3983
  },
3984
3984
  "filename": "src/actions/version-actions.ts",
3985
- "exportedName": "getVersionDiffStat"
3985
+ "exportedName": "deleteVersion"
3986
3986
  },
3987
- "408da1743e0c9512cf60e3b52e3847e1f30fda28ba": {
3987
+ "40cd2a41ee1f51d5586dd6b7c6367ec8a793d9e840": {
3988
3988
  "workers": {
3989
3989
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3990
3990
  "moduleId": 637202,
3991
3991
  "async": true,
3992
- "exportedName": "deleteVersion",
3992
+ "exportedName": "getProjectVersions",
3993
3993
  "filename": "src/actions/version-actions.ts"
3994
3994
  }
3995
3995
  },
3996
3996
  "filename": "src/actions/version-actions.ts",
3997
- "exportedName": "deleteVersion"
3997
+ "exportedName": "getProjectVersions"
3998
3998
  },
3999
- "6094f5b30c94e646a12c5632dfaa6697f3e21da6e5": {
3999
+ "6094d938f3b2b8888a517f68114808939fea0e9e8f": {
4000
4000
  "workers": {
4001
4001
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4002
4002
  "moduleId": 637202,
4003
4003
  "async": true,
4004
- "exportedName": "releaseVersion",
4004
+ "exportedName": "assignTaskVersion",
4005
4005
  "filename": "src/actions/version-actions.ts"
4006
4006
  }
4007
4007
  },
4008
4008
  "filename": "src/actions/version-actions.ts",
4009
- "exportedName": "releaseVersion"
4009
+ "exportedName": "assignTaskVersion"
4010
4010
  },
4011
- "60c31c2edfe4bdc3743bcb50ab2b8a6a0c67896b1b": {
4011
+ "60a9ac3d7e1da0afa51c5563936e9d315230a96547": {
4012
4012
  "workers": {
4013
4013
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4014
4014
  "moduleId": 637202,
4015
4015
  "async": true,
4016
- "exportedName": "updateVersion",
4016
+ "exportedName": "releaseVersion",
4017
4017
  "filename": "src/actions/version-actions.ts"
4018
4018
  }
4019
4019
  },
4020
4020
  "filename": "src/actions/version-actions.ts",
4021
- "exportedName": "updateVersion"
4021
+ "exportedName": "releaseVersion"
4022
4022
  },
4023
- "60f3473b5590dda9d90686105d86cf2bfcde7c16bf": {
4023
+ "60bbacfb9afef3c55da9e44b902a654cfe162de63f": {
4024
4024
  "workers": {
4025
4025
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4026
4026
  "moduleId": 637202,
4027
4027
  "async": true,
4028
- "exportedName": "assignTaskVersion",
4028
+ "exportedName": "updateVersion",
4029
4029
  "filename": "src/actions/version-actions.ts"
4030
4030
  }
4031
4031
  },
4032
4032
  "filename": "src/actions/version-actions.ts",
4033
- "exportedName": "assignTaskVersion"
4033
+ "exportedName": "updateVersion"
4034
4034
  },
4035
- "40e5143d8269c90b4163a052a9331d30f7ae3c9cb4": {
4035
+ "401f73f852a83339c26f796a1477553af57e319ee1": {
4036
4036
  "workers": {
4037
4037
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4038
4038
  "moduleId": 637202,
@@ -4044,7 +4044,7 @@
4044
4044
  "filename": "src/actions/version-type-actions.ts",
4045
4045
  "exportedName": "getVersionTypes"
4046
4046
  },
4047
- "402d6214a6304bfd0f362b0fe91bd69a4c850b766d": {
4047
+ "408552ab6cd7927b7b40bfcadad057cba3cd029459": {
4048
4048
  "workers": {
4049
4049
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4050
4050
  "moduleId": 637202,
@@ -4056,7 +4056,7 @@
4056
4056
  "filename": "src/actions/version-type-actions.ts",
4057
4057
  "exportedName": "createVersionType"
4058
4058
  },
4059
- "602aabcf63bc585670d71e651b9a42397eca6661be": {
4059
+ "606296d54b3365dcea99f4b1b123e002dc4351ce08": {
4060
4060
  "workers": {
4061
4061
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4062
4062
  "moduleId": 637202,
@@ -4068,7 +4068,7 @@
4068
4068
  "filename": "src/actions/version-type-actions.ts",
4069
4069
  "exportedName": "updateVersionType"
4070
4070
  },
4071
- "40b9d02988bf7a96f3f07689a19af15ac22cdb2ffb": {
4071
+ "40e95a7d0ef865e3bcaa92b73eea3ca6433a8966c1": {
4072
4072
  "workers": {
4073
4073
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4074
4074
  "moduleId": 637202,
@@ -4080,7 +4080,7 @@
4080
4080
  "filename": "src/actions/version-type-actions.ts",
4081
4081
  "exportedName": "deleteVersionType"
4082
4082
  },
4083
- "60df71ec3c5937c1f5272350c86f43fa6781951b53": {
4083
+ "60160f0b4f714f757fe79729c4c4a1113735d45890": {
4084
4084
  "workers": {
4085
4085
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4086
4086
  "moduleId": 732530,
@@ -4092,7 +4092,7 @@
4092
4092
  "filename": "src/actions/file-actions.ts",
4093
4093
  "exportedName": "listDirectory"
4094
4094
  },
4095
- "70937320f0c1552be7659fe4d6e8add3bb40f0e563": {
4095
+ "7028f7885349ae706bb91e76fe8e3f3840f90e5299": {
4096
4096
  "workers": {
4097
4097
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4098
4098
  "moduleId": 732530,
@@ -4104,7 +4104,7 @@
4104
4104
  "filename": "src/actions/file-actions.ts",
4105
4105
  "exportedName": "getGitStatus"
4106
4106
  },
4107
- "60f11ecec1aea81d8659aa769c942870ef9b94fc5c": {
4107
+ "60d047eeff39e63d94da8a0a8f5006d7816646ab94": {
4108
4108
  "workers": {
4109
4109
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4110
4110
  "moduleId": 732530,
@@ -4116,7 +4116,7 @@
4116
4116
  "filename": "src/actions/file-actions.ts",
4117
4117
  "exportedName": "createFile"
4118
4118
  },
4119
- "6031ca8e3443cceeebdee1fad1fb7df5ce49d504f5": {
4119
+ "609207f901c625112a0e29cb1427d40ff8ad4cc54b": {
4120
4120
  "workers": {
4121
4121
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4122
4122
  "moduleId": 732530,
@@ -4128,7 +4128,7 @@
4128
4128
  "filename": "src/actions/file-actions.ts",
4129
4129
  "exportedName": "createDirectory"
4130
4130
  },
4131
- "70f538f04d3a9ef2e99592dfcd6601131caeb3bfdc": {
4131
+ "70e78a295aa1e9b9d0abcdc10324a5314c6eea9ea8": {
4132
4132
  "workers": {
4133
4133
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4134
4134
  "moduleId": 732530,
@@ -4140,7 +4140,7 @@
4140
4140
  "filename": "src/actions/file-actions.ts",
4141
4141
  "exportedName": "renameEntry"
4142
4142
  },
4143
- "604300fd102539703a4d370d66ecb12c63f8303d2a": {
4143
+ "604ed9e1a6a34917feb7116f1c26f433d204cac58d": {
4144
4144
  "workers": {
4145
4145
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4146
4146
  "moduleId": 732530,
@@ -4152,7 +4152,7 @@
4152
4152
  "filename": "src/actions/file-actions.ts",
4153
4153
  "exportedName": "deleteEntry"
4154
4154
  },
4155
- "4006be1b36c813650033aea641783eb055ef35da46": {
4155
+ "4070168e4ae8dac3c5e72ead0e23017b233a78b919": {
4156
4156
  "workers": {
4157
4157
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4158
4158
  "moduleId": 732530,
@@ -4164,7 +4164,7 @@
4164
4164
  "filename": "src/actions/file-actions.ts",
4165
4165
  "exportedName": "listAllFiles"
4166
4166
  },
4167
- "60f2d332e9f066975877032098605d3226ea28665c": {
4167
+ "60d8b6803147730da1ccb2df480a67e89221814d63": {
4168
4168
  "workers": {
4169
4169
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4170
4170
  "moduleId": 732530,
@@ -4176,7 +4176,7 @@
4176
4176
  "filename": "src/actions/file-actions.ts",
4177
4177
  "exportedName": "readFileContent"
4178
4178
  },
4179
- "608470b75db0d7a426f36c8a1db8898456b3f8ea2a": {
4179
+ "607a11adf39fb080f3a43d732e164fa9f82bec44e5": {
4180
4180
  "workers": {
4181
4181
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4182
4182
  "moduleId": 732530,
@@ -4188,7 +4188,7 @@
4188
4188
  "filename": "src/actions/file-actions.ts",
4189
4189
  "exportedName": "readFileContentForce"
4190
4190
  },
4191
- "7009fa262ed2e4f958496dfc3ab821cdd2f80f9e00": {
4191
+ "700cc4d9b1c554496f49cb150785728152eb54ec13": {
4192
4192
  "workers": {
4193
4193
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4194
4194
  "moduleId": 732530,
@@ -4200,7 +4200,7 @@
4200
4200
  "filename": "src/actions/file-actions.ts",
4201
4201
  "exportedName": "writeFileContent"
4202
4202
  },
4203
- "60b0135d46fef5204d5db61a125acd59d7d85e4e78": {
4203
+ "6074e2f96f3f1d1e4c4fa90b0204a176260e83b201": {
4204
4204
  "workers": {
4205
4205
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4206
4206
  "moduleId": 732530,
@@ -4212,7 +4212,7 @@
4212
4212
  "filename": "src/actions/file-actions.ts",
4213
4213
  "exportedName": "revealInFinder"
4214
4214
  },
4215
- "40d8bb7ccde80859c2d9ffbc3b777eb40b8f2a39e0": {
4215
+ "40dabff16ee34312cc796b760dd415d701d64b4a0d": {
4216
4216
  "workers": {
4217
4217
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4218
4218
  "moduleId": 732530,
@@ -4224,7 +4224,7 @@
4224
4224
  "filename": "src/actions/preview-actions.ts",
4225
4225
  "exportedName": "getPreviewState"
4226
4226
  },
4227
- "40db382dc210dc19d219cadfaacf603a0bffe705b8": {
4227
+ "40d5c915574c492a8846856ce237dc99dbee5b7dcc": {
4228
4228
  "workers": {
4229
4229
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4230
4230
  "moduleId": 732530,
@@ -4236,7 +4236,7 @@
4236
4236
  "filename": "src/actions/preview-actions.ts",
4237
4237
  "exportedName": "startPreview"
4238
4238
  },
4239
- "40eeae0cb2d9df42bb3b7ddc6f03cfe7b9e98280f6": {
4239
+ "403bca09117ad96440edcc87a22cbe966629980be3": {
4240
4240
  "workers": {
4241
4241
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4242
4242
  "moduleId": 732530,
@@ -4248,7 +4248,7 @@
4248
4248
  "filename": "src/actions/preview-actions.ts",
4249
4249
  "exportedName": "stopPreview"
4250
4250
  },
4251
- "405b451946df7a5d17af9b382854092de015f44168": {
4251
+ "40a6865527ee460f16c0fe56728f0de391f0fe9f90": {
4252
4252
  "workers": {
4253
4253
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4254
4254
  "moduleId": 732530,
@@ -4260,7 +4260,7 @@
4260
4260
  "filename": "src/actions/preview-actions.ts",
4261
4261
  "exportedName": "installPreviewDeps"
4262
4262
  },
4263
- "4042353a0ab5e1738b23ec867d8e17c7a314f27606": {
4263
+ "4075e8b76dd715ccd84403010957a795434ec8707c": {
4264
4264
  "workers": {
4265
4265
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4266
4266
  "moduleId": 732530,
@@ -4272,7 +4272,7 @@
4272
4272
  "filename": "src/actions/preview-actions.ts",
4273
4273
  "exportedName": "redetectPreset"
4274
4274
  },
4275
- "405d973136b39b8b9605602c2c1e46726885c46d05": {
4275
+ "402875fc7f16fc9ec086b5762cb8654fd45515d906": {
4276
4276
  "workers": {
4277
4277
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4278
4278
  "moduleId": 732530,
@@ -4284,7 +4284,7 @@
4284
4284
  "filename": "src/actions/preview-actions.ts",
4285
4285
  "exportedName": "setProjectPreset"
4286
4286
  },
4287
- "40276296a95d9f5ea162d6abdb3d5ff00a9d09e212": {
4287
+ "40c4cf293262acfb8f9f9bab1c9014183b84883711": {
4288
4288
  "workers": {
4289
4289
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4290
4290
  "moduleId": 732530,
@@ -4298,5 +4298,5 @@
4298
4298
  }
4299
4299
  },
4300
4300
  "edge": {},
4301
- "encryptionKey": "/mAUuG8PzaTkx4iMXuN7dDq70jAVCiqvos4KSY6eI5A="
4301
+ "encryptionKey": "OTSA37a/3vJKvdDXmAuCYS0OhJ/rXeSX41n1IFNrOI4="
4302
4302
  }