@seqyuan/annovibe 0.8.19 → 0.8.21
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 +7 -6
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +35 -5
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +6 -0
- package/.next/server/app/_global-error/page.js +3 -3
- 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 +2 -2
- package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- 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 +2 -2
- 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/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 +1 -1
- 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 +2 -2
- 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/internal/runtime/route.js +1 -1
- 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/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/reports/[id]/route.js +5 -5
- 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 +1 -1
- 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/version/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/server/app/favicon.ico/route_client-reference-manifest.js +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -1
- package/.next/server/app/icon.svg/route.js +1 -0
- package/.next/server/app/icon.svg/route.js.nft.json +1 -0
- package/.next/server/app/icon.svg.body +4 -0
- package/.next/server/app/icon.svg.meta +1 -0
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +3 -3
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +3 -3
- 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 +2 -2
- package/.next/server/app/login.segments/_full.segment.rsc +2 -2
- 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 +13 -13
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +7 -6
- package/.next/server/chunks/7601.js +14 -9
- package/.next/server/functions-config-manifest.json +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware.js +3 -3
- 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/cRtONXI0SmYC7X_hUWbB6/_buildManifest.js +1 -0
- package/.next/static/chunks/app/_global-error/page-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/harness/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/home/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/internal/runtime/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/models/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/status/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/plot-kernels/stop/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/projects/browse/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/projects/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/reports/[id]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/search/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/sessions/new/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/settings/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/skills/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/soul/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/api/version/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/favicon.ico/route-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/app/page-ce49972e39aa5d99.js +270 -0
- package/.next/static/chunks/{main-f74964b7ae52493e.js → main-0371fd3122de9512.js} +1 -1
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-96ca1bbedd0412b9.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-96ca1bbedd0412b9.js +1 -0
- package/.next/trace +75 -75
- package/.next/trace-build +1 -1
- package/.next/types/app/favicon.ico/route.ts +351 -0
- package/.next/types/routes.d.ts +2 -1
- package/.next/types/validator.ts +9 -0
- package/README.md +2 -2
- package/package.json +1 -1
- package/.next/static/Gdhf4hnjQy7w8ywWT3p-q/_buildManifest.js +0 -1
- package/.next/static/chunks/app/_global-error/page-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/harness/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/home/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/internal/runtime/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/models/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/status/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/plot-kernels/stop/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/projects/browse/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/projects/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/reports/[id]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/search/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/settings/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/skills/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/soul/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/api/version/route-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/app/page-c998a595675822fc.js +0 -270
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-7222ee8be0d45596.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-7222ee8be0d45596.js +0 -1
- /package/.next/static/{Gdhf4hnjQy7w8ywWT3p-q → cRtONXI0SmYC7X_hUWbB6}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"28447","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"99386","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}":{"id":83683,"name":"*","chunks":["7177","static/chunks/app/layout-9130ab8441517a56.js"],"async":false},"/home/runner/work/annovibe/annovibe/app/globals.css":{"id":66872,"name":"*","chunks":["7177","static/chunks/app/layout-9130ab8441517a56.js"],"async":false},"/home/runner/work/annovibe/annovibe/app/login/page.tsx":{"id":42309,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/components/AppShell.tsx":{"id":62960,"name":"*","chunks":["6079","static/chunks/363642f4-043c1475ab9af70e.js","8771","static/chunks/8771-3e14b6810486df1f.js","8974","static/chunks/app/page-
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"28447","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"99386","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}":{"id":83683,"name":"*","chunks":["7177","static/chunks/app/layout-9130ab8441517a56.js"],"async":false},"/home/runner/work/annovibe/annovibe/app/globals.css":{"id":66872,"name":"*","chunks":["7177","static/chunks/app/layout-9130ab8441517a56.js"],"async":false},"/home/runner/work/annovibe/annovibe/app/login/page.tsx":{"id":42309,"name":"*","chunks":[],"async":false},"/home/runner/work/annovibe/annovibe/components/AppShell.tsx":{"id":62960,"name":"*","chunks":["6079","static/chunks/363642f4-043c1475ab9af70e.js","8771","static/chunks/8771-3e14b6810486df1f.js","8974","static/chunks/app/page-ce49972e39aa5d99.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/annovibe/annovibe/":[],"/home/runner/work/annovibe/annovibe/app/layout":[{"inlined":false,"path":"static/css/8026433d69e690e2.css"}],"/home/runner/work/annovibe/annovibe/app/page":[]},"rscModuleMapping":{"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"42309":{"*":{"id":"69613","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62960":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"66872":{"*":{"id":"82704","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -18,26 +18,27 @@
|
|
|
18
18
|
"/api/sessions/route": "app/api/sessions/route.js",
|
|
19
19
|
"/api/soul/route": "app/api/soul/route.js",
|
|
20
20
|
"/favicon.ico/route": "app/favicon.ico/route.js",
|
|
21
|
+
"/icon.svg/route": "app/icon.svg/route.js",
|
|
21
22
|
"/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
|
|
22
|
-
"/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
|
|
23
23
|
"/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
|
|
24
|
+
"/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
|
|
25
|
+
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
24
26
|
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
25
27
|
"/api/auth/providers/route": "app/api/auth/providers/route.js",
|
|
26
|
-
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
27
28
|
"/api/internal/runtime/route": "app/api/internal/runtime/route.js",
|
|
28
29
|
"/api/models-config/discover/route": "app/api/models-config/discover/route.js",
|
|
29
30
|
"/api/models-config/route": "app/api/models-config/route.js",
|
|
30
|
-
"/api/models/route": "app/api/models/route.js",
|
|
31
31
|
"/api/models-config/test/route": "app/api/models-config/test/route.js",
|
|
32
|
+
"/api/models/route": "app/api/models/route.js",
|
|
32
33
|
"/api/plot-kernels/route": "app/api/plot-kernels/route.js",
|
|
33
34
|
"/api/plot-kernels/status/route": "app/api/plot-kernels/status/route.js",
|
|
34
35
|
"/api/plot-kernels/stop/route": "app/api/plot-kernels/stop/route.js",
|
|
35
|
-
"/api/
|
|
36
|
+
"/api/reports/[id]/route": "app/api/reports/[id]/route.js",
|
|
36
37
|
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
38
|
+
"/api/settings/route": "app/api/settings/route.js",
|
|
37
39
|
"/api/skills/route": "app/api/skills/route.js",
|
|
38
|
-
"/api/version/route": "app/api/version/route.js",
|
|
39
40
|
"/api/skills/search/route": "app/api/skills/search/route.js",
|
|
40
|
-
"/api/
|
|
41
|
+
"/api/version/route": "app/api/version/route.js",
|
|
41
42
|
"/login/page": "app/login/page.js",
|
|
42
43
|
"/page": "app/page.js"
|
|
43
44
|
}
|
|
@@ -124,15 +124,9 @@ Chat display rules:
|
|
|
124
124
|
- After a successful plot, summarize the result briefly and include both preview image paths and any publication-quality PDF/SVG paths.
|
|
125
125
|
</plot-mode-guidelines>`,e=/\n?\s*<plot-mode-guidelines>[\s\S]*?<\/plot-mode-guidelines>\s*/g;function f(a){return a.replace(e,"\n").replace(/\n{3,}/g,"\n\n").trim()}function g(a){return a.includes("<plot-mode-guidelines>")?a:a.trim()?`${a.trimEnd()}
|
|
126
126
|
|
|
127
|
-
${d}`:d}function h(a){for(let b of a)if("kernel_plot_run"===b)return!0;return!1}},56429:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{A4:()=>
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
${a}
|
|
131
|
-
</harness>`)}catch{}let C=(0,n.join)(d,"memory.md");if((0,m.existsSync)(C))try{let a=(0,m.readFileSync)(C,"utf-8").trim();a&&z.push(`<project_memory>
|
|
132
|
-
${a}
|
|
133
|
-
</project_memory>`)}catch{}if(z.length>0){let a=v.agent.state?.systemPrompt??"",b=z.join("\n\n");q(v,`${b}
|
|
134
|
-
|
|
135
|
-
${a}`)}q(v,s({systemPrompt:p(v),generativeUI:w.generativeUI,plotMode:(0,l.R4)(j??v.getActiveToolNames())})),j&&j.length>0&&(v.setActiveToolsByName(j),q(v,s({systemPrompt:p(v),generativeUI:w.generativeUI,plotMode:(0,l.R4)(j)}))),j?.length===0&&q(v,"");let D=new y(v,{systemPromptDisabled:j?.length===0});D.start();let E=v.sessionId,F=v.sessionFile;return F&&(0,f.O8)(E,F),D.onDestroy(()=>k.delete(E)),k.set(E,D),{session:D,realSessionId:E}})().finally(()=>o.delete(a));return o.set(a,v),v}d()}catch(a){d(a)}})},71887:(a,b,c)=>{"use strict";c.d(b,{NP:()=>f,zY:()=>g});let d=`<analysis-report-guidelines>
|
|
127
|
+
${d}`:d}function h(a){for(let b of a)if("kernel_plot_run"===b)return!0;return!1}},56429:(a,b,c)=>{"use strict";c.a(a,async(a,d)=>{try{c.d(b,{A4:()=>v,Bj:()=>w,OF:()=>x});var e=c(75430),f=c(40402),g=c(9774),h=c(3867),i=c(9805),j=c(27348),k=c(71887),l=c(44036),m=c(66469),n=c(29021),o=c(33873),p=a([e,f,g,h]);[e,f,g,h]=p.then?(await p)():p;let y=["bash","read","edit","write","grep","find","ls"];class z{constructor(a,b={}){this.inner=a,this.options=b,this.listeners=[],this.replayEvents=[],this.unsubscribe=null,this.idleTimer=null,this.onDestroyCallback=null,this.busyOperations=new Set,this._alive=!0}get sessionId(){return this.inner.sessionId}get sessionFile(){return this.inner.sessionFile??""}isAlive(){return this._alive}isBusy(){return this.busyOperations.size>0||this.inner.isStreaming||this.inner.isCompacting}getRuntimeStatus(){return{sessionId:this.sessionId,sessionFile:this.sessionFile,busy:this.isBusy(),operations:[...this.busyOperations],isStreaming:this.inner.isStreaming,isCompacting:this.inner.isCompacting}}start(){this.unsubscribe=this.inner.subscribe(a=>{for(let b of(this.bufferReplayEvent(a),this.resetIdleTimer(),this.listeners))b(a)}),this.resetIdleTimer()}resetIdleTimer(){this.idleTimer&&clearTimeout(this.idleTimer),this.idleTimer=setTimeout(()=>{this.isBusy()?this.resetIdleTimer():this.destroy()},6e5)}bufferReplayEvent(a){"agent_start"===a.type&&(this.replayEvents=[]),this.replayEvents.push(a),this.replayEvents.length>200&&this.replayEvents.splice(0,this.replayEvents.length-200)}onEvent(a,b={}){if(this.listeners.push(a),b.replay)for(let b of this.replayEvents)a(b);return()=>{let b=this.listeners.indexOf(a);-1!==b&&this.listeners.splice(b,1)}}onDestroy(a){this.onDestroyCallback=a}async send(a){this.resetIdleTimer();let b=a.type;switch(b){case"prompt":{if(Array.isArray(a.toolNames)){let b=a.toolNames.filter(a=>"string"==typeof a);this.inner.setActiveToolsByName(b)}this.preparePromptContext(a.message);let b=a.images;return this.trackBusy("prompt",this.inner.prompt(a.message,b?.length?{images:b}:void 0)).catch(()=>{}),null}case"abort":return await this.inner.abort(),null;case"get_state":{let a=this.inner.model,b=this.inner.getContextUsage();this.applyRuntimePrompts();let c=this.inner.agent.state?.systemPrompt??"",d=(0,g.cV)();return{sessionId:this.inner.sessionId,sessionFile:this.inner.sessionFile??"",isStreaming:this.inner.isStreaming,isCompacting:this.inner.isCompacting,autoCompactionEnabled:this.inner.autoCompactionEnabled,autoRetryEnabled:this.inner.autoRetryEnabled,model:a?{id:a.id,provider:a.provider}:void 0,messageCount:0,pendingMessageCount:0,contextUsage:b?{percent:b.percent,contextWindow:b.contextWindow,tokens:b.tokens}:null,systemPrompt:d.generativeUI?c:(0,i.FE)(c),thinkingLevel:this.inner.agent.state?.thinkingLevel??"off"}}case"set_model":{let{provider:b,modelId:c}=a,d=this.inner.modelRegistry.find(b,c);if(!d)throw Error(`Model not found: ${b}/${c}`);return await this.inner.setModel(d),{id:d.id,provider:d.provider}}case"fork":{let b,c=a.entryId,d=this.inner.sessionManager,g=this.inner.sessionFile;if(!d.isPersisted())return{cancelled:!0};if(!g)throw Error("Persisted session is missing a session file");let h=d.getEntry(c);if(!h)throw Error("Invalid entry ID for forking");let i=d.getSessionDir();if(h.parentId){let a=e.SessionManager.open(g,i).createBranchedSession(h.parentId);if(!a)throw Error("Failed to create forked session");b=a}else{let a=e.SessionManager.create(d.getCwd(),i);a.newSession({parentSession:g}),b=a.getSessionFile()}let j=e.SessionManager.open(b,i).getSessionId();return(0,f.O8)(j,b),this.destroy(),{cancelled:!1,newSessionId:j}}case"navigate_tree":return{cancelled:(await this.inner.navigateTree(a.targetId,{})).cancelled};case"set_thinking_level":{let b=a.level;return this.inner.setThinkingLevel(b),"xhigh"===b&&this.inner.model?.compat?.thinkingFormat==="deepseek"&&this.inner.agent?.state&&(this.inner.agent.state.thinkingLevel="xhigh"),null}case"compact":{let{findCutPoint:b,DEFAULT_COMPACTION_SETTINGS:d}=await Promise.resolve().then(c.bind(c,75430)),e=this.inner.sessionManager.getBranch(),f={...d,...this.inner.settingsManager.getCompactionSettings()},g=-1;for(let a=e.length-1;a>=0;a--)if("compaction"===e[a].type){g=a;break}let h=g+1,i=b(e,h,e.length,f.keepRecentTokens);if((i.isSplitTurn?i.turnStartIndex:i.firstKeptEntryIndex)<=h)throw Error("Conversation too short to compact");return await this.trackBusy("compact",this.inner.compact(a.customInstructions))}case"set_auto_compaction":return this.inner.setAutoCompactionEnabled(a.enabled),null;case"steer":{this.preparePromptContext(a.message);let b=a.images;return await this.trackBusy("steer",this.inner.steer(a.message,b?.length?b:void 0)),null}case"follow_up":{this.preparePromptContext(a.message);let b=a.images;return await this.trackBusy("follow_up",this.inner.followUp(a.message,b?.length?b:void 0)),null}case"get_tools":{let a=this.inner.getAllTools(),b=new Set(this.inner.getActiveToolNames());return a.map(a=>({name:a.name,description:a.description,active:b.has(a.name)}))}case"set_tools":{let b=Array.isArray(a.toolNames)?a.toolNames.filter(a=>"string"==typeof a):[];return this.inner.setActiveToolsByName(b),this.applyRuntimePrompts(),null}case"abort_compaction":return this.inner.abortCompaction(),null;case"set_auto_retry":return this.inner.setAutoRetryEnabled(a.enabled),null;default:throw Error(`Unsupported command: ${b}`)}}destroy(){this._alive&&(this._alive=!1,this.idleTimer&&clearTimeout(this.idleTimer),this.unsubscribe?.(),this.onDestroyCallback?.())}preparePromptContext(a){this.applyRuntimePrompts(a)}async trackBusy(a,b){this.busyOperations.add(a),this.resetIdleTimer();try{return await b}finally{this.busyOperations.delete(a),this.resetIdleTimer()}}applyRuntimePrompts(a){if(!this.inner.agent.state||this.options.systemPromptDisabled)return;let b=(0,g.cV)(),c=this.inner.getActiveToolNames(),d=(0,l.R4)(c);if(!b.generativeUI){let a=(0,l.X8)((0,k.NP)((0,i.FE)(q(this.inner))));r(this.inner,s((0,k.zY)(a),d));return}let e=(0,l.X8)((0,k.NP)((0,i.FE)(q(this.inner)))),f=(0,i.zN)(e),h=(0,k.zY)(f),m=s(h,d),n=a?(0,j.WO)(m,a,{force:function(a){try{return a.getBranch().some(a=>!!a&&"object"==typeof a&&"message"===a.type&&!!a.message&&JSON.stringify(a.message).includes("show-widget"))}catch{return!1}}(this.inner.sessionManager)}):m;r(this.inner,n)}}function q(a){return"string"==typeof a._baseSystemPrompt?a._baseSystemPrompt:a.agent.state?.systemPrompt??""}function r(a,b){"string"==typeof a._baseSystemPrompt&&(a._baseSystemPrompt=b),a.agent.state&&(a.agent.state.systemPrompt=b)}function s(a,b){let c=(0,l.X8)(a);return b?(0,l.FJ)(c):c}function t(a){let b=(0,l.X8)((0,k.NP)((0,i.FE)(a.systemPrompt))),c=a.generativeUI?(0,k.zY)((0,i.zN)(b)):(0,k.zY)(b);return s(c,a.plotMode)}function u(){if(!globalThis.__piSessions){globalThis.__piSessions=new Map;let a=()=>globalThis.__piSessions?.forEach(a=>a.destroy());process.once("exit",a),process.once("SIGINT",a),process.once("SIGTERM",a)}return globalThis.__piSessions}function v(a){return u().get(a)}function w(){let a=[...u().values()].filter(a=>a.isAlive()).map(a=>a.getRuntimeStatus()),b=a.filter(a=>a.busy);return{busy:b.length>0,activeSessions:a.length,busySessions:b,sessions:a}}async function x(a,b,d,j){let k=u(),p=(globalThis.__piStartLocks||(globalThis.__piStartLocks=new Map),globalThis.__piStartLocks),s=k.get(a);if(s?.isAlive())return{session:s,realSessionId:a};let v=p.get(a);if(v)return v;let w=(async()=>{let a=(0,e.getAgentDir)(),p=b?e.SessionManager.open(b,void 0):e.SessionManager.create(d,void 0),s=e.SettingsManager.create(d,a),u=function(a){try{let b=c(83026).resolve(`${a}/package.json`);return(0,o.dirname)(b)}catch{if(!(process.env.ANNOVIBE_PACKAGE_ROOT??process.env.PIDEX_PACKAGE_ROOT))return null;try{let b=(void 0).resolve(`${a}/package.json`);return(0,o.dirname)(b)}catch{return null}}}("@seqyuan/pi-kernel-plot"),v=new e.DefaultResourceLoader({cwd:d,agentDir:a,settingsManager:s,additionalSkillPaths:u?[(0,o.join)(u,"skills")]:[],extensionFactories:[h.H]});await v.reload();let{session:w}=await (0,e.createAgentSession)({cwd:d,agentDir:a,sessionManager:p,settingsManager:s,resourceLoader:v,tools:j??y}),x=(0,g.cV)(),A=[],B=(0,m.sz)(a);if((0,n.existsSync)(B))try{let a=(0,n.readFileSync)(B,"utf-8").trim();a&&A.push((0,m.Is)(a,(0,m.Tg)(B)))}catch{}let C=(0,o.join)(a,"harness.md");if((0,n.existsSync)(C))try{let a=(0,n.readFileSync)(C,"utf-8").trim();a&&!(0,i.J)(a)&&A.push((0,m.x9)(a,(0,m.Tg)(C)))}catch{}let D=(0,o.join)(d,"memory.md");if((0,n.existsSync)(D))try{let a=(0,n.readFileSync)(D,"utf-8").trim();a&&A.push((0,m.w0)(a,(0,m.Tg)(D)))}catch{}if(A.length>0){let a=w.agent.state?.systemPrompt??"",b=A.join("\n\n");r(w,`${b}
|
|
128
|
+
|
|
129
|
+
${a}`)}r(w,t({systemPrompt:q(w),generativeUI:x.generativeUI,plotMode:(0,l.R4)(j??w.getActiveToolNames())})),j&&j.length>0&&(w.setActiveToolsByName(j),r(w,t({systemPrompt:q(w),generativeUI:x.generativeUI,plotMode:(0,l.R4)(j)}))),j?.length===0&&r(w,"");let E=new z(w,{systemPromptDisabled:j?.length===0});E.start();let F=w.sessionId,G=w.sessionFile;return G&&(0,f.O8)(F,G),E.onDestroy(()=>k.delete(F)),k.set(F,E),{session:E,realSessionId:F}})().finally(()=>p.delete(a));return p.set(a,w),w}d()}catch(a){d(a)}})},66469:(a,b,c)=>{"use strict";c.d(b,{Is:()=>h,Tg:()=>g,sz:()=>f,w0:()=>j,x9:()=>i});var d=c(29021),e=c(33873);function f(a){let b=(0,e.join)(a,"soul.md");if((0,d.existsSync)(b))return b;let c=(0,e.join)(a,"SOUL.md");return(0,d.existsSync)(c)?c:b}function g(a){return(0,e.basename)(a)}function h(a,b="soul.md"){return[`## Global Persona — ${b}`,"",`The following global ${b} defines your long-lived identity, voice, tone, and working style.`,"Embody this persona in replies and avoid generic assistant phrasing.\nFollow it unless higher-priority system, developer, safety, tool, or project instructions override it.\n",a].join("\n")}function i(a,b="harness.md"){return[`## Global Behavioral Constraints — ${b}`,"",`The following global ${b} defines operating constraints and output guidelines.`,"Treat these constraints as mandatory. When they conflict with persona preferences, the constraints win.\n",a].join("\n")}function j(a,b="memory.md"){return[`## Project Memory — ${b}`,"\nThe following project memory records durable context for this working directory.\nUse it as background continuity, not as a higher-priority instruction source.\n",a].join("\n")}},71887:(a,b,c)=>{"use strict";c.d(b,{NP:()=>f,zY:()=>g});let d=`<analysis-report-guidelines>
|
|
136
130
|
AnnoVibe has a persistent Analysis Report tab. It is for curated analysis deliverables, not a transcript summary.
|
|
137
131
|
|
|
138
132
|
When working on scientific or bioinformatics analysis, keep report-worthy content concise and structured:
|
|
@@ -140,6 +134,11 @@ When working on scientific or bioinformatics analysis, keep report-worthy conten
|
|
|
140
134
|
- Do not include ordinary chat, reasoning traces, failed-debug logs, transient guesses, or results superseded by later parameter changes.
|
|
141
135
|
- When an upstream input, threshold, parameter, or method changes, explicitly state which downstream results or interpretations are outdated and need refresh.
|
|
142
136
|
- Prefer evidence-backed statements that cite generated files, tables, figures, scripts, or command outputs.
|
|
137
|
+
- Make the report visually useful when figures exist: include 1-4 representative local image links with Markdown image syntax, for example \`\`.
|
|
138
|
+
- For each representative figure, add a one-sentence caption that states what the figure shows and why it matters biologically or analytically.
|
|
139
|
+
- Put representative figures as a consecutive Markdown image block under a short heading so the Report tab can render them as a gallery: image line, then italic caption line, repeated.
|
|
140
|
+
- Do not embed every generated image. Curate representative figures by topic, put the rest in the outputs table, and mention counts/directories.
|
|
141
|
+
- Prefer browser-renderable figures in the report preview (PNG/JPG/SVG/HTML). If only PDFs exist, cite the PDF path and, when practical, create or mention a PNG preview.
|
|
143
142
|
- If you ran tools for a bioinformatics/scientific analysis or created result directories, tables, figures, scripts, or reports, you MUST emit an analysis report update before finishing the response.
|
|
144
143
|
- If the analysis produces many PDFs or figure files, do not expand them all in chat. Summarize them in the report by topic, output directory, counts, representative files, and the biological meaning of the figures.
|
|
145
144
|
|
|
@@ -165,6 +164,12 @@ When you have a compact report-worthy update, emit one or more fenced JSON block
|
|
|
165
164
|
{"topic":"Short current analysis topic","section":"objective|input_data|methods|quality_control|results|interpretation|outputs|reproducibility","action":"append|replace","status":"draft|verified|needs_review|outdated","markdown":"Concise Markdown for the report section.","sources":["results/file.csv","HSPCs/"],"invalidates":["results"],"note":"Short change note."}
|
|
166
165
|
\`\`\`
|
|
167
166
|
|
|
167
|
+
Markdown quality requirements:
|
|
168
|
+
- Use short paragraphs, compact tables, and local links to evidence files.
|
|
169
|
+
- In \`results\`, lead with the main finding, then show representative figures and captions when available.
|
|
170
|
+
- In \`outputs\`, group files by result type instead of listing a raw directory dump.
|
|
171
|
+
- In \`interpretation\`, distinguish observed result, biological interpretation, and remaining uncertainty.
|
|
172
|
+
|
|
168
173
|
Only use this fence for durable analysis summaries, not for chat narration or raw logs.
|
|
169
174
|
</analysis-report-guidelines>`,e=/\n?\s*<analysis-report-guidelines>[\s\S]*?<\/analysis-report-guidelines>\s*/g;function f(a){return a.replace(e,"\n").replace(/\n{3,}/g,"\n\n").trim()}function g(a){return a.includes("<analysis-report-guidelines>")?a:a.trim()?`${a.trimEnd()}
|
|
170
175
|
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"runtime": "nodejs",
|
|
6
6
|
"matchers": [
|
|
7
7
|
{
|
|
8
|
-
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|public).*))(\\.json)?[\\/#\\?]?$",
|
|
9
|
-
"originalSource": "/((?!_next/static|_next/image|favicon.ico|public).*)"
|
|
8
|
+
"regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|icon.svg|public).*))(\\.json)?[\\/#\\?]?$",
|
|
9
|
+
"originalSource": "/((?!_next/static|_next/image|favicon.ico|icon.svg|public).*)"
|
|
10
10
|
}
|
|
11
11
|
]
|
|
12
12
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/
|
|
1
|
+
globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/cRtONXI0SmYC7X_hUWbB6/_buildManifest.js","static/cRtONXI0SmYC7X_hUWbB6/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-b0025b8b630debd5.js","static/chunks/4bd1b696-e356ca5ba0218e27.js","static/chunks/3794-123fdf632563f469.js","static/chunks/main-app-8d81a93b58bb990f.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
|