tower-studio 0.2.37 → 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 +44 -32
- 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 +81 -69
- 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 +44 -32
- 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 +44 -32
- 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 +61 -49
- 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 +115 -103
- 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 +98 -86
- 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 +86 -74
- 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 +44 -32
- 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 +84 -72
- 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 +95 -83
- 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 +62 -50
- 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_0eh8dj_.js +5 -5
- 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 +2 -2
- 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]__05b5dyi._.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]__0csj88a._.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]__0oy9qt7._.js → [root-of-the-server]__0k1ivnj._.js} +2 -2
- package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0vjz4a4._.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]__0kdfgja._.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/{_0r1f9zc._.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/{_0pp8emp._.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/{_0ub.iem._.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/{_0v0y2s~._.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/{_0lqxllh._.js → _0m.34j8._.js} +2 -2
- 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/{_0r_ch71._.js → _0t0oltj._.js} +3 -3
- package/.next/standalone/.next/server/chunks/ssr/{_0.-xze1._.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 +356 -272
- 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/{00_-_qcmfqtqx.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_-2es-r~03mg.js +1 -0
- package/.next/standalone/.next/static/chunks/{0m227i3p__4qz.js → 0a._hcvzq4ko7.js} +2 -2
- package/.next/standalone/.next/static/chunks/{0o0ngxu962xwu.js → 0dha37i1oc6z~.js} +1 -1
- package/.next/standalone/.next/static/chunks/0e9ykduz3_0e1.js +1 -0
- 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/{08ewy5rmh_n_s.js → 0h4k3cicu7g-w.js} +1 -1
- package/.next/standalone/.next/static/chunks/{03tc~x4m3si-p.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/{08cuzj12jsob5.js → 0q~4dhw.phxg3.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0oaelsx9hpsxi.js → 0t_3wwd~mmc.1.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0950xt.ix3j1q.js → 0u.3xek3m2ud..js} +1 -1
- package/.next/standalone/.next/static/chunks/0u.b0t7fueh-x.js +1 -0
- package/.next/standalone/.next/static/chunks/{10mwqzqdpi9d5.js → 0v.l5.sqos562.js} +1 -1
- package/.next/standalone/.next/static/chunks/{0o3eu9q3qnvi..js → 0w14di5d0vw6-.js} +1 -1
- package/.next/standalone/.next/static/chunks/0z2blg_osfipv.js +1 -0
- package/.next/standalone/.next/static/chunks/{0c.6n7.lv8~10.js → 11.r6a56ss7qu.js} +1 -1
- package/.next/standalone/.next/static/chunks/112wpv9rqw4dp.js +1 -0
- package/.next/standalone/.next/static/chunks/{09a43rligfn_v.js → 134c60acdsr_g.js} +1 -1
- 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/skills/tower/SKILL.md +81 -2
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_00z0339._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0_r-f5a._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0gzdrnf._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0nk7qd4._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/_0z7hp2l._.js +0 -3
- package/.next/standalone/.next/static/chunks/00.kucs-nzw72.js +0 -1
- package/.next/standalone/.next/static/chunks/014cs5ykpuy3m.js +0 -1
- package/.next/standalone/.next/static/chunks/01f6i88h8guls.js +0 -1
- package/.next/standalone/.next/static/chunks/034x~85_u-f26.js +0 -1
- package/.next/standalone/.next/static/chunks/03v.cnuy3h3rb.js +0 -1
- package/.next/standalone/.next/static/chunks/05dlhgy_00kj1.js +0 -1
- package/.next/standalone/.next/static/chunks/05p_suay02eo1.js +0 -1
- package/.next/standalone/.next/static/chunks/0ckcff42.pa_j.js +0 -1
- package/.next/standalone/.next/static/chunks/0dt3ljzz2pz0r.css +0 -1
- package/.next/standalone/.next/static/chunks/0kuz7yd.6hpd1.js +0 -1
- package/.next/standalone/.next/static/chunks/0mk6~akqfc05t.js +0 -1
- package/.next/standalone/.next/static/chunks/0p.-6dhm_nm9f.js +0 -1
- package/.next/standalone/.next/static/chunks/0qc.bnyy68-yh.js +0 -1
- package/.next/standalone/.next/static/chunks/0qfx4.vrc9a9n.js +0 -5
- package/.next/standalone/.next/static/chunks/0qonpqhvpg-tt.js +0 -1
- package/.next/standalone/.next/static/chunks/0s46.9vyvnj99.js +0 -1
- package/.next/standalone/.next/static/chunks/0u~0j4_f3gwi2.js +0 -1
- package/.next/standalone/.next/static/chunks/0~uo_7-sxehxf.js +0 -1
- package/.next/standalone/.next/static/chunks/15~2jg4z8h54~.js +0 -1
- /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_buildManifest.js +0 -0
- /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_clientMiddlewareManifest.js +0 -0
- /package/.next/standalone/.next/static/{FO1_JUKAw5Zm07Nlq0G6X → JutVIyokVf-YrN6j2WEwG}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/workspaces/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx <module evaluation>":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts <module evaluation>":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts <module evaluation>":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts <module evaluation>":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0qonpqhvpg-tt.js","/_next/static/chunks/10mwqzqdpi9d5.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/15~2jg4z8h54~.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0s46.9vyvnj99.js","/_next/static/chunks/0qfx4.vrc9a9n.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0~uo_7-sxehxf.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"889383":{"*":{"id":519786,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"454711":{"*":{"id":542940,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"743059":{"*":{"id":424764,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"841359":{"*":{"id":267654,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_0pp8emp._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/node_modules__pnpm_0hhlpw6._.js","server/chunks/ssr/_0nk7qd4._.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/[root-of-the-server]__0rzkdlf._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"889383":{"*":{"id":240404,"name":"*","chunks":[],"async":false}},"454711":{"*":{"id":320609,"name":"*","chunks":[],"async":false}},"743059":{"*":{"id":994168,"name":"*","chunks":[],"async":false}},"841359":{"*":{"id":448525,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0dt3ljzz2pz0r.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0dt3ljzz2pz0r.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0s46.9vyvnj99.js","static/chunks/0qfx4.vrc9a9n.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0qonpqhvpg-tt.js","static/chunks/10mwqzqdpi9d5.js","static/chunks/0f73nbasuf4u_.js","static/chunks/15~2jg4z8h54~.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0s46.9vyvnj99.js","static/chunks/0qfx4.vrc9a9n.js","static/chunks/0.65.u3zhwau~.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0~uo_7-sxehxf.js","static/chunks/16nn-au~pxlvy.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/workspaces/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":680695,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":484878,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":516578,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":90678,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":744050,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":834225,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":782626,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx <module evaluation>":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx <module evaluation>":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx <module evaluation>":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts <module evaluation>":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts <module evaluation>":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts <module evaluation>":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js <module evaluation>":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/lucide-react@1.6.0_react@19.2.4/node_modules/lucide-react/dist/esm/Icon.js":{"id":458464,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":135230,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0v.l5.sqos562.js","/_next/static/chunks/0651zmy-w~saj.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0j2n.h0~von8h.js","/_next/static/chunks/0p5rare_o5zb1.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/0v8apmh_d7lz3.js","/_next/static/chunks/0.65.u3zhwau~.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/16nn-au~pxlvy.js"],"async":false}},"ssrModuleMapping":{"680695":{"*":{"id":449225,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"484878":{"*":{"id":784784,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"516578":{"*":{"id":916393,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"90678":{"*":{"id":614964,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"744050":{"*":{"id":814840,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"834225":{"*":{"id":38071,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"782626":{"*":{"id":208382,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"746798":{"*":{"id":785259,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"914935":{"*":{"id":607884,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"533499":{"*":{"id":951192,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"782406":{"*":{"id":3896,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"770303":{"*":{"id":87309,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"889383":{"*":{"id":519786,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"454711":{"*":{"id":542940,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"743059":{"*":{"id":424764,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"841359":{"*":{"id":267654,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"713354":{"*":{"id":426419,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"458464":{"*":{"id":392223,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js"],"async":false}},"135230":{"*":{"id":424746,"name":"*","chunks":["server/chunks/ssr/_09j.h2h._.js","server/chunks/ssr/node_modules__pnpm_06f0dao._.js","server/chunks/ssr/_00kwrmr._.js","server/chunks/ssr/node_modules__pnpm_03r.9go._.js","server/chunks/ssr/_057su-q._.js","server/chunks/ssr/0r3._clsx_dist_clsx_mjs_0e0diqb._.js","server/chunks/ssr/_0_z-t6g._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/0se9_next_dist_13c3rbd._.js","server/chunks/ssr/_0eca65n._.js","server/chunks/ssr/0se9_next_dist_0c0msz0._.js","server/chunks/ssr/_0cj9a7y._.js","server/chunks/ssr/_0ecu98s._.js","server/chunks/ssr/_0hh17jg._.js","server/chunks/ssr/[root-of-the-server]__0e-k-gl._.js","server/chunks/ssr/0se9_next_dist_client_components_0uod4qi._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"680695":{"*":{"id":691495,"name":"*","chunks":[],"async":false}},"484878":{"*":{"id":533183,"name":"*","chunks":[],"async":false}},"516578":{"*":{"id":412747,"name":"*","chunks":[],"async":false}},"90678":{"*":{"id":99895,"name":"*","chunks":[],"async":false}},"744050":{"*":{"id":502387,"name":"*","chunks":[],"async":false}},"834225":{"*":{"id":426094,"name":"*","chunks":[],"async":false}},"782626":{"*":{"id":242624,"name":"*","chunks":[],"async":false}},"746798":{"*":{"id":480581,"name":"*","chunks":[],"async":false}},"914935":{"*":{"id":890170,"name":"*","chunks":[],"async":false}},"533499":{"*":{"id":604483,"name":"*","chunks":[],"async":false}},"782406":{"*":{"id":718127,"name":"*","chunks":[],"async":false}},"770303":{"*":{"id":948109,"name":"*","chunks":[],"async":false}},"889383":{"*":{"id":240404,"name":"*","chunks":[],"async":false}},"454711":{"*":{"id":320609,"name":"*","chunks":[],"async":false}},"743059":{"*":{"id":994168,"name":"*","chunks":[],"async":false}},"841359":{"*":{"id":448525,"name":"*","chunks":[],"async":false}},"713354":{"*":{"id":324257,"name":"*","chunks":[],"async":false}},"458464":{"*":{"id":857188,"name":"*","chunks":[],"async":false}},"135230":{"*":{"id":764823,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0lk-i0jm2ubea.css","inlined":false}],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/066jf0nk75nic.css","inlined":false},{"path":"static/chunks/0lk-i0jm2ubea.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.js"],"[project]/node_modules/.pnpm/next@16.2.1_@babel+core@7.29.0_@playwright+test@1.58.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0v.l5.sqos562.js","static/chunks/0651zmy-w~saj.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0j2n.h0~von8h.js","static/chunks/0p5rare_o5zb1.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/0v8apmh_d7lz3.js","static/chunks/0.65.u3zhwau~.js","static/chunks/13rq33eiffqaz.js","static/chunks/16nn-au~pxlvy.js"]}};
|
|
3
3
|
|
package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
module.exports=[617424,e=>{"use strict";var t=e.i(765876),n=e.i(675896),
|
|
1
|
+
module.exports=[617424,e=>{"use strict";var t=e.i(765876),n=e.i(675896),s=e.i(959160),a=e.i(97944),r=e.i(86757),o=e.i(204144),i=e.i(273436),l=e.i(743641),u=e.i(813766),c=e.i(840884),d=e.i(498814),p=e.i(780006),h=e.i(544432),m=e.i(772005),f=e.i(450223),g=e.i(193695);e.i(628400);var y=e.i(800071),v=e.i(198840),R=e.i(902157),w=e.i(750227),C=e.i(634712),_=e.i(341291),E=e.i(472129),T=e.i(769310),A=e.i(843793),x=e.i(173215),b=e.i(572173);let S=new E.ClaudeCliAdapter;async function N(t){let n,s=(0,v.requireLocalhost)(t);if(s)return s;try{n=await t.json()}catch{return new Response(JSON.stringify({error:"Invalid JSON body"}),{status:400,headers:{"Content-Type":"application/json"}})}let a=Array.isArray(n.attachmentFilenames)?n.attachmentFilenames.filter(e=>"string"==typeof e&&C.ATTACHMENT_SUBPATH_RE.test(e)).slice(0,C.MAX_ATTACHMENTS):[];if(!n.message?.trim()&&0===a.length)return new Response(JSON.stringify({error:"Message or attachments required"}),{status:400,headers:{"Content-Type":"application/json"}});let r=new ReadableStream({async start(t){let s=new TextEncoder;function r(e){t.enqueue(s.encode(`data: ${JSON.stringify(e)}
|
|
2
2
|
|
|
3
|
-
`))}let o="",i="";try{let{query:t}=await e.A(145135);o=S.resolveCommand(),i=(0,T.resolveSdkExecutable)(o),console.error(`[assistant-chat] claude exec — raw=${o} resolved=${i}`);let{ensureTowerDir:
|
|
3
|
+
`))}let o="",i="";try{let{query:t}=await e.A(145135);o=S.resolveCommand(),i=(0,T.resolveSdkExecutable)(o),console.error(`[assistant-chat] claude exec — raw=${o} resolved=${i}`);let{ensureTowerDir:s}=await e.A(979764),l=s(),u=a.length>0,c=(0,x.buildTowerMcpConfig)(),d=`${c.name}-assistant`,p={mcpServers:{[d]:{command:c.command,args:c.args,env:c.env}},strictMcpConfig:!0,tools:u?["Read"]:[],allowedTools:[`mcp__${d}__*`,"Read"],permissionMode:"bypassPermissions",allowDangerouslySkipPermissions:!0,includePartialMessages:!0,cwd:l,pathToClaudeCodeExecutable:i},h=await (0,b.readConfigValue)("assistant.effort","low"),m=await (0,b.readConfigValue)("assistant.maxTurns",30);p.effort=h,p.maxTurns=m;let f=await (0,b.readConfigValue)("assistant.maxOutputTokens",128e3);p.env={...process.env,CLAUDE_CODE_MAX_OUTPUT_TOKENS:String(f)},n.sessionId&&(p.resume=n.sessionId);let g="";if(!n.sessionId){let e=await A.db.systemConfig.findUnique({where:{key:"onboarding.username"}});try{let t=e?JSON.parse(e.value):null;"string"==typeof t&&t.length>0&&(g=`[Context: The user's name is ${t}.]
|
|
4
4
|
|
|
5
|
-
`)}catch{}}let y
|
|
5
|
+
`)}catch{}}let y=`${g}/tower ${n.message}`,v=u?function(e,t,n){if(0===t.length)return e;let s=t.slice(0,C.MAX_ATTACHMENTS),a=w.resolve(n),r=[];for(let e of s){if(!C.ATTACHMENT_SUBPATH_RE.test(e))continue;let t=(0,C.classifyAttachmentSubPath)(e);if(!t)continue;let s=w.resolve(n,e);s.startsWith(a+w.sep)&&R.existsSync(s)&&r.push({kind:t,absPath:s})}if(0===r.length)return e;let o=r.map(e=>`- [${"image"===e.kind?"Image":"Text"}] ${e.absPath}`).join("\n");return`${e}
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
The user has attached the following file(s). Use the Read tool to view them:
|
|
9
|
-
${o}`}(y,
|
|
10
|
-
${n.stack}`:"");let t=/\bspawn\b|ENOENT|EINVAL/i.test(e);r({type:"error",content:/output token maximum|max_output_tokens/i.test(e)?"回复内容超出了模型单次输出上限。请把问题拆小一些,或在设置里把 assistant.maxOutputTokens 调整为所用模型支持的上限(Sonnet/Haiku 最高 64K,Opus 最高 128K)。":t?`无法启动 Claude CLI(raw=${o||"?"} resolved=${i||"?"})。请确认本机已安装 Claude Code 且能在命令行执行 \`claude --version\`;若已安装但仍失败,可设置环境变量 CLAUDE_CODE_PATH 指向 claude 的 cli.js。原始错误:${e}`:`Assistant encountered an error: ${e}`})}finally{r({type:"done"}),t.close()}}});return new Response(r,{headers:{"Content-Type":"text/event-stream","Cache-Control":"no-cache",Connection:"keep-alive"}})}e.s(["POST",0,N,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],323612);var O=e.i(323612);let $=new t.AppRouteRouteModule({definition:{kind:n.RouteKind.APP_ROUTE,page:"/api/internal/assistant/chat/route",pathname:"/api/internal/assistant/chat",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/assistant/chat/route.ts",nextConfigOutput:"standalone",userland:O}),{workAsyncStorage:k,workUnitAsyncStorage:
|
|
9
|
+
${o}`}(y,a,(0,_.getAssistantCacheRoot)()):y,E=0,N=e=>{let n={...p};return e||delete n.resume,t({prompt:v,options:n})},O=async e=>{for await(let t of e)switch(t.type){case"assistant":{let e=t.message.content.filter(e=>"text"===e.type).map(e=>e.text??"").join(""),n=t.message.content.filter(e=>"tool_use"===e.type);for(let s of(e&&r({type:"text",content:e,sessionId:t.session_id}),n))E+=1,r({type:"tool_use",content:s.name??"unknown",toolInput:s.input,sessionId:t.session_id});break}case"result":console.error(`[assistant-chat] turn done — subtype=${t.subtype??"?"} toolUses=${E} numTurns=${t.num_turns??"?"} outputTokens=${t.usage?.output_tokens??"?"} firstTurn=${!n.sessionId}`),(t.subtype?.includes("error")||t.is_error)&&r({type:"error",content:t.error??"Execution error"}),r({type:"done",sessionId:t.session_id});break;case"system":if("init"===t.subtype){let e=(t.mcp_servers??[]).map(e=>`${e.name}:${e.status}`).join(",");console.error(`[assistant-chat] session init — mcpServers=[${e}] toolCount=${t.tools?.length??0}`)}"tool_result"===t.subtype&&r({type:"tool_result",content:t.tool_name??"tool",toolOutput:t.content??""});break;case"stream_event":{let e=t.event;"content_block_delta"===e.type&&e.delta?.type==="text_delta"&&e.delta.text?r({type:"text_delta",content:e.delta.text,sessionId:t.session_id}):"content_block_start"===e.type&&e.content_block?.type==="tool_use"&&r({type:"tool_start",content:e.content_block.name??"tool",sessionId:t.session_id})}}};try{await O(N(!!n.sessionId))}catch(t){let e=t instanceof Error?t.message:String(t);if(n.sessionId&&/no conversation found|no session found|session id/i.test(e))console.error(`[assistant-chat] resume failed for sessionId=${n.sessionId} (${e}); retrying as a fresh session`),E=0,await O(N(!1));else throw t}}catch(n){let e=n instanceof Error?n.message:String(n);console.error("[assistant-chat] ERROR:",e,n instanceof Error&&n.stack?`
|
|
10
|
+
${n.stack}`:"");let t=/\bspawn\b|ENOENT|EINVAL/i.test(e);r({type:"error",content:/output token maximum|max_output_tokens/i.test(e)?"回复内容超出了模型单次输出上限。请把问题拆小一些,或在设置里把 assistant.maxOutputTokens 调整为所用模型支持的上限(Sonnet/Haiku 最高 64K,Opus 最高 128K)。":t?`无法启动 Claude CLI(raw=${o||"?"} resolved=${i||"?"})。请确认本机已安装 Claude Code 且能在命令行执行 \`claude --version\`;若已安装但仍失败,可设置环境变量 CLAUDE_CODE_PATH 指向 claude 的 cli.js。原始错误:${e}`:`Assistant encountered an error: ${e}`})}finally{r({type:"done"}),t.close()}}});return new Response(r,{headers:{"Content-Type":"text/event-stream","Cache-Control":"no-cache",Connection:"keep-alive"}})}e.s(["POST",0,N,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],323612);var O=e.i(323612);let $=new t.AppRouteRouteModule({definition:{kind:n.RouteKind.APP_ROUTE,page:"/api/internal/assistant/chat/route",pathname:"/api/internal/assistant/chat",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/assistant/chat/route.ts",nextConfigOutput:"standalone",userland:O}),{workAsyncStorage:k,workUnitAsyncStorage:I,serverHooks:P}=$;async function M(e,t,s){s.requestMeta&&(0,a.setRequestMeta)(e,s.requestMeta),$.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let v="/api/internal/assistant/chat/route";v=v.replace(/\/index$/,"")||"/";let R=await $.prepare(e,t,{srcPage:v,multiZoneDraftMode:!1});if(!R)return t.statusCode=400,t.end("Bad Request"),null==s.waitUntil||s.waitUntil.call(s,Promise.resolve()),null;let{buildId:w,params:C,nextConfig:_,parsedUrl:E,isDraftMode:T,prerenderManifest:A,routerServerContext:x,isOnDemandRevalidate:b,revalidateOnlyGenerated:S,resolvedPathname:N,clientReferenceManifest:O,serverActionsManifest:k}=R,I=(0,i.normalizeAppPath)(v),P=!!(A.dynamicRoutes[I]||A.routes[N]),M=async()=>((null==x?void 0:x.render404)?await x.render404(e,t,E,!1):t.end("This page could not be found"),null);if(P&&!T){let e=!!A.routes[N],t=A.dynamicRoutes[I];if(t&&!1===t.fallback&&!e){if(_.adapterPath)return await M();throw new g.NoFallbackError}}let H=null;!P||$.isDev||T||(H="/index"===(H=N)?"/":H);let U=!0===$.isDev||!P,q=P&&!U;k&&O&&(0,o.setManifestsSingleton)({page:v,clientReferenceManifest:O,serverActionsManifest:k});let D=e.method||"GET",j=(0,r.getTracer)(),K=j.getActiveScopeSpan(),F=!!(null==x?void 0:x.isWrappedByNextServer),L=!!(0,a.getRequestMeta)(e,"minimalMode"),B=(0,a.getRequestMeta)(e,"incrementalCache")||await $.getIncrementalCache(e,_,A,L);null==B||B.resetRequestCache(),globalThis.__incrementalCache=B;let V={params:C,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!_.experimental.authInterrupts},cacheComponents:!!_.cacheComponents,supportsDynamicResponse:U,incrementalCache:B,cacheLifeProfiles:_.cacheLife,waitUntil:s.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,n,s,a)=>$.onRequestError(e,t,s,a,x)},sharedContext:{buildId:w}},X=new l.NodeNextRequest(e),J=new l.NodeNextResponse(t),W=u.NextRequestAdapter.fromNodeNextRequest(X,(0,u.signalFromNodeResponse)(t));try{let a,o=async e=>$.handle(W,V).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let n=j.getRootSpanAttributes();if(!n)return;if(n.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${n.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let s=n.get("next.route");if(s){let t=`${D} ${s}`;e.setAttributes({"next.route":s,"http.route":s,"next.span_name":t}),e.updateName(t),a&&a!==e&&(a.setAttribute("http.route",s),a.updateName(t))}else e.updateName(`${D} ${v}`)}),i=async a=>{var r,i;let l=async({previousCacheEntry:n})=>{try{if(!L&&b&&S&&!n)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let r=await o(a);e.fetchMetrics=V.renderOpts.fetchMetrics;let i=V.renderOpts.pendingWaitUntil;i&&s.waitUntil&&(s.waitUntil(i),i=void 0);let l=V.renderOpts.collectedTags;if(!P)return await (0,p.sendResponse)(X,J,r,V.renderOpts.pendingWaitUntil),null;{let e=await r.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(r.headers);l&&(t[f.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let n=void 0!==V.renderOpts.collectedRevalidate&&!(V.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&V.renderOpts.collectedRevalidate,s=void 0===V.renderOpts.collectedExpire||V.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:V.renderOpts.collectedExpire;return{value:{kind:y.CachedRouteKind.APP_ROUTE,status:r.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:n,expire:s}}}}catch(t){throw(null==n?void 0:n.isStale)&&await $.onRequestError(e,t,{routerKind:"App Router",routePath:v,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:b})},!1,x),t}},u=await $.handleResponse({req:e,nextConfig:_,cacheKey:H,routeKind:n.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:b,revalidateOnlyGenerated:S,responseGenerator:l,waitUntil:s.waitUntil,isMinimalMode:L});if(!P)return null;if((null==u||null==(r=u.value)?void 0:r.kind)!==y.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==u||null==(i=u.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});L||t.setHeader("x-nextjs-cache",b?"REVALIDATED":u.isMiss?"MISS":u.isStale?"STALE":"HIT"),T&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let c=(0,h.fromNodeOutgoingHttpHeaders)(u.value.headers);return L&&P||c.delete(f.NEXT_CACHE_TAGS_HEADER),!u.cacheControl||t.getHeader("Cache-Control")||c.get("Cache-Control")||c.set("Cache-Control",(0,m.getCacheControlHeader)(u.cacheControl)),await (0,p.sendResponse)(X,J,new Response(u.value.body,{headers:c,status:u.value.status||200})),null};F&&K?await i(K):(a=j.getActiveScopeSpan(),await j.withPropagatedContext(e.headers,()=>j.trace(c.BaseServerSpan.handleRequest,{spanName:`${D} ${v}`,kind:r.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i),void 0,!F))}catch(t){if(t instanceof g.NoFallbackError||await $.onRequestError(e,t,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:b})},!1,x),P)throw t;return await (0,p.sendResponse)(X,J,new Response(null,{status:500})),null}}e.s(["handler",0,M,"patchFetch",0,function(){return(0,s.patchFetch)({workAsyncStorage:k,workUnitAsyncStorage:I})},"routeModule",0,$,"serverHooks",0,P,"workAsyncStorage",0,k,"workUnitAsyncStorage",0,I],617424)}];
|
|
11
11
|
|
|
12
12
|
//# sourceMappingURL=0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js.map
|
package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
module.exports=[550972,e=>{"use strict";var t=e.i(765876),a=e.i(675896),r=e.i(959160),i=e.i(97944),n=e.i(86757),s=e.i(204144),o=e.i(273436),d=e.i(743641),l=e.i(813766),c=e.i(840884),u=e.i(498814),p=e.i(780006),w=e.i(544432),h=e.i(772005),f=e.i(450223),k=e.i(193695);e.i(628400);var E=e.i(800071),b=e.i(855104),m=e.i(78091),g=e.i(198840),v=e.i(921675),R=e.i(843793),P=e.i(195158),A=e.i(248434),I=e.i(83721),N=e.i(50377),x=e.i(572173),y=e.i(89428),S=e.i(924868),C=e.i(446786),j=e.i(814747),T=e.i(86708);let D=N.logger.create("agent-actions"),U=(0,j.join)((0,C.tmpdir)(),"tower-signals");async function O(e,t){try{await (0,S.mkdir)(U,{recursive:!0,mode:448}),await (0,S.writeFile)((0,j.join)(U,`exit-${e}`),String(t),{mode:384})}catch{}}async function M(e,t){let a=await R.db.taskMessage.create({data:{role:"USER",content:t,taskId:e}});return(0,P.revalidatePath)("/workspaces"),{userMessage:a}}async function _(e){return R.db.taskMessage.findMany({where:{taskId:e},orderBy:{createdAt:"asc"}})}async function F(e,t="CLAUDE_CODE",a,r){let i=await R.db.taskExecution.create({data:{taskId:e,agent:t,status:"RUNNING",startedAt:new Date,worktreePath:a??null,worktreeBranch:r??null}});return await R.db.task.update({where:{id:e},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces"),i}async function q(e,t="FAILED"){let a=await R.db.taskExecution.update({where:{id:e},data:{status:t,endedAt:new Date}});return(0,P.revalidatePath)("/workspaces"),a}async function L(t){let{destroySession:a,getSession:r}=await e.A(217260),i=r(t),n=i?.getBuffer()??"",s=await R.db.taskExecution.findFirst({where:{taskId:t,status:"RUNNING"},orderBy:{createdAt:"desc"}}),o=await R.db.task.findUnique({where:{id:t},include:{project:{select:{localPath:!0}}}});if(a(t),s){await R.db.taskExecution.update({where:{id:s.id},data:{status:"COMPLETED",endedAt:new Date}}),await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}});let a=s.worktreePath||o?.project?.localPath||null,{captureExecutionSummary:r}=await e.A(507603);await r(s.id,t,0,n,a,s.forkCommit)}(0,P.revalidatePath)("/workspaces")}async function B(e){return R.db.taskExecution.findMany({where:{taskId:e},orderBy:{createdAt:"desc"},include:{insightNote:{select:{id:!0,title:!0,content:!0}}}})}async function $(t,a){let r=await R.db.task.findUnique({where:{id:t},include:{project:!0}});if(!r)throw Error("Task not found");if(!r.project?.localPath)throw Error("Project has no local path configured");await R.db.taskExecution.updateMany({where:{taskId:t,status:"RUNNING",NOT:{sessionId:a}},data:{status:"FAILED",endedAt:new Date}});let i=await R.db.taskExecution.findFirst({where:{taskId:t,sessionId:a},orderBy:{createdAt:"desc"}});if(!i)throw Error("Previous execution not found");let n=i.worktreePath??r.project.localPath,s=r.subPath?(0,j.join)(n,r.subPath):n,o=await (0,x.readConfigValue)("terminal.idleTimeoutSec",180),{adapter:d}=await (0,y.resolveCliAdapter)("terminal"),l=d.buildEnvOverrides({taskId:t,taskTitle:r.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`,callbackUrl:i.callbackUrl??void 0}),c=await R.db.taskExecution.update({where:{id:i.id},data:{status:"RUNNING",endedAt:null}});await R.db.task.update({where:{id:t},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces");let u=await (0,x.readConfigValue)("onboarding.username",""),p=d.buildSpawnArgs({taskId:t,prompt:"",cwd:s,resumeSessionId:a,extraArgs:[...u?["--append-system-prompt",`The user's name is ${u}.`]:[]],envOverrides:l}),w=/no conversation found with session id|unknown session|session .* not found/i;return(0,I.createSession)(t,p.command,p.args,s,()=>{},async n=>{await O(t,n);let s=await R.db.taskExecution.findUnique({where:{id:c.id}});if(s?.status!=="RUNNING")return;let{getSession:o}=await e.A(217260),d=o(t),l=d?.getBuffer()??"";if(0!==n&&w.test(l)){D.info("Session resume failed — retrying with fresh execution",{taskId:t,previousSessionId:a}),await R.db.taskExecution.update({where:{id:c.id},data:{status:"FAILED",endedAt:new Date}}).catch(()=>{});try{await H(t,r.title)}catch(e){D.error("Fresh execution retry also failed",e,{taskId:t})}return}await R.db.taskExecution.update({where:{id:c.id},data:{status:0===n?"COMPLETED":"FAILED",endedAt:new Date}}).catch(()=>{});let u=i.worktreePath||r.project.localPath,{captureExecutionSummary:p}=await e.A(507603);await p(c.id,t,n,l,u,c.forkCommit);let{dispatchTaskCompletionEvent:h}=await e.A(136565);await h({taskId:t,taskTitle:r.title,status:0===n?"COMPLETED":"FAILED",executionId:c.id,workspaceId:r.project.workspaceId}),0===n&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(()=>{})},p.env,void 0,1e3*o),{executionId:c.id,worktreePath:i.worktreePath??n??null}}async function G(t){let a=await R.db.task.findUnique({where:{id:t},include:{project:!0}});if(!a)throw Error("Task not found");if(!a.project?.localPath)throw Error("Project has no local path configured");let r=await R.db.taskExecution.findFirst({where:{taskId:t},orderBy:{createdAt:"desc"}}),{destroySession:i}=await e.A(217260);i(t),await R.db.taskExecution.updateMany({where:{taskId:t,status:"RUNNING"},data:{status:"FAILED",endedAt:new Date}});let n=r?.worktreePath??a.project.localPath,s=a.subPath?(0,j.join)(n,a.subPath):n,o=await (0,x.readConfigValue)("terminal.idleTimeoutSec",180),{adapter:d,provider:l}=await (0,y.resolveCliAdapter)("terminal"),c=d.buildEnvOverrides({taskId:t,taskTitle:a.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`}),u=await R.db.taskExecution.create({data:{taskId:t,agent:l.agentFieldValue,status:"RUNNING",startedAt:new Date,worktreePath:r?.worktreePath??null,worktreeBranch:r?.worktreeBranch??null}});await R.db.task.update({where:{id:t},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces");let p=await (0,x.readConfigValue)("onboarding.username",""),w=d.buildSpawnArgs({taskId:t,prompt:"",cwd:s,continueLatest:!0,extraArgs:[...p?["--append-system-prompt",`The user's name is ${p}.`]:[]],envOverrides:c});return(0,I.createSession)(t,w.command,w.args,s,()=>{},async i=>{await O(t,i);let n=await R.db.taskExecution.findUnique({where:{id:u.id}});if(n?.status!=="RUNNING")return;let{getSession:s}=await e.A(217260),o=s(t),d=o?.getBuffer()??"";await R.db.taskExecution.update({where:{id:u.id},data:{status:0===i?"COMPLETED":"FAILED",endedAt:new Date}}).catch(()=>{});let l=r?.worktreePath||a.project.localPath,{captureExecutionSummary:c}=await e.A(507603);await c(u.id,t,i,d,l,r?.forkCommit??null);let{dispatchTaskCompletionEvent:p}=await e.A(136565);await p({taskId:t,taskTitle:a.title,status:0===i?"COMPLETED":"FAILED",executionId:u.id,workspaceId:a.project.workspaceId}),0===i&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(()=>{})},w.env,void 0,1e3*o),{executionId:u.id,worktreePath:r?.worktreePath??n??null}}async function H(t,a,r,i,n){let s,o,d=await R.db.task.findUnique({where:{id:t},include:{project:!0}});if(!d)throw Error("Task not found");if(!d.project?.localPath)throw Error("Project has no local path configured");let l=await (0,x.readConfigValue)("system.maxConcurrentExecutions",20);if(await R.db.taskExecution.count({where:{status:"RUNNING"}})>=l)throw Error(`已达并发上限(${l}),请等待其他任务完成后再启动`);let c=await (0,x.readConfigValue)("terminal.idleTimeoutSec",180),{adapter:u,provider:p,model:w}=await (0,y.resolveCliAdapter)("terminal");await R.db.taskExecution.updateMany({where:{taskId:t,status:"RUNNING"},data:{status:"FAILED",endedAt:new Date}}),"IN_PROGRESS"!==d.status&&(await R.db.task.update({where:{id:t},data:{status:"IN_PROGRESS"}}),(0,P.revalidatePath)("/workspaces"));let h="";if(!n){let e=await R.db.taskMessage.findMany({where:{taskId:t},orderBy:{createdAt:"desc"},take:10});h=[`Task: ${d.title}`,d.description?`Description: ${d.description}`:"",e.length>0?`Recent conversation:
|
|
2
|
-
${e.reverse().map(e=>`${e.role}: ${e.content}`).join("\n")}`:"",a.trim()?`User message: ${a}`:""].filter(Boolean).join("\n\n")}let f=r??d.promptId;if(f){let e=await R.db.agentPrompt.findUnique({where:{id:f}});e?.content&&(o=await (0,S.mkdtemp)((0,j.join)((0,C.tmpdir)(),"tower-pty-")),s=(0,j.join)(o,"instructions.md"),await (0,S.writeFile)(s,e.content,"utf-8"))}let k=null,E=null;if(d.baseBranch&&d.project.localPath){let{worktreePath:e,worktreeBranch:a}=await (0,A.createWorktree)(d.project.localPath,t,d.baseBranch,d.subPath);k=e,E=a}let b=k??d.project.localPath,m=d.subPath?(0,j.join)(b,d.subPath):b,g=await R.db.taskExecution.create({data:{taskId:t,agent:p.agentFieldValue,status:"RUNNING",startedAt:new Date,worktreePath:k??null,worktreeBranch:E??null,callbackUrl:i??null}}),v=null;if(d.project.localPath)try{let t,{execFileSync:a}=await e.A(144264);(t=k&&d.baseBranch?a("git",["merge-base",d.baseBranch,"HEAD"],{cwd:k,encoding:"utf-8",timeout:5e3}).trim():a("git",["rev-parse","HEAD"],{cwd:d.project.localPath,encoding:"utf-8",timeout:5e3}).trim())&&(v=t,await R.db.taskExecution.update({where:{id:g.id},data:{forkCommit:t}}))}catch{}let N="";if(s){let{readFile:t}=await e.A(260815);N+=await t(s,"utf-8")}let T=await (0,x.readConfigValue)("onboarding.username","");T&&(N+=(N?"\n":"")+`The user's name is ${T}.`);let U=u.buildSpawnArgs({taskId:t,prompt:h,cwd:m,extraArgs:[...N?["--append-system-prompt",N]:[],...w?["--model",w]:[]],envOverrides:u.buildEnvOverrides({taskId:t,taskTitle:d.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`,callbackUrl:i??void 0})});return(0,I.createSession)(t,U.command,U.args,m,()=>{},async a=>{await O(t,a);let r=await R.db.taskExecution.findUnique({where:{id:g.id}});if(r?.status!=="RUNNING")return;let{getSession:i}=await e.A(217260),n=i(t),s=n?.getBuffer()??"";await R.db.taskExecution.update({where:{id:g.id},data:{status:0===a?"COMPLETED":"FAILED",endedAt:new Date}}).catch(e=>{D.error("Failed to update execution status",e)});let l=k||d.project.localPath,{captureExecutionSummary:c}=await e.A(507603);await c(g.id,t,a,s,l,v);let{dispatchTaskCompletionEvent:u}=await e.A(136565);await u({taskId:t,taskTitle:d.title,status:0===a?"COMPLETED":"FAILED",executionId:g.id,workspaceId:d.project.workspaceId}),0===a&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(e=>{D.error("Failed to update task status",e)}),o&&await (0,S.rm)(o,{recursive:!0,force:!0}).catch(()=>{})},U.env,void 0,1e3*c),{executionId:g.id,worktreePath:k??b??null}}async function V(e,t,a,r,i){try{let n=await H(e,t,a,r,i);return{ok:!0,...n}}catch(t){return D.error("startPtyExecution failed",{taskId:e,error:t instanceof Error?t.stack??t.message:String(t)}),{ok:!1,error:t instanceof Error&&t.message?t.message:String(t)}}}async function K(){return(await R.db.taskExecution.findMany({where:{status:"RUNNING"},orderBy:{startedAt:"asc"},include:{task:{include:{project:{include:{workspace:!0}}}}}})).map(e=>({executionId:e.id,taskId:e.taskId,taskTitle:e.task.title,projectId:e.task.project.id,projectName:e.task.project.name,projectAlias:e.task.project.alias,projectLocalPath:e.task.project.localPath,workspaceId:e.task.project.workspace.id,workspaceName:e.task.project.workspace.name,worktreePath:e.worktreePath,subPath:e.task.subPath??null,startedAt:e.startedAt?.toISOString()??null}))}(0,T.ensureServerEntryExports)([M,_,F,q,L,B,$,G,H,V,K]),(0,v.registerServerReference)(M,"60e7adff0226175019bd23851564813b278b9c554f",null),(0,v.registerServerReference)(_,"40fec4904f6fc1fc268b54f6c4657c1e6ab9fdf840",null),(0,v.registerServerReference)(F,"785b48b1ea42480816e475ac82608437f20a77a192",null),(0,v.registerServerReference)(q,"60f03fa618d0be2c5fb103c58b158532a0c8ffe0b2",null),(0,v.registerServerReference)(L,"400c0b9c1dff05721c7931faf8b52ed30cc53c42ae",null),(0,v.registerServerReference)(B,"406572c5fbe4100084907bc2c65bb80972dc5096d1",null),(0,v.registerServerReference)($,"605f1badb26836c2f61b22cf70182360cc2fd9c6be",null),(0,v.registerServerReference)(G,"40cf9ae670f09573d1a7522c174e4765bf6a4505b9",null),(0,v.registerServerReference)(H,"7ccb40ba65ab73ac902d2781d99279453ab17c35b0",null),(0,v.registerServerReference)(V,"7c824463c62a01d70d7c53e13046929a219ab179b2",null),(0,v.registerServerReference)(K,"0071dfd5a1f5a0664caf5d4992d299f27fe650d0ec",null);let W=m.z.object({prompt:m.z.string().optional().default("")});async function z(e,{params:t}){let a=(0,g.requireLocalhost)(e);if(a)return a;let{taskId:r}=await t,i=(0,g.validateTaskId)(r);if(i)return i;try{let t=await e.json(),a=W.safeParse(t);if(!a.success)return b.NextResponse.json({error:"Invalid body"},{status:400});let i=await H(r,a.data.prompt);return b.NextResponse.json(i)}catch(t){let e=t instanceof Error?t.message:String(t);return b.NextResponse.json({error:e},{status:500})}}e.s(["POST",0,z,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],499090);var X=e.i(499090);let Z=new t.AppRouteRouteModule({definition:{kind:a.RouteKind.APP_ROUTE,page:"/api/internal/terminal/[taskId]/start/route",pathname:"/api/internal/terminal/[taskId]/start",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/terminal/[taskId]/start/route.ts",nextConfigOutput:"standalone",userland:X}),{workAsyncStorage:J,workUnitAsyncStorage:Q,serverHooks:Y}=Z;async function ee(e,t,r){r.requestMeta&&(0,i.setRequestMeta)(e,r.requestMeta),Z.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let b="/api/internal/terminal/[taskId]/start/route";b=b.replace(/\/index$/,"")||"/";let m=await Z.prepare(e,t,{srcPage:b,multiZoneDraftMode:!1});if(!m)return t.statusCode=400,t.end("Bad Request"),null==r.waitUntil||r.waitUntil.call(r,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:R,parsedUrl:P,isDraftMode:A,prerenderManifest:I,routerServerContext:N,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,resolvedPathname:S,clientReferenceManifest:C,serverActionsManifest:j}=m,T=(0,o.normalizeAppPath)(b),D=!!(I.dynamicRoutes[T]||I.routes[S]),U=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,P,!1):t.end("This page could not be found"),null);if(D&&!A){let e=!!I.routes[S],t=I.dynamicRoutes[T];if(t&&!1===t.fallback&&!e){if(R.adapterPath)return await U();throw new k.NoFallbackError}}let O=null;!D||Z.isDev||A||(O="/index"===(O=S)?"/":O);let M=!0===Z.isDev||!D,_=D&&!M;j&&C&&(0,s.setManifestsSingleton)({page:b,clientReferenceManifest:C,serverActionsManifest:j});let F=e.method||"GET",q=(0,n.getTracer)(),L=q.getActiveScopeSpan(),B=!!(null==N?void 0:N.isWrappedByNextServer),$=!!(0,i.getRequestMeta)(e,"minimalMode"),G=(0,i.getRequestMeta)(e,"incrementalCache")||await Z.getIncrementalCache(e,R,I,$);null==G||G.resetRequestCache(),globalThis.__incrementalCache=G;let H={params:v,previewProps:I.preview,renderOpts:{experimental:{authInterrupts:!!R.experimental.authInterrupts},cacheComponents:!!R.cacheComponents,supportsDynamicResponse:M,incrementalCache:G,cacheLifeProfiles:R.cacheLife,waitUntil:r.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,a,r,i)=>Z.onRequestError(e,t,r,i,N)},sharedContext:{buildId:g}},V=new d.NodeNextRequest(e),K=new d.NodeNextResponse(t),W=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(t));try{let i,s=async e=>Z.handle(W,H).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let a=q.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let r=a.get("next.route");if(r){let t=`${F} ${r}`;e.setAttributes({"next.route":r,"http.route":r,"next.span_name":t}),e.updateName(t),i&&i!==e&&(i.setAttribute("http.route",r),i.updateName(t))}else e.updateName(`${F} ${b}`)}),o=async i=>{var n,o;let d=async({previousCacheEntry:a})=>{try{if(!$&&x&&y&&!a)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let n=await s(i);e.fetchMetrics=H.renderOpts.fetchMetrics;let o=H.renderOpts.pendingWaitUntil;o&&r.waitUntil&&(r.waitUntil(o),o=void 0);let d=H.renderOpts.collectedTags;if(!D)return await (0,p.sendResponse)(V,K,n,H.renderOpts.pendingWaitUntil),null;{let e=await n.blob(),t=(0,w.toNodeOutgoingHttpHeaders)(n.headers);d&&(t[f.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let a=void 0!==H.renderOpts.collectedRevalidate&&!(H.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&H.renderOpts.collectedRevalidate,r=void 0===H.renderOpts.collectedExpire||H.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:H.renderOpts.collectedExpire;return{value:{kind:E.CachedRouteKind.APP_ROUTE,status:n.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:a,expire:r}}}}catch(t){throw(null==a?void 0:a.isStale)&&await Z.onRequestError(e,t,{routerKind:"App Router",routePath:b,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),t}},l=await Z.handleResponse({req:e,nextConfig:R,cacheKey:O,routeKind:a.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:I,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,responseGenerator:d,waitUntil:r.waitUntil,isMinimalMode:$});if(!D)return null;if((null==l||null==(n=l.value)?void 0:n.kind)!==E.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(o=l.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});$||t.setHeader("x-nextjs-cache",x?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let c=(0,w.fromNodeOutgoingHttpHeaders)(l.value.headers);return $&&D||c.delete(f.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||t.getHeader("Cache-Control")||c.get("Cache-Control")||c.set("Cache-Control",(0,h.getCacheControlHeader)(l.cacheControl)),await (0,p.sendResponse)(V,K,new Response(l.value.body,{headers:c,status:l.value.status||200})),null};B&&L?await o(L):(i=q.getActiveScopeSpan(),await q.withPropagatedContext(e.headers,()=>q.trace(c.BaseServerSpan.handleRequest,{spanName:`${F} ${b}`,kind:n.SpanKind.SERVER,attributes:{"http.method":F,"http.target":e.url}},o),void 0,!B))}catch(t){if(t instanceof k.NoFallbackError||await Z.onRequestError(e,t,{routerKind:"App Router",routePath:T,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),D)throw t;return await (0,p.sendResponse)(V,K,new Response(null,{status:500})),null}}e.s(["handler",0,ee,"patchFetch",0,function(){return(0,r.patchFetch)({workAsyncStorage:J,workUnitAsyncStorage:Q})},"routeModule",0,Z,"serverHooks",0,Y,"workAsyncStorage",0,J,"workUnitAsyncStorage",0,Q],550972)}];
|
|
2
|
+
${e.reverse().map(e=>`${e.role}: ${e.content}`).join("\n")}`:"",a.trim()?`User message: ${a}`:""].filter(Boolean).join("\n\n")}let f=r??d.promptId;if(f){let e=await R.db.agentPrompt.findUnique({where:{id:f}});e?.content&&(o=await (0,S.mkdtemp)((0,j.join)((0,C.tmpdir)(),"tower-pty-")),s=(0,j.join)(o,"instructions.md"),await (0,S.writeFile)(s,e.content,"utf-8"))}let k=null,E=null;if(d.baseBranch&&d.project.localPath){let{worktreePath:e,worktreeBranch:a}=await (0,A.createWorktree)(d.project.localPath,t,d.baseBranch,d.subPath);k=e,E=a}let b=k??d.project.localPath,m=d.subPath?(0,j.join)(b,d.subPath):b,g=await R.db.taskExecution.create({data:{taskId:t,agent:p.agentFieldValue,status:"RUNNING",startedAt:new Date,worktreePath:k??null,worktreeBranch:E??null,callbackUrl:i??null}}),v=null;if(d.project.localPath)try{let t,{execFileSync:a}=await e.A(144264);(t=k&&d.baseBranch?a("git",["merge-base",d.baseBranch,"HEAD"],{cwd:k,encoding:"utf-8",timeout:5e3}).trim():a("git",["rev-parse","HEAD"],{cwd:d.project.localPath,encoding:"utf-8",timeout:5e3}).trim())&&(v=t,await R.db.taskExecution.update({where:{id:g.id},data:{forkCommit:t}}))}catch{}let N="";if(s){let{readFile:t}=await e.A(260815);N+=await t(s,"utf-8")}let T=await (0,x.readConfigValue)("onboarding.username","");T&&(N+=(N?"\n":"")+`The user's name is ${T}.`);let U=u.buildSpawnArgs({taskId:t,prompt:h,cwd:m,extraArgs:[...N?["--append-system-prompt",N]:[],...w?["--model",w]:[]],envOverrides:u.buildEnvOverrides({taskId:t,taskTitle:d.title,apiUrl:`http://localhost:${process.env.PORT||"3000"}`,callbackUrl:i??void 0})});return(0,I.createSession)(t,U.command,U.args,m,()=>{},async a=>{await O(t,a);let r=await R.db.taskExecution.findUnique({where:{id:g.id}});if(r?.status!=="RUNNING")return;let{getSession:i}=await e.A(217260),n=i(t),s=n?.getBuffer()??"";await R.db.taskExecution.update({where:{id:g.id},data:{status:0===a?"COMPLETED":"FAILED",endedAt:new Date}}).catch(e=>{D.error("Failed to update execution status",e)});let l=k||d.project.localPath,{captureExecutionSummary:c}=await e.A(507603);await c(g.id,t,a,s,l,v);let{dispatchTaskCompletionEvent:u}=await e.A(136565);await u({taskId:t,taskTitle:d.title,status:0===a?"COMPLETED":"FAILED",executionId:g.id,workspaceId:d.project.workspaceId}),0===a&&await R.db.task.update({where:{id:t},data:{status:"IN_REVIEW"}}).catch(e=>{D.error("Failed to update task status",e)}),o&&await (0,S.rm)(o,{recursive:!0,force:!0}).catch(()=>{})},U.env,void 0,1e3*c),{executionId:g.id,worktreePath:k??b??null}}async function V(e,t,a,r,i){try{let n=await H(e,t,a,r,i);return{ok:!0,...n}}catch(t){return D.error("startPtyExecution failed",{taskId:e,error:t instanceof Error?t.stack??t.message:String(t)}),{ok:!1,error:t instanceof Error&&t.message?t.message:String(t)}}}async function K(){return(await R.db.taskExecution.findMany({where:{status:"RUNNING"},orderBy:{startedAt:"asc"},include:{task:{include:{project:{include:{workspace:!0}}}}}})).map(e=>({executionId:e.id,taskId:e.taskId,taskTitle:e.task.title,projectId:e.task.project.id,projectName:e.task.project.name,projectAlias:e.task.project.alias,projectLocalPath:e.task.project.localPath,workspaceId:e.task.project.workspace.id,workspaceName:e.task.project.workspace.name,worktreePath:e.worktreePath,subPath:e.task.subPath??null,startedAt:e.startedAt?.toISOString()??null}))}(0,T.ensureServerEntryExports)([M,_,F,q,L,B,$,G,H,V,K]),(0,v.registerServerReference)(M,"605cc4c8b44b98a4a592a37671efd9fb5efae7a398",null),(0,v.registerServerReference)(_,"40de68fcad20831269beab962ec357dbfffb62b27b",null),(0,v.registerServerReference)(F,"7867c48900706e5d827374a90ea72c13bf95679d71",null),(0,v.registerServerReference)(q,"60dca3c9fcf2c8d9fbd2f064a503c015f2300c829a",null),(0,v.registerServerReference)(L,"401e30bc402a675fb82986e90ca385e44a94be9e63",null),(0,v.registerServerReference)(B,"40cef3a1f4a61d3cdd08d75fe43d2d12e9faed1603",null),(0,v.registerServerReference)($,"60e35407677ba51c6aa1ee8c2a4625c9ec602b3748",null),(0,v.registerServerReference)(G,"40fd5022e920c7b2a827882d57d69c7880353d7fd4",null),(0,v.registerServerReference)(H,"7c6d144b031773a1935aff7cb31975f95f676d8731",null),(0,v.registerServerReference)(V,"7c27667b5cdc151628b1ecdfed7dfbe1d135dcf2ad",null),(0,v.registerServerReference)(K,"0070a50eb5e37cdefa4ab7c928a529029f39b75202",null);let W=m.z.object({prompt:m.z.string().optional().default("")});async function z(e,{params:t}){let a=(0,g.requireLocalhost)(e);if(a)return a;let{taskId:r}=await t,i=(0,g.validateTaskId)(r);if(i)return i;try{let t=await e.json(),a=W.safeParse(t);if(!a.success)return b.NextResponse.json({error:"Invalid body"},{status:400});let i=await H(r,a.data.prompt);return b.NextResponse.json(i)}catch(t){let e=t instanceof Error?t.message:String(t);return b.NextResponse.json({error:e},{status:500})}}e.s(["POST",0,z,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],499090);var X=e.i(499090);let Z=new t.AppRouteRouteModule({definition:{kind:a.RouteKind.APP_ROUTE,page:"/api/internal/terminal/[taskId]/start/route",pathname:"/api/internal/terminal/[taskId]/start",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/terminal/[taskId]/start/route.ts",nextConfigOutput:"standalone",userland:X}),{workAsyncStorage:J,workUnitAsyncStorage:Q,serverHooks:Y}=Z;async function ee(e,t,r){r.requestMeta&&(0,i.setRequestMeta)(e,r.requestMeta),Z.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let b="/api/internal/terminal/[taskId]/start/route";b=b.replace(/\/index$/,"")||"/";let m=await Z.prepare(e,t,{srcPage:b,multiZoneDraftMode:!1});if(!m)return t.statusCode=400,t.end("Bad Request"),null==r.waitUntil||r.waitUntil.call(r,Promise.resolve()),null;let{buildId:g,params:v,nextConfig:R,parsedUrl:P,isDraftMode:A,prerenderManifest:I,routerServerContext:N,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,resolvedPathname:S,clientReferenceManifest:C,serverActionsManifest:j}=m,T=(0,o.normalizeAppPath)(b),D=!!(I.dynamicRoutes[T]||I.routes[S]),U=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,P,!1):t.end("This page could not be found"),null);if(D&&!A){let e=!!I.routes[S],t=I.dynamicRoutes[T];if(t&&!1===t.fallback&&!e){if(R.adapterPath)return await U();throw new k.NoFallbackError}}let O=null;!D||Z.isDev||A||(O="/index"===(O=S)?"/":O);let M=!0===Z.isDev||!D,_=D&&!M;j&&C&&(0,s.setManifestsSingleton)({page:b,clientReferenceManifest:C,serverActionsManifest:j});let F=e.method||"GET",q=(0,n.getTracer)(),L=q.getActiveScopeSpan(),B=!!(null==N?void 0:N.isWrappedByNextServer),$=!!(0,i.getRequestMeta)(e,"minimalMode"),G=(0,i.getRequestMeta)(e,"incrementalCache")||await Z.getIncrementalCache(e,R,I,$);null==G||G.resetRequestCache(),globalThis.__incrementalCache=G;let H={params:v,previewProps:I.preview,renderOpts:{experimental:{authInterrupts:!!R.experimental.authInterrupts},cacheComponents:!!R.cacheComponents,supportsDynamicResponse:M,incrementalCache:G,cacheLifeProfiles:R.cacheLife,waitUntil:r.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,a,r,i)=>Z.onRequestError(e,t,r,i,N)},sharedContext:{buildId:g}},V=new d.NodeNextRequest(e),K=new d.NodeNextResponse(t),W=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(t));try{let i,s=async e=>Z.handle(W,H).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let a=q.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let r=a.get("next.route");if(r){let t=`${F} ${r}`;e.setAttributes({"next.route":r,"http.route":r,"next.span_name":t}),e.updateName(t),i&&i!==e&&(i.setAttribute("http.route",r),i.updateName(t))}else e.updateName(`${F} ${b}`)}),o=async i=>{var n,o;let d=async({previousCacheEntry:a})=>{try{if(!$&&x&&y&&!a)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let n=await s(i);e.fetchMetrics=H.renderOpts.fetchMetrics;let o=H.renderOpts.pendingWaitUntil;o&&r.waitUntil&&(r.waitUntil(o),o=void 0);let d=H.renderOpts.collectedTags;if(!D)return await (0,p.sendResponse)(V,K,n,H.renderOpts.pendingWaitUntil),null;{let e=await n.blob(),t=(0,w.toNodeOutgoingHttpHeaders)(n.headers);d&&(t[f.NEXT_CACHE_TAGS_HEADER]=d),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let a=void 0!==H.renderOpts.collectedRevalidate&&!(H.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&H.renderOpts.collectedRevalidate,r=void 0===H.renderOpts.collectedExpire||H.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:H.renderOpts.collectedExpire;return{value:{kind:E.CachedRouteKind.APP_ROUTE,status:n.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:a,expire:r}}}}catch(t){throw(null==a?void 0:a.isStale)&&await Z.onRequestError(e,t,{routerKind:"App Router",routePath:b,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),t}},l=await Z.handleResponse({req:e,nextConfig:R,cacheKey:O,routeKind:a.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:I,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:y,responseGenerator:d,waitUntil:r.waitUntil,isMinimalMode:$});if(!D)return null;if((null==l||null==(n=l.value)?void 0:n.kind)!==E.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(o=l.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});$||t.setHeader("x-nextjs-cache",x?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let c=(0,w.fromNodeOutgoingHttpHeaders)(l.value.headers);return $&&D||c.delete(f.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||t.getHeader("Cache-Control")||c.get("Cache-Control")||c.set("Cache-Control",(0,h.getCacheControlHeader)(l.cacheControl)),await (0,p.sendResponse)(V,K,new Response(l.value.body,{headers:c,status:l.value.status||200})),null};B&&L?await o(L):(i=q.getActiveScopeSpan(),await q.withPropagatedContext(e.headers,()=>q.trace(c.BaseServerSpan.handleRequest,{spanName:`${F} ${b}`,kind:n.SpanKind.SERVER,attributes:{"http.method":F,"http.target":e.url}},o),void 0,!B))}catch(t){if(t instanceof k.NoFallbackError||await Z.onRequestError(e,t,{routerKind:"App Router",routePath:T,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:_,isOnDemandRevalidate:x})},!1,N),D)throw t;return await (0,p.sendResponse)(V,K,new Response(null,{status:500})),null}}e.s(["handler",0,ee,"patchFetch",0,function(){return(0,r.patchFetch)({workAsyncStorage:J,workUnitAsyncStorage:Q})},"routeModule",0,Z,"serverHooks",0,Y,"workAsyncStorage",0,J,"workUnitAsyncStorage",0,Q],550972)}];
|
|
3
3
|
|
|
4
4
|
//# sourceMappingURL=0se9_next_dist_esm_build_templates_app-route_0hrprmi.js.map
|