@baique/pi-web-sky 0.1.32 → 0.1.34

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 (297) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +17 -8
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/react-loadable-manifest.json +27 -6
  5. package/.next/required-server-files.js +1 -1
  6. package/.next/required-server-files.json +1 -1
  7. package/.next/routes-manifest.json +70 -0
  8. package/.next/server/app/_global-error/page.js +1 -1
  9. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/.next/server/app/_global-error.html +1 -1
  11. package/.next/server/app/_global-error.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.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 +1 -1
  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 +3 -3
  19. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  20. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  22. package/.next/server/app/api/agent/[id]/bash-output/route.js +2 -2
  23. package/.next/server/app/api/agent/[id]/events/route.js +31 -2
  24. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -1
  25. package/.next/server/app/api/agent/[id]/route.js +30 -1
  26. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -1
  27. package/.next/server/app/api/agent/new/route.js +1 -1
  28. package/.next/server/app/api/agent/new/route.js.nft.json +1 -1
  29. package/.next/server/app/api/agent/running/route.js +30 -1
  30. package/.next/server/app/api/agent/running/route.js.nft.json +1 -1
  31. package/.next/server/app/api/app-update/route.js +1 -1
  32. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  33. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -30
  34. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -1
  35. package/.next/server/app/api/auth/login/[provider]/route.js +3 -3
  36. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -30
  37. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -1
  38. package/.next/server/app/api/auth/providers/route.js +1 -1
  39. package/.next/server/app/api/boards/[id]/canvas/route.js +1 -0
  40. package/.next/server/app/api/boards/[id]/canvas/route.js.nft.json +1 -0
  41. package/.next/server/app/api/boards/[id]/canvas/route_client-reference-manifest.js +1 -0
  42. package/.next/server/app/api/boards/[id]/edges/[eid]/route.js +1 -0
  43. package/.next/server/app/api/boards/[id]/edges/[eid]/route.js.nft.json +1 -0
  44. package/.next/server/app/api/boards/[id]/edges/[eid]/route_client-reference-manifest.js +1 -0
  45. package/.next/server/app/api/boards/[id]/edges/route.js +1 -0
  46. package/.next/server/app/api/boards/[id]/edges/route.js.nft.json +1 -0
  47. package/.next/server/app/api/boards/[id]/edges/route_client-reference-manifest.js +1 -0
  48. package/.next/server/app/api/boards/[id]/nodes/[nid]/route.js +1 -0
  49. package/.next/server/app/api/boards/[id]/nodes/[nid]/route.js.nft.json +1 -0
  50. package/.next/server/app/api/boards/[id]/nodes/[nid]/route_client-reference-manifest.js +1 -0
  51. package/.next/server/app/api/boards/[id]/nodes/route.js +1 -0
  52. package/.next/server/app/api/boards/[id]/nodes/route.js.nft.json +1 -0
  53. package/.next/server/app/api/boards/[id]/nodes/route_client-reference-manifest.js +1 -0
  54. package/.next/server/app/api/boards/[id]/route.js +1 -0
  55. package/.next/server/app/api/boards/[id]/route.js.nft.json +1 -0
  56. package/.next/server/app/api/boards/[id]/route_client-reference-manifest.js +1 -0
  57. package/.next/server/app/api/boards/reorder/route.js +1 -0
  58. package/.next/server/app/api/boards/reorder/route.js.nft.json +1 -0
  59. package/.next/server/app/api/boards/reorder/route_client-reference-manifest.js +1 -0
  60. package/.next/server/app/api/boards/route.js +1 -0
  61. package/.next/server/app/api/boards/route.js.nft.json +1 -0
  62. package/.next/server/app/api/boards/route_client-reference-manifest.js +1 -0
  63. package/.next/server/app/api/cwd/browse/route.js +1 -1
  64. package/.next/server/app/api/cwd/validate/route.js +2 -2
  65. package/.next/server/app/api/default-cwd/route.js +2 -2
  66. package/.next/server/app/api/file-index/route.js +2 -2
  67. package/.next/server/app/api/files/[...path]/route.js +3 -3
  68. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -1
  69. package/.next/server/app/api/git/diff/route.js +1 -35
  70. package/.next/server/app/api/git/diff/route.js.nft.json +1 -1
  71. package/.next/server/app/api/git/status/route.js +1 -35
  72. package/.next/server/app/api/git/status/route.js.nft.json +1 -1
  73. package/.next/server/app/api/home/route.js +1 -1
  74. package/.next/server/app/api/mcp/route.js +2 -2
  75. package/.next/server/app/api/models/route.js +2 -2
  76. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  77. package/.next/server/app/api/models-config/discover/route.js +1 -1
  78. package/.next/server/app/api/models-config/route.js +1 -1
  79. package/.next/server/app/api/models-config/test/route.js +1 -1
  80. package/.next/server/app/api/plugins/route.js +2 -2
  81. package/.next/server/app/api/project-trust/route.js +30 -1
  82. package/.next/server/app/api/project-trust/route.js.nft.json +1 -1
  83. package/.next/server/app/api/quota/route.js +1 -1
  84. package/.next/server/app/api/search/route.js +2 -2
  85. package/.next/server/app/api/sessions/[id]/auto-name/route.js +31 -2
  86. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -1
  87. package/.next/server/app/api/sessions/[id]/context/route.js +30 -1
  88. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -1
  89. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +2 -2
  90. package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
  91. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  92. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
  93. package/.next/server/app/api/sessions/[id]/state/route.js +30 -1
  94. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -1
  95. package/.next/server/app/api/sessions/[id]/todos/route.js +30 -1
  96. package/.next/server/app/api/sessions/[id]/todos/route.js.nft.json +1 -1
  97. package/.next/server/app/api/sessions/route.js +30 -1
  98. package/.next/server/app/api/sessions/route.js.nft.json +1 -1
  99. package/.next/server/app/api/skills/check/route.js +1 -1
  100. package/.next/server/app/api/skills/install/route.js +2 -2
  101. package/.next/server/app/api/skills/route.js +2 -2
  102. package/.next/server/app/api/skills/search/route.js +1 -1
  103. package/.next/server/app/api/skills/update/route.js +1 -1
  104. package/.next/server/app/api/tasks/[id]/board/route.js +1 -0
  105. package/.next/server/app/api/tasks/[id]/board/route.js.nft.json +1 -0
  106. package/.next/server/app/api/tasks/[id]/board/route_client-reference-manifest.js +1 -0
  107. package/.next/server/app/api/tasks/[id]/route.js +1 -1
  108. package/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  109. package/.next/server/app/api/tasks/reorder/route.js +1 -30
  110. package/.next/server/app/api/tasks/reorder/route.js.nft.json +1 -1
  111. package/.next/server/app/api/tasks/route.js +1 -30
  112. package/.next/server/app/api/tasks/route.js.nft.json +1 -1
  113. package/.next/server/app/api/terminal/[id]/events/route.js +3 -3
  114. package/.next/server/app/api/terminal/[id]/route.js +2 -2
  115. package/.next/server/app/api/terminal/route.js +2 -2
  116. package/.next/server/app/api/worktrees/route.js +2 -2
  117. package/.next/server/app/favicon.ico/route.js +1 -1
  118. package/.next/server/app/index.html +1 -1
  119. package/.next/server/app/index.rsc +6 -6
  120. package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -6
  121. package/.next/server/app/index.segments/_full.segment.rsc +6 -6
  122. package/.next/server/app/index.segments/_tree.segment.rsc +3 -3
  123. package/.next/server/app/manifest.webmanifest/route.js +2 -2
  124. package/.next/server/app/page.js +8 -8
  125. package/.next/server/app/page_client-reference-manifest.js +1 -1
  126. package/.next/server/app-paths-manifest.json +17 -8
  127. package/.next/server/chunks/2092.js +30 -0
  128. package/.next/server/chunks/2404.js +1 -1
  129. package/.next/server/chunks/402.js +1 -1
  130. package/.next/server/chunks/{3379.js → 5760.js} +1 -1
  131. package/.next/server/chunks/5794.js +35 -0
  132. package/.next/server/chunks/6429.js +1 -0
  133. package/.next/server/chunks/7513.js +1 -1
  134. package/.next/server/chunks/898.js +30 -0
  135. package/.next/server/middleware-build-manifest.js +1 -1
  136. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  137. package/.next/server/pages/404.html +1 -1
  138. package/.next/server/pages/500.html +1 -1
  139. package/.next/static/chunks/3178.73f47c1845fe51df.js +259 -0
  140. package/.next/static/chunks/3266.a491c09b3f6b57e6.js +1 -0
  141. package/.next/static/chunks/{3308.be8762955e7155d1.js → 3308.857c554428b3294e.js} +1 -1
  142. package/.next/static/chunks/3744.d362159c4d7b91f4.js +1 -0
  143. package/.next/static/chunks/54a60aa6.0e43cde7298ebcb7.js +78 -0
  144. package/.next/static/chunks/5518.79782f5b65bbefd6.js +1 -0
  145. package/.next/static/chunks/70e0d97a.337966195abe6fe0.js +1 -0
  146. package/.next/static/chunks/7268.7bf6d531e3905a52.js +1 -0
  147. package/.next/static/chunks/app/_global-error/page-9cbffd52890a7ee2.js +1 -0
  148. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-9cbffd52890a7ee2.js +1 -0
  149. package/.next/static/chunks/app/api/agent/[id]/events/route-9cbffd52890a7ee2.js +1 -0
  150. package/.next/static/chunks/app/api/agent/[id]/route-9cbffd52890a7ee2.js +1 -0
  151. package/.next/static/chunks/app/api/agent/new/route-9cbffd52890a7ee2.js +1 -0
  152. package/.next/static/chunks/app/api/agent/running/route-9cbffd52890a7ee2.js +1 -0
  153. package/.next/static/chunks/app/api/app-update/route-9cbffd52890a7ee2.js +1 -0
  154. package/.next/static/chunks/app/api/auth/all-providers/route-9cbffd52890a7ee2.js +1 -0
  155. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-9cbffd52890a7ee2.js +1 -0
  156. package/.next/static/chunks/app/api/auth/login/[provider]/route-9cbffd52890a7ee2.js +1 -0
  157. package/.next/static/chunks/app/api/auth/logout/[provider]/route-9cbffd52890a7ee2.js +1 -0
  158. package/.next/static/chunks/app/api/auth/providers/route-9cbffd52890a7ee2.js +1 -0
  159. package/.next/static/chunks/app/api/boards/[id]/canvas/route-9cbffd52890a7ee2.js +1 -0
  160. package/.next/static/chunks/app/api/boards/[id]/edges/[eid]/route-9cbffd52890a7ee2.js +1 -0
  161. package/.next/static/chunks/app/api/boards/[id]/edges/route-9cbffd52890a7ee2.js +1 -0
  162. package/.next/static/chunks/app/api/boards/[id]/nodes/[nid]/route-9cbffd52890a7ee2.js +1 -0
  163. package/.next/static/chunks/app/api/boards/[id]/nodes/route-9cbffd52890a7ee2.js +1 -0
  164. package/.next/static/chunks/app/api/boards/[id]/route-9cbffd52890a7ee2.js +1 -0
  165. package/.next/static/chunks/app/api/boards/reorder/route-9cbffd52890a7ee2.js +1 -0
  166. package/.next/static/chunks/app/api/boards/route-9cbffd52890a7ee2.js +1 -0
  167. package/.next/static/chunks/app/api/cwd/browse/route-9cbffd52890a7ee2.js +1 -0
  168. package/.next/static/chunks/app/api/cwd/validate/route-9cbffd52890a7ee2.js +1 -0
  169. package/.next/static/chunks/app/api/default-cwd/route-9cbffd52890a7ee2.js +1 -0
  170. package/.next/static/chunks/app/api/file-index/route-9cbffd52890a7ee2.js +1 -0
  171. package/.next/static/chunks/app/api/files/[...path]/route-9cbffd52890a7ee2.js +1 -0
  172. package/.next/static/chunks/app/api/git/diff/route-9cbffd52890a7ee2.js +1 -0
  173. package/.next/static/chunks/app/api/git/status/route-9cbffd52890a7ee2.js +1 -0
  174. package/.next/static/chunks/app/api/home/route-9cbffd52890a7ee2.js +1 -0
  175. package/.next/static/chunks/app/api/mcp/route-9cbffd52890a7ee2.js +1 -0
  176. package/.next/static/chunks/app/api/models/route-9cbffd52890a7ee2.js +1 -0
  177. package/.next/static/chunks/app/api/models-config/catalog/route-9cbffd52890a7ee2.js +1 -0
  178. package/.next/static/chunks/app/api/models-config/discover/route-9cbffd52890a7ee2.js +1 -0
  179. package/.next/static/chunks/app/api/models-config/route-9cbffd52890a7ee2.js +1 -0
  180. package/.next/static/chunks/app/api/models-config/test/route-9cbffd52890a7ee2.js +1 -0
  181. package/.next/static/chunks/app/api/plugins/route-9cbffd52890a7ee2.js +1 -0
  182. package/.next/static/chunks/app/api/project-trust/route-9cbffd52890a7ee2.js +1 -0
  183. package/.next/static/chunks/app/api/quota/route-9cbffd52890a7ee2.js +1 -0
  184. package/.next/static/chunks/app/api/search/route-9cbffd52890a7ee2.js +1 -0
  185. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-9cbffd52890a7ee2.js +1 -0
  186. package/.next/static/chunks/app/api/sessions/[id]/context/route-9cbffd52890a7ee2.js +1 -0
  187. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9cbffd52890a7ee2.js +1 -0
  188. package/.next/static/chunks/app/api/sessions/[id]/export/route-9cbffd52890a7ee2.js +1 -0
  189. package/.next/static/chunks/app/api/sessions/[id]/route-9cbffd52890a7ee2.js +1 -0
  190. package/.next/static/chunks/app/api/sessions/[id]/state/route-9cbffd52890a7ee2.js +1 -0
  191. package/.next/static/chunks/app/api/sessions/[id]/todos/route-9cbffd52890a7ee2.js +1 -0
  192. package/.next/static/chunks/app/api/sessions/route-9cbffd52890a7ee2.js +1 -0
  193. package/.next/static/chunks/app/api/skills/check/route-9cbffd52890a7ee2.js +1 -0
  194. package/.next/static/chunks/app/api/skills/install/route-9cbffd52890a7ee2.js +1 -0
  195. package/.next/static/chunks/app/api/skills/route-9cbffd52890a7ee2.js +1 -0
  196. package/.next/static/chunks/app/api/skills/search/route-9cbffd52890a7ee2.js +1 -0
  197. package/.next/static/chunks/app/api/skills/update/route-9cbffd52890a7ee2.js +1 -0
  198. package/.next/static/chunks/app/api/tasks/[id]/board/route-9cbffd52890a7ee2.js +1 -0
  199. package/.next/static/chunks/app/api/tasks/[id]/route-9cbffd52890a7ee2.js +1 -0
  200. package/.next/static/chunks/app/api/tasks/reorder/route-9cbffd52890a7ee2.js +1 -0
  201. package/.next/static/chunks/app/api/tasks/route-9cbffd52890a7ee2.js +1 -0
  202. package/.next/static/chunks/app/api/terminal/[id]/events/route-9cbffd52890a7ee2.js +1 -0
  203. package/.next/static/chunks/app/api/terminal/[id]/route-9cbffd52890a7ee2.js +1 -0
  204. package/.next/static/chunks/app/api/terminal/route-9cbffd52890a7ee2.js +1 -0
  205. package/.next/static/chunks/app/api/worktrees/route-9cbffd52890a7ee2.js +1 -0
  206. package/.next/static/chunks/app/{layout-44c2a1db46fb38f3.js → layout-629d926928cb5e43.js} +1 -1
  207. package/.next/static/chunks/app/manifest.webmanifest/route-9cbffd52890a7ee2.js +1 -0
  208. package/.next/static/chunks/app/page-fca5ee35186517d3.js +89 -0
  209. package/.next/static/chunks/e3e7ddb2.a35db430b3564999.js +1 -0
  210. package/.next/static/chunks/next/dist/client/components/builtin/app-error-9cbffd52890a7ee2.js +1 -0
  211. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-9cbffd52890a7ee2.js +1 -0
  212. package/.next/static/chunks/next/dist/client/components/builtin/not-found-9cbffd52890a7ee2.js +1 -0
  213. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9cbffd52890a7ee2.js +1 -0
  214. package/.next/static/chunks/webpack-a0d987c4f912a15f.js +1 -0
  215. package/.next/static/css/46396d55066d14af.css +1 -0
  216. package/.next/static/css/77c5948f82acf3c3.css +1 -0
  217. package/.next/static/css/80c818c5781fbadc.css +4 -0
  218. package/.next/static/rGUWWAqLz0cYSW8-IDVSA/_buildManifest.js +1 -0
  219. package/.next/trace +7 -7
  220. package/.next/trace-build +1 -1
  221. package/.next/types/app/api/boards/[id]/canvas/route.ts +353 -0
  222. package/.next/types/app/api/boards/[id]/edges/[eid]/route.ts +353 -0
  223. package/.next/types/app/api/boards/[id]/edges/route.ts +353 -0
  224. package/.next/types/app/api/boards/[id]/nodes/[nid]/route.ts +353 -0
  225. package/.next/types/app/api/boards/[id]/nodes/route.ts +353 -0
  226. package/.next/types/app/api/boards/[id]/route.ts +353 -0
  227. package/.next/types/app/api/boards/reorder/route.ts +353 -0
  228. package/.next/types/app/api/boards/route.ts +353 -0
  229. package/.next/types/app/api/tasks/[id]/board/route.ts +353 -0
  230. package/.next/types/routes.d.ts +10 -1
  231. package/.next/types/validator.ts +81 -0
  232. package/README.md +11 -0
  233. package/package.json +2 -1
  234. package/.next/server/chunks/1457.js +0 -30
  235. package/.next/static/chunks/3266.4c7192f2067645eb.js +0 -1
  236. package/.next/static/chunks/7268.236544be8e242c16.js +0 -1
  237. package/.next/static/chunks/app/_global-error/page-11d96eed20d5efa5.js +0 -1
  238. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-11d96eed20d5efa5.js +0 -1
  239. package/.next/static/chunks/app/api/agent/[id]/events/route-11d96eed20d5efa5.js +0 -1
  240. package/.next/static/chunks/app/api/agent/[id]/route-11d96eed20d5efa5.js +0 -1
  241. package/.next/static/chunks/app/api/agent/new/route-11d96eed20d5efa5.js +0 -1
  242. package/.next/static/chunks/app/api/agent/running/route-11d96eed20d5efa5.js +0 -1
  243. package/.next/static/chunks/app/api/app-update/route-11d96eed20d5efa5.js +0 -1
  244. package/.next/static/chunks/app/api/auth/all-providers/route-11d96eed20d5efa5.js +0 -1
  245. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-11d96eed20d5efa5.js +0 -1
  246. package/.next/static/chunks/app/api/auth/login/[provider]/route-11d96eed20d5efa5.js +0 -1
  247. package/.next/static/chunks/app/api/auth/logout/[provider]/route-11d96eed20d5efa5.js +0 -1
  248. package/.next/static/chunks/app/api/auth/providers/route-11d96eed20d5efa5.js +0 -1
  249. package/.next/static/chunks/app/api/cwd/browse/route-11d96eed20d5efa5.js +0 -1
  250. package/.next/static/chunks/app/api/cwd/validate/route-11d96eed20d5efa5.js +0 -1
  251. package/.next/static/chunks/app/api/default-cwd/route-11d96eed20d5efa5.js +0 -1
  252. package/.next/static/chunks/app/api/file-index/route-11d96eed20d5efa5.js +0 -1
  253. package/.next/static/chunks/app/api/files/[...path]/route-11d96eed20d5efa5.js +0 -1
  254. package/.next/static/chunks/app/api/git/diff/route-11d96eed20d5efa5.js +0 -1
  255. package/.next/static/chunks/app/api/git/status/route-11d96eed20d5efa5.js +0 -1
  256. package/.next/static/chunks/app/api/home/route-11d96eed20d5efa5.js +0 -1
  257. package/.next/static/chunks/app/api/mcp/route-11d96eed20d5efa5.js +0 -1
  258. package/.next/static/chunks/app/api/models/route-11d96eed20d5efa5.js +0 -1
  259. package/.next/static/chunks/app/api/models-config/catalog/route-11d96eed20d5efa5.js +0 -1
  260. package/.next/static/chunks/app/api/models-config/discover/route-11d96eed20d5efa5.js +0 -1
  261. package/.next/static/chunks/app/api/models-config/route-11d96eed20d5efa5.js +0 -1
  262. package/.next/static/chunks/app/api/models-config/test/route-11d96eed20d5efa5.js +0 -1
  263. package/.next/static/chunks/app/api/plugins/route-11d96eed20d5efa5.js +0 -1
  264. package/.next/static/chunks/app/api/project-trust/route-11d96eed20d5efa5.js +0 -1
  265. package/.next/static/chunks/app/api/quota/route-11d96eed20d5efa5.js +0 -1
  266. package/.next/static/chunks/app/api/search/route-11d96eed20d5efa5.js +0 -1
  267. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-11d96eed20d5efa5.js +0 -1
  268. package/.next/static/chunks/app/api/sessions/[id]/context/route-11d96eed20d5efa5.js +0 -1
  269. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-11d96eed20d5efa5.js +0 -1
  270. package/.next/static/chunks/app/api/sessions/[id]/export/route-11d96eed20d5efa5.js +0 -1
  271. package/.next/static/chunks/app/api/sessions/[id]/route-11d96eed20d5efa5.js +0 -1
  272. package/.next/static/chunks/app/api/sessions/[id]/state/route-11d96eed20d5efa5.js +0 -1
  273. package/.next/static/chunks/app/api/sessions/[id]/todos/route-11d96eed20d5efa5.js +0 -1
  274. package/.next/static/chunks/app/api/sessions/route-11d96eed20d5efa5.js +0 -1
  275. package/.next/static/chunks/app/api/skills/check/route-11d96eed20d5efa5.js +0 -1
  276. package/.next/static/chunks/app/api/skills/install/route-11d96eed20d5efa5.js +0 -1
  277. package/.next/static/chunks/app/api/skills/route-11d96eed20d5efa5.js +0 -1
  278. package/.next/static/chunks/app/api/skills/search/route-11d96eed20d5efa5.js +0 -1
  279. package/.next/static/chunks/app/api/skills/update/route-11d96eed20d5efa5.js +0 -1
  280. package/.next/static/chunks/app/api/tasks/[id]/route-11d96eed20d5efa5.js +0 -1
  281. package/.next/static/chunks/app/api/tasks/reorder/route-11d96eed20d5efa5.js +0 -1
  282. package/.next/static/chunks/app/api/tasks/route-11d96eed20d5efa5.js +0 -1
  283. package/.next/static/chunks/app/api/terminal/[id]/events/route-11d96eed20d5efa5.js +0 -1
  284. package/.next/static/chunks/app/api/terminal/[id]/route-11d96eed20d5efa5.js +0 -1
  285. package/.next/static/chunks/app/api/terminal/route-11d96eed20d5efa5.js +0 -1
  286. package/.next/static/chunks/app/api/worktrees/route-11d96eed20d5efa5.js +0 -1
  287. package/.next/static/chunks/app/manifest.webmanifest/route-11d96eed20d5efa5.js +0 -1
  288. package/.next/static/chunks/app/page-255f2073b07c4d6f.js +0 -89
  289. package/.next/static/chunks/next/dist/client/components/builtin/app-error-11d96eed20d5efa5.js +0 -1
  290. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-11d96eed20d5efa5.js +0 -1
  291. package/.next/static/chunks/next/dist/client/components/builtin/not-found-11d96eed20d5efa5.js +0 -1
  292. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-11d96eed20d5efa5.js +0 -1
  293. package/.next/static/chunks/webpack-09241b8782696d25.js +0 -1
  294. package/.next/static/css/ad030894558ed286.css +0 -1
  295. package/.next/static/css/de7b7ffe9688501b.css +0 -1
  296. package/.next/static/qwmfKj7b5-4hr-C6kFkRA/_buildManifest.js +0 -1
  297. /package/.next/static/{qwmfKj7b5-4hr-C6kFkRA → rGUWWAqLz0cYSW8-IDVSA}/_ssgManifest.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.