@qt4798/pi-web 0.9.21 → 0.9.22

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 (322) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +19 -17
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/routes-manifest.json +12 -0
  5. package/.next/server/app/_global-error/page.js +2 -2
  6. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  7. package/.next/server/app/_global-error.html +1 -1
  8. package/.next/server/app/_global-error.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next/server/app/_not-found/page.js +2 -2
  16. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/.next/server/app/_not-found.html +1 -1
  18. package/.next/server/app/_not-found.rsc +2 -2
  19. package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  20. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  21. package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  22. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  24. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  25. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  26. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  27. package/.next/server/app/api/agent/[id]/route.js +1 -1
  28. package/.next/server/app/api/agent/new/route.js +1 -1
  29. package/.next/server/app/api/agent/running/events/route.js +1 -1
  30. package/.next/server/app/api/agent/running/route.js +1 -1
  31. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  32. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  33. package/.next/server/app/api/auth/combined/route.js +1 -1
  34. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  35. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  36. package/.next/server/app/api/auth/providers/route.js +1 -1
  37. package/.next/server/app/api/backup/export/route.js +1 -1
  38. package/.next/server/app/api/backup/import/route.js +1 -1
  39. package/.next/server/app/api/cwd/browse/route.js +1 -1
  40. package/.next/server/app/api/cwd/validate/route.js +1 -1
  41. package/.next/server/app/api/deepseek/balance/route.js +1 -1
  42. package/.next/server/app/api/default-cwd/route.js +1 -1
  43. package/.next/server/app/api/events/route.js +2 -2
  44. package/.next/server/app/api/features/route.js +1 -1
  45. package/.next/server/app/api/file-index/route.js +1 -1
  46. package/.next/server/app/api/files/[...path]/route.js +1 -1
  47. package/.next/server/app/api/git/diff/route.js +2 -2
  48. package/.next/server/app/api/git/push/route.js +1 -1
  49. package/.next/server/app/api/git/stash/route.js +1 -1
  50. package/.next/server/app/api/git/status/route.js +1 -1
  51. package/.next/server/app/api/home/route.js +1 -1
  52. package/.next/server/app/api/import/discover/route.js +1 -1
  53. package/.next/server/app/api/import/execute/route.js +1 -1
  54. package/.next/server/app/api/import/status/route.js +1 -1
  55. package/.next/server/app/api/logs/route.js +1 -1
  56. package/.next/server/app/api/mcp/restart/route.js +1 -0
  57. package/.next/server/app/api/mcp/restart/route.js.nft.json +1 -0
  58. package/.next/server/app/api/mcp/restart/route_client-reference-manifest.js +1 -0
  59. package/.next/server/app/api/mcp/route.js +1 -1
  60. package/.next/server/app/api/models/route.js +1 -1
  61. package/.next/server/app/api/models-config/builtin/route.js +1 -1
  62. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  63. package/.next/server/app/api/models-config/discover/route.js +1 -1
  64. package/.next/server/app/api/models-config/route.js +1 -1
  65. package/.next/server/app/api/models-config/test/route.js +1 -1
  66. package/.next/server/app/api/modes/route.js +1 -1
  67. package/.next/server/app/api/opencode-zen/external/key/route.js +1 -1
  68. package/.next/server/app/api/opencode-zen/external/test/route.js +1 -1
  69. package/.next/server/app/api/opencode-zen/import/route.js +1 -1
  70. package/.next/server/app/api/opencode-zen/key/route.js +1 -1
  71. package/.next/server/app/api/opencode-zen/route.js +1 -1
  72. package/.next/server/app/api/opencode-zen/test/route.js +1 -1
  73. package/.next/server/app/api/plugins/route.js +1 -1
  74. package/.next/server/app/api/project-trust/route.js +1 -1
  75. package/.next/server/app/api/proxy/route.js +1 -1
  76. package/.next/server/app/api/proxy/test/route.js +1 -1
  77. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  78. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  79. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  80. package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
  81. package/.next/server/app/api/sessions/[id]/queue-recovery/route.js +1 -1
  82. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  83. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  84. package/.next/server/app/api/sessions/route.js +1 -1
  85. package/.next/server/app/api/settings/title-model/route.js +1 -1
  86. package/.next/server/app/api/skills/check/route.js +1 -1
  87. package/.next/server/app/api/skills/install/route.js +1 -1
  88. package/.next/server/app/api/skills/route.js +2 -2
  89. package/.next/server/app/api/skills/search/route.js +1 -1
  90. package/.next/server/app/api/skills/update/route.js +1 -1
  91. package/.next/server/app/api/snippets/[id]/route.js +1 -1
  92. package/.next/server/app/api/snippets/route.js +1 -1
  93. package/.next/server/app/api/subagents/agents/[name]/route.js +2 -2
  94. package/.next/server/app/api/subagents/route.js +2 -2
  95. package/.next/server/app/api/subagents/transcript/route.js +1 -0
  96. package/.next/server/app/api/subagents/transcript/route.js.nft.json +1 -0
  97. package/.next/server/app/api/subagents/transcript/route_client-reference-manifest.js +1 -0
  98. package/.next/server/app/api/tasks/[id]/[action]/route.js +1 -1
  99. package/.next/server/app/api/tasks/[id]/changed-files/route.js +2 -2
  100. package/.next/server/app/api/tasks/[id]/diff/route.js +1 -1
  101. package/.next/server/app/api/tasks/[id]/events/route.js +1 -1
  102. package/.next/server/app/api/tasks/[id]/route.js +1 -1
  103. package/.next/server/app/api/tasks/batch/route.js +1 -1
  104. package/.next/server/app/api/tasks/events/route.js +2 -2
  105. package/.next/server/app/api/tasks/route.js +1 -1
  106. package/.next/server/app/api/tasks/settings/route.js +1 -1
  107. package/.next/server/app/api/tasks/templates/route.js +1 -1
  108. package/.next/server/app/api/themes/[name]/route.js +1 -1
  109. package/.next/server/app/api/themes/route.js +1 -1
  110. package/.next/server/app/api/usage/route.js +1 -1
  111. package/.next/server/app/api/vision-config/route.js +2 -2
  112. package/.next/server/app/api/worktrees/route.js +1 -1
  113. package/.next/server/app/icon.ico/route.js +1 -1
  114. package/.next/server/app/icon.png/route.js +1 -1
  115. package/.next/server/app/icon.svg/route.js +1 -1
  116. package/.next/server/app/index.html +1 -1
  117. package/.next/server/app/index.rsc +4 -4
  118. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  119. package/.next/server/app/index.segments/_full.segment.rsc +4 -4
  120. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  121. package/.next/server/app/index.segments/_index.segment.rsc +2 -2
  122. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  123. package/.next/server/app/page.js +15 -15
  124. package/.next/server/app/page_client-reference-manifest.js +1 -1
  125. package/.next/server/app-paths-manifest.json +19 -17
  126. package/.next/server/chunks/5582.js +1 -1
  127. package/.next/server/chunks/6429.js +1 -1
  128. package/.next/server/middleware-build-manifest.js +1 -1
  129. package/.next/server/pages/404.html +1 -1
  130. package/.next/server/pages/500.html +1 -1
  131. package/.next/static/5flUIYUxfgZfLvpZVYPQk/_buildManifest.js +1 -0
  132. package/.next/static/chunks/711-462ef5daacae3d6c.js +1 -0
  133. package/.next/static/chunks/app/_global-error/page-dd644cb953dc11f5.js +1 -0
  134. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-dd644cb953dc11f5.js +1 -0
  135. package/.next/static/chunks/app/api/agent/[id]/events/route-dd644cb953dc11f5.js +1 -0
  136. package/.next/static/chunks/app/api/agent/[id]/route-dd644cb953dc11f5.js +1 -0
  137. package/.next/static/chunks/app/api/agent/new/route-dd644cb953dc11f5.js +1 -0
  138. package/.next/static/chunks/app/api/agent/running/events/route-dd644cb953dc11f5.js +1 -0
  139. package/.next/static/chunks/app/api/agent/running/route-dd644cb953dc11f5.js +1 -0
  140. package/.next/static/chunks/app/api/auth/all-providers/route-dd644cb953dc11f5.js +1 -0
  141. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-dd644cb953dc11f5.js +1 -0
  142. package/.next/static/chunks/app/api/auth/combined/route-dd644cb953dc11f5.js +1 -0
  143. package/.next/static/chunks/app/api/auth/login/[provider]/route-dd644cb953dc11f5.js +1 -0
  144. package/.next/static/chunks/app/api/auth/logout/[provider]/route-dd644cb953dc11f5.js +1 -0
  145. package/.next/static/chunks/app/api/auth/providers/route-dd644cb953dc11f5.js +1 -0
  146. package/.next/static/chunks/app/api/backup/export/route-dd644cb953dc11f5.js +1 -0
  147. package/.next/static/chunks/app/api/backup/import/route-dd644cb953dc11f5.js +1 -0
  148. package/.next/static/chunks/app/api/cwd/browse/route-dd644cb953dc11f5.js +1 -0
  149. package/.next/static/chunks/app/api/cwd/validate/route-dd644cb953dc11f5.js +1 -0
  150. package/.next/static/chunks/app/api/deepseek/balance/route-dd644cb953dc11f5.js +1 -0
  151. package/.next/static/chunks/app/api/default-cwd/route-dd644cb953dc11f5.js +1 -0
  152. package/.next/static/chunks/app/api/events/route-dd644cb953dc11f5.js +1 -0
  153. package/.next/static/chunks/app/api/features/route-dd644cb953dc11f5.js +1 -0
  154. package/.next/static/chunks/app/api/file-index/route-dd644cb953dc11f5.js +1 -0
  155. package/.next/static/chunks/app/api/files/[...path]/route-dd644cb953dc11f5.js +1 -0
  156. package/.next/static/chunks/app/api/git/diff/route-dd644cb953dc11f5.js +1 -0
  157. package/.next/static/chunks/app/api/git/push/route-dd644cb953dc11f5.js +1 -0
  158. package/.next/static/chunks/app/api/git/stash/route-dd644cb953dc11f5.js +1 -0
  159. package/.next/static/chunks/app/api/git/status/route-dd644cb953dc11f5.js +1 -0
  160. package/.next/static/chunks/app/api/home/route-dd644cb953dc11f5.js +1 -0
  161. package/.next/static/chunks/app/api/import/discover/route-dd644cb953dc11f5.js +1 -0
  162. package/.next/static/chunks/app/api/import/execute/route-dd644cb953dc11f5.js +1 -0
  163. package/.next/static/chunks/app/api/import/status/route-dd644cb953dc11f5.js +1 -0
  164. package/.next/static/chunks/app/api/logs/route-dd644cb953dc11f5.js +1 -0
  165. package/.next/static/chunks/app/api/mcp/restart/route-dd644cb953dc11f5.js +1 -0
  166. package/.next/static/chunks/app/api/mcp/route-dd644cb953dc11f5.js +1 -0
  167. package/.next/static/chunks/app/api/models/route-dd644cb953dc11f5.js +1 -0
  168. package/.next/static/chunks/app/api/models-config/builtin/route-dd644cb953dc11f5.js +1 -0
  169. package/.next/static/chunks/app/api/models-config/catalog/route-dd644cb953dc11f5.js +1 -0
  170. package/.next/static/chunks/app/api/models-config/discover/route-dd644cb953dc11f5.js +1 -0
  171. package/.next/static/chunks/app/api/models-config/route-dd644cb953dc11f5.js +1 -0
  172. package/.next/static/chunks/app/api/models-config/test/route-dd644cb953dc11f5.js +1 -0
  173. package/.next/static/chunks/app/api/modes/route-dd644cb953dc11f5.js +1 -0
  174. package/.next/static/chunks/app/api/opencode-zen/external/key/route-dd644cb953dc11f5.js +1 -0
  175. package/.next/static/chunks/app/api/opencode-zen/external/test/route-dd644cb953dc11f5.js +1 -0
  176. package/.next/static/chunks/app/api/opencode-zen/import/route-dd644cb953dc11f5.js +1 -0
  177. package/.next/static/chunks/app/api/opencode-zen/key/route-dd644cb953dc11f5.js +1 -0
  178. package/.next/static/chunks/app/api/opencode-zen/route-dd644cb953dc11f5.js +1 -0
  179. package/.next/static/chunks/app/api/opencode-zen/test/route-dd644cb953dc11f5.js +1 -0
  180. package/.next/static/chunks/app/api/plugins/route-dd644cb953dc11f5.js +1 -0
  181. package/.next/static/chunks/app/api/project-trust/route-dd644cb953dc11f5.js +1 -0
  182. package/.next/static/chunks/app/api/proxy/route-dd644cb953dc11f5.js +1 -0
  183. package/.next/static/chunks/app/api/proxy/test/route-dd644cb953dc11f5.js +1 -0
  184. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-dd644cb953dc11f5.js +1 -0
  185. package/.next/static/chunks/app/api/sessions/[id]/context/route-dd644cb953dc11f5.js +1 -0
  186. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-dd644cb953dc11f5.js +1 -0
  187. package/.next/static/chunks/app/api/sessions/[id]/export/route-dd644cb953dc11f5.js +1 -0
  188. package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-dd644cb953dc11f5.js +1 -0
  189. package/.next/static/chunks/app/api/sessions/[id]/route-dd644cb953dc11f5.js +1 -0
  190. package/.next/static/chunks/app/api/sessions/[id]/state/route-dd644cb953dc11f5.js +1 -0
  191. package/.next/static/chunks/app/api/sessions/route-dd644cb953dc11f5.js +1 -0
  192. package/.next/static/chunks/app/api/settings/title-model/route-dd644cb953dc11f5.js +1 -0
  193. package/.next/static/chunks/app/api/skills/check/route-dd644cb953dc11f5.js +1 -0
  194. package/.next/static/chunks/app/api/skills/install/route-dd644cb953dc11f5.js +1 -0
  195. package/.next/static/chunks/app/api/skills/route-dd644cb953dc11f5.js +1 -0
  196. package/.next/static/chunks/app/api/skills/search/route-dd644cb953dc11f5.js +1 -0
  197. package/.next/static/chunks/app/api/skills/update/route-dd644cb953dc11f5.js +1 -0
  198. package/.next/static/chunks/app/api/snippets/[id]/route-dd644cb953dc11f5.js +1 -0
  199. package/.next/static/chunks/app/api/snippets/route-dd644cb953dc11f5.js +1 -0
  200. package/.next/static/chunks/app/api/subagents/agents/[name]/route-dd644cb953dc11f5.js +1 -0
  201. package/.next/static/chunks/app/api/subagents/route-dd644cb953dc11f5.js +1 -0
  202. package/.next/static/chunks/app/api/subagents/transcript/route-dd644cb953dc11f5.js +1 -0
  203. package/.next/static/chunks/app/api/tasks/[id]/[action]/route-dd644cb953dc11f5.js +1 -0
  204. package/.next/static/chunks/app/api/tasks/[id]/changed-files/route-dd644cb953dc11f5.js +1 -0
  205. package/.next/static/chunks/app/api/tasks/[id]/diff/route-dd644cb953dc11f5.js +1 -0
  206. package/.next/static/chunks/app/api/tasks/[id]/events/route-dd644cb953dc11f5.js +1 -0
  207. package/.next/static/chunks/app/api/tasks/[id]/route-dd644cb953dc11f5.js +1 -0
  208. package/.next/static/chunks/app/api/tasks/batch/route-dd644cb953dc11f5.js +1 -0
  209. package/.next/static/chunks/app/api/tasks/events/route-dd644cb953dc11f5.js +1 -0
  210. package/.next/static/chunks/app/api/tasks/route-dd644cb953dc11f5.js +1 -0
  211. package/.next/static/chunks/app/api/tasks/settings/route-dd644cb953dc11f5.js +1 -0
  212. package/.next/static/chunks/app/api/tasks/templates/route-dd644cb953dc11f5.js +1 -0
  213. package/.next/static/chunks/app/api/themes/[name]/route-dd644cb953dc11f5.js +1 -0
  214. package/.next/static/chunks/app/api/themes/route-dd644cb953dc11f5.js +1 -0
  215. package/.next/static/chunks/app/api/usage/route-dd644cb953dc11f5.js +1 -0
  216. package/.next/static/chunks/app/api/vision-config/route-dd644cb953dc11f5.js +1 -0
  217. package/.next/static/chunks/app/api/worktrees/route-dd644cb953dc11f5.js +1 -0
  218. package/.next/static/chunks/app/page-13f035bcaf65b16c.js +53 -0
  219. package/.next/static/chunks/next/dist/client/components/builtin/app-error-dd644cb953dc11f5.js +1 -0
  220. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-dd644cb953dc11f5.js +1 -0
  221. package/.next/static/chunks/next/dist/client/components/builtin/not-found-dd644cb953dc11f5.js +1 -0
  222. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-dd644cb953dc11f5.js +1 -0
  223. package/.next/static/css/82bd0d6d352edbf3.css +1 -0
  224. package/.next/trace +9 -9
  225. package/.next/trace-build +1 -1
  226. package/.next/types/app/api/mcp/restart/route.ts +351 -0
  227. package/.next/types/app/api/subagents/transcript/route.ts +351 -0
  228. package/.next/types/routes.d.ts +3 -1
  229. package/.next/types/validator.ts +18 -0
  230. package/package.json +1 -1
  231. package/.next/static/GxM26wqNKTWNiNc1-YXns/_buildManifest.js +0 -1
  232. package/.next/static/chunks/3555-b9de79b68c0278d5.js +0 -1
  233. package/.next/static/chunks/app/_global-error/page-3581deaae88a2371.js +0 -1
  234. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-3581deaae88a2371.js +0 -1
  235. package/.next/static/chunks/app/api/agent/[id]/events/route-3581deaae88a2371.js +0 -1
  236. package/.next/static/chunks/app/api/agent/[id]/route-3581deaae88a2371.js +0 -1
  237. package/.next/static/chunks/app/api/agent/new/route-3581deaae88a2371.js +0 -1
  238. package/.next/static/chunks/app/api/agent/running/events/route-3581deaae88a2371.js +0 -1
  239. package/.next/static/chunks/app/api/agent/running/route-3581deaae88a2371.js +0 -1
  240. package/.next/static/chunks/app/api/auth/all-providers/route-3581deaae88a2371.js +0 -1
  241. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-3581deaae88a2371.js +0 -1
  242. package/.next/static/chunks/app/api/auth/combined/route-3581deaae88a2371.js +0 -1
  243. package/.next/static/chunks/app/api/auth/login/[provider]/route-3581deaae88a2371.js +0 -1
  244. package/.next/static/chunks/app/api/auth/logout/[provider]/route-3581deaae88a2371.js +0 -1
  245. package/.next/static/chunks/app/api/auth/providers/route-3581deaae88a2371.js +0 -1
  246. package/.next/static/chunks/app/api/backup/export/route-3581deaae88a2371.js +0 -1
  247. package/.next/static/chunks/app/api/backup/import/route-3581deaae88a2371.js +0 -1
  248. package/.next/static/chunks/app/api/cwd/browse/route-3581deaae88a2371.js +0 -1
  249. package/.next/static/chunks/app/api/cwd/validate/route-3581deaae88a2371.js +0 -1
  250. package/.next/static/chunks/app/api/deepseek/balance/route-3581deaae88a2371.js +0 -1
  251. package/.next/static/chunks/app/api/default-cwd/route-3581deaae88a2371.js +0 -1
  252. package/.next/static/chunks/app/api/events/route-3581deaae88a2371.js +0 -1
  253. package/.next/static/chunks/app/api/features/route-3581deaae88a2371.js +0 -1
  254. package/.next/static/chunks/app/api/file-index/route-3581deaae88a2371.js +0 -1
  255. package/.next/static/chunks/app/api/files/[...path]/route-3581deaae88a2371.js +0 -1
  256. package/.next/static/chunks/app/api/git/diff/route-3581deaae88a2371.js +0 -1
  257. package/.next/static/chunks/app/api/git/push/route-3581deaae88a2371.js +0 -1
  258. package/.next/static/chunks/app/api/git/stash/route-3581deaae88a2371.js +0 -1
  259. package/.next/static/chunks/app/api/git/status/route-3581deaae88a2371.js +0 -1
  260. package/.next/static/chunks/app/api/home/route-3581deaae88a2371.js +0 -1
  261. package/.next/static/chunks/app/api/import/discover/route-3581deaae88a2371.js +0 -1
  262. package/.next/static/chunks/app/api/import/execute/route-3581deaae88a2371.js +0 -1
  263. package/.next/static/chunks/app/api/import/status/route-3581deaae88a2371.js +0 -1
  264. package/.next/static/chunks/app/api/logs/route-3581deaae88a2371.js +0 -1
  265. package/.next/static/chunks/app/api/mcp/route-3581deaae88a2371.js +0 -1
  266. package/.next/static/chunks/app/api/models/route-3581deaae88a2371.js +0 -1
  267. package/.next/static/chunks/app/api/models-config/builtin/route-3581deaae88a2371.js +0 -1
  268. package/.next/static/chunks/app/api/models-config/catalog/route-3581deaae88a2371.js +0 -1
  269. package/.next/static/chunks/app/api/models-config/discover/route-3581deaae88a2371.js +0 -1
  270. package/.next/static/chunks/app/api/models-config/route-3581deaae88a2371.js +0 -1
  271. package/.next/static/chunks/app/api/models-config/test/route-3581deaae88a2371.js +0 -1
  272. package/.next/static/chunks/app/api/modes/route-3581deaae88a2371.js +0 -1
  273. package/.next/static/chunks/app/api/opencode-zen/external/key/route-3581deaae88a2371.js +0 -1
  274. package/.next/static/chunks/app/api/opencode-zen/external/test/route-3581deaae88a2371.js +0 -1
  275. package/.next/static/chunks/app/api/opencode-zen/import/route-3581deaae88a2371.js +0 -1
  276. package/.next/static/chunks/app/api/opencode-zen/key/route-3581deaae88a2371.js +0 -1
  277. package/.next/static/chunks/app/api/opencode-zen/route-3581deaae88a2371.js +0 -1
  278. package/.next/static/chunks/app/api/opencode-zen/test/route-3581deaae88a2371.js +0 -1
  279. package/.next/static/chunks/app/api/plugins/route-3581deaae88a2371.js +0 -1
  280. package/.next/static/chunks/app/api/project-trust/route-3581deaae88a2371.js +0 -1
  281. package/.next/static/chunks/app/api/proxy/route-3581deaae88a2371.js +0 -1
  282. package/.next/static/chunks/app/api/proxy/test/route-3581deaae88a2371.js +0 -1
  283. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-3581deaae88a2371.js +0 -1
  284. package/.next/static/chunks/app/api/sessions/[id]/context/route-3581deaae88a2371.js +0 -1
  285. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-3581deaae88a2371.js +0 -1
  286. package/.next/static/chunks/app/api/sessions/[id]/export/route-3581deaae88a2371.js +0 -1
  287. package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-3581deaae88a2371.js +0 -1
  288. package/.next/static/chunks/app/api/sessions/[id]/route-3581deaae88a2371.js +0 -1
  289. package/.next/static/chunks/app/api/sessions/[id]/state/route-3581deaae88a2371.js +0 -1
  290. package/.next/static/chunks/app/api/sessions/route-3581deaae88a2371.js +0 -1
  291. package/.next/static/chunks/app/api/settings/title-model/route-3581deaae88a2371.js +0 -1
  292. package/.next/static/chunks/app/api/skills/check/route-3581deaae88a2371.js +0 -1
  293. package/.next/static/chunks/app/api/skills/install/route-3581deaae88a2371.js +0 -1
  294. package/.next/static/chunks/app/api/skills/route-3581deaae88a2371.js +0 -1
  295. package/.next/static/chunks/app/api/skills/search/route-3581deaae88a2371.js +0 -1
  296. package/.next/static/chunks/app/api/skills/update/route-3581deaae88a2371.js +0 -1
  297. package/.next/static/chunks/app/api/snippets/[id]/route-3581deaae88a2371.js +0 -1
  298. package/.next/static/chunks/app/api/snippets/route-3581deaae88a2371.js +0 -1
  299. package/.next/static/chunks/app/api/subagents/agents/[name]/route-3581deaae88a2371.js +0 -1
  300. package/.next/static/chunks/app/api/subagents/route-3581deaae88a2371.js +0 -1
  301. package/.next/static/chunks/app/api/tasks/[id]/[action]/route-3581deaae88a2371.js +0 -1
  302. package/.next/static/chunks/app/api/tasks/[id]/changed-files/route-3581deaae88a2371.js +0 -1
  303. package/.next/static/chunks/app/api/tasks/[id]/diff/route-3581deaae88a2371.js +0 -1
  304. package/.next/static/chunks/app/api/tasks/[id]/events/route-3581deaae88a2371.js +0 -1
  305. package/.next/static/chunks/app/api/tasks/[id]/route-3581deaae88a2371.js +0 -1
  306. package/.next/static/chunks/app/api/tasks/batch/route-3581deaae88a2371.js +0 -1
  307. package/.next/static/chunks/app/api/tasks/events/route-3581deaae88a2371.js +0 -1
  308. package/.next/static/chunks/app/api/tasks/route-3581deaae88a2371.js +0 -1
  309. package/.next/static/chunks/app/api/tasks/settings/route-3581deaae88a2371.js +0 -1
  310. package/.next/static/chunks/app/api/tasks/templates/route-3581deaae88a2371.js +0 -1
  311. package/.next/static/chunks/app/api/themes/[name]/route-3581deaae88a2371.js +0 -1
  312. package/.next/static/chunks/app/api/themes/route-3581deaae88a2371.js +0 -1
  313. package/.next/static/chunks/app/api/usage/route-3581deaae88a2371.js +0 -1
  314. package/.next/static/chunks/app/api/vision-config/route-3581deaae88a2371.js +0 -1
  315. package/.next/static/chunks/app/api/worktrees/route-3581deaae88a2371.js +0 -1
  316. package/.next/static/chunks/app/page-3de6991e0964e474.js +0 -53
  317. package/.next/static/chunks/next/dist/client/components/builtin/app-error-3581deaae88a2371.js +0 -1
  318. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-3581deaae88a2371.js +0 -1
  319. package/.next/static/chunks/next/dist/client/components/builtin/not-found-3581deaae88a2371.js +0 -1
  320. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-3581deaae88a2371.js +0 -1
  321. package/.next/static/css/096d7027f97f110c.css +0 -1
  322. /package/.next/static/{GxM26wqNKTWNiNc1-YXns → 5flUIYUxfgZfLvpZVYPQk}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=9489,a.ids=[9489],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")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},57120:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("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","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/png","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.png/route",pathname:"/icon.png",filename:"icon",bundlePath:"app/icon.png/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2FVolumes%2F1T%20%E5%8E%9F%E8%A3%85%2F%E9%A1%B9%E7%9B%AE%E7%A0%94%E5%8F%91%2Fpi-web-QT%2Fapp%2Ficon.png&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.png/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!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(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},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],()=>b(b.s=57120));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=9489,a.ids=[9489],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")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},18692:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("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","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/png","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.png/route",pathname:"/icon.png",filename:"icon",bundlePath:"app/icon.png/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2FVolumes%2F1T%20%E5%8E%9F%E8%A3%85%2F%E9%A1%B9%E7%9B%AE%E7%A0%94%E5%8F%91%2Fpi-web-QT%2Fapp%2Ficon.png&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.png/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!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(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},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],()=>b(b.s=18692));module.exports=c})();
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=3822,a.ids=[3822],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")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},41947:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHJlY3Qgd2lkdGg9IjI1NiIgaGVpZ2h0PSIyNTYiIHJ4PSI1MiIgZmlsbD0iIzNhM2EzYSIvPjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTEsIDUxKSBzY2FsZSg2LjQpIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDFoMTYuNXYxMUgxMnY1LjVINi41VjIzSDFWMXptNS41IDUuNVYxMkgxMlY2LjVINi41eiIvPjxwYXRoIGQ9Ik0xNy41IDEySDIzdjExaC01LjVWMTJ6Ii8+PC9nPjwvc3ZnPg==","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/svg+xml","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.svg/route",pathname:"/icon.svg",filename:"icon",bundlePath:"app/icon.svg/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2FVolumes%2F1T%20%E5%8E%9F%E8%A3%85%2F%E9%A1%B9%E7%9B%AE%E7%A0%94%E5%8F%91%2Fpi-web-QT%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.svg/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!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(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},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],()=>b(b.s=41947));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=3822,a.ids=[3822],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")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51071:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>E,patchFetch:()=>D,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var d={};c.r(d),c.d(d,{GET:()=>x,dynamic:()=>y});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(23211);let w=Buffer.from("PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHJlY3Qgd2lkdGg9IjI1NiIgaGVpZ2h0PSIyNTYiIHJ4PSI1MiIgZmlsbD0iIzNhM2EzYSIvPjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTEsIDUxKSBzY2FsZSg2LjQpIj48cGF0aCBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xIDFoMTYuNXYxMUgxMnY1LjVINi41VjIzSDFWMXptNS41IDUuNVYxMkgxMlY2LjVINi41eiIvPjxwYXRoIGQ9Ik0xNy41IDEySDIzdjExaC01LjVWMTJ6Ii8+PC9nPjwvc3ZnPg==","base64");function x(){return new v.NextResponse(w,{headers:{"Content-Type":"image/svg+xml","Cache-Control":"public, max-age=0, must-revalidate"}})}let y="force-static",z=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/icon.svg/route",pathname:"/icon.svg",filename:"icon",bundlePath:"app/icon.svg/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"next-metadata-route-loader?filePath=%2FVolumes%2F1T%20%E5%8E%9F%E8%A3%85%2F%E9%A1%B9%E7%9B%AE%E7%A0%94%E5%8F%91%2Fpi-web-QT%2Fapp%2Ficon.svg&isDynamicRouteExtension=0!?__next_metadata_route__",nextConfigOutput:"",userland:d,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function D(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function E(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/icon.svg/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!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(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},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],()=>b(b.s=51071));module.exports=c})();
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" data-language="en" translate="no" class="notranslate"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/3790610024d16435.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/096d7027f97f110c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-06a1a811cd141d40.js"/><script src="/_next/static/chunks/4bd1b696-df4c0fb946159b6a.js" async=""></script><script src="/_next/static/chunks/3794-3dbd06ff79d82322.js" async=""></script><script src="/_next/static/chunks/main-app-1fba0c581dfd167b.js" async=""></script><script src="/_next/static/chunks/d3ac728e-7964f816a1ca64e5.js" async=""></script><script src="/_next/static/chunks/3555-b9de79b68c0278d5.js" async=""></script><script src="/_next/static/chunks/app/page-3de6991e0964e474.js" async=""></script><meta name="google" content="notranslate"/><title>Pi Agent Web</title><meta name="description" content="Pi Coding Agent Web Interface"/><link rel="icon" href="/favicon.svg"/><script>(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body translate="no" class="notranslate" style="height:100dvh;display:flex;flex-direction:column"><div hidden=""><!--$--><!--/$--></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-06a1a811cd141d40.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[39247,[\"7330\",\"static/chunks/d3ac728e-7964f816a1ca64e5.js\",\"3555\",\"static/chunks/3555-b9de79b68c0278d5.js\",\"8974\",\"static/chunks/app/page-3de6991e0964e474.js\"],\"I18nProvider\"]\n6:\"$Sreact.suspense\"\n7:I[71892,[\"7330\",\"static/chunks/d3ac728e-7964f816a1ca64e5.js\",\"3555\",\"static/chunks/3555-b9de79b68c0278d5.js\",\"8974\",\"static/chunks/app/page-3de6991e0964e474.js\"],\"AppShell\"]\n8:I[90484,[],\"OutletBoundary\"]\na:I[90484,[],\"ViewportBoundary\"]\nc:I[90484,[],\"MetadataBoundary\"]\ne:I[27123,[],\"default\",1]\n:HL[\"/_next/static/css/3790610024d16435.css\",\"style\"]\n:HL[\"/_next/static/css/096d7027f97f110c.css\",\"style\"]\n2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem(\"pi-theme-mode\")||\"dark\",t=localStorage.getItem(\"pi-theme\")||\"\",q=localStorage.getItem(\"pi-locale\"),g=localStorage.getItem(\"pi-language\"),l=q||g,r=m;if(!q\u0026\u0026g){localStorage.setItem(\"pi-locale\",g);localStorage.removeItem(\"pi-language\")}if(!l){var n=(navigator.languages\u0026\u0026navigator.languages[0])||navigator.language||\"\";if(/^zh(?:-|$)/i.test(n))l=\"zh-CN\"}if(!t){var od=localStorage.getItem(\"pi-theme-dark\"),ol=localStorage.getItem(\"pi-theme-light\");if(od){t=od.replace(/-dark$/i,\"\");try{localStorage.setItem(\"pi-theme\",t);localStorage.removeItem(\"pi-theme-dark\");localStorage.removeItem(\"pi-theme-light\")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,\"\");try{localStorage.setItem(\"pi-theme\",t);localStorage.removeItem(\"pi-theme-dark\");localStorage.removeItem(\"pi-theme-light\")}catch(e){}}}if(m===\"system\"){r=window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\"}if(r===\"dark\")h.classList.add(\"dark\");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l===\"zh-CN\"){h.lang=l;h.dataset.language=l}else{h.lang=\"en\";h.dataset.language=\"en\"}}catch(e){var n=(navigator.languages\u0026\u0026navigator.languages[0])||navigator.language||\"\";h.lang=/^zh(?:-|$)/i.test(n)?\"zh-CN\":\"en\";h.dataset.language=h.lang}})();"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/3790610024d16435.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/096d7027f97f110c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-language\":\"en\",\"translate\":\"no\",\"className\":\"notranslate\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"translate\":\"no\",\"className\":\"notranslate\",\"style\":{\"height\":\"100dvh\",\"display\":\"flex\",\"flexDirection\":\"column\"},\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"children\":[\"$\",\"$L7\",null,{}]}]}],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"GxM26wqNKTWNiNc1-YXns\"}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[86869,[],\"IconMark\"]\n9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Pi Agent Web\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Pi Coding Agent Web Interface\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$Lf\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" data-language="en" translate="no" class="notranslate"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/3790610024d16435.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/82bd0d6d352edbf3.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-06a1a811cd141d40.js"/><script src="/_next/static/chunks/4bd1b696-df4c0fb946159b6a.js" async=""></script><script src="/_next/static/chunks/3794-3dbd06ff79d82322.js" async=""></script><script src="/_next/static/chunks/main-app-1fba0c581dfd167b.js" async=""></script><script src="/_next/static/chunks/d3ac728e-7964f816a1ca64e5.js" async=""></script><script src="/_next/static/chunks/711-462ef5daacae3d6c.js" async=""></script><script src="/_next/static/chunks/app/page-13f035bcaf65b16c.js" async=""></script><meta name="google" content="notranslate"/><title>Pi Agent Web</title><meta name="description" content="Pi Coding Agent Web Interface"/><link rel="icon" href="/favicon.svg"/><script>(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body translate="no" class="notranslate" style="height:100dvh;display:flex;flex-direction:column"><div hidden=""><!--$--><!--/$--></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-06a1a811cd141d40.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[39247,[\"7330\",\"static/chunks/d3ac728e-7964f816a1ca64e5.js\",\"711\",\"static/chunks/711-462ef5daacae3d6c.js\",\"8974\",\"static/chunks/app/page-13f035bcaf65b16c.js\"],\"I18nProvider\"]\n6:\"$Sreact.suspense\"\n7:I[51173,[\"7330\",\"static/chunks/d3ac728e-7964f816a1ca64e5.js\",\"711\",\"static/chunks/711-462ef5daacae3d6c.js\",\"8974\",\"static/chunks/app/page-13f035bcaf65b16c.js\"],\"AppShell\"]\n8:I[90484,[],\"OutletBoundary\"]\na:I[90484,[],\"ViewportBoundary\"]\nc:I[90484,[],\"MetadataBoundary\"]\ne:I[27123,[],\"default\",1]\n:HL[\"/_next/static/css/3790610024d16435.css\",\"style\"]\n:HL[\"/_next/static/css/82bd0d6d352edbf3.css\",\"style\"]\n2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem(\"pi-theme-mode\")||\"dark\",t=localStorage.getItem(\"pi-theme\")||\"\",q=localStorage.getItem(\"pi-locale\"),g=localStorage.getItem(\"pi-language\"),l=q||g,r=m;if(!q\u0026\u0026g){localStorage.setItem(\"pi-locale\",g);localStorage.removeItem(\"pi-language\")}if(!l){var n=(navigator.languages\u0026\u0026navigator.languages[0])||navigator.language||\"\";if(/^zh(?:-|$)/i.test(n))l=\"zh-CN\"}if(!t){var od=localStorage.getItem(\"pi-theme-dark\"),ol=localStorage.getItem(\"pi-theme-light\");if(od){t=od.replace(/-dark$/i,\"\");try{localStorage.setItem(\"pi-theme\",t);localStorage.removeItem(\"pi-theme-dark\");localStorage.removeItem(\"pi-theme-light\")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,\"\");try{localStorage.setItem(\"pi-theme\",t);localStorage.removeItem(\"pi-theme-dark\");localStorage.removeItem(\"pi-theme-light\")}catch(e){}}}if(m===\"system\"){r=window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\"}if(r===\"dark\")h.classList.add(\"dark\");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l===\"zh-CN\"){h.lang=l;h.dataset.language=l}else{h.lang=\"en\";h.dataset.language=\"en\"}}catch(e){var n=(navigator.languages\u0026\u0026navigator.languages[0])||navigator.language||\"\";h.lang=/^zh(?:-|$)/i.test(n)?\"zh-CN\":\"en\";h.dataset.language=h.lang}})();"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/3790610024d16435.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/82bd0d6d352edbf3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-language\":\"en\",\"translate\":\"no\",\"className\":\"notranslate\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"translate\":\"no\",\"className\":\"notranslate\",\"style\":{\"height\":\"100dvh\",\"display\":\"flex\",\"flexDirection\":\"column\"},\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"children\":[\"$\",\"$L7\",null,{}]}]}],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5flUIYUxfgZfLvpZVYPQk\"}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[86869,[],\"IconMark\"]\n9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Pi Agent Web\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Pi Coding Agent Web Interface\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$Lf\",\"3\",{}]]\n"])</script></body></html>
@@ -1,16 +1,16 @@
1
1
  1:"$Sreact.fragment"
2
2
  3:I[57121,[],""]
3
3
  4:I[74581,[],""]
4
- 5:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3555","static/chunks/3555-b9de79b68c0278d5.js","8974","static/chunks/app/page-3de6991e0964e474.js"],"I18nProvider"]
4
+ 5:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","711","static/chunks/711-462ef5daacae3d6c.js","8974","static/chunks/app/page-13f035bcaf65b16c.js"],"I18nProvider"]
5
5
  6:"$Sreact.suspense"
6
- 7:I[71892,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3555","static/chunks/3555-b9de79b68c0278d5.js","8974","static/chunks/app/page-3de6991e0964e474.js"],"AppShell"]
6
+ 7:I[51173,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","711","static/chunks/711-462ef5daacae3d6c.js","8974","static/chunks/app/page-13f035bcaf65b16c.js"],"AppShell"]
7
7
  8:I[90484,[],"OutletBoundary"]
8
8
  a:I[90484,[],"ViewportBoundary"]
9
9
  c:I[90484,[],"MetadataBoundary"]
10
10
  e:I[27123,[],"default",1]
11
11
  :HL["/_next/static/css/3790610024d16435.css","style"]
12
- :HL["/_next/static/css/096d7027f97f110c.css","style"]
13
- 2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/096d7027f97f110c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"children":["$","$6",null,{"children":["$","$L7",null,{}]}]}],null,["$","$L8",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GxM26wqNKTWNiNc1-YXns"}
12
+ :HL["/_next/static/css/82bd0d6d352edbf3.css","style"]
13
+ 2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/82bd0d6d352edbf3.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"children":["$","$6",null,{"children":["$","$L7",null,{}]}]}],null,["$","$L8",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"5flUIYUxfgZfLvpZVYPQk"}
14
14
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
15
  f:I[86869,[],"IconMark"]
16
16
  9:null
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3555","static/chunks/3555-b9de79b68c0278d5.js","8974","static/chunks/app/page-3de6991e0964e474.js"],"I18nProvider"]
2
+ 2:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","711","static/chunks/711-462ef5daacae3d6c.js","8974","static/chunks/app/page-13f035bcaf65b16c.js"],"I18nProvider"]
3
3
  3:"$Sreact.suspense"
4
- 4:I[71892,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3555","static/chunks/3555-b9de79b68c0278d5.js","8974","static/chunks/app/page-3de6991e0964e474.js"],"AppShell"]
4
+ 4:I[51173,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","711","static/chunks/711-462ef5daacae3d6c.js","8974","static/chunks/app/page-13f035bcaf65b16c.js"],"AppShell"]
5
5
  5:I[90484,[],"OutletBoundary"]
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"children":["$","$3",null,{"children":["$","$L4",null,{}]}]}],null,["$","$L5",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GxM26wqNKTWNiNc1-YXns"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"children":["$","$3",null,{"children":["$","$L4",null,{}]}]}],null,["$","$L5",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"5flUIYUxfgZfLvpZVYPQk"}
7
7
  6:null
@@ -1,16 +1,16 @@
1
1
  1:"$Sreact.fragment"
2
2
  3:I[57121,[],""]
3
3
  4:I[74581,[],""]
4
- 5:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3555","static/chunks/3555-b9de79b68c0278d5.js","8974","static/chunks/app/page-3de6991e0964e474.js"],"I18nProvider"]
4
+ 5:I[39247,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","711","static/chunks/711-462ef5daacae3d6c.js","8974","static/chunks/app/page-13f035bcaf65b16c.js"],"I18nProvider"]
5
5
  6:"$Sreact.suspense"
6
- 7:I[71892,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","3555","static/chunks/3555-b9de79b68c0278d5.js","8974","static/chunks/app/page-3de6991e0964e474.js"],"AppShell"]
6
+ 7:I[51173,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","711","static/chunks/711-462ef5daacae3d6c.js","8974","static/chunks/app/page-13f035bcaf65b16c.js"],"AppShell"]
7
7
  8:I[90484,[],"OutletBoundary"]
8
8
  a:I[90484,[],"ViewportBoundary"]
9
9
  c:I[90484,[],"MetadataBoundary"]
10
10
  e:I[27123,[],"default",1]
11
11
  :HL["/_next/static/css/3790610024d16435.css","style"]
12
- :HL["/_next/static/css/096d7027f97f110c.css","style"]
13
- 2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/096d7027f97f110c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"children":["$","$6",null,{"children":["$","$L7",null,{}]}]}],null,["$","$L8",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GxM26wqNKTWNiNc1-YXns"}
12
+ :HL["/_next/static/css/82bd0d6d352edbf3.css","style"]
13
+ 2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/82bd0d6d352edbf3.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"children":["$","$6",null,{"children":["$","$L7",null,{}]}]}],null,["$","$L8",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"5flUIYUxfgZfLvpZVYPQk"}
14
14
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
15
15
  f:I[86869,[],"IconMark"]
16
16
  9:null
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GxM26wqNKTWNiNc1-YXns"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Pi Agent Web"}],["$","meta","1",{"name":"description","content":"Pi Coding Agent Web Interface"}],["$","link","2",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","3",{}]]}]}]}],null]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"5flUIYUxfgZfLvpZVYPQk"}
@@ -2,5 +2,5 @@
2
2
  3:I[57121,[],""]
3
3
  4:I[74581,[],""]
4
4
  :HL["/_next/static/css/3790610024d16435.css","style"]
5
- :HL["/_next/static/css/096d7027f97f110c.css","style"]
6
- 2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/096d7027f97f110c.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GxM26wqNKTWNiNc1-YXns"}
5
+ :HL["/_next/static/css/82bd0d6d352edbf3.css","style"]
6
+ 2:T51d,(function(){try{var h=document.documentElement,m=localStorage.getItem("pi-theme-mode")||"dark",t=localStorage.getItem("pi-theme")||"",q=localStorage.getItem("pi-locale"),g=localStorage.getItem("pi-language"),l=q||g,r=m;if(!q&&g){localStorage.setItem("pi-locale",g);localStorage.removeItem("pi-language")}if(!l){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";if(/^zh(?:-|$)/i.test(n))l="zh-CN"}if(!t){var od=localStorage.getItem("pi-theme-dark"),ol=localStorage.getItem("pi-theme-light");if(od){t=od.replace(/-dark$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}else if(ol){t=ol.replace(/-light$/i,"");try{localStorage.setItem("pi-theme",t);localStorage.removeItem("pi-theme-dark");localStorage.removeItem("pi-theme-light")}catch(e){}}}if(m==="system"){r=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(r==="dark")h.classList.add("dark");if(t){h.dataset.theme=t}h.dataset.themeMode=m;h.dataset.themeResolvedMode=r;if(l==="zh-CN"){h.lang=l;h.dataset.language=l}else{h.lang="en";h.dataset.language="en"}}catch(e){var n=(navigator.languages&&navigator.languages[0])||navigator.language||"";h.lang=/^zh(?:-|$)/i.test(n)?"zh-CN":"en";h.dataset.language=h.lang}})();0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/3790610024d16435.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/82bd0d6d352edbf3.css","precedence":"next"}]],["$","html",null,{"lang":"en","data-language":"en","translate":"no","className":"notranslate","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"google","content":"notranslate"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"translate":"no","className":"notranslate","style":{"height":"100dvh","display":"flex","flexDirection":"column"},"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"5flUIYUxfgZfLvpZVYPQk"}
@@ -1,3 +1,3 @@
1
1
  :HL["/_next/static/css/3790610024d16435.css","style"]
2
- :HL["/_next/static/css/096d7027f97f110c.css","style"]
3
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"GxM26wqNKTWNiNc1-YXns"}
2
+ :HL["/_next/static/css/82bd0d6d352edbf3.css","style"]
3
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"5flUIYUxfgZfLvpZVYPQk"}