@henlii/pidance 0.2.27 → 0.2.28
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 +10 -9
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +8 -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 +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- 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/about/route.js +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/events/route.js +1 -1
- package/.next/server/app/api/agent/running/route.js +1 -1
- package/.next/server/app/api/agent-settings/route.js +2 -2
- package/.next/server/app/api/attachments/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/auth/ui-session/route.js +1 -1
- package/.next/server/app/api/auth/ui-sessions/[id]/route.js +1 -1
- package/.next/server/app/api/auth/ui-sessions/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/message-media/route.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/raw/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/plugins/search/route.js +1 -1
- package/.next/server/app/api/plugins/updates/route.js +1 -1
- package/.next/server/app/api/preferences/route.js +1 -1
- package/.next/server/app/api/project-assets/route.js +2 -2
- package/.next/server/app/api/prompts/route.js +1 -1
- package/.next/server/app/api/pty/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/archive/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/command-entry/route.js +1 -1
- 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]/info/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/outline/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/outline/route_client-reference-manifest.js +1 -0
- 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]/tool-results/[toolCallId]/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/sessions/search/route.js +1 -1
- package/.next/server/app/api/settings/raw/route.js +2 -2
- package/.next/server/app/api/settings/remote/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/subagent-runs/route.js +1 -1
- package/.next/server/app/api/update/apply/route.js +2 -2
- package/.next/server/app/api/update/check/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/icon.png/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +5 -5
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/page.js +15 -15
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +10 -9
- package/.next/server/chunks/188.js +1 -1
- package/.next/server/chunks/3379.js +1 -1
- package/.next/server/chunks/5274.js +1 -1
- package/.next/server/chunks/5304.js +1 -1
- package/.next/server/chunks/5582.js +1 -1
- package/.next/server/chunks/7594.js +2 -2
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware.js +3 -3
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/5519-9fb47277a49697d8.js +1 -0
- package/.next/static/chunks/9780-4b76db8fbfb345c2.js +1 -0
- package/.next/static/chunks/app/_global-error/{page-382488a1c2fa278d.js → page-005f7c16c8d63642.js} +1 -1
- package/.next/static/chunks/app/api/about/{route-382488a1c2fa278d.js → route-005f7c16c8d63642.js} +1 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/{route-382488a1c2fa278d.js → route-005f7c16c8d63642.js} +1 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/agent-settings/{route-382488a1c2fa278d.js → route-005f7c16c8d63642.js} +1 -1
- package/.next/static/chunks/app/api/attachments/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-session/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-sessions/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/home/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/message-media/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/models/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/models-config/raw/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/plugins/search/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/plugins/updates/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/preferences/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/project-assets/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/prompts/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/pty/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/archive/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/info/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/outline/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/sessions/search/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/settings/raw/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/settings/remote/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/skills/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/subagent-runs/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/update/apply/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/update/check/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/app/page-354e6fd7f7df840b.js +25 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-005f7c16c8d63642.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-005f7c16c8d63642.js +1 -0
- package/.next/static/css/1c6fd1229e5153db.css +1 -0
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -1
- package/.next/static/chunks/5899-d39102936dbd4d36.js +0 -1
- package/.next/static/chunks/9780-9ff103301d973613.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/agent/running/events/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/attachments/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-session/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-sessions/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/home/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/message-media/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/models/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/models-config/raw/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/plugins/search/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/plugins/updates/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/preferences/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/project-assets/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/prompts/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/pty/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/archive/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/info/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/sessions/search/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/settings/raw/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/settings/remote/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/skills/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/subagent-runs/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/update/apply/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/update/check/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/app/page-84ae8f24274d9a34.js +0 -25
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-382488a1c2fa278d.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-382488a1c2fa278d.js +0 -1
- package/.next/static/css/0cf9ed5690d76263.css +0 -1
- /package/.next/static/{P-GwTOtxwpdnWwlj9T66x → Ni2HugOTDE44QzNWaiTkR}/_buildManifest.js +0 -0
- /package/.next/static/{P-GwTOtxwpdnWwlj9T66x → Ni2HugOTDE44QzNWaiTkR}/_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.