tower-studio 0.2.41 → 0.2.42
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/app-path-routes-manifest.json +2 -0
- package/.next/standalone/.next/build-manifest.json +3 -3
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/routes-manifest.json +16 -0
- 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 +27 -27
- 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 +2 -2
- 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 +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 +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 +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 +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 +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 +2 -3
- 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/stop/route.js +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +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]/resume/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js +11 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +5 -5
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/app-paths-manifest.json +3 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/build-manifest.json +9 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/server-reference-manifest.json +4 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js +11 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js.nft.json +1 -0
- package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route_client-reference-manifest.js +3 -0
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +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]/diff-patch/route.js +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +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 +116 -116
- package/.next/standalone/.next/server/app/missions/page.js +2 -3
- 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 +27 -27
- 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 +27 -27
- 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 +44 -44
- 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 +112 -100
- 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 +91 -79
- 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 +80 -68
- 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 +69 -69
- 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 +27 -27
- 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 +71 -71
- 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 +88 -76
- 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 +57 -45
- 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/app-paths-manifest.json +2 -0
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +5 -5
- package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_resume_route_actions_0uascj..js +3 -0
- package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_stop_route_actions_0r3bvc-.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.tbb~k._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__05zlbau._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__06qz5fz._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__075f7rs._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08b~~wj._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__037x-0a._.js → [root-of-the-server]__0askhfg._.js} +4 -4
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__04u7b2g._.js → [root-of-the-server]__0bo_6v~._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e~6fr~._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0kexk71._.js → [root-of-the-server]__0fxmnch._.js} +3 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gr~8aq._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0hd.0to._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0g2lv9x._.js → [root-of-the-server]__0j3l3l4._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0fp8qv9._.js → [root-of-the-server]__0obk~80._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__05nz.tg._.js → [root-of-the-server]__0skk0fd._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0ag-i9m._.js → [root-of-the-server]__0v2nkck._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~6py0f._.js +4 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__126b53k._.js +4 -0
- package/.next/standalone/.next/server/chunks/_0aflzks._.js +7 -0
- package/.next/standalone/.next/server/chunks/_0b~hjvi._.js +7 -0
- package/.next/standalone/.next/server/chunks/_0qk_esg._.js +4 -0
- package/.next/standalone/.next/server/chunks/src_02ruq-1._.js +1 -1
- package/.next/standalone/.next/server/chunks/src_07gek7k._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_0mqkaid._.js +3 -0
- package/.next/standalone/.next/server/chunks/src_actions_agent-actions_ts_10q9r5b._.js +4 -0
- 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_10_90yo._.js → 0ws9_lucide-react_dist_esm_icons_0pkla8j._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.-z9ts._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__038u_kv._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__045k323._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__04wbr9x._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__058rbx5._.js +3 -3
- 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]__087pocz._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0c2mh1c._.js +47 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ce3fpq._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dsaqeq._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gt5dbj._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h-se8t._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h589~0._.js +3 -3
- 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]__0oq-j16._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0whlq2_._.js +4 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10s67lq._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12w35bx._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_03lt1_x._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_04~zqvy._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0_z-t6g._.js → _08bq4g8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0t863nl._.js → _09z2zmm._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0_5abui._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0axcfvf._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0c2gong._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0ecu98s._.js → _0dye20y._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0dzx554._.js → _0f~l8kv._.js} +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_04mn9go._.js → _0m.wslt._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0o2tntr._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0p6p_68._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0u_uywm._.js → _0q2mf9q._.js} +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/{_0_6ss3p._.js → _0rq68d8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0hh17jg._.js → _0rxeqmo._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{_0tsu0gq._.js → _0u.n7v8._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/_0u7c6bz._.js +3 -3
- package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/_0whlnt7._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_0~oc5bl._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_116-_2z._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/_12ca88g._.js +3 -3
- 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 +2 -2
- 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_11w~.ge._.js → src_lib_0x6grav._.js} +1 -1
- package/.next/standalone/.next/server/functions-config-manifest.json +2 -0
- 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 +345 -303
- package/.next/standalone/.next/static/chunks/0-efd~h5j2ufi.js +1 -0
- package/.next/standalone/.next/static/chunks/{0fz47g1x5o2xj.js → 0.onaugl2w8ci.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0ad0ou7l2.r6e.js → 0.wxa05y455w7.js} +1 -1
- package/.next/standalone/.next/static/chunks/0.z171pzeg-.7.js +1 -0
- package/.next/standalone/.next/static/chunks/01zlxs4rl~h_o.js +1 -0
- package/.next/standalone/.next/static/chunks/{05zm_-7x0fubq.js → 02f8-ju2se8qw.js} +1 -1
- package/.next/standalone/.next/static/chunks/{03sdutmq6~3v-.js → 035a_v6g7ioyw.js} +1 -1
- package/.next/standalone/.next/static/chunks/{02o~o8tgt860j.js → 040j8d.w8mkyn.js} +1 -1
- package/.next/standalone/.next/static/chunks/0_d04kox03m72.css +1 -0
- package/.next/standalone/.next/static/chunks/0af7afat3acfx.js +1 -0
- package/.next/standalone/.next/static/chunks/0ais32-8.3wlj.js +1 -0
- package/.next/standalone/.next/static/chunks/{12rj7-g8lxjew.js → 0bdwzhoelky9-.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0.65.u3zhwau~.js → 0clewc5ifaruu.js} +1 -1
- package/.next/standalone/.next/static/chunks/0dewfthzwmcwb.js +1 -0
- package/.next/standalone/.next/static/chunks/0f43x~jzb70f4.js +1 -0
- package/.next/standalone/.next/static/chunks/{0v.l5.sqos562.js → 0i-x__600fys6.js} +1 -1
- package/.next/standalone/.next/static/chunks/0lyq0-a32.15m.js +1 -0
- package/.next/standalone/.next/static/chunks/{06s-d8my6b9t7.js → 0m~m1~si.ot17.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0tfmi08mzcieh.js → 0rozlwh3y46l0.js} +1 -1
- package/.next/standalone/.next/static/chunks/0t8lz62rmr801.js +2 -0
- package/.next/standalone/.next/static/chunks/0utrquxfg25b2.js +1 -0
- package/.next/standalone/.next/static/chunks/0wcdxs4sl-gjf.js +1 -0
- package/.next/standalone/.next/static/chunks/0wcwdbtpm0~r6.js +1 -0
- package/.next/standalone/.next/static/chunks/{0i2soupf1735z.js → 0x-ug4iz~~qr2.js} +1 -1
- package/.next/standalone/.next/static/chunks/0xj6v_80hlyv0.js +1 -0
- package/.next/standalone/.next/static/chunks/0xl7h5fsfc7zk.js +1 -0
- package/.next/standalone/.next/static/chunks/{11sqt~58g35be.js → 0ypd9eqm_pj-o.js} +1 -1
- package/.next/standalone/.next/static/chunks/115ae91fq~slq.js +1 -0
- package/.next/standalone/.next/static/chunks/{1195ux3t_r-rb.js → 13.3woq55msp..js} +1 -1
- package/.next/standalone/.next/static/chunks/17fug-zaik-v~.js +1 -0
- package/.next/standalone/.next/static/chunks/{0v8apmh_d7lz3.js → 17m4o~gdsvuo3.js} +1 -1
- package/.next/standalone/package.json +1 -1
- package/README.md +25 -3
- package/README.zh.md +25 -3
- package/dist/mcp-server.cjs +115 -0
- package/package.json +1 -1
- package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.z8.oi._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__02jy80j._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0az764e._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0giry~0._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kuo6q5._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0np.553._.js +0 -4
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0u_-4~7._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08w4.zf._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0da~mv~._.js +0 -47
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dn90me._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gtqd5o._.js +0 -4
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nwisa8._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0w--i~y._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zkpwjj._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0-_yznx._.js +0 -43
- package/.next/standalone/.next/server/chunks/ssr/_03v~rg0._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0_9i_x2._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0b.qjaj._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0mdqhxi._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0r-flc_._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0rkdyad._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0z6ji0d._.js +0 -3
- package/.next/standalone/.next/static/chunks/0-x5eie9u3i_2.js +0 -1
- package/.next/standalone/.next/static/chunks/00w9dd4fooyic.js +0 -1
- package/.next/standalone/.next/static/chunks/04zy.uc7eru64.js +0 -1
- package/.next/standalone/.next/static/chunks/05~2gwcex7hv0.js +0 -1
- package/.next/standalone/.next/static/chunks/062.w.nsp3886.js +0 -1
- package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +0 -1
- package/.next/standalone/.next/static/chunks/06lla3jtd~xb4.js +0 -1
- package/.next/standalone/.next/static/chunks/0babmd83h6ejs.js +0 -1
- package/.next/standalone/.next/static/chunks/0c8c6pcmlzgmi.js +0 -1
- package/.next/standalone/.next/static/chunks/0c~~56wny5m2u.js +0 -1
- package/.next/standalone/.next/static/chunks/0ev98toavtr6..js +0 -1
- package/.next/standalone/.next/static/chunks/0lnsj7fwkprxe.js +0 -1
- package/.next/standalone/.next/static/chunks/0oz8sw6j078vm.js +0 -2
- package/.next/standalone/.next/static/chunks/0umi7ddtiv8sw.js +0 -1
- package/.next/standalone/.next/static/chunks/0w33dj~dfamnr.css +0 -1
- package/.next/standalone/.next/static/chunks/0y3a2-c-i9t~t.js +0 -1
- package/.next/standalone/.next/static/chunks/10qltt-r5q91p.js +0 -1
- /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → LCBoYZWhXzs8PjuBmxw7g}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → LCBoYZWhXzs8PjuBmxw7g}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → LCBoYZWhXzs8PjuBmxw7g}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"40c028aa754fb395b011ca98a0d8998d941ba9b275": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
6
6
|
"moduleId": 54850,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "createWorkspace",
|
|
13
13
|
"filename": "src/actions/workspace-actions.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"600a7b6234db631cbc3d0f9a4263a6d0a9dba6455a": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
18
18
|
"moduleId": 54850,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"exportedName": "updateWorkspace",
|
|
25
25
|
"filename": "src/actions/workspace-actions.ts"
|
|
26
26
|
},
|
|
27
|
-
"
|
|
27
|
+
"40e9e4643eae5f742132fff6c126cd641da7345a95": {
|
|
28
28
|
"workers": {
|
|
29
29
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
30
30
|
"moduleId": 54850,
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"exportedName": "deleteWorkspace",
|
|
37
37
|
"filename": "src/actions/workspace-actions.ts"
|
|
38
38
|
},
|
|
39
|
-
"
|
|
39
|
+
"4045a4e8dc6e5750aaa5486feb11ec8f39f84f79cc": {
|
|
40
40
|
"workers": {
|
|
41
41
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
42
42
|
"moduleId": 54850,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportedName": "reorderWorkspaces",
|
|
49
49
|
"filename": "src/actions/workspace-actions.ts"
|
|
50
50
|
},
|
|
51
|
-
"
|
|
51
|
+
"40678a2b403c111cdd409176df5bba928e0f63a5b4": {
|
|
52
52
|
"workers": {
|
|
53
53
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
54
54
|
"moduleId": 54850,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"exportedName": "getLabelsForWorkspace",
|
|
61
61
|
"filename": "src/actions/label-actions.ts"
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"407fab8fa8b7793fb8f25a418f04559876792ca21c": {
|
|
64
64
|
"workers": {
|
|
65
65
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
66
66
|
"moduleId": 54850,
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"exportedName": "createLabel",
|
|
73
73
|
"filename": "src/actions/label-actions.ts"
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"402bbc93aabd476c75ea98b62565514688b910719d": {
|
|
76
76
|
"workers": {
|
|
77
77
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
78
78
|
"moduleId": 54850,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"exportedName": "deleteLabel",
|
|
85
85
|
"filename": "src/actions/label-actions.ts"
|
|
86
86
|
},
|
|
87
|
-
"
|
|
87
|
+
"6051197133a60d5756beb41200c1dbffb7f56bea66": {
|
|
88
88
|
"workers": {
|
|
89
89
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
90
90
|
"moduleId": 54850,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"exportedName": "globalSearch",
|
|
97
97
|
"filename": "src/actions/search-actions.ts"
|
|
98
98
|
},
|
|
99
|
-
"
|
|
99
|
+
"602f249ffd4feeacc003965c2280a0f6818774621f": {
|
|
100
100
|
"workers": {
|
|
101
101
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
102
102
|
"moduleId": 54850,
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"exportedName": "getConfigValue",
|
|
109
109
|
"filename": "src/actions/config-actions.ts"
|
|
110
110
|
},
|
|
111
|
-
"
|
|
111
|
+
"40240a5845f1968bde6e8e0e74ac4a2e123226c978": {
|
|
112
112
|
"workers": {
|
|
113
113
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
114
114
|
"moduleId": 54850,
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"exportedName": "resolveGitLocalPathWithSource",
|
|
121
121
|
"filename": "src/actions/config-actions.ts"
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"60d6bdc95a2a456d0e0dc627f1f08c495e85e3c291": {
|
|
124
124
|
"workers": {
|
|
125
125
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
126
126
|
"moduleId": 54850,
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"exportedName": "analyzeProjectDirectory",
|
|
133
133
|
"filename": "src/actions/project-actions.ts"
|
|
134
134
|
},
|
|
135
|
-
"
|
|
135
|
+
"40b0a7436022990255822bd0a66b4fbb3eed825bfe": {
|
|
136
136
|
"workers": {
|
|
137
137
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
138
138
|
"moduleId": 54850,
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"exportedName": "resolveGitLocalPath",
|
|
145
145
|
"filename": "src/actions/config-actions.ts"
|
|
146
146
|
},
|
|
147
|
-
"
|
|
147
|
+
"60e921b4290b893e15be9b596f68c0d8d5748450de": {
|
|
148
148
|
"workers": {
|
|
149
149
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
150
150
|
"moduleId": 54850,
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"exportedName": "migrateProjectPath",
|
|
157
157
|
"filename": "src/actions/project-actions.ts"
|
|
158
158
|
},
|
|
159
|
-
"
|
|
159
|
+
"40e8327e313b39fc99571773ca1cac1217f978fc83": {
|
|
160
160
|
"workers": {
|
|
161
161
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
162
162
|
"moduleId": 54850,
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"exportedName": "checkMigrationSafety",
|
|
169
169
|
"filename": "src/actions/project-actions.ts"
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"008ca26582a6bc86f8a81485dafd39264601108780": {
|
|
172
172
|
"workers": {
|
|
173
173
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
174
174
|
"moduleId": 54850,
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"exportedName": "getActualWsPort",
|
|
181
181
|
"filename": "src/actions/config-actions.ts"
|
|
182
182
|
},
|
|
183
|
-
"
|
|
183
|
+
"40b7eec0bb0bcd1c9c8f305cb7f9cb2aa9d17c5331": {
|
|
184
184
|
"workers": {
|
|
185
185
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
186
186
|
"moduleId": 54850,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"exportedName": "getConfigValues",
|
|
193
193
|
"filename": "src/actions/config-actions.ts"
|
|
194
194
|
},
|
|
195
|
-
"
|
|
195
|
+
"401a552a24f8644baa876aacdcf5eba7d28ab5cc3a": {
|
|
196
196
|
"workers": {
|
|
197
197
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
198
198
|
"moduleId": 54850,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"exportedName": "createProject",
|
|
205
205
|
"filename": "src/actions/workspace-actions.ts"
|
|
206
206
|
},
|
|
207
|
-
"
|
|
207
|
+
"603ff195358b719fe71041bada759b1541862c7e83": {
|
|
208
208
|
"workers": {
|
|
209
209
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
210
210
|
"moduleId": 54850,
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"exportedName": "setConfigValue",
|
|
217
217
|
"filename": "src/actions/config-actions.ts"
|
|
218
218
|
},
|
|
219
|
-
"
|
|
219
|
+
"4071f8336f22edfe28929da6c8ff0f4029617d3711": {
|
|
220
220
|
"workers": {
|
|
221
221
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
222
222
|
"moduleId": 54850,
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"exportedName": "checkExtension",
|
|
229
229
|
"filename": "src/actions/extension-actions.ts"
|
|
230
230
|
},
|
|
231
|
-
"
|
|
231
|
+
"4004282668f38cbee8857d302368731b5ab318a755": {
|
|
232
232
|
"workers": {
|
|
233
233
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
234
234
|
"moduleId": 54850,
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"exportedName": "installExtension",
|
|
241
241
|
"filename": "src/actions/extension-actions.ts"
|
|
242
242
|
},
|
|
243
|
-
"
|
|
243
|
+
"40a3c6df81ffdfc61bfe62695cc844afa21f21a1ac": {
|
|
244
244
|
"workers": {
|
|
245
245
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
246
246
|
"moduleId": 54850,
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exportedName": "uninstallExtension",
|
|
253
253
|
"filename": "src/actions/extension-actions.ts"
|
|
254
254
|
},
|
|
255
|
-
"
|
|
255
|
+
"00cbd31136fc6774db005529c98fc11975e67706fc": {
|
|
256
256
|
"workers": {
|
|
257
257
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
258
258
|
"moduleId": 54850,
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
"exportedName": "getOnboardingStatus",
|
|
265
265
|
"filename": "src/actions/onboarding-actions.ts"
|
|
266
266
|
},
|
|
267
|
-
"
|
|
267
|
+
"4002d954765b9e56566e449fc3bc78e4fb03be7b35": {
|
|
268
268
|
"workers": {
|
|
269
269
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
270
270
|
"moduleId": 54850,
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"exportedName": "dispatchTaskCompletionEvent",
|
|
277
277
|
"filename": "src/actions/onboarding-actions.ts"
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"4049e0ef7ccd78445d833ed4f81e1914612c618a1a": {
|
|
280
280
|
"workers": {
|
|
281
281
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
282
282
|
"moduleId": 54850,
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"exportedName": "setOnboardingProgress",
|
|
289
289
|
"filename": "src/actions/onboarding-actions.ts"
|
|
290
290
|
},
|
|
291
|
-
"
|
|
291
|
+
"6076596bd293cdd855f89742a00cf37915e785323c": {
|
|
292
292
|
"workers": {
|
|
293
293
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
294
294
|
"moduleId": 54850,
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"exportedName": "completeOnboarding",
|
|
301
301
|
"filename": "src/actions/onboarding-actions.ts"
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"60989c7084fe6a3648aaebdf6450e4d69d1b62e7f2": {
|
|
304
304
|
"workers": {
|
|
305
305
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
306
306
|
"moduleId": 54850,
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"exportedName": "setOnboardingExtensions",
|
|
313
313
|
"filename": "src/actions/onboarding-actions.ts"
|
|
314
314
|
},
|
|
315
|
-
"
|
|
315
|
+
"0020d458849af3dea02c06547ca93681820093cd60": {
|
|
316
316
|
"workers": {
|
|
317
317
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
318
318
|
"moduleId": 54850,
|
|
@@ -324,43 +324,43 @@
|
|
|
324
324
|
"exportedName": "listAllExtensionStatus",
|
|
325
325
|
"filename": "src/actions/extension-actions.ts"
|
|
326
326
|
},
|
|
327
|
-
"
|
|
327
|
+
"40145dbdd25db4406325ab9954740bfdbd3ac3f44c": {
|
|
328
328
|
"workers": {
|
|
329
329
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
330
330
|
"moduleId": 54850,
|
|
331
331
|
"async": true,
|
|
332
|
-
"exportedName": "
|
|
332
|
+
"exportedName": "getAssetById",
|
|
333
333
|
"filename": "src/actions/asset-actions.ts"
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
-
"exportedName": "
|
|
336
|
+
"exportedName": "getAssetById",
|
|
337
337
|
"filename": "src/actions/asset-actions.ts"
|
|
338
338
|
},
|
|
339
|
-
"
|
|
339
|
+
"4028050fca8d1cd079e697253d40f00308d04890b7": {
|
|
340
340
|
"workers": {
|
|
341
341
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
342
342
|
"moduleId": 54850,
|
|
343
343
|
"async": true,
|
|
344
|
-
"exportedName": "
|
|
344
|
+
"exportedName": "getProjectAssets",
|
|
345
345
|
"filename": "src/actions/asset-actions.ts"
|
|
346
346
|
}
|
|
347
347
|
},
|
|
348
|
-
"exportedName": "
|
|
348
|
+
"exportedName": "getProjectAssets",
|
|
349
349
|
"filename": "src/actions/asset-actions.ts"
|
|
350
350
|
},
|
|
351
|
-
"
|
|
351
|
+
"402a900d665c83ee0101923eeccf19b2ac388a33f0": {
|
|
352
352
|
"workers": {
|
|
353
353
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
354
354
|
"moduleId": 54850,
|
|
355
355
|
"async": true,
|
|
356
|
-
"exportedName": "
|
|
356
|
+
"exportedName": "uploadAsset",
|
|
357
357
|
"filename": "src/actions/asset-actions.ts"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
|
-
"exportedName": "
|
|
360
|
+
"exportedName": "uploadAsset",
|
|
361
361
|
"filename": "src/actions/asset-actions.ts"
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"409ee3a4936770685e5864c918fde77b58c82c8c49": {
|
|
364
364
|
"workers": {
|
|
365
365
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
366
366
|
"moduleId": 54850,
|
|
@@ -372,43 +372,43 @@
|
|
|
372
372
|
"exportedName": "deleteAsset",
|
|
373
373
|
"filename": "src/actions/asset-actions.ts"
|
|
374
374
|
},
|
|
375
|
-
"
|
|
375
|
+
"40cea309f5ed4b3fed43f5d7068636d5b7abe8ce6d": {
|
|
376
376
|
"workers": {
|
|
377
377
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
378
378
|
"moduleId": 54850,
|
|
379
379
|
"async": true,
|
|
380
|
-
"exportedName": "
|
|
380
|
+
"exportedName": "createAsset",
|
|
381
381
|
"filename": "src/actions/asset-actions.ts"
|
|
382
382
|
}
|
|
383
383
|
},
|
|
384
|
-
"exportedName": "
|
|
384
|
+
"exportedName": "createAsset",
|
|
385
385
|
"filename": "src/actions/asset-actions.ts"
|
|
386
386
|
},
|
|
387
|
-
"
|
|
387
|
+
"40dcff96f17130009ebcf1aa9207414d4e599ff823": {
|
|
388
388
|
"workers": {
|
|
389
389
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
390
390
|
"moduleId": 54850,
|
|
391
391
|
"async": true,
|
|
392
|
-
"exportedName": "
|
|
392
|
+
"exportedName": "getTaskAssets",
|
|
393
393
|
"filename": "src/actions/asset-actions.ts"
|
|
394
394
|
}
|
|
395
395
|
},
|
|
396
|
-
"exportedName": "
|
|
396
|
+
"exportedName": "getTaskAssets",
|
|
397
397
|
"filename": "src/actions/asset-actions.ts"
|
|
398
398
|
},
|
|
399
|
-
"
|
|
399
|
+
"0052ac41602ef4dbcf3e7eab989904d84cc98771cc": {
|
|
400
400
|
"workers": {
|
|
401
401
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
402
402
|
"moduleId": 54850,
|
|
403
403
|
"async": true,
|
|
404
|
-
"exportedName": "
|
|
404
|
+
"exportedName": "getPlatformInfo",
|
|
405
405
|
"filename": "src/actions/config-actions.ts"
|
|
406
406
|
}
|
|
407
407
|
},
|
|
408
|
-
"exportedName": "
|
|
408
|
+
"exportedName": "getPlatformInfo",
|
|
409
409
|
"filename": "src/actions/config-actions.ts"
|
|
410
410
|
},
|
|
411
|
-
"
|
|
411
|
+
"00b6b12eb25ee453f445c4bcdf4d50b3d1c7b38351": {
|
|
412
412
|
"workers": {
|
|
413
413
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
414
414
|
"moduleId": 54850,
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"exportedName": "getAvailableTerminalApps",
|
|
421
421
|
"filename": "src/actions/config-actions.ts"
|
|
422
422
|
},
|
|
423
|
-
"
|
|
423
|
+
"00cb16f5ded02798244e152965d1bd2e05b1bbd388": {
|
|
424
424
|
"workers": {
|
|
425
425
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
426
426
|
"moduleId": 54850,
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"exportedName": "getArchiveDelayDays",
|
|
433
433
|
"filename": "src/actions/config-actions.ts"
|
|
434
434
|
},
|
|
435
|
-
"
|
|
435
|
+
"00d3612d99f6420cc65bd0c2c7fa3f1a2c36c71282": {
|
|
436
436
|
"workers": {
|
|
437
437
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
438
438
|
"moduleId": 54850,
|
|
@@ -444,55 +444,55 @@
|
|
|
444
444
|
"exportedName": "getAvailableShells",
|
|
445
445
|
"filename": "src/actions/config-actions.ts"
|
|
446
446
|
},
|
|
447
|
-
"
|
|
447
|
+
"00f6fe91c94d11e3e6cd2112ec769707959a54189f": {
|
|
448
448
|
"workers": {
|
|
449
449
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
450
450
|
"moduleId": 54850,
|
|
451
451
|
"async": true,
|
|
452
|
-
"exportedName": "
|
|
452
|
+
"exportedName": "getAvailableEditors",
|
|
453
453
|
"filename": "src/actions/config-actions.ts"
|
|
454
454
|
}
|
|
455
455
|
},
|
|
456
|
-
"exportedName": "
|
|
456
|
+
"exportedName": "getAvailableEditors",
|
|
457
457
|
"filename": "src/actions/config-actions.ts"
|
|
458
458
|
},
|
|
459
|
-
"
|
|
459
|
+
"0021e29b21b5a7e177a13d6e1538a0b571700bd450": {
|
|
460
460
|
"workers": {
|
|
461
461
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
462
462
|
"moduleId": 54850,
|
|
463
463
|
"async": true,
|
|
464
|
-
"exportedName": "
|
|
464
|
+
"exportedName": "getWorkspacesWithActiveTasks",
|
|
465
465
|
"filename": "src/actions/workspace-actions.ts"
|
|
466
466
|
}
|
|
467
467
|
},
|
|
468
|
-
"exportedName": "
|
|
468
|
+
"exportedName": "getWorkspacesWithActiveTasks",
|
|
469
469
|
"filename": "src/actions/workspace-actions.ts"
|
|
470
470
|
},
|
|
471
|
-
"
|
|
471
|
+
"0048acb48e87365a574f41ec11bf19383acd938037": {
|
|
472
472
|
"workers": {
|
|
473
473
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
474
474
|
"moduleId": 54850,
|
|
475
475
|
"async": true,
|
|
476
|
-
"exportedName": "
|
|
476
|
+
"exportedName": "getWorkspacesWithProjects",
|
|
477
477
|
"filename": "src/actions/workspace-actions.ts"
|
|
478
478
|
}
|
|
479
479
|
},
|
|
480
|
-
"exportedName": "
|
|
480
|
+
"exportedName": "getWorkspacesWithProjects",
|
|
481
481
|
"filename": "src/actions/workspace-actions.ts"
|
|
482
482
|
},
|
|
483
|
-
"
|
|
483
|
+
"40258a8e00132031ac74bd65aa5e34e1524e4dbf95": {
|
|
484
484
|
"workers": {
|
|
485
485
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
486
486
|
"moduleId": 54850,
|
|
487
487
|
"async": true,
|
|
488
|
-
"exportedName": "
|
|
488
|
+
"exportedName": "getProjectByLocalPath",
|
|
489
489
|
"filename": "src/actions/workspace-actions.ts"
|
|
490
490
|
}
|
|
491
491
|
},
|
|
492
|
-
"exportedName": "
|
|
492
|
+
"exportedName": "getProjectByLocalPath",
|
|
493
493
|
"filename": "src/actions/workspace-actions.ts"
|
|
494
494
|
},
|
|
495
|
-
"
|
|
495
|
+
"4054b75c148f6c4fd80843f786e74e0da8e3622d60": {
|
|
496
496
|
"workers": {
|
|
497
497
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
498
498
|
"moduleId": 54850,
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"exportedName": "getOrCreateTowerTaskId",
|
|
505
505
|
"filename": "src/actions/workspace-actions.ts"
|
|
506
506
|
},
|
|
507
|
-
"
|
|
507
|
+
"40ad300af169f346845aebd8b53af22da0aa31982c": {
|
|
508
508
|
"workers": {
|
|
509
509
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
510
510
|
"moduleId": 54850,
|
|
@@ -516,31 +516,43 @@
|
|
|
516
516
|
"exportedName": "getWorkspaceById",
|
|
517
517
|
"filename": "src/actions/workspace-actions.ts"
|
|
518
518
|
},
|
|
519
|
-
"
|
|
519
|
+
"40e251b39cb8f280e32c2734ca8244fc03b60d94ba": {
|
|
520
520
|
"workers": {
|
|
521
521
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
522
522
|
"moduleId": 54850,
|
|
523
523
|
"async": true,
|
|
524
|
-
"exportedName": "
|
|
524
|
+
"exportedName": "getWorkspacesWithRecentTasks",
|
|
525
525
|
"filename": "src/actions/workspace-actions.ts"
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
|
-
"exportedName": "
|
|
528
|
+
"exportedName": "getWorkspacesWithRecentTasks",
|
|
529
529
|
"filename": "src/actions/workspace-actions.ts"
|
|
530
530
|
},
|
|
531
|
-
"
|
|
531
|
+
"40ebfe2e4d860bd1f880950a57713cfba603ebe8cb": {
|
|
532
532
|
"workers": {
|
|
533
533
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
534
534
|
"moduleId": 54850,
|
|
535
535
|
"async": true,
|
|
536
|
-
"exportedName": "
|
|
536
|
+
"exportedName": "getRecentLocalProjects",
|
|
537
537
|
"filename": "src/actions/workspace-actions.ts"
|
|
538
538
|
}
|
|
539
539
|
},
|
|
540
|
-
"exportedName": "
|
|
540
|
+
"exportedName": "getRecentLocalProjects",
|
|
541
|
+
"filename": "src/actions/workspace-actions.ts"
|
|
542
|
+
},
|
|
543
|
+
"40f16c9bf878ed8da769bf0b0f991bce6a98c60409": {
|
|
544
|
+
"workers": {
|
|
545
|
+
"app/workspaces/[workspaceId]/assets/page": {
|
|
546
|
+
"moduleId": 54850,
|
|
547
|
+
"async": true,
|
|
548
|
+
"exportedName": "deleteProject",
|
|
549
|
+
"filename": "src/actions/workspace-actions.ts"
|
|
550
|
+
}
|
|
551
|
+
},
|
|
552
|
+
"exportedName": "deleteProject",
|
|
541
553
|
"filename": "src/actions/workspace-actions.ts"
|
|
542
554
|
},
|
|
543
|
-
"
|
|
555
|
+
"608aac1637b86613ba60424496283123c9a2a5de0b": {
|
|
544
556
|
"workers": {
|
|
545
557
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
546
558
|
"moduleId": 54850,
|
|
@@ -552,7 +564,7 @@
|
|
|
552
564
|
"exportedName": "updateProject",
|
|
553
565
|
"filename": "src/actions/workspace-actions.ts"
|
|
554
566
|
},
|
|
555
|
-
"
|
|
567
|
+
"406164d0875801f4fc8d154f2a576627f6f47d6cc5": {
|
|
556
568
|
"workers": {
|
|
557
569
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
558
570
|
"moduleId": 54850,
|
|
@@ -564,7 +576,7 @@
|
|
|
564
576
|
"exportedName": "createTask",
|
|
565
577
|
"filename": "src/actions/task-actions.ts"
|
|
566
578
|
},
|
|
567
|
-
"
|
|
579
|
+
"40c2837c54ab133af8f3d05570e9671852fb7debfb": {
|
|
568
580
|
"workers": {
|
|
569
581
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
570
582
|
"moduleId": 54850,
|
|
@@ -576,7 +588,7 @@
|
|
|
576
588
|
"exportedName": "getTaskOverview",
|
|
577
589
|
"filename": "src/actions/task-actions.ts"
|
|
578
590
|
},
|
|
579
|
-
"
|
|
591
|
+
"407b25dcf594d8f7c2bd8bfe60d61dd2f45c2495a3": {
|
|
580
592
|
"workers": {
|
|
581
593
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
582
594
|
"moduleId": 54850,
|
|
@@ -588,7 +600,7 @@
|
|
|
588
600
|
"exportedName": "getTaskNotes",
|
|
589
601
|
"filename": "src/actions/note-actions.ts"
|
|
590
602
|
},
|
|
591
|
-
"
|
|
603
|
+
"40d355190aa13f7b29eb4ae960d07d3f17efbc9494": {
|
|
592
604
|
"workers": {
|
|
593
605
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
594
606
|
"moduleId": 54850,
|
|
@@ -600,7 +612,7 @@
|
|
|
600
612
|
"exportedName": "openInFileManager",
|
|
601
613
|
"filename": "src/actions/preview-actions.ts"
|
|
602
614
|
},
|
|
603
|
-
"
|
|
615
|
+
"40887b42fd63bf331153abc27703393fbce3ca35b4": {
|
|
604
616
|
"workers": {
|
|
605
617
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
606
618
|
"moduleId": 54850,
|
|
@@ -612,7 +624,7 @@
|
|
|
612
624
|
"exportedName": "openInEditor",
|
|
613
625
|
"filename": "src/actions/preview-actions.ts"
|
|
614
626
|
},
|
|
615
|
-
"
|
|
627
|
+
"40118872f3d23c38466036d1df507ff3b1a2f96ba8": {
|
|
616
628
|
"workers": {
|
|
617
629
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
618
630
|
"moduleId": 54850,
|
|
@@ -624,7 +636,7 @@
|
|
|
624
636
|
"exportedName": "openInTerminal",
|
|
625
637
|
"filename": "src/actions/preview-actions.ts"
|
|
626
638
|
},
|
|
627
|
-
"
|
|
639
|
+
"40089d4052e961b88ce9db260f019e2ebf89ebeedb": {
|
|
628
640
|
"workers": {
|
|
629
641
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
630
642
|
"moduleId": 54850,
|
|
@@ -636,7 +648,7 @@
|
|
|
636
648
|
"exportedName": "getProjectBranches",
|
|
637
649
|
"filename": "src/actions/git-actions.ts"
|
|
638
650
|
},
|
|
639
|
-
"
|
|
651
|
+
"4092134b47c02eb51ba3858c22029dc33c3aa49084": {
|
|
640
652
|
"workers": {
|
|
641
653
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
642
654
|
"moduleId": 54850,
|
|
@@ -648,7 +660,7 @@
|
|
|
648
660
|
"exportedName": "fetchRemoteBranches",
|
|
649
661
|
"filename": "src/actions/git-actions.ts"
|
|
650
662
|
},
|
|
651
|
-
"
|
|
663
|
+
"40d983089d134142cd86ebd81bff685b6e80e6d9a5": {
|
|
652
664
|
"workers": {
|
|
653
665
|
"app/workspaces/[workspaceId]/assets/page": {
|
|
654
666
|
"moduleId": 54850,
|