@calmabacus/pi-web 1.0.0

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 (778) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +66 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/diagnostics/build-diagnostics.json +6 -0
  5. package/.next/diagnostics/framework.json +1 -0
  6. package/.next/export-marker.json +6 -0
  7. package/.next/images-manifest.json +68 -0
  8. package/.next/next-minimal-server.js.nft.json +1 -0
  9. package/.next/next-server.js.nft.json +1 -0
  10. package/.next/package.json +1 -0
  11. package/.next/prerender-manifest.json +189 -0
  12. package/.next/react-loadable-manifest.json +2367 -0
  13. package/.next/required-server-files.js +387 -0
  14. package/.next/required-server-files.json +387 -0
  15. package/.next/routes-manifest.json +505 -0
  16. package/.next/server/app/_global-error/page.js +31 -0
  17. package/.next/server/app/_global-error/page.js.nft.json +1 -0
  18. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/_global-error.html +1 -0
  20. package/.next/server/app/_global-error.meta +27 -0
  21. package/.next/server/app/_global-error.rsc +14 -0
  22. package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  23. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +20 -0
  24. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  25. package/.next/server/app/_not-found/page.js +1 -0
  26. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  27. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  28. package/.next/server/app/_not-found.html +1 -0
  29. package/.next/server/app/_not-found.meta +27 -0
  30. package/.next/server/app/_not-found.rsc +23 -0
  31. package/.next/server/app/_not-found.segments/_full.segment.rsc +23 -0
  32. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +29 -0
  33. package/.next/server/app/_not-found.segments/_tree.segment.rsc +8 -0
  34. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
  35. package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -0
  36. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
  37. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  38. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
  39. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  40. package/.next/server/app/api/agent/[id]/lease/route.js +1 -0
  41. package/.next/server/app/api/agent/[id]/lease/route.js.nft.json +1 -0
  42. package/.next/server/app/api/agent/[id]/lease/route_client-reference-manifest.js +1 -0
  43. package/.next/server/app/api/agent/[id]/route.js +1 -0
  44. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
  45. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/agent/new/route.js +1 -0
  47. package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
  48. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/agent/running/route.js +1 -0
  50. package/.next/server/app/api/agent/running/route.js.nft.json +1 -0
  51. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/app-update/route.js +1 -0
  53. package/.next/server/app/api/app-update/route.js.nft.json +1 -0
  54. package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  56. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
  57. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  59. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
  60. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
  61. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
  62. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
  63. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/auth/providers/route.js +1 -0
  65. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
  66. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
  67. package/.next/server/app/api/cwd/browse/route.js +1 -0
  68. package/.next/server/app/api/cwd/browse/route.js.nft.json +1 -0
  69. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/cwd/validate/route.js +1 -0
  71. package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
  72. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
  73. package/.next/server/app/api/default-cwd/route.js +1 -0
  74. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  75. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/file-index/route.js +1 -0
  77. package/.next/server/app/api/file-index/route.js.nft.json +1 -0
  78. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
  79. package/.next/server/app/api/files/[...path]/route.js +49 -0
  80. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
  81. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/git/diff/route.js +6 -0
  83. package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
  84. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
  85. package/.next/server/app/api/git/status/route.js +6 -0
  86. package/.next/server/app/api/git/status/route.js.nft.json +1 -0
  87. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/home/route.js +1 -0
  89. package/.next/server/app/api/home/route.js.nft.json +1 -0
  90. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  91. package/.next/server/app/api/image-generation/route.js +1 -0
  92. package/.next/server/app/api/image-generation/route.js.nft.json +1 -0
  93. package/.next/server/app/api/image-generation/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/image-generation/settings/connections/route.js +1 -0
  95. package/.next/server/app/api/image-generation/settings/connections/route.js.nft.json +1 -0
  96. package/.next/server/app/api/image-generation/settings/connections/route_client-reference-manifest.js +1 -0
  97. package/.next/server/app/api/image-generation/settings/route.js +1 -0
  98. package/.next/server/app/api/image-generation/settings/route.js.nft.json +1 -0
  99. package/.next/server/app/api/image-generation/settings/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/models/route.js +1 -0
  101. package/.next/server/app/api/models/route.js.nft.json +1 -0
  102. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  103. package/.next/server/app/api/models-config/catalog/route.js +1 -0
  104. package/.next/server/app/api/models-config/catalog/route.js.nft.json +1 -0
  105. package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/models-config/discover/route.js +1 -0
  107. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
  108. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
  109. package/.next/server/app/api/models-config/picker/route.js +1 -0
  110. package/.next/server/app/api/models-config/picker/route.js.nft.json +1 -0
  111. package/.next/server/app/api/models-config/picker/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/models-config/route.js +1 -0
  113. package/.next/server/app/api/models-config/route.js.nft.json +1 -0
  114. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  115. package/.next/server/app/api/models-config/runtime/route.js +1 -0
  116. package/.next/server/app/api/models-config/runtime/route.js.nft.json +1 -0
  117. package/.next/server/app/api/models-config/runtime/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/models-config/test/route.js +1 -0
  119. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
  120. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  121. package/.next/server/app/api/plugins/check/route.js +1 -0
  122. package/.next/server/app/api/plugins/check/route.js.nft.json +1 -0
  123. package/.next/server/app/api/plugins/check/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/plugins/route.js +1 -0
  125. package/.next/server/app/api/plugins/route.js.nft.json +1 -0
  126. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
  127. package/.next/server/app/api/project-trust/route.js +1 -0
  128. package/.next/server/app/api/project-trust/route.js.nft.json +1 -0
  129. package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -0
  130. package/.next/server/app/api/push/config/route.js +1 -0
  131. package/.next/server/app/api/push/config/route.js.nft.json +1 -0
  132. package/.next/server/app/api/push/config/route_client-reference-manifest.js +1 -0
  133. package/.next/server/app/api/push/subscribe/route.js +1 -0
  134. package/.next/server/app/api/push/subscribe/route.js.nft.json +1 -0
  135. package/.next/server/app/api/push/subscribe/route_client-reference-manifest.js +1 -0
  136. package/.next/server/app/api/sessions/[id]/auto-name/route.js +10 -0
  137. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -0
  138. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
  139. package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
  140. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
  141. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  142. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
  143. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -0
  144. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
  145. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js +1 -0
  146. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js.nft.json +1 -0
  147. package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route_client-reference-manifest.js +1 -0
  148. package/.next/server/app/api/sessions/[id]/export/route.js +56 -0
  149. package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
  150. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
  151. package/.next/server/app/api/sessions/[id]/outline/route.js +1 -0
  152. package/.next/server/app/api/sessions/[id]/outline/route.js.nft.json +1 -0
  153. package/.next/server/app/api/sessions/[id]/outline/route_client-reference-manifest.js +1 -0
  154. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  155. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
  156. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  157. package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
  158. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -0
  159. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
  160. package/.next/server/app/api/sessions/route.js +1 -0
  161. package/.next/server/app/api/sessions/route.js.nft.json +1 -0
  162. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  163. package/.next/server/app/api/sessions/search/route.js +1 -0
  164. package/.next/server/app/api/sessions/search/route.js.nft.json +1 -0
  165. package/.next/server/app/api/sessions/search/route_client-reference-manifest.js +1 -0
  166. package/.next/server/app/api/skills/check/route.js +1 -0
  167. package/.next/server/app/api/skills/check/route.js.nft.json +1 -0
  168. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
  169. package/.next/server/app/api/skills/install/route.js +1 -0
  170. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  171. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  172. package/.next/server/app/api/skills/route.js +4 -0
  173. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  174. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  175. package/.next/server/app/api/skills/search/route.js +1 -0
  176. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  177. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  178. package/.next/server/app/api/skills/update/route.js +1 -0
  179. package/.next/server/app/api/skills/update/route.js.nft.json +1 -0
  180. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
  181. package/.next/server/app/api/subagents/[id]/route.js +1 -0
  182. package/.next/server/app/api/subagents/[id]/route.js.nft.json +1 -0
  183. package/.next/server/app/api/subagents/[id]/route_client-reference-manifest.js +1 -0
  184. package/.next/server/app/api/subagents/profiles/route.js +1 -0
  185. package/.next/server/app/api/subagents/profiles/route.js.nft.json +1 -0
  186. package/.next/server/app/api/subagents/profiles/route_client-reference-manifest.js +1 -0
  187. package/.next/server/app/api/subagents/settings/route.js +1 -0
  188. package/.next/server/app/api/subagents/settings/route.js.nft.json +1 -0
  189. package/.next/server/app/api/subagents/settings/route_client-reference-manifest.js +1 -0
  190. package/.next/server/app/api/terminal/[id]/events/route.js +4 -0
  191. package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
  192. package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
  193. package/.next/server/app/api/terminal/[id]/route.js +1 -0
  194. package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
  195. package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
  196. package/.next/server/app/api/terminal/route.js +1 -0
  197. package/.next/server/app/api/terminal/route.js.nft.json +1 -0
  198. package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
  199. package/.next/server/app/api/tools/settings/route.js +1 -0
  200. package/.next/server/app/api/tools/settings/route.js.nft.json +1 -0
  201. package/.next/server/app/api/tools/settings/route_client-reference-manifest.js +1 -0
  202. package/.next/server/app/api/web-auth/route.js +1 -0
  203. package/.next/server/app/api/web-auth/route.js.nft.json +1 -0
  204. package/.next/server/app/api/web-auth/route_client-reference-manifest.js +1 -0
  205. package/.next/server/app/api/worktrees/route.js +1 -0
  206. package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
  207. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
  208. package/.next/server/app/favicon.ico/route.js +1 -0
  209. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  210. package/.next/server/app/favicon.ico.body +0 -0
  211. package/.next/server/app/favicon.ico.meta +1 -0
  212. package/.next/server/app/index.html +1 -0
  213. package/.next/server/app/index.meta +21 -0
  214. package/.next/server/app/index.rsc +24 -0
  215. package/.next/server/app/index.segments/__PAGE__.segment.rsc +29 -0
  216. package/.next/server/app/index.segments/_full.segment.rsc +24 -0
  217. package/.next/server/app/index.segments/_tree.segment.rsc +9 -0
  218. package/.next/server/app/login/page.js +3 -0
  219. package/.next/server/app/login/page.js.nft.json +1 -0
  220. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  221. package/.next/server/app/login.html +1 -0
  222. package/.next/server/app/login.meta +26 -0
  223. package/.next/server/app/login.rsc +27 -0
  224. package/.next/server/app/login.segments/_full.segment.rsc +27 -0
  225. package/.next/server/app/login.segments/_tree.segment.rsc +8 -0
  226. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +33 -0
  227. package/.next/server/app/manifest.webmanifest/route.js +17 -0
  228. package/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  229. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
  230. package/.next/server/app/manifest.webmanifest.body +1 -0
  231. package/.next/server/app/manifest.webmanifest.meta +1 -0
  232. package/.next/server/app/page.js +254 -0
  233. package/.next/server/app/page.js.nft.json +1 -0
  234. package/.next/server/app/page_client-reference-manifest.js +1 -0
  235. package/.next/server/app-paths-manifest.json +66 -0
  236. package/.next/server/chunks/1094.js +160 -0
  237. package/.next/server/chunks/1515.js +1 -0
  238. package/.next/server/chunks/1555.js +1 -0
  239. package/.next/server/chunks/1601.js +24 -0
  240. package/.next/server/chunks/1625.js +1 -0
  241. package/.next/server/chunks/1800.js +1 -0
  242. package/.next/server/chunks/1813.js +1 -0
  243. package/.next/server/chunks/1860.js +1 -0
  244. package/.next/server/chunks/2075.js +23 -0
  245. package/.next/server/chunks/2106.js +1 -0
  246. package/.next/server/chunks/2169.js +36 -0
  247. package/.next/server/chunks/2190.js +1 -0
  248. package/.next/server/chunks/2243.js +1 -0
  249. package/.next/server/chunks/2325.js +82 -0
  250. package/.next/server/chunks/2349.js +1 -0
  251. package/.next/server/chunks/2408.js +1 -0
  252. package/.next/server/chunks/2430.js +193 -0
  253. package/.next/server/chunks/2452.js +93 -0
  254. package/.next/server/chunks/2744.js +1 -0
  255. package/.next/server/chunks/2903.js +1 -0
  256. package/.next/server/chunks/295.js +1 -0
  257. package/.next/server/chunks/3012.js +1 -0
  258. package/.next/server/chunks/3186.js +86 -0
  259. package/.next/server/chunks/3379.js +1 -0
  260. package/.next/server/chunks/3383.js +27 -0
  261. package/.next/server/chunks/3569.js +1 -0
  262. package/.next/server/chunks/3618.js +1 -0
  263. package/.next/server/chunks/3869.js +8 -0
  264. package/.next/server/chunks/3894.js +1 -0
  265. package/.next/server/chunks/426.js +14 -0
  266. package/.next/server/chunks/4267.js +1 -0
  267. package/.next/server/chunks/4315.js +1 -0
  268. package/.next/server/chunks/4367.js +1 -0
  269. package/.next/server/chunks/4372.js +1 -0
  270. package/.next/server/chunks/4538.js +24 -0
  271. package/.next/server/chunks/4548.js +1 -0
  272. package/.next/server/chunks/4563.js +38 -0
  273. package/.next/server/chunks/4674.js +1 -0
  274. package/.next/server/chunks/4741.js +165 -0
  275. package/.next/server/chunks/4980.js +1 -0
  276. package/.next/server/chunks/5029.js +1 -0
  277. package/.next/server/chunks/5318.js +1 -0
  278. package/.next/server/chunks/5582.js +8 -0
  279. package/.next/server/chunks/5974.js +77 -0
  280. package/.next/server/chunks/6052.js +141 -0
  281. package/.next/server/chunks/611.js +1 -0
  282. package/.next/server/chunks/6253.js +104 -0
  283. package/.next/server/chunks/6337.js +1 -0
  284. package/.next/server/chunks/6366.js +80 -0
  285. package/.next/server/chunks/6429.js +29 -0
  286. package/.next/server/chunks/673.js +287 -0
  287. package/.next/server/chunks/6759.js +1 -0
  288. package/.next/server/chunks/6916.js +226 -0
  289. package/.next/server/chunks/703.js +1 -0
  290. package/.next/server/chunks/7233.js +1 -0
  291. package/.next/server/chunks/7265.js +215 -0
  292. package/.next/server/chunks/7307.js +1 -0
  293. package/.next/server/chunks/7561.js +1 -0
  294. package/.next/server/chunks/7710.js +1 -0
  295. package/.next/server/chunks/7744.js +64 -0
  296. package/.next/server/chunks/7790.js +1 -0
  297. package/.next/server/chunks/7799.js +34 -0
  298. package/.next/server/chunks/7872.js +1 -0
  299. package/.next/server/chunks/8106.js +1 -0
  300. package/.next/server/chunks/8294.js +1 -0
  301. package/.next/server/chunks/8333.js +79 -0
  302. package/.next/server/chunks/835.js +1 -0
  303. package/.next/server/chunks/8397.js +41 -0
  304. package/.next/server/chunks/8604.js +115 -0
  305. package/.next/server/chunks/8679.js +1 -0
  306. package/.next/server/chunks/8713.js +148 -0
  307. package/.next/server/chunks/8782.js +153 -0
  308. package/.next/server/chunks/8920.js +62 -0
  309. package/.next/server/chunks/922.js +5 -0
  310. package/.next/server/chunks/9280.js +255 -0
  311. package/.next/server/chunks/9486.js +1 -0
  312. package/.next/server/chunks/9509.js +1 -0
  313. package/.next/server/chunks/9510.js +90 -0
  314. package/.next/server/chunks/974.js +1 -0
  315. package/.next/server/functions-config-manifest.json +26 -0
  316. package/.next/server/instrumentation.js +1 -0
  317. package/.next/server/instrumentation.js.nft.json +1 -0
  318. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  319. package/.next/server/middleware-build-manifest.js +1 -0
  320. package/.next/server/middleware-manifest.json +6 -0
  321. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  322. package/.next/server/middleware.js +163 -0
  323. package/.next/server/middleware.js.nft.json +1 -0
  324. package/.next/server/next-font-manifest.js +1 -0
  325. package/.next/server/next-font-manifest.json +1 -0
  326. package/.next/server/pages/404.html +1 -0
  327. package/.next/server/pages/500.html +1 -0
  328. package/.next/server/pages-manifest.json +4 -0
  329. package/.next/server/prefetch-hints.json +53 -0
  330. package/.next/server/server-reference-manifest.js +1 -0
  331. package/.next/server/server-reference-manifest.json +1 -0
  332. package/.next/server/webpack-runtime.js +1 -0
  333. package/.next/static/LkMtlo9B5W74YX7J-8ccI/_buildManifest.js +1 -0
  334. package/.next/static/LkMtlo9B5W74YX7J-8ccI/_ssgManifest.js +1 -0
  335. package/.next/static/chunks/103.23142a67b02246a8.js +215 -0
  336. package/.next/static/chunks/1032.12b382a9096ab2a4.js +1 -0
  337. package/.next/static/chunks/1063.775c442bdbeef08b.js +1 -0
  338. package/.next/static/chunks/1278-b81177f3a674e4e0.js +1 -0
  339. package/.next/static/chunks/1327.09252bb80616cc3a.js +1 -0
  340. package/.next/static/chunks/1708.d029f8776e4578de.js +1 -0
  341. package/.next/static/chunks/1781.866132cea8e77cd0.js +1 -0
  342. package/.next/static/chunks/1ba63609.b2ae90f43319a29e.js +153 -0
  343. package/.next/static/chunks/2081.47b6e9391094055f.js +1 -0
  344. package/.next/static/chunks/2181.ba21239d3ac39f81.js +1 -0
  345. package/.next/static/chunks/2258.4defa30121ef44a5.js +1 -0
  346. package/.next/static/chunks/2325.23caf22075e51aa5.js +1 -0
  347. package/.next/static/chunks/2356.523277bb8c6bf72a.js +23 -0
  348. package/.next/static/chunks/2418.b5d9e177e10a686e.js +1 -0
  349. package/.next/static/chunks/2480.cf27ca02e5b19761.js +24 -0
  350. package/.next/static/chunks/2539.c5a4f2fd8e421c70.js +41 -0
  351. package/.next/static/chunks/2619.9431a3f48da8eef4.js +1 -0
  352. package/.next/static/chunks/268.72794ee2773c2060.js +80 -0
  353. package/.next/static/chunks/2695.6f49435bae1e6f33.js +90 -0
  354. package/.next/static/chunks/2703.495a65ed14b2f094.js +36 -0
  355. package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
  356. package/.next/static/chunks/3251.0dce7a0a0ff67235.js +1 -0
  357. package/.next/static/chunks/3308.be8762955e7155d1.js +73 -0
  358. package/.next/static/chunks/3336.a76f9485fe7cb762.js +1 -0
  359. package/.next/static/chunks/370.8e8f3cf8eb0e29dd.js +1 -0
  360. package/.next/static/chunks/3716.72bf4c9d7325debd.js +1 -0
  361. package/.next/static/chunks/3794-d29203733ca4633c.js +52 -0
  362. package/.next/static/chunks/398.ffa02af9062a3950.js +77 -0
  363. package/.next/static/chunks/3995.eca0f5bef1fc3ae5.js +38 -0
  364. package/.next/static/chunks/4004.74b9bcf5478b1663.js +160 -0
  365. package/.next/static/chunks/4202.8440832386f023c7.js +226 -0
  366. package/.next/static/chunks/4238.6f102dcbcf2ae339.js +141 -0
  367. package/.next/static/chunks/4405.7a19458960a1058e.js +287 -0
  368. package/.next/static/chunks/4424.fd0c93a807a333e1.js +1 -0
  369. package/.next/static/chunks/4866.d1060b4faf2ae1e2.js +1 -0
  370. package/.next/static/chunks/4970.8a63b4953b0e4946.js +1 -0
  371. package/.next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js +1 -0
  372. package/.next/static/chunks/5020.9ac8d0dc8390bb6e.js +1 -0
  373. package/.next/static/chunks/5137.f163e94c74a94d01.js +1 -0
  374. package/.next/static/chunks/5242.7b643c6b3394cac1.js +1 -0
  375. package/.next/static/chunks/5361.afc00ab2626bacbf.js +1 -0
  376. package/.next/static/chunks/5521.cfdf2cfc6db31407.js +1 -0
  377. package/.next/static/chunks/5526.ff46471041fdcb79.js +86 -0
  378. package/.next/static/chunks/5681.dd0e66b0de16e54b.js +27 -0
  379. package/.next/static/chunks/5772-ddd18c0d4b7715e5.js +3 -0
  380. package/.next/static/chunks/6121.eb9023b1cbc78ee2.js +1 -0
  381. package/.next/static/chunks/6161.4836cd7d031026bf.js +1 -0
  382. package/.next/static/chunks/6195.1153369f5f8b13a2.js +24 -0
  383. package/.next/static/chunks/6294.24f510c0c3e3714c.js +1 -0
  384. package/.next/static/chunks/6654.16f727522ec47f5a.js +1 -0
  385. package/.next/static/chunks/6794.f746d8fbbf248ecf.js +93 -0
  386. package/.next/static/chunks/7256.e07cf52d87d40252.js +1 -0
  387. package/.next/static/chunks/7268.236544be8e242c16.js +1 -0
  388. package/.next/static/chunks/7331.2add3c4e125a2dba.js +104 -0
  389. package/.next/static/chunks/7543.89f7b805ed0f2901.js +1 -0
  390. package/.next/static/chunks/8200.a36b9f8c983c6b9e.js +5 -0
  391. package/.next/static/chunks/869.7152372b662e31af.js +1 -0
  392. package/.next/static/chunks/8863.fa0320ea586efb3b.js +1 -0
  393. package/.next/static/chunks/8885.cf60cac98bf8b70c.js +79 -0
  394. package/.next/static/chunks/8901.e117d206a917bda0.js +1 -0
  395. package/.next/static/chunks/90542734.ae439f2382f58c51.js +1 -0
  396. package/.next/static/chunks/918.6a9bbe564e4a2d0f.js +115 -0
  397. package/.next/static/chunks/934.9006461bd0548660.js +1 -0
  398. package/.next/static/chunks/9445-fde6feabcb39142c.js +7 -0
  399. package/.next/static/chunks/9522.c7c6e9c330f9ba6b.js +1 -0
  400. package/.next/static/chunks/9614.3221013d7f0af27f.js +64 -0
  401. package/.next/static/chunks/9698.4d09a99b9d99f3e5.js +148 -0
  402. package/.next/static/chunks/9705.40a82b97f214e28b.js +1 -0
  403. package/.next/static/chunks/973.88e865b52eff479a.js +8 -0
  404. package/.next/static/chunks/9764.2669775c6e107a01.js +62 -0
  405. package/.next/static/chunks/9793.4567af813117ad25.js +1 -0
  406. package/.next/static/chunks/993e5495.8797001fcfcf2889.js +62 -0
  407. package/.next/static/chunks/9974.9a0f79beca65e8c4.js +34 -0
  408. package/.next/static/chunks/app/_global-error/page-24ad8f9c794ebb73.js +1 -0
  409. package/.next/static/chunks/app/_not-found/page-d1e0360401438077.js +1 -0
  410. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-24ad8f9c794ebb73.js +1 -0
  411. package/.next/static/chunks/app/api/agent/[id]/events/route-24ad8f9c794ebb73.js +1 -0
  412. package/.next/static/chunks/app/api/agent/[id]/lease/route-24ad8f9c794ebb73.js +1 -0
  413. package/.next/static/chunks/app/api/agent/[id]/route-24ad8f9c794ebb73.js +1 -0
  414. package/.next/static/chunks/app/api/agent/new/route-24ad8f9c794ebb73.js +1 -0
  415. package/.next/static/chunks/app/api/agent/running/route-24ad8f9c794ebb73.js +1 -0
  416. package/.next/static/chunks/app/api/app-update/route-24ad8f9c794ebb73.js +1 -0
  417. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-24ad8f9c794ebb73.js +1 -0
  418. package/.next/static/chunks/app/api/auth/login/[provider]/route-24ad8f9c794ebb73.js +1 -0
  419. package/.next/static/chunks/app/api/auth/logout/[provider]/route-24ad8f9c794ebb73.js +1 -0
  420. package/.next/static/chunks/app/api/auth/providers/route-24ad8f9c794ebb73.js +1 -0
  421. package/.next/static/chunks/app/api/cwd/browse/route-24ad8f9c794ebb73.js +1 -0
  422. package/.next/static/chunks/app/api/cwd/validate/route-24ad8f9c794ebb73.js +1 -0
  423. package/.next/static/chunks/app/api/default-cwd/route-24ad8f9c794ebb73.js +1 -0
  424. package/.next/static/chunks/app/api/file-index/route-24ad8f9c794ebb73.js +1 -0
  425. package/.next/static/chunks/app/api/files/[...path]/route-24ad8f9c794ebb73.js +1 -0
  426. package/.next/static/chunks/app/api/git/diff/route-24ad8f9c794ebb73.js +1 -0
  427. package/.next/static/chunks/app/api/git/status/route-24ad8f9c794ebb73.js +1 -0
  428. package/.next/static/chunks/app/api/home/route-24ad8f9c794ebb73.js +1 -0
  429. package/.next/static/chunks/app/api/image-generation/route-24ad8f9c794ebb73.js +1 -0
  430. package/.next/static/chunks/app/api/image-generation/settings/connections/route-24ad8f9c794ebb73.js +1 -0
  431. package/.next/static/chunks/app/api/image-generation/settings/route-24ad8f9c794ebb73.js +1 -0
  432. package/.next/static/chunks/app/api/models/route-24ad8f9c794ebb73.js +1 -0
  433. package/.next/static/chunks/app/api/models-config/catalog/route-24ad8f9c794ebb73.js +1 -0
  434. package/.next/static/chunks/app/api/models-config/discover/route-24ad8f9c794ebb73.js +1 -0
  435. package/.next/static/chunks/app/api/models-config/picker/route-24ad8f9c794ebb73.js +1 -0
  436. package/.next/static/chunks/app/api/models-config/route-24ad8f9c794ebb73.js +1 -0
  437. package/.next/static/chunks/app/api/models-config/runtime/route-24ad8f9c794ebb73.js +1 -0
  438. package/.next/static/chunks/app/api/models-config/test/route-24ad8f9c794ebb73.js +1 -0
  439. package/.next/static/chunks/app/api/plugins/check/route-24ad8f9c794ebb73.js +1 -0
  440. package/.next/static/chunks/app/api/plugins/route-24ad8f9c794ebb73.js +1 -0
  441. package/.next/static/chunks/app/api/project-trust/route-24ad8f9c794ebb73.js +1 -0
  442. package/.next/static/chunks/app/api/push/config/route-24ad8f9c794ebb73.js +1 -0
  443. package/.next/static/chunks/app/api/push/subscribe/route-24ad8f9c794ebb73.js +1 -0
  444. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-24ad8f9c794ebb73.js +1 -0
  445. package/.next/static/chunks/app/api/sessions/[id]/context/route-24ad8f9c794ebb73.js +1 -0
  446. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-24ad8f9c794ebb73.js +1 -0
  447. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route-24ad8f9c794ebb73.js +1 -0
  448. package/.next/static/chunks/app/api/sessions/[id]/export/route-24ad8f9c794ebb73.js +1 -0
  449. package/.next/static/chunks/app/api/sessions/[id]/outline/route-24ad8f9c794ebb73.js +1 -0
  450. package/.next/static/chunks/app/api/sessions/[id]/route-24ad8f9c794ebb73.js +1 -0
  451. package/.next/static/chunks/app/api/sessions/[id]/state/route-24ad8f9c794ebb73.js +1 -0
  452. package/.next/static/chunks/app/api/sessions/route-24ad8f9c794ebb73.js +1 -0
  453. package/.next/static/chunks/app/api/sessions/search/route-24ad8f9c794ebb73.js +1 -0
  454. package/.next/static/chunks/app/api/skills/check/route-24ad8f9c794ebb73.js +1 -0
  455. package/.next/static/chunks/app/api/skills/install/route-24ad8f9c794ebb73.js +1 -0
  456. package/.next/static/chunks/app/api/skills/route-24ad8f9c794ebb73.js +1 -0
  457. package/.next/static/chunks/app/api/skills/search/route-24ad8f9c794ebb73.js +1 -0
  458. package/.next/static/chunks/app/api/skills/update/route-24ad8f9c794ebb73.js +1 -0
  459. package/.next/static/chunks/app/api/subagents/[id]/route-24ad8f9c794ebb73.js +1 -0
  460. package/.next/static/chunks/app/api/subagents/profiles/route-24ad8f9c794ebb73.js +1 -0
  461. package/.next/static/chunks/app/api/subagents/settings/route-24ad8f9c794ebb73.js +1 -0
  462. package/.next/static/chunks/app/api/terminal/[id]/events/route-24ad8f9c794ebb73.js +1 -0
  463. package/.next/static/chunks/app/api/terminal/[id]/route-24ad8f9c794ebb73.js +1 -0
  464. package/.next/static/chunks/app/api/terminal/route-24ad8f9c794ebb73.js +1 -0
  465. package/.next/static/chunks/app/api/tools/settings/route-24ad8f9c794ebb73.js +1 -0
  466. package/.next/static/chunks/app/api/web-auth/route-24ad8f9c794ebb73.js +1 -0
  467. package/.next/static/chunks/app/api/worktrees/route-24ad8f9c794ebb73.js +1 -0
  468. package/.next/static/chunks/app/layout-f900e4d3794672ad.js +1 -0
  469. package/.next/static/chunks/app/login/page-4d08a41789f24789.js +1 -0
  470. package/.next/static/chunks/app/manifest.webmanifest/route-24ad8f9c794ebb73.js +1 -0
  471. package/.next/static/chunks/app/page-3c64134d63e2eff9.js +232 -0
  472. package/.next/static/chunks/bf2ff291.3a109dffc1fe84af.js +122 -0
  473. package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
  474. package/.next/static/chunks/da12927c.476aa688a637649c.js +82 -0
  475. package/.next/static/chunks/db9d41be.e72ce090a86a3691.js +1 -0
  476. package/.next/static/chunks/e868780c-1584512c612787d7.js +18 -0
  477. package/.next/static/chunks/framework-b33a8f5d57cd8d87.js +1 -0
  478. package/.next/static/chunks/main-app-5f091d229b1e5a0e.js +1 -0
  479. package/.next/static/chunks/main-dac5ab3797407fcb.js +5 -0
  480. package/.next/static/chunks/next/dist/client/components/builtin/app-error-24ad8f9c794ebb73.js +1 -0
  481. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-24ad8f9c794ebb73.js +1 -0
  482. package/.next/static/chunks/next/dist/client/components/builtin/global-error-ae6c57598b75d8bb.js +1 -0
  483. package/.next/static/chunks/next/dist/client/components/builtin/not-found-24ad8f9c794ebb73.js +1 -0
  484. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-24ad8f9c794ebb73.js +1 -0
  485. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  486. package/.next/static/chunks/webpack-25464d90fe89e601.js +1 -0
  487. package/.next/static/css/2ac0338d70747eca.css +1 -0
  488. package/.next/static/css/2f46e0db0d4a3aed.css +1 -0
  489. package/.next/static/css/444123c292add02f.css +1 -0
  490. package/.next/static/css/58d019c61385df31.css +1 -0
  491. package/.next/static/css/89aae141d5b3edde.css +1 -0
  492. package/.next/static/css/fddca953485158e4.css +1 -0
  493. package/.next/static/media/01bdb1c2bb2f530a-s.woff2 +0 -0
  494. package/.next/static/media/060fd7a2ba6f57dc-s.woff2 +0 -0
  495. package/.next/static/media/06d755a5cd3e2b96-s.woff2 +0 -0
  496. package/.next/static/media/09341845bc7215c3-s.woff2 +0 -0
  497. package/.next/static/media/09d8b46d011a8a55-s.woff2 +0 -0
  498. package/.next/static/media/0ac3ab6b6a54cd96-s.woff2 +0 -0
  499. package/.next/static/media/0cb7a0edc360425e-s.woff2 +0 -0
  500. package/.next/static/media/0de82041d2acf4c3-s.woff2 +0 -0
  501. package/.next/static/media/1249fbbadbb69451-s.woff2 +0 -0
  502. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  503. package/.next/static/media/182682366c265526-s.woff2 +0 -0
  504. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  505. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  506. package/.next/static/media/246116fa49278f72-s.woff2 +0 -0
  507. package/.next/static/media/2ad4a039dd2c0f35-s.woff2 +0 -0
  508. package/.next/static/media/2cd94acf7f6a8cd1-s.woff2 +0 -0
  509. package/.next/static/media/30af2a5bc088caeb-s.woff2 +0 -0
  510. package/.next/static/media/3117748ae3be552d-s.woff2 +0 -0
  511. package/.next/static/media/373befd5a68230ff-s.woff2 +0 -0
  512. package/.next/static/media/37ae20ae1d329cc2-s.woff2 +0 -0
  513. package/.next/static/media/3832bef2caf4f297-s.woff2 +0 -0
  514. package/.next/static/media/3b6ebd4dd223d8c1-s.woff2 +0 -0
  515. package/.next/static/media/3da25081fc21e3b2-s.woff2 +0 -0
  516. package/.next/static/media/3eb545844a1630b6-s.woff2 +0 -0
  517. package/.next/static/media/41870aeb5505be99-s.woff2 +0 -0
  518. package/.next/static/media/45c8f5377f81d417-s.woff2 +0 -0
  519. package/.next/static/media/48d86e2f8821c61e-s.woff2 +0 -0
  520. package/.next/static/media/4957022da3161c6e-s.woff2 +0 -0
  521. package/.next/static/media/4be71ddc6c749643-s.woff2 +0 -0
  522. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  523. package/.next/static/media/4dc4381bbf526d04-s.woff2 +0 -0
  524. package/.next/static/media/4eb0814ea9e22f45-s.woff2 +0 -0
  525. package/.next/static/media/4f86cf50532e0e9b-s.woff2 +0 -0
  526. package/.next/static/media/5022b11bb4a81e48-s.woff2 +0 -0
  527. package/.next/static/media/5080c55e2dccd63d-s.woff2 +0 -0
  528. package/.next/static/media/5348b1e69a651725-s.woff2 +0 -0
  529. package/.next/static/media/54c50561be23e605-s.woff2 +0 -0
  530. package/.next/static/media/567d6f765096ee76-s.woff2 +0 -0
  531. package/.next/static/media/58045d1f8695a418-s.woff2 +0 -0
  532. package/.next/static/media/5a274ddc03d9a5ab-s.woff2 +0 -0
  533. package/.next/static/media/5feee92221bb8605-s.woff2 +0 -0
  534. package/.next/static/media/6067d3f78ecc4535-s.woff2 +0 -0
  535. package/.next/static/media/61a11ca45429493a-s.woff2 +0 -0
  536. package/.next/static/media/63d030730737efae-s.woff2 +0 -0
  537. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  538. package/.next/static/media/6bd056ddce336924-s.woff2 +0 -0
  539. package/.next/static/media/6dc0bae4a5666821-s.woff2 +0 -0
  540. package/.next/static/media/7513cc52807669ca-s.woff2 +0 -0
  541. package/.next/static/media/75ae81fea4aec8c5-s.woff2 +0 -0
  542. package/.next/static/media/77f6534b6a3eb37a-s.woff2 +0 -0
  543. package/.next/static/media/782d4006a26041e7-s.woff2 +0 -0
  544. package/.next/static/media/7d509f4f988023eb-s.woff2 +0 -0
  545. package/.next/static/media/7d58f39a50828c68-s.woff2 +0 -0
  546. package/.next/static/media/7db71cc013812f1c-s.woff2 +0 -0
  547. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  548. package/.next/static/media/7eb3f914ae6dd7a0-s.woff2 +0 -0
  549. package/.next/static/media/8051eb8307aa13c8-s.woff2 +0 -0
  550. package/.next/static/media/829dca987e1e010e-s.woff2 +0 -0
  551. package/.next/static/media/842f675c7a332a48-s.woff2 +0 -0
  552. package/.next/static/media/866e2e7b0cbc2cb4-s.woff2 +0 -0
  553. package/.next/static/media/86b38dc7f713ddda-s.woff2 +0 -0
  554. package/.next/static/media/8a3a66ae6bb27151-s.woff2 +0 -0
  555. package/.next/static/media/8b56b70f6d577d9f-s.woff2 +0 -0
  556. package/.next/static/media/8d93dbb77672da11-s.woff2 +0 -0
  557. package/.next/static/media/8f5c2d0a25b8f50c-s.woff2 +0 -0
  558. package/.next/static/media/966e6d14b6c229fc-s.woff2 +0 -0
  559. package/.next/static/media/9877fefe733dd250-s.woff2 +0 -0
  560. package/.next/static/media/9c57f4420502d43a-s.woff2 +0 -0
  561. package/.next/static/media/9cedd2ad7b0bcf3d-s.woff2 +0 -0
  562. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  563. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  564. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  565. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  566. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  567. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  568. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  569. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  570. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  571. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  572. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  573. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  574. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  575. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  576. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  577. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  578. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  579. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  580. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  581. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  582. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  583. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  584. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  585. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  586. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  587. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  588. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  589. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  590. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  591. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  592. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  593. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  594. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  595. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  596. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  597. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  598. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  599. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  600. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  601. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  602. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  603. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  604. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  605. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  606. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  607. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  608. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  609. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  610. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  611. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  612. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  613. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  614. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  615. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  616. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  617. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  618. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  619. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  620. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  621. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  622. package/.next/static/media/a00fb5ef1ca68e5d-s.woff2 +0 -0
  623. package/.next/static/media/a171b1d72388367c-s.woff2 +0 -0
  624. package/.next/static/media/a310fb84e6868735-s.woff2 +0 -0
  625. package/.next/static/media/a53504b22c396db6-s.woff2 +0 -0
  626. package/.next/static/media/aabb87babcdda375-s.woff2 +0 -0
  627. package/.next/static/media/afe75c8050c8fd4e-s.woff2 +0 -0
  628. package/.next/static/media/b201193f76404e13-s.woff2 +0 -0
  629. package/.next/static/media/b20daecae68a588f-s.woff2 +0 -0
  630. package/.next/static/media/b2574bc564dca98d-s.woff2 +0 -0
  631. package/.next/static/media/b6a1339c290590d0-s.woff2 +0 -0
  632. package/.next/static/media/b6fe4b2295863fe4-s.woff2 +0 -0
  633. package/.next/static/media/bb8ff9c700288292-s.woff2 +0 -0
  634. package/.next/static/media/bc1ccfae4ae17995-s.woff2 +0 -0
  635. package/.next/static/media/be15c189f996aeb2-s.woff2 +0 -0
  636. package/.next/static/media/c0d1f6928a1dbc31-s.woff2 +0 -0
  637. package/.next/static/media/c36d8bb68a53eb60-s.woff2 +0 -0
  638. package/.next/static/media/c5db947ee2561e06-s.woff2 +0 -0
  639. package/.next/static/media/c77ac7f613b44045-s.woff2 +0 -0
  640. package/.next/static/media/ca73d0c74010e612-s.woff2 +0 -0
  641. package/.next/static/media/cfbad6ceeeca5c58-s.woff2 +0 -0
  642. package/.next/static/media/d24aebb82f01e48d-s.woff2 +0 -0
  643. package/.next/static/media/d2c6107607eb7d44-s.woff2 +0 -0
  644. package/.next/static/media/d2c7d5e8db7ce20a-s.woff2 +0 -0
  645. package/.next/static/media/d51f7558abc55aa6-s.woff2 +0 -0
  646. package/.next/static/media/da718921282f76d0-s.woff2 +0 -0
  647. package/.next/static/media/dae37106d788c7c9-s.woff2 +0 -0
  648. package/.next/static/media/e0d4cd45847004a4-s.woff2 +0 -0
  649. package/.next/static/media/e100c7a7874aebd9-s.woff2 +0 -0
  650. package/.next/static/media/e26dff18031f4a7e-s.woff2 +0 -0
  651. package/.next/static/media/e5b759c1d5c42d99-s.woff2 +0 -0
  652. package/.next/static/media/ea21a07081db26d0-s.woff2 +0 -0
  653. package/.next/static/media/eaee7682c49bd1c2-s.woff2 +0 -0
  654. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  655. package/.next/static/media/ec408158b9e08aea-s.woff2 +0 -0
  656. package/.next/static/media/ee5d9aad76ea4c0a-s.woff2 +0 -0
  657. package/.next/static/media/efdbc7cff3271ee9-s.woff2 +0 -0
  658. package/.next/static/media/f128be4e72405705-s.woff2 +0 -0
  659. package/.next/static/media/fb6cfff6119f26e8-s.woff2 +0 -0
  660. package/.next/static/media/fd516adbc3328c82-s.woff2 +0 -0
  661. package/.next/trace +7 -0
  662. package/.next/trace-build +1 -0
  663. package/.next/types/app/api/agent/[id]/bash-output/route.ts +353 -0
  664. package/.next/types/app/api/agent/[id]/events/route.ts +353 -0
  665. package/.next/types/app/api/agent/[id]/lease/route.ts +353 -0
  666. package/.next/types/app/api/agent/[id]/route.ts +353 -0
  667. package/.next/types/app/api/agent/new/route.ts +353 -0
  668. package/.next/types/app/api/agent/running/route.ts +353 -0
  669. package/.next/types/app/api/app-update/route.ts +353 -0
  670. package/.next/types/app/api/auth/api-key/[provider]/route.ts +353 -0
  671. package/.next/types/app/api/auth/login/[provider]/route.ts +353 -0
  672. package/.next/types/app/api/auth/logout/[provider]/route.ts +353 -0
  673. package/.next/types/app/api/auth/providers/route.ts +353 -0
  674. package/.next/types/app/api/cwd/browse/route.ts +353 -0
  675. package/.next/types/app/api/cwd/validate/route.ts +353 -0
  676. package/.next/types/app/api/default-cwd/route.ts +353 -0
  677. package/.next/types/app/api/file-index/route.ts +353 -0
  678. package/.next/types/app/api/files/[...path]/route.ts +353 -0
  679. package/.next/types/app/api/git/diff/route.ts +353 -0
  680. package/.next/types/app/api/git/status/route.ts +353 -0
  681. package/.next/types/app/api/home/route.ts +353 -0
  682. package/.next/types/app/api/image-generation/route.ts +353 -0
  683. package/.next/types/app/api/image-generation/settings/connections/route.ts +353 -0
  684. package/.next/types/app/api/image-generation/settings/route.ts +353 -0
  685. package/.next/types/app/api/models/route.ts +353 -0
  686. package/.next/types/app/api/models-config/catalog/route.ts +353 -0
  687. package/.next/types/app/api/models-config/discover/route.ts +353 -0
  688. package/.next/types/app/api/models-config/picker/route.ts +353 -0
  689. package/.next/types/app/api/models-config/route.ts +353 -0
  690. package/.next/types/app/api/models-config/runtime/route.ts +353 -0
  691. package/.next/types/app/api/models-config/test/route.ts +353 -0
  692. package/.next/types/app/api/plugins/check/route.ts +353 -0
  693. package/.next/types/app/api/plugins/route.ts +353 -0
  694. package/.next/types/app/api/project-trust/route.ts +353 -0
  695. package/.next/types/app/api/push/config/route.ts +353 -0
  696. package/.next/types/app/api/push/subscribe/route.ts +353 -0
  697. package/.next/types/app/api/sessions/[id]/auto-name/route.ts +353 -0
  698. package/.next/types/app/api/sessions/[id]/context/route.ts +353 -0
  699. package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +353 -0
  700. package/.next/types/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.ts +353 -0
  701. package/.next/types/app/api/sessions/[id]/export/route.ts +353 -0
  702. package/.next/types/app/api/sessions/[id]/outline/route.ts +353 -0
  703. package/.next/types/app/api/sessions/[id]/route.ts +353 -0
  704. package/.next/types/app/api/sessions/[id]/state/route.ts +353 -0
  705. package/.next/types/app/api/sessions/route.ts +353 -0
  706. package/.next/types/app/api/sessions/search/route.ts +353 -0
  707. package/.next/types/app/api/skills/check/route.ts +353 -0
  708. package/.next/types/app/api/skills/install/route.ts +353 -0
  709. package/.next/types/app/api/skills/route.ts +353 -0
  710. package/.next/types/app/api/skills/search/route.ts +353 -0
  711. package/.next/types/app/api/skills/update/route.ts +353 -0
  712. package/.next/types/app/api/subagents/[id]/route.ts +353 -0
  713. package/.next/types/app/api/subagents/profiles/route.ts +353 -0
  714. package/.next/types/app/api/subagents/settings/route.ts +353 -0
  715. package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
  716. package/.next/types/app/api/terminal/[id]/route.ts +353 -0
  717. package/.next/types/app/api/terminal/route.ts +353 -0
  718. package/.next/types/app/api/tools/settings/route.ts +353 -0
  719. package/.next/types/app/api/web-auth/route.ts +353 -0
  720. package/.next/types/app/api/worktrees/route.ts +353 -0
  721. package/.next/types/app/layout.ts +89 -0
  722. package/.next/types/app/login/page.ts +89 -0
  723. package/.next/types/app/page.ts +89 -0
  724. package/.next/types/cache-life.d.ts +146 -0
  725. package/.next/types/package.json +1 -0
  726. package/.next/types/root-params.d.ts +3 -0
  727. package/.next/types/routes.d.ts +131 -0
  728. package/.next/types/validator.ts +601 -0
  729. package/LICENSE +22 -0
  730. package/README.md +64 -0
  731. package/bin/node-version.js +24 -0
  732. package/bin/pi-web-options.js +87 -0
  733. package/bin/pi-web.js +132 -0
  734. package/bin/prepare-terminal.js +14 -0
  735. package/bin/process-lifecycle.js +81 -0
  736. package/next.config.ts +73 -0
  737. package/package.json +95 -0
  738. package/public/icons/apple-touch-icon.png +0 -0
  739. package/public/icons/catppuccin/LICENSE +22 -0
  740. package/public/icons/catppuccin/README.md +9 -0
  741. package/public/icons/catppuccin/latte/_file.svg +3 -0
  742. package/public/icons/catppuccin/latte/_folder.svg +3 -0
  743. package/public/icons/catppuccin/latte/_folder_open.svg +3 -0
  744. package/public/icons/catppuccin/latte/bash.svg +7 -0
  745. package/public/icons/catppuccin/latte/bun-lock.svg +8 -0
  746. package/public/icons/catppuccin/latte/config.svg +3 -0
  747. package/public/icons/catppuccin/latte/css.svg +6 -0
  748. package/public/icons/catppuccin/latte/database.svg +3 -0
  749. package/public/icons/catppuccin/latte/docker.svg +3 -0
  750. package/public/icons/catppuccin/latte/env.svg +3 -0
  751. package/public/icons/catppuccin/latte/eslint.svg +6 -0
  752. package/public/icons/catppuccin/latte/git.svg +6 -0
  753. package/public/icons/catppuccin/latte/go.svg +3 -0
  754. package/public/icons/catppuccin/latte/graphql.svg +3 -0
  755. package/public/icons/catppuccin/latte/html.svg +6 -0
  756. package/public/icons/catppuccin/latte/javascript-react.svg +8 -0
  757. package/public/icons/catppuccin/latte/javascript.svg +6 -0
  758. package/public/icons/catppuccin/latte/json.svg +3 -0
  759. package/public/icons/catppuccin/latte/lock.svg +3 -0
  760. package/public/icons/catppuccin/latte/markdown.svg +3 -0
  761. package/public/icons/catppuccin/latte/ms-word.svg +6 -0
  762. package/public/icons/catppuccin/latte/next.svg +6 -0
  763. package/public/icons/catppuccin/latte/npm-lock.svg +7 -0
  764. package/public/icons/catppuccin/latte/pdf.svg +3 -0
  765. package/public/icons/catppuccin/latte/python.svg +8 -0
  766. package/public/icons/catppuccin/latte/rust.svg +6 -0
  767. package/public/icons/catppuccin/latte/sass.svg +3 -0
  768. package/public/icons/catppuccin/latte/terraform.svg +3 -0
  769. package/public/icons/catppuccin/latte/toml.svg +3 -0
  770. package/public/icons/catppuccin/latte/typescript-react.svg +8 -0
  771. package/public/icons/catppuccin/latte/typescript.svg +6 -0
  772. package/public/icons/catppuccin/latte/yaml.svg +3 -0
  773. package/public/icons/icon-192.png +0 -0
  774. package/public/icons/icon-512.png +0 -0
  775. package/public/offline.html +83 -0
  776. package/public/provider-icons.svg +54 -0
  777. package/public/sw.js +145 -0
  778. package/public/sw.test.mjs +141 -0
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/tools/settings/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"clientModules":{},"entryCSSFiles":{"/opt/pi-web/app/api/tools/settings/route":[]},"rscModuleMapping":{},"edgeRscModuleMapping":{}};
@@ -0,0 +1 @@
1
+ (()=>{var a={};a.id=6031,a.ids=[6031],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},32832:(a,b,c)=>{"use strict";c.r(b),c.d(b,{DELETE:()=>q,GET:()=>o,POST:()=>p,dynamic:()=>m});var d=c(23211),e=c(66544),f=c(77598);let g="pi_web_session";function h(a){return(0,f.createHash)("sha256").update(a,"utf8").digest()}function i(a,b){return(0,f.timingSafeEqual)(h(a),h(b))}function j(a=process.env.PI_WEB_PASSWORD){return"string"==typeof a&&a.length>0}function k(a,b=process.env.PI_WEB_PASSWORD){return j(b)&&i(a,b)}function l(a,b){return(0,f.createHmac)("sha256",b).update(`pi-web-session:${a}`,"utf8").digest("hex")}let m="force-dynamic";function n(a){return"https:"===new URL(a.url).protocol||a.headers.get("x-forwarded-proto")?.split(",",1)[0]?.trim()==="https"}async function o(a){if(!(0,e.EN)(a))return d.NextResponse.json({error:"Untrusted API request"},{status:403});let b=process.env.PI_WEB_PASSWORD,c=j(b),f=!c||function(a,b=process.env.PI_WEB_PASSWORD){let c;if(!j(b)||!a)return!1;let d=/^Basic\s+(\S+)$/i.exec(a);if(!d)return!1;try{let a=Buffer.from(d[1],"base64");if(a.toString("base64")!==d[1])return!1;c=new TextDecoder("utf-8",{fatal:!0}).decode(a)}catch{return!1}let e=c.indexOf(":");if(-1===e)return!1;let f=c.slice(0,e),g=c.slice(e+1),h=i(f,"pi"),l=k(g,b);return h&&l}(a.headers.get("authorization"),b)||function(a,b=process.env.PI_WEB_PASSWORD,c=Date.now()){if(!a||!j(b))return!1;let d=/^(v1\.(\d+)\.[a-f0-9]{32})\.([a-f0-9]{64})$/.exec(a);if(!d)return!1;let e=Number(d[2]);return!(!Number.isSafeInteger(e)||e<=Math.floor(c/1e3))&&i(d[3],l(d[1],b))}(a.cookies.get(g)?.value,b);return d.NextResponse.json({enabled:c,authenticated:f},{headers:{"Cache-Control":"no-store"}})}async function p(a){if(!(0,e.EN)(a))return d.NextResponse.json({error:"Untrusted API request"},{status:403});if(!(0,e.E2)(a))return d.NextResponse.json({error:"Content-Type must be application/json"},{status:415});let b=process.env.PI_WEB_PASSWORD;if(!j(b))return d.NextResponse.json({error:"Password authentication is disabled"},{status:404});let c=await a.json().catch(()=>null);if(!c||"string"!=typeof c.password||!k(c.password,b))return d.NextResponse.json({error:"Invalid password"},{status:401});let h=d.NextResponse.json({ok:!0});return h.cookies.set({name:g,value:function(a,b=Date.now(),c=(0,f.randomBytes)(16).toString("hex")){let d=`v1.${Math.floor(b/1e3)+2592e3}.${c}`;return`${d}.${l(d,a)}`}(b),httpOnly:!0,sameSite:"strict",secure:n(a),path:"/",maxAge:2592e3}),h}async function q(a){if(!(0,e.EN)(a))return d.NextResponse.json({error:"Untrusted API request"},{status:403});let b=d.NextResponse.json({ok:!0});return b.cookies.set({name:g,value:"",httpOnly:!0,sameSite:"strict",secure:n(a),path:"/",maxAge:0}),b}},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66544:(a,b,c)=>{"use strict";c.d(b,{E2:()=>k,EN:()=>j});var d=c(77030);function e(a){return(a.startsWith("[")&&a.endsWith("]")?a.slice(1,-1):a).toLowerCase().replace(/\.$/,"")}function f(a){if(!a||/[\s/@\\]/.test(a))return null;try{let b=new URL(`http://${a}`);if(b.username||b.password||"/"!==b.pathname||b.search||b.hash)return null;return e(b.hostname)}catch{return null}}function g(a){if(!a||/[\s/@\\]/.test(a))return null;try{let b=new URL(`http://${a}`);if(b.username||b.password||"/"!==b.pathname||b.search||b.hash)return null;let c=e(b.hostname);return b.port?`${c}:${b.port}`:c}catch{return null}}function h(){return[process.env.PI_WEB_HOSTNAME,...process.env.PI_WEB_ALLOWED_HOSTS?.split(",")??[]].filter(a=>!!a?.trim())}function i(a){try{return new URL(a).origin}catch{return null}}function j(a,b=h()){return!!function(a,b=h()){let c=a.headers.get("host"),g=c?f(c):null;return!!g&&(!!("localhost"===g||g.endsWith(".localhost")||(0,d.isIP)(g))||b.some(a=>{let b;return((b=a?.trim())?(0,d.isIP)(b)?e(b):f(b):null)===g}))}(a,b)&&(!!function(a){if("GET"!==a.method||"navigate"!==a.headers.get("sec-fetch-mode")||"document"!==a.headers.get("sec-fetch-dest")||"?1"!==a.headers.get("sec-fetch-user"))return!1;try{return/^\/api\/sessions\/[^/]+\/export$/.test(new URL(a.url).pathname)}catch{return!1}}(a)||!(a.headers.has("origin")||a.headers.has("sec-fetch-site"))||function(a){let b,c,d,e=a.headers.get("origin");if("cross-site"===a.headers.get("sec-fetch-site"))return!1;if(!e)return!0;let f=(b=new URL(a.url),(c=a.headers.get("host"))?i(`${b.protocol}//${c}`):null);if(null!==f&&i(e)===f)return!0;if("same-origin"!==a.headers.get("sec-fetch-site")||!a.headers.get("x-forwarded-proto"))return!1;let h=a.headers.get("host");if(!h)return!1;try{d=new URL(e).host}catch{return!1}let j=g(d);return null!==j&&j===g(h)}(a))}function k(a){let b=a.headers.get("content-type")?.split(";",1)[0]?.trim().toLowerCase();return"application/json"===b||!!(b?.startsWith("application/")&&b.endsWith("+json"))}},70053:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>z,patchFetch:()=>y,routeModule:()=>u,serverHooks:()=>x,workAsyncStorage:()=>v,workUnitAsyncStorage:()=>w});var d=c(19225),e=c(84006),f=c(8317),g=c(99373),h=c(34775),i=c(24235),j=c(261),k=c(54365),l=c(90771),m=c(73461),n=c(67798),o=c(92280),p=c(62018),q=c(45696),r=c(47929),s=c(86439),t=c(37527);let u=new d.AppRouteRouteModule({definition:{kind:e.RouteKind.APP_ROUTE,page:"/api/web-auth/route",pathname:"/api/web-auth",filename:"route",bundlePath:"app/api/web-auth/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/opt/pi-web/app/api/web-auth/route.ts",nextConfigOutput:"",userland:()=>c(32832),...{}}),{workAsyncStorage:v,workUnitAsyncStorage:w,serverHooks:x}=u;function y(){return(0,f.patchFetch)({workAsyncStorage:v,workUnitAsyncStorage:w})}async function z(a,b,c){c.requestMeta&&(0,g.setRequestMeta)(a,c.requestMeta),u.isDev&&(0,g.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/web-auth/route";"/index"===d&&(d="/");let f=await u.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!f)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:v,deploymentId:w,params:x,nextConfig:y,parsedUrl:z,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=f,I=(0,j.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,z,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(y.adapterPath)return await K();throw new s.NoFallbackError}}let L=null;!J||u.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===u.isDev||!J,N=J&&!M;H&&G&&(0,i.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,h.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,g.getRequestMeta)(a,"minimalMode"),T=(0,g.getRequestMeta)(a,"incrementalCache")||await u.getIncrementalCache(a,y,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:x,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts,useCacheTimeout:y.experimental.useCacheTimeout},cacheComponents:!!y.cacheComponents,validationLevel:y.experimental.instantInsights.validationLevel,supportsDynamicResponse:M,incrementalCache:T,hmrRefreshHash:(0,g.getRequestMeta)(a,"hmrRefreshHash"),cacheLifeProfiles:y.cacheLife,staticPageGenerationTimeout:y.staticPageGenerationTimeout,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>u.onRequestError(a,b,d,e,C)},sharedContext:{buildId:v,deploymentId:w}},V=new k.NodeNextRequest(a),W=new k.NodeNextResponse(b),X=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(b)),Y=async({previousCacheEntry:e})=>{try{if(!S&&D&&E&&!e)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await u.handle(X,U);a.fetchMetrics=U.renderOpts.fetchMetrics;let f=U.renderOpts.pendingWaitUntil;f&&c.waitUntil&&(c.waitUntil(f),f=void 0);let g=U.renderOpts.collectedTags;if(!J)return await (0,o.I)(V,W,d,f),null;{let a=await d.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(d.headers);g&&(b[r.NEXT_CACHE_TAGS_HEADER]=g),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=r.INFINITE_CACHE?!1!==c&&c>0?y.expireTime:void 0:U.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==e?void 0:e.isStale)&&await u.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},Z=async(d,f)=>{try{var g,i;let d=await u.handleResponse({req:a,nextConfig:y,cacheKey:L,routeKind:e.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:Y,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return;if((null==d||null==(g=d.value)?void 0:g.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(i=d.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let f=(0,p.fromNodeOutgoingHttpHeaders)(d.value.headers);S&&J||f.delete(r.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||b.getHeader("Cache-Control")||f.get("Cache-Control")||f.set("Cache-Control",(0,q.getCacheControlHeader)(d.cacheControl)),await (0,o.I)(V,W,new Response(d.value.body,{headers:f,status:d.value.status||200}));return}catch(b){if(b instanceof s.NoFallbackError||await u.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;await (0,o.I)(V,W,new Response(null,{status:500}));return}finally{(()=>{if(!d)return;let a=b.statusCode;d.setAttributes({"http.status_code":a,"next.rsc":!1}),a&&a>=500&&(d.setStatus({code:h.SpanStatusCode.ERROR}),d.setAttribute("error.type",a.toString()));let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==m.BaseServerSpan.handleRequest)return console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route")||I,g=`${O} ${e}`;d.setAttributes({"next.route":e,"http.route":e,"next.span_name":g}),d.updateName(g),f&&f!==d&&(f.setAttribute("http.route",e),f.updateName(g))})()}};if(R&&Q)await Z(Q,void 0);else{let b=P.getActiveScopeSpan();await P.withPropagatedContext(a.headers,()=>P.trace(m.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:h.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},a=>Z(a,b)),void 0,!R)}}},77030:a=>{"use strict";a.exports=require("node:net")},77598:a=>{"use strict";a.exports=require("node:crypto")},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813],()=>b(b.s=70053));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/esm/_interop_require_default.js","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../package.json","../../../../package.json","../../../chunks/1813.js","../../../chunks/4741.js","../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/web-auth/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"clientModules":{},"entryCSSFiles":{"/opt/pi-web/app/api/web-auth/route":[]},"rscModuleMapping":{},"edgeRscModuleMapping":{}};
@@ -0,0 +1 @@
1
+ "use strict";(()=>{var a={};a.id=4016,a.ids=[4016],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{a.exports=require("os")},28354:a=>{a.exports=require("util")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{a.exports=require("path")},42819:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{DELETE:()=>n,GET:()=>l,POST:()=>m});var e=c(23211),f=c(29021),g=c(24923),h=c(80547),i=c(74244),j=a([h]);async function k(a){let b=await (0,h.mc)();return(0,h.A$)(a,b)&&(0,h.B7)(a,b)?null:e.NextResponse.json({error:"Access denied"},{status:403})}async function l(a){try{let b=new URL(a.url).searchParams.get("cwd");if(!b)return e.NextResponse.json({error:"cwd is required"},{status:400});let c=await k(b);if(c)return c;let d=await (0,g.KI)(b),j=[],l=null,m=!0;try{j=await (0,g.P9)((0,f.existsSync)(b)?b:d.projectRoot),l=(0,g.xw)(j,b)}catch{m=!1}for(let a of j)(0,h.wz)(a.path);return e.NextResponse.json({projectRoot:d.projectRoot,projectKey:(0,i.z)(d.projectRoot),isGit:m,isTopLevel:d.isTopLevel,currentWorktreePath:l,worktrees:j})}catch(a){return e.NextResponse.json({error:String(a)},{status:500})}}async function m(a){try{let b=await a.json();if(!b.cwd||"string"!=typeof b.cwd)return e.NextResponse.json({error:"cwd is required"},{status:400});if(!b.branch||"string"!=typeof b.branch)return e.NextResponse.json({error:"branch is required"},{status:400});let c=await k(b.cwd);if(c)return c;if(!(0,f.existsSync)(b.cwd))return e.NextResponse.json({error:`Directory does not exist: ${b.cwd}`},{status:400});let d=await (0,g.l)(b.cwd,b.branch);return e.NextResponse.json(d)}catch(b){let a=b instanceof Error?b.message:String(b);return e.NextResponse.json({error:a},{status:400})}}async function n(a){try{let b=await a.json();if(!b.cwd||"string"!=typeof b.cwd)return e.NextResponse.json({error:"cwd is required"},{status:400});if(!b.path||"string"!=typeof b.path)return e.NextResponse.json({error:"path is required"},{status:400});let c=await k(b.cwd);if(c)return c;return await (0,g.IL)(b.cwd,b.path,!0===b.force),e.NextResponse.json({success:!0})}catch(c){let a=c instanceof Error?c.message:String(c),b=/contains modified or untracked files|is dirty/i.test(a);return e.NextResponse.json({error:a,dirty:b},{status:b?409:400})}}h=(j.then?(await j)():j)[0],d()}catch(a){d(a)}})},44047:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>z,patchFetch:()=>y,routeModule:()=>u,serverHooks:()=>x,workAsyncStorage:()=>v,workUnitAsyncStorage:()=>w});var d=c(19225),e=c(84006),f=c(8317),g=c(99373),h=c(34775),i=c(24235),j=c(261),k=c(54365),l=c(90771),m=c(73461),n=c(67798),o=c(92280),p=c(62018),q=c(45696),r=c(47929),s=c(86439),t=c(37527);let u=new d.AppRouteRouteModule({definition:{kind:e.RouteKind.APP_ROUTE,page:"/api/worktrees/route",pathname:"/api/worktrees",filename:"route",bundlePath:"app/api/worktrees/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/opt/pi-web/app/api/worktrees/route.ts",nextConfigOutput:"",userland:()=>c(42819),...{}}),{workAsyncStorage:v,workUnitAsyncStorage:w,serverHooks:x}=u;function y(){return(0,f.patchFetch)({workAsyncStorage:v,workUnitAsyncStorage:w})}async function z(a,b,c){c.requestMeta&&(0,g.setRequestMeta)(a,c.requestMeta),u.isDev&&(0,g.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/worktrees/route";"/index"===d&&(d="/");let f=await u.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!f)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:v,deploymentId:w,params:x,nextConfig:y,parsedUrl:z,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=f,I=(0,j.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,z,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(y.adapterPath)return await K();throw new s.NoFallbackError}}let L=null;!J||u.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===u.isDev||!J,N=J&&!M;H&&G&&(0,i.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,h.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,g.getRequestMeta)(a,"minimalMode"),T=(0,g.getRequestMeta)(a,"incrementalCache")||await u.getIncrementalCache(a,y,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:x,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts,useCacheTimeout:y.experimental.useCacheTimeout},cacheComponents:!!y.cacheComponents,validationLevel:y.experimental.instantInsights.validationLevel,supportsDynamicResponse:M,incrementalCache:T,hmrRefreshHash:(0,g.getRequestMeta)(a,"hmrRefreshHash"),cacheLifeProfiles:y.cacheLife,staticPageGenerationTimeout:y.staticPageGenerationTimeout,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>u.onRequestError(a,b,d,e,C)},sharedContext:{buildId:v,deploymentId:w}},V=new k.NodeNextRequest(a),W=new k.NodeNextResponse(b),X=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(b)),Y=async({previousCacheEntry:e})=>{try{if(!S&&D&&E&&!e)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await u.handle(X,U);a.fetchMetrics=U.renderOpts.fetchMetrics;let f=U.renderOpts.pendingWaitUntil;f&&c.waitUntil&&(c.waitUntil(f),f=void 0);let g=U.renderOpts.collectedTags;if(!J)return await (0,o.I)(V,W,d,f),null;{let a=await d.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(d.headers);g&&(b[r.NEXT_CACHE_TAGS_HEADER]=g),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=r.INFINITE_CACHE?!1!==c&&c>0?y.expireTime:void 0:U.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==e?void 0:e.isStale)&&await u.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},Z=async(d,f)=>{try{var g,i;let d=await u.handleResponse({req:a,nextConfig:y,cacheKey:L,routeKind:e.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:Y,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return;if((null==d||null==(g=d.value)?void 0:g.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(i=d.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let f=(0,p.fromNodeOutgoingHttpHeaders)(d.value.headers);S&&J||f.delete(r.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||b.getHeader("Cache-Control")||f.get("Cache-Control")||f.set("Cache-Control",(0,q.getCacheControlHeader)(d.cacheControl)),await (0,o.I)(V,W,new Response(d.value.body,{headers:f,status:d.value.status||200}));return}catch(b){if(b instanceof s.NoFallbackError||await u.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;await (0,o.I)(V,W,new Response(null,{status:500}));return}finally{(()=>{if(!d)return;let a=b.statusCode;d.setAttributes({"http.status_code":a,"next.rsc":!1}),a&&a>=500&&(d.setStatus({code:h.SpanStatusCode.ERROR}),d.setAttribute("error.type",a.toString()));let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==m.BaseServerSpan.handleRequest)return console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route")||I,g=`${O} ${e}`;d.setAttributes({"next.route":e,"http.route":e,"next.span_name":g}),d.updateName(g),f&&f!==d&&(f.setAttribute("http.route",e),f.updateName(g))})()}};if(R&&Q)await Z(Q,void 0);else{let b=P.getActiveScopeSpan();await P.withPropagatedContext(a.headers,()=>P.trace(m.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:h.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},a=>Z(a,b)),void 0,!R)}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},75430:a=>{a.exports=import("@earendil-works/pi-coding-agent")},76760:a=>{a.exports=require("node:path")},79646:a=>{a.exports=require("child_process")},79748:a=>{a.exports=require("fs/promises")},80481:a=>{a.exports=require("node:readline")},80547:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{A$:()=>o,B7:()=>p,mc:()=>n,uK:()=>l.uK,wz:()=>i.wz});var e=c(29021),f=c(21820),g=c(33873),h=c.n(g),i=c(25252),j=c(82536),k=c(40402),l=c(58864),m=a([k]);async function n(){let a=Date.now(),b=globalThis.__piAllowedRootsCache;if(b&&b.expiresAt>a)return b.roots;let c=await (0,k.dQ)(),d=new Set;for(let a of c)a.cwd&&d.add((0,i.Nw)(a.cwd)),a.projectRoot&&d.add((0,i.Nw)(a.projectRoot));try{for(let a of(0,e.readdirSync)((0,f.homedir)()))/^pi-cwd-\d{8}$/.test(a)&&d.add((0,i.Nw)(h().join((0,f.homedir)(),a)))}catch{}for(let a of(0,i.HM)())d.add(a);return globalThis.__piAllowedRootsCache={roots:d,expiresAt:a+5e3},d}function o(a,b){return(0,j.o)(a,b)}function p(a,b){return(0,j.x)(a,b)}k=(m.then?(await m)():m)[0],d()}catch(a){d(a)}})},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1813,426,5582],()=>b(b.s=44047));module.exports=c})();