@calmabacus/pi-web 1.0.0
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 -0
- package/.next/app-path-routes-manifest.json +66 -0
- package/.next/build-manifest.json +20 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +189 -0
- package/.next/react-loadable-manifest.json +2367 -0
- package/.next/required-server-files.js +387 -0
- package/.next/required-server-files.json +387 -0
- package/.next/routes-manifest.json +505 -0
- package/.next/server/app/_global-error/page.js +31 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +27 -0
- package/.next/server/app/_global-error.rsc +14 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +20 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page.js +1 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +27 -0
- package/.next/server/app/_not-found.rsc +23 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +23 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +29 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +8 -0
- package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
- package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/[id]/events/route.js +3 -0
- package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/[id]/lease/route.js +1 -0
- package/.next/server/app/api/agent/[id]/lease/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/lease/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/[id]/route.js +1 -0
- package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/new/route.js +1 -0
- package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/running/route.js +1 -0
- package/.next/server/app/api/agent/running/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/app-update/route.js +1 -0
- package/.next/server/app/api/app-update/route.js.nft.json +1 -0
- package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
- package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/providers/route.js +1 -0
- package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/browse/route.js +1 -0
- package/.next/server/app/api/cwd/browse/route.js.nft.json +1 -0
- package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/validate/route.js +1 -0
- package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
- package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/default-cwd/route.js +1 -0
- package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
- package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/file-index/route.js +1 -0
- package/.next/server/app/api/file-index/route.js.nft.json +1 -0
- package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/files/[...path]/route.js +49 -0
- package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
- package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/diff/route.js +6 -0
- package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
- package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/status/route.js +6 -0
- package/.next/server/app/api/git/status/route.js.nft.json +1 -0
- package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/home/route.js +1 -0
- package/.next/server/app/api/home/route.js.nft.json +1 -0
- package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/image-generation/route.js +1 -0
- package/.next/server/app/api/image-generation/route.js.nft.json +1 -0
- package/.next/server/app/api/image-generation/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/image-generation/settings/connections/route.js +1 -0
- package/.next/server/app/api/image-generation/settings/connections/route.js.nft.json +1 -0
- package/.next/server/app/api/image-generation/settings/connections/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/image-generation/settings/route.js +1 -0
- package/.next/server/app/api/image-generation/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/image-generation/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models/route.js +1 -0
- package/.next/server/app/api/models/route.js.nft.json +1 -0
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/catalog/route.js +1 -0
- package/.next/server/app/api/models-config/catalog/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/discover/route.js +1 -0
- package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/picker/route.js +1 -0
- package/.next/server/app/api/models-config/picker/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/picker/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/route.js +1 -0
- package/.next/server/app/api/models-config/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/runtime/route.js +1 -0
- package/.next/server/app/api/models-config/runtime/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/runtime/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/test/route.js +1 -0
- package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/plugins/check/route.js +1 -0
- package/.next/server/app/api/plugins/check/route.js.nft.json +1 -0
- package/.next/server/app/api/plugins/check/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/plugins/route.js +1 -0
- package/.next/server/app/api/plugins/route.js.nft.json +1 -0
- package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/project-trust/route.js +1 -0
- package/.next/server/app/api/project-trust/route.js.nft.json +1 -0
- package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/push/config/route.js +1 -0
- package/.next/server/app/api/push/config/route.js.nft.json +1 -0
- package/.next/server/app/api/push/config/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/push/subscribe/route.js +1 -0
- package/.next/server/app/api/push/subscribe/route.js.nft.json +1 -0
- package/.next/server/app/api/push/subscribe/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +10 -0
- package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/export/route.js +56 -0
- package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/outline/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/outline/route.js.nft.json +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 -0
- package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/route.js +1 -0
- package/.next/server/app/api/sessions/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/search/route.js +1 -0
- package/.next/server/app/api/sessions/search/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/search/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/check/route.js +1 -0
- package/.next/server/app/api/skills/check/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/install/route.js +1 -0
- package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/route.js +4 -0
- package/.next/server/app/api/skills/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/search/route.js +1 -0
- package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/update/route.js +1 -0
- package/.next/server/app/api/skills/update/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/subagents/[id]/route.js +1 -0
- package/.next/server/app/api/subagents/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/subagents/profiles/route.js +1 -0
- package/.next/server/app/api/subagents/profiles/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/profiles/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/subagents/settings/route.js +1 -0
- package/.next/server/app/api/subagents/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/[id]/events/route.js +4 -0
- package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/[id]/route.js +1 -0
- package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/route.js +1 -0
- package/.next/server/app/api/terminal/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tools/settings/route.js +1 -0
- package/.next/server/app/api/tools/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/tools/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/web-auth/route.js +1 -0
- package/.next/server/app/api/web-auth/route.js.nft.json +1 -0
- package/.next/server/app/api/web-auth/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/route.js +1 -0
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
- package/.next/server/app/favicon.ico/route.js +1 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +21 -0
- package/.next/server/app/index.rsc +24 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +29 -0
- package/.next/server/app/index.segments/_full.segment.rsc +24 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +9 -0
- package/.next/server/app/login/page.js +3 -0
- package/.next/server/app/login/page.js.nft.json +1 -0
- package/.next/server/app/login/page_client-reference-manifest.js +1 -0
- package/.next/server/app/login.html +1 -0
- package/.next/server/app/login.meta +26 -0
- package/.next/server/app/login.rsc +27 -0
- package/.next/server/app/login.segments/_full.segment.rsc +27 -0
- package/.next/server/app/login.segments/_tree.segment.rsc +8 -0
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +33 -0
- package/.next/server/app/manifest.webmanifest/route.js +17 -0
- package/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
- package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
- package/.next/server/app/manifest.webmanifest.body +1 -0
- package/.next/server/app/manifest.webmanifest.meta +1 -0
- package/.next/server/app/page.js +254 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +66 -0
- package/.next/server/chunks/1094.js +160 -0
- package/.next/server/chunks/1515.js +1 -0
- package/.next/server/chunks/1555.js +1 -0
- package/.next/server/chunks/1601.js +24 -0
- package/.next/server/chunks/1625.js +1 -0
- package/.next/server/chunks/1800.js +1 -0
- package/.next/server/chunks/1813.js +1 -0
- package/.next/server/chunks/1860.js +1 -0
- package/.next/server/chunks/2075.js +23 -0
- package/.next/server/chunks/2106.js +1 -0
- package/.next/server/chunks/2169.js +36 -0
- package/.next/server/chunks/2190.js +1 -0
- package/.next/server/chunks/2243.js +1 -0
- package/.next/server/chunks/2325.js +82 -0
- package/.next/server/chunks/2349.js +1 -0
- package/.next/server/chunks/2408.js +1 -0
- package/.next/server/chunks/2430.js +193 -0
- package/.next/server/chunks/2452.js +93 -0
- package/.next/server/chunks/2744.js +1 -0
- package/.next/server/chunks/2903.js +1 -0
- package/.next/server/chunks/295.js +1 -0
- package/.next/server/chunks/3012.js +1 -0
- package/.next/server/chunks/3186.js +86 -0
- package/.next/server/chunks/3379.js +1 -0
- package/.next/server/chunks/3383.js +27 -0
- package/.next/server/chunks/3569.js +1 -0
- package/.next/server/chunks/3618.js +1 -0
- package/.next/server/chunks/3869.js +8 -0
- package/.next/server/chunks/3894.js +1 -0
- package/.next/server/chunks/426.js +14 -0
- package/.next/server/chunks/4267.js +1 -0
- package/.next/server/chunks/4315.js +1 -0
- package/.next/server/chunks/4367.js +1 -0
- package/.next/server/chunks/4372.js +1 -0
- package/.next/server/chunks/4538.js +24 -0
- package/.next/server/chunks/4548.js +1 -0
- package/.next/server/chunks/4563.js +38 -0
- package/.next/server/chunks/4674.js +1 -0
- package/.next/server/chunks/4741.js +165 -0
- package/.next/server/chunks/4980.js +1 -0
- package/.next/server/chunks/5029.js +1 -0
- package/.next/server/chunks/5318.js +1 -0
- package/.next/server/chunks/5582.js +8 -0
- package/.next/server/chunks/5974.js +77 -0
- package/.next/server/chunks/6052.js +141 -0
- package/.next/server/chunks/611.js +1 -0
- package/.next/server/chunks/6253.js +104 -0
- package/.next/server/chunks/6337.js +1 -0
- package/.next/server/chunks/6366.js +80 -0
- package/.next/server/chunks/6429.js +29 -0
- package/.next/server/chunks/673.js +287 -0
- package/.next/server/chunks/6759.js +1 -0
- package/.next/server/chunks/6916.js +226 -0
- package/.next/server/chunks/703.js +1 -0
- package/.next/server/chunks/7233.js +1 -0
- package/.next/server/chunks/7265.js +215 -0
- package/.next/server/chunks/7307.js +1 -0
- package/.next/server/chunks/7561.js +1 -0
- package/.next/server/chunks/7710.js +1 -0
- package/.next/server/chunks/7744.js +64 -0
- package/.next/server/chunks/7790.js +1 -0
- package/.next/server/chunks/7799.js +34 -0
- package/.next/server/chunks/7872.js +1 -0
- package/.next/server/chunks/8106.js +1 -0
- package/.next/server/chunks/8294.js +1 -0
- package/.next/server/chunks/8333.js +79 -0
- package/.next/server/chunks/835.js +1 -0
- package/.next/server/chunks/8397.js +41 -0
- package/.next/server/chunks/8604.js +115 -0
- package/.next/server/chunks/8679.js +1 -0
- package/.next/server/chunks/8713.js +148 -0
- package/.next/server/chunks/8782.js +153 -0
- package/.next/server/chunks/8920.js +62 -0
- package/.next/server/chunks/922.js +5 -0
- package/.next/server/chunks/9280.js +255 -0
- package/.next/server/chunks/9486.js +1 -0
- package/.next/server/chunks/9509.js +1 -0
- package/.next/server/chunks/9510.js +90 -0
- package/.next/server/chunks/974.js +1 -0
- package/.next/server/functions-config-manifest.json +26 -0
- package/.next/server/instrumentation.js +1 -0
- package/.next/server/instrumentation.js.nft.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/middleware.js +163 -0
- package/.next/server/middleware.js.nft.json +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +53 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/LkMtlo9B5W74YX7J-8ccI/_buildManifest.js +1 -0
- package/.next/static/LkMtlo9B5W74YX7J-8ccI/_ssgManifest.js +1 -0
- package/.next/static/chunks/103.23142a67b02246a8.js +215 -0
- package/.next/static/chunks/1032.12b382a9096ab2a4.js +1 -0
- package/.next/static/chunks/1063.775c442bdbeef08b.js +1 -0
- package/.next/static/chunks/1278-b81177f3a674e4e0.js +1 -0
- package/.next/static/chunks/1327.09252bb80616cc3a.js +1 -0
- package/.next/static/chunks/1708.d029f8776e4578de.js +1 -0
- package/.next/static/chunks/1781.866132cea8e77cd0.js +1 -0
- package/.next/static/chunks/1ba63609.b2ae90f43319a29e.js +153 -0
- package/.next/static/chunks/2081.47b6e9391094055f.js +1 -0
- package/.next/static/chunks/2181.ba21239d3ac39f81.js +1 -0
- package/.next/static/chunks/2258.4defa30121ef44a5.js +1 -0
- package/.next/static/chunks/2325.23caf22075e51aa5.js +1 -0
- package/.next/static/chunks/2356.523277bb8c6bf72a.js +23 -0
- package/.next/static/chunks/2418.b5d9e177e10a686e.js +1 -0
- package/.next/static/chunks/2480.cf27ca02e5b19761.js +24 -0
- package/.next/static/chunks/2539.c5a4f2fd8e421c70.js +41 -0
- package/.next/static/chunks/2619.9431a3f48da8eef4.js +1 -0
- package/.next/static/chunks/268.72794ee2773c2060.js +80 -0
- package/.next/static/chunks/2695.6f49435bae1e6f33.js +90 -0
- package/.next/static/chunks/2703.495a65ed14b2f094.js +36 -0
- package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
- package/.next/static/chunks/3251.0dce7a0a0ff67235.js +1 -0
- package/.next/static/chunks/3308.be8762955e7155d1.js +73 -0
- package/.next/static/chunks/3336.a76f9485fe7cb762.js +1 -0
- package/.next/static/chunks/370.8e8f3cf8eb0e29dd.js +1 -0
- package/.next/static/chunks/3716.72bf4c9d7325debd.js +1 -0
- package/.next/static/chunks/3794-d29203733ca4633c.js +52 -0
- package/.next/static/chunks/398.ffa02af9062a3950.js +77 -0
- package/.next/static/chunks/3995.eca0f5bef1fc3ae5.js +38 -0
- package/.next/static/chunks/4004.74b9bcf5478b1663.js +160 -0
- package/.next/static/chunks/4202.8440832386f023c7.js +226 -0
- package/.next/static/chunks/4238.6f102dcbcf2ae339.js +141 -0
- package/.next/static/chunks/4405.7a19458960a1058e.js +287 -0
- package/.next/static/chunks/4424.fd0c93a807a333e1.js +1 -0
- package/.next/static/chunks/4866.d1060b4faf2ae1e2.js +1 -0
- package/.next/static/chunks/4970.8a63b4953b0e4946.js +1 -0
- package/.next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js +1 -0
- package/.next/static/chunks/5020.9ac8d0dc8390bb6e.js +1 -0
- package/.next/static/chunks/5137.f163e94c74a94d01.js +1 -0
- package/.next/static/chunks/5242.7b643c6b3394cac1.js +1 -0
- package/.next/static/chunks/5361.afc00ab2626bacbf.js +1 -0
- package/.next/static/chunks/5521.cfdf2cfc6db31407.js +1 -0
- package/.next/static/chunks/5526.ff46471041fdcb79.js +86 -0
- package/.next/static/chunks/5681.dd0e66b0de16e54b.js +27 -0
- package/.next/static/chunks/5772-ddd18c0d4b7715e5.js +3 -0
- package/.next/static/chunks/6121.eb9023b1cbc78ee2.js +1 -0
- package/.next/static/chunks/6161.4836cd7d031026bf.js +1 -0
- package/.next/static/chunks/6195.1153369f5f8b13a2.js +24 -0
- package/.next/static/chunks/6294.24f510c0c3e3714c.js +1 -0
- package/.next/static/chunks/6654.16f727522ec47f5a.js +1 -0
- package/.next/static/chunks/6794.f746d8fbbf248ecf.js +93 -0
- package/.next/static/chunks/7256.e07cf52d87d40252.js +1 -0
- package/.next/static/chunks/7268.236544be8e242c16.js +1 -0
- package/.next/static/chunks/7331.2add3c4e125a2dba.js +104 -0
- package/.next/static/chunks/7543.89f7b805ed0f2901.js +1 -0
- package/.next/static/chunks/8200.a36b9f8c983c6b9e.js +5 -0
- package/.next/static/chunks/869.7152372b662e31af.js +1 -0
- package/.next/static/chunks/8863.fa0320ea586efb3b.js +1 -0
- package/.next/static/chunks/8885.cf60cac98bf8b70c.js +79 -0
- package/.next/static/chunks/8901.e117d206a917bda0.js +1 -0
- package/.next/static/chunks/90542734.ae439f2382f58c51.js +1 -0
- package/.next/static/chunks/918.6a9bbe564e4a2d0f.js +115 -0
- package/.next/static/chunks/934.9006461bd0548660.js +1 -0
- package/.next/static/chunks/9445-fde6feabcb39142c.js +7 -0
- package/.next/static/chunks/9522.c7c6e9c330f9ba6b.js +1 -0
- package/.next/static/chunks/9614.3221013d7f0af27f.js +64 -0
- package/.next/static/chunks/9698.4d09a99b9d99f3e5.js +148 -0
- package/.next/static/chunks/9705.40a82b97f214e28b.js +1 -0
- package/.next/static/chunks/973.88e865b52eff479a.js +8 -0
- package/.next/static/chunks/9764.2669775c6e107a01.js +62 -0
- package/.next/static/chunks/9793.4567af813117ad25.js +1 -0
- package/.next/static/chunks/993e5495.8797001fcfcf2889.js +62 -0
- package/.next/static/chunks/9974.9a0f79beca65e8c4.js +34 -0
- package/.next/static/chunks/app/_global-error/page-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/_not-found/page-d1e0360401438077.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/lease/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/home/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/image-generation/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/image-generation/settings/connections/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/image-generation/settings/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models-config/picker/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models-config/runtime/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/plugins/check/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/push/config/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/push/subscribe/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/outline/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/sessions/search/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/skills/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/subagents/[id]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/subagents/profiles/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/subagents/settings/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/events/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/terminal/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/tools/settings/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/web-auth/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/layout-f900e4d3794672ad.js +1 -0
- package/.next/static/chunks/app/login/page-4d08a41789f24789.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/app/page-3c64134d63e2eff9.js +232 -0
- package/.next/static/chunks/bf2ff291.3a109dffc1fe84af.js +122 -0
- package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
- package/.next/static/chunks/da12927c.476aa688a637649c.js +82 -0
- package/.next/static/chunks/db9d41be.e72ce090a86a3691.js +1 -0
- package/.next/static/chunks/e868780c-1584512c612787d7.js +18 -0
- package/.next/static/chunks/framework-b33a8f5d57cd8d87.js +1 -0
- package/.next/static/chunks/main-app-5f091d229b1e5a0e.js +1 -0
- package/.next/static/chunks/main-dac5ab3797407fcb.js +5 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-ae6c57598b75d8bb.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-24ad8f9c794ebb73.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-25464d90fe89e601.js +1 -0
- package/.next/static/css/2ac0338d70747eca.css +1 -0
- package/.next/static/css/2f46e0db0d4a3aed.css +1 -0
- package/.next/static/css/444123c292add02f.css +1 -0
- package/.next/static/css/58d019c61385df31.css +1 -0
- package/.next/static/css/89aae141d5b3edde.css +1 -0
- package/.next/static/css/fddca953485158e4.css +1 -0
- package/.next/static/media/01bdb1c2bb2f530a-s.woff2 +0 -0
- package/.next/static/media/060fd7a2ba6f57dc-s.woff2 +0 -0
- package/.next/static/media/06d755a5cd3e2b96-s.woff2 +0 -0
- package/.next/static/media/09341845bc7215c3-s.woff2 +0 -0
- package/.next/static/media/09d8b46d011a8a55-s.woff2 +0 -0
- package/.next/static/media/0ac3ab6b6a54cd96-s.woff2 +0 -0
- package/.next/static/media/0cb7a0edc360425e-s.woff2 +0 -0
- package/.next/static/media/0de82041d2acf4c3-s.woff2 +0 -0
- package/.next/static/media/1249fbbadbb69451-s.woff2 +0 -0
- package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
- package/.next/static/media/182682366c265526-s.woff2 +0 -0
- package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
- package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
- package/.next/static/media/246116fa49278f72-s.woff2 +0 -0
- package/.next/static/media/2ad4a039dd2c0f35-s.woff2 +0 -0
- package/.next/static/media/2cd94acf7f6a8cd1-s.woff2 +0 -0
- package/.next/static/media/30af2a5bc088caeb-s.woff2 +0 -0
- package/.next/static/media/3117748ae3be552d-s.woff2 +0 -0
- package/.next/static/media/373befd5a68230ff-s.woff2 +0 -0
- package/.next/static/media/37ae20ae1d329cc2-s.woff2 +0 -0
- package/.next/static/media/3832bef2caf4f297-s.woff2 +0 -0
- package/.next/static/media/3b6ebd4dd223d8c1-s.woff2 +0 -0
- package/.next/static/media/3da25081fc21e3b2-s.woff2 +0 -0
- package/.next/static/media/3eb545844a1630b6-s.woff2 +0 -0
- package/.next/static/media/41870aeb5505be99-s.woff2 +0 -0
- package/.next/static/media/45c8f5377f81d417-s.woff2 +0 -0
- package/.next/static/media/48d86e2f8821c61e-s.woff2 +0 -0
- package/.next/static/media/4957022da3161c6e-s.woff2 +0 -0
- package/.next/static/media/4be71ddc6c749643-s.woff2 +0 -0
- package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
- package/.next/static/media/4dc4381bbf526d04-s.woff2 +0 -0
- package/.next/static/media/4eb0814ea9e22f45-s.woff2 +0 -0
- package/.next/static/media/4f86cf50532e0e9b-s.woff2 +0 -0
- package/.next/static/media/5022b11bb4a81e48-s.woff2 +0 -0
- package/.next/static/media/5080c55e2dccd63d-s.woff2 +0 -0
- package/.next/static/media/5348b1e69a651725-s.woff2 +0 -0
- package/.next/static/media/54c50561be23e605-s.woff2 +0 -0
- package/.next/static/media/567d6f765096ee76-s.woff2 +0 -0
- package/.next/static/media/58045d1f8695a418-s.woff2 +0 -0
- package/.next/static/media/5a274ddc03d9a5ab-s.woff2 +0 -0
- package/.next/static/media/5feee92221bb8605-s.woff2 +0 -0
- package/.next/static/media/6067d3f78ecc4535-s.woff2 +0 -0
- package/.next/static/media/61a11ca45429493a-s.woff2 +0 -0
- package/.next/static/media/63d030730737efae-s.woff2 +0 -0
- package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
- package/.next/static/media/6bd056ddce336924-s.woff2 +0 -0
- package/.next/static/media/6dc0bae4a5666821-s.woff2 +0 -0
- package/.next/static/media/7513cc52807669ca-s.woff2 +0 -0
- package/.next/static/media/75ae81fea4aec8c5-s.woff2 +0 -0
- package/.next/static/media/77f6534b6a3eb37a-s.woff2 +0 -0
- package/.next/static/media/782d4006a26041e7-s.woff2 +0 -0
- package/.next/static/media/7d509f4f988023eb-s.woff2 +0 -0
- package/.next/static/media/7d58f39a50828c68-s.woff2 +0 -0
- package/.next/static/media/7db71cc013812f1c-s.woff2 +0 -0
- package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
- package/.next/static/media/7eb3f914ae6dd7a0-s.woff2 +0 -0
- package/.next/static/media/8051eb8307aa13c8-s.woff2 +0 -0
- package/.next/static/media/829dca987e1e010e-s.woff2 +0 -0
- package/.next/static/media/842f675c7a332a48-s.woff2 +0 -0
- package/.next/static/media/866e2e7b0cbc2cb4-s.woff2 +0 -0
- package/.next/static/media/86b38dc7f713ddda-s.woff2 +0 -0
- package/.next/static/media/8a3a66ae6bb27151-s.woff2 +0 -0
- package/.next/static/media/8b56b70f6d577d9f-s.woff2 +0 -0
- package/.next/static/media/8d93dbb77672da11-s.woff2 +0 -0
- package/.next/static/media/8f5c2d0a25b8f50c-s.woff2 +0 -0
- package/.next/static/media/966e6d14b6c229fc-s.woff2 +0 -0
- package/.next/static/media/9877fefe733dd250-s.woff2 +0 -0
- package/.next/static/media/9c57f4420502d43a-s.woff2 +0 -0
- package/.next/static/media/9cedd2ad7b0bcf3d-s.woff2 +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
- package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
- package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
- package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
- package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
- package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
- package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
- package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
- package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
- package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
- package/.next/static/media/a00fb5ef1ca68e5d-s.woff2 +0 -0
- package/.next/static/media/a171b1d72388367c-s.woff2 +0 -0
- package/.next/static/media/a310fb84e6868735-s.woff2 +0 -0
- package/.next/static/media/a53504b22c396db6-s.woff2 +0 -0
- package/.next/static/media/aabb87babcdda375-s.woff2 +0 -0
- package/.next/static/media/afe75c8050c8fd4e-s.woff2 +0 -0
- package/.next/static/media/b201193f76404e13-s.woff2 +0 -0
- package/.next/static/media/b20daecae68a588f-s.woff2 +0 -0
- package/.next/static/media/b2574bc564dca98d-s.woff2 +0 -0
- package/.next/static/media/b6a1339c290590d0-s.woff2 +0 -0
- package/.next/static/media/b6fe4b2295863fe4-s.woff2 +0 -0
- package/.next/static/media/bb8ff9c700288292-s.woff2 +0 -0
- package/.next/static/media/bc1ccfae4ae17995-s.woff2 +0 -0
- package/.next/static/media/be15c189f996aeb2-s.woff2 +0 -0
- package/.next/static/media/c0d1f6928a1dbc31-s.woff2 +0 -0
- package/.next/static/media/c36d8bb68a53eb60-s.woff2 +0 -0
- package/.next/static/media/c5db947ee2561e06-s.woff2 +0 -0
- package/.next/static/media/c77ac7f613b44045-s.woff2 +0 -0
- package/.next/static/media/ca73d0c74010e612-s.woff2 +0 -0
- package/.next/static/media/cfbad6ceeeca5c58-s.woff2 +0 -0
- package/.next/static/media/d24aebb82f01e48d-s.woff2 +0 -0
- package/.next/static/media/d2c6107607eb7d44-s.woff2 +0 -0
- package/.next/static/media/d2c7d5e8db7ce20a-s.woff2 +0 -0
- package/.next/static/media/d51f7558abc55aa6-s.woff2 +0 -0
- package/.next/static/media/da718921282f76d0-s.woff2 +0 -0
- package/.next/static/media/dae37106d788c7c9-s.woff2 +0 -0
- package/.next/static/media/e0d4cd45847004a4-s.woff2 +0 -0
- package/.next/static/media/e100c7a7874aebd9-s.woff2 +0 -0
- package/.next/static/media/e26dff18031f4a7e-s.woff2 +0 -0
- package/.next/static/media/e5b759c1d5c42d99-s.woff2 +0 -0
- package/.next/static/media/ea21a07081db26d0-s.woff2 +0 -0
- package/.next/static/media/eaee7682c49bd1c2-s.woff2 +0 -0
- package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
- package/.next/static/media/ec408158b9e08aea-s.woff2 +0 -0
- package/.next/static/media/ee5d9aad76ea4c0a-s.woff2 +0 -0
- package/.next/static/media/efdbc7cff3271ee9-s.woff2 +0 -0
- package/.next/static/media/f128be4e72405705-s.woff2 +0 -0
- package/.next/static/media/fb6cfff6119f26e8-s.woff2 +0 -0
- package/.next/static/media/fd516adbc3328c82-s.woff2 +0 -0
- package/.next/trace +7 -0
- package/.next/trace-build +1 -0
- package/.next/types/app/api/agent/[id]/bash-output/route.ts +353 -0
- package/.next/types/app/api/agent/[id]/events/route.ts +353 -0
- package/.next/types/app/api/agent/[id]/lease/route.ts +353 -0
- package/.next/types/app/api/agent/[id]/route.ts +353 -0
- package/.next/types/app/api/agent/new/route.ts +353 -0
- package/.next/types/app/api/agent/running/route.ts +353 -0
- package/.next/types/app/api/app-update/route.ts +353 -0
- package/.next/types/app/api/auth/api-key/[provider]/route.ts +353 -0
- package/.next/types/app/api/auth/login/[provider]/route.ts +353 -0
- package/.next/types/app/api/auth/logout/[provider]/route.ts +353 -0
- package/.next/types/app/api/auth/providers/route.ts +353 -0
- package/.next/types/app/api/cwd/browse/route.ts +353 -0
- package/.next/types/app/api/cwd/validate/route.ts +353 -0
- package/.next/types/app/api/default-cwd/route.ts +353 -0
- package/.next/types/app/api/file-index/route.ts +353 -0
- package/.next/types/app/api/files/[...path]/route.ts +353 -0
- package/.next/types/app/api/git/diff/route.ts +353 -0
- package/.next/types/app/api/git/status/route.ts +353 -0
- package/.next/types/app/api/home/route.ts +353 -0
- package/.next/types/app/api/image-generation/route.ts +353 -0
- package/.next/types/app/api/image-generation/settings/connections/route.ts +353 -0
- package/.next/types/app/api/image-generation/settings/route.ts +353 -0
- package/.next/types/app/api/models/route.ts +353 -0
- package/.next/types/app/api/models-config/catalog/route.ts +353 -0
- package/.next/types/app/api/models-config/discover/route.ts +353 -0
- package/.next/types/app/api/models-config/picker/route.ts +353 -0
- package/.next/types/app/api/models-config/route.ts +353 -0
- package/.next/types/app/api/models-config/runtime/route.ts +353 -0
- package/.next/types/app/api/models-config/test/route.ts +353 -0
- package/.next/types/app/api/plugins/check/route.ts +353 -0
- package/.next/types/app/api/plugins/route.ts +353 -0
- package/.next/types/app/api/project-trust/route.ts +353 -0
- package/.next/types/app/api/push/config/route.ts +353 -0
- package/.next/types/app/api/push/subscribe/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/auto-name/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/context/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/export/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/outline/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/state/route.ts +353 -0
- package/.next/types/app/api/sessions/route.ts +353 -0
- package/.next/types/app/api/sessions/search/route.ts +353 -0
- package/.next/types/app/api/skills/check/route.ts +353 -0
- package/.next/types/app/api/skills/install/route.ts +353 -0
- package/.next/types/app/api/skills/route.ts +353 -0
- package/.next/types/app/api/skills/search/route.ts +353 -0
- package/.next/types/app/api/skills/update/route.ts +353 -0
- package/.next/types/app/api/subagents/[id]/route.ts +353 -0
- package/.next/types/app/api/subagents/profiles/route.ts +353 -0
- package/.next/types/app/api/subagents/settings/route.ts +353 -0
- package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
- package/.next/types/app/api/terminal/[id]/route.ts +353 -0
- package/.next/types/app/api/terminal/route.ts +353 -0
- package/.next/types/app/api/tools/settings/route.ts +353 -0
- package/.next/types/app/api/web-auth/route.ts +353 -0
- package/.next/types/app/api/worktrees/route.ts +353 -0
- package/.next/types/app/layout.ts +89 -0
- package/.next/types/app/login/page.ts +89 -0
- package/.next/types/app/page.ts +89 -0
- package/.next/types/cache-life.d.ts +146 -0
- package/.next/types/package.json +1 -0
- package/.next/types/root-params.d.ts +3 -0
- package/.next/types/routes.d.ts +131 -0
- package/.next/types/validator.ts +601 -0
- package/LICENSE +22 -0
- package/README.md +64 -0
- package/bin/node-version.js +24 -0
- package/bin/pi-web-options.js +87 -0
- package/bin/pi-web.js +132 -0
- package/bin/prepare-terminal.js +14 -0
- package/bin/process-lifecycle.js +81 -0
- package/next.config.ts +73 -0
- package/package.json +95 -0
- package/public/icons/apple-touch-icon.png +0 -0
- package/public/icons/catppuccin/LICENSE +22 -0
- package/public/icons/catppuccin/README.md +9 -0
- package/public/icons/catppuccin/latte/_file.svg +3 -0
- package/public/icons/catppuccin/latte/_folder.svg +3 -0
- package/public/icons/catppuccin/latte/_folder_open.svg +3 -0
- package/public/icons/catppuccin/latte/bash.svg +7 -0
- package/public/icons/catppuccin/latte/bun-lock.svg +8 -0
- package/public/icons/catppuccin/latte/config.svg +3 -0
- package/public/icons/catppuccin/latte/css.svg +6 -0
- package/public/icons/catppuccin/latte/database.svg +3 -0
- package/public/icons/catppuccin/latte/docker.svg +3 -0
- package/public/icons/catppuccin/latte/env.svg +3 -0
- package/public/icons/catppuccin/latte/eslint.svg +6 -0
- package/public/icons/catppuccin/latte/git.svg +6 -0
- package/public/icons/catppuccin/latte/go.svg +3 -0
- package/public/icons/catppuccin/latte/graphql.svg +3 -0
- package/public/icons/catppuccin/latte/html.svg +6 -0
- package/public/icons/catppuccin/latte/javascript-react.svg +8 -0
- package/public/icons/catppuccin/latte/javascript.svg +6 -0
- package/public/icons/catppuccin/latte/json.svg +3 -0
- package/public/icons/catppuccin/latte/lock.svg +3 -0
- package/public/icons/catppuccin/latte/markdown.svg +3 -0
- package/public/icons/catppuccin/latte/ms-word.svg +6 -0
- package/public/icons/catppuccin/latte/next.svg +6 -0
- package/public/icons/catppuccin/latte/npm-lock.svg +7 -0
- package/public/icons/catppuccin/latte/pdf.svg +3 -0
- package/public/icons/catppuccin/latte/python.svg +8 -0
- package/public/icons/catppuccin/latte/rust.svg +6 -0
- package/public/icons/catppuccin/latte/sass.svg +3 -0
- package/public/icons/catppuccin/latte/terraform.svg +3 -0
- package/public/icons/catppuccin/latte/toml.svg +3 -0
- package/public/icons/catppuccin/latte/typescript-react.svg +8 -0
- package/public/icons/catppuccin/latte/typescript.svg +6 -0
- package/public/icons/catppuccin/latte/yaml.svg +3 -0
- package/public/icons/icon-192.png +0 -0
- package/public/icons/icon-512.png +0 -0
- package/public/offline.html +83 -0
- package/public/provider-icons.svg +54 -0
- package/public/sw.js +145 -0
- package/public/sw.test.mjs +141 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
4
|
+
const { gte, valid } = require("semver");
|
|
5
|
+
|
|
6
|
+
const MIN_NODE_VERSION = "22.19.0";
|
|
7
|
+
|
|
8
|
+
function isNodeVersionSupported(version) {
|
|
9
|
+
return valid(version) !== null && gte(version, MIN_NODE_VERSION);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
function getUnsupportedNodeVersionMessage(version) {
|
|
13
|
+
return [
|
|
14
|
+
`Pi Web requires Node.js ${MIN_NODE_VERSION} or newer.`,
|
|
15
|
+
`Current Node.js version: ${version}.`,
|
|
16
|
+
"Upgrade Node.js and try again: https://nodejs.org/",
|
|
17
|
+
].join("\n");
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
module.exports = {
|
|
21
|
+
MIN_NODE_VERSION,
|
|
22
|
+
getUnsupportedNodeVersionMessage,
|
|
23
|
+
isNodeVersionSupported,
|
|
24
|
+
};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
4
|
+
const { parseArgs } = require("util");
|
|
5
|
+
|
|
6
|
+
const TRUE_VALUES = new Set(["1", "true", "yes", "on"]);
|
|
7
|
+
|
|
8
|
+
const CLI_OPTIONS = {
|
|
9
|
+
port: { type: "string", short: "p" },
|
|
10
|
+
hostname: { type: "string", short: "H" },
|
|
11
|
+
"no-open": { type: "boolean" },
|
|
12
|
+
help: { type: "boolean", short: "h" },
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
function isEnabled(value) {
|
|
16
|
+
return typeof value === "string" && TRUE_VALUES.has(value.trim().toLowerCase());
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function normalizePort(value) {
|
|
20
|
+
if (typeof value !== "string" || !/^\d+$/.test(value)) {
|
|
21
|
+
throw new Error("Port must be a non-negative integer.");
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
const port = Number(value);
|
|
25
|
+
if (!Number.isSafeInteger(port) || port > 65535) {
|
|
26
|
+
throw new Error("Port must be between 0 and 65535.");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
return String(port);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
function getHelpText() {
|
|
33
|
+
return `Usage: pi-web [options]
|
|
34
|
+
|
|
35
|
+
Start the Pi Web UI server.
|
|
36
|
+
|
|
37
|
+
Options:
|
|
38
|
+
-p, --port <port> Server port (default: 30141, or PORT)
|
|
39
|
+
-H, --hostname <host> Bind hostname (default: 127.0.0.1, or PI_WEB_HOSTNAME)
|
|
40
|
+
--no-open Do not open a browser automatically
|
|
41
|
+
-h, --help Show this help message and exit
|
|
42
|
+
|
|
43
|
+
Environment:
|
|
44
|
+
PORT Default port when --port is omitted
|
|
45
|
+
PI_WEB_HOSTNAME Default hostname when --hostname is omitted
|
|
46
|
+
PI_WEB_NO_OPEN Set to 1/true/yes/on to disable browser open
|
|
47
|
+
PI_WEB_PASSWORD Enable browser password login and API Basic Auth
|
|
48
|
+
PI_WEB_ALLOWED_HOSTS Extra exact proxy/custom hostnames, comma-separated
|
|
49
|
+
`;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function parseLaunchOptions(args = process.argv.slice(2), env = process.env) {
|
|
53
|
+
let values;
|
|
54
|
+
let positionals;
|
|
55
|
+
try {
|
|
56
|
+
({ values, positionals } = parseArgs({
|
|
57
|
+
args,
|
|
58
|
+
options: CLI_OPTIONS,
|
|
59
|
+
strict: true,
|
|
60
|
+
allowPositionals: true,
|
|
61
|
+
}));
|
|
62
|
+
} catch (error) {
|
|
63
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
64
|
+
const err = new Error(`${message}\nUse --help to see available options.`);
|
|
65
|
+
err.code = "ERR_PARSE_ARGS_UNKNOWN_OPTION";
|
|
66
|
+
throw err;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
if (values.help) {
|
|
70
|
+
return { help: true };
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if (positionals.length > 0) {
|
|
74
|
+
throw new Error(
|
|
75
|
+
`Unexpected argument(s): ${positionals.join(" ")}\nUse --help to see available options.`,
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
return {
|
|
80
|
+
help: false,
|
|
81
|
+
port: normalizePort(values.port ?? env.PORT ?? "30141"),
|
|
82
|
+
hostname: values.hostname ?? env.PI_WEB_HOSTNAME ?? "127.0.0.1",
|
|
83
|
+
openBrowser: !values["no-open"] && !isEnabled(env.PI_WEB_NO_OPEN),
|
|
84
|
+
};
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
module.exports = { parseLaunchOptions, getHelpText };
|
package/bin/pi-web.js
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
5
|
+
const { getUnsupportedNodeVersionMessage, isNodeVersionSupported } = require("./node-version");
|
|
6
|
+
|
|
7
|
+
if (!isNodeVersionSupported(process.versions.node)) {
|
|
8
|
+
console.error(getUnsupportedNodeVersionMessage(process.versions.node));
|
|
9
|
+
process.exit(1);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
13
|
+
const { spawn } = require("child_process");
|
|
14
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
15
|
+
const path = require("path");
|
|
16
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
17
|
+
const fs = require("fs");
|
|
18
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
19
|
+
const { getHelpText, parseLaunchOptions } = require("./pi-web-options");
|
|
20
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
21
|
+
const { wireChildProcessLifecycle } = require("./process-lifecycle");
|
|
22
|
+
|
|
23
|
+
let launchOptions;
|
|
24
|
+
try {
|
|
25
|
+
launchOptions = parseLaunchOptions();
|
|
26
|
+
} catch (error) {
|
|
27
|
+
fs.writeSync(
|
|
28
|
+
process.stderr.fd,
|
|
29
|
+
`${error instanceof Error ? error.message : String(error)}\n`,
|
|
30
|
+
);
|
|
31
|
+
process.exit(1);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (launchOptions.help) {
|
|
35
|
+
fs.writeSync(process.stdout.fd, getHelpText());
|
|
36
|
+
process.exit(0);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const { port, hostname, openBrowser } = launchOptions;
|
|
40
|
+
|
|
41
|
+
const pkgDir = path.join(__dirname, "..");
|
|
42
|
+
const nextDir = path.join(pkgDir, ".next");
|
|
43
|
+
|
|
44
|
+
// Resolve next's CLI entry directly to avoid relying on .bin symlinks (which
|
|
45
|
+
// may not exist when installed via npx).
|
|
46
|
+
let nextBin;
|
|
47
|
+
try {
|
|
48
|
+
nextBin = require.resolve("next/dist/bin/next", { paths: [pkgDir] });
|
|
49
|
+
} catch {
|
|
50
|
+
// Fallback: locate next package root and derive the bin path manually.
|
|
51
|
+
try {
|
|
52
|
+
const nextPkg = require.resolve("next/package.json", { paths: [pkgDir] });
|
|
53
|
+
nextBin = path.join(path.dirname(nextPkg), "dist", "bin", "next");
|
|
54
|
+
} catch {
|
|
55
|
+
nextBin = path.join(pkgDir, "node_modules", "next", "dist", "bin", "next");
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
const loopbackHostnames = new Set(["127.0.0.1", "localhost", "::1", "[::1]"]);
|
|
60
|
+
const passwordEnabled = Boolean(process.env.PI_WEB_PASSWORD);
|
|
61
|
+
|
|
62
|
+
if (!fs.existsSync(nextDir)) {
|
|
63
|
+
console.error("Build artifacts not found. Please report this issue.");
|
|
64
|
+
process.exit(1);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
if (!loopbackHostnames.has(hostname)) {
|
|
68
|
+
if (passwordEnabled) {
|
|
69
|
+
console.warn(
|
|
70
|
+
`Warning: pi-web is listening on ${hostname} with password authentication over HTTP. Use HTTPS or a trusted VPN to protect the password in transit.`,
|
|
71
|
+
);
|
|
72
|
+
} else {
|
|
73
|
+
console.warn(
|
|
74
|
+
`Warning: pi-web is listening on ${hostname} without authentication. Only use this on a trusted network.`,
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
const nextArgs = ["start", "-p", port];
|
|
80
|
+
nextArgs.push("-H", hostname);
|
|
81
|
+
|
|
82
|
+
// Always run next's JS entry with node directly — avoids .bin symlink issues
|
|
83
|
+
// and path-with-spaces problems on Windows when shell: true is used.
|
|
84
|
+
const child = spawn(process.execPath, [nextBin, ...nextArgs], {
|
|
85
|
+
cwd: pkgDir,
|
|
86
|
+
stdio: ["inherit", "pipe", "inherit"],
|
|
87
|
+
env: { ...process.env, PI_WEB_HOSTNAME: hostname },
|
|
88
|
+
});
|
|
89
|
+
wireChildProcessLifecycle(child);
|
|
90
|
+
|
|
91
|
+
let browserOpened = false;
|
|
92
|
+
const url = `http://${hostname}:${port}`;
|
|
93
|
+
|
|
94
|
+
child.stdout.on("data", (chunk) => {
|
|
95
|
+
const text = chunk.toString();
|
|
96
|
+
process.stdout.write(text);
|
|
97
|
+
if (openBrowser && !browserOpened && text.includes("Ready")) {
|
|
98
|
+
browserOpened = true;
|
|
99
|
+
const isWindows = process.platform === "win32";
|
|
100
|
+
const isMac = process.platform === "darwin";
|
|
101
|
+
// Avoid `shell: true` to suppress Node.js DEP0190 deprecation
|
|
102
|
+
// ("Passing args to a child process with shell option true can lead to
|
|
103
|
+
// security vulnerabilities, as the arguments are not escaped").
|
|
104
|
+
// Pass a structured argv so Node.js handles escaping instead of
|
|
105
|
+
// concatenating the args into a shell command string.
|
|
106
|
+
let opener;
|
|
107
|
+
if (isWindows) {
|
|
108
|
+
// `start` is a cmd.exe built-in, so invoke cmd directly. The empty
|
|
109
|
+
// title argument is required by `start` before the target URL.
|
|
110
|
+
opener = spawn(process.env.ComSpec || "cmd.exe", ["/c", "start", "", url], {
|
|
111
|
+
stdio: "ignore",
|
|
112
|
+
detached: true,
|
|
113
|
+
});
|
|
114
|
+
} else if (isMac) {
|
|
115
|
+
opener = spawn("open", [url], {
|
|
116
|
+
stdio: "ignore",
|
|
117
|
+
detached: true,
|
|
118
|
+
});
|
|
119
|
+
} else {
|
|
120
|
+
opener = spawn("xdg-open", [url], {
|
|
121
|
+
stdio: "ignore",
|
|
122
|
+
detached: true,
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
opener.on("error", (error) => {
|
|
127
|
+
console.warn(`Could not open browser automatically: ${error.message}`);
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
opener.unref();
|
|
131
|
+
}
|
|
132
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// node-pty 1.1.0 ships macOS spawn-helper binaries without executable bits.
|
|
2
|
+
// Remove this workaround once the upstream package preserves those modes.
|
|
3
|
+
/* eslint-disable @typescript-eslint/no-require-imports */
|
|
4
|
+
const { chmodSync, statSync } = require("node:fs");
|
|
5
|
+
const { dirname, join } = require("node:path");
|
|
6
|
+
|
|
7
|
+
if (process.platform === "darwin") {
|
|
8
|
+
const root = dirname(require.resolve("node-pty/package.json"));
|
|
9
|
+
for (const directory of ["build/Release", "build/Debug", `prebuilds/darwin-${process.arch}`]) {
|
|
10
|
+
const helper = join(root, directory, "spawn-helper");
|
|
11
|
+
const stat = statSync(helper, { throwIfNoEntry: false });
|
|
12
|
+
if (stat?.isFile() && (stat.mode & 0o111) !== 0o111) chmodSync(helper, stat.mode | 0o111);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
4
|
+
const os = require("node:os");
|
|
5
|
+
|
|
6
|
+
const forwardedSignals = ["SIGINT", "SIGTERM"];
|
|
7
|
+
const shutdownTimeoutMs = 5_000;
|
|
8
|
+
|
|
9
|
+
function getSignalExitCode(signal) {
|
|
10
|
+
const signalNumber = signal ? os.constants.signals[signal] : undefined;
|
|
11
|
+
return typeof signalNumber === "number" ? 128 + signalNumber : 1;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function wireChildProcessLifecycle(
|
|
15
|
+
child,
|
|
16
|
+
parentProcess = process,
|
|
17
|
+
timeoutMs = shutdownTimeoutMs,
|
|
18
|
+
log = console.error,
|
|
19
|
+
) {
|
|
20
|
+
const signalHandlers = new Map();
|
|
21
|
+
let shutdownTimer;
|
|
22
|
+
// Set once we forward a signal, so an exit we asked for stays quiet and one
|
|
23
|
+
// we did not gets reported.
|
|
24
|
+
let shuttingDown = false;
|
|
25
|
+
|
|
26
|
+
const forceKill = () => child.kill("SIGKILL");
|
|
27
|
+
|
|
28
|
+
function unwire() {
|
|
29
|
+
if (shutdownTimer) clearTimeout(shutdownTimer);
|
|
30
|
+
for (const [forwardedSignal, handler] of signalHandlers) {
|
|
31
|
+
parentProcess.removeListener(forwardedSignal, handler);
|
|
32
|
+
}
|
|
33
|
+
child.removeListener("error", handleError);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
function handleError(error) {
|
|
37
|
+
const failedToSpawn = child.pid === undefined;
|
|
38
|
+
log(
|
|
39
|
+
`[pi-web] ${failedToSpawn ? "could not run the Next.js process" : "Next.js process error"}: ${error.message}`,
|
|
40
|
+
);
|
|
41
|
+
|
|
42
|
+
if (failedToSpawn) {
|
|
43
|
+
unwire();
|
|
44
|
+
parentProcess.exit(1);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
for (const signal of forwardedSignals) {
|
|
49
|
+
const handler = () => {
|
|
50
|
+
if (shutdownTimer) {
|
|
51
|
+
forceKill();
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
shuttingDown = true;
|
|
56
|
+
shutdownTimer = setTimeout(forceKill, timeoutMs);
|
|
57
|
+
shutdownTimer.unref();
|
|
58
|
+
child.kill(signal);
|
|
59
|
+
};
|
|
60
|
+
signalHandlers.set(signal, handler);
|
|
61
|
+
parentProcess.on(signal, handler);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
child.on("error", handleError);
|
|
65
|
+
|
|
66
|
+
child.once("exit", (code, signal) => {
|
|
67
|
+
unwire();
|
|
68
|
+
|
|
69
|
+
// A shutdown the user asked for needs no explanation; anything else left
|
|
70
|
+
// the window closing with no stated reason.
|
|
71
|
+
if (!shuttingDown) {
|
|
72
|
+
log(
|
|
73
|
+
`[pi-web] Next.js exited unexpectedly (${signal ? `signal ${signal}` : `code ${code}`})`,
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
parentProcess.exit(code ?? getSignalExitCode(signal));
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
module.exports = { wireChildProcessLifecycle };
|
package/next.config.ts
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { NextConfig } from "next";
|
|
2
|
+
import { readFileSync } from "fs";
|
|
3
|
+
import { dirname, join } from "path";
|
|
4
|
+
import { fileURLToPath } from "url";
|
|
5
|
+
|
|
6
|
+
const configDir = dirname(fileURLToPath(import.meta.url));
|
|
7
|
+
const { version } = JSON.parse(readFileSync(join(configDir, "package.json"), "utf8")) as { version: string };
|
|
8
|
+
|
|
9
|
+
const nextConfig: NextConfig = {
|
|
10
|
+
outputFileTracingRoot: configDir,
|
|
11
|
+
serverExternalPackages: [
|
|
12
|
+
"node-pty",
|
|
13
|
+
"undici",
|
|
14
|
+
"web-push",
|
|
15
|
+
"@earendil-works/pi-coding-agent",
|
|
16
|
+
"@earendil-works/pi-agent-core",
|
|
17
|
+
"@earendil-works/pi-ai",
|
|
18
|
+
"@earendil-works/pi-tui",
|
|
19
|
+
],
|
|
20
|
+
// Next 16 blocks cross-origin access to dev resources by default. Allow the
|
|
21
|
+
// loopback and the RFC1918 LAN ranges so the dev server stays reachable
|
|
22
|
+
// from other machines on the same LAN.
|
|
23
|
+
allowedDevOrigins: [
|
|
24
|
+
"127.0.0.1",
|
|
25
|
+
"10.*.*.*",
|
|
26
|
+
// 172.16.0.0/12
|
|
27
|
+
"172.16.*.*",
|
|
28
|
+
"172.17.*.*",
|
|
29
|
+
"172.18.*.*",
|
|
30
|
+
"172.19.*.*",
|
|
31
|
+
"172.20.*.*",
|
|
32
|
+
"172.21.*.*",
|
|
33
|
+
"172.22.*.*",
|
|
34
|
+
"172.23.*.*",
|
|
35
|
+
"172.24.*.*",
|
|
36
|
+
"172.25.*.*",
|
|
37
|
+
"172.26.*.*",
|
|
38
|
+
"172.27.*.*",
|
|
39
|
+
"172.28.*.*",
|
|
40
|
+
"172.29.*.*",
|
|
41
|
+
"172.30.*.*",
|
|
42
|
+
"172.31.*.*",
|
|
43
|
+
"192.168.*.*",
|
|
44
|
+
],
|
|
45
|
+
async headers() {
|
|
46
|
+
return [
|
|
47
|
+
{
|
|
48
|
+
source: "/",
|
|
49
|
+
headers: [
|
|
50
|
+
{ key: "Cache-Control", value: "private, no-cache, max-age=0, must-revalidate" },
|
|
51
|
+
],
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
source: "/sw.js",
|
|
55
|
+
headers: [
|
|
56
|
+
{ key: "Cache-Control", value: "public, max-age=0, must-revalidate" },
|
|
57
|
+
{ key: "Service-Worker-Allowed", value: "/" },
|
|
58
|
+
],
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
source: "/manifest.webmanifest",
|
|
62
|
+
headers: [
|
|
63
|
+
{ key: "Cache-Control", value: "public, max-age=0, must-revalidate" },
|
|
64
|
+
],
|
|
65
|
+
},
|
|
66
|
+
];
|
|
67
|
+
},
|
|
68
|
+
env: {
|
|
69
|
+
NEXT_PUBLIC_APP_VERSION: version,
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export default nextConfig;
|
package/package.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@calmabacus/pi-web",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Web UI for the pi coding agent",
|
|
5
|
+
"author": "calmabacus",
|
|
6
|
+
"homepage": "https://github.com/zhudatou630/pi-web#readme",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/zhudatou630/pi-web.git"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/zhudatou630/pi-web/issues"
|
|
13
|
+
},
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public",
|
|
17
|
+
"registry": "https://registry.npmjs.org/"
|
|
18
|
+
},
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=22.19.0"
|
|
21
|
+
},
|
|
22
|
+
"bin": {
|
|
23
|
+
"pi-web": "bin/pi-web.js"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"bin",
|
|
27
|
+
".next",
|
|
28
|
+
"!.next/cache",
|
|
29
|
+
"!.next/dev",
|
|
30
|
+
"!.next/**/*.js.map",
|
|
31
|
+
"public",
|
|
32
|
+
"next.config.ts",
|
|
33
|
+
"package.json"
|
|
34
|
+
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"postinstall": "node bin/prepare-terminal.js",
|
|
37
|
+
"dev": "next dev -H 127.0.0.1 -p 30141",
|
|
38
|
+
"dev:lan": "next dev -H 0.0.0.0 -p 30141",
|
|
39
|
+
"build": "next build --webpack",
|
|
40
|
+
"start": "node bin/pi-web.js",
|
|
41
|
+
"start:lan": "node bin/pi-web.js -H 0.0.0.0",
|
|
42
|
+
"lint": "eslint .",
|
|
43
|
+
"bench:chat": "node --expose-gc lib/chat-performance.bench.mjs",
|
|
44
|
+
"test:terminal": "node e2e/terminal.mjs",
|
|
45
|
+
"test:e2e": "node e2e/run.mjs",
|
|
46
|
+
"test": "node --experimental-strip-types --test \"app/**/*.test.mjs\" \"components/**/*.test.mjs\" \"hooks/**/*.test.mjs\" \"lib/**/*.test.mjs\" \"public/**/*.test.mjs\"",
|
|
47
|
+
"release": "npm version patch --no-git-tag-version && npm run build && npm publish --access public"
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"@earendil-works/pi-agent-core": "0.85.1",
|
|
51
|
+
"@earendil-works/pi-ai": "0.85.1",
|
|
52
|
+
"@earendil-works/pi-coding-agent": "0.85.1",
|
|
53
|
+
"@earendil-works/pi-tui": "0.85.1",
|
|
54
|
+
"@xterm/addon-fit": "0.11.0",
|
|
55
|
+
"@xterm/xterm": "6.0.0",
|
|
56
|
+
"ansi_up": "^6.0.6",
|
|
57
|
+
"js-yaml": "^5.2.3",
|
|
58
|
+
"next": "16.3.1",
|
|
59
|
+
"node-pty": "1.2.0-beta.15",
|
|
60
|
+
"proper-lockfile": "4.1.2",
|
|
61
|
+
"react": "^19.2.4",
|
|
62
|
+
"react-dom": "^19.2.4",
|
|
63
|
+
"remark-frontmatter": "^5.0.0",
|
|
64
|
+
"semver": "7.8.0",
|
|
65
|
+
"undici": "8.10.0",
|
|
66
|
+
"web-push": "^3.6.7"
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
70
|
+
"@types/node": "^25",
|
|
71
|
+
"@types/proper-lockfile": "4.1.4",
|
|
72
|
+
"@types/react": "^19",
|
|
73
|
+
"@types/react-dom": "^19",
|
|
74
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
75
|
+
"@types/semver": "7.8.0",
|
|
76
|
+
"@types/web-push": "^3.6.4",
|
|
77
|
+
"eslint": "^9",
|
|
78
|
+
"eslint-config-next": "16.3.1",
|
|
79
|
+
"jiti": "^2.7.0",
|
|
80
|
+
"katex": "^0.16.47",
|
|
81
|
+
"mammoth": "^1.12.0",
|
|
82
|
+
"mermaid": "^11.16.1",
|
|
83
|
+
"playwright": "^1.62.1",
|
|
84
|
+
"postcss": "^8.5.26",
|
|
85
|
+
"react-markdown": "^10.1.0",
|
|
86
|
+
"react-syntax-highlighter": "^16.1.1",
|
|
87
|
+
"rehype-katex": "^7.0.1",
|
|
88
|
+
"rehype-raw": "^7.0.0",
|
|
89
|
+
"rehype-sanitize": "^6.0.0",
|
|
90
|
+
"remark-gfm": "^4.0.1",
|
|
91
|
+
"remark-math": "^6.0.0",
|
|
92
|
+
"tailwindcss": "^4.2.2",
|
|
93
|
+
"typescript": "^5"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Catppuccin
|
|
4
|
+
Copyright (c) 2023 thang-nm
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14
|
+
copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22
|
+
SOFTWARE.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Catppuccin file icons
|
|
2
|
+
|
|
3
|
+
This directory contains a selected subset of [Catppuccin Icons for VSCode](https://github.com/catppuccin/vscode-icons), version `v1.26.0` (`b6915da9f6889b683a110aa747de96c2820a537d`).
|
|
4
|
+
|
|
5
|
+
- `latte/` provides the shared icon geometry for both themes.
|
|
6
|
+
- Pi Web uses the SVG alpha channel as a mask and applies `var(--text-dim)`,
|
|
7
|
+
so the rendered icons remain monochrome.
|
|
8
|
+
|
|
9
|
+
The copied assets are licensed under the MIT License. See [LICENSE](./LICENSE).
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#4c4f69" stroke-linecap="round" stroke-linejoin="round" d="M4.5 4.5H12c.83 0 1.5.67 1.5 1.5v6c0 .83-.67 1.5-1.5 1.5H2A1.5 1.5 0 01.5 12V3.5a1 1 0 011-1h5a1 1 0 011 1v1" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#4c4f69" stroke-linecap="round" stroke-linejoin="round" d="m1.87 8 .7-2.74a1 1 0 01.96-.76h10.94a1 1 0 01.97 1.24l-1.75 7a1 1 0 01-.97.76H2A1.5 1.5 0 01.5 12V3.5a1 1 0 011-1h5a1 1 0 011 1v1" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke="#40a02b" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path d="M2 15.5c-.7 0-1.5-.8-1.5-1.5V5c0-.7.8-1.5 1.5-1.5h9c.7 0 1.5.8 1.5 1.5v9c0 .7-.8 1.5-1.5 1.5z" />
|
|
4
|
+
<path d="m1.2 3.8 3.04-2.5S5.17.5 5.7.5h8.4c.66 0 1.4.73 1.4 1.4v7.73a2.7 2.7 0 01-.7 1.75l-2.68 3.51" />
|
|
5
|
+
<path d="M6 8.75c0-.69-.54-1.25-1.2-1.25h-.6c-.66 0-1.2.56-1.2 1.25S3.54 10 4.2 10h.6c.66 0 1.2.56 1.2 1.25s-.54 1.25-1.2 1.25h-.6c-.66 0-1.2-.56-1.2-1.25M4.5 6.5v1m0 5v1" />
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path stroke="#8c8fa1" d="M15 11.51c.28 0 .5.23.5.5v3a.5.5 0 01-.5.5h-5a.5.5 0 01-.5-.5v-3c0-.27.22-.5.5-.5zm-4 0v-1.5a1.5 1.5 0 113 0v1.5" />
|
|
4
|
+
<path stroke="#dc8a78" d="M14.5 7.01c0-3.69-4.2-5.57-7-6.5-2.8.93-7 2.81-7 6.5 0 4.85 5.13 5.5 7 5.5" />
|
|
5
|
+
<path stroke="#e64553" d="M5.5 8.51h4c-.67.67-1.33 1-2 1s-1.33-.33-2-1" />
|
|
6
|
+
<path stroke="#4c4f69" d="M5 6.51a.5.5 0 100-1 .5.5 0 000 1m5 0a.5.5 0 100-1 .5.5 0 000 1" />
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#8c8fa1" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.711" d="m7.997 9.694a1.726 1.695 0 1 0 0-3.39 1.726 1.695 0 0 0 0 3.39m3.021-6.78 3.021 5.085-3.021 5.085h-6.042l-3.021-5.085 3.021-5.085z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke="#8839ef" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path d="m4 1.5h8c1.38 0 2.5 1.12 2.5 2.5v8c0 1.38-1.12 2.5-2.5 2.5h-8c-1.38 0-2.5-1.12-2.5-2.5v-8c0-1.38 1.12-2.5 2.5-2.5z" />
|
|
4
|
+
<path stroke-width=".814" d="m 10.240861,11.529149 c 0,0.58011 0.437448,1.039154 0.96002,1.035371 l 0.451635,-0.0032 c 0.522572,-0.0036 0.949379,-0.451477 0.949379,-1.032848 0,-0.581372 -0.426807,-1.065638 -0.949379,-1.065638 l -0.451635,3.4e-5 c -0.522572,3.9e-5 -0.949379,-0.4855273 -0.949379,-1.0656374 0,-0.5801104 0.426807,-1.0378931 0.949379,-1.0378931 l 0.451635,2.825e-4 c 0.522572,3.267e-4 0.951743,0.4577827 0.951743,1.0378931 M 6.8003972,11.529149 c 0,0.58011 0.4374474,1.039154 0.9600196,1.035371 l 0.46464,-0.0032 c 0.5225722,-0.0035 0.9363738,-0.451477 0.9363738,-1.031587 0,-0.580111 -0.4090724,-1.065638 -0.9316446,-1.065638 l -0.4693692,3.4e-5 c -0.5225722,3.8e-5 -0.949379,-0.4855272 -0.949379,-1.0656373 0,-0.5801104 0.4268068,-1.0378931 0.949379,-1.0378931 h 0.4516348 c 0.5225722,0 0.9635665,0.4577827 0.9635665,1.0378931 M 3.4072246,11.529149 c 0,0.58011 0.4374474,1.051765 0.9600196,1.051765 H 4.818879 c 0.5225722,0 0.949379,-0.456521 0.949379,-1.037893 m 0.01129,-2.1312747 c 0,-0.5801103 -0.4374474,-1.037893 -0.9600196,-1.037893 L 4.3678939,8.3741358 C 3.8453217,8.3744624 3.4078743,8.8420074 3.4078743,9.4233788 v 2.1186642" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#df8e1d" stroke-linecap="round" stroke-linejoin="round" d="M8 6.5c3.59 0 6.5-1.4 6.5-2.68S11.59 1.5 8 1.5 1.5 2.54 1.5 3.82 4.41 6.5 8 6.5M14.5 8c0 .83-1.24 1.79-3.25 2.2s-4.49.41-6.5 0S1.5 8.83 1.5 8m13 4.18c0 .83-1.24 1.6-3.25 2-2.01.42-4.49.42-6.5 0-2.01-.4-3.25-1.17-3.25-2m0-8.3v8.3m13-8.3v8.3" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#1e66f5" stroke-linecap="round" stroke-linejoin="round" d="M.5 8.5H11l.75-.5a5.35 5.35 0 010-3.5c1 .6 1 1.88 1.74 2 .77-.09 1.23.01 2 .52 0 0-.97 1.77-2.5 1.98-1.93 3.65-4.5 5.5-6.98 5.5C0 14.5.5 8.5.5 8.5m1 0v-2m0 0h8m-6 2v-4m0 0h4m-2-2h2m-2 6v-6m2 6v-6m2 6v-2" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#df8e1d" stroke-linecap="round" stroke-linejoin="round" d="M5.5 8.5V12m0-6.5V4m0 4.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3m5 3.5v-1.5m0-3V4m0 6.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3M4 1.5h8A2.5 2.5 0 0114.5 4v8a2.5 2.5 0 01-2.5 2.5H4A2.5 2.5 0 011.5 12V4A2.5 2.5 0 014 1.5" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path stroke="#8839ef" d="M11.71 1.5 15.42 8l-3.71 6.5H4.29L.58 8l3.71-6.5z" />
|
|
4
|
+
<path stroke="#7287fd" d="m8 4.07 3.5 1.97v3.92L8 11.93 4.5 9.96V6.04z" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path stroke="#4c4f69" d="M8.5 10.5a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m0-6a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m3 3a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m-4-2v4m-1-6-1-1m4 4-1-1" />
|
|
4
|
+
<path stroke="#fe640b" d="m9.06 1.06 5.88 5.88a1.5 1.5 0 010 2.12l-5.88 5.88a1.5 1.5 0 01-2.12 0L1.06 9.06a1.5 1.5 0 010-2.12l5.88-5.88a1.5 1.5 0 012.12 0" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#209fb5" stroke-linecap="round" stroke-linejoin="round" d="m15.48 8.06-4.85.48m4.85-.48a4.98 4.98 0 01-4.54 5.42 5 5 0 112.95-8.66l-1.7 1.84a2.5 2.5 0 00-4.18 2.06c.05.57.3 1.1.69 1.51.25.27 1 .83 1.78.82.8-.02 1.58-.25 2.07-.81 0 0 .8-.96.68-1.88M2.5 8.5l-2 .01m1.5 2h1.5m-2-3.99 2-.02" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="none" stroke="#ea76cb" stroke-linecap="round" stroke-linejoin="round" d="M9 1.5a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m-5.5 3a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m0 7a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m11 0a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m-5.5 3a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m5.5-10a1 1 0 01-1 1 1 1 0 01-1-1 1 1 0 011-1 1 1 0 011 1m-12 1v5m11-5v5m-10 1h9m-6 2.5-3-1.5m6 1.5 3-1.5m-9-2 4-8m5 8-4-8m-5 1 3-1.5m3 0 3 1.5" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path stroke="#fe640b" d="M1.5 1.5h13L13 13l-5 2-5-2z" />
|
|
4
|
+
<path stroke="#4c4f69" d="M11 4.5H5l.25 3h5.5l-.25 3-2.5 1-2.5-1-.08-1" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill="none" stroke="#04a5e5" stroke-linecap="round" stroke-linejoin="round">
|
|
3
|
+
<path d="M8 10.8c4.14 0 7.5-1.25 7.5-2.8S12.14 5.2 8 5.2.5 6.45.5 8s3.36 2.8 7.5 2.8" />
|
|
4
|
+
<path d="M5.52 9.4c2.07 3.5 4.86 5.72 6.23 4.95 1.37-.78.8-4.24-1.27-7.75C8.41 3.1 5.62.88 4.25 1.65c-1.37.78-.8 4.24 1.27 7.75" />
|
|
5
|
+
<path d="M5.52 6.6c-2.07 3.5-2.64 6.97-1.27 7.75 1.37.77 4.16-1.45 6.23-4.95s2.64-6.97 1.27-7.75C10.38.88 7.59 3.1 5.52 6.6" />
|
|
6
|
+
<path d="M8.5 8a.5.5 0 01-.5.5.5.5 0 01-.5-.5.5.5 0 01.5-.5.5.5 0 01.5.5" />
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|