@henlii/pidance 0.2.24 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +11 -10
- package/.next/build-manifest.json +2 -2
- package/.next/prerender-manifest.json +3 -3
- package/.next/required-server-files.json +2 -2
- package/.next/routes-manifest.json +6 -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 +2 -2
- 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 +2 -2
- 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 -0
- package/.next/server/app/api/message-media/route_client-reference-manifest.js +1 -0
- 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]/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 +11 -10
- package/.next/server/chunks/188.js +1 -1
- package/.next/server/chunks/5274.js +1 -1
- package/.next/server/chunks/5304.js +2 -2
- package/.next/server/chunks/5582.js +1 -1
- package/.next/server/chunks/6192.js +2 -2
- package/.next/server/chunks/7594.js +3 -3
- package/.next/server/instrumentation.js +1 -1
- 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/5899-d39102936dbd4d36.js +1 -0
- package/.next/static/chunks/9780-a21716489f365d66.js +1 -0
- package/.next/static/chunks/app/_global-error/{page-81c6f790083aee21.js → page-382488a1c2fa278d.js} +1 -1
- package/.next/static/chunks/app/api/about/{route-81c6f790083aee21.js → route-382488a1c2fa278d.js} +1 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/{route-81c6f790083aee21.js → route-382488a1c2fa278d.js} +1 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/agent-settings/{route-81c6f790083aee21.js → route-382488a1c2fa278d.js} +1 -1
- package/.next/static/chunks/app/api/attachments/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-session/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/auth/ui-sessions/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/home/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/message-media/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/models/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/models-config/raw/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/plugins/search/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/plugins/updates/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/preferences/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/project-assets/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/prompts/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/pty/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/archive/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/info/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/sessions/search/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/settings/raw/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/settings/remote/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/skills/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/subagent-runs/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/update/apply/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/update/check/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/app/page-3f3ed6eed59df96a.js +25 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-382488a1c2fa278d.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-382488a1c2fa278d.js +1 -0
- package/.next/static/css/782855e5398f955b.css +1 -0
- package/.next/static/tj04wII7Oz8Z4qdCTh4TE/_buildManifest.js +1 -0
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/bin/pidance-compression.js +207 -0
- package/bin/pidance-http-server.js +6 -0
- package/package.json +2 -2
- package/.next/static/7ZHMpKWoOh-v8U9FcNMw2/_buildManifest.js +0 -1
- package/.next/static/chunks/7874-4f48b670898adf75.js +0 -1
- package/.next/static/chunks/9780-a7be72f02204fb31.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/agent/running/events/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/attachments/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-session/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-sessions/[id]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/auth/ui-sessions/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/home/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/models/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/models-config/raw/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/plugins/search/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/plugins/updates/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/preferences/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/project-assets/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/prompts/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/pty/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/archive/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/command-entry/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/info/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/tool-results/[toolCallId]/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/sessions/search/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/settings/raw/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/settings/remote/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/skills/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/subagent-runs/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/update/apply/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/update/check/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/app/page-8d6d502e91f22228.js +0 -25
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-81c6f790083aee21.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-81c6f790083aee21.js +0 -1
- package/.next/static/css/04c2b80f1fbcc9bb.css +0 -1
- /package/.next/static/{7ZHMpKWoOh-v8U9FcNMw2 → tj04wII7Oz8Z4qdCTh4TE}/_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.