@baique/pi-web-sky 0.1.31 → 0.1.32
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 +8 -7
- 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 +6 -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 +2 -2
- package/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/api/agent/[id]/bash-output/route.js +2 -2
- 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/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 +2 -2
- package/.next/server/app/api/auth/login/[provider]/route.js +3 -3
- package/.next/server/app/api/auth/logout/[provider]/route.js +2 -2
- 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 +2 -2
- package/.next/server/app/api/default-cwd/route.js +2 -2
- package/.next/server/app/api/file-index/route.js +2 -2
- package/.next/server/app/api/files/[...path]/route.js +2 -2
- package/.next/server/app/api/git/diff/route.js +2 -2
- package/.next/server/app/api/git/status/route.js +2 -2
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/mcp/route.js +2 -2
- package/.next/server/app/api/models/route.js +2 -2
- 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 +2 -2
- package/.next/server/app/api/project-trust/route.js +1 -1
- package/.next/server/app/api/quota/route.js +1 -1
- package/.next/server/app/api/search/route.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/skills/update/route.js +1 -1
- package/.next/server/app/api/tasks/[id]/route.js +1 -1
- package/.next/server/app/api/tasks/reorder/route.js +30 -0
- package/.next/server/app/api/tasks/reorder/route.js.nft.json +1 -0
- package/.next/server/app/api/tasks/reorder/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tasks/route.js +2 -2
- package/.next/server/app/api/terminal/[id]/events/route.js +3 -3
- package/.next/server/app/api/terminal/[id]/route.js +2 -2
- package/.next/server/app/api/terminal/route.js +2 -2
- package/.next/server/app/api/worktrees/route.js +2 -2
- package/.next/server/app/favicon.ico/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 +4 -4
- package/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- 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 +8 -7
- package/.next/server/chunks/1457.js +2 -2
- package/.next/server/chunks/2404.js +2 -2
- package/.next/server/chunks/3379.js +1 -1
- package/.next/server/chunks/7513.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/app/_global-error/page-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/home/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/mcp/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/models/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/quota/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/search/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/skills/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/tasks/reorder/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/tasks/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/events/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/terminal/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/{layout-f85cabff4c2af8dc.js → layout-44c2a1db46fb38f3.js} +1 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/app/page-255f2073b07c4d6f.js +89 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-11d96eed20d5efa5.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-11d96eed20d5efa5.js +1 -0
- package/.next/static/qwmfKj7b5-4hr-C6kFkRA/_buildManifest.js +1 -0
- package/.next/trace +7 -8
- package/.next/trace-build +1 -1
- package/.next/types/app/api/tasks/reorder/route.ts +353 -0
- package/.next/types/routes.d.ts +2 -1
- package/.next/types/validator.ts +9 -0
- package/package.json +1 -1
- package/.next/static/0q1SOOo5-fPs13_IN4vdq/_buildManifest.js +0 -1
- package/.next/static/chunks/app/_global-error/page-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/app-update/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/home/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/mcp/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/models/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/models-config/catalog/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/project-trust/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/quota/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/search/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/skills/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/tasks/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/terminal/[id]/events/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/terminal/[id]/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/terminal/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/app/page-e2c8f01336cc4d05.js +0 -89
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-9217583a4a003fdc.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9217583a4a003fdc.js +0 -1
- /package/.next/static/{0q1SOOo5-fPs13_IN4vdq → qwmfKj7b5-4hr-C6kFkRA}/_ssgManifest.js +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.