tower-studio 0.2.41 → 0.2.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-path-routes-manifest.json +2 -0
  3. package/.next/standalone/.next/build-manifest.json +3 -3
  4. package/.next/standalone/.next/prerender-manifest.json +3 -3
  5. package/.next/standalone/.next/routes-manifest.json +16 -0
  6. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_not-found/page/react-loadable-manifest.json +2 -2
  14. package/.next/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +27 -27
  15. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  16. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/.next/standalone/.next/server/app/api/adapters/test/route.js +2 -2
  18. package/.next/standalone/.next/server/app/api/adapters/test/route.js.nft.json +1 -1
  19. package/.next/standalone/.next/server/app/api/browse-fs/route.js.nft.json +1 -1
  20. package/.next/standalone/.next/server/app/api/files/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  21. package/.next/standalone/.next/server/app/api/git/route.js.nft.json +1 -1
  22. package/.next/standalone/.next/server/app/api/internal/assets/[projectId]/[filename]/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/internal/assets/reveal/route.js.nft.json +1 -1
  24. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js +1 -1
  25. package/.next/standalone/.next/server/app/api/internal/assistant/attachments/route.js.nft.json +1 -1
  26. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js +1 -1
  27. package/.next/standalone/.next/server/app/api/internal/assistant/chat/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/internal/assistant/route.js +1 -1
  29. package/.next/standalone/.next/server/app/api/internal/assistant/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js +1 -1
  31. package/.next/standalone/.next/server/app/api/internal/assistant/sessions/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js +1 -1
  33. package/.next/standalone/.next/server/app/api/internal/backup/import/route.js.nft.json +1 -1
  34. package/.next/standalone/.next/server/app/api/internal/cache/[...segments]/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js +2 -3
  36. package/.next/standalone/.next/server/app/api/internal/hooks/install/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js +1 -1
  38. package/.next/standalone/.next/server/app/api/internal/hooks/stop/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js +1 -1
  40. package/.next/standalone/.next/server/app/api/internal/hooks/upload/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/internal/monaco/[...path]/route.js.nft.json +1 -1
  42. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/app-paths-manifest.json +3 -0
  43. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/build-manifest.json +9 -0
  44. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route/server-reference-manifest.json +4 -0
  45. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js +11 -0
  46. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route.js.nft.json +1 -0
  47. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/resume/route_client-reference-manifest.js +3 -0
  48. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js +5 -5
  49. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/start/route.js.nft.json +1 -1
  50. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/app-paths-manifest.json +3 -0
  51. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/build-manifest.json +9 -0
  52. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route/server-reference-manifest.json +4 -0
  53. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js +11 -0
  54. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route.js.nft.json +1 -0
  55. package/.next/standalone/.next/server/app/api/internal/terminal/[taskId]/stop/route_client-reference-manifest.js +3 -0
  56. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js +1 -1
  57. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff/route.js.nft.json +1 -1
  58. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js +1 -1
  59. package/.next/standalone/.next/server/app/api/tasks/[taskId]/diff-patch/route.js.nft.json +1 -1
  60. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js +1 -1
  61. package/.next/standalone/.next/server/app/api/tasks/[taskId]/merge/route.js.nft.json +1 -1
  62. package/.next/standalone/.next/server/app/missions/page/react-loadable-manifest.json +1 -1
  63. package/.next/standalone/.next/server/app/missions/page/server-reference-manifest.json +116 -116
  64. package/.next/standalone/.next/server/app/missions/page.js +2 -3
  65. package/.next/standalone/.next/server/app/missions/page.js.nft.json +1 -1
  66. package/.next/standalone/.next/server/app/missions/page_client-reference-manifest.js +1 -1
  67. package/.next/standalone/.next/server/app/onboarding/page/react-loadable-manifest.json +2 -2
  68. package/.next/standalone/.next/server/app/onboarding/page/server-reference-manifest.json +27 -27
  69. package/.next/standalone/.next/server/app/onboarding/page.js.nft.json +1 -1
  70. package/.next/standalone/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  71. package/.next/standalone/.next/server/app/page/react-loadable-manifest.json +2 -2
  72. package/.next/standalone/.next/server/app/page/server-reference-manifest.json +27 -27
  73. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/settings/page/react-loadable-manifest.json +2 -2
  76. package/.next/standalone/.next/server/app/settings/page/server-reference-manifest.json +44 -44
  77. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  78. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  79. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/react-loadable-manifest.json +2 -2
  80. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page/server-reference-manifest.json +112 -100
  81. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page.js.nft.json +1 -1
  82. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/archive/page_client-reference-manifest.js +1 -1
  83. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/react-loadable-manifest.json +2 -2
  84. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page/server-reference-manifest.json +91 -79
  85. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page.js.nft.json +1 -1
  86. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/assets/page_client-reference-manifest.js +1 -1
  87. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/react-loadable-manifest.json +2 -2
  88. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page/server-reference-manifest.json +80 -68
  89. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page.js.nft.json +1 -1
  90. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/notes/page_client-reference-manifest.js +1 -1
  91. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/react-loadable-manifest.json +2 -2
  92. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page/server-reference-manifest.json +69 -69
  93. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page.js.nft.json +1 -1
  94. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/page_client-reference-manifest.js +1 -1
  95. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/react-loadable-manifest.json +2 -2
  96. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page/server-reference-manifest.json +27 -27
  97. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page.js.nft.json +1 -1
  98. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  99. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/react-loadable-manifest.json +2 -2
  100. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page/server-reference-manifest.json +71 -71
  101. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page.js.nft.json +1 -1
  102. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/projects/[projectId]/versions/page_client-reference-manifest.js +1 -1
  103. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/react-loadable-manifest.json +3 -3
  104. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page/server-reference-manifest.json +88 -76
  105. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page.js.nft.json +1 -1
  106. package/.next/standalone/.next/server/app/workspaces/[workspaceId]/tasks/[taskId]/page_client-reference-manifest.js +1 -1
  107. package/.next/standalone/.next/server/app/workspaces/page/react-loadable-manifest.json +2 -2
  108. package/.next/standalone/.next/server/app/workspaces/page/server-reference-manifest.json +57 -45
  109. package/.next/standalone/.next/server/app/workspaces/page.js.nft.json +1 -1
  110. package/.next/standalone/.next/server/app/workspaces/page_client-reference-manifest.js +1 -1
  111. package/.next/standalone/.next/server/app-paths-manifest.json +2 -0
  112. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js +5 -5
  113. package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_resume_route_actions_0uascj..js +3 -0
  114. package/.next/standalone/.next/server/chunks/0zjb_server_app_api_internal_terminal_[taskId]_stop_route_actions_0r3bvc-.js +3 -0
  115. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.tbb~k._.js +3 -0
  116. package/.next/standalone/.next/server/chunks/[root-of-the-server]__05zlbau._.js +4 -0
  117. package/.next/standalone/.next/server/chunks/[root-of-the-server]__06qz5fz._.js +4 -0
  118. package/.next/standalone/.next/server/chunks/[root-of-the-server]__075f7rs._.js +4 -0
  119. package/.next/standalone/.next/server/chunks/[root-of-the-server]__08b~~wj._.js +3 -0
  120. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__037x-0a._.js → [root-of-the-server]__0askhfg._.js} +4 -4
  121. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__04u7b2g._.js → [root-of-the-server]__0bo_6v~._.js} +2 -2
  122. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0e~6fr~._.js +3 -0
  123. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0kexk71._.js → [root-of-the-server]__0fxmnch._.js} +3 -3
  124. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0gr~8aq._.js +3 -0
  125. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0hd.0to._.js +3 -0
  126. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0g2lv9x._.js → [root-of-the-server]__0j3l3l4._.js} +2 -2
  127. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0fp8qv9._.js → [root-of-the-server]__0obk~80._.js} +2 -2
  128. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__05nz.tg._.js → [root-of-the-server]__0skk0fd._.js} +2 -2
  129. package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0ag-i9m._.js → [root-of-the-server]__0v2nkck._.js} +2 -2
  130. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0~6py0f._.js +4 -0
  131. package/.next/standalone/.next/server/chunks/[root-of-the-server]__126b53k._.js +4 -0
  132. package/.next/standalone/.next/server/chunks/_0aflzks._.js +7 -0
  133. package/.next/standalone/.next/server/chunks/_0b~hjvi._.js +7 -0
  134. package/.next/standalone/.next/server/chunks/_0qk_esg._.js +4 -0
  135. package/.next/standalone/.next/server/chunks/src_02ruq-1._.js +1 -1
  136. package/.next/standalone/.next/server/chunks/src_07gek7k._.js +3 -0
  137. package/.next/standalone/.next/server/chunks/src_0mqkaid._.js +3 -0
  138. package/.next/standalone/.next/server/chunks/src_actions_agent-actions_ts_10q9r5b._.js +4 -0
  139. package/.next/standalone/.next/server/chunks/ssr/0iu._[workspaceId]_projects_[projectId]_versions_version-timeline-client_tsx_07o_kyi._.js +1 -1
  140. package/.next/standalone/.next/server/chunks/ssr/{0ws9_lucide-react_dist_esm_icons_10_90yo._.js → 0ws9_lucide-react_dist_esm_icons_0pkla8j._.js} +2 -2
  141. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.-z9ts._.js +1 -1
  142. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__038u_kv._.js +3 -3
  143. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__045k323._.js +3 -0
  144. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__04wbr9x._.js +1 -1
  145. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__058rbx5._.js +3 -3
  146. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05xg05r._.js +1 -1
  147. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__087pocz._.js +3 -0
  148. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0c2mh1c._.js +47 -0
  149. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ce3fpq._.js +3 -3
  150. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dsaqeq._.js +3 -0
  151. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gt5dbj._.js +3 -0
  152. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h-se8t._.js +3 -0
  153. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0h589~0._.js +3 -3
  154. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0jymb~t._.js +1 -1
  155. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0oq-j16._.js +3 -3
  156. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0whlq2_._.js +4 -0
  157. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0z7je5_._.js +1 -1
  158. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__10s67lq._.js +3 -3
  159. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__12w35bx._.js +3 -3
  160. package/.next/standalone/.next/server/chunks/ssr/_0-~9em3._.js +1 -1
  161. package/.next/standalone/.next/server/chunks/ssr/_03lt1_x._.js +3 -3
  162. package/.next/standalone/.next/server/chunks/ssr/_04~zqvy._.js +3 -3
  163. package/.next/standalone/.next/server/chunks/ssr/_070t_mh._.js +2 -2
  164. package/.next/standalone/.next/server/chunks/ssr/{_0_z-t6g._.js → _08bq4g8._.js} +2 -2
  165. package/.next/standalone/.next/server/chunks/ssr/{_0t863nl._.js → _09z2zmm._.js} +1 -1
  166. package/.next/standalone/.next/server/chunks/ssr/_0_5abui._.js +3 -0
  167. package/.next/standalone/.next/server/chunks/ssr/_0axcfvf._.js +3 -0
  168. package/.next/standalone/.next/server/chunks/ssr/_0c2gong._.js +3 -0
  169. package/.next/standalone/.next/server/chunks/ssr/_0cj9a7y._.js +1 -1
  170. package/.next/standalone/.next/server/chunks/ssr/{_0ecu98s._.js → _0dye20y._.js} +2 -2
  171. package/.next/standalone/.next/server/chunks/ssr/{_0dzx554._.js → _0f~l8kv._.js} +3 -3
  172. package/.next/standalone/.next/server/chunks/ssr/{_04mn9go._.js → _0m.wslt._.js} +2 -2
  173. package/.next/standalone/.next/server/chunks/ssr/_0o2tntr._.js +3 -0
  174. package/.next/standalone/.next/server/chunks/ssr/_0p6p_68._.js +3 -3
  175. package/.next/standalone/.next/server/chunks/ssr/{_0u_uywm._.js → _0q2mf9q._.js} +1 -1
  176. package/.next/standalone/.next/server/chunks/ssr/_0rdyrfd._.js +1 -1
  177. package/.next/standalone/.next/server/chunks/ssr/{_0_6ss3p._.js → _0rq68d8._.js} +2 -2
  178. package/.next/standalone/.next/server/chunks/ssr/{_0hh17jg._.js → _0rxeqmo._.js} +2 -2
  179. package/.next/standalone/.next/server/chunks/ssr/{_0tsu0gq._.js → _0u.n7v8._.js} +2 -2
  180. package/.next/standalone/.next/server/chunks/ssr/_0u7c6bz._.js +3 -3
  181. package/.next/standalone/.next/server/chunks/ssr/_0wbcp88._.js +1 -1
  182. package/.next/standalone/.next/server/chunks/ssr/_0whlnt7._.js +3 -0
  183. package/.next/standalone/.next/server/chunks/ssr/_0~oc5bl._.js +3 -0
  184. package/.next/standalone/.next/server/chunks/ssr/_116-_2z._.js +3 -0
  185. package/.next/standalone/.next/server/chunks/ssr/_12ca88g._.js +3 -3
  186. package/.next/standalone/.next/server/chunks/ssr/src_0djxlqx._.js +1 -1
  187. package/.next/standalone/.next/server/chunks/ssr/src_0eufeyj._.js +1 -1
  188. package/.next/standalone/.next/server/chunks/ssr/src_actions_agent-actions_ts_0~wc.sy._.js +2 -2
  189. package/.next/standalone/.next/server/chunks/ssr/src_actions_file-actions_ts_0gcvqwm._.js +1 -1
  190. package/.next/standalone/.next/server/chunks/ssr/src_app_missions_missions-client_tsx_11429lj._.js +1 -1
  191. package/.next/standalone/.next/server/chunks/ssr/src_app_onboarding_page_tsx_0xf7hpz._.js +1 -1
  192. package/.next/standalone/.next/server/chunks/ssr/src_app_settings_page_tsx_0h9v7dr._.js +1 -1
  193. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_assets_assets-page-client_tsx_0wyzpam._.js +1 -1
  194. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_board-page-client_tsx_0gips66._.js +1 -1
  195. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_notes_notes-page-client_tsx_10gyo3v._.js +1 -1
  196. package/.next/standalone/.next/server/chunks/ssr/src_app_workspaces_[workspaceId]_tasks_[taskId]_task-page-client_tsx_02t7blt._.js +1 -1
  197. package/.next/standalone/.next/server/chunks/ssr/src_components_ui_select_tsx_0d2ra01._.js +1 -1
  198. package/.next/standalone/.next/server/chunks/ssr/{src_lib_11w~.ge._.js → src_lib_0x6grav._.js} +1 -1
  199. package/.next/standalone/.next/server/functions-config-manifest.json +2 -0
  200. package/.next/standalone/.next/server/middleware-build-manifest.js +3 -3
  201. package/.next/standalone/.next/server/pages/500.html +1 -1
  202. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  203. package/.next/standalone/.next/server/server-reference-manifest.json +345 -303
  204. package/.next/standalone/.next/static/chunks/0-efd~h5j2ufi.js +1 -0
  205. package/.next/standalone/.next/static/chunks/{0fz47g1x5o2xj.js → 0.onaugl2w8ci.js} +1 -1
  206. package/.next/standalone/.next/static/chunks/{0ad0ou7l2.r6e.js → 0.wxa05y455w7.js} +1 -1
  207. package/.next/standalone/.next/static/chunks/0.z171pzeg-.7.js +1 -0
  208. package/.next/standalone/.next/static/chunks/01zlxs4rl~h_o.js +1 -0
  209. package/.next/standalone/.next/static/chunks/{05zm_-7x0fubq.js → 02f8-ju2se8qw.js} +1 -1
  210. package/.next/standalone/.next/static/chunks/{03sdutmq6~3v-.js → 035a_v6g7ioyw.js} +1 -1
  211. package/.next/standalone/.next/static/chunks/{02o~o8tgt860j.js → 040j8d.w8mkyn.js} +1 -1
  212. package/.next/standalone/.next/static/chunks/0_d04kox03m72.css +1 -0
  213. package/.next/standalone/.next/static/chunks/0af7afat3acfx.js +1 -0
  214. package/.next/standalone/.next/static/chunks/0ais32-8.3wlj.js +1 -0
  215. package/.next/standalone/.next/static/chunks/{12rj7-g8lxjew.js → 0bdwzhoelky9-.js} +1 -1
  216. package/.next/standalone/.next/static/chunks/{0.65.u3zhwau~.js → 0clewc5ifaruu.js} +1 -1
  217. package/.next/standalone/.next/static/chunks/0dewfthzwmcwb.js +1 -0
  218. package/.next/standalone/.next/static/chunks/0f43x~jzb70f4.js +1 -0
  219. package/.next/standalone/.next/static/chunks/{0v.l5.sqos562.js → 0i-x__600fys6.js} +1 -1
  220. package/.next/standalone/.next/static/chunks/0lyq0-a32.15m.js +1 -0
  221. package/.next/standalone/.next/static/chunks/{06s-d8my6b9t7.js → 0m~m1~si.ot17.js} +1 -1
  222. package/.next/standalone/.next/static/chunks/{0tfmi08mzcieh.js → 0rozlwh3y46l0.js} +1 -1
  223. package/.next/standalone/.next/static/chunks/0t8lz62rmr801.js +2 -0
  224. package/.next/standalone/.next/static/chunks/0utrquxfg25b2.js +1 -0
  225. package/.next/standalone/.next/static/chunks/0wcdxs4sl-gjf.js +1 -0
  226. package/.next/standalone/.next/static/chunks/0wcwdbtpm0~r6.js +1 -0
  227. package/.next/standalone/.next/static/chunks/{0i2soupf1735z.js → 0x-ug4iz~~qr2.js} +1 -1
  228. package/.next/standalone/.next/static/chunks/0xj6v_80hlyv0.js +1 -0
  229. package/.next/standalone/.next/static/chunks/0xl7h5fsfc7zk.js +1 -0
  230. package/.next/standalone/.next/static/chunks/{11sqt~58g35be.js → 0ypd9eqm_pj-o.js} +1 -1
  231. package/.next/standalone/.next/static/chunks/115ae91fq~slq.js +1 -0
  232. package/.next/standalone/.next/static/chunks/{1195ux3t_r-rb.js → 13.3woq55msp..js} +1 -1
  233. package/.next/standalone/.next/static/chunks/17fug-zaik-v~.js +1 -0
  234. package/.next/standalone/.next/static/chunks/{0v8apmh_d7lz3.js → 17m4o~gdsvuo3.js} +1 -1
  235. package/.next/standalone/package.json +1 -1
  236. package/README.md +25 -3
  237. package/README.zh.md +25 -3
  238. package/dist/mcp-server.cjs +115 -0
  239. package/package.json +1 -1
  240. package/.next/standalone/.next/server/chunks/0se9_next_dist_esm_build_templates_app-route_0hrprmi.js +0 -4
  241. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0.z8.oi._.js +0 -4
  242. package/.next/standalone/.next/server/chunks/[root-of-the-server]__02jy80j._.js +0 -4
  243. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0az764e._.js +0 -3
  244. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0giry~0._.js +0 -3
  245. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0kuo6q5._.js +0 -4
  246. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0np.553._.js +0 -4
  247. package/.next/standalone/.next/server/chunks/[root-of-the-server]__0u_-4~7._.js +0 -3
  248. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__08w4.zf._.js +0 -3
  249. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0da~mv~._.js +0 -47
  250. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dn90me._.js +0 -3
  251. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gtqd5o._.js +0 -4
  252. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0nwisa8._.js +0 -3
  253. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0w--i~y._.js +0 -3
  254. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zkpwjj._.js +0 -3
  255. package/.next/standalone/.next/server/chunks/ssr/_0-_yznx._.js +0 -43
  256. package/.next/standalone/.next/server/chunks/ssr/_03v~rg0._.js +0 -3
  257. package/.next/standalone/.next/server/chunks/ssr/_0_9i_x2._.js +0 -3
  258. package/.next/standalone/.next/server/chunks/ssr/_0b.qjaj._.js +0 -3
  259. package/.next/standalone/.next/server/chunks/ssr/_0mdqhxi._.js +0 -3
  260. package/.next/standalone/.next/server/chunks/ssr/_0r-flc_._.js +0 -3
  261. package/.next/standalone/.next/server/chunks/ssr/_0rkdyad._.js +0 -3
  262. package/.next/standalone/.next/server/chunks/ssr/_0z6ji0d._.js +0 -3
  263. package/.next/standalone/.next/static/chunks/0-x5eie9u3i_2.js +0 -1
  264. package/.next/standalone/.next/static/chunks/00w9dd4fooyic.js +0 -1
  265. package/.next/standalone/.next/static/chunks/04zy.uc7eru64.js +0 -1
  266. package/.next/standalone/.next/static/chunks/05~2gwcex7hv0.js +0 -1
  267. package/.next/standalone/.next/static/chunks/062.w.nsp3886.js +0 -1
  268. package/.next/standalone/.next/static/chunks/0651zmy-w~saj.js +0 -1
  269. package/.next/standalone/.next/static/chunks/06lla3jtd~xb4.js +0 -1
  270. package/.next/standalone/.next/static/chunks/0babmd83h6ejs.js +0 -1
  271. package/.next/standalone/.next/static/chunks/0c8c6pcmlzgmi.js +0 -1
  272. package/.next/standalone/.next/static/chunks/0c~~56wny5m2u.js +0 -1
  273. package/.next/standalone/.next/static/chunks/0ev98toavtr6..js +0 -1
  274. package/.next/standalone/.next/static/chunks/0lnsj7fwkprxe.js +0 -1
  275. package/.next/standalone/.next/static/chunks/0oz8sw6j078vm.js +0 -2
  276. package/.next/standalone/.next/static/chunks/0umi7ddtiv8sw.js +0 -1
  277. package/.next/standalone/.next/static/chunks/0w33dj~dfamnr.css +0 -1
  278. package/.next/standalone/.next/static/chunks/0y3a2-c-i9t~t.js +0 -1
  279. package/.next/standalone/.next/static/chunks/10qltt-r5q91p.js +0 -1
  280. /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → LCBoYZWhXzs8PjuBmxw7g}/_buildManifest.js +0 -0
  281. /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → LCBoYZWhXzs8PjuBmxw7g}/_clientMiddlewareManifest.js +0 -0
  282. /package/.next/standalone/.next/static/{zSKVtiYaR_yWxx7AopTMR → LCBoYZWhXzs8PjuBmxw7g}/_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/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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","/_next/static/chunks/1195ux3t_r-rb.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/_0tsu0gq._.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]__0w--i~y._.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/0w33dj~dfamnr.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/0w33dj~dfamnr.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/06lla3jtd~xb4.js","static/chunks/1195ux3t_r-rb.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/06lla3jtd~xb4.js","static/chunks/1195ux3t_r-rb.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"]}};
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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/tooltip.tsx <module evaluation>":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/tooltip.tsx":{"id":746798,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/layout/layout-client.tsx":{"id":914935,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/i18n.tsx <module evaluation>":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/i18n.tsx":{"id":533499,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/providers/theme-provider.tsx":{"id":782406,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/extensions/context.tsx <module evaluation>":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/extensions/context.tsx":{"id":770303,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/shortcut-provider.tsx":{"id":889383,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut.ts":{"id":454711,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/use-shortcut-help.ts":{"id":743059,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/lib/shortcuts/use-action-shortcut.ts":{"id":841359,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/sonner.tsx <module evaluation>":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.js"],"async":false},"[project]/src/components/ui/sonner.tsx":{"id":713354,"name":"*","chunks":["/_next/static/chunks/0.lqb7y9kz5z6.js","/_next/static/chunks/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","/_next/static/chunks/0f73nbasuf4u_.js","/_next/static/chunks/0f43x~jzb70f4.js","/_next/static/chunks/0b2yknsc68f2a.js","/_next/static/chunks/0wcwdbtpm0~r6.js","/_next/static/chunks/13.3woq55msp..js","/_next/static/chunks/0clewc5ifaruu.js","/_next/static/chunks/16nn-au~pxlvy.js","/_next/static/chunks/0gf~0e3xpa0fj.js","/_next/static/chunks/13rq33eiffqaz.js","/_next/static/chunks/17m4o~gdsvuo3.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/_08bq4g8._.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/_0u.n7v8._.js","server/chunks/ssr/_0cj9a7y._.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/_0dye20y._.js","server/chunks/ssr/05kg_@dnd-kit_core_dist_core_esm_0iw54kj.js","server/chunks/ssr/_0rxeqmo._.js","server/chunks/ssr/[root-of-the-server]__0dsaqeq._.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/0_d04kox03m72.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/0_d04kox03m72.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/0.lqb7y9kz5z6.js","static/chunks/0i-x__600fys6.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0f43x~jzb70f4.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0wcwdbtpm0~r6.js","static/chunks/13.3woq55msp..js","static/chunks/0clewc5ifaruu.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/13rq33eiffqaz.js","static/chunks/17m4o~gdsvuo3.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/0i-x__600fys6.js","static/chunks/0f73nbasuf4u_.js","static/chunks/0f43x~jzb70f4.js","static/chunks/0b2yknsc68f2a.js","static/chunks/0wcwdbtpm0~r6.js","static/chunks/13.3woq55msp..js","static/chunks/0clewc5ifaruu.js","static/chunks/16nn-au~pxlvy.js","static/chunks/0gf~0e3xpa0fj.js","static/chunks/13rq33eiffqaz.js","static/chunks/17m4o~gdsvuo3.js"]}};
3
3
 
@@ -21,7 +21,9 @@
21
21
  "/api/internal/notifications/pending/route": "app/api/internal/notifications/pending/route.js",
22
22
  "/api/internal/terminal/[taskId]/buffer/route": "app/api/internal/terminal/[taskId]/buffer/route.js",
23
23
  "/api/internal/terminal/[taskId]/input/route": "app/api/internal/terminal/[taskId]/input/route.js",
24
+ "/api/internal/terminal/[taskId]/resume/route": "app/api/internal/terminal/[taskId]/resume/route.js",
24
25
  "/api/internal/terminal/[taskId]/start/route": "app/api/internal/terminal/[taskId]/start/route.js",
26
+ "/api/internal/terminal/[taskId]/stop/route": "app/api/internal/terminal/[taskId]/stop/route.js",
25
27
  "/api/tasks/[taskId]/diff-patch/route": "app/api/tasks/[taskId]/diff-patch/route.js",
26
28
  "/api/tasks/[taskId]/diff/route": "app/api/tasks/[taskId]/diff/route.js",
27
29
  "/api/tasks/[taskId]/merge/route": "app/api/tasks/[taskId]/merge/route.js",
@@ -1,12 +1,12 @@
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),w=e.i(902157),R=e.i(750227),C=e.i(634712),_=e.i(341291),E=e.i(472129),T=e.i(769310),A=e.i(843793),b=e.i(173215),x=e.i(572173);let $=new E.ClaudeCliAdapter;function S(e){let t,n;console.error(`[${(t=new Date,n=e=>String(e).padStart(2,"0"),`${t.getFullYear()}-${n(t.getMonth()+1)}-${n(t.getDate())} ${n(t.getHours())}:${n(t.getMinutes())}:${n(t.getSeconds())}`)}] [assistant-chat] ${e}`)}class N extends Error{constructor(e){super(e),this.name="ResumeRetryNeeded"}}class k extends Error{constructor(e){super(e),this.name="ToolsUnavailableRetry"}}async function O(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=!1,o=new AbortController,i=new ReadableStream({async start(t){let s=new TextEncoder;function i(e){if(!r)try{t.enqueue(s.encode(`data: ${JSON.stringify(e)}
1
+ module.exports=[617424,e=>{"use strict";var t=e.i(765876),n=e.i(675896),s=e.i(959160),a=e.i(97944),o=e.i(86757),r=e.i(204144),i=e.i(273436),l=e.i(743641),u=e.i(813766),d=e.i(840884),c=e.i(498814),p=e.i(780006),m=e.i(544432),h=e.i(772005),f=e.i(450223),g=e.i(193695);e.i(628400);var y=e.i(800071),C=e.i(198840),v=e.i(902157),w=e.i(750227),R=e.i(634712),_=e.i(341291),E=e.i(472129),T=e.i(769310),b=e.i(843793),A=e.i(173215),x=e.i(572173);let $=new E.ClaudeCliAdapter;function S(e){let t,n;console.error(`[${(t=new Date,n=e=>String(e).padStart(2,"0"),`${t.getFullYear()}-${n(t.getMonth()+1)}-${n(t.getDate())} ${n(t.getHours())}:${n(t.getMinutes())}:${n(t.getSeconds())}`)}] [assistant-chat] ${e}`)}class k extends Error{constructor(e){super(e),this.name="ResumeRetryNeeded"}}class I extends Error{constructor(e){super(e),this.name="ToolsUnavailableRetry"}}class N extends Error{constructor(e){super(e),this.name="ModelUnavailableRetry"}}let O="sonnet";function P(e){return/may not exist or you may not have access|selected model|model[_ ]?not[_ ]?found|unknown model|invalid model|model .*(not available|not found|does not exist)/i.test(e)}async function M(t){let n,s=(0,C.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&&R.ATTACHMENT_SUBPATH_RE.test(e)).slice(0,R.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 o=!1,r=new AbortController,i=new ReadableStream({async start(t){let s=new TextEncoder;function i(e){if(!o)try{t.enqueue(s.encode(`data: ${JSON.stringify(e)}
2
2
 
3
- `))}catch{r=!0}}let l="",u="";try{let{query:t}=await e.A(145135);l=$.resolveCommand(),u=(0,T.resolveSdkExecutable)(l),S(`claude exec — raw=${l} resolved=${u}`);let{ensureTowerDir:s}=await e.A(979764),r=s(),c=a.length>0,d=(0,b.buildTowerMcpConfig)(),p=`${d.name}-assistant`,h={mcpServers:{[p]:{command:d.command,args:d.args,env:d.env}},strictMcpConfig:!0,tools:c?["Read"]:[],allowedTools:[`mcp__${p}__*`,"Read"],permissionMode:"bypassPermissions",allowDangerouslySkipPermissions:!0,includePartialMessages:!0,cwd:r,pathToClaudeCodeExecutable:u},m=await (0,x.readConfigValue)("assistant.effort","low"),f=await (0,x.readConfigValue)("assistant.maxTurns",30);h.effort=m,h.maxTurns=f;let g=await (0,x.readConfigValue)("assistant.maxOutputTokens",128e3);h.env={...process.env,CLAUDE_CODE_MAX_OUTPUT_TOKENS:String(g)},n.sessionId&&(h.resume=n.sessionId);let y="";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&&(y=`[Context: The user's name is ${t}.]
3
+ `))}catch{o=!0}}let l="",u="",d="";try{let{query:t}=await e.A(145135);l=$.resolveCommand(),u=(0,T.resolveSdkExecutable)(l),S(`claude exec — raw=${l} resolved=${u}`);let{ensureTowerDir:s}=await e.A(979764),o=s(),c=a.length>0,p=(0,A.buildTowerMcpConfig)(),m=`${p.name}-assistant`,h={mcpServers:{[m]:{command:p.command,args:p.args,env:p.env}},strictMcpConfig:!0,tools:c?["Read"]:[],allowedTools:[`mcp__${m}__*`,"Read"],permissionMode:"bypassPermissions",allowDangerouslySkipPermissions:!0,includePartialMessages:!0,cwd:o,pathToClaudeCodeExecutable:u},f=await (0,x.readConfigValue)("assistant.effort","low"),g=await (0,x.readConfigValue)("assistant.maxTurns",30);h.effort=f,h.maxTurns=g;let y=await (0,x.readConfigValue)("assistant.maxOutputTokens",128e3);h.env={...process.env,CLAUDE_CODE_MAX_OUTPUT_TOKENS:String(y)};let C=(await (0,x.readConfigValue)("assistant.model","sonnet")).trim();n.sessionId&&(h.resume=n.sessionId);let E="";if(!n.sessionId){let e=await b.db.systemConfig.findUnique({where:{key:"onboarding.username"}});try{let t=e?JSON.parse(e.value):null;"string"==typeof t&&t.length>0&&(E=`[Context: The user's name is ${t}.]
4
4
 
5
- `)}catch{}}let v=`${y}/tower ${n.message}`,E=c?function(e,t,n){if(0===t.length)return e;let s=t.slice(0,C.MAX_ATTACHMENTS),a=R.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=R.resolve(n,e);s.startsWith(a+R.sep)&&w.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}
5
+ `)}catch{}}let M=`${E}/tower ${n.message}`,U=c?function(e,t,n){if(0===t.length)return e;let s=t.slice(0,R.MAX_ATTACHMENTS),a=w.resolve(n),o=[];for(let e of s){if(!R.ATTACHMENT_SUBPATH_RE.test(e))continue;let t=(0,R.classifyAttachmentSubPath)(e);if(!t)continue;let s=w.resolve(n,e);s.startsWith(a+w.sep)&&v.existsSync(s)&&o.push({kind:t,absPath:s})}if(0===o.length)return e;let r=o.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}`}(v,a,(0,_.getAssistantCacheRoot)()):v,O=0,P=!1,I=-1,M=e=>{let n={...h};return e||delete n.resume,n.abortController=o,t({prompt:E,options:n})},U=!1,H=async(e,{isResumeAttempt:t})=>{for await(let o of e)switch(o.type){case"assistant":{let e=o.message.content.filter(e=>"text"===e.type).map(e=>e.text??"").join(""),t=o.message.content.filter(e=>"tool_use"===e.type);for(let n of(e&&(P=!0,i({type:"text",content:e,sessionId:o.session_id})),t))O+=1,P=!0,S(`tool_use — name=${n.name??"?"} id=${n.id??"?"} toolUses=${O}`),i({type:"tool_use",content:n.name??"unknown",toolId:n.id,toolInput:n.input,sessionId:o.session_id});break}case"result":{var s,a,r;S(`turn done — subtype=${o.subtype??"?"} toolUses=${O} numTurns=${o.num_turns??"?"} outputTokens=${o.usage?.output_tokens??"?"} firstTurn=${!n.sessionId}`);let e=(s=o.subtype,a=o.is_error,s?.includes("error")||a?"error":"success");if((r={isResumeAttempt:t,outcome:e,streamedContent:P}).isResumeAttempt&&"error"===r.outcome&&!r.streamedContent)throw new N(o.error??"resume execution error");if("error"===e)i({type:"error",content:o.error??"Execution error"});else if(!P){let e=0===I?"助手工具未能及时加载(MCP 连接超时),本轮没有执行任何操作。请再发送一次试试。":"助手本轮没有返回内容,请重试或换一种说法。";i({type:"text",content:e,sessionId:o.session_id})}i({type:"done",sessionId:o.session_id});break}case"system":if("init"===o.subtype){let e=(o.mcp_servers??[]).map(e=>`${e.name}:${e.status}`).join(",");if(I=o.tools?.length??0,S(`session init — mcpServers=[${e}] toolCount=${I}`),0===I&&!U)throw new k(`MCP not connected at init (servers=[${e}])`)}"tool_result"===o.subtype&&(S(`tool_result(system) — name=${o.tool_name??"?"}`),i({type:"tool_result",content:o.tool_name??"tool",toolOutput:o.content??""}));break;case"user":{let e=(o.message?.content??[]).filter(e=>e?.type==="tool_result");e.length>0&&S(`tool_result(user) — count=${e.length} ids=${e.map(e=>e.tool_use_id??"?").join(",")}`);break}case"stream_event":{let e=o.event;"content_block_delta"===e.type&&e.delta?.type==="text_delta"&&e.delta.text?(P=!0,i({type:"text_delta",content:e.delta.text,sessionId:o.session_id})):"content_block_start"===e.type&&e.content_block?.type==="tool_use"&&i({type:"tool_start",content:e.content_block.name??"tool",toolId:e.content_block.id,sessionId:o.session_id})}}},q=!!n.sessionId,D=!1;for(;;)try{O=0,P=!1,I=-1,await H(M(q),{isResumeAttempt:q});break}catch(t){if(o.abort(),o=new AbortController,t instanceof k&&!U){U=!0,S(`${t.message}; re-spawning once to reconnect MCP`);continue}let e=t instanceof Error?t.message:String(t);if((t instanceof N||q&&/no conversation found|no session found|session id/i.test(e))&&!D){D=!0,q=!1,S(`resume failed for sessionId=${n.sessionId} (${e}); retrying as a fresh session`);continue}throw t}}catch(n){if(r||o.signal.aborted)return void S("client disconnected — turn aborted before completion");let e=n instanceof Error?n.message:String(n);S(`ERROR: ${e}${n instanceof Error&&n.stack?`
10
- ${n.stack}`:""}`);let t=/\bspawn\b|ENOENT|EINVAL/i.test(e);i({type:"error",content:/output token maximum|max_output_tokens/i.test(e)?"回复内容超出了模型单次输出上限。请把问题拆小一些,或在设置里把 assistant.maxOutputTokens 调整为所用模型支持的上限(Sonnet/Haiku 最高 64K,Opus 最高 128K)。":t?`无法启动 Claude CLI(raw=${l||"?"} resolved=${u||"?"})。请确认本机已安装 Claude Code 且能在命令行执行 \`claude --version\`;若已安装但仍失败,可设置环境变量 CLAUDE_CODE_PATH 指向 claude 的 cli.js。原始错误:${e}`:`Assistant encountered an error: ${e}`})}finally{i({type:"done"}),r=!0;try{t.close()}catch{}}},cancel(){r=!0,o.abort()}});return new Response(i,{headers:{"Content-Type":"text/event-stream","Cache-Control":"no-cache",Connection:"keep-alive"}})}e.s(["POST",0,O,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],323612);var P=e.i(323612);let I=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:P}),{workAsyncStorage:M,workUnitAsyncStorage:U,serverHooks:H}=I;async function q(e,t,s){s.requestMeta&&(0,a.setRequestMeta)(e,s.requestMeta),I.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let v="/api/internal/assistant/chat/route";v=v.replace(/\/index$/,"")||"/";let w=await I.prepare(e,t,{srcPage:v,multiZoneDraftMode:!1});if(!w)return t.statusCode=400,t.end("Bad Request"),null==s.waitUntil||s.waitUntil.call(s,Promise.resolve()),null;let{buildId:R,params:C,nextConfig:_,parsedUrl:E,isDraftMode:T,prerenderManifest:A,routerServerContext:b,isOnDemandRevalidate:x,revalidateOnlyGenerated:$,resolvedPathname:S,clientReferenceManifest:N,serverActionsManifest:k}=w,O=(0,i.normalizeAppPath)(v),P=!!(A.dynamicRoutes[O]||A.routes[S]),M=async()=>((null==b?void 0:b.render404)?await b.render404(e,t,E,!1):t.end("This page could not be found"),null);if(P&&!T){let e=!!A.routes[S],t=A.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(_.adapterPath)return await M();throw new g.NoFallbackError}}let U=null;!P||I.isDev||T||(U="/index"===(U=S)?"/":U);let H=!0===I.isDev||!P,q=P&&!H;k&&N&&(0,o.setManifestsSingleton)({page:v,clientReferenceManifest:N,serverActionsManifest:k});let D=e.method||"GET",j=(0,r.getTracer)(),F=j.getActiveScopeSpan(),K=!!(null==b?void 0:b.isWrappedByNextServer),L=!!(0,a.getRequestMeta)(e,"minimalMode"),B=(0,a.getRequestMeta)(e,"incrementalCache")||await I.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:H,incrementalCache:B,cacheLifeProfiles:_.cacheLife,waitUntil:s.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,n,s,a)=>I.onRequestError(e,t,s,a,b)},sharedContext:{buildId:R}},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=>I.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&&x&&$&&!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 I.onRequestError(e,t,{routerKind:"App Router",routePath:v,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:x})},!1,b),t}},u=await I.handleResponse({req:e,nextConfig:_,cacheKey:U,routeKind:n.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:$,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",x?"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};K&&F?await i(F):(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,!K))}catch(t){if(t instanceof g.NoFallbackError||await I.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:x})},!1,b),P)throw t;return await (0,p.sendResponse)(X,J,new Response(null,{status:500})),null}}e.s(["handler",0,q,"patchFetch",0,function(){return(0,s.patchFetch)({workAsyncStorage:M,workUnitAsyncStorage:U})},"routeModule",0,I,"serverHooks",0,H,"workAsyncStorage",0,M,"workUnitAsyncStorage",0,U],617424)}];
9
+ ${r}`}(M,a,(0,_.getAssistantCacheRoot)()):M,H=0,q=!1,D=-1,j=e=>{let n={...h};return e||delete n.resume,C?(n.model=C,d=C):(delete n.model,d="(CLI 默认)"),n.abortController=r,t({prompt:U,options:n})},L=!1,F=!1,K=async(e,{isResumeAttempt:t})=>{for await(let r of e)switch(r.type){case"assistant":{let e=r.message.content.filter(e=>"text"===e.type).map(e=>e.text??"").join(""),t=r.message.content.filter(e=>"tool_use"===e.type);for(let n of(e&&(q=!0,i({type:"text",content:e,sessionId:r.session_id})),t))H+=1,q=!0,S(`tool_use — name=${n.name??"?"} id=${n.id??"?"} toolUses=${H}`),i({type:"tool_use",content:n.name??"unknown",toolId:n.id,toolInput:n.input,sessionId:r.session_id});break}case"result":{var s,a,o;S(`turn done — subtype=${r.subtype??"?"} toolUses=${H} numTurns=${r.num_turns??"?"} outputTokens=${r.usage?.output_tokens??"?"} firstTurn=${!n.sessionId}`);let e=(s=r.subtype,a=r.is_error,s?.includes("error")||a?"error":"success");if((o={isResumeAttempt:t,outcome:e,streamedContent:q}).isResumeAttempt&&"error"===o.outcome&&!o.streamedContent)throw new k(r.error??"resume execution error");if("error"===e){let e=r.error??"";if(!q&&!F&&d!==O&&P(e))throw new N(e);i({type:"error",content:r.error??"Execution error"})}else if(!q){let e=0===D?"助手工具未能及时加载(MCP 连接超时),本轮没有执行任何操作。请再发送一次试试。":"助手本轮没有返回内容,请重试或换一种说法。";i({type:"text",content:e,sessionId:r.session_id})}i({type:"done",sessionId:r.session_id});break}case"system":if("init"===r.subtype){let e=(r.mcp_servers??[]).map(e=>`${e.name}:${e.status}`).join(",");if(D=r.tools?.length??0,S(`session init — mcpServers=[${e}] toolCount=${D}`),0===D&&!L)throw new I(`MCP not connected at init (servers=[${e}])`)}"tool_result"===r.subtype&&(S(`tool_result(system) — name=${r.tool_name??"?"}`),i({type:"tool_result",content:r.tool_name??"tool",toolOutput:r.content??""}));break;case"user":{let e=(r.message?.content??[]).filter(e=>e?.type==="tool_result");e.length>0&&S(`tool_result(user) — count=${e.length} ids=${e.map(e=>e.tool_use_id??"?").join(",")}`);break}case"stream_event":{let e=r.event;"content_block_delta"===e.type&&e.delta?.type==="text_delta"&&e.delta.text?(q=!0,i({type:"text_delta",content:e.delta.text,sessionId:r.session_id})):"content_block_start"===e.type&&e.content_block?.type==="tool_use"&&i({type:"tool_start",content:e.content_block.name??"tool",toolId:e.content_block.id,sessionId:r.session_id})}}},B=!!n.sessionId,V=!1;for(;;)try{H=0,q=!1,D=-1,await K(j(B),{isResumeAttempt:B});break}catch(t){if(r.abort(),r=new AbortController,t instanceof I&&!L){L=!0,S(`${t.message}; re-spawning once to reconnect MCP`);continue}let e=t instanceof Error?t.message:String(t);if(!F&&d!==O&&(t instanceof N||P(e))){F=!0,C=O,S(`model ${d} unavailable (${e}); retrying with fallback model ${O}`);continue}if((t instanceof k||B&&/no conversation found|no session found|session id/i.test(e))&&!V){V=!0,B=!1,S(`resume failed for sessionId=${n.sessionId} (${e}); retrying as a fresh session`);continue}throw t}}catch(n){if(o||r.signal.aborted)return void S("client disconnected — turn aborted before completion");let e=n instanceof Error?n.message:String(n);S(`ERROR: ${e}${n instanceof Error&&n.stack?`
10
+ ${n.stack}`:""}`);let t=/\bspawn\b|ENOENT|EINVAL/i.test(e);i({type:"error",content:/output token maximum|max_output_tokens/i.test(e)?"回复内容超出了模型单次输出上限。请把问题拆小一些,或在设置里把 assistant.maxOutputTokens 调整为所用模型支持的上限(Sonnet/Haiku 最高 64K,Opus 最高 128K)。":P(e)?`助手所用模型不可用(${d||"?"}):该模型可能不存在,或当前账号 / Claude 登录无权访问它。助手用哪个模型由配置项 assistant.model 决定(默认 sonnet);留空则继承 Claude CLI 的默认模型(受 ANTHROPIC_MODEL 环境变量或 ~/.claude 设置里的 model 影响)。请把 assistant.model 设为账号有权限的模型(如 sonnet / opus / haiku),或修正 Claude CLI 的默认模型。原始错误:${e}`:t?`无法启动 Claude CLI(raw=${l||"?"} resolved=${u||"?"})。请确认本机已安装 Claude Code 且能在命令行执行 \`claude --version\`;若已安装但仍失败,可设置环境变量 CLAUDE_CODE_PATH 指向 claude 的 cli.js。原始错误:${e}`:`Assistant encountered an error: ${e}`})}finally{i({type:"done"}),o=!0;try{t.close()}catch{}}},cancel(){o=!0,r.abort()}});return new Response(i,{headers:{"Content-Type":"text/event-stream","Cache-Control":"no-cache",Connection:"keep-alive"}})}e.s(["POST",0,M,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],323612);var U=e.i(323612);let H=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:U}),{workAsyncStorage:q,workUnitAsyncStorage:D,serverHooks:j}=H;async function L(e,t,s){s.requestMeta&&(0,a.setRequestMeta)(e,s.requestMeta),H.isDev&&(0,a.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let C="/api/internal/assistant/chat/route";C=C.replace(/\/index$/,"")||"/";let v=await H.prepare(e,t,{srcPage:C,multiZoneDraftMode:!1});if(!v)return t.statusCode=400,t.end("Bad Request"),null==s.waitUntil||s.waitUntil.call(s,Promise.resolve()),null;let{buildId:w,params:R,nextConfig:_,parsedUrl:E,isDraftMode:T,prerenderManifest:b,routerServerContext:A,isOnDemandRevalidate:x,revalidateOnlyGenerated:$,resolvedPathname:S,clientReferenceManifest:k,serverActionsManifest:I}=v,N=(0,i.normalizeAppPath)(C),O=!!(b.dynamicRoutes[N]||b.routes[S]),P=async()=>((null==A?void 0:A.render404)?await A.render404(e,t,E,!1):t.end("This page could not be found"),null);if(O&&!T){let e=!!b.routes[S],t=b.dynamicRoutes[N];if(t&&!1===t.fallback&&!e){if(_.adapterPath)return await P();throw new g.NoFallbackError}}let M=null;!O||H.isDev||T||(M="/index"===(M=S)?"/":M);let U=!0===H.isDev||!O,q=O&&!U;I&&k&&(0,r.setManifestsSingleton)({page:C,clientReferenceManifest:k,serverActionsManifest:I});let D=e.method||"GET",j=(0,o.getTracer)(),L=j.getActiveScopeSpan(),F=!!(null==A?void 0:A.isWrappedByNextServer),K=!!(0,a.getRequestMeta)(e,"minimalMode"),B=(0,a.getRequestMeta)(e,"incrementalCache")||await H.getIncrementalCache(e,_,b,K);null==B||B.resetRequestCache(),globalThis.__incrementalCache=B;let V={params:R,previewProps:b.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)=>H.onRequestError(e,t,s,a,A)},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,r=async e=>H.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")!==d.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} ${C}`)}),i=async a=>{var o,i;let l=async({previousCacheEntry:n})=>{try{if(!K&&x&&$&&!n)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let o=await r(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(!O)return await (0,p.sendResponse)(X,J,o,V.renderOpts.pendingWaitUntil),null;{let e=await o.blob(),t=(0,m.toNodeOutgoingHttpHeaders)(o.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:o.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:n,expire:s}}}}catch(t){throw(null==n?void 0:n.isStale)&&await H.onRequestError(e,t,{routerKind:"App Router",routePath:C,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:x})},!1,A),t}},u=await H.handleResponse({req:e,nextConfig:_,cacheKey:M,routeKind:n.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:b,isRoutePPREnabled:!1,isOnDemandRevalidate:x,revalidateOnlyGenerated:$,responseGenerator:l,waitUntil:s.waitUntil,isMinimalMode:K});if(!O)return null;if((null==u||null==(o=u.value)?void 0:o.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});K||t.setHeader("x-nextjs-cache",x?"REVALIDATED":u.isMiss?"MISS":u.isStale?"STALE":"HIT"),T&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,m.fromNodeOutgoingHttpHeaders)(u.value.headers);return K&&O||d.delete(f.NEXT_CACHE_TAGS_HEADER),!u.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,h.getCacheControlHeader)(u.cacheControl)),await (0,p.sendResponse)(X,J,new Response(u.value.body,{headers:d,status:u.value.status||200})),null};F&&L?await i(L):(a=j.getActiveScopeSpan(),await j.withPropagatedContext(e.headers,()=>j.trace(d.BaseServerSpan.handleRequest,{spanName:`${D} ${C}`,kind:o.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i),void 0,!F))}catch(t){if(t instanceof g.NoFallbackError||await H.onRequestError(e,t,{routerKind:"App Router",routePath:N,routeType:"route",revalidateReason:(0,c.getRevalidateReason)({isStaticGeneration:q,isOnDemandRevalidate:x})},!1,A),O)throw t;return await (0,p.sendResponse)(X,J,new Response(null,{status:500})),null}}e.s(["handler",0,L,"patchFetch",0,function(){return(0,s.patchFetch)({workAsyncStorage:q,workUnitAsyncStorage:D})},"routeModule",0,H,"serverHooks",0,j,"workAsyncStorage",0,q,"workUnitAsyncStorage",0,D],617424)}];
11
11
 
12
12
  //# sourceMappingURL=0se9_next_dist_esm_build_templates_app-route_0eh8dj_.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[764914,(e,o,d)=>{}];
2
+
3
+ //# sourceMappingURL=0zjb_server_app_api_internal_terminal_%5BtaskId%5D_resume_route_actions_0uascj..js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[762161,(e,o,d)=>{}];
2
+
3
+ //# sourceMappingURL=0zjb_server_app_api_internal_terminal_%5BtaskId%5D_stop_route_actions_0r3bvc-.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[193695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},918622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},556704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},832319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},270406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},324725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},198840,e=>{"use strict";var t=e.i(855104);let r=["localhost","127.0.0.1","[::1]"],n=new Set(["127.0.0.1","::1","::ffff:127.0.0.1"]),s=/^c[a-z0-9]{20,30}$/;e.s(["requireLocalhost",0,function(e){let s=e.headers.get("x-forwarded-for");if(s&&!s.split(",").map(e=>e.trim()).every(e=>n.has(e)))return t.NextResponse.json({error:"Forbidden"},{status:403});let o=e.headers.get("host")??"";return r.some(e=>o.startsWith(e))?null:t.NextResponse.json({error:"Forbidden"},{status:403})},"validateProjectId",0,function(e){return s.test(e)?null:t.NextResponse.json({error:"Invalid projectId format"},{status:400})},"validateTaskId",0,function(e){return s.test(e)?null:t.NextResponse.json({error:"Invalid taskId format"},{status:400})}])},874533,(e,t,r)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},750227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},902157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},660526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},769310,e=>{"use strict";var t=e.i(902157),r=e.i(874533),n=e.i(750227);function s(e=process.platform){return"win32"===e}function o(e){let t=e.replace(/\r\n|\r|\n/g," ");if(!t.length)return'""';let r=t.replace(/"/g,'""');return/[\s"&<>|^()]/.test(r)?`"${r}"`:r}let a=["CLAUDECODE","CLAUDE_CODE_ENTRYPOINT","CLAUDE_CODE_SESSION","CLAUDE_CODE_PARENT_SESSION"];async function i(e,t={}){let r=t.cwd??process.cwd(),o=t.env??process.env,a=t.platform??process.platform;if(e.includes("/")||e.includes("\\")){let t=n.default.isAbsolute(e)?e:n.default.resolve(r,e);return await p(t,a)?t:null}let l=o.PATH??o.Path??"",c=s(a)?";":":",d=l.split(c).filter(Boolean),u=s(a)?(o.PATHEXT??".EXE;.CMD;.BAT;.COM").split(";").filter(Boolean):[""],m=s(a)&&n.default.extname(e).length>0;for(let t of d)for(let r of s(a)?m?[n.default.join(t,e)]:u.map(r=>n.default.join(t,`${e}${r}`)):[n.default.join(t,e)])if(await p(r,a))return r;return null}let l=e=>(0,r.execSync)(e,{encoding:"utf-8",timeout:5e3,stdio:["ignore","pipe","ignore"]});function c(e,t=process.platform,o=l){if(n.default.extname(e)||e.includes("/")||e.includes("\\"))return e;if(!s(t)){try{let t=(0,r.execFileSync)("which",[e],{encoding:"utf-8",timeout:5e3,stdio:["ignore","pipe","ignore"]}).trim();if(t)return t}catch{}return e}try{let t=o(`where ${e}`).trim().split("\n").map(e=>e.trim()).filter(Boolean),r=t.find(e=>/\.(cmd|bat|exe)$/i.test(e));if(r)return r;if(t.length>0)return t[0]}catch{}return e}async function d(e,t,r={}){let n=r.env??process.env,s=r.platform??process.platform;return u(await i(e,r)??e,t,n,s)}function u(e,t,r,a){if(!s(a))return{command:e,args:t};let i=n.default.extname(e).toLowerCase();return".cmd"===i||".bat"===i||".com"===i?{command:r.ComSpec||"cmd.exe",args:["/d","/s","/c",[o(e),...t.map(o)].join(" ")]}:{command:e,args:t}}async function p(e,r=process.platform){try{return await t.promises.access(e,s(r)?t.constants.F_OK:t.constants.X_OK),!0}catch{return!1}}async function m(e=process.platform){return s(e)?f():h()}async function h(){try{let e=await t.promises.readFile("/etc/shells","utf-8"),r=[],s=new Map;for(let t of e.split("\n")){let e=t.replace(/#.*/,"").trim();if(!e||!e.startsWith("/")||!await p(e))continue;let o=n.default.basename(e),a=s.get(o)??0;s.set(o,a+1),a>0&&(o=`${o} (${a+1})`),r.push({name:o,path:e})}return r}catch{let e=[];for(let t of["/bin/zsh","/bin/bash","/bin/sh"])await p(t)&&e.push({name:n.default.basename(t),path:t});return e}}async function f(){let e=[],t=[],r=await i("git",{platform:"win32"});if(r){let e=n.default.resolve(n.default.dirname(r),"..","..");t.push(n.default.join(e,"bin","bash.exe"),n.default.join(e,"usr","bin","bash.exe"))}for(let e of[process.env.ProgramW6432,process.env.ProgramFiles,process.env["ProgramFiles(x86)"],process.env.LocalAppData?n.default.join(process.env.LocalAppData,"Programs"):null].filter(Boolean))t.push(n.default.join(e,"Git","bin","bash.exe"),n.default.join(e,"Git","usr","bin","bash.exe"));let s=process.env.USERPROFILE??"";for(let r of(s&&t.push(n.default.join(s,"scoop","apps","git","current","bin","bash.exe")),process.env.CLAUDE_CODE_GIT_BASH_PATH&&t.unshift(process.env.CLAUDE_CODE_GIT_BASH_PATH),t))if(await p(r,"win32")){e.push({name:"Git Bash",path:r});break}let o=await i("pwsh",{platform:"win32"});o&&e.push({name:"PowerShell",path:o});let a=process.env.windir??"C:\\WINDOWS",l=n.default.join(a,"System32","WindowsPowerShell","v1.0","powershell.exe");await p(l,"win32")&&e.push({name:"Windows PowerShell",path:l});let c=process.env.ComSpec??n.default.join(a,"System32","cmd.exe");return await p(c,"win32")&&e.push({name:"Command Prompt",path:c}),e}let g=[{name:"Terminal",bundleName:"Terminal"},{name:"iTerm2",bundleName:"iTerm"},{name:"Warp",bundleName:"Warp"},{name:"Alacritty",bundleName:"Alacritty"},{name:"WezTerm",bundleName:"WezTerm"},{name:"kitty",bundleName:"kitty"},{name:"Hyper",bundleName:"Hyper"}];async function w(e=process.platform){if("darwin"===e){let t=[];for(let r of g){let n=await p(`/Applications/${r.bundleName}.app`,e);t.push({name:r.name,value:r.bundleName,installed:n})}return t}if(s(e)){let t=[],r=await i("wt",{platform:e});return r&&t.push({name:"Windows Terminal",value:r,installed:!0}),t}return[]}let y=[{name:"VS Code",command:"code"},{name:"VS Code Insiders",command:"code-insiders"},{name:"Cursor",command:"cursor"},{name:"Windsurf",command:"windsurf"},{name:"Zed",command:"zed"},{name:"Sublime Text",command:"subl"},{name:"IntelliJ IDEA",command:"idea"},{name:"WebStorm",command:"webstorm"},{name:"PyCharm",command:"pycharm"},{name:"GoLand",command:"goland"},{name:"RubyMine",command:"rubymine"},{name:"PhpStorm",command:"phpstorm"},{name:"CLion",command:"clion"},{name:"Rider",command:"rider"}],v={code:{darwin:["/Applications/Visual Studio Code.app/Contents/Resources/app/bin/code"],win32:["%LOCALAPPDATA%\\Programs\\Microsoft VS Code\\bin\\code.cmd","%ProgramFiles%\\Microsoft VS Code\\bin\\code.cmd"]},"code-insiders":{darwin:["/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/bin/code-insiders"],win32:["%LOCALAPPDATA%\\Programs\\Microsoft VS Code Insiders\\bin\\code-insiders.cmd","%ProgramFiles%\\Microsoft VS Code Insiders\\bin\\code-insiders.cmd"]},cursor:{darwin:["/Applications/Cursor.app/Contents/Resources/app/bin/cursor"],win32:["%LOCALAPPDATA%\\Programs\\cursor\\resources\\app\\bin\\cursor.cmd"]},windsurf:{darwin:["/Applications/Windsurf.app/Contents/Resources/app/bin/windsurf"],win32:["%LOCALAPPDATA%\\Programs\\Windsurf\\bin\\windsurf.cmd"]},zed:{darwin:["/Applications/Zed.app/Contents/MacOS/cli"]},subl:{darwin:["/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl"],win32:["%ProgramFiles%\\Sublime Text\\subl.exe","%ProgramFiles%\\Sublime Text 3\\subl.exe"]},idea:{darwin:["/Applications/IntelliJ IDEA.app/Contents/MacOS/idea","/Applications/IntelliJ IDEA CE.app/Contents/MacOS/idea"]},webstorm:{darwin:["/Applications/WebStorm.app/Contents/MacOS/webstorm"]},pycharm:{darwin:["/Applications/PyCharm.app/Contents/MacOS/pycharm","/Applications/PyCharm CE.app/Contents/MacOS/pycharm"]},goland:{darwin:["/Applications/GoLand.app/Contents/MacOS/goland"]},rubymine:{darwin:["/Applications/RubyMine.app/Contents/MacOS/rubymine"]},phpstorm:{darwin:["/Applications/PhpStorm.app/Contents/MacOS/phpstorm"]},clion:{darwin:["/Applications/CLion.app/Contents/MacOS/clion"]},rider:{darwin:["/Applications/Rider.app/Contents/MacOS/rider"]}};async function k(e,t={}){let r=t.platform??process.platform,n=t.env??process.env,o=await i(e,t);if(o)return o;for(let t of v[e]?.[r]??[]){let e=s(r)?function(e,t){return e.replace(/%([^%]+)%/g,(e,r)=>{let n=t[r];if(void 0!==n)return n;let s=Object.keys(t).find(e=>e.toLowerCase()===r.toLowerCase());return s?t[s]??e:e})}(t,n):t;if(await p(e,r))return e}return null}async function S(e=process.platform){let t=[];for(let r of y){let n=!!await k(r.command,{platform:e});t.push({name:r.name,command:r.command,installed:n})}return t}e.s(["detectEditors",0,S,"detectShells",0,m,"detectTerminalApps",0,w,"ensurePathInEnv",0,function(e,t=process.platform){let r=s(t)?"Path":"PATH";return(e.PATH??e.Path??"").length>0?e:{...e,[r]:function(e=process.platform){return s(e)?"C:\\Windows\\System32;C:\\Windows;C:\\Windows\\System32\\Wbem":"/usr/local/bin:/opt/homebrew/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin"}(t)}},"isWindows",0,s,"resolveCommandPath",0,i,"resolveCommandPathSync",0,c,"resolveSdkExecutable",0,function(e,r=process.platform,o=e=>(0,t.readFileSync)(e,"utf-8"),a=e=>(0,t.existsSync)(e)){if(!s(r))return e;let i=n.default.extname(e).toLowerCase();if(".cmd"!==i&&".bat"!==i)return e;let l=n.default.win32.dirname(e),c="",d=e=>{let t=e.replace(/%~?dp0%/gi,l).replace(/\//g,"\\");return n.default.win32.isAbsolute(t)?n.default.win32.normalize(t):n.default.win32.resolve(l,t)};try{let t=o(e);c=t.replace(/\s+/g," ").slice(0,400);let r=t.match(/"([^"]*\.(?:c?js|mjs))"/i);if(r){let e=d(r[1]);if(a(e))return e;console.error(`[resolveSdkExecutable] parsed cli="${e}" but it doesn't exist`)}for(let e of t.matchAll(/"([^"]*\.exe)"/gi)){let t=d(e[1]);if("node.exe"!==n.default.win32.basename(t).toLowerCase()&&a(t))return t}}catch(e){console.error(`[resolveSdkExecutable] shim read failed: ${e instanceof Error?e.message:e}`)}let u=n.default.win32.join(l,"node_modules","@anthropic-ai","claude-code"),p=n.default.win32.basename(e,n.default.win32.extname(e)),m=[n.default.win32.join(u,"cli.js"),n.default.win32.join(u,"bin",`${p}.exe`)];for(let e of m)if(a(e))return e;return console.error(`[resolveSdkExecutable] could not convert ${e} → guesses=${JSON.stringify(m)} shim="${c}"`),e},"resolveSpawnTarget",0,d,"resolveSpawnTargetSync",0,function(e,t,r=process.platform,n){return u(c(e,r,n),t,process.env,r)},"stripClaudeNestingEnv",0,function(e){let t={...e};for(let e of a)delete t[e];return t}])},53674,e=>{"use strict";e.s(["getPackageRoot",0,function(){return process.env.TOWER_PACKAGE_ROOT||process.cwd()}])},472129,e=>{"use strict";var t=e.i(902157),r=e.i(660526),n=e.i(750227),s=e.i(769310),o=e.i(53674);let a=["sonnet","opus","haiku","claude-sonnet-4-6","claude-opus-4-6","claude-haiku-4-5-20251001"];e.s(["ClaudeCliAdapter",0,class{buildSpawnArgs(e){let t=["--dangerously-skip-permissions"];e.extraArgs?.length&&t.push(...e.extraArgs),e.resumeSessionId?t.push("--resume",e.resumeSessionId):e.continueLatest?t.push("--continue"):e.prompt&&t.push(e.prompt);let r={...e.envOverrides??{}};return{command:this.resolveCommand(),args:t,env:r}}buildEnvOverrides(e){let t={TOWER_TASK_ID:e.taskId,TOWER_TASK_TITLE:e.taskTitle,TOWER_STARTED_AT:new Date().toISOString(),TOWER_API_URL:e.apiUrl};return e.callbackUrl&&(t.CALLBACK_URL=e.callbackUrl),t}async installHooks(e){try{let e=this.readSettings(),t=e.hooks??{},r=(0,o.getPackageRoot)().replace(/\\/g,"/"),s=n.join(r,"scripts","session-start-hook.js").replace(/\\/g,"/"),a=n.join(r,"scripts","post-tool-hook.js").replace(/\\/g,"/"),i=n.join(r,"scripts","stop-hook.js").replace(/\\/g,"/"),l=!1;return l=this.upsertHook(t,"SessionStart","session-start-hook.js",{hooks:[{command:`node "${s}"`,timeout:5,type:"command"}]})||l,l=this.upsertHook(t,"PostToolUse","post-tool-hook.js",{hooks:[{command:`node "${a}"`,timeout:10,type:"command"}],matcher:"Write|Edit|MultiEdit"})||l,(l=this.upsertHook(t,"Stop","stop-hook.js",{hooks:[{command:`node "${i}"`,timeout:5,type:"command"}]})||l)&&(e.hooks=t,this.writeSettings(e)),{ok:!0,method:"file",detail:this.getSettingsPath()}}catch(e){return{ok:!1,method:"file",detail:this.getSettingsPath(),error:e instanceof Error?e.message:String(e)}}}async repairHookPaths(){try{let e=this.readSettings(),t=e.hooks??{},r=(0,o.getPackageRoot)().replace(/\\/g,"/"),s=!1;for(let[e,o]of[["SessionStart","session-start-hook.js"],["PostToolUse","post-tool-hook.js"],["Stop","stop-hook.js"]]){let a=this.getHookArray(t,e),i=a.findIndex(e=>e?.hooks?.some?.(e=>e.command?.includes(o)));if(i<0)continue;let l=n.join(r,"scripts",o).replace(/\\/g,"/"),c=`node "${l}"`,d=a[i]?.hooks?.[0];d&&d.command!==c&&(d.command=c,t[e]=a,s=!0)}s&&(e.hooks=t,this.writeSettings(e))}catch{}}upsertHook(e,t,r,n){let s=this.getHookArray(e,t),o=n?.hooks?.[0]?.command,a=s.findIndex(e=>e?.hooks?.some?.(e=>e.command?.includes(r)));if(a>=0){if(s[a]?.hooks?.[0]?.command===o)return!1;s.splice(a,1)}return s.push(n),e[t]=s,!0}async uninstallHooks(){try{let e=this.readSettings(),t=e.hooks??{},r=["session-start-hook.js","post-tool-hook.js","stop-hook.js"];for(let e of["SessionStart","PostToolUse","Stop"]){let n=this.getHookArray(t,e);t[e]=n.filter(e=>!e.hooks?.some(e=>r.some(t=>e.command?.includes(t))))}return e.hooks=t,this.writeSettings(e),{ok:!0,method:"file",detail:this.getSettingsPath()}}catch(e){return{ok:!1,method:"file",detail:this.getSettingsPath(),error:e instanceof Error?e.message:String(e)}}}async isHooksInstalled(){let e=this.readSettings().hooks??{},t=this.getHookArray(e,"PostToolUse");return this.hasHook(t,"post-tool-hook.js")}async installMcp(e,t={}){let r=t.scope??"user",n={command:e.command,args:e.args};e.env&&Object.keys(e.env).length>0&&(n.env=e.env);let s=this.resolveCommand(),o=["mcp","add-json","-s",r,e.name,JSON.stringify(n)];try{return await this.runCli(s,["mcp","remove","-s",r,e.name],t.cwd).catch(()=>{}),await this.runCli(s,o,t.cwd),{ok:!0,method:"cli",detail:`${s} ${o.join(" ")}`}}catch(e){return{ok:!1,method:"cli",detail:`${s} ${o.join(" ")}`,error:e instanceof Error?e.message:String(e)}}}async uninstallMcp(e,t={}){let r=t.scope??"user",n=this.resolveCommand(),s=["mcp","remove","-s",r,e];try{return await this.runCli(n,s,t.cwd),{ok:!0,method:"cli",detail:`${n} ${s.join(" ")}`}}catch(e){return{ok:!1,method:"cli",detail:`${n} ${s.join(" ")}`,error:e instanceof Error?e.message:String(e)}}}async isMcpInstalled(e,t={}){let r=this.resolveCommand();try{return await this.runCli(r,["mcp","get",e],t.cwd,5e3),!0}catch{return!1}}async installSkill(e,r){let o=n.join(this.getConfigDir(),"skills",e);try{if(!t.existsSync(r))return{ok:!1,method:"symlink",detail:o,error:`Source skill dir does not exist: ${r}`};t.mkdirSync(n.dirname(o),{recursive:!0});let e=await t.promises.lstat(o).catch(()=>null);if(e)if(!(e.isSymbolicLink()||(0,s.isWindows)()&&e.isDirectory()))return{ok:!1,method:"symlink",detail:o,error:`Refusing to overwrite non-symlink at ${o}`};else try{let e=await t.promises.readlink(o);if(n.resolve(e)===n.resolve(r))return{ok:!0,method:"symlink",detail:`${o} → ${r} (already)`};await t.promises.unlink(o)}catch{if(!e.isSymbolicLink())return{ok:!1,method:"symlink",detail:o,error:`Refusing to overwrite non-symlink at ${o}`}}let a=(0,s.isWindows)()?"junction":"dir";return await t.promises.symlink(r,o,a),{ok:!0,method:"symlink",detail:`${o} → ${r}`}}catch(e){return{ok:!1,method:"symlink",detail:o,error:e instanceof Error?e.message:String(e)}}}async uninstallSkill(e){let r=n.join(this.getConfigDir(),"skills",e);try{let e=await t.promises.lstat(r).catch(()=>null);if(!e)return{ok:!0,method:"symlink",detail:`${r} (already absent)`};if(!e.isSymbolicLink())return{ok:!1,method:"symlink",detail:r,error:`Refusing to remove non-symlink at ${r}`};return await t.promises.unlink(r),{ok:!0,method:"symlink",detail:r}}catch(e){return{ok:!1,method:"symlink",detail:r,error:e instanceof Error?e.message:String(e)}}}async isSkillInstalled(e,r){let s=n.join(this.getConfigDir(),"skills",e);try{if(!(await t.promises.lstat(s)).isSymbolicLink())return!1;if(!r)return!0;let e=await t.promises.readlink(s),o=n.isAbsolute(e)?e:n.resolve(n.dirname(s),e);return n.resolve(o)===n.resolve(r)}catch{return!1}}async runCli(t,r,n,s=1e4){let{execFile:o}=await e.A(482848),{promisify:a}=await e.A(268548),i=a(o),{stdout:l}=await i(t,r,{cwd:n,timeout:s});return l}async isAvailable(){return null!==await this.getVersion()}async getVersion(){try{let{execFile:t}=await e.A(144264),{promisify:r}=await e.A(534777),{resolveSpawnTarget:n}=await e.A(200628),s=r(t),o=await n(this.resolveCommand(),["--version"]),{stdout:a}=await s(o.command,o.args,{timeout:5e3});return a.trim()||null}catch{return null}}async getModels(){return a}getConfigDir(){return n.join(r.homedir(),".claude")}getSettingsPath(){return n.join(this.getConfigDir(),"settings.json")}getSessionsDir(){return n.join(this.getConfigDir(),"projects")}getApiKeyInfo(){return{envVar:"ANTHROPIC_API_KEY",required:!1}}buildHelloProbeArgs(e){return{command:this.resolveCommand(),args:["--print",e,"--output-format","stream-json","--verbose"]}}resolveCommand(){if(process.env.CLAUDE_CODE_PATH)return process.env.CLAUDE_CODE_PATH;if((0,s.isWindows)()){let e=(0,s.resolveCommandPathSync)("claude-code");if("claude-code"!==e)return e}return(0,s.resolveCommandPathSync)("claude")}readSettings(){try{return JSON.parse(t.readFileSync(this.getSettingsPath(),"utf-8"))}catch{return{}}}writeSettings(e){let r=this.getConfigDir();t.existsSync(r)||t.mkdirSync(r,{recursive:!0}),t.writeFileSync(this.getSettingsPath(),JSON.stringify(e,null,2),"utf-8")}getHookArray(e,t){let r=e[t];return Array.isArray(r)?r:[]}hasHook(e,t){return e.some(e=>e.hooks?.some(e=>e.command?.includes(t)))}}])},212019,e=>{"use strict";var t=e.i(765876),r=e.i(675896),n=e.i(959160),s=e.i(97944),o=e.i(86757),a=e.i(204144),i=e.i(273436),l=e.i(743641),c=e.i(813766),d=e.i(840884),u=e.i(498814),p=e.i(780006),m=e.i(544432),h=e.i(772005),f=e.i(450223),g=e.i(193695);e.i(628400);var w=e.i(800071),y=e.i(855104),v=e.i(198840),k=e.i(750227),S=e.i(472129),C=e.i(53674);let A=new S.ClaudeCliAdapter;async function b(e){let t=(0,v.requireLocalhost)(e);if(t)return t;let r=await A.isHooksInstalled(),n=k.join((0,C.getPackageRoot)(),"scripts","post-tool-hook.js");return y.NextResponse.json({installed:r,hookPath:n})}async function x(e){let t=(0,v.requireLocalhost)(e);if(t)return t;let r=process.env.NEXTAUTH_URL??`http://localhost:${process.env.PORT??3e3}`;return await A.installHooks(r),y.NextResponse.json({success:!0})}async function E(e){let t=(0,v.requireLocalhost)(e);return t||(await A.uninstallHooks(),y.NextResponse.json({success:!0}))}e.s(["DELETE",0,E,"GET",0,b,"POST",0,x,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],730599);var P=e.i(730599);let R=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/internal/hooks/install/route",pathname:"/api/internal/hooks/install",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/hooks/install/route.ts",nextConfigOutput:"standalone",userland:P}),{workAsyncStorage:j,workUnitAsyncStorage:T,serverHooks:O}=R;async function _(e,t,n){n.requestMeta&&(0,s.setRequestMeta)(e,n.requestMeta),R.isDev&&(0,s.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let y="/api/internal/hooks/install/route";y=y.replace(/\/index$/,"")||"/";let v=await R.prepare(e,t,{srcPage:y,multiZoneDraftMode:!1});if(!v)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:k,params:S,nextConfig:C,parsedUrl:A,isDraftMode:b,prerenderManifest:x,routerServerContext:E,isOnDemandRevalidate:P,revalidateOnlyGenerated:j,resolvedPathname:T,clientReferenceManifest:O,serverActionsManifest:_}=v,I=(0,i.normalizeAppPath)(y),N=!!(x.dynamicRoutes[I]||x.routes[T]),D=async()=>((null==E?void 0:E.render404)?await E.render404(e,t,A,!1):t.end("This page could not be found"),null);if(N&&!b){let e=!!x.routes[T],t=x.dynamicRoutes[I];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await D();throw new g.NoFallbackError}}let H=null;!N||R.isDev||b||(H="/index"===(H=T)?"/":H);let L=!0===R.isDev||!N,$=N&&!L;_&&O&&(0,a.setManifestsSingleton)({page:y,clientReferenceManifest:O,serverActionsManifest:_});let M=e.method||"GET",U=(0,o.getTracer)(),q=U.getActiveScopeSpan(),W=!!(null==E?void 0:E.isWrappedByNextServer),F=!!(0,s.getRequestMeta)(e,"minimalMode"),K=(0,s.getRequestMeta)(e,"incrementalCache")||await R.getIncrementalCache(e,C,x,F);null==K||K.resetRequestCache(),globalThis.__incrementalCache=K;let B={params:S,previewProps:x.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:L,incrementalCache:K,cacheLifeProfiles:C.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n,s)=>R.onRequestError(e,t,n,s,E)},sharedContext:{buildId:k}},V=new l.NodeNextRequest(e),G=new l.NodeNextResponse(t),z=c.NextRequestAdapter.fromNodeNextRequest(V,(0,c.signalFromNodeResponse)(t));try{let s,a=async e=>R.handle(z,B).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=U.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==d.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${M} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),s&&s!==e&&(s.setAttribute("http.route",n),s.updateName(t))}else e.updateName(`${M} ${y}`)}),i=async s=>{var o,i;let l=async({previousCacheEntry:r})=>{try{if(!F&&P&&j&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let o=await a(s);e.fetchMetrics=B.renderOpts.fetchMetrics;let i=B.renderOpts.pendingWaitUntil;i&&n.waitUntil&&(n.waitUntil(i),i=void 0);let l=B.renderOpts.collectedTags;if(!N)return await (0,p.sendResponse)(V,G,o,B.renderOpts.pendingWaitUntil),null;{let e=await o.blob(),t=(0,m.toNodeOutgoingHttpHeaders)(o.headers);l&&(t[f.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==B.renderOpts.collectedRevalidate&&!(B.renderOpts.collectedRevalidate>=f.INFINITE_CACHE)&&B.renderOpts.collectedRevalidate,n=void 0===B.renderOpts.collectedExpire||B.renderOpts.collectedExpire>=f.INFINITE_CACHE?void 0:B.renderOpts.collectedExpire;return{value:{kind:w.CachedRouteKind.APP_ROUTE,status:o.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await R.onRequestError(e,t,{routerKind:"App Router",routePath:y,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:$,isOnDemandRevalidate:P})},!1,E),t}},c=await R.handleResponse({req:e,nextConfig:C,cacheKey:H,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:x,isRoutePPREnabled:!1,isOnDemandRevalidate:P,revalidateOnlyGenerated:j,responseGenerator:l,waitUntil:n.waitUntil,isMinimalMode:F});if(!N)return null;if((null==c||null==(o=c.value)?void 0:o.kind)!==w.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(i=c.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});F||t.setHeader("x-nextjs-cache",P?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),b&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let d=(0,m.fromNodeOutgoingHttpHeaders)(c.value.headers);return F&&N||d.delete(f.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||d.get("Cache-Control")||d.set("Cache-Control",(0,h.getCacheControlHeader)(c.cacheControl)),await (0,p.sendResponse)(V,G,new Response(c.value.body,{headers:d,status:c.value.status||200})),null};W&&q?await i(q):(s=U.getActiveScopeSpan(),await U.withPropagatedContext(e.headers,()=>U.trace(d.BaseServerSpan.handleRequest,{spanName:`${M} ${y}`,kind:o.SpanKind.SERVER,attributes:{"http.method":M,"http.target":e.url}},i),void 0,!W))}catch(t){if(t instanceof g.NoFallbackError||await R.onRequestError(e,t,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:$,isOnDemandRevalidate:P})},!1,E),N)throw t;return await (0,p.sendResponse)(V,G,new Response(null,{status:500})),null}}e.s(["handler",0,_,"patchFetch",0,function(){return(0,n.patchFetch)({workAsyncStorage:j,workUnitAsyncStorage:T})},"routeModule",0,R,"serverHooks",0,O,"workAsyncStorage",0,j,"workUnitAsyncStorage",0,T],212019)},482848,e=>{e.v(e=>Promise.resolve().then(()=>e(874533)))},268548,e=>{e.v(t=>Promise.all(["server/chunks/[externals]_node_util_0xr.y7p._.js"].map(t=>e.l(t))).then(()=>t(812057)))},144264,e=>{e.v(t=>Promise.all(["server/chunks/[externals]_child_process_0pwkpv9._.js"].map(t=>e.l(t))).then(()=>t(233405)))},534777,e=>{e.v(t=>Promise.all(["server/chunks/[externals]_util_0wtvqkc._.js"].map(t=>e.l(t))).then(()=>t(224361)))},200628,e=>{e.v(e=>Promise.resolve().then(()=>e(769310)))}];
2
+
3
+ //# sourceMappingURL=%5Broot-of-the-server%5D__0.tbb~k._.js.map
@@ -0,0 +1,4 @@
1
+ module.exports=[522734,(e,t,r)=>{t.exports=e.x("fs",()=>require("fs"))},233405,(e,t,r)=>{t.exports=e.x("child_process",()=>require("child_process"))},933919,(e,t,r)=>{t.exports=e.x("@prisma/client-9249dd53ac5b6a44",()=>require("@prisma/client-9249dd53ac5b6a44"))},874533,(e,t,r)=>{t.exports=e.x("node:child_process",()=>require("node:child_process"))},750227,(e,t,r)=>{t.exports=e.x("node:path",()=>require("node:path"))},902157,(e,t,r)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},660526,(e,t,r)=>{t.exports=e.x("node:os",()=>require("node:os"))},912714,(e,t,r)=>{t.exports=e.x("node:fs/promises",()=>require("node:fs/promises"))},980738,(e,t,r)=>{t.exports=e.x("node-pty-c710df912a232c01",()=>require("node-pty-c710df912a232c01"))},918622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},556704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},832319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},270406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},814747,(e,t,r)=>{t.exports=e.x("path",()=>require("path"))},446786,(e,t,r)=>{t.exports=e.x("os",()=>require("os"))},924868,(e,t,r)=>{t.exports=e.x("fs/promises",()=>require("fs/promises"))},248434,e=>{"use strict";var t=e.i(233405),r=e.i(522734),n=e.i(924868),i=e.i(814747),s=e.i(446786),o=e.i(50377);function a(e){return e.startsWith("~/")||"~"===e?i.default.join(s.default.homedir(),e.slice(1)):e}async function l(e,s,l){let d=a(e),u=i.default.join(d,".worktrees","task-"+s),p="task/"+s;if(!(0,r.existsSync)(d))throw Error(`项目本地路径不存在:${d}`);try{(0,t.execFileSync)("git",["rev-parse","--is-inside-work-tree"],{cwd:d,encoding:"utf-8",timeout:5e3,stdio:["pipe","pipe","pipe"]})}catch{throw Error(`项目本地路径不是 Git 仓库,无法创建 worktree:${d}`)}await (0,n.mkdir)(i.default.join(d,".worktrees"),{recursive:!0});let f=(0,t.execFileSync)("git",["worktree","list","--porcelain"],{cwd:d,encoding:"utf-8",timeout:1e4}),v=i.default.normalize(u).replace(/\\/g,"/");if(f.split("\n").some(e=>e.startsWith("worktree ")&&e.slice(9).replace(/\\/g,"/")===v))return c(d,u),{worktreePath:u,worktreeBranch:p};if((0,r.existsSync)(u)&&(o.logger.warn(`[worktree] Directory exists but not tracked by git, removing: ${u}`),(0,t.execFileSync)("git",["worktree","remove",u,"--force"],{cwd:d,encoding:"utf-8",timeout:3e4})),(0,t.execFileSync)("git",["branch","--list",p],{cwd:d,encoding:"utf-8",timeout:5e3}).trim())(0,t.execFileSync)("git",["worktree","add",u,p],{cwd:d,encoding:"utf-8",timeout:3e4});else{let e=l;try{(0,t.execFileSync)("git",["rev-parse","--verify",l],{cwd:d,encoding:"utf-8",timeout:5e3,stdio:["pipe","pipe","pipe"]})}catch{try{(0,t.execFileSync)("git",["rev-parse","--verify",`origin/${l}`],{cwd:d,encoding:"utf-8",timeout:5e3,stdio:["pipe","pipe","pipe"]}),e=`origin/${l}`}catch{throw Error(`Base branch '${l}' does not exist locally or on remote. Available branches: `+(0,t.execFileSync)("git",["branch","-a","--format=%(refname:short)"],{cwd:d,encoding:"utf-8",timeout:5e3}).trim().split("\n").join(", "))}}(0,t.execFileSync)("git",["worktree","add","-b",p,u,e],{cwd:d,encoding:"utf-8",timeout:3e4})}return c(d,u),{worktreePath:u,worktreeBranch:p}}let d=new Set(["node_modules",".git",".worktrees"]);function c(e,t){let n,s,a=o.logger.create("worktree"),l=["node_modules",".next"];for(let o of(n=[],(s=(e,t,o)=>{let a;if((0,r.existsSync)(i.default.join(e,"package.json"))&&n.push(t),!(o>=8)){try{a=(0,r.readdirSync)(e,{withFileTypes:!0})}catch{return}for(let r of a){if(!r.isDirectory())continue;let n=r.name;d.has(n)||n.startsWith(".")||s(i.default.join(e,n),t?i.default.join(t,n):n,o+1)}}})(e,"",0),n))for(let n of l){let s=o?i.default.join(o,n):n,l=i.default.join(e,s),d=i.default.join(t,s);if(!(0,r.existsSync)(l)){"node_modules"===n&&a.info(`Skipped ${s} — source not installed`,{source:l});continue}try{(0,r.lstatSync)(d);continue}catch{}try{(0,r.mkdirSync)(i.default.dirname(d),{recursive:!0}),(0,r.symlinkSync)(l,d,"junction"),a.info(`Symlinked ${s}`,{from:l,to:d})}catch(e){a.warn(`Failed to symlink ${s}`,{error:String(e)})}}}async function u(e,n){let s=a(e),o=i.default.join(s,".worktrees","task-"+n),l="task/"+n;(0,r.existsSync)(o)&&(0,t.execFileSync)("git",["worktree","remove",o,"--force"],{cwd:s,encoding:"utf-8",timeout:3e4}),(0,t.execFileSync)("git",["branch","--list",l],{cwd:s,encoding:"utf-8",timeout:5e3}).trim()&&(0,t.execFileSync)("git",["branch","-D",l],{cwd:s,encoding:"utf-8",timeout:5e3})}e.s(["createWorktree",0,l,"removeWorktree",0,u])},843793,e=>{"use strict";var t=e.i(933919);let r=globalThis.prisma??new t.PrismaClient({log:[]});process.on("SIGTERM",()=>{r.$disconnect().catch(()=>{})}),process.on("SIGINT",()=>{r.$disconnect().catch(()=>{})}),e.s(["db",0,r])},324725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},193695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},198840,e=>{"use strict";var t=e.i(855104);let r=["localhost","127.0.0.1","[::1]"],n=new Set(["127.0.0.1","::1","::ffff:127.0.0.1"]),i=/^c[a-z0-9]{20,30}$/;e.s(["requireLocalhost",0,function(e){let i=e.headers.get("x-forwarded-for");if(i&&!i.split(",").map(e=>e.trim()).every(e=>n.has(e)))return t.NextResponse.json({error:"Forbidden"},{status:403});let s=e.headers.get("host")??"";return r.some(e=>s.startsWith(e))?null:t.NextResponse.json({error:"Forbidden"},{status:403})},"validateProjectId",0,function(e){return i.test(e)?null:t.NextResponse.json({error:"Invalid projectId format"},{status:400})},"validateTaskId",0,function(e){return i.test(e)?null:t.NextResponse.json({error:"Invalid taskId format"},{status:400})}])},572173,e=>{"use strict";var t=e.i(843793);async function r(e,r){let n=await t.db.systemConfig.findUnique({where:{key:e}});if(!n)return r;try{return JSON.parse(n.value)}catch{return r}}e.s(["readConfigValue",0,r])},482819,(e,t,r)=>{"use strict";t.exports=e.r(583981).vendored["react-rsc"].ReactServerDOMTurbopackServer},921675,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"registerServerReference",{enumerable:!0,get:function(){return n.registerServerReference}});let n=e.r(482819)},86708,(e,t,r)=>{"use strict";function n(e){for(let t=0;t<e.length;t++){let r=e[t];if("function"!=typeof r)throw Object.defineProperty(Error(`A "use server" file can only export async functions, found ${typeof r}.
2
+ Read more: https://nextjs.org/docs/messages/invalid-use-server-value`),"__NEXT_ERROR_CODE",{value:"E352",enumerable:!1,configurable:!0})}}Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"ensureServerEntryExports",{enumerable:!0,get:function(){return n}})},932583,e=>{"use strict";var t=e.i(921675),r=e.i(843793);async function n(e,t={}){let i=t.report,s=i?JSON.stringify(i):null;await r.db.providerConnection.upsert({where:{provider:e},create:{provider:e,lastTestedAt:new Date,testOk:!0,version:t.version??null,mcpInstalled:i?.mcp?.ok??!1,hooksInstalled:i?.hooks?.ok??!1,skillsInstalled:i?.skill?.ok??!1,installLog:s},update:{lastTestedAt:new Date,testOk:!0,version:t.version??null,mcpInstalled:i?.mcp?.ok??!1,hooksInstalled:i?.hooks?.ok??!1,skillsInstalled:i?.skill?.ok??!1,installLog:s}})}async function i(e,t={}){await r.db.providerConnection.upsert({where:{provider:e},create:{provider:e,lastTestedAt:new Date,testOk:!1,installLog:t.reason??null},update:{lastTestedAt:new Date,testOk:!1,mcpInstalled:!1,hooksInstalled:!1,skillsInstalled:!1,installLog:t.reason??null}})}async function s(e){let t=await r.db.providerConnection.findUnique({where:{provider:e}});return!!t&&t.testOk}async function o(){return(await r.db.providerConnection.findMany({where:{testOk:!0},select:{provider:!0},orderBy:{provider:"asc"}})).map(e=>e.provider)}async function a(){return r.db.providerConnection.findMany({select:{provider:!0,lastTestedAt:!0,testOk:!0,version:!0,mcpInstalled:!0,hooksInstalled:!0,skillsInstalled:!0,installLog:!0},orderBy:{provider:"asc"}})}(0,e.i(86708).ensureServerEntryExports)([n,i,s,o,a]),(0,t.registerServerReference)(n,"60d1f6ca6f338af7031bce90592097b071034c9cae",null),(0,t.registerServerReference)(i,"601be702ffce60dfd27ad6c67673407c9362b8bf01",null),(0,t.registerServerReference)(s,"408b8db0537455e049a810fa29e336ed27199b8f22",null),(0,t.registerServerReference)(o,"00f81edb16758d98f2cf12bb0f0df409351e1f8451",null),(0,t.registerServerReference)(a,"00dba7120b5c310330cd7360de0b0339299c05aa9e",null),e.s(["getConnectedProviders",0,o,"isProviderConnected",0,s,"markProviderConnected",0,n,"markProviderDisconnected",0,i])},89428,e=>{"use strict";var t=e.i(843793),r=e.i(279711);class n extends Error{code;provider;constructor(e,t,r){super(r),this.code=e,this.provider=t,this.name="AiProviderError"}}var i=e.i(932583);let s="claude",o="请到 Settings → Test Connection 测试该 Provider 后再使用(未注入的 CLI 不能被插槽选中)";async function a(e){return t.db.aiCapabilityConfig.findUnique({where:{slot:e}})}async function l(e){if(e){if(await (0,i.isProviderConnected)(e))return e;throw new n("CLI_NOT_FOUND",e,`Provider "${e}" 未连接:${o}`)}let t=await (0,i.getConnectedProviders)();if(0===t.length)throw new n("CLI_NOT_FOUND",s,`没有任何 AI Provider 已连接:${o}`);return t.includes(s)?s:t[0]}async function d(e){let t=await a(e),i=t?.model??void 0,s=await l(t?.provider??null),o=r.providerRegistry.get(s);if(!o)throw new n("CLI_NOT_FOUND",s,`Provider "${s}" 未注册`);let d=o.cli?.adapter;if(!d)throw new n("UNSUPPORTED_MODE",s,`Provider "${s}" 不支持 CLI 模式`);return{adapter:d,provider:o,model:i}}e.s(["resolveCliAdapter",0,d],89428)},413249,e=>{"use strict";var t=e.i(765876),r=e.i(675896),n=e.i(959160),i=e.i(97944),s=e.i(86757),o=e.i(204144),a=e.i(273436),l=e.i(743641),d=e.i(813766),c=e.i(840884),u=e.i(498814),p=e.i(780006),f=e.i(544432),v=e.i(772005),h=e.i(450223),m=e.i(193695);e.i(628400);var x=e.i(800071),g=e.i(855104),y=e.i(198840),w=e.i(83721),k=e.i(756264);async function R(e,{params:t}){let r=(0,y.requireLocalhost)(e);if(r)return r;let{taskId:n}=await t,i=(0,y.validateTaskId)(n);if(i)return i;try{let e=(0,w.getSession)(n),t=!!e&&!e.killed;return await (0,k.stopPtyExecution)(n),g.NextResponse.json({ok:!0,wasRunning:t})}catch(t){let e=t instanceof Error?t.message:String(t);return g.NextResponse.json({error:e},{status:500})}}e.s(["POST",0,R,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],318747);var b=e.i(318747);let S=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/internal/terminal/[taskId]/stop/route",pathname:"/api/internal/terminal/[taskId]/stop",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/app/api/internal/terminal/[taskId]/stop/route.ts",nextConfigOutput:"standalone",userland:b}),{workAsyncStorage:C,workUnitAsyncStorage:E,serverHooks:P}=S;async function _(e,t,n){n.requestMeta&&(0,i.setRequestMeta)(e,n.requestMeta),S.isDev&&(0,i.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let g="/api/internal/terminal/[taskId]/stop/route";g=g.replace(/\/index$/,"")||"/";let y=await S.prepare(e,t,{srcPage:g,multiZoneDraftMode:!1});if(!y)return t.statusCode=400,t.end("Bad Request"),null==n.waitUntil||n.waitUntil.call(n,Promise.resolve()),null;let{buildId:w,params:k,nextConfig:R,parsedUrl:b,isDraftMode:C,prerenderManifest:E,routerServerContext:P,isOnDemandRevalidate:_,revalidateOnlyGenerated:j,resolvedPathname:I,clientReferenceManifest:O,serverActionsManifest:T}=y,q=(0,a.normalizeAppPath)(g),N=!!(E.dynamicRoutes[q]||E.routes[I]),A=async()=>((null==P?void 0:P.render404)?await P.render404(e,t,b,!1):t.end("This page could not be found"),null);if(N&&!C){let e=!!E.routes[I],t=E.dynamicRoutes[q];if(t&&!1===t.fallback&&!e){if(R.adapterPath)return await A();throw new m.NoFallbackError}}let D=null;!N||S.isDev||C||(D="/index"===(D=I)?"/":D);let F=!0===S.isDev||!N,$=N&&!F;T&&O&&(0,o.setManifestsSingleton)({page:g,clientReferenceManifest:O,serverActionsManifest:T});let U=e.method||"GET",M=(0,s.getTracer)(),H=M.getActiveScopeSpan(),L=!!(null==P?void 0:P.isWrappedByNextServer),B=!!(0,i.getRequestMeta)(e,"minimalMode"),W=(0,i.getRequestMeta)(e,"incrementalCache")||await S.getIncrementalCache(e,R,E,B);null==W||W.resetRequestCache(),globalThis.__incrementalCache=W;let K={params:k,previewProps:E.preview,renderOpts:{experimental:{authInterrupts:!!R.experimental.authInterrupts},cacheComponents:!!R.cacheComponents,supportsDynamicResponse:F,incrementalCache:W,cacheLifeProfiles:R.cacheLife,waitUntil:n.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,n,i)=>S.onRequestError(e,t,n,i,P)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),z=new l.NodeNextResponse(t),V=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let i,o=async e=>S.handle(V,K).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=M.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==c.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let n=r.get("next.route");if(n){let t=`${U} ${n}`;e.setAttributes({"next.route":n,"http.route":n,"next.span_name":t}),e.updateName(t),i&&i!==e&&(i.setAttribute("http.route",n),i.updateName(t))}else e.updateName(`${U} ${g}`)}),a=async i=>{var s,a;let l=async({previousCacheEntry:r})=>{try{if(!B&&_&&j&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(i);e.fetchMetrics=K.renderOpts.fetchMetrics;let a=K.renderOpts.pendingWaitUntil;a&&n.waitUntil&&(n.waitUntil(a),a=void 0);let l=K.renderOpts.collectedTags;if(!N)return await (0,p.sendResponse)(G,z,s,K.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,f.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[h.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==K.renderOpts.collectedRevalidate&&!(K.renderOpts.collectedRevalidate>=h.INFINITE_CACHE)&&K.renderOpts.collectedRevalidate,n=void 0===K.renderOpts.collectedExpire||K.renderOpts.collectedExpire>=h.INFINITE_CACHE?void 0:K.renderOpts.collectedExpire;return{value:{kind:x.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:n}}}}catch(t){throw(null==r?void 0:r.isStale)&&await S.onRequestError(e,t,{routerKind:"App Router",routePath:g,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:$,isOnDemandRevalidate:_})},!1,P),t}},d=await S.handleResponse({req:e,nextConfig:R,cacheKey:D,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:E,isRoutePPREnabled:!1,isOnDemandRevalidate:_,revalidateOnlyGenerated:j,responseGenerator:l,waitUntil:n.waitUntil,isMinimalMode:B});if(!N)return null;if((null==d||null==(s=d.value)?void 0:s.kind)!==x.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(a=d.value)?void 0:a.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});B||t.setHeader("x-nextjs-cache",_?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),C&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let c=(0,f.fromNodeOutgoingHttpHeaders)(d.value.headers);return B&&N||c.delete(h.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||c.get("Cache-Control")||c.set("Cache-Control",(0,v.getCacheControlHeader)(d.cacheControl)),await (0,p.sendResponse)(G,z,new Response(d.value.body,{headers:c,status:d.value.status||200})),null};L&&H?await a(H):(i=M.getActiveScopeSpan(),await M.withPropagatedContext(e.headers,()=>M.trace(c.BaseServerSpan.handleRequest,{spanName:`${U} ${g}`,kind:s.SpanKind.SERVER,attributes:{"http.method":U,"http.target":e.url}},a),void 0,!L))}catch(t){if(t instanceof m.NoFallbackError||await S.onRequestError(e,t,{routerKind:"App Router",routePath:q,routeType:"route",revalidateReason:(0,u.getRevalidateReason)({isStaticGeneration:$,isOnDemandRevalidate:_})},!1,P),N)throw t;return await (0,p.sendResponse)(G,z,new Response(null,{status:500})),null}}e.s(["handler",0,_,"patchFetch",0,function(){return(0,n.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:E})},"routeModule",0,S,"serverHooks",0,P,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,E],413249)},482848,e=>{e.v(e=>Promise.resolve().then(()=>e(874533)))},268548,e=>{e.v(t=>Promise.all(["server/chunks/[externals]_node_util_0xr.y7p._.js"].map(t=>e.l(t))).then(()=>t(812057)))},144264,e=>{e.v(e=>Promise.resolve().then(()=>e(233405)))},534777,e=>{e.v(t=>Promise.all(["server/chunks/[externals]_util_0wtvqkc._.js"].map(t=>e.l(t))).then(()=>t(224361)))},200628,e=>{e.v(e=>Promise.resolve().then(()=>e(769310)))},217260,e=>{e.v(e=>Promise.resolve().then(()=>e(83721)))},507603,e=>{e.v(t=>Promise.all(["server/chunks/_0aflzks._.js"].map(t=>e.l(t))).then(()=>t(283373)))},136565,e=>{e.v(t=>Promise.all(["server/chunks/src_0mqkaid._.js"].map(t=>e.l(t))).then(()=>t(215624)))},260815,e=>{e.v(e=>Promise.resolve().then(()=>e(924868)))}];
3
+
4
+ //# sourceMappingURL=%5Broot-of-the-server%5D__05zlbau._.js.map