tower-studio 0.2.41 → 0.2.43

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 (404) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-path-routes-manifest.json +3 -0
  3. package/.next/standalone/.next/build-manifest.json +3 -3
  4. package/.next/standalone/.next/prerender-manifest.json +3 -3
  5. package/.next/standalone/.next/routes-manifest.json +24 -0
  6. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +3 -3
  14. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +27 -27
  15. package/.next/standalone/.next/server/app/_not-found/page.js +6 -6
  16. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next/standalone/.next/server/app/api/adapters/test/route.js +4 -4
  19. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  20. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js +1 -1
  22. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +3 -3
  30. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  31. package/.next/standalone/.next/server/app/api/internal/assistant/route.js +2 -2
  32. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +1 -1
  34. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
  36. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js +1 -1
  38. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +1 -1
  40. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js +1 -1
  42. package/.next/standalone/.next/server/app/api/internal/hooks/session/route.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +2 -2
  44. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +2 -2
  46. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  47. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js +1 -1
  48. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
  49. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js +1 -1
  50. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/buffer/route.js.nft.json +1 -1
  51. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js +1 -1
  52. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/input/route.js.nft.json +1 -1
  53. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route/app-paths-manifest.json +3 -0
  54. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route/build-manifest.json +9 -0
  55. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route/server-reference-manifest.json +4 -0
  56. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route.js +8 -0
  57. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route.js.nft.json +1 -0
  58. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/paste-image/route_client-reference-manifest.js +3 -0
  59. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/app-paths-manifest.json +3 -0
  60. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/build-manifest.json +9 -0
  61. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/server-reference-manifest.json +4 -0
  62. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js +12 -0
  63. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js.nft.json +1 -0
  64. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route_client-reference-manifest.js +3 -0
  65. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +5 -4
  66. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  67. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/app-paths-manifest.json +3 -0
  68. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/build-manifest.json +9 -0
  69. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/server-reference-manifest.json +4 -0
  70. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js +12 -0
  71. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js.nft.json +1 -0
  72. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route_client-reference-manifest.js +3 -0
  73. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +1 -1
  74. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  75. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js +1 -1
  76. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
  77. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +3 -3
  78. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  79. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +2 -2
  80. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +120 -120
  81. package/.next/standalone/.next/server/app/missions/page.js +7 -8
  82. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  83. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  84. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +3 -3
  85. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +27 -27
  86. package/.next/standalone/.next/server/app/onboarding/page.js +6 -6
  87. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  88. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  89. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +3 -3
  90. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +27 -27
  91. package/.next/standalone/.next/server/app/page.js +6 -6
  92. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  93. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  94. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +3 -3
  95. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +44 -44
  96. package/.next/standalone/.next/server/app/settings/page.js +6 -6
  97. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  98. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  99. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +3 -3
  100. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +110 -98
  101. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js +6 -6
  102. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  103. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  104. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +3 -3
  105. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +89 -77
  106. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js +6 -6
  107. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  108. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  109. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +3 -3
  110. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +74 -62
  111. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js +6 -6
  112. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  113. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  114. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +3 -3
  115. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +75 -75
  116. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js +6 -6
  117. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  118. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  119. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +3 -3
  120. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +27 -27
  121. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js +7 -7
  122. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  123. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  124. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +3 -3
  125. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +69 -69
  126. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js +6 -6
  127. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  128. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  129. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +4 -4
  130. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +94 -82
  131. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js +6 -6
  132. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  133. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  134. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +3 -3
  135. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +51 -39
  136. package/.next/standalone/.next/server/app/workspaces/page.js +6 -6
  137. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  138. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  139. package/.next/standalone/.next/server/app-paths-manifest.json +3 -0
  140. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_03qwlhl.js +1 -1
  141. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_09pca3o.js +1 -1
  142. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +5 -5
  143. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0h5yr8p.js +1 -1
  144. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0m8aavq.js +1 -1
  145. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0yp430z.js +1 -1
  146. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0yzw48x.js +1 -1
  147. package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_paste-image_route_actions_0iegbi4.js +3 -0
  148. package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_resume_route_actions_0uascj..js +3 -0
  149. package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_stop_route_actions_0r3bvc-.js +3 -0
  150. package/.next/standalone/.next/server/chunks/[externals]__0x_wqa7._.js +3 -0
  151. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0-z_a1d._.js +1 -1
  152. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.p6em~._.js +3 -0
  153. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.zmhk-._.js +3 -0
  154. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0042hx5._.js +3 -0
  155. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0b3m.jm._.js → [root-of-the-server]__03ufxqq._.js} +3 -3
  156. package/.next/standalone/.next/server/chunks/[root-of-the-server]__04--bs7._.js +3 -0
  157. package/.next/standalone/.next/server/chunks/[root-of-the-server]__04m2l8a._.js +3 -0
  158. package/.next/standalone/.next/server/chunks/[root-of-the-server]__04r193~._.js +3 -0
  159. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05abzth._.js +3 -0
  160. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0657y50._.js +3 -0
  161. package/.next/standalone/.next/server/chunks/[root-of-the-server]__075a0hk._.js +3 -0
  162. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0az764e._.js → [root-of-the-server]__08yqoti._.js} +2 -2
  163. package/.next/standalone/.next/server/chunks/[root-of-the-server]__098.3z2._.js +3 -0
  164. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0fp8qv9._.js → [root-of-the-server]__0_d.s7s._.js} +3 -3
  165. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__037x-0a._.js → [root-of-the-server]__0ajay8_._.js} +4 -4
  166. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0b25v3p._.js +4 -0
  167. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0xswbi9._.js → [root-of-the-server]__0clptds._.js} +2 -2
  168. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0ai09na._.js → [root-of-the-server]__0g.k9o~._.js} +2 -2
  169. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gn0ubd._.js +1 -1
  170. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gwztza._.js +1 -1
  171. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0h6bl6t._.js +3 -0
  172. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0iggiij._.js +3 -0
  173. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0i~3dwq._.js +3 -0
  174. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0j1px8f._.js +3 -0
  175. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0k-5ag7._.js +3 -0
  176. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0l1-djp._.js +1 -1
  177. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0-~q463._.js → [root-of-the-server]__0lvlooo._.js} +2 -2
  178. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0otyifi._.js +1 -1
  179. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0q~uf3u._.js +3 -0
  180. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t31ba_._.js +3 -0
  181. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t_weyi._.js +3 -0
  182. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0uptkzd._.js +4 -0
  183. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0wkjqrd._.js +3 -0
  184. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0x3kws1._.js +3 -0
  185. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0xot7fu._.js +1 -1
  186. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0y8w5di._.js +4 -0
  187. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~g6-c~._.js +3 -0
  188. package/.next/standalone/.next/server/chunks/[root-of-the-server]__10fv6tt._.js +3 -0
  189. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1189rd1._.js +4 -0
  190. package/.next/standalone/.next/server/chunks/{_06.mxka._.js → _0jmdgq~._.js} +1 -1
  191. package/.next/standalone/.next/server/chunks/_0q10iet._.js +7 -0
  192. package/.next/standalone/.next/server/chunks/_0qk_esg._.js +4 -0
  193. package/.next/standalone/.next/server/chunks/_0t31z6q._.js +1 -1
  194. package/.next/standalone/.next/server/chunks/_12537g8._.js +7 -0
  195. package/.next/standalone/.next/server/chunks/{src_02ruq-1._.js → src_0fq3zjg._.js} +2 -2
  196. package/.next/standalone/.next/server/chunks/src_0weytpz._.js +1 -1
  197. package/.next/standalone/.next/server/chunks/src_0wlyw0g._.js +3 -0
  198. package/.next/standalone/.next/server/chunks/src_0~ey84y._.js +3 -0
  199. package/.next/standalone/.next/server/chunks/src_actions_agent-actions_ts_10q9r5b._.js +4 -0
  200. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  201. package/.next/standalone/.next/server/chunks/ssr/0se9_next_11h0sx_._.js +1 -1
  202. package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_10_90yo._.js → 0ws9_lucide-react_dist_esm_icons_0pkla8j._.js} +2 -2
  203. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0nwisa8._.js → [root-of-the-server]__00dh103._.js} +2 -2
  204. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mmypbn._.js → [root-of-the-server]__00ebsjb._.js} +1 -1
  205. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__01vm_46._.js +47 -0
  206. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__025ol9g._.js +3 -0
  207. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__094t44p._.js → [root-of-the-server]__04ednzb._.js} +1 -1
  208. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__04wbr9x._.js +1 -1
  209. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  210. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__08w4.zf._.js → [root-of-the-server]__065f3ii._.js} +2 -2
  211. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0pmjob9._.js → [root-of-the-server]__06dfcgo._.js} +1 -1
  212. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__038u_kv._.js → [root-of-the-server]__07xkj1s._.js} +4 -4
  213. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dn90me._.js → [root-of-the-server]__08k-xb7._.js} +2 -2
  214. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08tzbfh._.js +3 -0
  215. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.infp2._.js → [root-of-the-server]__0_z5hke._.js} +1 -1
  216. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0ce3fpq._.js → [root-of-the-server]__0ecd_1d._.js} +4 -4
  217. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__10s67lq._.js → [root-of-the-server]__0iln7n_._.js} +4 -4
  218. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__09z_ddd._.js → [root-of-the-server]__0j_-qk5._.js} +1 -1
  219. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  220. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__02j1enz._.js → [root-of-the-server]__0k6oo0n._.js} +1 -1
  221. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0h589~0._.js → [root-of-the-server]__0lws68d._.js} +4 -4
  222. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0oq-j16._.js → [root-of-the-server]__0oamph.._.js} +4 -4
  223. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0pvaj~l._.js → [root-of-the-server]__0pnv7nd._.js} +1 -1
  224. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0stlq2_._.js +4 -0
  225. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__03fujv7._.js → [root-of-the-server]__0tja~wz._.js} +1 -1
  226. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mq0f94._.js → [root-of-the-server]__0ug022w._.js} +1 -1
  227. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l6bt9t._.js → [root-of-the-server]__0x6k.ee._.js} +1 -1
  228. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0xr45lx._.js +3 -0
  229. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__058rbx5._.js → [root-of-the-server]__0xwzk2.._.js} +4 -4
  230. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__12w35bx._.js → [root-of-the-server]__0yby8pl._.js} +4 -4
  231. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  232. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0rckee~._.js → [root-of-the-server]__0zxc81t._.js} +1 -1
  233. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.u-t.1._.js → [root-of-the-server]__0zzqn5z._.js} +1 -1
  234. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0.2h0ux._.js → [root-of-the-server]__10c.a3u._.js} +1 -1
  235. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0391jsv._.js → [root-of-the-server]__10n3vn6._.js} +1 -1
  236. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__09t~p.u._.js → [root-of-the-server]__123rmyb._.js} +1 -1
  237. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__124zb~p._.js +30 -0
  238. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dux7x.._.js → [root-of-the-server]__127w3bm._.js} +1 -1
  239. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12ko8p6._.js +3 -0
  240. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0odeai5._.js → [root-of-the-server]__13ce7v2._.js} +1 -1
  241. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  242. package/.next/standalone/.next/server/chunks/ssr/{_0dzx554._.js → _00l85fp._.js} +3 -3
  243. package/.next/standalone/.next/server/chunks/ssr/_00odlgv._.js +3 -0
  244. package/.next/standalone/.next/server/chunks/ssr/_0463zy~._.js +3 -0
  245. package/.next/standalone/.next/server/chunks/ssr/{_0_6ss3p._.js → _047dh-f._.js} +2 -2
  246. package/.next/standalone/.next/server/chunks/ssr/{_03lt1_x._.js → _05a2u03._.js} +4 -4
  247. package/.next/standalone/.next/server/chunks/ssr/_05k76ur._.js +3 -0
  248. package/.next/standalone/.next/server/chunks/ssr/{_0t863nl._.js → _060e1u.._.js} +1 -1
  249. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  250. package/.next/standalone/.next/server/chunks/ssr/{_0tvm5af._.js → _07lq-bp._.js} +1 -1
  251. package/.next/standalone/.next/server/chunks/ssr/{_0p6p_68._.js → _07q06~v._.js} +4 -4
  252. package/.next/standalone/.next/server/chunks/ssr/{_0u_uywm._.js → _08-x_rp._.js} +1 -1
  253. package/.next/standalone/.next/server/chunks/ssr/{_0_z-t6g._.js → _08bq4g8._.js} +2 -2
  254. package/.next/standalone/.next/server/chunks/ssr/{_12ca88g._.js → _0_q41~z._.js} +4 -4
  255. package/.next/standalone/.next/server/chunks/ssr/_0b7smy6._.js +3 -0
  256. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  257. package/.next/standalone/.next/server/chunks/ssr/{_0u7c6bz._.js → _0dxbp89._.js} +4 -4
  258. package/.next/standalone/.next/server/chunks/ssr/{_0ecu98s._.js → _0dye20y._.js} +2 -2
  259. package/.next/standalone/.next/server/chunks/ssr/_0gkid_a._.js +3 -0
  260. package/.next/standalone/.next/server/chunks/ssr/{_0n5do.z._.js → _0j5.ig_._.js} +1 -1
  261. package/.next/standalone/.next/server/chunks/ssr/{_0mm~wxj._.js → _0nze-e6._.js} +1 -1
  262. package/.next/standalone/.next/server/chunks/ssr/{_0tsu0gq._.js → _0oeih09._.js} +2 -2
  263. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  264. package/.next/standalone/.next/server/chunks/ssr/_0rrs.-d._.js +3 -0
  265. package/.next/standalone/.next/server/chunks/ssr/{_0py1s-f._.js → _0rtydyv._.js} +1 -1
  266. package/.next/standalone/.next/server/chunks/ssr/{_0hh17jg._.js → _0rxeqmo._.js} +2 -2
  267. package/.next/standalone/.next/server/chunks/ssr/{_04bt0.3._.js → _0s.h4l2._.js} +1 -1
  268. package/.next/standalone/.next/server/chunks/ssr/{_0n4bq0m._.js → _0s.ik0k._.js} +1 -1
  269. package/.next/standalone/.next/server/chunks/ssr/_0syb503._.js +3 -0
  270. package/.next/standalone/.next/server/chunks/ssr/{_04mn9go._.js → _0uryq~z._.js} +2 -2
  271. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  272. package/.next/standalone/.next/server/chunks/ssr/{_04~zqvy._.js → _0wqcz3w._.js} +4 -4
  273. package/.next/standalone/.next/server/chunks/ssr/{_0-_yznx._.js → _113957g._.js} +1 -1
  274. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  275. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  276. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +2 -2
  277. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  278. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  279. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  280. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  281. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  282. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  283. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  284. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  285. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  286. package/.next/standalone/.next/server/chunks/ssr/{src_lib_08wv1le._.js → src_lib_0.~.oo-._.js} +1 -1
  287. package/.next/standalone/.next/server/chunks/ssr/{src_lib_0_9avpk._.js → src_lib_005uqbe._.js} +1 -1
  288. package/.next/standalone/.next/server/chunks/ssr/{src_lib_02~3_5t._.js → src_lib_00wjv6n._.js} +1 -1
  289. package/.next/standalone/.next/server/chunks/ssr/{src_lib_04d~c.c._.js → src_lib_01sr8_t._.js} +1 -1
  290. package/.next/standalone/.next/server/chunks/ssr/src_lib_08jql1e._.js +3 -0
  291. package/.next/standalone/.next/server/chunks/ssr/src_lib_0b~j-9d._.js +3 -0
  292. package/.next/standalone/.next/server/chunks/ssr/src_lib_0eymyjf._.js +3 -0
  293. package/.next/standalone/.next/server/chunks/ssr/src_lib_0fkv9z3._.js +3 -0
  294. package/.next/standalone/.next/server/chunks/ssr/src_lib_0n-n0.a._.js +3 -0
  295. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sgt~lv._.js +3 -0
  296. package/.next/standalone/.next/server/chunks/ssr/src_lib_0x-iyl1._.js +3 -0
  297. package/.next/standalone/.next/server/chunks/ssr/src_lib_0yjmty1._.js +3 -0
  298. package/.next/standalone/.next/server/chunks/ssr/src_lib_13aevv6._.js +3 -0
  299. package/.next/standalone/.next/server/functions-config-manifest.json +3 -0
  300. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  301. package/.next/standalone/.next/server/pages/500.html +1 -1
  302. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  303. package/.next/standalone/.next/server/server-reference-manifest.json +340 -298
  304. package/.next/standalone/.next/static/chunks/0-vgfstmpuwnx.js +1 -0
  305. package/.next/standalone/.next/static/chunks/{0oz8sw6j078vm.js → 0.lyp-cx3zt9..js} +2 -2
  306. package/.next/standalone/.next/static/chunks/{0.65.u3zhwau~.js → 00z.kuqsfrxq5.js} +2 -2
  307. package/.next/standalone/.next/static/chunks/01j9m895w64zn.js +1 -0
  308. package/.next/standalone/.next/static/chunks/{0lnsj7fwkprxe.js → 01rbl6a8z.tuw.js} +1 -1
  309. package/.next/standalone/.next/static/chunks/{0ad0ou7l2.r6e.js → 04op7bjge~n4l.js} +1 -1
  310. package/.next/standalone/.next/static/chunks/{1195ux3t_r-rb.js → 05v-c3ir3ik_1.js} +1 -1
  311. package/.next/standalone/.next/static/chunks/{12rj7-g8lxjew.js → 070fs6rmafi.i.js} +1 -1
  312. package/.next/standalone/.next/static/chunks/07i9j5yyg4vs3.js +1 -0
  313. package/.next/standalone/.next/static/chunks/{02o~o8tgt860j.js → 08i9.47-_mxro.js} +1 -1
  314. package/.next/standalone/.next/static/chunks/{11sqt~58g35be.js → 0_yp-y9l0upp~.js} +1 -1
  315. package/.next/standalone/.next/static/chunks/0ddt-snh45031.js +1 -0
  316. package/.next/standalone/.next/static/chunks/{0y3a2-c-i9t~t.js → 0evfu1ozaw5ak.js} +1 -1
  317. package/.next/standalone/.next/static/chunks/0gq65t6au55oa.js +1 -0
  318. package/.next/standalone/.next/static/chunks/{0babmd83h6ejs.js → 0gz71w_~yw2iu.js} +1 -1
  319. package/.next/standalone/.next/static/chunks/0hk3lmsij2x1c.js +1 -0
  320. package/.next/standalone/.next/static/chunks/{0c~~56wny5m2u.js → 0j1hqwmeaqnn2.js} +1 -1
  321. package/.next/standalone/.next/static/chunks/0jrje~1gt6w85.css +1 -0
  322. package/.next/standalone/.next/static/chunks/{062.w.nsp3886.js → 0prrt_bws8ml6.js} +1 -1
  323. package/.next/standalone/.next/static/chunks/0qgqjy.9.-qpi.js +1 -0
  324. package/.next/standalone/.next/static/chunks/{06s-d8my6b9t7.js → 0rfq8fy71hj7c.js} +1 -1
  325. package/.next/standalone/.next/static/chunks/{05zm_-7x0fubq.js → 0rjt_ddd~6t8r.js} +1 -1
  326. package/.next/standalone/.next/static/chunks/{0fz47g1x5o2xj.js → 0rnitheqdpd1..js} +1 -1
  327. package/.next/standalone/.next/static/chunks/{03sdutmq6~3v-.js → 0sr-m2t6vck14.js} +1 -1
  328. package/.next/standalone/.next/static/chunks/{0tfmi08mzcieh.js → 0ts___1ygewqp.js} +1 -1
  329. package/.next/standalone/.next/static/chunks/{00w9dd4fooyic.js → 0vmy6tsqy.xf4.js} +1 -1
  330. package/.next/standalone/.next/static/chunks/{10qltt-r5q91p.js → 0wbq-_8jyxjxm.js} +1 -1
  331. package/.next/standalone/.next/static/chunks/0xejm4ge9~cn..js +1 -0
  332. package/.next/standalone/.next/static/chunks/{05~2gwcex7hv0.js → 0~prx0ure_1i6.js} +1 -1
  333. package/.next/standalone/.next/static/chunks/1107zshxaajt9.js +1 -0
  334. package/.next/standalone/.next/static/chunks/{0v8apmh_d7lz3.js → 11p.r-9wyh7_2.js} +1 -1
  335. package/.next/standalone/.next/static/chunks/11x3_612u8w~9.js +1 -0
  336. package/.next/standalone/.next/static/chunks/{0ev98toavtr6..js → 14mk_a0k99wbg.js} +1 -1
  337. package/.next/standalone/package.json +9 -9
  338. package/README.md +25 -3
  339. package/README.zh.md +25 -3
  340. package/dist/mcp-server.cjs +246 -74
  341. package/next.config.ts +4 -0
  342. package/package.json +9 -9
  343. package/skills/tower/SKILL.md +6 -0
  344. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +0 -4
  345. package/.next/standalone/.next/server/chunks/[externals]__0izylsq._.js +0 -3
  346. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.z8.oi._.js +0 -4
  347. package/.next/standalone/.next/server/chunks/[root-of-the-server]__02jy80j._.js +0 -4
  348. package/.next/standalone/.next/server/chunks/[root-of-the-server]__032d9pl._.js +0 -3
  349. package/.next/standalone/.next/server/chunks/[root-of-the-server]__04jduyo._.js +0 -3
  350. package/.next/standalone/.next/server/chunks/[root-of-the-server]__04u7b2g._.js +0 -3
  351. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05nz.tg._.js +0 -3
  352. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05~g1fm._.js +0 -3
  353. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0ag-i9m._.js +0 -3
  354. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0c7z.~a._.js +0 -3
  355. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0fey.8j._.js +0 -3
  356. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0g2lv9x._.js +0 -3
  357. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0giry~0._.js +0 -3
  358. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kexk71._.js +0 -4
  359. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kuo6q5._.js +0 -4
  360. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0np.553._.js +0 -4
  361. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0r-6wmj._.js +0 -3
  362. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0rpck4h._.js +0 -3
  363. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0t_yyy8._.js +0 -3
  364. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0u_-4~7._.js +0 -3
  365. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0z20rmt._.js +0 -3
  366. package/.next/standalone/.next/server/chunks/[root-of-the-server]__11l3gud._.js +0 -3
  367. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.-z9ts._.js +0 -3
  368. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0da~mv~._.js +0 -47
  369. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gtqd5o._.js +0 -4
  370. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ni-_7_._.js +0 -30
  371. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0w--i~y._.js +0 -3
  372. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y~ooou._.js +0 -3
  373. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zkpwjj._.js +0 -3
  374. package/.next/standalone/.next/server/chunks/ssr/_03v~rg0._.js +0 -3
  375. package/.next/standalone/.next/server/chunks/ssr/_0_9i_x2._.js +0 -3
  376. package/.next/standalone/.next/server/chunks/ssr/_0b.qjaj._.js +0 -3
  377. package/.next/standalone/.next/server/chunks/ssr/_0mdqhxi._.js +0 -3
  378. package/.next/standalone/.next/server/chunks/ssr/_0r-flc_._.js +0 -3
  379. package/.next/standalone/.next/server/chunks/ssr/_0rkdyad._.js +0 -3
  380. package/.next/standalone/.next/server/chunks/ssr/_0rrzd20._.js +0 -43
  381. package/.next/standalone/.next/server/chunks/ssr/_0z6ji0d._.js +0 -3
  382. package/.next/standalone/.next/server/chunks/ssr/src_lib_0a60u40._.js +0 -3
  383. package/.next/standalone/.next/server/chunks/ssr/src_lib_0fu5szn._.js +0 -3
  384. package/.next/standalone/.next/server/chunks/ssr/src_lib_0gve57o._.js +0 -3
  385. package/.next/standalone/.next/server/chunks/ssr/src_lib_0koe0p0._.js +0 -3
  386. package/.next/standalone/.next/server/chunks/ssr/src_lib_0qdh-v4._.js +0 -3
  387. package/.next/standalone/.next/server/chunks/ssr/src_lib_0ramp4w._.js +0 -3
  388. package/.next/standalone/.next/server/chunks/ssr/src_lib_0sn1z-s._.js +0 -3
  389. package/.next/standalone/.next/server/chunks/ssr/src_lib_110am8v._.js +0 -3
  390. package/.next/standalone/.next/server/chunks/ssr/src_lib_11w~.ge._.js +0 -3
  391. package/.next/standalone/.next/static/chunks/0-x5eie9u3i_2.js +0 -1
  392. package/.next/standalone/.next/static/chunks/04zy.uc7eru64.js +0 -1
  393. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +0 -1
  394. package/.next/standalone/.next/static/chunks/06lla3jtd~xb4.js +0 -1
  395. package/.next/standalone/.next/static/chunks/0c8c6pcmlzgmi.js +0 -1
  396. package/.next/standalone/.next/static/chunks/0i2soupf1735z.js +0 -1
  397. package/.next/standalone/.next/static/chunks/0l25d0nc5ygyd.js +0 -1
  398. package/.next/standalone/.next/static/chunks/0umi7ddtiv8sw.js +0 -1
  399. package/.next/standalone/.next/static/chunks/0v.l5.sqos562.js +0 -1
  400. package/.next/standalone/.next/static/chunks/0w33dj~dfamnr.css +0 -1
  401. package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +0 -1
  402. /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → d-Uhp63kgWdPkhPt7Fzyb}/_buildManifest.js +0 -0
  403. /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → d-Uhp63kgWdPkhPt7Fzyb}/_clientMiddlewareManifest.js +0 -0
  404. /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → d-Uhp63kgWdPkhPt7Fzyb}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "40ac28269025094ddbbb7aa941653be1f48157e09d": {
3
+ "40c3a6dcbb03f11569db001e3b132552b10a72fea9": {
4
4
  "workers": {
5
5
  "app/_not-found/page": {
6
6
  "moduleId": 861951,
@@ -9,7 +9,7 @@
9
9
  "filename": "src/actions/workspace-actions.ts"
10
10
  },
11
11
  "app/missions/page": {
12
- "moduleId": 289201,
12
+ "moduleId": 451337,
13
13
  "async": true,
14
14
  "exportedName": "createWorkspace",
15
15
  "filename": "src/actions/workspace-actions.ts"
@@ -84,7 +84,7 @@
84
84
  "filename": "src/actions/workspace-actions.ts",
85
85
  "exportedName": "createWorkspace"
86
86
  },
87
- "6071086045e179b19b4895fd4d9ccb3c5ea0f1f1ec": {
87
+ "608cc89fce68d1da6f133d468e7b41a7c8665552a0": {
88
88
  "workers": {
89
89
  "app/_not-found/page": {
90
90
  "moduleId": 861951,
@@ -93,7 +93,7 @@
93
93
  "filename": "src/actions/workspace-actions.ts"
94
94
  },
95
95
  "app/missions/page": {
96
- "moduleId": 289201,
96
+ "moduleId": 451337,
97
97
  "async": true,
98
98
  "exportedName": "updateWorkspace",
99
99
  "filename": "src/actions/workspace-actions.ts"
@@ -168,7 +168,7 @@
168
168
  "filename": "src/actions/workspace-actions.ts",
169
169
  "exportedName": "updateWorkspace"
170
170
  },
171
- "406acbf62a05ba02401ed446f8b8abc2eabf59e61c": {
171
+ "40f77cd5d0c96883d82efae9f85a919c92327aa676": {
172
172
  "workers": {
173
173
  "app/_not-found/page": {
174
174
  "moduleId": 861951,
@@ -177,7 +177,7 @@
177
177
  "filename": "src/actions/workspace-actions.ts"
178
178
  },
179
179
  "app/missions/page": {
180
- "moduleId": 289201,
180
+ "moduleId": 451337,
181
181
  "async": true,
182
182
  "exportedName": "deleteWorkspace",
183
183
  "filename": "src/actions/workspace-actions.ts"
@@ -252,7 +252,7 @@
252
252
  "filename": "src/actions/workspace-actions.ts",
253
253
  "exportedName": "deleteWorkspace"
254
254
  },
255
- "4031f0f9cec515df23706e8f5a0819ee8e08097825": {
255
+ "403651d5b793a2a371871255e62b6877e3e50b7908": {
256
256
  "workers": {
257
257
  "app/_not-found/page": {
258
258
  "moduleId": 861951,
@@ -261,7 +261,7 @@
261
261
  "filename": "src/actions/workspace-actions.ts"
262
262
  },
263
263
  "app/missions/page": {
264
- "moduleId": 289201,
264
+ "moduleId": 451337,
265
265
  "async": true,
266
266
  "exportedName": "reorderWorkspaces",
267
267
  "filename": "src/actions/workspace-actions.ts"
@@ -336,7 +336,7 @@
336
336
  "filename": "src/actions/workspace-actions.ts",
337
337
  "exportedName": "reorderWorkspaces"
338
338
  },
339
- "40e7e10c94a6abb932f55b0df79ac20366e5b48043": {
339
+ "403007eb3ee705ec64fffd6d0f7a0c114dc2471753": {
340
340
  "workers": {
341
341
  "app/_not-found/page": {
342
342
  "moduleId": 861951,
@@ -345,7 +345,7 @@
345
345
  "filename": "src/actions/label-actions.ts"
346
346
  },
347
347
  "app/missions/page": {
348
- "moduleId": 289201,
348
+ "moduleId": 451337,
349
349
  "async": true,
350
350
  "exportedName": "getLabelsForWorkspace",
351
351
  "filename": "src/actions/label-actions.ts"
@@ -420,7 +420,7 @@
420
420
  "filename": "src/actions/label-actions.ts",
421
421
  "exportedName": "getLabelsForWorkspace"
422
422
  },
423
- "4027797afe208cc106df601698112b65a2553c5142": {
423
+ "40fb19a75d39fed103c0532d01dfec687e96c1c0c0": {
424
424
  "workers": {
425
425
  "app/_not-found/page": {
426
426
  "moduleId": 861951,
@@ -429,7 +429,7 @@
429
429
  "filename": "src/actions/label-actions.ts"
430
430
  },
431
431
  "app/missions/page": {
432
- "moduleId": 289201,
432
+ "moduleId": 451337,
433
433
  "async": true,
434
434
  "exportedName": "createLabel",
435
435
  "filename": "src/actions/label-actions.ts"
@@ -504,7 +504,7 @@
504
504
  "filename": "src/actions/label-actions.ts",
505
505
  "exportedName": "createLabel"
506
506
  },
507
- "4013e9f181ee6c5ac1784f61eb0c42415e76e85ddc": {
507
+ "40ccf2e3cf9b0c89396aa3d82ffd8b1cff14418314": {
508
508
  "workers": {
509
509
  "app/_not-found/page": {
510
510
  "moduleId": 861951,
@@ -513,7 +513,7 @@
513
513
  "filename": "src/actions/label-actions.ts"
514
514
  },
515
515
  "app/missions/page": {
516
- "moduleId": 289201,
516
+ "moduleId": 451337,
517
517
  "async": true,
518
518
  "exportedName": "deleteLabel",
519
519
  "filename": "src/actions/label-actions.ts"
@@ -588,7 +588,7 @@
588
588
  "filename": "src/actions/label-actions.ts",
589
589
  "exportedName": "deleteLabel"
590
590
  },
591
- "603e0b286c186fd563fc3b35be3f61208156f37310": {
591
+ "606e7bede5ad9dc694bd0f8d5727d1972f645dbbea": {
592
592
  "workers": {
593
593
  "app/_not-found/page": {
594
594
  "moduleId": 861951,
@@ -597,7 +597,7 @@
597
597
  "filename": "src/actions/search-actions.ts"
598
598
  },
599
599
  "app/missions/page": {
600
- "moduleId": 289201,
600
+ "moduleId": 451337,
601
601
  "async": true,
602
602
  "exportedName": "globalSearch",
603
603
  "filename": "src/actions/search-actions.ts"
@@ -672,7 +672,7 @@
672
672
  "filename": "src/actions/search-actions.ts",
673
673
  "exportedName": "globalSearch"
674
674
  },
675
- "607faca9d09eb3867f7ecd7201bc02f17216d80715": {
675
+ "60008a0ca0ba3343a94aeb25c1f8e7d0bd5f8926df": {
676
676
  "workers": {
677
677
  "app/_not-found/page": {
678
678
  "moduleId": 861951,
@@ -681,7 +681,7 @@
681
681
  "filename": "src/actions/config-actions.ts"
682
682
  },
683
683
  "app/missions/page": {
684
- "moduleId": 289201,
684
+ "moduleId": 451337,
685
685
  "async": true,
686
686
  "exportedName": "getConfigValue",
687
687
  "filename": "src/actions/config-actions.ts"
@@ -756,7 +756,7 @@
756
756
  "filename": "src/actions/config-actions.ts",
757
757
  "exportedName": "getConfigValue"
758
758
  },
759
- "406ef62c74a6c3104848e33809a0b03ee0cb2d28f1": {
759
+ "40eab69fb4f73280d38bebc1b1323c62c776f0f31e": {
760
760
  "workers": {
761
761
  "app/_not-found/page": {
762
762
  "moduleId": 861951,
@@ -765,7 +765,7 @@
765
765
  "filename": "src/actions/config-actions.ts"
766
766
  },
767
767
  "app/missions/page": {
768
- "moduleId": 289201,
768
+ "moduleId": 451337,
769
769
  "async": true,
770
770
  "exportedName": "resolveGitLocalPathWithSource",
771
771
  "filename": "src/actions/config-actions.ts"
@@ -840,7 +840,7 @@
840
840
  "filename": "src/actions/config-actions.ts",
841
841
  "exportedName": "resolveGitLocalPathWithSource"
842
842
  },
843
- "6088d6bce54c3db15d77363fd4c32e05b06ed8d150": {
843
+ "60b27964ebcb26b360a24269e87a88743e567fd561": {
844
844
  "workers": {
845
845
  "app/_not-found/page": {
846
846
  "moduleId": 861951,
@@ -849,7 +849,7 @@
849
849
  "filename": "src/actions/project-actions.ts"
850
850
  },
851
851
  "app/missions/page": {
852
- "moduleId": 289201,
852
+ "moduleId": 451337,
853
853
  "async": true,
854
854
  "exportedName": "analyzeProjectDirectory",
855
855
  "filename": "src/actions/project-actions.ts"
@@ -924,7 +924,7 @@
924
924
  "filename": "src/actions/project-actions.ts",
925
925
  "exportedName": "analyzeProjectDirectory"
926
926
  },
927
- "4018ae3b00e9897f70c5bc21e65131956d660bfd6f": {
927
+ "400b6e70fbbc54225b8a8e0e2cbd3af9f5dd1b36b1": {
928
928
  "workers": {
929
929
  "app/_not-found/page": {
930
930
  "moduleId": 861951,
@@ -933,7 +933,7 @@
933
933
  "filename": "src/actions/config-actions.ts"
934
934
  },
935
935
  "app/missions/page": {
936
- "moduleId": 289201,
936
+ "moduleId": 451337,
937
937
  "async": true,
938
938
  "exportedName": "resolveGitLocalPath",
939
939
  "filename": "src/actions/config-actions.ts"
@@ -1008,7 +1008,7 @@
1008
1008
  "filename": "src/actions/config-actions.ts",
1009
1009
  "exportedName": "resolveGitLocalPath"
1010
1010
  },
1011
- "6093362ff1a21c341d160d22a4cda67194afd8df8d": {
1011
+ "60c7699f2795431c507a04054e1c1fcd76b4eeb75f": {
1012
1012
  "workers": {
1013
1013
  "app/_not-found/page": {
1014
1014
  "moduleId": 861951,
@@ -1017,7 +1017,7 @@
1017
1017
  "filename": "src/actions/project-actions.ts"
1018
1018
  },
1019
1019
  "app/missions/page": {
1020
- "moduleId": 289201,
1020
+ "moduleId": 451337,
1021
1021
  "async": true,
1022
1022
  "exportedName": "migrateProjectPath",
1023
1023
  "filename": "src/actions/project-actions.ts"
@@ -1092,7 +1092,7 @@
1092
1092
  "filename": "src/actions/project-actions.ts",
1093
1093
  "exportedName": "migrateProjectPath"
1094
1094
  },
1095
- "40cc7ef1ee8f58c4c29b4ea5a09d41992b5428d1a4": {
1095
+ "40bfb0f245ac48ca05cb6dbd017f61a0d35281cf5b": {
1096
1096
  "workers": {
1097
1097
  "app/_not-found/page": {
1098
1098
  "moduleId": 861951,
@@ -1101,7 +1101,7 @@
1101
1101
  "filename": "src/actions/project-actions.ts"
1102
1102
  },
1103
1103
  "app/missions/page": {
1104
- "moduleId": 289201,
1104
+ "moduleId": 451337,
1105
1105
  "async": true,
1106
1106
  "exportedName": "checkMigrationSafety",
1107
1107
  "filename": "src/actions/project-actions.ts"
@@ -1176,7 +1176,7 @@
1176
1176
  "filename": "src/actions/project-actions.ts",
1177
1177
  "exportedName": "checkMigrationSafety"
1178
1178
  },
1179
- "0026c5edd1023252308627ad409c370f247634329f": {
1179
+ "00d67b63fc43f31b12bb46d17721c5da6e877b9f04": {
1180
1180
  "workers": {
1181
1181
  "app/_not-found/page": {
1182
1182
  "moduleId": 861951,
@@ -1185,7 +1185,7 @@
1185
1185
  "filename": "src/actions/config-actions.ts"
1186
1186
  },
1187
1187
  "app/missions/page": {
1188
- "moduleId": 289201,
1188
+ "moduleId": 451337,
1189
1189
  "async": true,
1190
1190
  "exportedName": "getActualWsPort",
1191
1191
  "filename": "src/actions/config-actions.ts"
@@ -1260,7 +1260,7 @@
1260
1260
  "filename": "src/actions/config-actions.ts",
1261
1261
  "exportedName": "getActualWsPort"
1262
1262
  },
1263
- "405070d20bbba4cf230d1ab3d73588b341855454fe": {
1263
+ "403f6cd2a42a894f3241220ce550e1ccf61caebfb3": {
1264
1264
  "workers": {
1265
1265
  "app/_not-found/page": {
1266
1266
  "moduleId": 861951,
@@ -1269,7 +1269,7 @@
1269
1269
  "filename": "src/actions/config-actions.ts"
1270
1270
  },
1271
1271
  "app/missions/page": {
1272
- "moduleId": 289201,
1272
+ "moduleId": 451337,
1273
1273
  "async": true,
1274
1274
  "exportedName": "getConfigValues",
1275
1275
  "filename": "src/actions/config-actions.ts"
@@ -1344,7 +1344,7 @@
1344
1344
  "filename": "src/actions/config-actions.ts",
1345
1345
  "exportedName": "getConfigValues"
1346
1346
  },
1347
- "40223b14047f662ab6187b5f5de8b7964543c9bf9d": {
1347
+ "405c51f0a7fa2047aa491323f45ad5dfc6b325091f": {
1348
1348
  "workers": {
1349
1349
  "app/_not-found/page": {
1350
1350
  "moduleId": 861951,
@@ -1353,7 +1353,7 @@
1353
1353
  "filename": "src/actions/workspace-actions.ts"
1354
1354
  },
1355
1355
  "app/missions/page": {
1356
- "moduleId": 289201,
1356
+ "moduleId": 451337,
1357
1357
  "async": true,
1358
1358
  "exportedName": "createProject",
1359
1359
  "filename": "src/actions/workspace-actions.ts"
@@ -1428,7 +1428,7 @@
1428
1428
  "filename": "src/actions/workspace-actions.ts",
1429
1429
  "exportedName": "createProject"
1430
1430
  },
1431
- "60198c3a189cd18963622c57227592e2dab34f15d3": {
1431
+ "6000786db47f2d8f3c439dc2e5cd30f56ab694f956": {
1432
1432
  "workers": {
1433
1433
  "app/_not-found/page": {
1434
1434
  "moduleId": 861951,
@@ -1437,7 +1437,7 @@
1437
1437
  "filename": "src/actions/config-actions.ts"
1438
1438
  },
1439
1439
  "app/missions/page": {
1440
- "moduleId": 289201,
1440
+ "moduleId": 451337,
1441
1441
  "async": true,
1442
1442
  "exportedName": "setConfigValue",
1443
1443
  "filename": "src/actions/config-actions.ts"
@@ -1512,7 +1512,7 @@
1512
1512
  "filename": "src/actions/config-actions.ts",
1513
1513
  "exportedName": "setConfigValue"
1514
1514
  },
1515
- "408f0738adc3036892f332c6bfe69005d9463aaa2b": {
1515
+ "402a42234af3d1b7a9df6040e21edc4f2401e8b654": {
1516
1516
  "workers": {
1517
1517
  "app/_not-found/page": {
1518
1518
  "moduleId": 861951,
@@ -1521,7 +1521,7 @@
1521
1521
  "filename": "src/actions/extension-actions.ts"
1522
1522
  },
1523
1523
  "app/missions/page": {
1524
- "moduleId": 289201,
1524
+ "moduleId": 451337,
1525
1525
  "async": true,
1526
1526
  "exportedName": "checkExtension",
1527
1527
  "filename": "src/actions/extension-actions.ts"
@@ -1596,7 +1596,7 @@
1596
1596
  "filename": "src/actions/extension-actions.ts",
1597
1597
  "exportedName": "checkExtension"
1598
1598
  },
1599
- "4025c3ca6cc43a8fcf91f7b412c99a8906e3d86fb2": {
1599
+ "403c392ac95d50e88d740b85dec8491bf0efd79eb4": {
1600
1600
  "workers": {
1601
1601
  "app/_not-found/page": {
1602
1602
  "moduleId": 861951,
@@ -1605,7 +1605,7 @@
1605
1605
  "filename": "src/actions/extension-actions.ts"
1606
1606
  },
1607
1607
  "app/missions/page": {
1608
- "moduleId": 289201,
1608
+ "moduleId": 451337,
1609
1609
  "async": true,
1610
1610
  "exportedName": "installExtension",
1611
1611
  "filename": "src/actions/extension-actions.ts"
@@ -1680,7 +1680,7 @@
1680
1680
  "filename": "src/actions/extension-actions.ts",
1681
1681
  "exportedName": "installExtension"
1682
1682
  },
1683
- "403c78663cc7c1a256c62592aba4b82cb023dca7b4": {
1683
+ "402cff57b668861afbea898289ff7ae28853ce9d2a": {
1684
1684
  "workers": {
1685
1685
  "app/_not-found/page": {
1686
1686
  "moduleId": 861951,
@@ -1689,7 +1689,7 @@
1689
1689
  "filename": "src/actions/extension-actions.ts"
1690
1690
  },
1691
1691
  "app/missions/page": {
1692
- "moduleId": 289201,
1692
+ "moduleId": 451337,
1693
1693
  "async": true,
1694
1694
  "exportedName": "uninstallExtension",
1695
1695
  "filename": "src/actions/extension-actions.ts"
@@ -1764,7 +1764,7 @@
1764
1764
  "filename": "src/actions/extension-actions.ts",
1765
1765
  "exportedName": "uninstallExtension"
1766
1766
  },
1767
- "006920f418f1daca62ce06bc5793ca79955fbf80c8": {
1767
+ "00120f8f663c6ecb5e907be3722be478161731fb06": {
1768
1768
  "workers": {
1769
1769
  "app/_not-found/page": {
1770
1770
  "moduleId": 861951,
@@ -1773,7 +1773,7 @@
1773
1773
  "filename": "src/actions/onboarding-actions.ts"
1774
1774
  },
1775
1775
  "app/missions/page": {
1776
- "moduleId": 289201,
1776
+ "moduleId": 451337,
1777
1777
  "async": true,
1778
1778
  "exportedName": "getOnboardingStatus",
1779
1779
  "filename": "src/actions/onboarding-actions.ts"
@@ -1848,7 +1848,7 @@
1848
1848
  "filename": "src/actions/onboarding-actions.ts",
1849
1849
  "exportedName": "getOnboardingStatus"
1850
1850
  },
1851
- "40373b26b468717413c5089ed04c09344838ee058c": {
1851
+ "4027ca05fa72e0ebd510c561a1c9b99820fffdc216": {
1852
1852
  "workers": {
1853
1853
  "app/_not-found/page": {
1854
1854
  "moduleId": 861951,
@@ -1857,7 +1857,7 @@
1857
1857
  "filename": "src/actions/onboarding-actions.ts"
1858
1858
  },
1859
1859
  "app/missions/page": {
1860
- "moduleId": 289201,
1860
+ "moduleId": 451337,
1861
1861
  "async": true,
1862
1862
  "exportedName": "dispatchTaskCompletionEvent",
1863
1863
  "filename": "src/actions/onboarding-actions.ts"
@@ -1932,7 +1932,7 @@
1932
1932
  "filename": "src/actions/onboarding-actions.ts",
1933
1933
  "exportedName": "dispatchTaskCompletionEvent"
1934
1934
  },
1935
- "4082e9a85c46d5190b1df1afe0590efddc82225924": {
1935
+ "40f1fe7136b3744a64a73f740180f891458c0c6401": {
1936
1936
  "workers": {
1937
1937
  "app/_not-found/page": {
1938
1938
  "moduleId": 861951,
@@ -1941,7 +1941,7 @@
1941
1941
  "filename": "src/actions/onboarding-actions.ts"
1942
1942
  },
1943
1943
  "app/missions/page": {
1944
- "moduleId": 289201,
1944
+ "moduleId": 451337,
1945
1945
  "async": true,
1946
1946
  "exportedName": "setOnboardingProgress",
1947
1947
  "filename": "src/actions/onboarding-actions.ts"
@@ -2016,7 +2016,7 @@
2016
2016
  "filename": "src/actions/onboarding-actions.ts",
2017
2017
  "exportedName": "setOnboardingProgress"
2018
2018
  },
2019
- "6065d16f647c6ee94cb2f15606a415704e7fd8e696": {
2019
+ "60055c035170d24b736f46a94e3432ed3060e75fb0": {
2020
2020
  "workers": {
2021
2021
  "app/_not-found/page": {
2022
2022
  "moduleId": 861951,
@@ -2025,7 +2025,7 @@
2025
2025
  "filename": "src/actions/onboarding-actions.ts"
2026
2026
  },
2027
2027
  "app/missions/page": {
2028
- "moduleId": 289201,
2028
+ "moduleId": 451337,
2029
2029
  "async": true,
2030
2030
  "exportedName": "completeOnboarding",
2031
2031
  "filename": "src/actions/onboarding-actions.ts"
@@ -2100,7 +2100,7 @@
2100
2100
  "filename": "src/actions/onboarding-actions.ts",
2101
2101
  "exportedName": "completeOnboarding"
2102
2102
  },
2103
- "60842739efa841a1ba87b142d51e567915f66e14e4": {
2103
+ "60bac43b8930ce1461a961a4aa62d3122b8ee95c7b": {
2104
2104
  "workers": {
2105
2105
  "app/_not-found/page": {
2106
2106
  "moduleId": 861951,
@@ -2109,7 +2109,7 @@
2109
2109
  "filename": "src/actions/onboarding-actions.ts"
2110
2110
  },
2111
2111
  "app/missions/page": {
2112
- "moduleId": 289201,
2112
+ "moduleId": 451337,
2113
2113
  "async": true,
2114
2114
  "exportedName": "setOnboardingExtensions",
2115
2115
  "filename": "src/actions/onboarding-actions.ts"
@@ -2184,7 +2184,7 @@
2184
2184
  "filename": "src/actions/onboarding-actions.ts",
2185
2185
  "exportedName": "setOnboardingExtensions"
2186
2186
  },
2187
- "00e3a983b0af5f8e375b5b14124a5d795b17653c10": {
2187
+ "0036f72db94b1ea820eb22c6f79e3583c1539a7ec7": {
2188
2188
  "workers": {
2189
2189
  "app/_not-found/page": {
2190
2190
  "moduleId": 861951,
@@ -2193,7 +2193,7 @@
2193
2193
  "filename": "src/actions/extension-actions.ts"
2194
2194
  },
2195
2195
  "app/missions/page": {
2196
- "moduleId": 289201,
2196
+ "moduleId": 451337,
2197
2197
  "async": true,
2198
2198
  "exportedName": "listAllExtensionStatus",
2199
2199
  "filename": "src/actions/extension-actions.ts"
@@ -2268,10 +2268,10 @@
2268
2268
  "filename": "src/actions/extension-actions.ts",
2269
2269
  "exportedName": "listAllExtensionStatus"
2270
2270
  },
2271
- "006996d5fb0191743930c16dace3053cf72db41870": {
2271
+ "00607be623cf335ac16f02ffbbbdf655bd98fe0111": {
2272
2272
  "workers": {
2273
2273
  "app/missions/page": {
2274
- "moduleId": 289201,
2274
+ "moduleId": 451337,
2275
2275
  "async": true,
2276
2276
  "exportedName": "getActiveExecutionsAcrossWorkspaces",
2277
2277
  "filename": "src/actions/agent-actions.ts"
@@ -2286,10 +2286,10 @@
2286
2286
  "filename": "src/actions/agent-actions.ts",
2287
2287
  "exportedName": "getActiveExecutionsAcrossWorkspaces"
2288
2288
  },
2289
- "4040038897edc2347066f98c5c853efa9f9455e692": {
2289
+ "404d52059c47f9bd69cc1dc54c9a5b0b5329a4a5ce": {
2290
2290
  "workers": {
2291
2291
  "app/missions/page": {
2292
- "moduleId": 289201,
2292
+ "moduleId": 451337,
2293
2293
  "async": true,
2294
2294
  "exportedName": "getTaskExecutions",
2295
2295
  "filename": "src/actions/agent-actions.ts"
@@ -2310,10 +2310,10 @@
2310
2310
  "filename": "src/actions/agent-actions.ts",
2311
2311
  "exportedName": "getTaskExecutions"
2312
2312
  },
2313
- "40ba7fdbbdf095f05c58b4b528d07a00823668d5ae": {
2313
+ "40637f6866f1cba755071a07147fb5965bb2e9b5a6": {
2314
2314
  "workers": {
2315
2315
  "app/missions/page": {
2316
- "moduleId": 289201,
2316
+ "moduleId": 451337,
2317
2317
  "async": true,
2318
2318
  "exportedName": "stopPtyExecution",
2319
2319
  "filename": "src/actions/agent-actions.ts"
@@ -2334,34 +2334,28 @@
2334
2334
  "filename": "src/actions/agent-actions.ts",
2335
2335
  "exportedName": "stopPtyExecution"
2336
2336
  },
2337
- "40c5681dc791be7d2690005b6015c16c2e32cbc681": {
2337
+ "407b113b35e24312a4e2cf7bcb7210ae6d8cace6a6": {
2338
2338
  "workers": {
2339
2339
  "app/missions/page": {
2340
- "moduleId": 289201,
2340
+ "moduleId": 451337,
2341
2341
  "async": true,
2342
- "exportedName": "continueLatestPtyExecution",
2343
- "filename": "src/actions/agent-actions.ts"
2344
- },
2345
- "app/workspaces/[workspaceId]/page": {
2346
- "moduleId": 590656,
2347
- "async": true,
2348
- "exportedName": "continueLatestPtyExecution",
2342
+ "exportedName": "continueOrStartTaskExecution",
2349
2343
  "filename": "src/actions/agent-actions.ts"
2350
2344
  },
2351
2345
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2352
2346
  "moduleId": 942658,
2353
2347
  "async": true,
2354
- "exportedName": "continueLatestPtyExecution",
2348
+ "exportedName": "continueOrStartTaskExecution",
2355
2349
  "filename": "src/actions/agent-actions.ts"
2356
2350
  }
2357
2351
  },
2358
2352
  "filename": "src/actions/agent-actions.ts",
2359
- "exportedName": "continueLatestPtyExecution"
2353
+ "exportedName": "continueOrStartTaskExecution"
2360
2354
  },
2361
- "40da6c842df64632d36ae0d1f1df16f8d857b5b23f": {
2355
+ "407dd468ac5dbcb334f8a335abaff8acc79403f899": {
2362
2356
  "workers": {
2363
2357
  "app/missions/page": {
2364
- "moduleId": 289201,
2358
+ "moduleId": 451337,
2365
2359
  "async": true,
2366
2360
  "exportedName": "getTaskMessages",
2367
2361
  "filename": "src/actions/agent-actions.ts"
@@ -2376,28 +2370,34 @@
2376
2370
  "filename": "src/actions/agent-actions.ts",
2377
2371
  "exportedName": "getTaskMessages"
2378
2372
  },
2379
- "603c6aecdd3bdd59f8392568330195fd44cbfb5d28": {
2373
+ "40c46a99d6959ba8c380e4f6ac7ccff4b78db03943": {
2380
2374
  "workers": {
2381
2375
  "app/missions/page": {
2382
- "moduleId": 289201,
2376
+ "moduleId": 451337,
2383
2377
  "async": true,
2384
- "exportedName": "sendTaskMessage",
2378
+ "exportedName": "continueLatestPtyExecution",
2379
+ "filename": "src/actions/agent-actions.ts"
2380
+ },
2381
+ "app/workspaces/[workspaceId]/page": {
2382
+ "moduleId": 590656,
2383
+ "async": true,
2384
+ "exportedName": "continueLatestPtyExecution",
2385
2385
  "filename": "src/actions/agent-actions.ts"
2386
2386
  },
2387
2387
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2388
2388
  "moduleId": 942658,
2389
2389
  "async": true,
2390
- "exportedName": "sendTaskMessage",
2390
+ "exportedName": "continueLatestPtyExecution",
2391
2391
  "filename": "src/actions/agent-actions.ts"
2392
2392
  }
2393
2393
  },
2394
2394
  "filename": "src/actions/agent-actions.ts",
2395
- "exportedName": "sendTaskMessage"
2395
+ "exportedName": "continueLatestPtyExecution"
2396
2396
  },
2397
- "60493be872f3f3eff222e142115d1e4012084be952": {
2397
+ "60034fbbd81247db48df931753fa269220fbea04dc": {
2398
2398
  "workers": {
2399
2399
  "app/missions/page": {
2400
- "moduleId": 289201,
2400
+ "moduleId": 451337,
2401
2401
  "async": true,
2402
2402
  "exportedName": "stopTaskExecution",
2403
2403
  "filename": "src/actions/agent-actions.ts"
@@ -2412,10 +2412,28 @@
2412
2412
  "filename": "src/actions/agent-actions.ts",
2413
2413
  "exportedName": "stopTaskExecution"
2414
2414
  },
2415
- "60fe38299bdfdfe5f57d0e2ab367e451df5cc5f57e": {
2415
+ "603f00de09a600f7d202a25277719712c2ed283aaf": {
2416
+ "workers": {
2417
+ "app/missions/page": {
2418
+ "moduleId": 451337,
2419
+ "async": true,
2420
+ "exportedName": "sendTaskMessage",
2421
+ "filename": "src/actions/agent-actions.ts"
2422
+ },
2423
+ "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2424
+ "moduleId": 942658,
2425
+ "async": true,
2426
+ "exportedName": "sendTaskMessage",
2427
+ "filename": "src/actions/agent-actions.ts"
2428
+ }
2429
+ },
2430
+ "filename": "src/actions/agent-actions.ts",
2431
+ "exportedName": "sendTaskMessage"
2432
+ },
2433
+ "60b2ad02a90fcd96621307c3f0b52c7dfe56e5f656": {
2416
2434
  "workers": {
2417
2435
  "app/missions/page": {
2418
- "moduleId": 289201,
2436
+ "moduleId": 451337,
2419
2437
  "async": true,
2420
2438
  "exportedName": "resumePtyExecution",
2421
2439
  "filename": "src/actions/agent-actions.ts"
@@ -2436,10 +2454,10 @@
2436
2454
  "filename": "src/actions/agent-actions.ts",
2437
2455
  "exportedName": "resumePtyExecution"
2438
2456
  },
2439
- "786dacd44f93a9e381d6e30d77715a1e8d6619fc0f": {
2457
+ "7890193fab5d3eb669ce2b4b704f5b0061973ebd9c": {
2440
2458
  "workers": {
2441
2459
  "app/missions/page": {
2442
- "moduleId": 289201,
2460
+ "moduleId": 451337,
2443
2461
  "async": true,
2444
2462
  "exportedName": "startTaskExecution",
2445
2463
  "filename": "src/actions/agent-actions.ts"
@@ -2454,94 +2472,94 @@
2454
2472
  "filename": "src/actions/agent-actions.ts",
2455
2473
  "exportedName": "startTaskExecution"
2456
2474
  },
2457
- "7c67921bdf8792c7ae27f2ed537af6ed5e617d5a8b": {
2475
+ "7c0868c06b7af021524a56df961ada6682a134b71d": {
2458
2476
  "workers": {
2459
2477
  "app/missions/page": {
2460
- "moduleId": 289201,
2478
+ "moduleId": 451337,
2461
2479
  "async": true,
2462
- "exportedName": "startPtyExecution",
2480
+ "exportedName": "startPtyExecutionSafe",
2463
2481
  "filename": "src/actions/agent-actions.ts"
2464
2482
  },
2465
2483
  "app/workspaces/[workspaceId]/page": {
2466
2484
  "moduleId": 590656,
2467
2485
  "async": true,
2468
- "exportedName": "startPtyExecution",
2486
+ "exportedName": "startPtyExecutionSafe",
2469
2487
  "filename": "src/actions/agent-actions.ts"
2470
2488
  },
2471
2489
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2472
2490
  "moduleId": 942658,
2473
2491
  "async": true,
2474
- "exportedName": "startPtyExecution",
2492
+ "exportedName": "startPtyExecutionSafe",
2475
2493
  "filename": "src/actions/agent-actions.ts"
2476
2494
  }
2477
2495
  },
2478
2496
  "filename": "src/actions/agent-actions.ts",
2479
- "exportedName": "startPtyExecution"
2497
+ "exportedName": "startPtyExecutionSafe"
2480
2498
  },
2481
- "7c981cbb770d236aed8ace92c00f8a4f3fa5ae6fd3": {
2499
+ "7cebd0f04a21654b0a6c325835a800d3073dbf4f85": {
2482
2500
  "workers": {
2483
2501
  "app/missions/page": {
2484
- "moduleId": 289201,
2502
+ "moduleId": 451337,
2485
2503
  "async": true,
2486
- "exportedName": "startPtyExecutionSafe",
2504
+ "exportedName": "startPtyExecution",
2487
2505
  "filename": "src/actions/agent-actions.ts"
2488
2506
  },
2489
2507
  "app/workspaces/[workspaceId]/page": {
2490
2508
  "moduleId": 590656,
2491
2509
  "async": true,
2492
- "exportedName": "startPtyExecutionSafe",
2510
+ "exportedName": "startPtyExecution",
2493
2511
  "filename": "src/actions/agent-actions.ts"
2494
2512
  },
2495
2513
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2496
2514
  "moduleId": 942658,
2497
2515
  "async": true,
2498
- "exportedName": "startPtyExecutionSafe",
2516
+ "exportedName": "startPtyExecution",
2499
2517
  "filename": "src/actions/agent-actions.ts"
2500
2518
  }
2501
2519
  },
2502
2520
  "filename": "src/actions/agent-actions.ts",
2503
- "exportedName": "startPtyExecutionSafe"
2521
+ "exportedName": "startPtyExecution"
2504
2522
  },
2505
- "00284a6647845b65116294713f7d602bb2df764511": {
2523
+ "0077ffceb5f31463a8771f37f1c808c0278accc4ec": {
2506
2524
  "workers": {
2507
2525
  "app/missions/page": {
2508
- "moduleId": 289201,
2526
+ "moduleId": 451337,
2509
2527
  "async": true,
2510
- "exportedName": "getProviderConnections",
2528
+ "exportedName": "getConnectedProviders",
2511
2529
  "filename": "src/actions/provider-connection-actions.ts"
2512
2530
  },
2513
2531
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2514
2532
  "moduleId": 942658,
2515
2533
  "async": true,
2516
- "exportedName": "getProviderConnections",
2534
+ "exportedName": "getConnectedProviders",
2517
2535
  "filename": "src/actions/provider-connection-actions.ts"
2518
2536
  }
2519
2537
  },
2520
2538
  "filename": "src/actions/provider-connection-actions.ts",
2521
- "exportedName": "getProviderConnections"
2539
+ "exportedName": "getConnectedProviders"
2522
2540
  },
2523
- "00a84426bdf090dbf46f073d92a85c1f87e48d4f71": {
2541
+ "00e23ca54c3dea61677c70f4c35d354979426d88b9": {
2524
2542
  "workers": {
2525
2543
  "app/missions/page": {
2526
- "moduleId": 289201,
2544
+ "moduleId": 451337,
2527
2545
  "async": true,
2528
- "exportedName": "getConnectedProviders",
2546
+ "exportedName": "getProviderConnections",
2529
2547
  "filename": "src/actions/provider-connection-actions.ts"
2530
2548
  },
2531
2549
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2532
2550
  "moduleId": 942658,
2533
2551
  "async": true,
2534
- "exportedName": "getConnectedProviders",
2552
+ "exportedName": "getProviderConnections",
2535
2553
  "filename": "src/actions/provider-connection-actions.ts"
2536
2554
  }
2537
2555
  },
2538
2556
  "filename": "src/actions/provider-connection-actions.ts",
2539
- "exportedName": "getConnectedProviders"
2557
+ "exportedName": "getProviderConnections"
2540
2558
  },
2541
- "400ffa2a861ac2169f21c493a55db95b0fba8cbcdb": {
2559
+ "40709809c2157d19cddc2381c57d7b84a1278dcb3e": {
2542
2560
  "workers": {
2543
2561
  "app/missions/page": {
2544
- "moduleId": 289201,
2562
+ "moduleId": 451337,
2545
2563
  "async": true,
2546
2564
  "exportedName": "isProviderConnected",
2547
2565
  "filename": "src/actions/provider-connection-actions.ts"
@@ -2556,46 +2574,46 @@
2556
2574
  "filename": "src/actions/provider-connection-actions.ts",
2557
2575
  "exportedName": "isProviderConnected"
2558
2576
  },
2559
- "601d2b13b5bab2d2137c401632cc3d65f7457d6a75": {
2577
+ "60d1e83739441e334fc699cc2d9379016b7039ae23": {
2560
2578
  "workers": {
2561
2579
  "app/missions/page": {
2562
- "moduleId": 289201,
2580
+ "moduleId": 451337,
2563
2581
  "async": true,
2564
- "exportedName": "markProviderConnected",
2582
+ "exportedName": "markProviderDisconnected",
2565
2583
  "filename": "src/actions/provider-connection-actions.ts"
2566
2584
  },
2567
2585
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2568
2586
  "moduleId": 942658,
2569
2587
  "async": true,
2570
- "exportedName": "markProviderConnected",
2588
+ "exportedName": "markProviderDisconnected",
2571
2589
  "filename": "src/actions/provider-connection-actions.ts"
2572
2590
  }
2573
2591
  },
2574
2592
  "filename": "src/actions/provider-connection-actions.ts",
2575
- "exportedName": "markProviderConnected"
2593
+ "exportedName": "markProviderDisconnected"
2576
2594
  },
2577
- "60e677fb77f402a9506f4c23fbb716b556930c50a8": {
2595
+ "60f39b9362c973098f9e5c85b5687bb7b03b66ce23": {
2578
2596
  "workers": {
2579
2597
  "app/missions/page": {
2580
- "moduleId": 289201,
2598
+ "moduleId": 451337,
2581
2599
  "async": true,
2582
- "exportedName": "markProviderDisconnected",
2600
+ "exportedName": "markProviderConnected",
2583
2601
  "filename": "src/actions/provider-connection-actions.ts"
2584
2602
  },
2585
2603
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
2586
2604
  "moduleId": 942658,
2587
2605
  "async": true,
2588
- "exportedName": "markProviderDisconnected",
2606
+ "exportedName": "markProviderConnected",
2589
2607
  "filename": "src/actions/provider-connection-actions.ts"
2590
2608
  }
2591
2609
  },
2592
2610
  "filename": "src/actions/provider-connection-actions.ts",
2593
- "exportedName": "markProviderDisconnected"
2611
+ "exportedName": "markProviderConnected"
2594
2612
  },
2595
- "4049c3ac282394cff9e752075d1a38bf7571becce2": {
2613
+ "40473e22f50d4fc9515efcd0a8c580914d082acddc": {
2596
2614
  "workers": {
2597
2615
  "app/missions/page": {
2598
- "moduleId": 289201,
2616
+ "moduleId": 451337,
2599
2617
  "async": true,
2600
2618
  "exportedName": "openInTerminal",
2601
2619
  "filename": "src/actions/preview-actions.ts"
@@ -2640,61 +2658,43 @@
2640
2658
  "filename": "src/actions/preview-actions.ts",
2641
2659
  "exportedName": "openInTerminal"
2642
2660
  },
2643
- "40f88a535c68fc03cc5b940c1f9ddd380f4f8a6d8b": {
2661
+ "00df5f395c069722dcfb18999bba77c02770a8a858": {
2644
2662
  "workers": {
2645
2663
  "app/missions/page": {
2646
- "moduleId": 289201,
2664
+ "moduleId": 451337,
2647
2665
  "async": true,
2648
- "exportedName": "getWorkspacesWithRecentTasks",
2666
+ "exportedName": "getWorkspacesWithActiveTasks",
2649
2667
  "filename": "src/actions/workspace-actions.ts"
2650
2668
  },
2651
2669
  "app/workspaces/[workspaceId]/archive/page": {
2652
2670
  "moduleId": 670300,
2653
2671
  "async": true,
2654
- "exportedName": "getWorkspacesWithRecentTasks",
2672
+ "exportedName": "getWorkspacesWithActiveTasks",
2655
2673
  "filename": "src/actions/workspace-actions.ts"
2656
2674
  },
2657
2675
  "app/workspaces/[workspaceId]/assets/page": {
2658
2676
  "moduleId": 54850,
2659
2677
  "async": true,
2660
- "exportedName": "getWorkspacesWithRecentTasks",
2678
+ "exportedName": "getWorkspacesWithActiveTasks",
2661
2679
  "filename": "src/actions/workspace-actions.ts"
2662
2680
  },
2663
2681
  "app/workspaces/[workspaceId]/notes/page": {
2664
2682
  "moduleId": 593804,
2665
2683
  "async": true,
2666
- "exportedName": "getWorkspacesWithRecentTasks",
2684
+ "exportedName": "getWorkspacesWithActiveTasks",
2667
2685
  "filename": "src/actions/workspace-actions.ts"
2668
2686
  },
2669
2687
  "app/workspaces/page": {
2670
2688
  "moduleId": 101752,
2671
2689
  "async": true,
2672
- "exportedName": "getWorkspacesWithRecentTasks",
2690
+ "exportedName": "getWorkspacesWithActiveTasks",
2673
2691
  "filename": "src/actions/workspace-actions.ts"
2674
2692
  }
2675
2693
  },
2676
2694
  "filename": "src/actions/workspace-actions.ts",
2677
- "exportedName": "getWorkspacesWithRecentTasks"
2678
- },
2679
- "405b826fe86e915a03dbe0953fdecab3d2d89cfec2": {
2680
- "workers": {
2681
- "app/missions/page": {
2682
- "moduleId": 289201,
2683
- "async": true,
2684
- "exportedName": "getProjectTasks",
2685
- "filename": "src/actions/task-actions.ts"
2686
- },
2687
- "app/workspaces/[workspaceId]/archive/page": {
2688
- "moduleId": 670300,
2689
- "async": true,
2690
- "exportedName": "getProjectTasks",
2691
- "filename": "src/actions/task-actions.ts"
2692
- }
2693
- },
2694
- "filename": "src/actions/task-actions.ts",
2695
- "exportedName": "getProjectTasks"
2695
+ "exportedName": "getWorkspacesWithActiveTasks"
2696
2696
  },
2697
- "0074966922f5735a14f769bd5ec9503c4dc4f902b1": {
2697
+ "007e3203b69c9daf4b3e20c334174953094406790a": {
2698
2698
  "workers": {
2699
2699
  "app/settings/page": {
2700
2700
  "moduleId": 857434,
@@ -2724,7 +2724,7 @@
2724
2724
  "filename": "src/actions/config-actions.ts",
2725
2725
  "exportedName": "getAvailableTerminalApps"
2726
2726
  },
2727
- "004b5b491e1d59548b9bb8acb799c5aa8f56d9f9e5": {
2727
+ "00455ef4ed2bc6330ba5fa1d6bec10457bf51f838e": {
2728
2728
  "workers": {
2729
2729
  "app/settings/page": {
2730
2730
  "moduleId": 857434,
@@ -2754,7 +2754,7 @@
2754
2754
  "filename": "src/actions/config-actions.ts",
2755
2755
  "exportedName": "getAvailableEditors"
2756
2756
  },
2757
- "402609e2dc24f57538b1ed025fb7ec6c6d9822f2ba": {
2757
+ "40bf757c5729cef17cc2c96073fa17f2ba3df7ea5e": {
2758
2758
  "workers": {
2759
2759
  "app/settings/page": {
2760
2760
  "moduleId": 857434,
@@ -2778,7 +2778,7 @@
2778
2778
  "filename": "src/actions/prompt-actions.ts",
2779
2779
  "exportedName": "getPrompts"
2780
2780
  },
2781
- "40022e797260d204636e45e591a4c4bd133dc98577": {
2781
+ "40632aa1600944919bd742ccd10784ab381d8a9149": {
2782
2782
  "workers": {
2783
2783
  "app/settings/page": {
2784
2784
  "moduleId": 857434,
@@ -2790,7 +2790,7 @@
2790
2790
  "filename": "src/actions/prompt-actions.ts",
2791
2791
  "exportedName": "createPrompt"
2792
2792
  },
2793
- "604815e5fa389b486b4b2065146bdada9d19f9166b": {
2793
+ "60162c6ad1325b1d1942781a5332a00c0b1b33b237": {
2794
2794
  "workers": {
2795
2795
  "app/settings/page": {
2796
2796
  "moduleId": 857434,
@@ -2802,7 +2802,7 @@
2802
2802
  "filename": "src/actions/prompt-actions.ts",
2803
2803
  "exportedName": "updatePrompt"
2804
2804
  },
2805
- "4062018f469d9e917f83563a00175a0ba1cc1fa73a": {
2805
+ "4014e11c8ad358407db3587f74fa4085fef71e50e5": {
2806
2806
  "workers": {
2807
2807
  "app/settings/page": {
2808
2808
  "moduleId": 857434,
@@ -2814,7 +2814,7 @@
2814
2814
  "filename": "src/actions/prompt-actions.ts",
2815
2815
  "exportedName": "deletePrompt"
2816
2816
  },
2817
- "60eeb0597f28aa03e3c04cdd93edd3ee192c760e14": {
2817
+ "60314c0845c279f094ec2fabb50a7880debb2a31e6": {
2818
2818
  "workers": {
2819
2819
  "app/settings/page": {
2820
2820
  "moduleId": 857434,
@@ -2826,7 +2826,7 @@
2826
2826
  "filename": "src/actions/prompt-actions.ts",
2827
2827
  "exportedName": "setDefaultPrompt"
2828
2828
  },
2829
- "009e9c73dabe27469607224136537934b9407417e3": {
2829
+ "0042276313b63af7ac011fcf92970ee42f1a415052": {
2830
2830
  "workers": {
2831
2831
  "app/settings/page": {
2832
2832
  "moduleId": 857434,
@@ -2838,7 +2838,7 @@
2838
2838
  "filename": "src/actions/ai-config-actions.ts",
2839
2839
  "exportedName": "getAvailableProviders"
2840
2840
  },
2841
- "40501bc0f7613a041df931b7601190931438b1a063": {
2841
+ "40079f0bbbbd3a54601b5221dc637ddbb9659284b8": {
2842
2842
  "workers": {
2843
2843
  "app/settings/page": {
2844
2844
  "moduleId": 857434,
@@ -2850,7 +2850,7 @@
2850
2850
  "filename": "src/actions/backup-actions.ts",
2851
2851
  "exportedName": "createBackup"
2852
2852
  },
2853
- "008a55c3b021b17e6325b8db949963ec9e9f229b46": {
2853
+ "00aa46422ef49b562c9119439018b92aae9faab985": {
2854
2854
  "workers": {
2855
2855
  "app/settings/page": {
2856
2856
  "moduleId": 857434,
@@ -2862,7 +2862,7 @@
2862
2862
  "filename": "src/actions/backup-actions.ts",
2863
2863
  "exportedName": "listBackupFiles"
2864
2864
  },
2865
- "40442119c954ba8e67fc955c12f67b6514bbbb4b88": {
2865
+ "409cc53d5621934ceb0f1b8967e7923ca4302f14c3": {
2866
2866
  "workers": {
2867
2867
  "app/settings/page": {
2868
2868
  "moduleId": 857434,
@@ -2874,7 +2874,7 @@
2874
2874
  "filename": "src/actions/backup-actions.ts",
2875
2875
  "exportedName": "deleteBackupFile"
2876
2876
  },
2877
- "40cd6bc441849d21df476eb497a1adcc3cf491add7": {
2877
+ "4003df02d8fbf8f0e9e9141ca665ee4ce3f5021034": {
2878
2878
  "workers": {
2879
2879
  "app/settings/page": {
2880
2880
  "moduleId": 857434,
@@ -2886,7 +2886,7 @@
2886
2886
  "filename": "src/actions/backup-actions.ts",
2887
2887
  "exportedName": "restoreBackup"
2888
2888
  },
2889
- "401cc0300a68629f255adaef6d06933e5a6262bd54": {
2889
+ "40940b164814e4592fa86a89cf3d3c43e818839b7d": {
2890
2890
  "workers": {
2891
2891
  "app/settings/page": {
2892
2892
  "moduleId": 857434,
@@ -2898,7 +2898,7 @@
2898
2898
  "filename": "src/actions/backup-actions.ts",
2899
2899
  "exportedName": "resetSystem"
2900
2900
  },
2901
- "004740c06b2473e940f19bd6b9b9d5f781d9cb07ba": {
2901
+ "008bb5bed73fc566ccfcfd48e7c91e97a1fd757af4": {
2902
2902
  "workers": {
2903
2903
  "app/settings/page": {
2904
2904
  "moduleId": 857434,
@@ -2910,7 +2910,7 @@
2910
2910
  "filename": "src/actions/backup-actions.ts",
2911
2911
  "exportedName": "getBackupDir"
2912
2912
  },
2913
- "40915d89df15a6bd7436ef2259b14617467be0223e": {
2913
+ "40c45ac98088737690546328edce224f68f475f523": {
2914
2914
  "workers": {
2915
2915
  "app/settings/page": {
2916
2916
  "moduleId": 857434,
@@ -2922,7 +2922,7 @@
2922
2922
  "filename": "src/actions/backup-actions.ts",
2923
2923
  "exportedName": "setBackupDir"
2924
2924
  },
2925
- "002737acb9aa39918272fe24a0b4f0042a3d3cfdeb": {
2925
+ "00f3216f1e691746eaf8a8448da257873286b0a68e": {
2926
2926
  "workers": {
2927
2927
  "app/settings/page": {
2928
2928
  "moduleId": 857434,
@@ -2934,7 +2934,7 @@
2934
2934
  "filename": "src/actions/storage-actions.ts",
2935
2935
  "exportedName": "getStorageLocation"
2936
2936
  },
2937
- "40a69d46fce4f06c0059080309772b2ee3f530dffc": {
2937
+ "40e18ec1654a68379e3114e09015cab32d27641988": {
2938
2938
  "workers": {
2939
2939
  "app/settings/page": {
2940
2940
  "moduleId": 857434,
@@ -2946,7 +2946,7 @@
2946
2946
  "filename": "src/actions/storage-actions.ts",
2947
2947
  "exportedName": "setStorageLocation"
2948
2948
  },
2949
- "004328d990a31b22f2e07b44e2349a57084d8ae3dd": {
2949
+ "000623d65cf3d5b8f3a2ce80d30f737a3c5e25f2b4": {
2950
2950
  "workers": {
2951
2951
  "app/workspaces/[workspaceId]/archive/page": {
2952
2952
  "moduleId": 670300,
@@ -2976,115 +2976,109 @@
2976
2976
  "filename": "src/actions/workspace-actions.ts",
2977
2977
  "exportedName": "getWorkspacesWithProjects"
2978
2978
  },
2979
- "402adc0e89ad342a58c66d2faeaa0644b72363ba94": {
2979
+ "4025d13e67adcf768717d4db56ec8a3834a4427a53": {
2980
2980
  "workers": {
2981
2981
  "app/workspaces/[workspaceId]/archive/page": {
2982
2982
  "moduleId": 670300,
2983
2983
  "async": true,
2984
- "exportedName": "getRecentLocalProjects",
2984
+ "exportedName": "deleteProject",
2985
2985
  "filename": "src/actions/workspace-actions.ts"
2986
2986
  },
2987
2987
  "app/workspaces/[workspaceId]/assets/page": {
2988
2988
  "moduleId": 54850,
2989
2989
  "async": true,
2990
- "exportedName": "getRecentLocalProjects",
2990
+ "exportedName": "deleteProject",
2991
2991
  "filename": "src/actions/workspace-actions.ts"
2992
2992
  },
2993
2993
  "app/workspaces/[workspaceId]/notes/page": {
2994
2994
  "moduleId": 593804,
2995
2995
  "async": true,
2996
- "exportedName": "getRecentLocalProjects",
2996
+ "exportedName": "deleteProject",
2997
2997
  "filename": "src/actions/workspace-actions.ts"
2998
2998
  },
2999
2999
  "app/workspaces/[workspaceId]/page": {
3000
3000
  "moduleId": 590656,
3001
3001
  "async": true,
3002
- "exportedName": "getRecentLocalProjects",
3002
+ "exportedName": "deleteProject",
3003
3003
  "filename": "src/actions/workspace-actions.ts"
3004
3004
  },
3005
3005
  "app/workspaces/page": {
3006
3006
  "moduleId": 101752,
3007
3007
  "async": true,
3008
- "exportedName": "getRecentLocalProjects",
3008
+ "exportedName": "deleteProject",
3009
3009
  "filename": "src/actions/workspace-actions.ts"
3010
3010
  }
3011
3011
  },
3012
3012
  "filename": "src/actions/workspace-actions.ts",
3013
- "exportedName": "getRecentLocalProjects"
3013
+ "exportedName": "deleteProject"
3014
3014
  },
3015
- "40445abf522459e32d24d5b2876a7ab05fbf8c8e71": {
3015
+ "405b0f453e365f327c07a3ac1594d18f6ea74a8d24": {
3016
3016
  "workers": {
3017
3017
  "app/workspaces/[workspaceId]/archive/page": {
3018
3018
  "moduleId": 670300,
3019
3019
  "async": true,
3020
- "exportedName": "deleteProject",
3020
+ "exportedName": "getOrCreateTowerTaskId",
3021
3021
  "filename": "src/actions/workspace-actions.ts"
3022
3022
  },
3023
3023
  "app/workspaces/[workspaceId]/assets/page": {
3024
3024
  "moduleId": 54850,
3025
3025
  "async": true,
3026
- "exportedName": "deleteProject",
3026
+ "exportedName": "getOrCreateTowerTaskId",
3027
3027
  "filename": "src/actions/workspace-actions.ts"
3028
3028
  },
3029
3029
  "app/workspaces/[workspaceId]/notes/page": {
3030
3030
  "moduleId": 593804,
3031
3031
  "async": true,
3032
- "exportedName": "deleteProject",
3032
+ "exportedName": "getOrCreateTowerTaskId",
3033
3033
  "filename": "src/actions/workspace-actions.ts"
3034
3034
  },
3035
3035
  "app/workspaces/[workspaceId]/page": {
3036
3036
  "moduleId": 590656,
3037
3037
  "async": true,
3038
- "exportedName": "deleteProject",
3038
+ "exportedName": "getOrCreateTowerTaskId",
3039
3039
  "filename": "src/actions/workspace-actions.ts"
3040
3040
  },
3041
3041
  "app/workspaces/page": {
3042
3042
  "moduleId": 101752,
3043
3043
  "async": true,
3044
- "exportedName": "deleteProject",
3044
+ "exportedName": "getOrCreateTowerTaskId",
3045
3045
  "filename": "src/actions/workspace-actions.ts"
3046
3046
  }
3047
3047
  },
3048
3048
  "filename": "src/actions/workspace-actions.ts",
3049
- "exportedName": "deleteProject"
3049
+ "exportedName": "getOrCreateTowerTaskId"
3050
3050
  },
3051
- "40789341eba87d31b0db974f1d4e0a1bceae079293": {
3051
+ "406d1dc5ba621e5404ebafe22b42ea9e3e5823c518": {
3052
3052
  "workers": {
3053
3053
  "app/workspaces/[workspaceId]/archive/page": {
3054
3054
  "moduleId": 670300,
3055
3055
  "async": true,
3056
- "exportedName": "getOrCreateTowerTaskId",
3056
+ "exportedName": "getWorkspacesWithRecentTasks",
3057
3057
  "filename": "src/actions/workspace-actions.ts"
3058
3058
  },
3059
3059
  "app/workspaces/[workspaceId]/assets/page": {
3060
3060
  "moduleId": 54850,
3061
3061
  "async": true,
3062
- "exportedName": "getOrCreateTowerTaskId",
3062
+ "exportedName": "getWorkspacesWithRecentTasks",
3063
3063
  "filename": "src/actions/workspace-actions.ts"
3064
3064
  },
3065
3065
  "app/workspaces/[workspaceId]/notes/page": {
3066
3066
  "moduleId": 593804,
3067
3067
  "async": true,
3068
- "exportedName": "getOrCreateTowerTaskId",
3069
- "filename": "src/actions/workspace-actions.ts"
3070
- },
3071
- "app/workspaces/[workspaceId]/page": {
3072
- "moduleId": 590656,
3073
- "async": true,
3074
- "exportedName": "getOrCreateTowerTaskId",
3068
+ "exportedName": "getWorkspacesWithRecentTasks",
3075
3069
  "filename": "src/actions/workspace-actions.ts"
3076
3070
  },
3077
3071
  "app/workspaces/page": {
3078
3072
  "moduleId": 101752,
3079
3073
  "async": true,
3080
- "exportedName": "getOrCreateTowerTaskId",
3074
+ "exportedName": "getWorkspacesWithRecentTasks",
3081
3075
  "filename": "src/actions/workspace-actions.ts"
3082
3076
  }
3083
3077
  },
3084
3078
  "filename": "src/actions/workspace-actions.ts",
3085
- "exportedName": "getOrCreateTowerTaskId"
3079
+ "exportedName": "getWorkspacesWithRecentTasks"
3086
3080
  },
3087
- "40b31d3c7ce758e2fff83b0c3cf4a19aca355e93aa": {
3081
+ "40b9a26f691a52c80162d13ad4dcf5d56cdf3c0239": {
3088
3082
  "workers": {
3089
3083
  "app/workspaces/[workspaceId]/archive/page": {
3090
3084
  "moduleId": 670300,
@@ -3114,7 +3108,7 @@
3114
3108
  "filename": "src/actions/workspace-actions.ts",
3115
3109
  "exportedName": "getWorkspaceById"
3116
3110
  },
3117
- "40ba977c197093faeed47d592c99364ed49b014ab6": {
3111
+ "40cd835c60d6472b0bba0a23fd6e9981da19d4281e": {
3118
3112
  "workers": {
3119
3113
  "app/workspaces/[workspaceId]/archive/page": {
3120
3114
  "moduleId": 670300,
@@ -3144,7 +3138,43 @@
3144
3138
  "filename": "src/actions/workspace-actions.ts",
3145
3139
  "exportedName": "getProjectByLocalPath"
3146
3140
  },
3147
- "6003577e48fd962be00945ff10daa9981d32b2202b": {
3141
+ "40fe7b21373858c2795d873d54bc2d8bdacb1cfb56": {
3142
+ "workers": {
3143
+ "app/workspaces/[workspaceId]/archive/page": {
3144
+ "moduleId": 670300,
3145
+ "async": true,
3146
+ "exportedName": "getRecentLocalProjects",
3147
+ "filename": "src/actions/workspace-actions.ts"
3148
+ },
3149
+ "app/workspaces/[workspaceId]/assets/page": {
3150
+ "moduleId": 54850,
3151
+ "async": true,
3152
+ "exportedName": "getRecentLocalProjects",
3153
+ "filename": "src/actions/workspace-actions.ts"
3154
+ },
3155
+ "app/workspaces/[workspaceId]/notes/page": {
3156
+ "moduleId": 593804,
3157
+ "async": true,
3158
+ "exportedName": "getRecentLocalProjects",
3159
+ "filename": "src/actions/workspace-actions.ts"
3160
+ },
3161
+ "app/workspaces/[workspaceId]/page": {
3162
+ "moduleId": 590656,
3163
+ "async": true,
3164
+ "exportedName": "getRecentLocalProjects",
3165
+ "filename": "src/actions/workspace-actions.ts"
3166
+ },
3167
+ "app/workspaces/page": {
3168
+ "moduleId": 101752,
3169
+ "async": true,
3170
+ "exportedName": "getRecentLocalProjects",
3171
+ "filename": "src/actions/workspace-actions.ts"
3172
+ }
3173
+ },
3174
+ "filename": "src/actions/workspace-actions.ts",
3175
+ "exportedName": "getRecentLocalProjects"
3176
+ },
3177
+ "60afc06d7056cfe1f2341b6cb7bc774def200b6e88": {
3148
3178
  "workers": {
3149
3179
  "app/workspaces/[workspaceId]/archive/page": {
3150
3180
  "moduleId": 670300,
@@ -3180,7 +3210,7 @@
3180
3210
  "filename": "src/actions/workspace-actions.ts",
3181
3211
  "exportedName": "updateProject"
3182
3212
  },
3183
- "40a6539c3a1dc557c60bf77fd790fa6c0d98ba2d57": {
3213
+ "409d523ce375bf4f929f5dd4cc3c3bf8f7f5d7c02a": {
3184
3214
  "workers": {
3185
3215
  "app/workspaces/[workspaceId]/archive/page": {
3186
3216
  "moduleId": 670300,
@@ -3198,7 +3228,7 @@
3198
3228
  "filename": "src/actions/label-actions.ts",
3199
3229
  "exportedName": "getTaskLabels"
3200
3230
  },
3201
- "604806d76726daba0cafb9c20acf7aad2cd88b2730": {
3231
+ "605650e54273c7688a98cedbd68befc91467135f2e": {
3202
3232
  "workers": {
3203
3233
  "app/workspaces/[workspaceId]/archive/page": {
3204
3234
  "moduleId": 670300,
@@ -3216,55 +3246,55 @@
3216
3246
  "filename": "src/actions/label-actions.ts",
3217
3247
  "exportedName": "setTaskLabels"
3218
3248
  },
3219
- "008bb8be4d94564450698c6ac13e0e2eba8fa2f1ee": {
3249
+ "001aabc59329415f057c46b9130070d9a23aee3b78": {
3220
3250
  "workers": {
3221
3251
  "app/workspaces/[workspaceId]/archive/page": {
3222
3252
  "moduleId": 670300,
3223
3253
  "async": true,
3224
- "exportedName": "getArchiveDelayDays",
3254
+ "exportedName": "getAvailableShells",
3225
3255
  "filename": "src/actions/config-actions.ts"
3226
3256
  },
3227
3257
  "app/workspaces/[workspaceId]/assets/page": {
3228
3258
  "moduleId": 54850,
3229
3259
  "async": true,
3230
- "exportedName": "getArchiveDelayDays",
3260
+ "exportedName": "getAvailableShells",
3231
3261
  "filename": "src/actions/config-actions.ts"
3232
3262
  },
3233
3263
  "app/workspaces/[workspaceId]/page": {
3234
3264
  "moduleId": 590656,
3235
3265
  "async": true,
3236
- "exportedName": "getArchiveDelayDays",
3266
+ "exportedName": "getAvailableShells",
3237
3267
  "filename": "src/actions/config-actions.ts"
3238
3268
  }
3239
3269
  },
3240
3270
  "filename": "src/actions/config-actions.ts",
3241
- "exportedName": "getArchiveDelayDays"
3271
+ "exportedName": "getAvailableShells"
3242
3272
  },
3243
- "00b33d040a526e8ac968a517570021c84972a0e399": {
3273
+ "0040b80618e8f3c1e21da3c8c232077fab1707b768": {
3244
3274
  "workers": {
3245
3275
  "app/workspaces/[workspaceId]/archive/page": {
3246
3276
  "moduleId": 670300,
3247
3277
  "async": true,
3248
- "exportedName": "getAvailableShells",
3278
+ "exportedName": "getArchiveDelayDays",
3249
3279
  "filename": "src/actions/config-actions.ts"
3250
3280
  },
3251
3281
  "app/workspaces/[workspaceId]/assets/page": {
3252
3282
  "moduleId": 54850,
3253
3283
  "async": true,
3254
- "exportedName": "getAvailableShells",
3284
+ "exportedName": "getArchiveDelayDays",
3255
3285
  "filename": "src/actions/config-actions.ts"
3256
3286
  },
3257
3287
  "app/workspaces/[workspaceId]/page": {
3258
3288
  "moduleId": 590656,
3259
3289
  "async": true,
3260
- "exportedName": "getAvailableShells",
3290
+ "exportedName": "getArchiveDelayDays",
3261
3291
  "filename": "src/actions/config-actions.ts"
3262
3292
  }
3263
3293
  },
3264
3294
  "filename": "src/actions/config-actions.ts",
3265
- "exportedName": "getAvailableShells"
3295
+ "exportedName": "getArchiveDelayDays"
3266
3296
  },
3267
- "00cc10937c65b5e842bc55ea213b6efe06f5c91772": {
3297
+ "004519b255b857bd23a88dfd24cd1355e4b458d30f": {
3268
3298
  "workers": {
3269
3299
  "app/workspaces/[workspaceId]/archive/page": {
3270
3300
  "moduleId": 670300,
@@ -3288,7 +3318,7 @@
3288
3318
  "filename": "src/actions/config-actions.ts",
3289
3319
  "exportedName": "getPlatformInfo"
3290
3320
  },
3291
- "406cac08b8f7574c2e90946d4badd82085f6afec70": {
3321
+ "408c83cbcbc9c40b5dcf41089714371331b154751d": {
3292
3322
  "workers": {
3293
3323
  "app/workspaces/[workspaceId]/archive/page": {
3294
3324
  "moduleId": 670300,
@@ -3324,7 +3354,7 @@
3324
3354
  "filename": "src/actions/git-actions.ts",
3325
3355
  "exportedName": "getProjectBranches"
3326
3356
  },
3327
- "405f6da2b95ba88bc79bb6ab942e0549a5d29b7f28": {
3357
+ "401ceca59f75a4449d2dc9b5f2e9cc00b6a37343f1": {
3328
3358
  "workers": {
3329
3359
  "app/workspaces/[workspaceId]/archive/page": {
3330
3360
  "moduleId": 670300,
@@ -3360,7 +3390,7 @@
3360
3390
  "filename": "src/actions/git-actions.ts",
3361
3391
  "exportedName": "fetchRemoteBranches"
3362
3392
  },
3363
- "4073dabbd454c2449d967f5f8b4fe214c769bd14e6": {
3393
+ "4096ba9c1176448ed1cde55662d3a6e7867c38f2d3": {
3364
3394
  "workers": {
3365
3395
  "app/workspaces/[workspaceId]/archive/page": {
3366
3396
  "moduleId": 670300,
@@ -3396,7 +3426,7 @@
3396
3426
  "filename": "src/actions/git-actions.ts",
3397
3427
  "exportedName": "getCurrentBranch"
3398
3428
  },
3399
- "409c1c009d8aeec053e4e321882172018668422c1e": {
3429
+ "407f0085f8acfd1b53e6497cd1b6d8814b13c0592b": {
3400
3430
  "workers": {
3401
3431
  "app/workspaces/[workspaceId]/archive/page": {
3402
3432
  "moduleId": 670300,
@@ -3438,7 +3468,7 @@
3438
3468
  "filename": "src/actions/preview-actions.ts",
3439
3469
  "exportedName": "openInFileManager"
3440
3470
  },
3441
- "40fd5c40a4b3f121642b17888c343c114894b1770b": {
3471
+ "4042fc6771795cc29868d1736395aa5d23d6f56e4d": {
3442
3472
  "workers": {
3443
3473
  "app/workspaces/[workspaceId]/archive/page": {
3444
3474
  "moduleId": 670300,
@@ -3480,7 +3510,7 @@
3480
3510
  "filename": "src/actions/preview-actions.ts",
3481
3511
  "exportedName": "openInEditor"
3482
3512
  },
3483
- "60db1b3616d3fa4e3acd888956717d55343202895d": {
3513
+ "60c21cd0c7cd7695b5025277cba1d495f30a380a67": {
3484
3514
  "workers": {
3485
3515
  "app/workspaces/[workspaceId]/archive/page": {
3486
3516
  "moduleId": 670300,
@@ -3504,7 +3534,7 @@
3504
3534
  "filename": "src/actions/task-actions.ts",
3505
3535
  "exportedName": "updateTaskStatus"
3506
3536
  },
3507
- "40133cc31ae2774319cbfe1b372050b5c1e0f2533e": {
3537
+ "40b4445cc3e2279fb780c3b2568db04fc7660a2850": {
3508
3538
  "workers": {
3509
3539
  "app/workspaces/[workspaceId]/archive/page": {
3510
3540
  "moduleId": 670300,
@@ -3528,7 +3558,7 @@
3528
3558
  "filename": "src/actions/task-actions.ts",
3529
3559
  "exportedName": "checkWorktreeClean"
3530
3560
  },
3531
- "60cedf19246e01e581131de772521dc20d438731bc": {
3561
+ "60388df1e102fae171d9fb6a9c9fd58326555a7c05": {
3532
3562
  "workers": {
3533
3563
  "app/workspaces/[workspaceId]/archive/page": {
3534
3564
  "moduleId": 670300,
@@ -3552,7 +3582,7 @@
3552
3582
  "filename": "src/actions/task-actions.ts",
3553
3583
  "exportedName": "commitWorktreeChanges"
3554
3584
  },
3555
- "4052197932d3dac67eb911c66ab41b8c00226c3a2e": {
3585
+ "406749c2a1aaceae5507e6c92a405bd66ef6f67456": {
3556
3586
  "workers": {
3557
3587
  "app/workspaces/[workspaceId]/notes/page": {
3558
3588
  "moduleId": 593804,
@@ -3570,7 +3600,7 @@
3570
3600
  "filename": "src/actions/note-actions.ts",
3571
3601
  "exportedName": "createNote"
3572
3602
  },
3573
- "4078a68bce1825c6bfdc7a489f96bd4bfd1ede8d57": {
3603
+ "40ce5129103fa4d584b6dcb3d93136330b4d143faf": {
3574
3604
  "workers": {
3575
3605
  "app/workspaces/[workspaceId]/archive/page": {
3576
3606
  "moduleId": 670300,
@@ -3606,7 +3636,7 @@
3606
3636
  "filename": "src/actions/note-actions.ts",
3607
3637
  "exportedName": "getTaskNotes"
3608
3638
  },
3609
- "408048b95af9327b6f4be5ff902cf0d7ec9e044a81": {
3639
+ "40d97513870f0520abe1c883dc39ca318796948739": {
3610
3640
  "workers": {
3611
3641
  "app/workspaces/[workspaceId]/notes/page": {
3612
3642
  "moduleId": 593804,
@@ -3624,7 +3654,7 @@
3624
3654
  "filename": "src/actions/note-actions.ts",
3625
3655
  "exportedName": "deleteNote"
3626
3656
  },
3627
- "4002a62a3d1bd8911c25a119d422dbf24e7992fa0c": {
3657
+ "40c636879063e8ff639203ab0e8dd999bca548b79d": {
3628
3658
  "workers": {
3629
3659
  "app/workspaces/[workspaceId]/archive/page": {
3630
3660
  "moduleId": 670300,
@@ -3660,7 +3690,7 @@
3660
3690
  "filename": "src/actions/asset-actions.ts",
3661
3691
  "exportedName": "getTaskAssets"
3662
3692
  },
3663
- "401c3af67aaedff4d933f8f4befb93b2f603293620": {
3693
+ "40b75b21c1fd1375ff00b39d9a846f5bc1be40b373": {
3664
3694
  "workers": {
3665
3695
  "app/workspaces/[workspaceId]/assets/page": {
3666
3696
  "moduleId": 54850,
@@ -3678,7 +3708,7 @@
3678
3708
  "filename": "src/actions/asset-actions.ts",
3679
3709
  "exportedName": "uploadAsset"
3680
3710
  },
3681
- "404dd48feaafb3f792425f10be7a057de485a3c4cb": {
3711
+ "40625314f1c6069e3eacda853d0e48df0878c7307e": {
3682
3712
  "workers": {
3683
3713
  "app/workspaces/[workspaceId]/assets/page": {
3684
3714
  "moduleId": 54850,
@@ -3696,7 +3726,7 @@
3696
3726
  "filename": "src/actions/asset-actions.ts",
3697
3727
  "exportedName": "deleteAsset"
3698
3728
  },
3699
- "40a284d9c6e2f44b212be27d8918d2bae507fc32d9": {
3729
+ "40b49003c304d7c031ba99ba38371cc3f541870712": {
3700
3730
  "workers": {
3701
3731
  "app/workspaces/[workspaceId]/archive/page": {
3702
3732
  "moduleId": 670300,
@@ -3732,7 +3762,7 @@
3732
3762
  "filename": "src/actions/task-actions.ts",
3733
3763
  "exportedName": "createTask"
3734
3764
  },
3735
- "604c4590275d56a3b02087bfa3cd8e84fcb26fd4cc": {
3765
+ "60d8373e39ec46401ec71e909c20e9569c57c178d5": {
3736
3766
  "workers": {
3737
3767
  "app/workspaces/[workspaceId]/archive/page": {
3738
3768
  "moduleId": 670300,
@@ -3756,7 +3786,7 @@
3756
3786
  "filename": "src/actions/task-actions.ts",
3757
3787
  "exportedName": "updateTask"
3758
3788
  },
3759
- "40de22d9973e5a79f1d75c29904032b409b0bc31be": {
3789
+ "40f3ae25adfa0b6b2a8f0fb486c392b2077cc40b1e": {
3760
3790
  "workers": {
3761
3791
  "app/workspaces/[workspaceId]/archive/page": {
3762
3792
  "moduleId": 670300,
@@ -3774,7 +3804,7 @@
3774
3804
  "filename": "src/actions/task-actions.ts",
3775
3805
  "exportedName": "deleteTask"
3776
3806
  },
3777
- "40c266072a0932b3fd728d4249eee6876bf21339c7": {
3807
+ "40fa19b3b70f56f99dfcf7c747a9b904632dd8444e": {
3778
3808
  "workers": {
3779
3809
  "app/workspaces/[workspaceId]/archive/page": {
3780
3810
  "moduleId": 670300,
@@ -3792,7 +3822,7 @@
3792
3822
  "filename": "src/actions/task-actions.ts",
3793
3823
  "exportedName": "toggleTaskPinned"
3794
3824
  },
3795
- "40e1112b183f39ba7ff7bd200f6300e6bb6ad1d783": {
3825
+ "40eca0b77ac0e0d248f260235ee26006207f011e8d": {
3796
3826
  "workers": {
3797
3827
  "app/workspaces/[workspaceId]/page": {
3798
3828
  "moduleId": 590656,
@@ -3810,7 +3840,19 @@
3810
3840
  "filename": "src/actions/version-actions.ts",
3811
3841
  "exportedName": "getVersionsForPicker"
3812
3842
  },
3813
- "4004f35fae0b41b4dc0597f51e815c132f128f11e8": {
3843
+ "401fd13ba8b237749e1afc75706a01433e837484be": {
3844
+ "workers": {
3845
+ "app/workspaces/[workspaceId]/archive/page": {
3846
+ "moduleId": 670300,
3847
+ "async": true,
3848
+ "exportedName": "getProjectTasks",
3849
+ "filename": "src/actions/task-actions.ts"
3850
+ }
3851
+ },
3852
+ "filename": "src/actions/task-actions.ts",
3853
+ "exportedName": "getProjectTasks"
3854
+ },
3855
+ "4023f161b2e76abc7ab25c7961af43130ae880c812": {
3814
3856
  "workers": {
3815
3857
  "app/workspaces/[workspaceId]/archive/page": {
3816
3858
  "moduleId": 670300,
@@ -3822,19 +3864,19 @@
3822
3864
  "filename": "src/actions/task-actions.ts",
3823
3865
  "exportedName": "searchTasks"
3824
3866
  },
3825
- "40120ea83028bc2b20db632c0b9126a23b0b70799f": {
3867
+ "402e3b855c8a1ca699222c692160b1b90354de9782": {
3826
3868
  "workers": {
3827
3869
  "app/workspaces/[workspaceId]/archive/page": {
3828
3870
  "moduleId": 670300,
3829
3871
  "async": true,
3830
- "exportedName": "getArchivedTaskCount",
3872
+ "exportedName": "getArchivedTasks",
3831
3873
  "filename": "src/actions/task-actions.ts"
3832
3874
  }
3833
3875
  },
3834
3876
  "filename": "src/actions/task-actions.ts",
3835
- "exportedName": "getArchivedTaskCount"
3877
+ "exportedName": "getArchivedTasks"
3836
3878
  },
3837
- "401a3952549e1a40afe2c46b45a5d77fd877093d83": {
3879
+ "40c2020160cb48a1275725165ff2ce45a84d7457b6": {
3838
3880
  "workers": {
3839
3881
  "app/workspaces/[workspaceId]/archive/page": {
3840
3882
  "moduleId": 670300,
@@ -3864,55 +3906,55 @@
3864
3906
  "filename": "src/actions/task-actions.ts",
3865
3907
  "exportedName": "getTaskOverview"
3866
3908
  },
3867
- "4031ca4137d701df21f0af5f91ddce1be1d2ef7756": {
3909
+ "40fb0de78383ce0f6fb5968776019fb794c19aef26": {
3868
3910
  "workers": {
3869
3911
  "app/workspaces/[workspaceId]/archive/page": {
3870
3912
  "moduleId": 670300,
3871
3913
  "async": true,
3872
- "exportedName": "getArchivedTasks",
3914
+ "exportedName": "getArchivedTaskCount",
3873
3915
  "filename": "src/actions/task-actions.ts"
3874
3916
  }
3875
3917
  },
3876
3918
  "filename": "src/actions/task-actions.ts",
3877
- "exportedName": "getArchivedTasks"
3919
+ "exportedName": "getArchivedTaskCount"
3878
3920
  },
3879
- "404128eb76c56cf1d9cc06d54287e1d83f8c95c4ed": {
3921
+ "400c31359e6f8847c97ccd3fb0d23ae843804337a1": {
3880
3922
  "workers": {
3881
3923
  "app/workspaces/[workspaceId]/assets/page": {
3882
3924
  "moduleId": 54850,
3883
3925
  "async": true,
3884
- "exportedName": "createAsset",
3926
+ "exportedName": "getProjectAssets",
3885
3927
  "filename": "src/actions/asset-actions.ts"
3886
3928
  }
3887
3929
  },
3888
3930
  "filename": "src/actions/asset-actions.ts",
3889
- "exportedName": "createAsset"
3931
+ "exportedName": "getProjectAssets"
3890
3932
  },
3891
- "4093bd48f7873d08d0ace0ad35c284d26ce036ab08": {
3933
+ "400c4946b0d4af09766f5bdcddc3302625659ffde0": {
3892
3934
  "workers": {
3893
3935
  "app/workspaces/[workspaceId]/assets/page": {
3894
3936
  "moduleId": 54850,
3895
3937
  "async": true,
3896
- "exportedName": "getProjectAssets",
3938
+ "exportedName": "getAssetById",
3897
3939
  "filename": "src/actions/asset-actions.ts"
3898
3940
  }
3899
3941
  },
3900
3942
  "filename": "src/actions/asset-actions.ts",
3901
- "exportedName": "getProjectAssets"
3943
+ "exportedName": "getAssetById"
3902
3944
  },
3903
- "409ba7a1f6a566a980e159107e69ab32095aeb4094": {
3945
+ "404979dcbaa8b526b40904307b5fc490dda7dff355": {
3904
3946
  "workers": {
3905
3947
  "app/workspaces/[workspaceId]/assets/page": {
3906
3948
  "moduleId": 54850,
3907
3949
  "async": true,
3908
- "exportedName": "getAssetById",
3950
+ "exportedName": "createAsset",
3909
3951
  "filename": "src/actions/asset-actions.ts"
3910
3952
  }
3911
3953
  },
3912
3954
  "filename": "src/actions/asset-actions.ts",
3913
- "exportedName": "getAssetById"
3955
+ "exportedName": "createAsset"
3914
3956
  },
3915
- "406ff8ad400c128fde5ec845d9c3095c90dad25268": {
3957
+ "400ccee3cf509a28f8b0d56ca7347933154d88539e": {
3916
3958
  "workers": {
3917
3959
  "app/workspaces/[workspaceId]/notes/page": {
3918
3960
  "moduleId": 593804,
@@ -3924,31 +3966,31 @@
3924
3966
  "filename": "src/actions/note-actions.ts",
3925
3967
  "exportedName": "getNoteById"
3926
3968
  },
3927
- "60097af7fbfd06a6695f71593a604b76dc597e1cab": {
3969
+ "6017816670ecbf8674b5831ee00cc9d48413742341": {
3928
3970
  "workers": {
3929
3971
  "app/workspaces/[workspaceId]/notes/page": {
3930
3972
  "moduleId": 593804,
3931
3973
  "async": true,
3932
- "exportedName": "updateNote",
3974
+ "exportedName": "getProjectNotes",
3933
3975
  "filename": "src/actions/note-actions.ts"
3934
3976
  }
3935
3977
  },
3936
3978
  "filename": "src/actions/note-actions.ts",
3937
- "exportedName": "updateNote"
3979
+ "exportedName": "getProjectNotes"
3938
3980
  },
3939
- "60c5266b461e31af19cd3da88a3bf16008ca81519d": {
3981
+ "602608d9219b9318d9cae42357e9e8ea44838f96a6": {
3940
3982
  "workers": {
3941
3983
  "app/workspaces/[workspaceId]/notes/page": {
3942
3984
  "moduleId": 593804,
3943
3985
  "async": true,
3944
- "exportedName": "getProjectNotes",
3986
+ "exportedName": "updateNote",
3945
3987
  "filename": "src/actions/note-actions.ts"
3946
3988
  }
3947
3989
  },
3948
3990
  "filename": "src/actions/note-actions.ts",
3949
- "exportedName": "getProjectNotes"
3991
+ "exportedName": "updateNote"
3950
3992
  },
3951
- "400798cacc9c60c1f79623d8e513010afd4e66ec95": {
3993
+ "404ae27fd91975c45d4cca740a569d24c9d364dca7": {
3952
3994
  "workers": {
3953
3995
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3954
3996
  "moduleId": 384874,
@@ -3960,103 +4002,103 @@
3960
4002
  "filename": "src/actions/version-actions.ts",
3961
4003
  "exportedName": "getVersionDiffStat"
3962
4004
  },
3963
- "401ecfa91f8c618fe0ca3db74ae0b6651d99eb3345": {
4005
+ "407d0f4e301fb7fce7dc4d7a65b6c8209c32c7898e": {
3964
4006
  "workers": {
3965
4007
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3966
4008
  "moduleId": 384874,
3967
4009
  "async": true,
3968
- "exportedName": "getProjectVersions",
4010
+ "exportedName": "setCurrentVersion",
3969
4011
  "filename": "src/actions/version-actions.ts"
3970
4012
  }
3971
4013
  },
3972
4014
  "filename": "src/actions/version-actions.ts",
3973
- "exportedName": "getProjectVersions"
4015
+ "exportedName": "setCurrentVersion"
3974
4016
  },
3975
- "40257b7b77416f13d0dfcc6bfff8e2acfd12723ec6": {
4017
+ "40974210522a8e50b97d8735f0eb82ba4065047378": {
3976
4018
  "workers": {
3977
4019
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3978
4020
  "moduleId": 384874,
3979
4021
  "async": true,
3980
- "exportedName": "getVersionDiff",
4022
+ "exportedName": "deleteVersion",
3981
4023
  "filename": "src/actions/version-actions.ts"
3982
4024
  }
3983
4025
  },
3984
4026
  "filename": "src/actions/version-actions.ts",
3985
- "exportedName": "getVersionDiff"
4027
+ "exportedName": "deleteVersion"
3986
4028
  },
3987
- "40259cfd7417f5b00cfa6881bb1f815c48e4f1f74e": {
4029
+ "409d1141fc36e88ab4f0eefce89904be6627159ea2": {
3988
4030
  "workers": {
3989
4031
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
3990
4032
  "moduleId": 384874,
3991
4033
  "async": true,
3992
- "exportedName": "setCurrentVersion",
4034
+ "exportedName": "getVersionDiff",
3993
4035
  "filename": "src/actions/version-actions.ts"
3994
4036
  }
3995
4037
  },
3996
4038
  "filename": "src/actions/version-actions.ts",
3997
- "exportedName": "setCurrentVersion"
4039
+ "exportedName": "getVersionDiff"
3998
4040
  },
3999
- "40325abd802fe0b6535a561f2532c3fbcc10fc2b6b": {
4041
+ "40c57dbb2ee12ecdb32dddbff367c7bc526a756664": {
4000
4042
  "workers": {
4001
4043
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4002
4044
  "moduleId": 384874,
4003
4045
  "async": true,
4004
- "exportedName": "deleteVersion",
4046
+ "exportedName": "createVersion",
4005
4047
  "filename": "src/actions/version-actions.ts"
4006
4048
  }
4007
4049
  },
4008
4050
  "filename": "src/actions/version-actions.ts",
4009
- "exportedName": "deleteVersion"
4051
+ "exportedName": "createVersion"
4010
4052
  },
4011
- "40808ee63032f41699cfea656d2e679022754e681a": {
4053
+ "40f6136ae806df3c4e4a4bc64ed532a85bed5826b7": {
4012
4054
  "workers": {
4013
4055
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4014
4056
  "moduleId": 384874,
4015
4057
  "async": true,
4016
- "exportedName": "createVersion",
4058
+ "exportedName": "getProjectVersions",
4017
4059
  "filename": "src/actions/version-actions.ts"
4018
4060
  }
4019
4061
  },
4020
4062
  "filename": "src/actions/version-actions.ts",
4021
- "exportedName": "createVersion"
4063
+ "exportedName": "getProjectVersions"
4022
4064
  },
4023
- "6065ce921e6df11e983d16a6ab6351ce529f2f69ab": {
4065
+ "600904e4c67ef1c2ace35e661f99720779961cfa77": {
4024
4066
  "workers": {
4025
4067
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4026
4068
  "moduleId": 384874,
4027
4069
  "async": true,
4028
- "exportedName": "updateVersion",
4070
+ "exportedName": "releaseVersion",
4029
4071
  "filename": "src/actions/version-actions.ts"
4030
4072
  }
4031
4073
  },
4032
4074
  "filename": "src/actions/version-actions.ts",
4033
- "exportedName": "updateVersion"
4075
+ "exportedName": "releaseVersion"
4034
4076
  },
4035
- "60e9823a1247e7c64e8e0284246b90fa0574bb3976": {
4077
+ "60b2cb071ed071ec6a65caa0272d9f84e0193c8ed0": {
4036
4078
  "workers": {
4037
4079
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4038
4080
  "moduleId": 384874,
4039
4081
  "async": true,
4040
- "exportedName": "releaseVersion",
4082
+ "exportedName": "assignTaskVersion",
4041
4083
  "filename": "src/actions/version-actions.ts"
4042
4084
  }
4043
4085
  },
4044
4086
  "filename": "src/actions/version-actions.ts",
4045
- "exportedName": "releaseVersion"
4087
+ "exportedName": "assignTaskVersion"
4046
4088
  },
4047
- "60fd820d84613462c62d0d944910f7ea42a2b4079e": {
4089
+ "60bdd6b5a591b381fb7bc4dfe4fedb778e62a0dfb1": {
4048
4090
  "workers": {
4049
4091
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4050
4092
  "moduleId": 384874,
4051
4093
  "async": true,
4052
- "exportedName": "assignTaskVersion",
4094
+ "exportedName": "updateVersion",
4053
4095
  "filename": "src/actions/version-actions.ts"
4054
4096
  }
4055
4097
  },
4056
4098
  "filename": "src/actions/version-actions.ts",
4057
- "exportedName": "assignTaskVersion"
4099
+ "exportedName": "updateVersion"
4058
4100
  },
4059
- "40352b2ee3760683a35241716ae4b02f66faf7bd67": {
4101
+ "4079d6e7826544ebf089b85d867481f709bbeb4b61": {
4060
4102
  "workers": {
4061
4103
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4062
4104
  "moduleId": 384874,
@@ -4068,7 +4110,7 @@
4068
4110
  "filename": "src/actions/version-type-actions.ts",
4069
4111
  "exportedName": "getVersionTypes"
4070
4112
  },
4071
- "40105c13ff70c3e3cc6a71b4ac9d74f99e7c1137e3": {
4113
+ "40d8b4c9b1de6b546d8e57fcadb874cf3443da5e69": {
4072
4114
  "workers": {
4073
4115
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4074
4116
  "moduleId": 384874,
@@ -4080,7 +4122,7 @@
4080
4122
  "filename": "src/actions/version-type-actions.ts",
4081
4123
  "exportedName": "createVersionType"
4082
4124
  },
4083
- "60a5e0cee4e354460326245dd677ef4dc4d65eecca": {
4125
+ "60b9a1ce63fe1a98ca5635111019aae486a285a474": {
4084
4126
  "workers": {
4085
4127
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4086
4128
  "moduleId": 384874,
@@ -4092,7 +4134,7 @@
4092
4134
  "filename": "src/actions/version-type-actions.ts",
4093
4135
  "exportedName": "updateVersionType"
4094
4136
  },
4095
- "4056f8f0255c7b2e746e80dbd27289e6f6df5af185": {
4137
+ "40a806fc4e93d28f312ee2172b0bf2ccba3031aa42": {
4096
4138
  "workers": {
4097
4139
  "app/workspaces/[workspaceId]/projects/[projectId]/versions/page": {
4098
4140
  "moduleId": 384874,
@@ -4104,7 +4146,7 @@
4104
4146
  "filename": "src/actions/version-type-actions.ts",
4105
4147
  "exportedName": "deleteVersionType"
4106
4148
  },
4107
- "60c2ad45dbd251dcd6bd1397878da2aec8fe4f9538": {
4149
+ "606b307980b75f95fa7fb531e892b6a35320cb1a00": {
4108
4150
  "workers": {
4109
4151
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4110
4152
  "moduleId": 942658,
@@ -4116,7 +4158,7 @@
4116
4158
  "filename": "src/actions/file-actions.ts",
4117
4159
  "exportedName": "listDirectory"
4118
4160
  },
4119
- "70425d13a16e8de6847337b8d797410ed43d42615b": {
4161
+ "70afd35c559c5fa57c3054451c0d7e088514ce3308": {
4120
4162
  "workers": {
4121
4163
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4122
4164
  "moduleId": 942658,
@@ -4128,7 +4170,7 @@
4128
4170
  "filename": "src/actions/file-actions.ts",
4129
4171
  "exportedName": "getGitStatus"
4130
4172
  },
4131
- "60530598d568a79a0239426c4bc83330a7b5efc139": {
4173
+ "60d9f83001ecce36f5f48dc99ffe4301d9ad3e58a8": {
4132
4174
  "workers": {
4133
4175
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4134
4176
  "moduleId": 942658,
@@ -4140,7 +4182,7 @@
4140
4182
  "filename": "src/actions/file-actions.ts",
4141
4183
  "exportedName": "createFile"
4142
4184
  },
4143
- "6017e53fd0972e679f63a4f07dcbdf4a22a074859f": {
4185
+ "60608b254e5855f9cb5754e9906a4b1d5c875eca6b": {
4144
4186
  "workers": {
4145
4187
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4146
4188
  "moduleId": 942658,
@@ -4152,7 +4194,7 @@
4152
4194
  "filename": "src/actions/file-actions.ts",
4153
4195
  "exportedName": "createDirectory"
4154
4196
  },
4155
- "70482bb6d5c1a641c778d86a9fcf801bf58e673033": {
4197
+ "706426046e6a4c6d918f075060542a345aac50e22b": {
4156
4198
  "workers": {
4157
4199
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4158
4200
  "moduleId": 942658,
@@ -4164,7 +4206,7 @@
4164
4206
  "filename": "src/actions/file-actions.ts",
4165
4207
  "exportedName": "renameEntry"
4166
4208
  },
4167
- "604f5aa68367ac31a7993ef8d91b3f01c83dc33037": {
4209
+ "604fcc53045d787c9bbeeb8d694bda05b63fd9e680": {
4168
4210
  "workers": {
4169
4211
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4170
4212
  "moduleId": 942658,
@@ -4176,7 +4218,7 @@
4176
4218
  "filename": "src/actions/file-actions.ts",
4177
4219
  "exportedName": "deleteEntry"
4178
4220
  },
4179
- "400e192d00f7c59dbf5451beb7394c7bcc1a895081": {
4221
+ "402453e0889d844c8b681680a71a9a50f1d4961e1b": {
4180
4222
  "workers": {
4181
4223
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4182
4224
  "moduleId": 942658,
@@ -4188,7 +4230,7 @@
4188
4230
  "filename": "src/actions/file-actions.ts",
4189
4231
  "exportedName": "listAllFiles"
4190
4232
  },
4191
- "608ceb2a2d19cb48bf814a115fab641515c788efc5": {
4233
+ "60ead405e0c45416b6f44bbba31961ff0fabd0b4b6": {
4192
4234
  "workers": {
4193
4235
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4194
4236
  "moduleId": 942658,
@@ -4200,7 +4242,7 @@
4200
4242
  "filename": "src/actions/file-actions.ts",
4201
4243
  "exportedName": "readFileContent"
4202
4244
  },
4203
- "60016060e1146f132f64b3d78229226cae835f8b15": {
4245
+ "60e94fbd401be47cfcd1446d206b0d14ef68d93638": {
4204
4246
  "workers": {
4205
4247
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4206
4248
  "moduleId": 942658,
@@ -4212,7 +4254,7 @@
4212
4254
  "filename": "src/actions/file-actions.ts",
4213
4255
  "exportedName": "readFileContentForce"
4214
4256
  },
4215
- "70d8750b6652662a9477532537499a7121fd542204": {
4257
+ "70633bb1870497a3568304de88435e4af14d393d90": {
4216
4258
  "workers": {
4217
4259
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4218
4260
  "moduleId": 942658,
@@ -4224,7 +4266,7 @@
4224
4266
  "filename": "src/actions/file-actions.ts",
4225
4267
  "exportedName": "writeFileContent"
4226
4268
  },
4227
- "6058f910f3380d1b2c85d41c67eb3b919a995a1848": {
4269
+ "60d46008cd52240a6df7117c5609c42298fe472e7d": {
4228
4270
  "workers": {
4229
4271
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4230
4272
  "moduleId": 942658,
@@ -4236,7 +4278,7 @@
4236
4278
  "filename": "src/actions/file-actions.ts",
4237
4279
  "exportedName": "revealInFinder"
4238
4280
  },
4239
- "7c788e52ebe19f2e8cc4050fdcdd0f9a28e3ed976f": {
4281
+ "7cda504924283d379a06bf6129b26161d28f64b676": {
4240
4282
  "workers": {
4241
4283
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4242
4284
  "moduleId": 942658,
@@ -4248,7 +4290,7 @@
4248
4290
  "filename": "src/actions/search-code-actions.ts",
4249
4291
  "exportedName": "searchCode"
4250
4292
  },
4251
- "4001c6fb1b547f0c98082b4a7cc1eb4d1740c0ea62": {
4293
+ "40983788d7fc9523fa8deae63de4f1ccdc9e95a415": {
4252
4294
  "workers": {
4253
4295
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4254
4296
  "moduleId": 942658,
@@ -4260,7 +4302,7 @@
4260
4302
  "filename": "src/actions/preview-actions.ts",
4261
4303
  "exportedName": "getPreviewState"
4262
4304
  },
4263
- "4044c22fc62145a8eae18a0a2b95721950eac3cf76": {
4305
+ "40a43fa4e379ba4d4ba1804132e46751592abce998": {
4264
4306
  "workers": {
4265
4307
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4266
4308
  "moduleId": 942658,
@@ -4272,7 +4314,7 @@
4272
4314
  "filename": "src/actions/preview-actions.ts",
4273
4315
  "exportedName": "startPreview"
4274
4316
  },
4275
- "40746a9782f07c6de6053a31e0299b32aaab42bea7": {
4317
+ "40c709e7e49dbe6ba9ac3a999efe40e48598c3e552": {
4276
4318
  "workers": {
4277
4319
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4278
4320
  "moduleId": 942658,
@@ -4284,7 +4326,7 @@
4284
4326
  "filename": "src/actions/preview-actions.ts",
4285
4327
  "exportedName": "stopPreview"
4286
4328
  },
4287
- "403d26afe095962b7ff14ddd771c3f7ed8a80b098f": {
4329
+ "40413d5a902273b4b93d21a624885ab6dab0849626": {
4288
4330
  "workers": {
4289
4331
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4290
4332
  "moduleId": 942658,
@@ -4296,7 +4338,7 @@
4296
4338
  "filename": "src/actions/preview-actions.ts",
4297
4339
  "exportedName": "installPreviewDeps"
4298
4340
  },
4299
- "405d28889b7c20be126d14fa23b57df96a4ecb5e78": {
4341
+ "405c52145433afa5b53fdbeac33d50dbe3e9206cda": {
4300
4342
  "workers": {
4301
4343
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4302
4344
  "moduleId": 942658,
@@ -4308,7 +4350,7 @@
4308
4350
  "filename": "src/actions/preview-actions.ts",
4309
4351
  "exportedName": "redetectPreset"
4310
4352
  },
4311
- "405019be9856c6ec882b496688b5c45aab283dd396": {
4353
+ "40377c95410dafd97c8f4ab1762e8d7f50d88e4a67": {
4312
4354
  "workers": {
4313
4355
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4314
4356
  "moduleId": 942658,
@@ -4320,7 +4362,7 @@
4320
4362
  "filename": "src/actions/preview-actions.ts",
4321
4363
  "exportedName": "setProjectPreset"
4322
4364
  },
4323
- "404c1c015fbd34fb17120c499dfec2c287cfbbe13d": {
4365
+ "4018cc56ff441fc41b1b0e3760f0795e6ee5be71da": {
4324
4366
  "workers": {
4325
4367
  "app/workspaces/[workspaceId]/tasks/[taskId]/page": {
4326
4368
  "moduleId": 942658,
@@ -4334,5 +4376,5 @@
4334
4376
  }
4335
4377
  },
4336
4378
  "edge": {},
4337
- "encryptionKey": "OdO6ratBpD8UzlR7L8hjA5XU+/fGWpBdCkO+Sjc3SGs="
4379
+ "encryptionKey": "xj5RMvMIiqynOe5gc9S7lrlC3A7Bb7nTksBRG+c9ewU="
4338
4380
  }