@baique/pi-web-sky 0.1.9 → 0.1.11
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 +11 -8
- package/.next/build-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +8 -0
- package/.next/required-server-files.js +3 -2
- package/.next/required-server-files.json +3 -2
- package/.next/routes-manifest.json +22 -0
- 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/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- 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 +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/agent/[id]/bash-output/route.js +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/running/events/route.js +1 -1
- package/.next/server/app/api/agent/running/route.js +1 -1
- package/.next/server/app/api/app-update/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 +2 -2
- 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/cwd/browse/route.js +1 -1
- package/.next/server/app/api/cwd/validate/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/file-index/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +1 -1
- package/.next/server/app/api/git/diff/route.js +1 -1
- package/.next/server/app/api/git/status/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/catalog/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/plugins/route.js +1 -1
- package/.next/server/app/api/project-trust/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/todos/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/skills/check/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +1 -1
- 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/skills/update/route.js +1 -1
- package/.next/server/app/api/terminal/[id]/events/route.js +6 -0
- package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/[id]/route.js +3 -0
- package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/route.js +3 -0
- package/.next/server/app/api/terminal/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +5 -5
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -5
- package/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/.next/server/app/page.js +8 -8
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +11 -8
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/1074-6cfca65ac411b2b8.js +7 -0
- package/.next/static/chunks/3266.6d3cd40ecc314442.js +1 -0
- package/.next/static/chunks/app/_global-error/page-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/home/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/events/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/terminal/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/layout-24b765849755179d.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/page-3c3757ec944ae6c4.js +87 -0
- package/.next/static/chunks/e868780c.1584512c612787d7.js +18 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/webpack-09499b33d3450792.js +1 -0
- package/.next/static/css/374e92f246b4e619.css +1 -0
- package/.next/static/css/659eccb5db697b76.css +1 -0
- package/.next/static/hFNHcfpD_byF58Zu9HRn6/_buildManifest.js +1 -0
- package/.next/trace +7 -6
- package/.next/trace-build +1 -1
- package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
- package/.next/types/app/api/terminal/[id]/route.ts +353 -0
- package/.next/types/app/api/terminal/route.ts +353 -0
- package/.next/types/routes.d.ts +4 -1
- package/.next/types/validator.ts +27 -0
- package/README.ja.md +14 -12
- package/README.md +15 -11
- package/README.ru.md +14 -12
- package/README.zh-CN.md +15 -11
- package/next.config.ts +3 -0
- package/package.json +4 -1
- package/.next/static/-XJIqiyMF8t1pltU-M3t9/_buildManifest.js +0 -1
- package/.next/static/chunks/3249-d891ccff87c62b6d.js +0 -7
- package/.next/static/chunks/app/_global-error/page-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/running/events/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/app-update/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/home/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/catalog/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/project-trust/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/layout-55f14b9eb59f2c06.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/page-fe90461fbee0db3f.js +0 -87
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/webpack-31d3b9ee7fdc5174.js +0 -1
- package/.next/static/css/c41a90be26df35a7.css +0 -1
- /package/.next/static/{-XJIqiyMF8t1pltU-M3t9 → hFNHcfpD_byF58Zu9HRn6}/_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}},"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"33463":{"*":{"id":"15083","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"55100","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"57788":{"*":{"id":"19102","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","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/wa/project/pi-web-sky/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx":{"id":57788,"name":"*","chunks":["7177","static/chunks/app/layout-24b765849755179d.js"],"async":false},"/home/wa/project/pi-web-sky/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-24b765849755179d.js"],"async":false},"/home/wa/project/pi-web-sky/node_modules/katex/dist/katex.min.css":{"id":84559,"name":"*","chunks":["7177","static/chunks/app/layout-24b765849755179d.js"],"async":false},"/home/wa/project/pi-web-sky/app/globals.css":{"id":66872,"name":"*","chunks":["7177","static/chunks/app/layout-24b765849755179d.js"],"async":false},"/home/wa/project/pi-web-sky/components/AppShell.tsx":{"id":33463,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","1074","static/chunks/1074-6cfca65ac411b2b8.js","8974","static/chunks/app/page-3c3757ec944ae6c4.js"],"async":false},"/home/wa/project/pi-web-sky/hooks/useI18n.tsx":{"id":39247,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","1074","static/chunks/1074-6cfca65ac411b2b8.js","8974","static/chunks/app/page-3c3757ec944ae6c4.js"],"async":false}},"entryCSSFiles":{"/home/wa/project/pi-web-sky/":[],"/home/wa/project/pi-web-sky/app/layout":[{"inlined":false,"path":"static/css/88714c00e109ce28.css"},{"inlined":false,"path":"static/css/374e92f246b4e619.css"}],"/home/wa/project/pi-web-sky/app/page":[{"inlined":false,"path":"static/css/6d0bbd2ca110cab0.css"}]},"rscModuleMapping":{"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"33463":{"*":{"id":"35790","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"73884","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"57788":{"*":{"id":"81276","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","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}},"84559":{"*":{"id":"25319","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -21,28 +21,31 @@
|
|
|
21
21
|
"/favicon.ico/route": "app/favicon.ico/route.js",
|
|
22
22
|
"/manifest.webmanifest/route": "app/manifest.webmanifest/route.js",
|
|
23
23
|
"/api/agent/running/route": "app/api/agent/running/route.js",
|
|
24
|
-
"/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
|
|
25
|
-
"/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
|
|
26
24
|
"/api/agent/new/route": "app/api/agent/new/route.js",
|
|
27
|
-
"/api/
|
|
25
|
+
"/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
|
|
26
|
+
"/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
|
|
28
27
|
"/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
|
|
28
|
+
"/api/app-update/route": "app/api/app-update/route.js",
|
|
29
29
|
"/api/auth/providers/route": "app/api/auth/providers/route.js",
|
|
30
30
|
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
31
|
+
"/api/agent/running/events/route": "app/api/agent/running/events/route.js",
|
|
31
32
|
"/api/models-config/catalog/route": "app/api/models-config/catalog/route.js",
|
|
32
33
|
"/api/models-config/route": "app/api/models-config/route.js",
|
|
33
|
-
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
34
34
|
"/api/models-config/discover/route": "app/api/models-config/discover/route.js",
|
|
35
|
-
"/api/models/route": "app/api/models/route.js",
|
|
36
35
|
"/api/models-config/test/route": "app/api/models-config/test/route.js",
|
|
37
|
-
"/api/
|
|
36
|
+
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
37
|
+
"/api/models/route": "app/api/models/route.js",
|
|
38
38
|
"/api/project-trust/route": "app/api/project-trust/route.js",
|
|
39
39
|
"/api/plugins/route": "app/api/plugins/route.js",
|
|
40
|
-
"/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
|
|
41
40
|
"/api/sessions/route": "app/api/sessions/route.js",
|
|
41
|
+
"/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
|
|
42
42
|
"/api/skills/check/route": "app/api/skills/check/route.js",
|
|
43
43
|
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
44
44
|
"/api/skills/route": "app/api/skills/route.js",
|
|
45
|
-
"/api/skills/update/route": "app/api/skills/update/route.js",
|
|
46
45
|
"/api/skills/search/route": "app/api/skills/search/route.js",
|
|
46
|
+
"/api/skills/update/route": "app/api/skills/update/route.js",
|
|
47
|
+
"/api/terminal/[id]/events/route": "app/api/terminal/[id]/events/route.js",
|
|
48
|
+
"/api/terminal/[id]/route": "app/api/terminal/[id]/route.js",
|
|
49
|
+
"/api/terminal/route": "app/api/terminal/route.js",
|
|
47
50
|
"/page": "app/page.js"
|
|
48
51
|
}
|
|
@@ -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/hFNHcfpD_byF58Zu9HRn6/_buildManifest.js","static/hFNHcfpD_byF58Zu9HRn6/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-09499b33d3450792.js","static/chunks/4bd1b696-8a4ab4fdf0ae305a.js","static/chunks/3794-d29203733ca4633c.js","static/chunks/main-app-b3e8a8d15d83e1f0.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
|