@seqyuan/annovibe 0.8.69 → 0.8.80

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 (275) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +13 -10
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/react-loadable-manifest.json +9 -9
  6. package/.next/required-server-files.js +1 -1
  7. package/.next/required-server-files.json +1 -1
  8. package/.next/routes-manifest.json +20 -0
  9. package/.next/server/app/_global-error/page.js +2 -2
  10. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/_global-error.html +1 -1
  12. package/.next/server/app/_global-error.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  17. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  18. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  19. package/.next/server/app/_not-found/page.js +2 -2
  20. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/.next/server/app/_not-found.html +1 -1
  22. package/.next/server/app/_not-found.rsc +2 -2
  23. package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  24. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  26. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  27. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  28. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  29. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  30. package/.next/server/app/api/agent/[id]/route.js +1 -1
  31. package/.next/server/app/api/agent/new/route.js +1 -1
  32. package/.next/server/app/api/agent/runtime/route.js +1 -1
  33. package/.next/server/app/api/apps/[id]/[[...path]]/route.js +2 -2
  34. package/.next/server/app/api/apps/route.js +2 -2
  35. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  36. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  37. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  38. package/.next/server/app/api/auth/login/route.js +1 -1
  39. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  40. package/.next/server/app/api/auth/providers/route.js +1 -1
  41. package/.next/server/app/api/auth/status/route.js +1 -1
  42. package/.next/server/app/api/auth/totp/route.js +1 -0
  43. package/.next/server/app/api/auth/totp/route_client-reference-manifest.js +1 -0
  44. package/.next/server/app/api/default-cwd/route.js +1 -1
  45. package/.next/server/app/api/files/[...path]/route.js +2 -2
  46. package/.next/server/app/api/harness/route.js +1 -1
  47. package/.next/server/app/api/home/route.js +1 -1
  48. package/.next/server/app/api/im/cancel/route.js +1 -1
  49. package/.next/server/app/api/im/gateway-status/route.js +2 -2
  50. package/.next/server/app/api/im/gateway-token/route.js +1 -1
  51. package/.next/server/app/api/im/project/route.js +2 -2
  52. package/.next/server/app/api/im/projects/route.js +2 -2
  53. package/.next/server/app/api/im/session-ids/route.js +1 -1
  54. package/.next/server/app/api/im/turn/route.js +2 -2
  55. package/.next/server/app/api/images/upload/route.js +1 -1
  56. package/.next/server/app/api/internal/runtime/route.js +1 -1
  57. package/.next/server/app/api/memory/dismiss/route.js +7 -0
  58. package/.next/server/app/api/memory/dismiss/route_client-reference-manifest.js +1 -0
  59. package/.next/server/app/api/memory/promote/route.js +4 -4
  60. package/.next/server/app/api/models/route.js +1 -1
  61. package/.next/server/app/api/models-config/discover/route.js +1 -1
  62. package/.next/server/app/api/models-config/route.js +1 -1
  63. package/.next/server/app/api/models-config/test/route.js +1 -1
  64. package/.next/server/app/api/plot-kernels/route.js +1 -1
  65. package/.next/server/app/api/plot-kernels/save/route.js +1 -1
  66. package/.next/server/app/api/plot-kernels/status/route.js +1 -1
  67. package/.next/server/app/api/plot-kernels/stop/route.js +1 -1
  68. package/.next/server/app/api/projects/browse/route.js +1 -1
  69. package/.next/server/app/api/projects/route.js +2 -2
  70. package/.next/server/app/api/search/route.js +1 -1
  71. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  72. package/.next/server/app/api/sessions/[id]/kernel-state/route.js +1 -0
  73. package/.next/server/app/api/sessions/[id]/kernel-state/route_client-reference-manifest.js +1 -0
  74. package/.next/server/app/api/sessions/[id]/plan/route.js +2 -2
  75. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  76. package/.next/server/app/api/sessions/new/route.js +1 -1
  77. package/.next/server/app/api/sessions/route.js +2 -2
  78. package/.next/server/app/api/settings/route.js +1 -1
  79. package/.next/server/app/api/skills/install/route.js +2 -2
  80. package/.next/server/app/api/skills/route.js +2 -2
  81. package/.next/server/app/api/skills/search/route.js +1 -1
  82. package/.next/server/app/api/soul/route.js +1 -1
  83. package/.next/server/app/api/subagents/status/route.js +1 -1
  84. package/.next/server/app/api/version/route.js +1 -1
  85. package/.next/server/app/favicon.ico/route.js +1 -1
  86. package/.next/server/app/icon.svg/route.js +1 -1
  87. package/.next/server/app/index.html +1 -1
  88. package/.next/server/app/index.rsc +3 -3
  89. package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  90. package/.next/server/app/index.segments/_full.segment.rsc +3 -3
  91. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  92. package/.next/server/app/index.segments/_index.segment.rsc +2 -2
  93. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  94. package/.next/server/app/login/page.js +2 -2
  95. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  96. package/.next/server/app/login.html +1 -1
  97. package/.next/server/app/login.rsc +3 -3
  98. package/.next/server/app/login.segments/_full.segment.rsc +3 -3
  99. package/.next/server/app/login.segments/_head.segment.rsc +1 -1
  100. package/.next/server/app/login.segments/_index.segment.rsc +2 -2
  101. package/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  102. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  103. package/.next/server/app/login.segments/login.segment.rsc +1 -1
  104. package/.next/server/app/page.js +23 -9
  105. package/.next/server/app/page_client-reference-manifest.js +1 -1
  106. package/.next/server/app/smoke/page.js +3 -3
  107. package/.next/server/app/smoke/page_client-reference-manifest.js +1 -1
  108. package/.next/server/app/smoke.html +222 -207
  109. package/.next/server/app/smoke.rsc +3 -3
  110. package/.next/server/app/smoke.segments/_full.segment.rsc +3 -3
  111. package/.next/server/app/smoke.segments/_head.segment.rsc +1 -1
  112. package/.next/server/app/smoke.segments/_index.segment.rsc +2 -2
  113. package/.next/server/app/smoke.segments/_tree.segment.rsc +2 -2
  114. package/.next/server/app/smoke.segments/smoke/__PAGE__.segment.rsc +2 -2
  115. package/.next/server/app/smoke.segments/smoke.segment.rsc +1 -1
  116. package/.next/server/app-paths-manifest.json +13 -10
  117. package/.next/server/chunks/1494.js +47 -44
  118. package/.next/server/chunks/4013.js +1 -1
  119. package/.next/server/chunks/6429.js +202 -0
  120. package/.next/server/chunks/716.js +1 -0
  121. package/.next/server/chunks/7307.js +1 -1
  122. package/.next/server/chunks/7890.js +1 -1
  123. package/.next/server/chunks/7914.js +14 -0
  124. package/.next/server/chunks/9962.js +349 -0
  125. package/.next/server/middleware-build-manifest.js +1 -1
  126. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  127. package/.next/server/pages/404.html +1 -1
  128. package/.next/server/pages/500.html +1 -1
  129. package/.next/server/server-reference-manifest.json +1 -1
  130. package/.next/static/Lkq74HwcM_5v3YtKypHpV/_buildManifest.js +1 -0
  131. package/.next/static/chunks/{1142.8248bfb76c695146.js → 1142.463325d879ef45f8.js} +1 -1
  132. package/.next/static/chunks/{6859.bacad166ee995fe0.js → 2097.6c701b89fd60f2f1.js} +1 -1
  133. package/.next/static/chunks/{2160.e38d781fd5c4cde0.js → 2160.30eac4452ed5402b.js} +1 -1
  134. package/.next/static/chunks/363642f4-dc35a7a659350f8e.js +1 -0
  135. package/.next/static/chunks/4936-9558484c46c3ecc8.js +1 -0
  136. package/.next/static/chunks/6280-513d6c4ef41995b8.js +173 -0
  137. package/.next/static/chunks/{6586.395c3c72e985da50.js → 6586.8c2a88c2a55300d2.js} +1 -1
  138. package/.next/static/chunks/{6686.796c782c33ab8ca9.js → 6686.ba6a712accb45472.js} +1 -1
  139. package/.next/static/chunks/{9240.d38ddbe94e0bf128.js → 6859.8c142424e1250280.js} +1 -1
  140. package/.next/static/chunks/90542734.ecc36ada79772529.js +1 -0
  141. package/.next/static/chunks/9901-eb16ea7a0737ac0d.js +281 -0
  142. package/.next/static/chunks/app/_global-error/page-5a6ec8da473b874d.js +1 -0
  143. package/.next/static/chunks/app/api/agent/[id]/events/route-5a6ec8da473b874d.js +1 -0
  144. package/.next/static/chunks/app/api/agent/[id]/route-5a6ec8da473b874d.js +1 -0
  145. package/.next/static/chunks/app/api/agent/new/route-5a6ec8da473b874d.js +1 -0
  146. package/.next/static/chunks/app/api/agent/runtime/route-5a6ec8da473b874d.js +1 -0
  147. package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-5a6ec8da473b874d.js +1 -0
  148. package/.next/static/chunks/app/api/apps/route-5a6ec8da473b874d.js +1 -0
  149. package/.next/static/chunks/app/api/auth/all-providers/route-5a6ec8da473b874d.js +1 -0
  150. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-5a6ec8da473b874d.js +1 -0
  151. package/.next/static/chunks/app/api/auth/login/[provider]/route-5a6ec8da473b874d.js +1 -0
  152. package/.next/static/chunks/app/api/auth/login/route-5a6ec8da473b874d.js +1 -0
  153. package/.next/static/chunks/app/api/auth/logout/[provider]/route-5a6ec8da473b874d.js +1 -0
  154. package/.next/static/chunks/app/api/auth/providers/route-5a6ec8da473b874d.js +1 -0
  155. package/.next/static/chunks/app/api/auth/status/route-5a6ec8da473b874d.js +1 -0
  156. package/.next/static/chunks/app/api/auth/totp/route-5a6ec8da473b874d.js +1 -0
  157. package/.next/static/chunks/app/api/default-cwd/route-5a6ec8da473b874d.js +1 -0
  158. package/.next/static/chunks/app/api/files/[...path]/route-5a6ec8da473b874d.js +1 -0
  159. package/.next/static/chunks/app/api/harness/route-5a6ec8da473b874d.js +1 -0
  160. package/.next/static/chunks/app/api/home/route-5a6ec8da473b874d.js +1 -0
  161. package/.next/static/chunks/app/api/im/cancel/route-5a6ec8da473b874d.js +1 -0
  162. package/.next/static/chunks/app/api/im/gateway-status/route-5a6ec8da473b874d.js +1 -0
  163. package/.next/static/chunks/app/api/im/gateway-token/route-5a6ec8da473b874d.js +1 -0
  164. package/.next/static/chunks/app/api/im/project/route-5a6ec8da473b874d.js +1 -0
  165. package/.next/static/chunks/app/api/im/projects/route-5a6ec8da473b874d.js +1 -0
  166. package/.next/static/chunks/app/api/im/session-ids/route-5a6ec8da473b874d.js +1 -0
  167. package/.next/static/chunks/app/api/im/turn/route-5a6ec8da473b874d.js +1 -0
  168. package/.next/static/chunks/app/api/images/upload/route-5a6ec8da473b874d.js +1 -0
  169. package/.next/static/chunks/app/api/internal/runtime/route-5a6ec8da473b874d.js +1 -0
  170. package/.next/static/chunks/app/api/memory/dismiss/route-5a6ec8da473b874d.js +1 -0
  171. package/.next/static/chunks/app/api/memory/promote/route-5a6ec8da473b874d.js +1 -0
  172. package/.next/static/chunks/app/api/models/route-5a6ec8da473b874d.js +1 -0
  173. package/.next/static/chunks/app/api/models-config/discover/route-5a6ec8da473b874d.js +1 -0
  174. package/.next/static/chunks/app/api/models-config/route-5a6ec8da473b874d.js +1 -0
  175. package/.next/static/chunks/app/api/models-config/test/route-5a6ec8da473b874d.js +1 -0
  176. package/.next/static/chunks/app/api/plot-kernels/route-5a6ec8da473b874d.js +1 -0
  177. package/.next/static/chunks/app/api/plot-kernels/save/route-5a6ec8da473b874d.js +1 -0
  178. package/.next/static/chunks/app/api/plot-kernels/status/route-5a6ec8da473b874d.js +1 -0
  179. package/.next/static/chunks/app/api/plot-kernels/stop/route-5a6ec8da473b874d.js +1 -0
  180. package/.next/static/chunks/app/api/projects/browse/route-5a6ec8da473b874d.js +1 -0
  181. package/.next/static/chunks/app/api/projects/route-5a6ec8da473b874d.js +1 -0
  182. package/.next/static/chunks/app/api/search/route-5a6ec8da473b874d.js +1 -0
  183. package/.next/static/chunks/app/api/sessions/[id]/context/route-5a6ec8da473b874d.js +1 -0
  184. package/.next/static/chunks/app/api/sessions/[id]/kernel-state/route-5a6ec8da473b874d.js +1 -0
  185. package/.next/static/chunks/app/api/sessions/[id]/plan/route-5a6ec8da473b874d.js +1 -0
  186. package/.next/static/chunks/app/api/sessions/[id]/route-5a6ec8da473b874d.js +1 -0
  187. package/.next/static/chunks/app/api/sessions/new/route-5a6ec8da473b874d.js +1 -0
  188. package/.next/static/chunks/app/api/sessions/route-5a6ec8da473b874d.js +1 -0
  189. package/.next/static/chunks/app/api/settings/route-5a6ec8da473b874d.js +1 -0
  190. package/.next/static/chunks/app/api/skills/install/route-5a6ec8da473b874d.js +1 -0
  191. package/.next/static/chunks/app/api/skills/route-5a6ec8da473b874d.js +1 -0
  192. package/.next/static/chunks/app/api/skills/search/route-5a6ec8da473b874d.js +1 -0
  193. package/.next/static/chunks/app/api/soul/route-5a6ec8da473b874d.js +1 -0
  194. package/.next/static/chunks/app/api/subagents/status/route-5a6ec8da473b874d.js +1 -0
  195. package/.next/static/chunks/app/api/version/route-5a6ec8da473b874d.js +1 -0
  196. package/.next/static/chunks/app/favicon.ico/route-5a6ec8da473b874d.js +1 -0
  197. package/.next/static/chunks/app/login/page-41e9f7563ddb72eb.js +1 -0
  198. package/.next/static/chunks/app/page-bf65dd6dfaa85067.js +45 -0
  199. package/.next/static/chunks/app/smoke/{page-d1be0dc9ec4396ba.js → page-06d3574061580f4b.js} +2 -2
  200. package/.next/static/chunks/{framework-711ef29bc66f648c.js → framework-594babcea68f40f6.js} +1 -1
  201. package/.next/static/chunks/next/dist/client/components/builtin/app-error-5a6ec8da473b874d.js +1 -0
  202. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-5a6ec8da473b874d.js +1 -0
  203. package/.next/static/chunks/next/dist/client/components/builtin/not-found-5a6ec8da473b874d.js +1 -0
  204. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-5a6ec8da473b874d.js +1 -0
  205. package/.next/static/chunks/webpack-b13282f72690ef5e.js +1 -0
  206. package/.next/static/css/c9f1fab452e74e95.css +1 -0
  207. package/package.json +4 -1
  208. package/.next/server/chunks/7601.js +0 -163
  209. package/.next/server/chunks/9093.js +0 -349
  210. package/.next/static/chunks/363642f4-043c1475ab9af70e.js +0 -1
  211. package/.next/static/chunks/8194-4a4c6b44dcfc55b3.js +0 -173
  212. package/.next/static/chunks/90542734.dc1a2723e4f6affb.js +0 -1
  213. package/.next/static/chunks/9901-a87c4e0037c62107.js +0 -278
  214. package/.next/static/chunks/app/_global-error/page-8bc0531916c80cbc.js +0 -1
  215. package/.next/static/chunks/app/api/agent/[id]/events/route-8bc0531916c80cbc.js +0 -1
  216. package/.next/static/chunks/app/api/agent/[id]/route-8bc0531916c80cbc.js +0 -1
  217. package/.next/static/chunks/app/api/agent/new/route-8bc0531916c80cbc.js +0 -1
  218. package/.next/static/chunks/app/api/agent/runtime/route-8bc0531916c80cbc.js +0 -1
  219. package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-8bc0531916c80cbc.js +0 -1
  220. package/.next/static/chunks/app/api/apps/route-8bc0531916c80cbc.js +0 -1
  221. package/.next/static/chunks/app/api/auth/all-providers/route-8bc0531916c80cbc.js +0 -1
  222. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-8bc0531916c80cbc.js +0 -1
  223. package/.next/static/chunks/app/api/auth/login/[provider]/route-8bc0531916c80cbc.js +0 -1
  224. package/.next/static/chunks/app/api/auth/login/route-8bc0531916c80cbc.js +0 -1
  225. package/.next/static/chunks/app/api/auth/logout/[provider]/route-8bc0531916c80cbc.js +0 -1
  226. package/.next/static/chunks/app/api/auth/providers/route-8bc0531916c80cbc.js +0 -1
  227. package/.next/static/chunks/app/api/auth/status/route-8bc0531916c80cbc.js +0 -1
  228. package/.next/static/chunks/app/api/default-cwd/route-8bc0531916c80cbc.js +0 -1
  229. package/.next/static/chunks/app/api/files/[...path]/route-8bc0531916c80cbc.js +0 -1
  230. package/.next/static/chunks/app/api/harness/route-8bc0531916c80cbc.js +0 -1
  231. package/.next/static/chunks/app/api/home/route-8bc0531916c80cbc.js +0 -1
  232. package/.next/static/chunks/app/api/im/cancel/route-8bc0531916c80cbc.js +0 -1
  233. package/.next/static/chunks/app/api/im/gateway-status/route-8bc0531916c80cbc.js +0 -1
  234. package/.next/static/chunks/app/api/im/gateway-token/route-8bc0531916c80cbc.js +0 -1
  235. package/.next/static/chunks/app/api/im/project/route-8bc0531916c80cbc.js +0 -1
  236. package/.next/static/chunks/app/api/im/projects/route-8bc0531916c80cbc.js +0 -1
  237. package/.next/static/chunks/app/api/im/session-ids/route-8bc0531916c80cbc.js +0 -1
  238. package/.next/static/chunks/app/api/im/turn/route-8bc0531916c80cbc.js +0 -1
  239. package/.next/static/chunks/app/api/images/upload/route-8bc0531916c80cbc.js +0 -1
  240. package/.next/static/chunks/app/api/internal/runtime/route-8bc0531916c80cbc.js +0 -1
  241. package/.next/static/chunks/app/api/memory/promote/route-8bc0531916c80cbc.js +0 -1
  242. package/.next/static/chunks/app/api/models/route-8bc0531916c80cbc.js +0 -1
  243. package/.next/static/chunks/app/api/models-config/discover/route-8bc0531916c80cbc.js +0 -1
  244. package/.next/static/chunks/app/api/models-config/route-8bc0531916c80cbc.js +0 -1
  245. package/.next/static/chunks/app/api/models-config/test/route-8bc0531916c80cbc.js +0 -1
  246. package/.next/static/chunks/app/api/plot-kernels/route-8bc0531916c80cbc.js +0 -1
  247. package/.next/static/chunks/app/api/plot-kernels/save/route-8bc0531916c80cbc.js +0 -1
  248. package/.next/static/chunks/app/api/plot-kernels/status/route-8bc0531916c80cbc.js +0 -1
  249. package/.next/static/chunks/app/api/plot-kernels/stop/route-8bc0531916c80cbc.js +0 -1
  250. package/.next/static/chunks/app/api/projects/browse/route-8bc0531916c80cbc.js +0 -1
  251. package/.next/static/chunks/app/api/projects/route-8bc0531916c80cbc.js +0 -1
  252. package/.next/static/chunks/app/api/search/route-8bc0531916c80cbc.js +0 -1
  253. package/.next/static/chunks/app/api/sessions/[id]/context/route-8bc0531916c80cbc.js +0 -1
  254. package/.next/static/chunks/app/api/sessions/[id]/plan/route-8bc0531916c80cbc.js +0 -1
  255. package/.next/static/chunks/app/api/sessions/[id]/route-8bc0531916c80cbc.js +0 -1
  256. package/.next/static/chunks/app/api/sessions/new/route-8bc0531916c80cbc.js +0 -1
  257. package/.next/static/chunks/app/api/sessions/route-8bc0531916c80cbc.js +0 -1
  258. package/.next/static/chunks/app/api/settings/route-8bc0531916c80cbc.js +0 -1
  259. package/.next/static/chunks/app/api/skills/install/route-8bc0531916c80cbc.js +0 -1
  260. package/.next/static/chunks/app/api/skills/route-8bc0531916c80cbc.js +0 -1
  261. package/.next/static/chunks/app/api/skills/search/route-8bc0531916c80cbc.js +0 -1
  262. package/.next/static/chunks/app/api/soul/route-8bc0531916c80cbc.js +0 -1
  263. package/.next/static/chunks/app/api/subagents/status/route-8bc0531916c80cbc.js +0 -1
  264. package/.next/static/chunks/app/api/version/route-8bc0531916c80cbc.js +0 -1
  265. package/.next/static/chunks/app/favicon.ico/route-8bc0531916c80cbc.js +0 -1
  266. package/.next/static/chunks/app/login/page-81d155b341701fb2.js +0 -1
  267. package/.next/static/chunks/app/page-9b0d820413a43b2f.js +0 -31
  268. package/.next/static/chunks/next/dist/client/components/builtin/app-error-8bc0531916c80cbc.js +0 -1
  269. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-8bc0531916c80cbc.js +0 -1
  270. package/.next/static/chunks/next/dist/client/components/builtin/not-found-8bc0531916c80cbc.js +0 -1
  271. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-8bc0531916c80cbc.js +0 -1
  272. package/.next/static/chunks/webpack-b7b531a4a8559f64.js +0 -1
  273. package/.next/static/css/d6038901c29122c8.css +0 -1
  274. package/.next/static/nFbDyer8nSnq4gO0cB2_z/_buildManifest.js +0 -1
  275. /package/.next/static/{nFbDyer8nSnq4gO0cB2_z → Lkq74HwcM_5v3YtKypHpV}/_ssgManifest.js +0 -0
@@ -3,7 +3,7 @@
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
5
  5:I[61304,[],"ClientPageRoot"]
6
- 6:I[54833,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","6079","static/chunks/363642f4-043c1475ab9af70e.js","2941","static/chunks/73972abe-9ff83c7d1a6ea9f7.js","2995","static/chunks/0b9a0da7-9075af772487e743.js","8194","static/chunks/8194-4a4c6b44dcfc55b3.js","9901","static/chunks/9901-a87c4e0037c62107.js","2444","static/chunks/app/smoke/page-d1be0dc9ec4396ba.js"],"default"]
6
+ 6:I[54833,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","6079","static/chunks/363642f4-dc35a7a659350f8e.js","2941","static/chunks/73972abe-9ff83c7d1a6ea9f7.js","2995","static/chunks/0b9a0da7-9075af772487e743.js","6280","static/chunks/6280-513d6c4ef41995b8.js","9901","static/chunks/9901-eb16ea7a0737ac0d.js","2444","static/chunks/app/smoke/page-06d3574061580f4b.js"],"default"]
7
7
  9:I[90484,[],"OutletBoundary"]
8
8
  a:"$Sreact.suspense"
9
9
  d:I[90484,[],"ViewportBoundary"]
@@ -12,8 +12,8 @@ f:I[90484,[],"MetadataBoundary"]
12
12
  :HL["/_next/static/media/7deddc85b7ffd1dc-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/ec14413c594b3356-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
14
  :HL["/_next/static/css/88714c00e109ce28.css","style"]
15
- :HL["/_next/static/css/d6038901c29122c8.css","style"]
16
- 0:{"P":null,"c":["","smoke"],"q":"","i":false,"f":[[["",{"children":["smoke",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/d6038901c29122c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_66b8ca","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"pi-theme\");if(t===\"dark\")document.documentElement.classList.add(\"dark\")}catch(e){}})();"}]}],["$","body",null,{"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":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"nFbDyer8nSnq4gO0cB2_z"}
15
+ :HL["/_next/static/css/c9f1fab452e74e95.css","style"]
16
+ 0:{"P":null,"c":["","smoke"],"q":"","i":false,"f":[[["",{"children":["smoke",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c9f1fab452e74e95.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_66b8ca","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"pi-theme\");if(t===\"dark\")document.documentElement.classList.add(\"dark\")}catch(e){}})();"}]}],["$","body",null,{"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":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"Lkq74HwcM_5v3YtKypHpV"}
17
17
  12:[]
18
18
  c:"$W12"
19
19
  7:{}
@@ -3,7 +3,7 @@
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
5
  5:I[61304,[],"ClientPageRoot"]
6
- 6:I[54833,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","6079","static/chunks/363642f4-043c1475ab9af70e.js","2941","static/chunks/73972abe-9ff83c7d1a6ea9f7.js","2995","static/chunks/0b9a0da7-9075af772487e743.js","8194","static/chunks/8194-4a4c6b44dcfc55b3.js","9901","static/chunks/9901-a87c4e0037c62107.js","2444","static/chunks/app/smoke/page-d1be0dc9ec4396ba.js"],"default"]
6
+ 6:I[54833,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","6079","static/chunks/363642f4-dc35a7a659350f8e.js","2941","static/chunks/73972abe-9ff83c7d1a6ea9f7.js","2995","static/chunks/0b9a0da7-9075af772487e743.js","6280","static/chunks/6280-513d6c4ef41995b8.js","9901","static/chunks/9901-eb16ea7a0737ac0d.js","2444","static/chunks/app/smoke/page-06d3574061580f4b.js"],"default"]
7
7
  9:I[90484,[],"OutletBoundary"]
8
8
  a:"$Sreact.suspense"
9
9
  d:I[90484,[],"ViewportBoundary"]
@@ -12,8 +12,8 @@ f:I[90484,[],"MetadataBoundary"]
12
12
  :HL["/_next/static/media/7deddc85b7ffd1dc-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/ec14413c594b3356-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
14
  :HL["/_next/static/css/88714c00e109ce28.css","style"]
15
- :HL["/_next/static/css/d6038901c29122c8.css","style"]
16
- 0:{"P":null,"c":["","smoke"],"q":"","i":false,"f":[[["",{"children":["smoke",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/d6038901c29122c8.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_66b8ca","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"pi-theme\");if(t===\"dark\")document.documentElement.classList.add(\"dark\")}catch(e){}})();"}]}],["$","body",null,{"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":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"nFbDyer8nSnq4gO0cB2_z"}
15
+ :HL["/_next/static/css/c9f1fab452e74e95.css","style"]
16
+ 0:{"P":null,"c":["","smoke"],"q":"","i":false,"f":[[["",{"children":["smoke",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c9f1fab452e74e95.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_66b8ca","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"pi-theme\");if(t===\"dark\")document.documentElement.classList.add(\"dark\")}catch(e){}})();"}]}],["$","body",null,{"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":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],null,["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,null]},null,false,"$@c"]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"Lkq74HwcM_5v3YtKypHpV"}
17
17
  12:[]
18
18
  c:"$W12"
19
19
  7:{}
@@ -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":"AnnoVibe"}],["$","meta","1",{"name":"description","content":"AI-native bioinformatics workspace by Annoroad"}],["$","link","2",{"rel":"shortcut icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"nFbDyer8nSnq4gO0cB2_z"}
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":"AnnoVibe"}],["$","meta","1",{"name":"description","content":"AI-native bioinformatics workspace by Annoroad"}],["$","link","2",{"rel":"shortcut icon","href":"/icon.svg","type":"image/svg+xml"}],["$","link","3",{"rel":"icon","href":"/icon.svg","type":"image/svg+xml"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"Lkq74HwcM_5v3YtKypHpV"}
@@ -3,5 +3,5 @@
3
3
  3:I[57121,[],""]
4
4
  4:I[74581,[],""]
5
5
  :HL["/_next/static/css/88714c00e109ce28.css","style"]
6
- :HL["/_next/static/css/d6038901c29122c8.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/d6038901c29122c8.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"__variable_66b8ca","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"pi-theme\");if(t===\"dark\")document.documentElement.classList.add(\"dark\")}catch(e){}})();"}]}],["$","body",null,{"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":"nFbDyer8nSnq4gO0cB2_z"}
6
+ :HL["/_next/static/css/c9f1fab452e74e95.css","style"]
7
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/88714c00e109ce28.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/c9f1fab452e74e95.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"__variable_66b8ca","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","$L2",null,{"id":"theme-init","strategy":"beforeInteractive","children":"(function(){try{var t=localStorage.getItem(\"pi-theme\");if(t===\"dark\")document.documentElement.classList.add(\"dark\")}catch(e){}})();"}]}],["$","body",null,{"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":"Lkq74HwcM_5v3YtKypHpV"}
@@ -1,5 +1,5 @@
1
1
  :HL["/_next/static/media/7deddc85b7ffd1dc-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
2
2
  :HL["/_next/static/media/ec14413c594b3356-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/css/88714c00e109ce28.css","style"]
4
- :HL["/_next/static/css/d6038901c29122c8.css","style"]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"smoke","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"nFbDyer8nSnq4gO0cB2_z"}
4
+ :HL["/_next/static/css/c9f1fab452e74e95.css","style"]
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"smoke","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"Lkq74HwcM_5v3YtKypHpV"}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[61304,[],"ClientPageRoot"]
3
- 3:I[54833,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","6079","static/chunks/363642f4-043c1475ab9af70e.js","2941","static/chunks/73972abe-9ff83c7d1a6ea9f7.js","2995","static/chunks/0b9a0da7-9075af772487e743.js","8194","static/chunks/8194-4a4c6b44dcfc55b3.js","9901","static/chunks/9901-a87c4e0037c62107.js","2444","static/chunks/app/smoke/page-d1be0dc9ec4396ba.js"],"default"]
3
+ 3:I[54833,["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","6079","static/chunks/363642f4-dc35a7a659350f8e.js","2941","static/chunks/73972abe-9ff83c7d1a6ea9f7.js","2995","static/chunks/0b9a0da7-9075af772487e743.js","6280","static/chunks/6280-513d6c4ef41995b8.js","9901","static/chunks/9901-eb16ea7a0737ac0d.js","2444","static/chunks/app/smoke/page-06d3574061580f4b.js"],"default"]
4
4
  6:I[90484,[],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"nFbDyer8nSnq4gO0cB2_z"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"Lkq74HwcM_5v3YtKypHpV"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"nFbDyer8nSnq4gO0cB2_z"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"Lkq74HwcM_5v3YtKypHpV"}
@@ -5,6 +5,7 @@
5
5
  "/api/agent/new/route": "app/api/agent/new/route.js",
6
6
  "/api/auth/login/route": "app/api/auth/login/route.js",
7
7
  "/api/auth/status/route": "app/api/auth/status/route.js",
8
+ "/api/auth/totp/route": "app/api/auth/totp/route.js",
8
9
  "/api/default-cwd/route": "app/api/default-cwd/route.js",
9
10
  "/api/harness/route": "app/api/harness/route.js",
10
11
  "/api/home/route": "app/api/home/route.js",
@@ -13,6 +14,7 @@
13
14
  "/api/projects/route": "app/api/projects/route.js",
14
15
  "/api/search/route": "app/api/search/route.js",
15
16
  "/api/sessions/[id]/context/route": "app/api/sessions/[id]/context/route.js",
17
+ "/api/sessions/[id]/kernel-state/route": "app/api/sessions/[id]/kernel-state/route.js",
16
18
  "/api/sessions/[id]/plan/route": "app/api/sessions/[id]/plan/route.js",
17
19
  "/api/sessions/[id]/route": "app/api/sessions/[id]/route.js",
18
20
  "/api/sessions/new/route": "app/api/sessions/new/route.js",
@@ -21,39 +23,40 @@
21
23
  "/favicon.ico/route": "app/favicon.ico/route.js",
22
24
  "/icon.svg/route": "app/icon.svg/route.js",
23
25
  "/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
24
- "/api/agent/runtime/route": "app/api/agent/runtime/route.js",
25
- "/api/apps/route": "app/api/apps/route.js",
26
26
  "/api/apps/[id]/[[...path]]/route": "app/api/apps/[id]/[[...path]]/route.js",
27
+ "/api/apps/route": "app/api/apps/route.js",
27
28
  "/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
28
- "/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
29
+ "/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
29
30
  "/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
30
31
  "/api/auth/providers/route": "app/api/auth/providers/route.js",
31
- "/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
32
+ "/api/agent/runtime/route": "app/api/agent/runtime/route.js",
32
33
  "/api/im/cancel/route": "app/api/im/cancel/route.js",
33
34
  "/api/im/gateway-status/route": "app/api/im/gateway-status/route.js",
34
35
  "/api/im/gateway-token/route": "app/api/im/gateway-token/route.js",
35
- "/api/files/[...path]/route": "app/api/files/[...path]/route.js",
36
36
  "/api/im/project/route": "app/api/im/project/route.js",
37
37
  "/api/im/projects/route": "app/api/im/projects/route.js",
38
38
  "/api/im/session-ids/route": "app/api/im/session-ids/route.js",
39
39
  "/api/internal/runtime/route": "app/api/internal/runtime/route.js",
40
+ "/api/memory/dismiss/route": "app/api/memory/dismiss/route.js",
40
41
  "/api/memory/promote/route": "app/api/memory/promote/route.js",
41
- "/api/im/turn/route": "app/api/im/turn/route.js",
42
42
  "/api/models-config/discover/route": "app/api/models-config/discover/route.js",
43
43
  "/api/models-config/route": "app/api/models-config/route.js",
44
- "/api/models/route": "app/api/models/route.js",
45
44
  "/api/models-config/test/route": "app/api/models-config/test/route.js",
46
- "/api/plot-kernels/route": "app/api/plot-kernels/route.js",
45
+ "/api/models/route": "app/api/models/route.js",
46
+ "/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
47
47
  "/api/plot-kernels/save/route": "app/api/plot-kernels/save/route.js",
48
48
  "/api/plot-kernels/status/route": "app/api/plot-kernels/status/route.js",
49
49
  "/api/plot-kernels/stop/route": "app/api/plot-kernels/stop/route.js",
50
50
  "/api/settings/route": "app/api/settings/route.js",
51
+ "/api/im/turn/route": "app/api/im/turn/route.js",
51
52
  "/api/skills/route": "app/api/skills/route.js",
52
- "/api/skills/install/route": "app/api/skills/install/route.js",
53
+ "/api/skills/search/route": "app/api/skills/search/route.js",
53
54
  "/api/subagents/status/route": "app/api/subagents/status/route.js",
54
55
  "/api/version/route": "app/api/version/route.js",
55
- "/api/skills/search/route": "app/api/skills/search/route.js",
56
+ "/api/files/[...path]/route": "app/api/files/[...path]/route.js",
56
57
  "/login/page": "app/login/page.js",
57
58
  "/page": "app/page.js",
59
+ "/api/plot-kernels/route": "app/api/plot-kernels/route.js",
60
+ "/api/skills/install/route": "app/api/skills/install/route.js",
58
61
  "/smoke/page": "app/smoke/page.js"
59
62
  }