@seqyuan/annovibe 0.8.20 → 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 +3 -2
- 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 +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 +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 +3 -3
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +3 -2
- 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-f0fb3d377b4f0096.js → page-ce49972e39aa5d99.js} +5 -5
- 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/package.json +1 -1
- package/.next/static/QPlVK8U9LXiQ3z8PnJJLl/_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/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/{QPlVK8U9LXiQ3z8PnJJLl → 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,11 +18,12 @@
|
|
|
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
23
|
"/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
|
|
23
24
|
"/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
|
|
24
|
-
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
25
25
|
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
26
|
+
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
26
27
|
"/api/auth/providers/route": "app/api/auth/providers/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",
|
|
@@ -33,11 +34,11 @@
|
|
|
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
36
|
"/api/reports/[id]/route": "app/api/reports/[id]/route.js",
|
|
37
|
+
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
36
38
|
"/api/settings/route": "app/api/settings/route.js",
|
|
37
39
|
"/api/skills/route": "app/api/skills/route.js",
|
|
38
40
|
"/api/skills/search/route": "app/api/skills/search/route.js",
|
|
39
41
|
"/api/version/route": "app/api/version/route.js",
|
|
40
|
-
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
41
42
|
"/login/page": "app/login/page.js",
|
|
42
43
|
"/page": "app/page.js"
|
|
43
44
|
}
|
|
@@ -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":[]}};
|