@qt4798/pi-web 0.9.5 → 0.9.6
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 +12 -9
- package/.next/build-manifest.json +2 -2
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +18 -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 +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/agent/[id]/bash-output/route.js +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/agent/running/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/backup/export/route.js +1 -1
- package/.next/server/app/api/backup/import/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/import/discover/route.js +1 -0
- package/.next/server/app/api/import/discover/route.js.nft.json +1 -0
- package/.next/server/app/api/import/discover/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/import/execute/route.js +1 -0
- package/.next/server/app/api/import/execute/route.js.nft.json +1 -0
- package/.next/server/app/api/import/execute/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/import/status/route.js +1 -0
- package/.next/server/app/api/import/status/route.js.nft.json +1 -0
- package/.next/server/app/api/import/status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/builtin/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 +1 -1
- package/.next/server/app/api/sessions/[id]/queue-recovery/route.js +1 -1
- 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/route.js +1 -1
- package/.next/server/app/api/settings/title-model/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/themes/[name]/route.js +1 -1
- package/.next/server/app/api/themes/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/icon.ico/route.js +1 -1
- package/.next/server/app/icon.png/route.js +1 -1
- package/.next/server/app/icon.svg/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +3 -3
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- 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/page.js +5 -5
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +12 -9
- package/.next/server/chunks/3379.js +1 -1
- package/.next/server/chunks/440.js +1 -0
- package/.next/server/chunks/5582.js +1 -1
- package/.next/server/chunks/7915.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware.js +2 -2
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/{3680-65534e3814abc656.js → 5998-7a8029f451fe2049.js} +1 -1
- package/.next/static/chunks/app/_global-error/page-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/backup/export/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/backup/import/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/home/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/import/discover/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/import/execute/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/import/status/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/models/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/models-config/builtin/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/settings/title-model/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/skills/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/themes/[name]/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/themes/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/app/page-765e3f5b8229c631.js +15 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-bc5f4c047207b363.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-bc5f4c047207b363.js +1 -0
- package/.next/static/xLWAKUhLB_rDfRzVV1xY2/_buildManifest.js +1 -0
- package/.next/trace +7 -6
- package/.next/trace-build +1 -1
- package/.next/types/app/api/import/discover/route.ts +351 -0
- package/.next/types/app/api/import/execute/route.ts +351 -0
- package/.next/types/app/api/import/status/route.ts +351 -0
- package/.next/types/routes.d.ts +4 -1
- package/.next/types/validator.ts +27 -0
- package/README.en.md +1 -1
- package/README.md +8 -2
- package/package.json +5 -5
- package/.next/static/18J6_veq2yz9MszwxTCgp/_buildManifest.js +0 -1
- package/.next/static/chunks/app/_global-error/page-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/backup/export/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/backup/import/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/home/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/models/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/models-config/builtin/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/models-config/catalog/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/project-trust/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/settings/title-model/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/skills/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/themes/[name]/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/themes/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/app/page-05dd2d3fa723be71.js +0 -15
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-f69f27be6421c843.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-f69f27be6421c843.js +0 -1
- /package/.next/static/{18J6_veq2yz9MszwxTCgp → xLWAKUhLB_rDfRzVV1xY2}/_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}},"39247":{"*":{"id":"55100","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}},"39247":{"*":{"id":"55100","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","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}},"97476":{"*":{"id":"97574","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/katex/dist/katex.min.css":{"id":84559,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/app/globals.css":{"id":66872,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/index.css":{"id":26408,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/400-italic.css":{"id":8057,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/700.css":{"id":35279,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/ia-writer-quattro/700-italic.css":{"id":48276,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/node_modules/@fontsource/lilex/index.css":{"id":12043,"name":"*","chunks":["7177","static/chunks/app/layout-7b635840991e69cb.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/components/AppShell.tsx":{"id":97476,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","5998","static/chunks/5998-7a8029f451fe2049.js","8974","static/chunks/app/page-765e3f5b8229c631.js"],"async":false},"/Volumes/1T 原装/项目研发/pi-web-QT/hooks/useI18n.tsx":{"id":39247,"name":"*","chunks":["7330","static/chunks/d3ac728e-7964f816a1ca64e5.js","5998","static/chunks/5998-7a8029f451fe2049.js","8974","static/chunks/app/page-765e3f5b8229c631.js"],"async":false}},"entryCSSFiles":{"/Volumes/1T 原装/项目研发/pi-web-QT/":[],"/Volumes/1T 原装/项目研发/pi-web-QT/app/layout":[{"inlined":false,"path":"static/css/3790610024d16435.css"},{"inlined":false,"path":"static/css/b7afdff64e37cc77.css"}],"/Volumes/1T 原装/项目研发/pi-web-QT/app/page":[]},"rscModuleMapping":{"8057":{"*":{"id":"17","name":"*","chunks":[],"async":false}},"12043":{"*":{"id":"47561","name":"*","chunks":[],"async":false}},"26408":{"*":{"id":"77222","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"35279":{"*":{"id":"10289","name":"*","chunks":[],"async":false}},"39247":{"*":{"id":"73884","name":"*","chunks":[],"async":false}},"48276":{"*":{"id":"64388","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","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}},"97476":{"*":{"id":"35790","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
"/api/file-index/route": "app/api/file-index/route.js",
|
|
10
10
|
"/api/files/[...path]/route": "app/api/files/[...path]/route.js",
|
|
11
11
|
"/api/home/route": "app/api/home/route.js",
|
|
12
|
+
"/api/import/discover/route": "app/api/import/discover/route.js",
|
|
13
|
+
"/api/import/execute/route": "app/api/import/execute/route.js",
|
|
14
|
+
"/api/import/status/route": "app/api/import/status/route.js",
|
|
12
15
|
"/api/sessions/[id]/auto-name/route": "app/api/sessions/[id]/auto-name/route.js",
|
|
13
16
|
"/api/sessions/[id]/context/route": "app/api/sessions/[id]/context/route.js",
|
|
14
17
|
"/api/sessions/[id]/entries/[entryId]/thinking/route": "app/api/sessions/[id]/entries/[entryId]/thinking/route.js",
|
|
@@ -22,32 +25,32 @@
|
|
|
22
25
|
"/icon.ico/route": "app/icon.ico/route.js",
|
|
23
26
|
"/icon.png/route": "app/icon.png/route.js",
|
|
24
27
|
"/icon.svg/route": "app/icon.svg/route.js",
|
|
25
|
-
"/api/agent/running/route": "app/api/agent/running/route.js",
|
|
26
28
|
"/api/auth/all-providers/route": "app/api/auth/all-providers/route.js",
|
|
29
|
+
"/api/agent/running/route": "app/api/agent/running/route.js",
|
|
30
|
+
"/api/agent/[id]/bash-output/route": "app/api/agent/[id]/bash-output/route.js",
|
|
27
31
|
"/api/auth/api-key/[provider]/route": "app/api/auth/api-key/[provider]/route.js",
|
|
28
32
|
"/api/agent/[id]/events/route": "app/api/agent/[id]/events/route.js",
|
|
29
|
-
"/api/agent/[id]/bash-output/route": "app/api/agent/[id]/bash-output/route.js",
|
|
30
33
|
"/api/auth/providers/route": "app/api/auth/providers/route.js",
|
|
31
34
|
"/api/auth/logout/[provider]/route": "app/api/auth/logout/[provider]/route.js",
|
|
32
35
|
"/api/backup/export/route": "app/api/backup/export/route.js",
|
|
33
|
-
"/api/git/diff/route": "app/api/git/diff/route.js",
|
|
34
36
|
"/api/auth/login/[provider]/route": "app/api/auth/login/[provider]/route.js",
|
|
37
|
+
"/api/git/diff/route": "app/api/git/diff/route.js",
|
|
35
38
|
"/api/git/status/route": "app/api/git/status/route.js",
|
|
36
39
|
"/api/models-config/builtin/route": "app/api/models-config/builtin/route.js",
|
|
37
40
|
"/api/models-config/route": "app/api/models-config/route.js",
|
|
38
41
|
"/api/models-config/discover/route": "app/api/models-config/discover/route.js",
|
|
39
42
|
"/api/models-config/test/route": "app/api/models-config/test/route.js",
|
|
43
|
+
"/api/models/route": "app/api/models/route.js",
|
|
40
44
|
"/api/models-config/catalog/route": "app/api/models-config/catalog/route.js",
|
|
41
45
|
"/api/project-trust/route": "app/api/project-trust/route.js",
|
|
42
|
-
"/api/backup/import/route": "app/api/backup/import/route.js",
|
|
43
|
-
"/api/models/route": "app/api/models/route.js",
|
|
44
46
|
"/api/settings/title-model/route": "app/api/settings/title-model/route.js",
|
|
47
|
+
"/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
|
|
45
48
|
"/api/skills/check/route": "app/api/skills/check/route.js",
|
|
49
|
+
"/api/backup/import/route": "app/api/backup/import/route.js",
|
|
46
50
|
"/api/skills/install/route": "app/api/skills/install/route.js",
|
|
47
|
-
"/api/sessions/[id]/export/route": "app/api/sessions/[id]/export/route.js",
|
|
48
|
-
"/api/skills/update/route": "app/api/skills/update/route.js",
|
|
49
51
|
"/api/skills/route": "app/api/skills/route.js",
|
|
52
|
+
"/api/skills/update/route": "app/api/skills/update/route.js",
|
|
53
|
+
"/api/plugins/route": "app/api/plugins/route.js",
|
|
50
54
|
"/api/skills/search/route": "app/api/skills/search/route.js",
|
|
51
|
-
"/page": "app/page.js"
|
|
52
|
-
"/api/plugins/route": "app/api/plugins/route.js"
|
|
55
|
+
"/page": "app/page.js"
|
|
53
56
|
}
|