@qt4798/pi-web 0.9.18-beta.1 → 0.9.18
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 +14 -7
- package/.next/build-manifest.json +3 -3
- package/.next/react-loadable-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 +44 -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/_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 +2 -2
- 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 +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 +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/events/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/combined/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/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/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/deepseek/balance/route.js +1 -0
- package/.next/server/app/api/deepseek/balance/route.js.nft.json +1 -0
- package/.next/server/app/api/deepseek/balance/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/events/route.js +2 -2
- package/.next/server/app/api/features/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/push/route.js +1 -1
- package/.next/server/app/api/git/stash/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 -1
- package/.next/server/app/api/import/execute/route.js +1 -1
- package/.next/server/app/api/import/status/route.js +1 -1
- package/.next/server/app/api/logs/route.js +1 -1
- package/.next/server/app/api/mcp/route.js +2 -0
- package/.next/server/app/api/mcp/route.js.nft.json +1 -0
- package/.next/server/app/api/mcp/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/builtin/route.js.nft.json +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/route.js.nft.json +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/modes/route.js +1 -1
- package/.next/server/app/api/opencode-zen/external/key/route.js +1 -0
- package/.next/server/app/api/opencode-zen/external/key/route.js.nft.json +1 -0
- package/.next/server/app/api/opencode-zen/external/key/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/opencode-zen/external/test/route.js +1 -0
- package/.next/server/app/api/opencode-zen/external/test/route.js.nft.json +1 -0
- package/.next/server/app/api/opencode-zen/external/test/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/opencode-zen/import/route.js +1 -1
- package/.next/server/app/api/opencode-zen/key/route.js +1 -1
- package/.next/server/app/api/opencode-zen/route.js +1 -1
- package/.next/server/app/api/opencode-zen/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/proxy/route.js +1 -1
- package/.next/server/app/api/proxy/test/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]/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 +1 -1
- 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/snippets/[id]/route.js +1 -0
- package/.next/server/app/api/snippets/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/snippets/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/snippets/route.js +1 -0
- package/.next/server/app/api/snippets/route.js.nft.json +1 -0
- package/.next/server/app/api/snippets/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/subagents/route.js +2 -0
- package/.next/server/app/api/subagents/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tasks/[id]/[action]/route.js +1 -1
- package/.next/server/app/api/tasks/[id]/changed-files/route.js +1 -1
- package/.next/server/app/api/tasks/[id]/diff/route.js +2 -2
- package/.next/server/app/api/tasks/[id]/events/route.js +1 -1
- package/.next/server/app/api/tasks/[id]/route.js +1 -1
- package/.next/server/app/api/tasks/batch/route.js +1 -1
- package/.next/server/app/api/tasks/events/route.js +2 -2
- package/.next/server/app/api/tasks/route.js +1 -1
- package/.next/server/app/api/tasks/settings/route.js +1 -1
- package/.next/server/app/api/tasks/templates/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/usage/route.js +1 -1
- package/.next/server/app/api/vision-config/route.js +2 -2
- 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 +4 -4
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/page.js +17 -14
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +14 -7
- package/.next/server/chunks/1213.js +1 -1
- package/.next/server/chunks/1499.js +1 -1
- package/.next/server/chunks/2303.js +1 -1
- package/.next/server/chunks/2498.js +1 -0
- package/.next/server/chunks/4253.js +2 -2
- package/.next/server/chunks/440.js +1 -1
- package/.next/server/chunks/6429.js +1 -1
- package/.next/server/chunks/7915.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-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/static/chunks/{3308.4b28a1cf1ba95ccb.js → 3308.d45be6730587846b.js} +1 -1
- package/.next/static/chunks/{7370-bb8f0d070d8d0508.js → 9103-7c410d401717ec38.js} +1 -1
- package/.next/static/chunks/99.280e10a836dfdb17.js +24 -0
- package/.next/static/chunks/app/_global-error/page-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/auth/combined/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/backup/export/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/backup/import/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/deepseek/balance/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/events/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/features/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/git/push/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/git/stash/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/home/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/import/discover/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/import/execute/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/import/status/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/logs/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/mcp/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/models/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/models-config/builtin/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/modes/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/opencode-zen/external/key/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/opencode-zen/external/test/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/opencode-zen/import/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/opencode-zen/key/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/opencode-zen/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/opencode-zen/test/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/proxy/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/proxy/test/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/settings/title-model/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/skills/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/snippets/[id]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/snippets/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/subagents/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/[action]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/changed-files/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/diff/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/events/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/batch/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/events/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/settings/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/tasks/templates/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/themes/[name]/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/themes/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/usage/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/vision-config/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/app/page-e338f2229748dfe6.js +53 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-6bdd527b5ef202bf.js +1 -0
- package/.next/static/chunks/webpack-06a1a811cd141d40.js +1 -0
- package/.next/static/css/dda15933a7f70fbf.css +1 -0
- package/.next/static/dy7f924eC9cpK9w3AxudQ/_buildManifest.js +1 -0
- package/.next/trace +9 -10
- package/.next/trace-build +1 -1
- package/.next/types/app/api/deepseek/balance/route.ts +351 -0
- package/.next/types/app/api/mcp/route.ts +351 -0
- package/.next/types/app/api/opencode-zen/external/key/route.ts +351 -0
- package/.next/types/app/api/opencode-zen/external/test/route.ts +351 -0
- package/.next/types/app/api/snippets/[id]/route.ts +351 -0
- package/.next/types/app/api/snippets/route.ts +351 -0
- package/.next/types/app/api/subagents/route.ts +351 -0
- package/.next/types/routes.d.ts +8 -1
- package/.next/types/validator.ts +63 -0
- package/bin/pi-web-options.js +8 -2
- package/bin/pi-web.js +0 -0
- package/package.json +3 -3
- package/.next/static/chunks/2480.cf27ca02e5b19761.js +0 -24
- package/.next/static/chunks/app/_global-error/page-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/agent/running/events/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/auth/combined/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/backup/export/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/backup/import/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/events/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/features/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/git/push/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/git/stash/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/home/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/import/discover/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/import/execute/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/import/status/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/logs/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/models/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/models-config/builtin/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/models-config/catalog/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/modes/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/opencode-zen/import/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/opencode-zen/key/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/opencode-zen/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/opencode-zen/test/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/project-trust/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/proxy/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/proxy/test/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/queue-recovery/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/settings/title-model/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/skills/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/[action]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/changed-files/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/diff/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/events/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/batch/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/events/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/settings/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/tasks/templates/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/themes/[name]/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/themes/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/usage/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/vision-config/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/app/page-8bcd937bdba8d19c.js +0 -50
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-05965789d7c1c4dc.js +0 -1
- package/.next/static/chunks/webpack-d878f0bb0b95ae97.js +0 -1
- package/.next/static/css/0a86c1753fca4340.css +0 -1
- package/.next/static/gaIw_JxiSjTlS_2wAVEa6/_buildManifest.js +0 -1
- /package/.next/static/{gaIw_JxiSjTlS_2wAVEa6 → dy7f924eC9cpK9w3AxudQ}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
// File: /Volumes/1T 原装/项目研发/pi-web-QT/app/api/subagents/route.ts
|
|
2
|
+
import * as entry from '../../../../../app/api/subagents/route.js'
|
|
3
|
+
import type { NextRequest } from 'next/server.js'
|
|
4
|
+
|
|
5
|
+
import type { InstantConfigForTypeCheckInternal } from 'next/dist/build/segment-config/app/app-segment-config.js'
|
|
6
|
+
|
|
7
|
+
type TEntry = typeof import('../../../../../app/api/subagents/route.js')
|
|
8
|
+
|
|
9
|
+
type SegmentParams<T extends Object = any> = T extends Record<string, any>
|
|
10
|
+
? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
|
|
11
|
+
: T
|
|
12
|
+
|
|
13
|
+
// Check that the entry is a valid entry
|
|
14
|
+
checkFields<Diff<{
|
|
15
|
+
GET?: Function
|
|
16
|
+
HEAD?: Function
|
|
17
|
+
OPTIONS?: Function
|
|
18
|
+
POST?: Function
|
|
19
|
+
PUT?: Function
|
|
20
|
+
DELETE?: Function
|
|
21
|
+
PATCH?: Function
|
|
22
|
+
config?: {}
|
|
23
|
+
generateStaticParams?: Function
|
|
24
|
+
unstable_instant?: InstantConfigForTypeCheckInternal
|
|
25
|
+
unstable_dynamicStaleTime?: number
|
|
26
|
+
revalidate?: RevalidateRange<TEntry> | false
|
|
27
|
+
dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
|
|
28
|
+
dynamicParams?: boolean
|
|
29
|
+
fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
|
|
30
|
+
preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
|
|
31
|
+
runtime?: 'nodejs' | 'experimental-edge' | 'edge'
|
|
32
|
+
maxDuration?: number
|
|
33
|
+
|
|
34
|
+
}, TEntry, ''>>()
|
|
35
|
+
|
|
36
|
+
type RouteContext = { params: Promise<SegmentParams> }
|
|
37
|
+
// Check the prop type of the entry function
|
|
38
|
+
if ('GET' in entry) {
|
|
39
|
+
checkFields<
|
|
40
|
+
Diff<
|
|
41
|
+
ParamCheck<Request | NextRequest>,
|
|
42
|
+
{
|
|
43
|
+
__tag__: 'GET'
|
|
44
|
+
__param_position__: 'first'
|
|
45
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'GET'>>
|
|
46
|
+
},
|
|
47
|
+
'GET'
|
|
48
|
+
>
|
|
49
|
+
>()
|
|
50
|
+
checkFields<
|
|
51
|
+
Diff<
|
|
52
|
+
ParamCheck<RouteContext>,
|
|
53
|
+
{
|
|
54
|
+
__tag__: 'GET'
|
|
55
|
+
__param_position__: 'second'
|
|
56
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'GET'>>
|
|
57
|
+
},
|
|
58
|
+
'GET'
|
|
59
|
+
>
|
|
60
|
+
>()
|
|
61
|
+
|
|
62
|
+
checkFields<
|
|
63
|
+
Diff<
|
|
64
|
+
{
|
|
65
|
+
__tag__: 'GET',
|
|
66
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
__tag__: 'GET',
|
|
70
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'GET'>>
|
|
71
|
+
},
|
|
72
|
+
'GET'
|
|
73
|
+
>
|
|
74
|
+
>()
|
|
75
|
+
}
|
|
76
|
+
// Check the prop type of the entry function
|
|
77
|
+
if ('HEAD' in entry) {
|
|
78
|
+
checkFields<
|
|
79
|
+
Diff<
|
|
80
|
+
ParamCheck<Request | NextRequest>,
|
|
81
|
+
{
|
|
82
|
+
__tag__: 'HEAD'
|
|
83
|
+
__param_position__: 'first'
|
|
84
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'HEAD'>>
|
|
85
|
+
},
|
|
86
|
+
'HEAD'
|
|
87
|
+
>
|
|
88
|
+
>()
|
|
89
|
+
checkFields<
|
|
90
|
+
Diff<
|
|
91
|
+
ParamCheck<RouteContext>,
|
|
92
|
+
{
|
|
93
|
+
__tag__: 'HEAD'
|
|
94
|
+
__param_position__: 'second'
|
|
95
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'HEAD'>>
|
|
96
|
+
},
|
|
97
|
+
'HEAD'
|
|
98
|
+
>
|
|
99
|
+
>()
|
|
100
|
+
|
|
101
|
+
checkFields<
|
|
102
|
+
Diff<
|
|
103
|
+
{
|
|
104
|
+
__tag__: 'HEAD',
|
|
105
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
__tag__: 'HEAD',
|
|
109
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'HEAD'>>
|
|
110
|
+
},
|
|
111
|
+
'HEAD'
|
|
112
|
+
>
|
|
113
|
+
>()
|
|
114
|
+
}
|
|
115
|
+
// Check the prop type of the entry function
|
|
116
|
+
if ('OPTIONS' in entry) {
|
|
117
|
+
checkFields<
|
|
118
|
+
Diff<
|
|
119
|
+
ParamCheck<Request | NextRequest>,
|
|
120
|
+
{
|
|
121
|
+
__tag__: 'OPTIONS'
|
|
122
|
+
__param_position__: 'first'
|
|
123
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'OPTIONS'>>
|
|
124
|
+
},
|
|
125
|
+
'OPTIONS'
|
|
126
|
+
>
|
|
127
|
+
>()
|
|
128
|
+
checkFields<
|
|
129
|
+
Diff<
|
|
130
|
+
ParamCheck<RouteContext>,
|
|
131
|
+
{
|
|
132
|
+
__tag__: 'OPTIONS'
|
|
133
|
+
__param_position__: 'second'
|
|
134
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'OPTIONS'>>
|
|
135
|
+
},
|
|
136
|
+
'OPTIONS'
|
|
137
|
+
>
|
|
138
|
+
>()
|
|
139
|
+
|
|
140
|
+
checkFields<
|
|
141
|
+
Diff<
|
|
142
|
+
{
|
|
143
|
+
__tag__: 'OPTIONS',
|
|
144
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
__tag__: 'OPTIONS',
|
|
148
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'OPTIONS'>>
|
|
149
|
+
},
|
|
150
|
+
'OPTIONS'
|
|
151
|
+
>
|
|
152
|
+
>()
|
|
153
|
+
}
|
|
154
|
+
// Check the prop type of the entry function
|
|
155
|
+
if ('POST' in entry) {
|
|
156
|
+
checkFields<
|
|
157
|
+
Diff<
|
|
158
|
+
ParamCheck<Request | NextRequest>,
|
|
159
|
+
{
|
|
160
|
+
__tag__: 'POST'
|
|
161
|
+
__param_position__: 'first'
|
|
162
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'POST'>>
|
|
163
|
+
},
|
|
164
|
+
'POST'
|
|
165
|
+
>
|
|
166
|
+
>()
|
|
167
|
+
checkFields<
|
|
168
|
+
Diff<
|
|
169
|
+
ParamCheck<RouteContext>,
|
|
170
|
+
{
|
|
171
|
+
__tag__: 'POST'
|
|
172
|
+
__param_position__: 'second'
|
|
173
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'POST'>>
|
|
174
|
+
},
|
|
175
|
+
'POST'
|
|
176
|
+
>
|
|
177
|
+
>()
|
|
178
|
+
|
|
179
|
+
checkFields<
|
|
180
|
+
Diff<
|
|
181
|
+
{
|
|
182
|
+
__tag__: 'POST',
|
|
183
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
__tag__: 'POST',
|
|
187
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'POST'>>
|
|
188
|
+
},
|
|
189
|
+
'POST'
|
|
190
|
+
>
|
|
191
|
+
>()
|
|
192
|
+
}
|
|
193
|
+
// Check the prop type of the entry function
|
|
194
|
+
if ('PUT' in entry) {
|
|
195
|
+
checkFields<
|
|
196
|
+
Diff<
|
|
197
|
+
ParamCheck<Request | NextRequest>,
|
|
198
|
+
{
|
|
199
|
+
__tag__: 'PUT'
|
|
200
|
+
__param_position__: 'first'
|
|
201
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'PUT'>>
|
|
202
|
+
},
|
|
203
|
+
'PUT'
|
|
204
|
+
>
|
|
205
|
+
>()
|
|
206
|
+
checkFields<
|
|
207
|
+
Diff<
|
|
208
|
+
ParamCheck<RouteContext>,
|
|
209
|
+
{
|
|
210
|
+
__tag__: 'PUT'
|
|
211
|
+
__param_position__: 'second'
|
|
212
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'PUT'>>
|
|
213
|
+
},
|
|
214
|
+
'PUT'
|
|
215
|
+
>
|
|
216
|
+
>()
|
|
217
|
+
|
|
218
|
+
checkFields<
|
|
219
|
+
Diff<
|
|
220
|
+
{
|
|
221
|
+
__tag__: 'PUT',
|
|
222
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
__tag__: 'PUT',
|
|
226
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'PUT'>>
|
|
227
|
+
},
|
|
228
|
+
'PUT'
|
|
229
|
+
>
|
|
230
|
+
>()
|
|
231
|
+
}
|
|
232
|
+
// Check the prop type of the entry function
|
|
233
|
+
if ('DELETE' in entry) {
|
|
234
|
+
checkFields<
|
|
235
|
+
Diff<
|
|
236
|
+
ParamCheck<Request | NextRequest>,
|
|
237
|
+
{
|
|
238
|
+
__tag__: 'DELETE'
|
|
239
|
+
__param_position__: 'first'
|
|
240
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'DELETE'>>
|
|
241
|
+
},
|
|
242
|
+
'DELETE'
|
|
243
|
+
>
|
|
244
|
+
>()
|
|
245
|
+
checkFields<
|
|
246
|
+
Diff<
|
|
247
|
+
ParamCheck<RouteContext>,
|
|
248
|
+
{
|
|
249
|
+
__tag__: 'DELETE'
|
|
250
|
+
__param_position__: 'second'
|
|
251
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'DELETE'>>
|
|
252
|
+
},
|
|
253
|
+
'DELETE'
|
|
254
|
+
>
|
|
255
|
+
>()
|
|
256
|
+
|
|
257
|
+
checkFields<
|
|
258
|
+
Diff<
|
|
259
|
+
{
|
|
260
|
+
__tag__: 'DELETE',
|
|
261
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
__tag__: 'DELETE',
|
|
265
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'DELETE'>>
|
|
266
|
+
},
|
|
267
|
+
'DELETE'
|
|
268
|
+
>
|
|
269
|
+
>()
|
|
270
|
+
}
|
|
271
|
+
// Check the prop type of the entry function
|
|
272
|
+
if ('PATCH' in entry) {
|
|
273
|
+
checkFields<
|
|
274
|
+
Diff<
|
|
275
|
+
ParamCheck<Request | NextRequest>,
|
|
276
|
+
{
|
|
277
|
+
__tag__: 'PATCH'
|
|
278
|
+
__param_position__: 'first'
|
|
279
|
+
__param_type__: FirstArg<MaybeField<TEntry, 'PATCH'>>
|
|
280
|
+
},
|
|
281
|
+
'PATCH'
|
|
282
|
+
>
|
|
283
|
+
>()
|
|
284
|
+
checkFields<
|
|
285
|
+
Diff<
|
|
286
|
+
ParamCheck<RouteContext>,
|
|
287
|
+
{
|
|
288
|
+
__tag__: 'PATCH'
|
|
289
|
+
__param_position__: 'second'
|
|
290
|
+
__param_type__: SecondArg<MaybeField<TEntry, 'PATCH'>>
|
|
291
|
+
},
|
|
292
|
+
'PATCH'
|
|
293
|
+
>
|
|
294
|
+
>()
|
|
295
|
+
|
|
296
|
+
checkFields<
|
|
297
|
+
Diff<
|
|
298
|
+
{
|
|
299
|
+
__tag__: 'PATCH',
|
|
300
|
+
__return_type__: Response | void | never | Promise<Response | void | never>
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
__tag__: 'PATCH',
|
|
304
|
+
__return_type__: ReturnType<MaybeField<TEntry, 'PATCH'>>
|
|
305
|
+
},
|
|
306
|
+
'PATCH'
|
|
307
|
+
>
|
|
308
|
+
>()
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
// Check the arguments and return type of the generateStaticParams function
|
|
312
|
+
if ('generateStaticParams' in entry) {
|
|
313
|
+
checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
|
|
314
|
+
checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface PageProps {
|
|
318
|
+
params?: Promise<SegmentParams>
|
|
319
|
+
searchParams?: Promise<any>
|
|
320
|
+
}
|
|
321
|
+
export interface LayoutProps {
|
|
322
|
+
children?: React.ReactNode
|
|
323
|
+
|
|
324
|
+
params?: Promise<SegmentParams>
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// =============
|
|
328
|
+
// Utility types
|
|
329
|
+
type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
|
|
330
|
+
|
|
331
|
+
// If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
|
|
332
|
+
type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
|
|
333
|
+
type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
|
|
334
|
+
|
|
335
|
+
type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
|
|
336
|
+
type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
|
|
337
|
+
type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
|
|
338
|
+
|
|
339
|
+
type ParamCheck<T> = {
|
|
340
|
+
__tag__: string
|
|
341
|
+
__param_position__: string
|
|
342
|
+
__param_type__: T
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
function checkFields<_ extends { [k in keyof any]: never }>() {}
|
|
346
|
+
|
|
347
|
+
// https://github.com/sindresorhus/type-fest
|
|
348
|
+
type Numeric = number | bigint
|
|
349
|
+
type Zero = 0 | 0n
|
|
350
|
+
type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
|
|
351
|
+
type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'
|
package/.next/types/routes.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Do not edit this file manually
|
|
3
3
|
|
|
4
4
|
type AppRoutes = "/"
|
|
5
|
-
type AppRouteHandlerRoutes = "/api/agent/[id]" | "/api/agent/[id]/bash-output" | "/api/agent/[id]/events" | "/api/agent/new" | "/api/agent/running" | "/api/agent/running/events" | "/api/auth/all-providers" | "/api/auth/api-key/[provider]" | "/api/auth/combined" | "/api/auth/login/[provider]" | "/api/auth/logout/[provider]" | "/api/auth/providers" | "/api/backup/export" | "/api/backup/import" | "/api/cwd/browse" | "/api/cwd/validate" | "/api/default-cwd" | "/api/events" | "/api/features" | "/api/file-index" | "/api/files/[...path]" | "/api/git/diff" | "/api/git/push" | "/api/git/stash" | "/api/git/status" | "/api/home" | "/api/import/discover" | "/api/import/execute" | "/api/import/status" | "/api/logs" | "/api/models" | "/api/models-config" | "/api/models-config/builtin" | "/api/models-config/catalog" | "/api/models-config/discover" | "/api/models-config/test" | "/api/modes" | "/api/opencode-zen" | "/api/opencode-zen/import" | "/api/opencode-zen/key" | "/api/opencode-zen/test" | "/api/plugins" | "/api/project-trust" | "/api/proxy" | "/api/proxy/test" | "/api/sessions" | "/api/sessions/[id]" | "/api/sessions/[id]/auto-name" | "/api/sessions/[id]/context" | "/api/sessions/[id]/entries/[entryId]/thinking" | "/api/sessions/[id]/export" | "/api/sessions/[id]/queue-recovery" | "/api/sessions/[id]/state" | "/api/settings/title-model" | "/api/skills" | "/api/skills/check" | "/api/skills/install" | "/api/skills/search" | "/api/skills/update" | "/api/tasks" | "/api/tasks/[id]" | "/api/tasks/[id]/[action]" | "/api/tasks/[id]/changed-files" | "/api/tasks/[id]/diff" | "/api/tasks/[id]/events" | "/api/tasks/batch" | "/api/tasks/events" | "/api/tasks/settings" | "/api/tasks/templates" | "/api/themes" | "/api/themes/[name]" | "/api/usage" | "/api/vision-config" | "/api/worktrees"
|
|
5
|
+
type AppRouteHandlerRoutes = "/api/agent/[id]" | "/api/agent/[id]/bash-output" | "/api/agent/[id]/events" | "/api/agent/new" | "/api/agent/running" | "/api/agent/running/events" | "/api/auth/all-providers" | "/api/auth/api-key/[provider]" | "/api/auth/combined" | "/api/auth/login/[provider]" | "/api/auth/logout/[provider]" | "/api/auth/providers" | "/api/backup/export" | "/api/backup/import" | "/api/cwd/browse" | "/api/cwd/validate" | "/api/deepseek/balance" | "/api/default-cwd" | "/api/events" | "/api/features" | "/api/file-index" | "/api/files/[...path]" | "/api/git/diff" | "/api/git/push" | "/api/git/stash" | "/api/git/status" | "/api/home" | "/api/import/discover" | "/api/import/execute" | "/api/import/status" | "/api/logs" | "/api/mcp" | "/api/models" | "/api/models-config" | "/api/models-config/builtin" | "/api/models-config/catalog" | "/api/models-config/discover" | "/api/models-config/test" | "/api/modes" | "/api/opencode-zen" | "/api/opencode-zen/external/key" | "/api/opencode-zen/external/test" | "/api/opencode-zen/import" | "/api/opencode-zen/key" | "/api/opencode-zen/test" | "/api/plugins" | "/api/project-trust" | "/api/proxy" | "/api/proxy/test" | "/api/sessions" | "/api/sessions/[id]" | "/api/sessions/[id]/auto-name" | "/api/sessions/[id]/context" | "/api/sessions/[id]/entries/[entryId]/thinking" | "/api/sessions/[id]/export" | "/api/sessions/[id]/queue-recovery" | "/api/sessions/[id]/state" | "/api/settings/title-model" | "/api/skills" | "/api/skills/check" | "/api/skills/install" | "/api/skills/search" | "/api/skills/update" | "/api/snippets" | "/api/snippets/[id]" | "/api/subagents" | "/api/tasks" | "/api/tasks/[id]" | "/api/tasks/[id]/[action]" | "/api/tasks/[id]/changed-files" | "/api/tasks/[id]/diff" | "/api/tasks/[id]/events" | "/api/tasks/batch" | "/api/tasks/events" | "/api/tasks/settings" | "/api/tasks/templates" | "/api/themes" | "/api/themes/[name]" | "/api/usage" | "/api/vision-config" | "/api/worktrees"
|
|
6
6
|
type PageRoutes = never
|
|
7
7
|
type LayoutRoutes = "/"
|
|
8
8
|
type RedirectRoutes = never
|
|
@@ -28,6 +28,7 @@ interface ParamMap {
|
|
|
28
28
|
"/api/backup/import": {}
|
|
29
29
|
"/api/cwd/browse": {}
|
|
30
30
|
"/api/cwd/validate": {}
|
|
31
|
+
"/api/deepseek/balance": {}
|
|
31
32
|
"/api/default-cwd": {}
|
|
32
33
|
"/api/events": {}
|
|
33
34
|
"/api/features": {}
|
|
@@ -42,6 +43,7 @@ interface ParamMap {
|
|
|
42
43
|
"/api/import/execute": {}
|
|
43
44
|
"/api/import/status": {}
|
|
44
45
|
"/api/logs": {}
|
|
46
|
+
"/api/mcp": {}
|
|
45
47
|
"/api/models": {}
|
|
46
48
|
"/api/models-config": {}
|
|
47
49
|
"/api/models-config/builtin": {}
|
|
@@ -50,6 +52,8 @@ interface ParamMap {
|
|
|
50
52
|
"/api/models-config/test": {}
|
|
51
53
|
"/api/modes": {}
|
|
52
54
|
"/api/opencode-zen": {}
|
|
55
|
+
"/api/opencode-zen/external/key": {}
|
|
56
|
+
"/api/opencode-zen/external/test": {}
|
|
53
57
|
"/api/opencode-zen/import": {}
|
|
54
58
|
"/api/opencode-zen/key": {}
|
|
55
59
|
"/api/opencode-zen/test": {}
|
|
@@ -71,6 +75,9 @@ interface ParamMap {
|
|
|
71
75
|
"/api/skills/install": {}
|
|
72
76
|
"/api/skills/search": {}
|
|
73
77
|
"/api/skills/update": {}
|
|
78
|
+
"/api/snippets": {}
|
|
79
|
+
"/api/snippets/[id]": { "id": string; }
|
|
80
|
+
"/api/subagents": {}
|
|
74
81
|
"/api/tasks": {}
|
|
75
82
|
"/api/tasks/[id]": { "id": string; }
|
|
76
83
|
"/api/tasks/[id]/[action]": { "id": string; "action": string; }
|
package/.next/types/validator.ts
CHANGED
|
@@ -200,6 +200,15 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
|
|
|
200
200
|
type __Unused = __Check
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
+
// Validate ../../app/api/deepseek/balance/route.ts
|
|
204
|
+
{
|
|
205
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/deepseek/balance">> = Specific
|
|
206
|
+
const handler = {} as typeof import("../../app/api/deepseek/balance/route.js")
|
|
207
|
+
type __Check = __IsExpected<typeof handler>
|
|
208
|
+
// @ts-ignore
|
|
209
|
+
type __Unused = __Check
|
|
210
|
+
}
|
|
211
|
+
|
|
203
212
|
// Validate ../../app/api/default-cwd/route.ts
|
|
204
213
|
{
|
|
205
214
|
type __IsExpected<Specific extends RouteHandlerConfig<"/api/default-cwd">> = Specific
|
|
@@ -326,6 +335,15 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
|
|
|
326
335
|
type __Unused = __Check
|
|
327
336
|
}
|
|
328
337
|
|
|
338
|
+
// Validate ../../app/api/mcp/route.ts
|
|
339
|
+
{
|
|
340
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/mcp">> = Specific
|
|
341
|
+
const handler = {} as typeof import("../../app/api/mcp/route.js")
|
|
342
|
+
type __Check = __IsExpected<typeof handler>
|
|
343
|
+
// @ts-ignore
|
|
344
|
+
type __Unused = __Check
|
|
345
|
+
}
|
|
346
|
+
|
|
329
347
|
// Validate ../../app/api/models-config/builtin/route.ts
|
|
330
348
|
{
|
|
331
349
|
type __IsExpected<Specific extends RouteHandlerConfig<"/api/models-config/builtin">> = Specific
|
|
@@ -389,6 +407,24 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
|
|
|
389
407
|
type __Unused = __Check
|
|
390
408
|
}
|
|
391
409
|
|
|
410
|
+
// Validate ../../app/api/opencode-zen/external/key/route.ts
|
|
411
|
+
{
|
|
412
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/opencode-zen/external/key">> = Specific
|
|
413
|
+
const handler = {} as typeof import("../../app/api/opencode-zen/external/key/route.js")
|
|
414
|
+
type __Check = __IsExpected<typeof handler>
|
|
415
|
+
// @ts-ignore
|
|
416
|
+
type __Unused = __Check
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// Validate ../../app/api/opencode-zen/external/test/route.ts
|
|
420
|
+
{
|
|
421
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/opencode-zen/external/test">> = Specific
|
|
422
|
+
const handler = {} as typeof import("../../app/api/opencode-zen/external/test/route.js")
|
|
423
|
+
type __Check = __IsExpected<typeof handler>
|
|
424
|
+
// @ts-ignore
|
|
425
|
+
type __Unused = __Check
|
|
426
|
+
}
|
|
427
|
+
|
|
392
428
|
// Validate ../../app/api/opencode-zen/import/route.ts
|
|
393
429
|
{
|
|
394
430
|
type __IsExpected<Specific extends RouteHandlerConfig<"/api/opencode-zen/import">> = Specific
|
|
@@ -587,6 +623,33 @@ type RouteHandlerConfig<Route extends AppRouteHandlerRoutes = AppRouteHandlerRou
|
|
|
587
623
|
type __Unused = __Check
|
|
588
624
|
}
|
|
589
625
|
|
|
626
|
+
// Validate ../../app/api/snippets/[id]/route.ts
|
|
627
|
+
{
|
|
628
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/snippets/[id]">> = Specific
|
|
629
|
+
const handler = {} as typeof import("../../app/api/snippets/[id]/route.js")
|
|
630
|
+
type __Check = __IsExpected<typeof handler>
|
|
631
|
+
// @ts-ignore
|
|
632
|
+
type __Unused = __Check
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
// Validate ../../app/api/snippets/route.ts
|
|
636
|
+
{
|
|
637
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/snippets">> = Specific
|
|
638
|
+
const handler = {} as typeof import("../../app/api/snippets/route.js")
|
|
639
|
+
type __Check = __IsExpected<typeof handler>
|
|
640
|
+
// @ts-ignore
|
|
641
|
+
type __Unused = __Check
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
// Validate ../../app/api/subagents/route.ts
|
|
645
|
+
{
|
|
646
|
+
type __IsExpected<Specific extends RouteHandlerConfig<"/api/subagents">> = Specific
|
|
647
|
+
const handler = {} as typeof import("../../app/api/subagents/route.js")
|
|
648
|
+
type __Check = __IsExpected<typeof handler>
|
|
649
|
+
// @ts-ignore
|
|
650
|
+
type __Unused = __Check
|
|
651
|
+
}
|
|
652
|
+
|
|
590
653
|
// Validate ../../app/api/tasks/[id]/[action]/route.ts
|
|
591
654
|
{
|
|
592
655
|
type __IsExpected<Specific extends RouteHandlerConfig<"/api/tasks/[id]/[action]">> = Specific
|
package/bin/pi-web-options.js
CHANGED
|
@@ -15,6 +15,7 @@ function parseLaunchOptions(args = process.argv.slice(2), env = process.env) {
|
|
|
15
15
|
options: {
|
|
16
16
|
port: { type: "string", short: "p" },
|
|
17
17
|
hostname: { type: "string", short: "H" },
|
|
18
|
+
open: { type: "boolean" },
|
|
18
19
|
"no-open": { type: "boolean" },
|
|
19
20
|
},
|
|
20
21
|
strict: false,
|
|
@@ -22,8 +23,13 @@ function parseLaunchOptions(args = process.argv.slice(2), env = process.env) {
|
|
|
22
23
|
|
|
23
24
|
return {
|
|
24
25
|
port: cliArgs.port ?? env.PORT ?? "30141",
|
|
25
|
-
|
|
26
|
-
|
|
26
|
+
// Default to 0.0.0.0 so phones/other devices on the LAN can reach the
|
|
27
|
+
// web UI (the app is protected by HTTP Basic Auth when PI_WEB_PASSWORD
|
|
28
|
+
// is set). Use -H 127.0.0.1 to restrict to this machine only.
|
|
29
|
+
hostname: cliArgs.hostname ?? env.PI_WEB_HOSTNAME ?? "0.0.0.0",
|
|
30
|
+
// Do NOT auto-open the browser by default (server-style usage). Opt in
|
|
31
|
+
// with --open; PI_WEB_NO_OPEN always wins.
|
|
32
|
+
openBrowser: cliArgs.open === true && !isEnabled(env.PI_WEB_NO_OPEN),
|
|
27
33
|
};
|
|
28
34
|
}
|
|
29
35
|
|
package/bin/pi-web.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qt4798/pi-web",
|
|
3
|
-
"version": "0.9.18
|
|
3
|
+
"version": "0.9.18",
|
|
4
4
|
"description": "Web workspace for the pi coding agent",
|
|
5
5
|
"homepage": "https://github.com/t479842598/pi-web-QT#readme",
|
|
6
6
|
"repository": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"package.json"
|
|
30
30
|
],
|
|
31
31
|
"scripts": {
|
|
32
|
-
"dev": "node bin/fix-pi-agent-undici.js && next dev -H 127.0.0.1 -p
|
|
33
|
-
"dev:lan": "node bin/fix-pi-agent-undici.js && next dev -H 0.0.0.0 -p
|
|
32
|
+
"dev": "node bin/fix-pi-agent-undici.js && next dev -H 127.0.0.1 -p 0 --turbopack",
|
|
33
|
+
"dev:lan": "node bin/fix-pi-agent-undici.js && next dev -H 0.0.0.0 -p 0 --turbopack",
|
|
34
34
|
"build": "env -u TURBOPACK next build --webpack",
|
|
35
35
|
"start": "node bin/fix-pi-agent-undici.js && next start -H 127.0.0.1 -p 0",
|
|
36
36
|
"start:lan": "node bin/fix-pi-agent-undici.js && next start -H 0.0.0.0 -p 0",
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2480],{62480:(t,e,a)=>{a.d(e,{diagram:()=>$});var r=a(80650),i=a(56174),l=a(86305),o=a(37325),s=a(56037),c=a(89851),n=a(88863),d=o.UI.packet,k=class{constructor(){this.packet=[],this.setAccTitle=o.SV,this.getAccTitle=o.iN,this.setDiagramTitle=o.ke,this.getDiagramTitle=o.ab,this.getAccDescription=o.m7,this.setAccDescription=o.EI}static{(0,c.K)(this,"PacketDB")}getConfig(){let t=(0,l.$t)({...d,...(0,o.zj)().packet});return t.showBits&&(t.paddingY+=10),t}getPacket(){return this.packet}pushWord(t){t.length>0&&this.packet.push(t)}clear(){(0,o.IU)(),this.packet=[]}},p=(0,c.K)((t,e)=>{(0,r.S)(t,e);let a=-1,i=[],l=1,{bitsPerRow:o}=e.getConfig();for(let{start:r,end:c,bits:n,label:d}of t.blocks){if(void 0!==r&&void 0!==c&&c<r)throw Error(`Packet block ${r} - ${c} is invalid. End must be greater than start.`);if((r??=a+1)!==a+1)throw Error(`Packet block ${r} - ${c??r} is not contiguous. It should start from ${a+1}.`);if(0===n)throw Error(`Packet block ${r} is invalid. Cannot have a zero bit field.`);for(c??=r+(n??1)-1,n??=c-r+1,a=c,s.R.debug(`Packet block ${r} - ${a} with label ${d}`);i.length<=o+1&&e.getPacket().length<1e4;){let[t,a]=h({start:r,end:c,bits:n,label:d},l,o);if(i.push(t),t.end+1===l*o&&(e.pushWord(i),i=[],l++),!a)break;({start:r,end:c,bits:n,label:d}=a)}}e.pushWord(i)},"populate"),h=(0,c.K)((t,e,a)=>{if(void 0===t.start)throw Error("start should have been set during first phase");if(void 0===t.end)throw Error("end should have been set during first phase");if(t.start>t.end)throw Error(`Block start ${t.start} is greater than block end ${t.end}.`);if(t.end+1<=e*a)return[t,void 0];let r=e*a-1,i=e*a;return[{start:t.start,end:r,label:t.label,bits:r-t.start},{start:i,end:t.end,label:t.label,bits:t.end-i}]},"getNextFittingBlock"),b={parser:{yy:void 0},parse:(0,c.K)(async t=>{let e=await (0,n.qg)("packet",t),a=b.parser?.yy;if(!(a instanceof k))throw Error("parser.parser?.yy was not a PacketDB. This is due to a bug within Mermaid, please report this issue at https://github.com/mermaid-js/mermaid/issues.");s.R.debug(e),p(e,a)},"parse")},f=(0,c.K)((t,e,a,r)=>{let l=r.db,s=l.getConfig(),{rowHeight:c,paddingY:n,bitWidth:d,bitsPerRow:k}=s,p=l.getPacket(),h=l.getDiagramTitle(),b=c+n,f=b*(p.length+1)-(h?0:c),u=d*k+2,$=(0,i.D)(e);for(let[t,e]of($.attr("viewBox",`0 0 ${u} ${f}`),(0,o.a$)($,f,u,s.useMaxWidth),p.entries()))g($,e,t,s);$.append("text").text(h).attr("x",u/2).attr("y",f-b/2).attr("dominant-baseline","middle").attr("text-anchor","middle").attr("class","packetTitle")},"draw"),g=(0,c.K)((t,e,a,{rowHeight:r,paddingX:i,paddingY:l,bitWidth:o,bitsPerRow:s,showBits:c})=>{let n=t.append("g"),d=a*(r+l)+l;for(let t of e){let e=t.start%s*o+1,a=(t.end-t.start+1)*o-i;if(n.append("rect").attr("x",e).attr("y",d).attr("width",a).attr("height",r).attr("class","packetBlock"),n.append("text").attr("x",e+a/2).attr("y",d+r/2).attr("class","packetLabel").attr("dominant-baseline","middle").attr("text-anchor","middle").text(t.label),!c)continue;let l=t.end===t.start,k=d-2;n.append("text").attr("x",e+(l?a/2:0)).attr("y",k).attr("class","packetByte start").attr("dominant-baseline","auto").attr("text-anchor",l?"middle":"start").text(t.start),l||n.append("text").attr("x",e+a).attr("y",k).attr("class","packetByte end").attr("dominant-baseline","auto").attr("text-anchor","end").text(t.end)}},"drawWord"),u={byteFontSize:"10px",startByteColor:"black",endByteColor:"black",labelColor:"black",labelFontSize:"12px",titleColor:"black",titleFontSize:"14px",blockStrokeColor:"black",blockStrokeWidth:"1",blockFillColor:"#efefef"},$={parser:b,get db(){return new k},renderer:{draw:f},styles:(0,c.K)(({packet:t}={})=>{let e=(0,l.$t)(u,t);return`
|
|
2
|
-
.packetByte {
|
|
3
|
-
font-size: ${e.byteFontSize};
|
|
4
|
-
}
|
|
5
|
-
.packetByte.start {
|
|
6
|
-
fill: ${e.startByteColor};
|
|
7
|
-
}
|
|
8
|
-
.packetByte.end {
|
|
9
|
-
fill: ${e.endByteColor};
|
|
10
|
-
}
|
|
11
|
-
.packetLabel {
|
|
12
|
-
fill: ${e.labelColor};
|
|
13
|
-
font-size: ${e.labelFontSize};
|
|
14
|
-
}
|
|
15
|
-
.packetTitle {
|
|
16
|
-
fill: ${e.titleColor};
|
|
17
|
-
font-size: ${e.titleFontSize};
|
|
18
|
-
}
|
|
19
|
-
.packetBlock {
|
|
20
|
-
stroke: ${e.blockStrokeColor};
|
|
21
|
-
stroke-width: ${e.blockStrokeWidth};
|
|
22
|
-
fill: ${e.blockFillColor};
|
|
23
|
-
}
|
|
24
|
-
`},"styles")}},80650:(t,e,a)=>{function r(t,e){t.accDescr&&e.setAccDescription?.(t.accDescr),t.accTitle&&e.setAccTitle?.(t.accTitle),t.title&&e.setDiagramTitle?.(t.title)}a.d(e,{S:()=>r}),(0,a(89851).K)(r,"populateCommonDb")}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[32,191,552,658,976,1004,1097,1184,1225,1431,1541,1960,1993,2053,2138,2246,2334,2377,2504,2532,2713,2835,2837,2935,3408,3432,3485,3507,3851,3853,3943,3955,4016,4037,4427,4558,4896,4996,5221,5608,5689,5907,6450,6456,6579,6709,6819,6849,6919,6988,7067,7098,7347,7483,7769,7812,7851,8049,8149,8167,8190,8197,8205,8301,8335,8380,8429,8504,8658,8743,8933,9043,9156,9502,9742,9747,9787,9912,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
|