@baique/pi-web-sky 0.1.29 → 0.1.30

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 (363) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +9 -6
  3. package/.next/build-manifest.json +4 -4
  4. package/.next/next-server.js.nft.json +1 -1
  5. package/.next/prerender-manifest.json +3 -3
  6. package/.next/react-loadable-manifest.json +1 -1
  7. package/.next/required-server-files.js +7 -7
  8. package/.next/required-server-files.json +7 -7
  9. package/.next/routes-manifest.json +20 -0
  10. package/.next/server/app/_global-error/page.js +2 -2
  11. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  12. package/.next/server/app/_global-error.html +1 -1
  13. package/.next/server/app/_global-error.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +1 -1
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  23. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  24. package/.next/server/app/api/agent/[id]/bash-output/route.js +30 -1
  25. package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -1
  26. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -1
  27. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  28. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -1
  29. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -1
  30. package/.next/server/app/api/agent/[id]/route.js +1 -1
  31. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -1
  32. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -1
  33. package/.next/server/app/api/agent/new/route.js +1 -1
  34. package/.next/server/app/api/agent/new/route.js.nft.json +1 -1
  35. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -1
  36. package/.next/server/app/api/agent/running/route.js +1 -1
  37. package/.next/server/app/api/agent/running/route.js.nft.json +1 -1
  38. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -1
  39. package/.next/server/app/api/app-update/route.js +1 -1
  40. package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  42. package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -1
  43. package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  45. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -1
  46. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -1
  47. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  48. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -1
  49. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -1
  50. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  51. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -1
  52. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -1
  53. package/.next/server/app/api/auth/providers/route.js +1 -1
  54. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -1
  55. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -1
  56. package/.next/server/app/api/cwd/browse/route.js +1 -1
  57. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -1
  58. package/.next/server/app/api/cwd/validate/route.js +30 -1
  59. package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -1
  60. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -1
  61. package/.next/server/app/api/default-cwd/route.js +30 -1
  62. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -1
  63. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -1
  64. package/.next/server/app/api/file-index/route.js +30 -1
  65. package/.next/server/app/api/file-index/route.js.nft.json +1 -1
  66. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -1
  67. package/.next/server/app/api/files/[...path]/route.js +31 -2
  68. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -1
  69. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -1
  70. package/.next/server/app/api/git/diff/route.js +31 -2
  71. package/.next/server/app/api/git/diff/route.js.nft.json +1 -1
  72. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
  73. package/.next/server/app/api/git/status/route.js +31 -2
  74. package/.next/server/app/api/git/status/route.js.nft.json +1 -1
  75. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -1
  76. package/.next/server/app/api/home/route.js +1 -1
  77. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -1
  78. package/.next/server/app/api/mcp/route.js +30 -1
  79. package/.next/server/app/api/mcp/route.js.nft.json +1 -1
  80. package/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
  81. package/.next/server/app/api/models/route.js +30 -1
  82. package/.next/server/app/api/models/route.js.nft.json +1 -1
  83. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  84. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  85. package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -1
  86. package/.next/server/app/api/models-config/discover/route.js +1 -1
  87. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -1
  88. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -1
  89. package/.next/server/app/api/models-config/route.js +1 -1
  90. package/.next/server/app/api/models-config/route.js.nft.json +1 -1
  91. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -1
  92. package/.next/server/app/api/models-config/test/route.js +1 -1
  93. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -1
  94. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -1
  95. package/.next/server/app/api/plugins/route.js +30 -1
  96. package/.next/server/app/api/plugins/route.js.nft.json +1 -1
  97. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -1
  98. package/.next/server/app/api/project-trust/route.js +1 -1
  99. package/.next/server/app/api/project-trust/route.js.nft.json +1 -1
  100. package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -1
  101. package/.next/server/app/api/quota/route.js +1 -1
  102. package/.next/server/app/api/quota/route.js.nft.json +1 -1
  103. package/.next/server/app/api/quota/route_client-reference-manifest.js +1 -1
  104. package/.next/server/app/api/search/route.js +30 -0
  105. package/.next/server/app/api/search/route.js.nft.json +1 -0
  106. package/.next/server/app/api/search/route_client-reference-manifest.js +1 -0
  107. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  108. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -1
  109. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -1
  110. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  111. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -1
  112. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -1
  113. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +30 -1
  114. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -1
  115. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -1
  116. package/.next/server/app/api/sessions/[id]/export/route.js +31 -2
  117. package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -1
  118. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -1
  119. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  120. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
  121. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
  122. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  123. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -1
  124. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -1
  125. package/.next/server/app/api/sessions/[id]/todos/route.js +1 -1
  126. package/.next/server/app/api/sessions/[id]/todos/route.js.nft.json +1 -1
  127. package/.next/server/app/api/sessions/[id]/todos/route_client-reference-manifest.js +1 -1
  128. package/.next/server/app/api/sessions/route.js +1 -1
  129. package/.next/server/app/api/sessions/route.js.nft.json +1 -1
  130. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  131. package/.next/server/app/api/skills/check/route.js +1 -1
  132. package/.next/server/app/api/skills/check/route.js.nft.json +1 -1
  133. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -1
  134. package/.next/server/app/api/skills/install/route.js +30 -1
  135. package/.next/server/app/api/skills/install/route.js.nft.json +1 -1
  136. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -1
  137. package/.next/server/app/api/skills/route.js +31 -2
  138. package/.next/server/app/api/skills/route.js.nft.json +1 -1
  139. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
  140. package/.next/server/app/api/skills/search/route.js +1 -1
  141. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -1
  142. package/.next/server/app/api/skills/update/route.js +1 -1
  143. package/.next/server/app/api/skills/update/route.js.nft.json +1 -1
  144. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -1
  145. package/.next/server/app/api/tasks/[id]/route.js +1 -0
  146. package/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -0
  147. package/.next/server/app/api/tasks/[id]/route_client-reference-manifest.js +1 -0
  148. package/.next/server/app/api/tasks/route.js +30 -0
  149. package/.next/server/app/api/tasks/route.js.nft.json +1 -0
  150. package/.next/server/app/api/tasks/route_client-reference-manifest.js +1 -0
  151. package/.next/server/app/api/terminal/[id]/events/route.js +2 -2
  152. package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -1
  153. package/.next/server/app/api/terminal/[id]/route.js +1 -1
  154. package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -1
  155. package/.next/server/app/api/terminal/route.js +2 -2
  156. package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -1
  157. package/.next/server/app/api/worktrees/route.js +30 -1
  158. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  159. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
  160. package/.next/server/app/favicon.ico/route.js +1 -1
  161. package/.next/server/app/index.html +1 -1
  162. package/.next/server/app/index.rsc +5 -5
  163. package/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -5
  164. package/.next/server/app/index.segments/_full.segment.rsc +5 -5
  165. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  166. package/.next/server/app/manifest.webmanifest/route.js +2 -2
  167. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  168. package/.next/server/app/page.js +8 -8
  169. package/.next/server/app/page_client-reference-manifest.js +1 -1
  170. package/.next/server/app-paths-manifest.json +9 -6
  171. package/.next/server/chunks/1457.js +30 -0
  172. package/.next/server/chunks/2430.js +4 -4
  173. package/.next/server/chunks/3379.js +1 -1
  174. package/.next/server/chunks/402.js +3 -0
  175. package/.next/server/chunks/7513.js +30 -0
  176. package/.next/server/middleware-build-manifest.js +1 -1
  177. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  178. package/.next/server/middleware.js +3 -3
  179. package/.next/server/next-font-manifest.js +1 -1
  180. package/.next/server/next-font-manifest.json +1 -1
  181. package/.next/server/pages/404.html +1 -1
  182. package/.next/server/pages/500.html +1 -1
  183. package/.next/server/server-reference-manifest.json +1 -1
  184. package/.next/static/TTcBG2A8ypXXieSlP70n7/_buildManifest.js +1 -0
  185. package/.next/static/chunks/3266.be4a8006cf72695c.js +1 -0
  186. package/.next/static/chunks/app/_global-error/page-9217583a4a003fdc.js +1 -0
  187. package/.next/static/chunks/app/_not-found/{page-af4fe23994cb3d66.js → page-8cea8d8de35f4da4.js} +1 -1
  188. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-9217583a4a003fdc.js +1 -0
  189. package/.next/static/chunks/app/api/agent/[id]/events/route-9217583a4a003fdc.js +1 -0
  190. package/.next/static/chunks/app/api/agent/[id]/route-9217583a4a003fdc.js +1 -0
  191. package/.next/static/chunks/app/api/agent/new/route-9217583a4a003fdc.js +1 -0
  192. package/.next/static/chunks/app/api/agent/running/route-9217583a4a003fdc.js +1 -0
  193. package/.next/static/chunks/app/api/app-update/route-9217583a4a003fdc.js +1 -0
  194. package/.next/static/chunks/app/api/auth/all-providers/route-9217583a4a003fdc.js +1 -0
  195. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-9217583a4a003fdc.js +1 -0
  196. package/.next/static/chunks/app/api/auth/login/[provider]/route-9217583a4a003fdc.js +1 -0
  197. package/.next/static/chunks/app/api/auth/logout/[provider]/route-9217583a4a003fdc.js +1 -0
  198. package/.next/static/chunks/app/api/auth/providers/route-9217583a4a003fdc.js +1 -0
  199. package/.next/static/chunks/app/api/cwd/browse/route-9217583a4a003fdc.js +1 -0
  200. package/.next/static/chunks/app/api/cwd/validate/route-9217583a4a003fdc.js +1 -0
  201. package/.next/static/chunks/app/api/default-cwd/route-9217583a4a003fdc.js +1 -0
  202. package/.next/static/chunks/app/api/file-index/route-9217583a4a003fdc.js +1 -0
  203. package/.next/static/chunks/app/api/files/[...path]/route-9217583a4a003fdc.js +1 -0
  204. package/.next/static/chunks/app/api/git/diff/route-9217583a4a003fdc.js +1 -0
  205. package/.next/static/chunks/app/api/git/status/route-9217583a4a003fdc.js +1 -0
  206. package/.next/static/chunks/app/api/home/route-9217583a4a003fdc.js +1 -0
  207. package/.next/static/chunks/app/api/mcp/route-9217583a4a003fdc.js +1 -0
  208. package/.next/static/chunks/app/api/models/route-9217583a4a003fdc.js +1 -0
  209. package/.next/static/chunks/app/api/models-config/catalog/route-9217583a4a003fdc.js +1 -0
  210. package/.next/static/chunks/app/api/models-config/discover/route-9217583a4a003fdc.js +1 -0
  211. package/.next/static/chunks/app/api/models-config/route-9217583a4a003fdc.js +1 -0
  212. package/.next/static/chunks/app/api/models-config/test/route-9217583a4a003fdc.js +1 -0
  213. package/.next/static/chunks/app/api/plugins/route-9217583a4a003fdc.js +1 -0
  214. package/.next/static/chunks/app/api/project-trust/route-9217583a4a003fdc.js +1 -0
  215. package/.next/static/chunks/app/api/quota/route-9217583a4a003fdc.js +1 -0
  216. package/.next/static/chunks/app/api/search/route-9217583a4a003fdc.js +1 -0
  217. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-9217583a4a003fdc.js +1 -0
  218. package/.next/static/chunks/app/api/sessions/[id]/context/route-9217583a4a003fdc.js +1 -0
  219. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9217583a4a003fdc.js +1 -0
  220. package/.next/static/chunks/app/api/sessions/[id]/export/route-9217583a4a003fdc.js +1 -0
  221. package/.next/static/chunks/app/api/sessions/[id]/route-9217583a4a003fdc.js +1 -0
  222. package/.next/static/chunks/app/api/sessions/[id]/state/route-9217583a4a003fdc.js +1 -0
  223. package/.next/static/chunks/app/api/sessions/[id]/todos/route-9217583a4a003fdc.js +1 -0
  224. package/.next/static/chunks/app/api/sessions/route-9217583a4a003fdc.js +1 -0
  225. package/.next/static/chunks/app/api/skills/check/route-9217583a4a003fdc.js +1 -0
  226. package/.next/static/chunks/app/api/skills/install/route-9217583a4a003fdc.js +1 -0
  227. package/.next/static/chunks/app/api/skills/route-9217583a4a003fdc.js +1 -0
  228. package/.next/static/chunks/app/api/skills/search/route-9217583a4a003fdc.js +1 -0
  229. package/.next/static/chunks/app/api/skills/update/route-9217583a4a003fdc.js +1 -0
  230. package/.next/static/chunks/app/api/tasks/[id]/route-9217583a4a003fdc.js +1 -0
  231. package/.next/static/chunks/app/api/tasks/route-9217583a4a003fdc.js +1 -0
  232. package/.next/static/chunks/app/api/terminal/[id]/events/route-9217583a4a003fdc.js +1 -0
  233. package/.next/static/chunks/app/api/terminal/[id]/route-9217583a4a003fdc.js +1 -0
  234. package/.next/static/chunks/app/api/terminal/route-9217583a4a003fdc.js +1 -0
  235. package/.next/static/chunks/app/api/worktrees/route-9217583a4a003fdc.js +1 -0
  236. package/.next/static/chunks/app/{layout-39ce378956fd5a02.js → layout-4a6dc9d78a818cb5.js} +1 -1
  237. package/.next/static/chunks/app/manifest.webmanifest/route-9217583a4a003fdc.js +1 -0
  238. package/.next/static/chunks/app/page-2783998ff89bdbe5.js +89 -0
  239. package/.next/static/chunks/{main-app-b3e8a8d15d83e1f0.js → main-app-dd2385a1a5a588df.js} +1 -1
  240. package/.next/static/chunks/next/dist/client/components/builtin/app-error-9217583a4a003fdc.js +1 -0
  241. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-9217583a4a003fdc.js +1 -0
  242. package/.next/static/chunks/next/dist/client/components/builtin/global-error-be943dcb89867ab9.js +1 -0
  243. package/.next/static/chunks/next/dist/client/components/builtin/not-found-9217583a4a003fdc.js +1 -0
  244. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9217583a4a003fdc.js +1 -0
  245. package/.next/static/chunks/{webpack-943c1769a851c233.js → webpack-3d4b32814d426e7a.js} +1 -1
  246. package/.next/static/css/f72c938555d9bdff.css +1 -0
  247. package/.next/trace +40 -7
  248. package/.next/trace-build +1 -1
  249. package/.next/types/app/api/agent/[id]/bash-output/route.ts +1 -1
  250. package/.next/types/app/api/agent/[id]/events/route.ts +1 -1
  251. package/.next/types/app/api/agent/[id]/route.ts +1 -1
  252. package/.next/types/app/api/agent/new/route.ts +1 -1
  253. package/.next/types/app/api/agent/running/route.ts +1 -1
  254. package/.next/types/app/api/app-update/route.ts +1 -1
  255. package/.next/types/app/api/auth/all-providers/route.ts +1 -1
  256. package/.next/types/app/api/auth/api-key/[provider]/route.ts +1 -1
  257. package/.next/types/app/api/auth/login/[provider]/route.ts +1 -1
  258. package/.next/types/app/api/auth/logout/[provider]/route.ts +1 -1
  259. package/.next/types/app/api/auth/providers/route.ts +1 -1
  260. package/.next/types/app/api/cwd/browse/route.ts +1 -1
  261. package/.next/types/app/api/cwd/validate/route.ts +1 -1
  262. package/.next/types/app/api/default-cwd/route.ts +1 -1
  263. package/.next/types/app/api/file-index/route.ts +1 -1
  264. package/.next/types/app/api/files/[...path]/route.ts +1 -1
  265. package/.next/types/app/api/git/diff/route.ts +1 -1
  266. package/.next/types/app/api/git/status/route.ts +1 -1
  267. package/.next/types/app/api/home/route.ts +1 -1
  268. package/.next/types/app/api/mcp/route.ts +1 -1
  269. package/.next/types/app/api/models/route.ts +1 -1
  270. package/.next/types/app/api/models-config/catalog/route.ts +1 -1
  271. package/.next/types/app/api/models-config/discover/route.ts +1 -1
  272. package/.next/types/app/api/models-config/route.ts +1 -1
  273. package/.next/types/app/api/models-config/test/route.ts +1 -1
  274. package/.next/types/app/api/plugins/route.ts +1 -1
  275. package/.next/types/app/api/project-trust/route.ts +1 -1
  276. package/.next/types/app/api/quota/route.ts +1 -1
  277. package/.next/types/app/api/search/route.ts +353 -0
  278. package/.next/types/app/api/sessions/[id]/auto-name/route.ts +1 -1
  279. package/.next/types/app/api/sessions/[id]/context/route.ts +1 -1
  280. package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +1 -1
  281. package/.next/types/app/api/sessions/[id]/export/route.ts +1 -1
  282. package/.next/types/app/api/sessions/[id]/route.ts +1 -1
  283. package/.next/types/app/api/sessions/[id]/state/route.ts +1 -1
  284. package/.next/types/app/api/sessions/[id]/todos/route.ts +1 -1
  285. package/.next/types/app/api/sessions/route.ts +1 -1
  286. package/.next/types/app/api/skills/check/route.ts +1 -1
  287. package/.next/types/app/api/skills/install/route.ts +1 -1
  288. package/.next/types/app/api/skills/route.ts +1 -1
  289. package/.next/types/app/api/skills/search/route.ts +1 -1
  290. package/.next/types/app/api/skills/update/route.ts +1 -1
  291. package/.next/types/app/api/tasks/[id]/route.ts +353 -0
  292. package/.next/types/app/api/tasks/route.ts +353 -0
  293. package/.next/types/app/api/terminal/[id]/events/route.ts +1 -1
  294. package/.next/types/app/api/terminal/[id]/route.ts +1 -1
  295. package/.next/types/app/api/terminal/route.ts +1 -1
  296. package/.next/types/app/api/worktrees/route.ts +1 -1
  297. package/.next/types/app/layout.ts +1 -1
  298. package/.next/types/app/page.ts +1 -1
  299. package/.next/types/routes.d.ts +4 -1
  300. package/.next/types/validator.ts +27 -0
  301. package/package.json +1 -1
  302. package/.next/server/chunks/5582.js +0 -3
  303. package/.next/server/chunks/6429.js +0 -1
  304. package/.next/static/bJ6XzmAhuZk7Lcv1obacU/_buildManifest.js +0 -1
  305. package/.next/static/chunks/3266.5b76f9f71c8cef44.js +0 -1
  306. package/.next/static/chunks/app/_global-error/page-c30a6d7676fbc094.js +0 -1
  307. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-c30a6d7676fbc094.js +0 -1
  308. package/.next/static/chunks/app/api/agent/[id]/events/route-c30a6d7676fbc094.js +0 -1
  309. package/.next/static/chunks/app/api/agent/[id]/route-c30a6d7676fbc094.js +0 -1
  310. package/.next/static/chunks/app/api/agent/new/route-c30a6d7676fbc094.js +0 -1
  311. package/.next/static/chunks/app/api/agent/running/route-c30a6d7676fbc094.js +0 -1
  312. package/.next/static/chunks/app/api/app-update/route-c30a6d7676fbc094.js +0 -1
  313. package/.next/static/chunks/app/api/auth/all-providers/route-c30a6d7676fbc094.js +0 -1
  314. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-c30a6d7676fbc094.js +0 -1
  315. package/.next/static/chunks/app/api/auth/login/[provider]/route-c30a6d7676fbc094.js +0 -1
  316. package/.next/static/chunks/app/api/auth/logout/[provider]/route-c30a6d7676fbc094.js +0 -1
  317. package/.next/static/chunks/app/api/auth/providers/route-c30a6d7676fbc094.js +0 -1
  318. package/.next/static/chunks/app/api/cwd/browse/route-c30a6d7676fbc094.js +0 -1
  319. package/.next/static/chunks/app/api/cwd/validate/route-c30a6d7676fbc094.js +0 -1
  320. package/.next/static/chunks/app/api/default-cwd/route-c30a6d7676fbc094.js +0 -1
  321. package/.next/static/chunks/app/api/file-index/route-c30a6d7676fbc094.js +0 -1
  322. package/.next/static/chunks/app/api/files/[...path]/route-c30a6d7676fbc094.js +0 -1
  323. package/.next/static/chunks/app/api/git/diff/route-c30a6d7676fbc094.js +0 -1
  324. package/.next/static/chunks/app/api/git/status/route-c30a6d7676fbc094.js +0 -1
  325. package/.next/static/chunks/app/api/home/route-c30a6d7676fbc094.js +0 -1
  326. package/.next/static/chunks/app/api/mcp/route-c30a6d7676fbc094.js +0 -1
  327. package/.next/static/chunks/app/api/models/route-c30a6d7676fbc094.js +0 -1
  328. package/.next/static/chunks/app/api/models-config/catalog/route-c30a6d7676fbc094.js +0 -1
  329. package/.next/static/chunks/app/api/models-config/discover/route-c30a6d7676fbc094.js +0 -1
  330. package/.next/static/chunks/app/api/models-config/route-c30a6d7676fbc094.js +0 -1
  331. package/.next/static/chunks/app/api/models-config/test/route-c30a6d7676fbc094.js +0 -1
  332. package/.next/static/chunks/app/api/plugins/route-c30a6d7676fbc094.js +0 -1
  333. package/.next/static/chunks/app/api/project-trust/route-c30a6d7676fbc094.js +0 -1
  334. package/.next/static/chunks/app/api/quota/route-c30a6d7676fbc094.js +0 -1
  335. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-c30a6d7676fbc094.js +0 -1
  336. package/.next/static/chunks/app/api/sessions/[id]/context/route-c30a6d7676fbc094.js +0 -1
  337. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-c30a6d7676fbc094.js +0 -1
  338. package/.next/static/chunks/app/api/sessions/[id]/export/route-c30a6d7676fbc094.js +0 -1
  339. package/.next/static/chunks/app/api/sessions/[id]/route-c30a6d7676fbc094.js +0 -1
  340. package/.next/static/chunks/app/api/sessions/[id]/state/route-c30a6d7676fbc094.js +0 -1
  341. package/.next/static/chunks/app/api/sessions/[id]/todos/route-c30a6d7676fbc094.js +0 -1
  342. package/.next/static/chunks/app/api/sessions/route-c30a6d7676fbc094.js +0 -1
  343. package/.next/static/chunks/app/api/skills/check/route-c30a6d7676fbc094.js +0 -1
  344. package/.next/static/chunks/app/api/skills/install/route-c30a6d7676fbc094.js +0 -1
  345. package/.next/static/chunks/app/api/skills/route-c30a6d7676fbc094.js +0 -1
  346. package/.next/static/chunks/app/api/skills/search/route-c30a6d7676fbc094.js +0 -1
  347. package/.next/static/chunks/app/api/skills/update/route-c30a6d7676fbc094.js +0 -1
  348. package/.next/static/chunks/app/api/terminal/[id]/events/route-c30a6d7676fbc094.js +0 -1
  349. package/.next/static/chunks/app/api/terminal/[id]/route-c30a6d7676fbc094.js +0 -1
  350. package/.next/static/chunks/app/api/terminal/route-c30a6d7676fbc094.js +0 -1
  351. package/.next/static/chunks/app/api/worktrees/route-c30a6d7676fbc094.js +0 -1
  352. package/.next/static/chunks/app/manifest.webmanifest/route-c30a6d7676fbc094.js +0 -1
  353. package/.next/static/chunks/app/page-8f8a15534e6f0b1a.js +0 -89
  354. package/.next/static/chunks/next/dist/client/components/builtin/app-error-c30a6d7676fbc094.js +0 -1
  355. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-c30a6d7676fbc094.js +0 -1
  356. package/.next/static/chunks/next/dist/client/components/builtin/global-error-00a4badaccb388e6.js +0 -1
  357. package/.next/static/chunks/next/dist/client/components/builtin/not-found-c30a6d7676fbc094.js +0 -1
  358. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-c30a6d7676fbc094.js +0 -1
  359. package/.next/static/css/45519303fb5fd138.css +0 -1
  360. package/public/icons/apple-touch-icon.png +0 -0
  361. package/public/icons/icon-192.png +0 -0
  362. package/public/icons/icon-512.png +0 -0
  363. /package/.next/static/{bJ6XzmAhuZk7Lcv1obacU → TTcBG2A8ypXXieSlP70n7}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- // File: /home/wa/project/pi-web-sky/app/api/skills/install/route.ts
1
+ // File: /Users/baique/work/develop/project/pi-web-sky/app/api/skills/install/route.ts
2
2
  import * as entry from '../../../../../../app/api/skills/install/route.js'
3
3
  import type { NextRequest } from 'next/server.js'
4
4
 
@@ -1,4 +1,4 @@
1
- // File: /home/wa/project/pi-web-sky/app/api/skills/route.ts
1
+ // File: /Users/baique/work/develop/project/pi-web-sky/app/api/skills/route.ts
2
2
  import * as entry from '../../../../../app/api/skills/route.js'
3
3
  import type { NextRequest } from 'next/server.js'
4
4
 
@@ -1,4 +1,4 @@
1
- // File: /home/wa/project/pi-web-sky/app/api/skills/search/route.ts
1
+ // File: /Users/baique/work/develop/project/pi-web-sky/app/api/skills/search/route.ts
2
2
  import * as entry from '../../../../../../app/api/skills/search/route.js'
3
3
  import type { NextRequest } from 'next/server.js'
4
4
 
@@ -1,4 +1,4 @@
1
- // File: /home/wa/project/pi-web-sky/app/api/skills/update/route.ts
1
+ // File: /Users/baique/work/develop/project/pi-web-sky/app/api/skills/update/route.ts
2
2
  import * as entry from '../../../../../../app/api/skills/update/route.js'
3
3
  import type { NextRequest } from 'next/server.js'
4
4
 
@@ -0,0 +1,353 @@
1
+ // File: /Users/baique/work/develop/project/pi-web-sky/app/api/tasks/[id]/route.ts
2
+ import * as entry from '../../../../../../app/api/tasks/[id]/route.js'
3
+ import type { NextRequest } from 'next/server.js'
4
+
5
+ import type { InstantConfigForTypeCheckInternal, Prefetch } from 'next/dist/build/segment-config/app/app-segment-config.js'
6
+
7
+ type TEntry = typeof import('../../../../../../app/api/tasks/[id]/route.js')
8
+
9
+ type SegmentParams<T extends Object = any> = T extends Record<string, any>
10
+ ? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
11
+ : T
12
+
13
+ // Check that the entry is a valid entry
14
+ checkFields<Diff<{
15
+ GET?: Function
16
+ HEAD?: Function
17
+ OPTIONS?: Function
18
+ POST?: Function
19
+ PUT?: Function
20
+ DELETE?: Function
21
+ PATCH?: Function
22
+ config?: {}
23
+ generateStaticParams?: Function
24
+ instant?: InstantConfigForTypeCheckInternal
25
+ prefetch?: Prefetch
26
+ unstable_dynamicStaleTime?: number
27
+ revalidate?: RevalidateRange<TEntry> | false
28
+ dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
29
+ dynamicParams?: boolean
30
+ fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
31
+ /** @deprecated The `preferredRegion` config is deprecated. Remove this export. */
32
+ preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
33
+ runtime?: 'nodejs' | 'experimental-edge' | 'edge'
34
+ maxDuration?: number
35
+
36
+ }, TEntry, ''>>()
37
+
38
+ type RouteContext = { params: Promise<SegmentParams> }
39
+ // Check the prop type of the entry function
40
+ if ('GET' in entry) {
41
+ checkFields<
42
+ Diff<
43
+ ParamCheck<Request | NextRequest>,
44
+ {
45
+ __tag__: 'GET'
46
+ __param_position__: 'first'
47
+ __param_type__: FirstArg<MaybeField<TEntry, 'GET'>>
48
+ },
49
+ 'GET'
50
+ >
51
+ >()
52
+ checkFields<
53
+ Diff<
54
+ ParamCheck<RouteContext>,
55
+ {
56
+ __tag__: 'GET'
57
+ __param_position__: 'second'
58
+ __param_type__: SecondArg<MaybeField<TEntry, 'GET'>>
59
+ },
60
+ 'GET'
61
+ >
62
+ >()
63
+
64
+ checkFields<
65
+ Diff<
66
+ {
67
+ __tag__: 'GET',
68
+ __return_type__: Response | void | never | Promise<Response | void | never>
69
+ },
70
+ {
71
+ __tag__: 'GET',
72
+ __return_type__: ReturnType<MaybeField<TEntry, 'GET'>>
73
+ },
74
+ 'GET'
75
+ >
76
+ >()
77
+ }
78
+ // Check the prop type of the entry function
79
+ if ('HEAD' in entry) {
80
+ checkFields<
81
+ Diff<
82
+ ParamCheck<Request | NextRequest>,
83
+ {
84
+ __tag__: 'HEAD'
85
+ __param_position__: 'first'
86
+ __param_type__: FirstArg<MaybeField<TEntry, 'HEAD'>>
87
+ },
88
+ 'HEAD'
89
+ >
90
+ >()
91
+ checkFields<
92
+ Diff<
93
+ ParamCheck<RouteContext>,
94
+ {
95
+ __tag__: 'HEAD'
96
+ __param_position__: 'second'
97
+ __param_type__: SecondArg<MaybeField<TEntry, 'HEAD'>>
98
+ },
99
+ 'HEAD'
100
+ >
101
+ >()
102
+
103
+ checkFields<
104
+ Diff<
105
+ {
106
+ __tag__: 'HEAD',
107
+ __return_type__: Response | void | never | Promise<Response | void | never>
108
+ },
109
+ {
110
+ __tag__: 'HEAD',
111
+ __return_type__: ReturnType<MaybeField<TEntry, 'HEAD'>>
112
+ },
113
+ 'HEAD'
114
+ >
115
+ >()
116
+ }
117
+ // Check the prop type of the entry function
118
+ if ('OPTIONS' in entry) {
119
+ checkFields<
120
+ Diff<
121
+ ParamCheck<Request | NextRequest>,
122
+ {
123
+ __tag__: 'OPTIONS'
124
+ __param_position__: 'first'
125
+ __param_type__: FirstArg<MaybeField<TEntry, 'OPTIONS'>>
126
+ },
127
+ 'OPTIONS'
128
+ >
129
+ >()
130
+ checkFields<
131
+ Diff<
132
+ ParamCheck<RouteContext>,
133
+ {
134
+ __tag__: 'OPTIONS'
135
+ __param_position__: 'second'
136
+ __param_type__: SecondArg<MaybeField<TEntry, 'OPTIONS'>>
137
+ },
138
+ 'OPTIONS'
139
+ >
140
+ >()
141
+
142
+ checkFields<
143
+ Diff<
144
+ {
145
+ __tag__: 'OPTIONS',
146
+ __return_type__: Response | void | never | Promise<Response | void | never>
147
+ },
148
+ {
149
+ __tag__: 'OPTIONS',
150
+ __return_type__: ReturnType<MaybeField<TEntry, 'OPTIONS'>>
151
+ },
152
+ 'OPTIONS'
153
+ >
154
+ >()
155
+ }
156
+ // Check the prop type of the entry function
157
+ if ('POST' in entry) {
158
+ checkFields<
159
+ Diff<
160
+ ParamCheck<Request | NextRequest>,
161
+ {
162
+ __tag__: 'POST'
163
+ __param_position__: 'first'
164
+ __param_type__: FirstArg<MaybeField<TEntry, 'POST'>>
165
+ },
166
+ 'POST'
167
+ >
168
+ >()
169
+ checkFields<
170
+ Diff<
171
+ ParamCheck<RouteContext>,
172
+ {
173
+ __tag__: 'POST'
174
+ __param_position__: 'second'
175
+ __param_type__: SecondArg<MaybeField<TEntry, 'POST'>>
176
+ },
177
+ 'POST'
178
+ >
179
+ >()
180
+
181
+ checkFields<
182
+ Diff<
183
+ {
184
+ __tag__: 'POST',
185
+ __return_type__: Response | void | never | Promise<Response | void | never>
186
+ },
187
+ {
188
+ __tag__: 'POST',
189
+ __return_type__: ReturnType<MaybeField<TEntry, 'POST'>>
190
+ },
191
+ 'POST'
192
+ >
193
+ >()
194
+ }
195
+ // Check the prop type of the entry function
196
+ if ('PUT' in entry) {
197
+ checkFields<
198
+ Diff<
199
+ ParamCheck<Request | NextRequest>,
200
+ {
201
+ __tag__: 'PUT'
202
+ __param_position__: 'first'
203
+ __param_type__: FirstArg<MaybeField<TEntry, 'PUT'>>
204
+ },
205
+ 'PUT'
206
+ >
207
+ >()
208
+ checkFields<
209
+ Diff<
210
+ ParamCheck<RouteContext>,
211
+ {
212
+ __tag__: 'PUT'
213
+ __param_position__: 'second'
214
+ __param_type__: SecondArg<MaybeField<TEntry, 'PUT'>>
215
+ },
216
+ 'PUT'
217
+ >
218
+ >()
219
+
220
+ checkFields<
221
+ Diff<
222
+ {
223
+ __tag__: 'PUT',
224
+ __return_type__: Response | void | never | Promise<Response | void | never>
225
+ },
226
+ {
227
+ __tag__: 'PUT',
228
+ __return_type__: ReturnType<MaybeField<TEntry, 'PUT'>>
229
+ },
230
+ 'PUT'
231
+ >
232
+ >()
233
+ }
234
+ // Check the prop type of the entry function
235
+ if ('DELETE' in entry) {
236
+ checkFields<
237
+ Diff<
238
+ ParamCheck<Request | NextRequest>,
239
+ {
240
+ __tag__: 'DELETE'
241
+ __param_position__: 'first'
242
+ __param_type__: FirstArg<MaybeField<TEntry, 'DELETE'>>
243
+ },
244
+ 'DELETE'
245
+ >
246
+ >()
247
+ checkFields<
248
+ Diff<
249
+ ParamCheck<RouteContext>,
250
+ {
251
+ __tag__: 'DELETE'
252
+ __param_position__: 'second'
253
+ __param_type__: SecondArg<MaybeField<TEntry, 'DELETE'>>
254
+ },
255
+ 'DELETE'
256
+ >
257
+ >()
258
+
259
+ checkFields<
260
+ Diff<
261
+ {
262
+ __tag__: 'DELETE',
263
+ __return_type__: Response | void | never | Promise<Response | void | never>
264
+ },
265
+ {
266
+ __tag__: 'DELETE',
267
+ __return_type__: ReturnType<MaybeField<TEntry, 'DELETE'>>
268
+ },
269
+ 'DELETE'
270
+ >
271
+ >()
272
+ }
273
+ // Check the prop type of the entry function
274
+ if ('PATCH' in entry) {
275
+ checkFields<
276
+ Diff<
277
+ ParamCheck<Request | NextRequest>,
278
+ {
279
+ __tag__: 'PATCH'
280
+ __param_position__: 'first'
281
+ __param_type__: FirstArg<MaybeField<TEntry, 'PATCH'>>
282
+ },
283
+ 'PATCH'
284
+ >
285
+ >()
286
+ checkFields<
287
+ Diff<
288
+ ParamCheck<RouteContext>,
289
+ {
290
+ __tag__: 'PATCH'
291
+ __param_position__: 'second'
292
+ __param_type__: SecondArg<MaybeField<TEntry, 'PATCH'>>
293
+ },
294
+ 'PATCH'
295
+ >
296
+ >()
297
+
298
+ checkFields<
299
+ Diff<
300
+ {
301
+ __tag__: 'PATCH',
302
+ __return_type__: Response | void | never | Promise<Response | void | never>
303
+ },
304
+ {
305
+ __tag__: 'PATCH',
306
+ __return_type__: ReturnType<MaybeField<TEntry, 'PATCH'>>
307
+ },
308
+ 'PATCH'
309
+ >
310
+ >()
311
+ }
312
+
313
+ // Check the arguments and return type of the generateStaticParams function
314
+ if ('generateStaticParams' in entry) {
315
+ checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
316
+ checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
317
+ }
318
+
319
+ export interface PageProps {
320
+ params?: Promise<SegmentParams>
321
+ searchParams?: Promise<any>
322
+ }
323
+ export interface LayoutProps {
324
+ children?: React.ReactNode
325
+
326
+ params?: Promise<SegmentParams>
327
+ }
328
+
329
+ // =============
330
+ // Utility types
331
+ type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
332
+
333
+ // If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
334
+ type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
335
+ type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
336
+
337
+ type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
338
+ type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
339
+ type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
340
+
341
+ type ParamCheck<T> = {
342
+ __tag__: string
343
+ __param_position__: string
344
+ __param_type__: T
345
+ }
346
+
347
+ function checkFields<_ extends { [k in keyof any]: never }>() {}
348
+
349
+ // https://github.com/sindresorhus/type-fest
350
+ type Numeric = number | bigint
351
+ type Zero = 0 | 0n
352
+ type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
353
+ type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'