@seqyuan/annovibe 0.8.40 → 0.8.53
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.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +15 -8
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +48 -8
- package/.next/server/app/_global-error/page.js +2 -2
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +2 -2
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/agent/[id]/events/route.js +1 -1
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/runtime/route.js +1 -1
- package/.next/server/app/api/apps/[id]/[[...path]]/route.js +1 -1
- package/.next/server/app/api/apps/route.js +2 -2
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
- package/.next/server/app/api/auth/login/route.js +1 -1
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/auth/status/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +3 -3
- package/.next/server/app/api/harness/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/im/cancel/route.js +1 -0
- package/.next/server/app/api/im/cancel/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/gateway-status/route.js +1 -0
- package/.next/server/app/api/im/gateway-status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/gateway-token/route.js +1 -0
- package/.next/server/app/api/im/gateway-token/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/project/route.js +1 -0
- package/.next/server/app/api/im/project/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/projects/route.js +1 -0
- package/.next/server/app/api/im/projects/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/session-ids/route.js +1 -0
- package/.next/server/app/api/im/session-ids/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/im/turn/route.js +3 -0
- package/.next/server/app/api/im/turn/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/internal/runtime/route.js +1 -1
- package/.next/server/app/api/memory/promote/route.js +2 -2
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/plot-kernels/route.js +1 -1
- package/.next/server/app/api/plot-kernels/save/route.js +1 -0
- package/.next/server/app/api/plot-kernels/save/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/plot-kernels/status/route.js +1 -1
- package/.next/server/app/api/plot-kernels/stop/route.js +1 -1
- package/.next/server/app/api/projects/browse/route.js +1 -1
- package/.next/server/app/api/projects/route.js +2 -2
- package/.next/server/app/api/search/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/context/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/new/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +2 -2
- package/.next/server/app/api/settings/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/soul/route.js +1 -1
- package/.next/server/app/api/subagents/status/route.js +1 -1
- package/.next/server/app/api/version/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/icon.svg/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +2 -2
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +2 -2
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login/page.js +2 -2
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login.html +1 -1
- package/.next/server/app/login.rsc +1 -1
- package/.next/server/app/login.segments/_full.segment.rsc +1 -1
- package/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/.next/server/app/login.segments/_index.segment.rsc +1 -1
- package/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/.next/server/app/page.js +10 -10
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/smoke/page.js +3 -3
- package/.next/server/app/smoke/page_client-reference-manifest.js +1 -1
- package/.next/server/app/smoke.html +78 -23
- package/.next/server/app/smoke.rsc +2 -2
- package/.next/server/app/smoke.segments/_full.segment.rsc +2 -2
- package/.next/server/app/smoke.segments/_head.segment.rsc +1 -1
- package/.next/server/app/smoke.segments/_index.segment.rsc +1 -1
- package/.next/server/app/smoke.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/smoke.segments/smoke/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/smoke.segments/smoke.segment.rsc +1 -1
- package/.next/server/app-paths-manifest.json +15 -8
- package/.next/server/chunks/1494.js +278 -0
- package/.next/server/chunks/7601.js +44 -75
- package/.next/server/functions-config-manifest.json +3 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/9901-7e044d778f6622ea.js +278 -0
- package/.next/static/chunks/app/_global-error/page-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/agent/runtime/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/apps/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/harness/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/home/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/cancel/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/gateway-token/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/project/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/projects/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/session-ids/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/im/turn/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/memory/promote/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/save/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/stop/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/projects/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/search/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/settings/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/skills/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/soul/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/subagents/status/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/api/version/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/favicon.ico/route-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/app/page-e88a9417235fcde7.js +27 -0
- package/.next/static/chunks/app/smoke/{page-431310549b820f3b.js → page-d1be0dc9ec4396ba.js} +2 -2
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b23e767fd4cc8cb6.js +1 -0
- package/.next/static/dxpkIGb5tQfNQD77g3dwV/_buildManifest.js +1 -0
- package/bin/annovibe-im-gateway.js +566 -0
- package/package.json +3 -2
- package/.next/server/app/api/reports/[id]/route.js +0 -12
- package/.next/server/app/api/reports/[id]/route_client-reference-manifest.js +0 -1
- package/.next/server/chunks/1210.js +0 -246
- package/.next/static/_cg-NeIs7evKmS6N4eYHl/_buildManifest.js +0 -1
- package/.next/static/chunks/9595-64b81f0fd7a50dc4.js +0 -246
- package/.next/static/chunks/app/_global-error/page-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/agent/runtime/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/apps/[id]/[[...path]]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/apps/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/harness/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/home/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/internal/runtime/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/memory/promote/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/status/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/stop/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/projects/browse/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/projects/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/reports/[id]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/search/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/settings/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/skills/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/soul/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/subagents/status/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/api/version/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/favicon.ico/route-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/app/page-3291f6a1f268c41d.js +0 -27
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-412387d4b52026c9.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-412387d4b52026c9.js +0 -1
- /package/.next/static/{_cg-NeIs7evKmS6N4eYHl → dxpkIGb5tQfNQD77g3dwV}/_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","
|
|
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-7e044d778f6622ea.js","2444","static/chunks/app/smoke/page-d1be0dc9ec4396ba.js"],"default"]
|
|
7
7
|
9:I[90484,[],"OutletBoundary"]
|
|
8
8
|
a:"$Sreact.suspense"
|
|
9
9
|
d:I[90484,[],"ViewportBoundary"]
|
|
@@ -13,7 +13,7 @@ f:I[90484,[],"MetadataBoundary"]
|
|
|
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
15
|
:HL["/_next/static/css/56d2e8f8c1614464.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/56d2e8f8c1614464.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":"
|
|
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/56d2e8f8c1614464.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":"dxpkIGb5tQfNQD77g3dwV"}
|
|
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","
|
|
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-7e044d778f6622ea.js","2444","static/chunks/app/smoke/page-d1be0dc9ec4396ba.js"],"default"]
|
|
7
7
|
9:I[90484,[],"OutletBoundary"]
|
|
8
8
|
a:"$Sreact.suspense"
|
|
9
9
|
d:I[90484,[],"ViewportBoundary"]
|
|
@@ -13,7 +13,7 @@ f:I[90484,[],"MetadataBoundary"]
|
|
|
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
15
|
:HL["/_next/static/css/56d2e8f8c1614464.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/56d2e8f8c1614464.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":"
|
|
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/56d2e8f8c1614464.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":"dxpkIGb5tQfNQD77g3dwV"}
|
|
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":"
|
|
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":"dxpkIGb5tQfNQD77g3dwV"}
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
4:I[74581,[],""]
|
|
5
5
|
:HL["/_next/static/css/88714c00e109ce28.css","style"]
|
|
6
6
|
:HL["/_next/static/css/56d2e8f8c1614464.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/56d2e8f8c1614464.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":"
|
|
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/56d2e8f8c1614464.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":"dxpkIGb5tQfNQD77g3dwV"}
|
|
@@ -2,4 +2,4 @@
|
|
|
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
4
|
:HL["/_next/static/css/56d2e8f8c1614464.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":"
|
|
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":"dxpkIGb5tQfNQD77g3dwV"}
|
|
@@ -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","
|
|
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-7e044d778f6622ea.js","2444","static/chunks/app/smoke/page-d1be0dc9ec4396ba.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":"
|
|
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":"dxpkIGb5tQfNQD77g3dwV"}
|
|
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":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"dxpkIGb5tQfNQD77g3dwV"}
|
|
@@ -6,7 +6,6 @@
|
|
|
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
8
|
"/api/default-cwd/route": "app/api/default-cwd/route.js",
|
|
9
|
-
"/api/files/[...path]/route": "app/api/files/[...path]/route.js",
|
|
10
9
|
"/api/harness/route": "app/api/harness/route.js",
|
|
11
10
|
"/api/home/route": "app/api/home/route.js",
|
|
12
11
|
"/api/projects/browse/route": "app/api/projects/browse/route.js",
|
|
@@ -25,26 +24,34 @@
|
|
|
25
24
|
"/api/apps/route": "app/api/apps/route.js",
|
|
26
25
|
"/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
|
|
27
26
|
"/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
|
|
28
|
-
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
29
|
-
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
30
27
|
"/api/auth/providers/route": "app/api/auth/providers/route.js",
|
|
28
|
+
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
29
|
+
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
30
|
+
"/api/files/[...path]/route": "app/api/files/[...path]/route.js",
|
|
31
|
+
"/api/im/gateway-status/route": "app/api/im/gateway-status/route.js",
|
|
32
|
+
"/api/im/gateway-token/route": "app/api/im/gateway-token/route.js",
|
|
33
|
+
"/api/im/project/route": "app/api/im/project/route.js",
|
|
34
|
+
"/api/im/projects/route": "app/api/im/projects/route.js",
|
|
35
|
+
"/api/im/cancel/route": "app/api/im/cancel/route.js",
|
|
36
|
+
"/api/im/session-ids/route": "app/api/im/session-ids/route.js",
|
|
31
37
|
"/api/internal/runtime/route": "app/api/internal/runtime/route.js",
|
|
32
38
|
"/api/memory/promote/route": "app/api/memory/promote/route.js",
|
|
33
39
|
"/api/models-config/discover/route": "app/api/models-config/discover/route.js",
|
|
40
|
+
"/api/im/turn/route": "app/api/im/turn/route.js",
|
|
34
41
|
"/api/models-config/route": "app/api/models-config/route.js",
|
|
35
|
-
"/api/models-config/test/route": "app/api/models-config/test/route.js",
|
|
36
42
|
"/api/models/route": "app/api/models/route.js",
|
|
37
|
-
"/api/plot-kernels/route": "app/api/plot-kernels/route.js",
|
|
43
|
+
"/api/plot-kernels/save/route": "app/api/plot-kernels/save/route.js",
|
|
38
44
|
"/api/plot-kernels/status/route": "app/api/plot-kernels/status/route.js",
|
|
39
45
|
"/api/plot-kernels/stop/route": "app/api/plot-kernels/stop/route.js",
|
|
40
|
-
"/api/
|
|
41
|
-
"/api/settings/route": "app/api/settings/route.js",
|
|
46
|
+
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
42
47
|
"/api/skills/route": "app/api/skills/route.js",
|
|
43
48
|
"/api/skills/search/route": "app/api/skills/search/route.js",
|
|
44
|
-
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
45
49
|
"/api/subagents/status/route": "app/api/subagents/status/route.js",
|
|
46
50
|
"/api/version/route": "app/api/version/route.js",
|
|
51
|
+
"/api/settings/route": "app/api/settings/route.js",
|
|
47
52
|
"/login/page": "app/login/page.js",
|
|
48
53
|
"/page": "app/page.js",
|
|
54
|
+
"/api/plot-kernels/route": "app/api/plot-kernels/route.js",
|
|
55
|
+
"/api/models-config/test/route": "app/api/models-config/test/route.js",
|
|
49
56
|
"/smoke/page": "app/smoke/page.js"
|
|
50
57
|
}
|