tower-studio 0.2.38 → 0.2.39
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.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/server/app/_global-error.html +1 -1
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +40 -28
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
- package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +75 -63
- package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +40 -28
- package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/page/server-reference-manifest.json +40 -28
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +57 -45
- package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +107 -95
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +92 -80
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +81 -69
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +82 -70
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +40 -28
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +80 -68
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +3 -3
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +91 -79
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +2 -2
- package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +58 -46
- package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__00llstz._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__01n7exm._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__01yu.gw._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qif839._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0qijr4h._.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~foo~5._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_0bkvm8c._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_lib_0i2.v2d._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_lib_12xey8u._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_0odx0ph._.js → 0ws9_lucide-react_dist_esm_icons_10_90yo._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-tolks._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0i97rbw._.js → [root-of-the-server]__0.~z1-.._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05sv58d._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__062b.yt._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__093tt4a._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0guqcva._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gzafdq._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0rlar2j._.js → [root-of-the-server]__0i0o7w5._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__04p5fnx._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0dixwk_._.js → [root-of-the-server]__0kgd-1s._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0p0te97._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0siyg1p._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0t6f4lq._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0th-t1a._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0mbvmq1._.js → [root-of-the-server]__0xte.35._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_00vn2qb._.js → _0-qd2ss._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_13glpna._.js → _00kwrmr._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_00t6138._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_05jv_cy._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/{_0j84cn0._.js → _06nlsbw._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_07c-9da._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0_z-t6g._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0cxhub8._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0qkt.3y._.js → _0gb8a9_._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0gxccup._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0hh17jg._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0m.34j8._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0mpce0d._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0muaopo._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0n1l7yo._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0ng0eku._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0t53a7_._.js → _0t0oltj._.js} +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0ght75u._.js → _0v66l8c._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0w9~m7o._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{node_modules__pnpm_0hhlpw6._.js → node_modules__pnpm_06f0dao._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/src_lib_0sms4xl._.js +1 -1
- package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +346 -262
- package/.next/standalone/.next/static/chunks/0.euy5rie4v3d.js +1 -0
- package/.next/standalone/.next/static/chunks/0.lqb7y9kz5z6.js +1 -0
- package/.next/standalone/.next/static/chunks/01.nidb8sf6bh.js +1 -0
- package/.next/standalone/.next/static/chunks/{151eqj4g7bidp.js → 01ijm9dpmm34q.js} +1 -1
- package/.next/standalone/.next/static/chunks/023v9juzhzc~d.js +1 -0
- package/.next/standalone/.next/static/chunks/02jsekc779t5~.js +1 -0
- package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +1 -0
- package/.next/standalone/.next/static/chunks/{0.nk_89kz3j6c.js → 0_-2es-r~03mg.js} +1 -1
- package/.next/standalone/.next/static/chunks/0a._hcvzq4ko7.js +2 -0
- package/.next/standalone/.next/static/chunks/{0khxfvo-tgpbc.js → 0dha37i1oc6z~.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0wbzgoyu4~g4x.js → 0e9ykduz3_0e1.js} +1 -1
- package/.next/standalone/.next/static/chunks/0fy6w5d_zyro0.js +1 -0
- package/.next/standalone/.next/static/chunks/0g-gbdkcssn.g.js +1 -0
- package/.next/standalone/.next/static/chunks/{14man4i21otxe.js → 0h4k3cicu7g-w.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0c0u4it7gyb1..js → 0h73q-9fyea0t.js} +1 -1
- package/.next/standalone/.next/static/chunks/0h7~fn.p-fxz_.js +1 -0
- package/.next/standalone/.next/static/chunks/0j2n.h0~von8h.js +1 -0
- package/.next/standalone/.next/static/chunks/0k.hp06ufx4yp.js +1 -0
- package/.next/standalone/.next/static/chunks/0lk-i0jm2ubea.css +1 -0
- package/.next/standalone/.next/static/chunks/0p5rare_o5zb1.js +5 -0
- package/.next/standalone/.next/static/chunks/0q~4dhw.phxg3.js +1 -0
- package/.next/standalone/.next/static/chunks/{0w7_~s93hxxkk.js → 0t_3wwd~mmc.1.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0a234qgxmvbfu.js → 0u.3xek3m2ud..js} +1 -1
- package/.next/standalone/.next/static/chunks/{0jlzko424.5et.js → 0u.b0t7fueh-x.js} +1 -1
- package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0bsigqvr2-qcp.js → 0w14di5d0vw6-.js} +1 -1
- package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
- package/.next/standalone/.next/static/chunks/{0yl2smjfz2bzk.js → 11.r6a56ss7qu.js} +1 -1
- package/.next/standalone/.next/static/chunks/{17ldo-bezxis..js → 112wpv9rqw4dp.js} +1 -1
- package/.next/standalone/.next/static/chunks/134c60acdsr_g.js +1 -0
- package/.next/standalone/.next/static/chunks/13rq33eiffqaz.js +1 -0
- package/.next/standalone/package.json +3 -2
- package/dist/mcp-server.cjs +6 -3
- package/package.json +3 -2
- package/scripts/migrations/0003-backfill-systemconfig-from-legacy-db.ts +113 -0
- package/scripts/run-migrations.ts +12 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__046-2.-._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_07_.oek._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_09ri_be._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0_q.4.i._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0no6nrx._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0vqyl_~._.js +0 -3
- package/.next/standalone/.next/static/chunks/01.g0gvh6h11a.js +0 -2
- package/.next/standalone/.next/static/chunks/03zzmb3y7kpxl.js +0 -1
- package/.next/standalone/.next/static/chunks/04t77qlr4-sw7.js +0 -1
- package/.next/standalone/.next/static/chunks/097rglx2_e2oo.js +0 -1
- package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
- package/.next/standalone/.next/static/chunks/0nfwp8f87wok1.js +0 -1
- package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
- package/.next/standalone/.next/static/chunks/0qu5zm6k.e_de.js +0 -5
- package/.next/standalone/.next/static/chunks/0rbykdrqih-0t.js +0 -1
- package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
- package/.next/standalone/.next/static/chunks/10q75vl~mg7vy.js +0 -1
- package/.next/standalone/.next/static/chunks/11pivwhywsmj9.js +0 -1
- package/.next/standalone/.next/static/chunks/13ipvyn1q8z4y.js +0 -1
- package/.next/standalone/.next/static/chunks/13qts-1uv7-ee.js +0 -1
- package/.next/standalone/.next/static/chunks/14bii1nj2yewi.js +0 -1
- package/.next/standalone/.next/static/chunks/15_ulpp1r-6ra.js +0 -1
- package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
- package/.next/standalone/.next/static/chunks/183k6undfylp5.js +0 -1
- /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{08PQLn-tnfP4XX6HBzxZ7 → JutVIyokVf-YrN6j2WEwG}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"4000fd33b002f8f107377429f338f6aaddba6b48e7": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/workspaces/[workspaceId]/page": {
|
|
6
6
|
"moduleId": 590656,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "createWorkspace",
|
|
13
13
|
"filename": "src/actions/workspace-actions.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"60195d33c3642b0391d36a40f9be713c837345bcdc": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/workspaces/[workspaceId]/page": {
|
|
18
18
|
"moduleId": 590656,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"exportedName": "updateWorkspace",
|
|
25
25
|
"filename": "src/actions/workspace-actions.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"401aa0045164b9aaa0699a7eb6df980f436dc0edfe": {
|
|
28
28
|
"workers": {
|
|
29
29
|
"app/workspaces/[workspaceId]/page": {
|
|
30
30
|
"moduleId": 590656,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"exportedName": "deleteWorkspace",
|
|
37
37
|
"filename": "src/actions/workspace-actions.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"40fe67db1340e8da26e398b83a4596e60c17915573": {
|
|
40
40
|
"workers": {
|
|
41
41
|
"app/workspaces/[workspaceId]/page": {
|
|
42
42
|
"moduleId": 590656,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportedName": "reorderWorkspaces",
|
|
49
49
|
"filename": "src/actions/workspace-actions.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"403b5916a159649caf9f3f60a8a609eff6478fbbb3": {
|
|
52
52
|
"workers": {
|
|
53
53
|
"app/workspaces/[workspaceId]/page": {
|
|
54
54
|
"moduleId": 590656,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "getLabelsForWorkspace",
|
|
61
61
|
"filename": "src/actions/label-actions.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"40787eafcd84a6469dab06156a248a9fe75248326d": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/workspaces/[workspaceId]/page": {
|
|
66
66
|
"moduleId": 590656,
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"exportedName": "createLabel",
|
|
73
73
|
"filename": "src/actions/label-actions.ts"
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"4010642c30732cf2c92871a2410bf6c83ad967b50d": {
|
|
76
76
|
"workers": {
|
|
77
77
|
"app/workspaces/[workspaceId]/page": {
|
|
78
78
|
"moduleId": 590656,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"exportedName": "deleteLabel",
|
|
85
85
|
"filename": "src/actions/label-actions.ts"
|
|
86
86
|
},
|
|
87
|
-
"
|
|
87
|
+
"601729ed0bad968a41393fe90d428239c654b0709c": {
|
|
88
88
|
"workers": {
|
|
89
89
|
"app/workspaces/[workspaceId]/page": {
|
|
90
90
|
"moduleId": 590656,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"exportedName": "globalSearch",
|
|
97
97
|
"filename": "src/actions/search-actions.ts"
|
|
98
98
|
},
|
|
99
|
-
"
|
|
99
|
+
"60d2d75acc239bcc3016922e2bcf473c4b443f3ca9": {
|
|
100
100
|
"workers": {
|
|
101
101
|
"app/workspaces/[workspaceId]/page": {
|
|
102
102
|
"moduleId": 590656,
|
|
@@ -108,19 +108,19 @@
|
|
|
108
108
|
"exportedName": "getConfigValue",
|
|
109
109
|
"filename": "src/actions/config-actions.ts"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"404e7cc0e8e3765926dd1f7911020f0d67988d9696": {
|
|
112
112
|
"workers": {
|
|
113
113
|
"app/workspaces/[workspaceId]/page": {
|
|
114
114
|
"moduleId": 590656,
|
|
115
115
|
"async": true,
|
|
116
|
-
"exportedName": "
|
|
116
|
+
"exportedName": "resolveGitLocalPathWithSource",
|
|
117
117
|
"filename": "src/actions/config-actions.ts"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
"exportedName": "
|
|
120
|
+
"exportedName": "resolveGitLocalPathWithSource",
|
|
121
121
|
"filename": "src/actions/config-actions.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"60aec2ccb7f2e37674de7451b5028826a23d1fd408": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/workspaces/[workspaceId]/page": {
|
|
126
126
|
"moduleId": 590656,
|
|
@@ -132,7 +132,19 @@
|
|
|
132
132
|
"exportedName": "analyzeProjectDirectory",
|
|
133
133
|
"filename": "src/actions/project-actions.ts"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"403c3eb99fad3fed76d481d40f018e89b581ec53ea": {
|
|
136
|
+
"workers": {
|
|
137
|
+
"app/workspaces/[workspaceId]/page": {
|
|
138
|
+
"moduleId": 590656,
|
|
139
|
+
"async": true,
|
|
140
|
+
"exportedName": "resolveGitLocalPath",
|
|
141
|
+
"filename": "src/actions/config-actions.ts"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"exportedName": "resolveGitLocalPath",
|
|
145
|
+
"filename": "src/actions/config-actions.ts"
|
|
146
|
+
},
|
|
147
|
+
"60e24e764bbd4747cf07763092c8c9e7d893ae14c3": {
|
|
136
148
|
"workers": {
|
|
137
149
|
"app/workspaces/[workspaceId]/page": {
|
|
138
150
|
"moduleId": 590656,
|
|
@@ -144,7 +156,7 @@
|
|
|
144
156
|
"exportedName": "migrateProjectPath",
|
|
145
157
|
"filename": "src/actions/project-actions.ts"
|
|
146
158
|
},
|
|
147
|
-
"
|
|
159
|
+
"40197cd678ef6a311b1ffba1e86ba4f15bd16fd63b": {
|
|
148
160
|
"workers": {
|
|
149
161
|
"app/workspaces/[workspaceId]/page": {
|
|
150
162
|
"moduleId": 590656,
|
|
@@ -156,7 +168,7 @@
|
|
|
156
168
|
"exportedName": "checkMigrationSafety",
|
|
157
169
|
"filename": "src/actions/project-actions.ts"
|
|
158
170
|
},
|
|
159
|
-
"
|
|
171
|
+
"003cda51028de7d8ca1763a51d13223b9acbae6c96": {
|
|
160
172
|
"workers": {
|
|
161
173
|
"app/workspaces/[workspaceId]/page": {
|
|
162
174
|
"moduleId": 590656,
|
|
@@ -168,7 +180,7 @@
|
|
|
168
180
|
"exportedName": "getActualWsPort",
|
|
169
181
|
"filename": "src/actions/config-actions.ts"
|
|
170
182
|
},
|
|
171
|
-
"
|
|
183
|
+
"40bd6bd14273f742080b119c49ce1ae4226a0ea9ae": {
|
|
172
184
|
"workers": {
|
|
173
185
|
"app/workspaces/[workspaceId]/page": {
|
|
174
186
|
"moduleId": 590656,
|
|
@@ -180,7 +192,7 @@
|
|
|
180
192
|
"exportedName": "getConfigValues",
|
|
181
193
|
"filename": "src/actions/config-actions.ts"
|
|
182
194
|
},
|
|
183
|
-
"
|
|
195
|
+
"40bb3a59850008c559600bccd7be895b059a0cfc73": {
|
|
184
196
|
"workers": {
|
|
185
197
|
"app/workspaces/[workspaceId]/page": {
|
|
186
198
|
"moduleId": 590656,
|
|
@@ -192,7 +204,7 @@
|
|
|
192
204
|
"exportedName": "createProject",
|
|
193
205
|
"filename": "src/actions/workspace-actions.ts"
|
|
194
206
|
},
|
|
195
|
-
"
|
|
207
|
+
"60b661b64158203fc3f2bfee77e830c7f050c1d9c7": {
|
|
196
208
|
"workers": {
|
|
197
209
|
"app/workspaces/[workspaceId]/page": {
|
|
198
210
|
"moduleId": 590656,
|
|
@@ -204,7 +216,7 @@
|
|
|
204
216
|
"exportedName": "setConfigValue",
|
|
205
217
|
"filename": "src/actions/config-actions.ts"
|
|
206
218
|
},
|
|
207
|
-
"
|
|
219
|
+
"40eb934880e7b3819f12c1c7f91817927d87299cd1": {
|
|
208
220
|
"workers": {
|
|
209
221
|
"app/workspaces/[workspaceId]/page": {
|
|
210
222
|
"moduleId": 590656,
|
|
@@ -216,7 +228,7 @@
|
|
|
216
228
|
"exportedName": "checkExtension",
|
|
217
229
|
"filename": "src/actions/extension-actions.ts"
|
|
218
230
|
},
|
|
219
|
-
"
|
|
231
|
+
"403c101f24d1e7605a51cedf69da0d41af5c8ce953": {
|
|
220
232
|
"workers": {
|
|
221
233
|
"app/workspaces/[workspaceId]/page": {
|
|
222
234
|
"moduleId": 590656,
|
|
@@ -228,7 +240,7 @@
|
|
|
228
240
|
"exportedName": "installExtension",
|
|
229
241
|
"filename": "src/actions/extension-actions.ts"
|
|
230
242
|
},
|
|
231
|
-
"
|
|
243
|
+
"40ce35e60ac54cb8269e14dc338b432fad63b05057": {
|
|
232
244
|
"workers": {
|
|
233
245
|
"app/workspaces/[workspaceId]/page": {
|
|
234
246
|
"moduleId": 590656,
|
|
@@ -240,7 +252,7 @@
|
|
|
240
252
|
"exportedName": "uninstallExtension",
|
|
241
253
|
"filename": "src/actions/extension-actions.ts"
|
|
242
254
|
},
|
|
243
|
-
"
|
|
255
|
+
"00592b2050dca8305e2268efac020dae8b2fdb5ee0": {
|
|
244
256
|
"workers": {
|
|
245
257
|
"app/workspaces/[workspaceId]/page": {
|
|
246
258
|
"moduleId": 590656,
|
|
@@ -252,7 +264,7 @@
|
|
|
252
264
|
"exportedName": "getOnboardingStatus",
|
|
253
265
|
"filename": "src/actions/onboarding-actions.ts"
|
|
254
266
|
},
|
|
255
|
-
"
|
|
267
|
+
"4057ffbbbeabb40cc3e03af5715687d8e537dc4639": {
|
|
256
268
|
"workers": {
|
|
257
269
|
"app/workspaces/[workspaceId]/page": {
|
|
258
270
|
"moduleId": 590656,
|
|
@@ -264,7 +276,7 @@
|
|
|
264
276
|
"exportedName": "dispatchTaskCompletionEvent",
|
|
265
277
|
"filename": "src/actions/onboarding-actions.ts"
|
|
266
278
|
},
|
|
267
|
-
"
|
|
279
|
+
"40f772df9c5ef70aa3f0c91a6dc2716b97ed40d3a1": {
|
|
268
280
|
"workers": {
|
|
269
281
|
"app/workspaces/[workspaceId]/page": {
|
|
270
282
|
"moduleId": 590656,
|
|
@@ -276,7 +288,7 @@
|
|
|
276
288
|
"exportedName": "setOnboardingProgress",
|
|
277
289
|
"filename": "src/actions/onboarding-actions.ts"
|
|
278
290
|
},
|
|
279
|
-
"
|
|
291
|
+
"6049009cebae9501b35174bc10f6e95392e15c1415": {
|
|
280
292
|
"workers": {
|
|
281
293
|
"app/workspaces/[workspaceId]/page": {
|
|
282
294
|
"moduleId": 590656,
|
|
@@ -288,7 +300,7 @@
|
|
|
288
300
|
"exportedName": "setOnboardingExtensions",
|
|
289
301
|
"filename": "src/actions/onboarding-actions.ts"
|
|
290
302
|
},
|
|
291
|
-
"
|
|
303
|
+
"60d40c8f11280124b357c0af9e03f73ddef4889dc1": {
|
|
292
304
|
"workers": {
|
|
293
305
|
"app/workspaces/[workspaceId]/page": {
|
|
294
306
|
"moduleId": 590656,
|
|
@@ -300,7 +312,7 @@
|
|
|
300
312
|
"exportedName": "completeOnboarding",
|
|
301
313
|
"filename": "src/actions/onboarding-actions.ts"
|
|
302
314
|
},
|
|
303
|
-
"
|
|
315
|
+
"00eaa4c6a465fc639f0823aa156f91447fb561cc40": {
|
|
304
316
|
"workers": {
|
|
305
317
|
"app/workspaces/[workspaceId]/page": {
|
|
306
318
|
"moduleId": 590656,
|
|
@@ -312,7 +324,7 @@
|
|
|
312
324
|
"exportedName": "listAllExtensionStatus",
|
|
313
325
|
"filename": "src/actions/extension-actions.ts"
|
|
314
326
|
},
|
|
315
|
-
"
|
|
327
|
+
"40db7cf675311187c928e7e098ab036e70c422d02b": {
|
|
316
328
|
"workers": {
|
|
317
329
|
"app/workspaces/[workspaceId]/page": {
|
|
318
330
|
"moduleId": 590656,
|
|
@@ -324,7 +336,7 @@
|
|
|
324
336
|
"exportedName": "getTaskLabels",
|
|
325
337
|
"filename": "src/actions/label-actions.ts"
|
|
326
338
|
},
|
|
327
|
-
"
|
|
339
|
+
"60775e9b84ebb45fe49a00b26020950edf733eceec": {
|
|
328
340
|
"workers": {
|
|
329
341
|
"app/workspaces/[workspaceId]/page": {
|
|
330
342
|
"moduleId": 590656,
|
|
@@ -336,19 +348,19 @@
|
|
|
336
348
|
"exportedName": "setTaskLabels",
|
|
337
349
|
"filename": "src/actions/label-actions.ts"
|
|
338
350
|
},
|
|
339
|
-
"
|
|
351
|
+
"0036cbe219e738f8cbdffb75cb454d4b5b1adfacb2": {
|
|
340
352
|
"workers": {
|
|
341
353
|
"app/workspaces/[workspaceId]/page": {
|
|
342
354
|
"moduleId": 590656,
|
|
343
355
|
"async": true,
|
|
344
|
-
"exportedName": "
|
|
356
|
+
"exportedName": "getPlatformInfo",
|
|
345
357
|
"filename": "src/actions/config-actions.ts"
|
|
346
358
|
}
|
|
347
359
|
},
|
|
348
|
-
"exportedName": "
|
|
360
|
+
"exportedName": "getPlatformInfo",
|
|
349
361
|
"filename": "src/actions/config-actions.ts"
|
|
350
362
|
},
|
|
351
|
-
"
|
|
363
|
+
"003f9d5fdf8fb396447637bdd5abc276e2ff990e7a": {
|
|
352
364
|
"workers": {
|
|
353
365
|
"app/workspaces/[workspaceId]/page": {
|
|
354
366
|
"moduleId": 590656,
|
|
@@ -360,7 +372,7 @@
|
|
|
360
372
|
"exportedName": "getArchiveDelayDays",
|
|
361
373
|
"filename": "src/actions/config-actions.ts"
|
|
362
374
|
},
|
|
363
|
-
"
|
|
375
|
+
"009eb01594df9b75b93002e86c595d5631bc8ed4a1": {
|
|
364
376
|
"workers": {
|
|
365
377
|
"app/workspaces/[workspaceId]/page": {
|
|
366
378
|
"moduleId": 590656,
|
|
@@ -372,7 +384,7 @@
|
|
|
372
384
|
"exportedName": "getAvailableShells",
|
|
373
385
|
"filename": "src/actions/config-actions.ts"
|
|
374
386
|
},
|
|
375
|
-
"
|
|
387
|
+
"00a9b88fdb6f5d2ed889612ced6fe0412b32143347": {
|
|
376
388
|
"workers": {
|
|
377
389
|
"app/workspaces/[workspaceId]/page": {
|
|
378
390
|
"moduleId": 590656,
|
|
@@ -384,19 +396,19 @@
|
|
|
384
396
|
"exportedName": "getAvailableTerminalApps",
|
|
385
397
|
"filename": "src/actions/config-actions.ts"
|
|
386
398
|
},
|
|
387
|
-
"
|
|
399
|
+
"00fc8b1d62e542629a0e6007ad82949d0c44f5f5d6": {
|
|
388
400
|
"workers": {
|
|
389
401
|
"app/workspaces/[workspaceId]/page": {
|
|
390
402
|
"moduleId": 590656,
|
|
391
403
|
"async": true,
|
|
392
|
-
"exportedName": "
|
|
404
|
+
"exportedName": "getAvailableEditors",
|
|
393
405
|
"filename": "src/actions/config-actions.ts"
|
|
394
406
|
}
|
|
395
407
|
},
|
|
396
|
-
"exportedName": "
|
|
408
|
+
"exportedName": "getAvailableEditors",
|
|
397
409
|
"filename": "src/actions/config-actions.ts"
|
|
398
410
|
},
|
|
399
|
-
"
|
|
411
|
+
"40dffcd1988fd8b1ac7b1da9ef721a2c75041021d0": {
|
|
400
412
|
"workers": {
|
|
401
413
|
"app/workspaces/[workspaceId]/page": {
|
|
402
414
|
"moduleId": 590656,
|
|
@@ -408,7 +420,7 @@
|
|
|
408
420
|
"exportedName": "getProjectBranches",
|
|
409
421
|
"filename": "src/actions/git-actions.ts"
|
|
410
422
|
},
|
|
411
|
-
"
|
|
423
|
+
"400b4e64d53a79ea69cb891f33bf0b5825053f5a2f": {
|
|
412
424
|
"workers": {
|
|
413
425
|
"app/workspaces/[workspaceId]/page": {
|
|
414
426
|
"moduleId": 590656,
|
|
@@ -420,7 +432,7 @@
|
|
|
420
432
|
"exportedName": "fetchRemoteBranches",
|
|
421
433
|
"filename": "src/actions/git-actions.ts"
|
|
422
434
|
},
|
|
423
|
-
"
|
|
435
|
+
"406e86c83e91c1186830344ed891d8a1ce2757f822": {
|
|
424
436
|
"workers": {
|
|
425
437
|
"app/workspaces/[workspaceId]/page": {
|
|
426
438
|
"moduleId": 590656,
|
|
@@ -432,7 +444,7 @@
|
|
|
432
444
|
"exportedName": "getCurrentBranch",
|
|
433
445
|
"filename": "src/actions/git-actions.ts"
|
|
434
446
|
},
|
|
435
|
-
"
|
|
447
|
+
"603161ddba8d2b6154659ea57e9d39db882fb46567": {
|
|
436
448
|
"workers": {
|
|
437
449
|
"app/workspaces/[workspaceId]/page": {
|
|
438
450
|
"moduleId": 590656,
|
|
@@ -444,7 +456,7 @@
|
|
|
444
456
|
"exportedName": "updateProject",
|
|
445
457
|
"filename": "src/actions/workspace-actions.ts"
|
|
446
458
|
},
|
|
447
|
-
"
|
|
459
|
+
"40543ed5c4ca48287a258c2ec796155d6af26c3e1c": {
|
|
448
460
|
"workers": {
|
|
449
461
|
"app/workspaces/[workspaceId]/page": {
|
|
450
462
|
"moduleId": 590656,
|
|
@@ -456,7 +468,7 @@
|
|
|
456
468
|
"exportedName": "deleteProject",
|
|
457
469
|
"filename": "src/actions/workspace-actions.ts"
|
|
458
470
|
},
|
|
459
|
-
"
|
|
471
|
+
"40313c2517e67b0e8e95da89ae7455d0f123823c24": {
|
|
460
472
|
"workers": {
|
|
461
473
|
"app/workspaces/[workspaceId]/page": {
|
|
462
474
|
"moduleId": 590656,
|
|
@@ -468,7 +480,7 @@
|
|
|
468
480
|
"exportedName": "getRecentLocalProjects",
|
|
469
481
|
"filename": "src/actions/workspace-actions.ts"
|
|
470
482
|
},
|
|
471
|
-
"
|
|
483
|
+
"404c1453a9d55e9ff62d1b67843bc727385e954c8a": {
|
|
472
484
|
"workers": {
|
|
473
485
|
"app/workspaces/[workspaceId]/page": {
|
|
474
486
|
"moduleId": 590656,
|
|
@@ -480,7 +492,7 @@
|
|
|
480
492
|
"exportedName": "getOrCreateTowerTaskId",
|
|
481
493
|
"filename": "src/actions/workspace-actions.ts"
|
|
482
494
|
},
|
|
483
|
-
"
|
|
495
|
+
"402267c2c38e93dab04259f43e1a7495e1628abd45": {
|
|
484
496
|
"workers": {
|
|
485
497
|
"app/workspaces/[workspaceId]/page": {
|
|
486
498
|
"moduleId": 590656,
|
|
@@ -492,7 +504,7 @@
|
|
|
492
504
|
"exportedName": "openInFileManager",
|
|
493
505
|
"filename": "src/actions/preview-actions.ts"
|
|
494
506
|
},
|
|
495
|
-
"
|
|
507
|
+
"40efafaef4f35ec883fb17805980ce195985954dd2": {
|
|
496
508
|
"workers": {
|
|
497
509
|
"app/workspaces/[workspaceId]/page": {
|
|
498
510
|
"moduleId": 590656,
|
|
@@ -504,7 +516,7 @@
|
|
|
504
516
|
"exportedName": "openInEditor",
|
|
505
517
|
"filename": "src/actions/preview-actions.ts"
|
|
506
518
|
},
|
|
507
|
-
"
|
|
519
|
+
"40f396661ea616de9998a0d5cc93a04caa1c39d5da": {
|
|
508
520
|
"workers": {
|
|
509
521
|
"app/workspaces/[workspaceId]/page": {
|
|
510
522
|
"moduleId": 590656,
|
|
@@ -516,7 +528,7 @@
|
|
|
516
528
|
"exportedName": "openInTerminal",
|
|
517
529
|
"filename": "src/actions/preview-actions.ts"
|
|
518
530
|
},
|
|
519
|
-
"
|
|
531
|
+
"40cef3a1f4a61d3cdd08d75fe43d2d12e9faed1603": {
|
|
520
532
|
"workers": {
|
|
521
533
|
"app/workspaces/[workspaceId]/page": {
|
|
522
534
|
"moduleId": 590656,
|
|
@@ -528,7 +540,7 @@
|
|
|
528
540
|
"exportedName": "getTaskExecutions",
|
|
529
541
|
"filename": "src/actions/agent-actions.ts"
|
|
530
542
|
},
|
|
531
|
-
"
|
|
543
|
+
"7c27667b5cdc151628b1ecdfed7dfbe1d135dcf2ad": {
|
|
532
544
|
"workers": {
|
|
533
545
|
"app/workspaces/[workspaceId]/page": {
|
|
534
546
|
"moduleId": 590656,
|
|
@@ -540,7 +552,7 @@
|
|
|
540
552
|
"exportedName": "startPtyExecutionSafe",
|
|
541
553
|
"filename": "src/actions/agent-actions.ts"
|
|
542
554
|
},
|
|
543
|
-
"
|
|
555
|
+
"401e30bc402a675fb82986e90ca385e44a94be9e63": {
|
|
544
556
|
"workers": {
|
|
545
557
|
"app/workspaces/[workspaceId]/page": {
|
|
546
558
|
"moduleId": 590656,
|
|
@@ -552,7 +564,7 @@
|
|
|
552
564
|
"exportedName": "stopPtyExecution",
|
|
553
565
|
"filename": "src/actions/agent-actions.ts"
|
|
554
566
|
},
|
|
555
|
-
"
|
|
567
|
+
"60e35407677ba51c6aa1ee8c2a4625c9ec602b3748": {
|
|
556
568
|
"workers": {
|
|
557
569
|
"app/workspaces/[workspaceId]/page": {
|
|
558
570
|
"moduleId": 590656,
|
|
@@ -564,7 +576,7 @@
|
|
|
564
576
|
"exportedName": "resumePtyExecution",
|
|
565
577
|
"filename": "src/actions/agent-actions.ts"
|
|
566
578
|
},
|
|
567
|
-
"
|
|
579
|
+
"40fd5022e920c7b2a827882d57d69c7880353d7fd4": {
|
|
568
580
|
"workers": {
|
|
569
581
|
"app/workspaces/[workspaceId]/page": {
|
|
570
582
|
"moduleId": 590656,
|
|
@@ -576,7 +588,7 @@
|
|
|
576
588
|
"exportedName": "continueLatestPtyExecution",
|
|
577
589
|
"filename": "src/actions/agent-actions.ts"
|
|
578
590
|
},
|
|
579
|
-
"
|
|
591
|
+
"60b3b43328be155fd4f8819a051590b0ec85cc81b6": {
|
|
580
592
|
"workers": {
|
|
581
593
|
"app/workspaces/[workspaceId]/page": {
|
|
582
594
|
"moduleId": 590656,
|
|
@@ -588,7 +600,7 @@
|
|
|
588
600
|
"exportedName": "updateTaskStatus",
|
|
589
601
|
"filename": "src/actions/task-actions.ts"
|
|
590
602
|
},
|
|
591
|
-
"
|
|
603
|
+
"40228e445431e260a8023f747f753ab8b95509a7b8": {
|
|
592
604
|
"workers": {
|
|
593
605
|
"app/workspaces/[workspaceId]/page": {
|
|
594
606
|
"moduleId": 590656,
|
|
@@ -600,7 +612,7 @@
|
|
|
600
612
|
"exportedName": "checkWorktreeClean",
|
|
601
613
|
"filename": "src/actions/task-actions.ts"
|
|
602
614
|
},
|
|
603
|
-
"
|
|
615
|
+
"6040de30641b812bf05c08ef9c69f5b22214305a4b": {
|
|
604
616
|
"workers": {
|
|
605
617
|
"app/workspaces/[workspaceId]/page": {
|
|
606
618
|
"moduleId": 590656,
|
|
@@ -612,7 +624,7 @@
|
|
|
612
624
|
"exportedName": "commitWorktreeChanges",
|
|
613
625
|
"filename": "src/actions/task-actions.ts"
|
|
614
626
|
},
|
|
615
|
-
"
|
|
627
|
+
"4024bacffbca9b35b0d1ef4babaae0b94556e89f0b": {
|
|
616
628
|
"workers": {
|
|
617
629
|
"app/workspaces/[workspaceId]/page": {
|
|
618
630
|
"moduleId": 590656,
|
|
@@ -624,7 +636,7 @@
|
|
|
624
636
|
"exportedName": "getPrompts",
|
|
625
637
|
"filename": "src/actions/prompt-actions.ts"
|
|
626
638
|
},
|
|
627
|
-
"
|
|
639
|
+
"40f0ceafc174448bcc919ee0be24df983e9792a9b9": {
|
|
628
640
|
"workers": {
|
|
629
641
|
"app/workspaces/[workspaceId]/page": {
|
|
630
642
|
"moduleId": 590656,
|
|
@@ -636,7 +648,7 @@
|
|
|
636
648
|
"exportedName": "createNote",
|
|
637
649
|
"filename": "src/actions/note-actions.ts"
|
|
638
650
|
},
|
|
639
|
-
"
|
|
651
|
+
"40dadcf5731aaed6d0df7327cccb194d62be9eca76": {
|
|
640
652
|
"workers": {
|
|
641
653
|
"app/workspaces/[workspaceId]/page": {
|
|
642
654
|
"moduleId": 590656,
|
|
@@ -648,7 +660,7 @@
|
|
|
648
660
|
"exportedName": "getTaskNotes",
|
|
649
661
|
"filename": "src/actions/note-actions.ts"
|
|
650
662
|
},
|
|
651
|
-
"
|
|
663
|
+
"40c8c62b9f15f9b676b6771bfc2ebf92772a8912c3": {
|
|
652
664
|
"workers": {
|
|
653
665
|
"app/workspaces/[workspaceId]/page": {
|
|
654
666
|
"moduleId": 590656,
|
|
@@ -660,7 +672,7 @@
|
|
|
660
672
|
"exportedName": "deleteNote",
|
|
661
673
|
"filename": "src/actions/note-actions.ts"
|
|
662
674
|
},
|
|
663
|
-
"
|
|
675
|
+
"40845f88c397d5023344b95513dff908b52205464f": {
|
|
664
676
|
"workers": {
|
|
665
677
|
"app/workspaces/[workspaceId]/page": {
|
|
666
678
|
"moduleId": 590656,
|
|
@@ -672,7 +684,7 @@
|
|
|
672
684
|
"exportedName": "getTaskAssets",
|
|
673
685
|
"filename": "src/actions/asset-actions.ts"
|
|
674
686
|
},
|
|
675
|
-
"
|
|
687
|
+
"403aef25069f4957dd5bd16a162617f05e9de9b04c": {
|
|
676
688
|
"workers": {
|
|
677
689
|
"app/workspaces/[workspaceId]/page": {
|
|
678
690
|
"moduleId": 590656,
|
|
@@ -684,7 +696,7 @@
|
|
|
684
696
|
"exportedName": "uploadAsset",
|
|
685
697
|
"filename": "src/actions/asset-actions.ts"
|
|
686
698
|
},
|
|
687
|
-
"
|
|
699
|
+
"40210797f0040786db86f0d815003f858cbb40f2c4": {
|
|
688
700
|
"workers": {
|
|
689
701
|
"app/workspaces/[workspaceId]/page": {
|
|
690
702
|
"moduleId": 590656,
|
|
@@ -696,7 +708,7 @@
|
|
|
696
708
|
"exportedName": "deleteAsset",
|
|
697
709
|
"filename": "src/actions/asset-actions.ts"
|
|
698
710
|
},
|
|
699
|
-
"
|
|
711
|
+
"40c3605bec65c1496fa0fd5123f1e94bdfde2a828e": {
|
|
700
712
|
"workers": {
|
|
701
713
|
"app/workspaces/[workspaceId]/page": {
|
|
702
714
|
"moduleId": 590656,
|
|
@@ -708,7 +720,7 @@
|
|
|
708
720
|
"exportedName": "createTask",
|
|
709
721
|
"filename": "src/actions/task-actions.ts"
|
|
710
722
|
},
|
|
711
|
-
"
|
|
723
|
+
"6050f28de80d528de4b477e42d739ea1973c2eccc0": {
|
|
712
724
|
"workers": {
|
|
713
725
|
"app/workspaces/[workspaceId]/page": {
|
|
714
726
|
"moduleId": 590656,
|
|
@@ -720,7 +732,7 @@
|
|
|
720
732
|
"exportedName": "updateTask",
|
|
721
733
|
"filename": "src/actions/task-actions.ts"
|
|
722
734
|
},
|
|
723
|
-
"
|
|
735
|
+
"40f0f30d50a778a5dc6c79bbae583ca6da0d5f58d0": {
|
|
724
736
|
"workers": {
|
|
725
737
|
"app/workspaces/[workspaceId]/page": {
|
|
726
738
|
"moduleId": 590656,
|
|
@@ -732,7 +744,7 @@
|
|
|
732
744
|
"exportedName": "deleteTask",
|
|
733
745
|
"filename": "src/actions/task-actions.ts"
|
|
734
746
|
},
|
|
735
|
-
"
|
|
747
|
+
"408f9de32b050c148d7cf36642d87cce297331b4d4": {
|
|
736
748
|
"workers": {
|
|
737
749
|
"app/workspaces/[workspaceId]/page": {
|
|
738
750
|
"moduleId": 590656,
|
|
@@ -744,7 +756,7 @@
|
|
|
744
756
|
"exportedName": "toggleTaskPinned",
|
|
745
757
|
"filename": "src/actions/task-actions.ts"
|
|
746
758
|
},
|
|
747
|
-
"
|
|
759
|
+
"7c6d144b031773a1935aff7cb31975f95f676d8731": {
|
|
748
760
|
"workers": {
|
|
749
761
|
"app/workspaces/[workspaceId]/page": {
|
|
750
762
|
"moduleId": 590656,
|
|
@@ -756,7 +768,7 @@
|
|
|
756
768
|
"exportedName": "startPtyExecution",
|
|
757
769
|
"filename": "src/actions/agent-actions.ts"
|
|
758
770
|
},
|
|
759
|
-
"
|
|
771
|
+
"408f957d033515375d14c67a15b77022d11e2598c9": {
|
|
760
772
|
"workers": {
|
|
761
773
|
"app/workspaces/[workspaceId]/page": {
|
|
762
774
|
"moduleId": 590656,
|