@baique/pi-web-sky 0.1.32 → 0.1.34
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 +17 -8
- package/.next/build-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +27 -6
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +70 -0
- package/.next/server/app/_global-error/page.js +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/agent/[id]/bash-output/route.js +2 -2
- package/.next/server/app/api/agent/[id]/events/route.js +31 -2
- package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -1
- package/.next/server/app/api/agent/[id]/route.js +30 -1
- package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js.nft.json +1 -1
- package/.next/server/app/api/agent/running/route.js +30 -1
- package/.next/server/app/api/agent/running/route.js.nft.json +1 -1
- package/.next/server/app/api/app-update/route.js +1 -1
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -30
- package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +3 -3
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -30
- package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/boards/[id]/canvas/route.js +1 -0
- package/.next/server/app/api/boards/[id]/canvas/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/[id]/canvas/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/[id]/edges/[eid]/route.js +1 -0
- package/.next/server/app/api/boards/[id]/edges/[eid]/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/[id]/edges/[eid]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/[id]/edges/route.js +1 -0
- package/.next/server/app/api/boards/[id]/edges/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/[id]/edges/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/[id]/nodes/[nid]/route.js +1 -0
- package/.next/server/app/api/boards/[id]/nodes/[nid]/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/[id]/nodes/[nid]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/[id]/nodes/route.js +1 -0
- package/.next/server/app/api/boards/[id]/nodes/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/[id]/nodes/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/[id]/route.js +1 -0
- package/.next/server/app/api/boards/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/reorder/route.js +1 -0
- package/.next/server/app/api/boards/reorder/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/reorder/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/boards/route.js +1 -0
- package/.next/server/app/api/boards/route.js.nft.json +1 -0
- package/.next/server/app/api/boards/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/browse/route.js +1 -1
- package/.next/server/app/api/cwd/validate/route.js +2 -2
- package/.next/server/app/api/default-cwd/route.js +2 -2
- package/.next/server/app/api/file-index/route.js +2 -2
- package/.next/server/app/api/files/[...path]/route.js +3 -3
- package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/git/diff/route.js +1 -35
- package/.next/server/app/api/git/diff/route.js.nft.json +1 -1
- package/.next/server/app/api/git/status/route.js +1 -35
- package/.next/server/app/api/git/status/route.js.nft.json +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/mcp/route.js +2 -2
- package/.next/server/app/api/models/route.js +2 -2
- package/.next/server/app/api/models-config/catalog/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/plugins/route.js +2 -2
- package/.next/server/app/api/project-trust/route.js +30 -1
- package/.next/server/app/api/project-trust/route.js.nft.json +1 -1
- package/.next/server/app/api/quota/route.js +1 -1
- package/.next/server/app/api/search/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +31 -2
- package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/[id]/context/route.js +30 -1
- package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/[id]/state/route.js +30 -1
- package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/[id]/todos/route.js +30 -1
- package/.next/server/app/api/sessions/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/route.js +30 -1
- package/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/check/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +2 -2
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/skills/update/route.js +1 -1
- package/.next/server/app/api/tasks/[id]/board/route.js +1 -0
- package/.next/server/app/api/tasks/[id]/board/route.js.nft.json +1 -0
- package/.next/server/app/api/tasks/[id]/board/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tasks/[id]/route.js +1 -1
- package/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/tasks/reorder/route.js +1 -30
- package/.next/server/app/api/tasks/reorder/route.js.nft.json +1 -1
- package/.next/server/app/api/tasks/route.js +1 -30
- package/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/.next/server/app/api/terminal/[id]/events/route.js +3 -3
- package/.next/server/app/api/terminal/[id]/route.js +2 -2
- package/.next/server/app/api/terminal/route.js +2 -2
- package/.next/server/app/api/worktrees/route.js +2 -2
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +6 -6
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -6
- package/.next/server/app/index.segments/_full.segment.rsc +6 -6
- package/.next/server/app/index.segments/_tree.segment.rsc +3 -3
- package/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/.next/server/app/page.js +8 -8
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +17 -8
- package/.next/server/chunks/2092.js +30 -0
- package/.next/server/chunks/2404.js +1 -1
- package/.next/server/chunks/402.js +1 -1
- package/.next/server/chunks/{3379.js → 5760.js} +1 -1
- package/.next/server/chunks/5794.js +35 -0
- package/.next/server/chunks/6429.js +1 -0
- package/.next/server/chunks/7513.js +1 -1
- package/.next/server/chunks/898.js +30 -0
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/3178.73f47c1845fe51df.js +259 -0
- package/.next/static/chunks/3266.a491c09b3f6b57e6.js +1 -0
- package/.next/static/chunks/{3308.be8762955e7155d1.js → 3308.857c554428b3294e.js} +1 -1
- package/.next/static/chunks/3744.d362159c4d7b91f4.js +1 -0
- package/.next/static/chunks/54a60aa6.0e43cde7298ebcb7.js +78 -0
- package/.next/static/chunks/5518.79782f5b65bbefd6.js +1 -0
- package/.next/static/chunks/70e0d97a.337966195abe6fe0.js +1 -0
- package/.next/static/chunks/7268.7bf6d531e3905a52.js +1 -0
- package/.next/static/chunks/app/_global-error/page-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/[id]/canvas/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/[id]/edges/[eid]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/[id]/edges/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/[id]/nodes/[nid]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/[id]/nodes/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/[id]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/reorder/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/boards/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/home/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/mcp/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/models/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/quota/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/search/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/skills/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/board/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/tasks/[id]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/tasks/reorder/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/tasks/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/events/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/terminal/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/{layout-44c2a1db46fb38f3.js → layout-629d926928cb5e43.js} +1 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/app/page-fca5ee35186517d3.js +89 -0
- package/.next/static/chunks/e3e7ddb2.a35db430b3564999.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9cbffd52890a7ee2.js +1 -0
- package/.next/static/chunks/webpack-a0d987c4f912a15f.js +1 -0
- package/.next/static/css/46396d55066d14af.css +1 -0
- package/.next/static/css/77c5948f82acf3c3.css +1 -0
- package/.next/static/css/80c818c5781fbadc.css +4 -0
- package/.next/static/rGUWWAqLz0cYSW8-IDVSA/_buildManifest.js +1 -0
- package/.next/trace +7 -7
- package/.next/trace-build +1 -1
- package/.next/types/app/api/boards/[id]/canvas/route.ts +353 -0
- package/.next/types/app/api/boards/[id]/edges/[eid]/route.ts +353 -0
- package/.next/types/app/api/boards/[id]/edges/route.ts +353 -0
- package/.next/types/app/api/boards/[id]/nodes/[nid]/route.ts +353 -0
- package/.next/types/app/api/boards/[id]/nodes/route.ts +353 -0
- package/.next/types/app/api/boards/[id]/route.ts +353 -0
- package/.next/types/app/api/boards/reorder/route.ts +353 -0
- package/.next/types/app/api/boards/route.ts +353 -0
- package/.next/types/app/api/tasks/[id]/board/route.ts +353 -0
- package/.next/types/routes.d.ts +10 -1
- package/.next/types/validator.ts +81 -0
- package/README.md +11 -0
- package/package.json +2 -1
- package/.next/server/chunks/1457.js +0 -30
- package/.next/static/chunks/3266.4c7192f2067645eb.js +0 -1
- package/.next/static/chunks/7268.236544be8e242c16.js +0 -1
- package/.next/static/chunks/app/_global-error/page-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/app-update/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/home/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/mcp/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/models/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/models-config/catalog/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/project-trust/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/quota/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/search/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/skills/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/tasks/[id]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/tasks/reorder/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/tasks/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/terminal/[id]/events/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/terminal/[id]/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/terminal/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/app/page-255f2073b07c4d6f.js +0 -89
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-11d96eed20d5efa5.js +0 -1
- package/.next/static/chunks/webpack-09241b8782696d25.js +0 -1
- package/.next/static/css/ad030894558ed286.css +0 -1
- package/.next/static/css/de7b7ffe9688501b.css +0 -1
- package/.next/static/qwmfKj7b5-4hr-C6kFkRA/_buildManifest.js +0 -1
- /package/.next/static/{qwmfKj7b5-4hr-C6kFkRA → rGUWWAqLz0cYSW8-IDVSA}/_ssgManifest.js +0 -0
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8974],{14755:(e,t,n)=>{"use strict";n.d(t,{getPresetFromTools:()=>c,sn:()=>d,xG:()=>u});let r=["none","read-only","default","full"],i=[],o=["read","grep","find","ls"],l=["read","bash","edit","write"],a=["bash","read","edit","write","grep","find","ls"],s=new Set(a);function d(e){return"string"==typeof e&&r.includes(e)}function c(e){let t=e.filter(e=>e.active);if(0===t.length)return"none";let n=t.map(e=>e.name).filter(e=>s.has(e)).sort().join(",");return n===[...o].sort().join(",")?"read-only":n===[...l].sort().join(",")?"default":n===[...a].sort().join(",")?"full":"default"}function u(e){return"none"===e?[...i]:"read-only"===e?[...o]:"full"===e?[...a]:[...l]}},31590:(e,t,n)=>{"use strict";n.d(t,{a:()=>s});var r=n(12115);let i="(max-width: 640px)";function o(e){if(!window.matchMedia)return()=>{};let t=window.matchMedia(i);return t.addEventListener("change",e),()=>t.removeEventListener("change",e)}function l(){return!!window.matchMedia&&window.matchMedia(i).matches}function a(){return!1}function s(){return(0,r.useSyncExternalStore)(o,l,a)}},39247:(e,t,n)=>{"use strict";n.d(t,{I18nProvider:()=>c,s:()=>u});var r=n(95155),i=n(12115);let o=new Map;function l(e){if(!e.id.trim())throw Error("Locale id must not be empty");if(o.has(e.id))throw Error(`Locale already registered: ${e.id}`);o.set(e.id,e)}function a(){return[...o.keys()]}l({id:"en",label:"English",messages:{"common.ok":"OK","common.language":"Language","common.models":"Models","common.skills":"Skills","common.plugins":"Plugins","appUpdate.releaseNotes":"Pi Web v{version} is available. View release notes","sidebar.hide":"Hide sidebar","sidebar.show":"Show sidebar","theme.light":"Light mode (click for dark)","theme.dark":"Dark mode (click for system)","theme.auto":"System theme (click for light)","history.full":"History","history.unsaved":"History is available after the session is saved","history.label":"History","title.generating":"Generating...","title.updated":"Title updated","title.failed":"Generation failed","title.generate":"Generate title","title.unsaved":"Title generation is available after the session is saved","title.noMessages":"Send a message before naming this session","title.generateSession":"Generate a session title","system.prompt":"System prompt","system.empty":"System prompt is empty (tools are disabled)","system.load":"System prompt has not loaded yet","system.loading":"Loading system prompt…","system.label":"System","session.info":"Session info","session.name":"Name","session.file":"File","session.inMemory":"In-memory","session.id":"ID","session.user":"User","session.assistant":"Assistant","session.toolCalls":"Tool Calls","session.toolResults":"Tool Results","session.total":"Total","session.input":"Input","session.output":"Output","session.cacheRead":"Cache Read","session.cacheWrite":"Cache Write","session.cost":"Cost","session.context":"Context","session.cacheHitRate":"Avg cache hit rate","session.copy":"Copy {value}","session.copied":"Copied","session.title":"Session info","session.load":"Send a message or run /session to load session info","session.infoSection":"Session Info","session.messages":"Messages","session.tokens":"Tokens","session.totalActive":"Active Time","session.copyFile":"Copy file path","session.copyId":"Copy session ID","workspace.opening":"Opening workspace...","workspace.unable":"Unable to open workspace","workspace.selectSession":"Select a session from the sidebar","workspace.getStarted":"Get Started","workspace.selectProject":"Select a project directory from the sidebar","workspace.addModels":"Add models via the Models button at the bottom","workspace.stepProject":"Select a project directory from the sidebar","workspace.stepModels":"Add models via the Models button at the bottom","files.hidePanel":"Hide file panel","files.showPanel":"Show file panel","files.noneOpen":"No file open","layout.resizeSidebar":"Resize sidebar","layout.resizeFilePanel":"Resize file panel","layout.resizeHint":"Drag to resize. Double-click or press Enter to reset.","sidebar.new":"New","sidebar.newSessionTitle":"New session in {path}","sidebar.refresh":"Refresh","sidebar.selectProject":"Select project…","sidebar.filterProjects":"Filter projects…","sidebar.noMatchingProjects":"No matching projects","sidebar.useDefaultDirectory":"Use default directory","sidebar.customPath":"Custom path…","directoryPicker.selectDirectory":"Select directory","directoryPicker.goToParent":"Go to parent directory","directoryPicker.directoryPath":"Directory path","directoryPicker.goToDirectory":"Go to directory","directoryPicker.go":"Go","directoryPicker.loadingDirectories":"Loading directories…","directoryPicker.noSubdirectories":"No subdirectories","directoryPicker.openBeforeSelecting":"Open this path before selecting it","directoryPicker.selectCurrentDirectory":"Select current directory","directoryPicker.selectThisFolder":"Select this folder","directoryPicker.noDrives":"No drives found","sidebar.checking":"Checking…","sidebar.open":"Open","sidebar.cancel":"Cancel","sidebar.openRepoRoot":"Open repo root","sidebar.openRepoRootTitle":"Open the repository root to manage worktrees.","sidebar.gitRepoRootOnly":"Git repo root only","sidebar.gitRepoRootOnlyTitle":"Worktrees are available in Git repository roots.","sidebar.worktrees":"Worktrees...","sidebar.checkingWorktrees":"Checking worktrees for this directory.","sidebar.filterWorktrees":"Filter worktrees…","sidebar.noMatchingWorktrees":"No matching worktrees","sidebar.switchWorktree":"Switch worktree","sidebar.switchWorktreeTitle":"Switch worktree: {path}","sidebar.main":"main","sidebar.forceRemoveCheckout":"Uncommitted changes. Force remove checkout?","sidebar.force":"Force","sidebar.createWorktreeTitle":"Create a worktree checkout for a branch","sidebar.newWorktree":"New worktree…","sidebar.branchName":"branch name","sidebar.creating":"Creating…","sidebar.create":"Create","sidebar.uploadFilesTitle":"Upload files to project root","sidebar.uploadFiles":"Upload files","sidebar.refreshExplorer":"Refresh explorer","sidebar.changedFiles":"{count} changed files","sidebar.loading":"Loading...","sidebar.noSessions":"No sessions found","sidebar.agentRunning":"Agent running…","sidebar.newActivity":"New activity","sidebar.newSessionActivity":"New session activity","sidebar.deleteSession":"Delete {title}? This cannot be undone.","sidebar.rename":"Rename","sidebar.pin":"Pin to top","sidebar.unpin":"Unpin","sidebar.pinTask":"Pin task","sidebar.unpinTask":"Unpin task","sidebar.pinned":"Pinned","sidebar.moreActions":"More actions","sidebar.delete":"Delete","sidebar.expandForks":"Expand forks","sidebar.collapseForks":"Collapse forks","sidebar.messagesCount":"{count} msgs","sidebar.views":"Views","sidebar.sessionTab":"Sessions","sidebar.filesTab":"Files","sidebar.tasks":"Tasks","sidebar.tempSessions":"Chat","sidebar.newTask":"New task…","sidebar.taskName":"Task name","sidebar.newTaskSession":"New task session","sidebar.loadMoreSessions":"Load more ({count})","sidebar.resizeTasks":"Drag to resize the tasks area","sidebar.deleteTask":"Delete task","sidebar.deleteTaskConfirm":'Delete task "{name}" and its {count} sessions? This cannot be undone.',"search.placeholder":"Search sessions…","search.indexing":"Indexing…","search.noResults":"No matching sessions","search.empty":"Type a keyword to search session titles or messages","search.title":"Title","sidebar.worktreePath":"Worktree: {path}","sidebar.removeWorktreeTitle":"Remove worktree checkout {path}; the branch is kept","files.modified":"Modified","files.added":"Added","files.deleted":"Deleted","files.renamed":"Renamed","files.untracked":"Untracked","files.conflict":"Conflict","files.newlyUploaded":"Newly uploaded","files.containsChangedFiles":"Contains changed files","files.insertPath":"Insert path into chat","files.mention":"mention","files.download":"Download file","files.dismissError":"Dismiss error","files.addUploadedFile":"Add uploaded file to chat","files.addAllUploadedFiles":"Add all uploaded files to chat","files.dismissUploadResults":"Dismiss upload results","files.loading":"Loading files...","files.searchPlaceholder":"Search files…","files.noFiles":"No files found","files.explorer":"Explorer","files.changedCount":"{count} files","files.changeStats":"{count} changed files, {additions} lines added, {deletions} lines deleted","files.conflictSummary":"{count} file{countSuffix} already exist: {files}","files.cannotReplace":"Cannot replace: {files}","files.replace":"Replace","files.skipExisting":"Skip existing","files.cancel":"Cancel","files.checking":"Checking files","files.uploading":"Uploading, {progress}%","chat.loadingSession":"Loading session...","chat.runningTool":"Running tool...","chat.generatingToolInput":"Generating parameters...","chat.runningNamedTool":"Running {name}...","chat.runningTools":"Running {names}...","chat.runningToolsMore":"Running {names} (+{count})...","chat.waitingModel":"Waiting for model...","chat.runningCommand":"Running command...","chat.commandBusy":"Running {name}…","chat.thinking":"Thinking...","chat.processDetails":"Process details","chat.message":"message","chat.messages":"messages","chat.toolCall":"tool call","chat.toolCalls":"tool calls","chat.collapseProcess":"Collapse process details","chat.expandProcess":"Expand process details","chat.filesWritten":"Files changed","chat.openWrittenFile":"Open {name}","chat.loadEarlier":"Scroll up to load earlier messages ({count} hidden)","chat.extensionRequest":"extension request","chat.cancel":"Cancel","chat.confirm":"Confirm","chat.submit":"Submit","chat.extensionInput":"Extension terminal input","chat.extensionPanel":"Extension panel","chat.extensionWidgets":"Extension widgets","chat.extensionWidgetAbove":"Above editor widget","chat.extensionWidgetBelow":"Below editor widget","chat.extensionWidgetLine":"{count} line","chat.extensionWidgetLines":"{count} lines","chat.close":"Close","chat.queued":"Queued \xb7 {count}","chat.recall":"Recall to input","chat.recallTitle":"Remove all queued messages and put them back into the input box for editing","chat.retrying":"Retrying ({attempt}/{max})…","chat.loadingCommands":"Loading commands...","chat.slashCommands":"Slash commands \xb7 {label}","chat.tabEnter":"Tab / Enter","chat.noCommands":"No extension, prompt, or skill commands found","chat.match":"1 match","chat.matches":"{count} matches","chat.command":"1 command","chat.commands":"{count} commands","chat.loadingFiles":"Loading files...","chat.files":"Files \xb7 {label}{hint}","chat.searching":"Searching…","chat.noMatchingFiles":"No matching files","chat.searchingAll":" \xb7 searching all files…","chat.indexTruncated":" \xb7 index truncated","chat.steerPlaceholder":"Steer now / queue follow-up...","chat.agentPlaceholder":"Agent is running…","chat.messagePlaceholder":"Message… Type / for commands, @ for files","chat.steer":"Steer","chat.followUp":"Follow-up","chat.send":"Send","chat.attachImage":"Attach image","chat.previewImage":"Preview image","chat.filterModels":"Filter models…","chat.noMatchingModels":"No matching models","chat.moreControls":"More controls","chat.collapseControls":"Collapse controls","chat.shell":"Shell","chat.outputLocal":"output stays local","chat.outputModel":"output sent to model","chat.noTools":"No tools","chat.readOnlyTools":"{count} read-only built-in tools","chat.builtInTools":"{count} built-in tools","chat.allBuiltInTools":"All built-in tools","chat.changeReasoning":"Change reasoning level: {level}","chat.changeReasoningLabel":"Change reasoning level","chat.changeToolPreset":"Change tool preset","chat.stopCompaction":"Stop compaction","chat.compactContext":"Compact context","chat.compacting":"Compacting…","chat.compact":"Compact","chat.scrollToLatest":"Back to latest","bg.title":"Wallpaper","bg.choose":"Choose image…","bg.replace":"Replace image…","bg.remove":"Remove wallpaper","bg.hint":"The original file is stored locally in your browser — never re-encoded or uploaded.","bg.repeat":"Tile horizontally","bg.fill":"Edge colour fill","bg.adjust":"Adjust horizontal position…","bg.adjustHint":"Drag left / right to reposition","bg.adjustDone":"Done","bg.reset":"Reset position","bg.bubbleOpacity":"Bubble opacity","bg.bubbleBlur":"Frost blur","bg.bubbleReset":"Reset bubbles","chat.stopAgent":"Stop agent","chat.stop":"Stop","chat.disableSound":"Disable completion sound","chat.enableSound":"Enable completion sound","chat.thinkingUseDefault":"Use pi default","chat.thinkingOff":"Reasoning off","chat.thinkingMinimal":"Minimal reasoning","chat.thinkingLow":"Low reasoning","chat.thinkingMedium":"Medium reasoning","chat.thinkingHigh":"High reasoning","chat.thinkingXhigh":"Extra-high reasoning","chat.thinkingMax":"Max reasoning","chat.builtIn":"Built-in","chat.extensions":"Extensions","chat.prompts":"Prompts","chat.skills":"Skills","chat.dormant":"dormant","chat.commandCompact":"Compress context, optionally with instructions","chat.commandReload":"Reload extensions, skills, prompts, and tools","chat.commandName":"Set the session display name","chat.commandSession":"Show session message, token, and cost stats","chat.commandCopy":"Copy the last assistant message","chat.compacted":"Compacted","chat.tokensSaved":"{saved} saved","i18n.close":"Close","i18n.copy":"Copy","i18n.pin":"Pin","i18n.pinTitle":"Pin this message (creates a draggable/resizable float)","i18n.copied":"Copied","i18n.cancel":"Cancel","i18n.save":"Save","i18n.saving":"Saving…","i18n.saved":"Saved","i18n.remove":"Remove","i18n.removing":"Removing…","i18n.delete":"Delete","i18n.loading":"Loading...","i18n.search":"Search","i18n.refresh":"Refresh","i18n.update":"Update","i18n.updating":"Updating...","i18n.check":"Check","i18n.checking":"Checking...","i18n.install":"Install","i18n.installing":"Installing...","i18n.noResults":"No results","i18n.searchProviders":"Search providers…","i18n.noProviders":"No providers match","i18n.newModel":"new model","i18n.addProvider":"Add provider","i18n.selectProviderModel":"Select a provider or model","i18n.visibleInPrompt":"Visible in model prompt — click to disable","i18n.hiddenFromPrompt":"Hidden from model prompt — click to enable","i18n.dormant":"Dormant","i18n.hiddenButInvocable":"Hidden from model, still manually invocable","i18n.skillSearchPlaceholder":"e.g. react, testing, deploy","i18n.searching":"Searching…","i18n.noSkills":"No skills found","i18n.checkUpdates":"Check updates","i18n.updates":"updates","i18n.noResolvedResources":"No resolved resources","i18n.enablePackage":"Enable package","i18n.disablePackage":"Disable package","i18n.filtered":"filtered","i18n.openSessionToReload":"Open a session to reload","i18n.notFound":"Not found","i18n.noPlugins":"No plugins configured","trust.resourcesNotLoaded":"Restricted mode","trust.trustProject":"Trust project","trust.trusting":"Trusting...","trust.cancel":"Cancel","trust.dialogTitle":"Trust this project?","trust.dialogBody":"Project resources can run local code. Trust only projects whose contents you know.","trust.skillsNotLoaded":"Project skills are not loaded because this project is not trusted.","trust.pluginsNotLoaded":"Project plugins are not loaded because this project is not trusted.","trust.projectScopeUnavailable":"Project installs are unavailable while project resources are not loaded.","i18n.creatingSession":"Creating new session…","i18n.creating":"Creating…","i18n.subscription":"Subscription","i18n.subscriptions":"Subscriptions","i18n.customEndpoint":"Custom endpoint format","i18n.noChanges":"No changes","i18n.branches":"Branches","i18n.noActiveSession":"No active session","i18n.noBranches":"This session has no branches","i18n.source":"Source","i18n.preview":"Preview","i18n.diff":"Diff","i18n.downloadFile":"Download file","i18n.liveSync":"Live sync active","i18n.notWatching":"Not watching","i18n.fileViewMode":"File view mode","i18n.compareHead":"Compare working tree with HEAD","i18n.mentionSelectedLines":"Mention selected lines","i18n.disableWrap":"Disable word wrap","i18n.enableWrap":"Enable word wrap","i18n.htmlPreview":"HTML preview","i18n.previewFile":"Preview {file}","i18n.invalidMermaid":"Invalid Mermaid diagram","i18n.renderingMermaid":"Rendering Mermaid diagram","i18n.previewAfterStreaming":"Preview available after streaming","i18n.showMermaidSource":"Show Mermaid source","i18n.previewMermaid":"Preview Mermaid diagram","i18n.openMermaidViewer":"Open diagram viewer","i18n.mermaidViewer":"Mermaid diagram viewer","i18n.mermaidDiagram":"Mermaid diagram","i18n.zoomOut":"Zoom out","i18n.zoomIn":"Zoom in","i18n.fitToWidth":"Fit to width","models.discoveryFetching":"Importing models…","models.discoveryFetch":"Import models…","models.discoveryFilterPlaceholder":"Filter {count} models…","models.discoveryFilter":"Filter upstream models","models.discoverySelectShown":"Select shown","models.discoveryNoMatches":"No matching models.","models.discoveryAdded":"added","models.discoveryShowing":"Showing first {shown} of {total}","models.discoveryFetched":"{count} models fetched","models.discoveryAddSelected":"Add selected","models.discoveryAddSelectedCount":"Add selected ({count})","models.catalogSource":"source: models.dev ↗","models.catalogFilling":"Filling details…","models.catalogFill":"Fill model details","models.catalogFilled":"{count} fields filled","models.catalogNoEmptyFields":"No empty fields to fill","models.catalogNoExactMatch":"No exact models.dev match","models.catalogPriceProvider":"Price matched Provider {provider}","models.catalogPriceBaseUrl":"Price matched Base URL to {provider}","models.catalogPriceConsensus":"Price agreed by {support}/{total} records","models.catalogPriceUnreliable":"No reliable price found","models.catalogUndo":"Undo","models.capabilities":"Capabilities","models.reasoning":"Reasoning / thinking","models.imageInput":"Image input","models.modelSpecs":"Model specifications","models.contextWindow":"Context window (tokens)","models.maxOutputTokens":"Max output tokens","models.costPerMillion":"Cost per million tokens","models.costInput":"Input","models.costOutput":"Output","models.costCacheRead":"Cache read","models.costCacheWrite":"Cache write","models.notProvided":"Not provided","models.editCosts":"Edit prices","models.finishEditingCosts":"Done","models.costAllRequired":"Enter a valid non-negative price; blank fields are saved as 0.","models.advancedSettings":"Advanced settings","models.providerDefaults":"Using provider defaults","models.headersSummary":"Headers: {count}","models.compatSummary":"Compatibility: {count}","models.thinkingSummary":"Thinking levels: {count}","models.apiOverride":"API override","models.headers":"Headers","models.headersHelp":"Added to this model's requests and overrides provider headers.","models.compatibility":"Compatibility","models.deepSeekThinkingCompat":"DeepSeek thinking compatibility","models.developerRole":"Use the developer role for the system prompt","models.thinkingLevelMap":"Thinking level map","models.clearAll":"Clear all","i18n.testingModel":"Testing model connection...","i18n.connected":"Connected","i18n.failed":"Failed","i18n.test":"Test","i18n.testConnection":"Test model connection","i18n.provider":"Provider","i18n.model":"Model","i18n.providerName":"Provider name","i18n.rename":"Rename","i18n.default":"Default","i18n.disabled":"Disabled","i18n.noResources":"No resources","i18n.unknown":"Unknown","i18n.installedVersion":"installed {version}","i18n.configuredVersion":"configured {version}","i18n.extensions":"Extensions","i18n.prompts":"Prompts","i18n.themes":"Themes","i18n.resourceCount":"{count} {label}","i18n.extensionShort":"ext","i18n.skillShort":"skills","i18n.promptShort":"prompts","i18n.themeShort":"themes","i18n.custom":"Custom","i18n.clearAll":"clear all","i18n.connectedSuccessfully":"Connected successfully.","i18n.notConnected":"not connected","i18n.configured":"configured","i18n.notConfigured":"not configured","i18n.openingBrowser":"Opening browser…","i18n.submit":"Submit","i18n.login":"Login","i18n.relogin":"Re-login","i18n.disconnect":"Disconnect","i18n.networkError":"Network error","i18n.continuing":"Continuing…","i18n.skills":"Skills","i18n.plugins":"Plugins","i18n.addSkill":"Add skill","i18n.addPlugin":"Add plugin","i18n.selectSkill":"Select a skill","i18n.selectPackage":"Select a package","i18n.updateAvailable":"Update available","i18n.upToDate":"Up to date","i18n.automaticChecksUnavailable":"Automatic checks unavailable","i18n.checkFailed":"Check failed","i18n.installed":"Installed","i18n.status":"Status","i18n.version":"Version","i18n.package":"Package","i18n.resources":"Resources","i18n.installedPath":"Installed path","i18n.cwd":"CWD","i18n.resolvedResources":"Resolved Resources","i18n.reloadSession":"Reload session","i18n.reloading":"Reloading...","i18n.packageRemoved":"Package removed.","i18n.packageInstalled":"Package installed.","i18n.packageUpdated":"Package updated.","i18n.packageDisabled":"Package disabled.","i18n.packageEnabled":"Package enabled.","i18n.sessionReloaded":"Session reloaded.","i18n.thinking":"Thinking","i18n.largeMessageReveal":"Message content is very large ({size}). Click to view as plain text — markdown rendering is disabled to keep the page responsive.","i18n.loadingThinking":"Loading thinking...","i18n.copyMessage":"Copy message","i18n.editFromHere":"Edit from here","i18n.editFromHereTitle":"Edit from here — branches within this session","i18n.newSession":"New session","i18n.newSessionTitle":"New session — creates an independent copy from here","i18n.estimatedTokens":"Estimated token count while streaming","i18n.noOutput":"(no output)","i18n.noSummary":"(no summary)","i18n.conversationCompacted":"Conversation compacted","i18n.compactionDescription":"The conversation history before this point was compacted into the following summary:","i18n.fileContext":"File context: {details}","i18n.readFiles":"Read files","i18n.modifiedFiles":"Modified files","i18n.hiddenExtensionMessage":"hidden extension message","i18n.noMessage":"(no message)","i18n.showExtensionMessage":"Show extension message","i18n.collapse":"Collapse","i18n.expand":"Expand","i18n.hideDetails":"Hide details","i18n.showDetails":"Show details","i18n.thinkingUnavailable":"Thinking content unavailable","i18n.before":"Before","i18n.after":"After","i18n.sessionComplete":"Session complete","i18n.taskFinished":"Task finished.","i18n.attentionNeeded":"Pi needs your attention","i18n.extensionInputNeeded":"An extension is waiting for your input.","todo.title":"Tasks","todo.completed":"completed","todo.empty":"No active tasks. Ask the agent to add some!","notice.title":"Notifications","notice.empty":"No notifications","notice.expand":"Expand details","notice.collapse":"Collapse","notice.remove":"Remove notification","notice.clearAll":"Clear all","terminal.title":"Terminal","terminal.new":"New terminal","terminal.all":"All terminals","terminal.exited":"exited","terminal.cleanupDisconnected":"Remove disconnected terminals","terminal.empty":"No terminal sessions","terminal.createFirst":"Create a terminal session","terminal.close":"Kill process and close","terminal.resize":"Drag to resize terminal","terminal.drag":"Drag to move terminal","mcp.sectionTitle":"MCP servers","mcp.addButton":"Add MCP","mcp.emptyList":'No MCP servers yet. Click "Add MCP" below to create one.',"mcp.emptyDetail":'Select an MCP server on the left, or click "Add MCP".',"mcp.itemEnabled":"enabled","mcp.itemDisabled":"disabled","mcp.addTitle":"Add MCP server","mcp.editTitle":"Edit MCP: {name}","mcp.modeBasic":"Basic","mcp.modeJson":"JSON advanced","mcp.nameLabel":"Name","mcp.namePlaceholder":"e.g. github","mcp.specLabel":"Command or URL (http/https is treated as a URL)","mcp.specPlaceholder":"npx -y @modelcontextprotocol/server-github or https://example.com/mcp","mcp.argsLabel":"Extra args (optional, space separated)","mcp.jsonLabel":"Server definition (JSON) - all fields supported: command/url/socket, args, env, lifecycle, directTools, timeout","mcp.loadingDef":"Loading config...","mcp.jsonEmpty":"JSON cannot be empty","mcp.jsonParseError":"JSON parse failed: {message}","mcp.jsonNotObject":'JSON must be an object, e.g. {"command":"npx","args":["-y","..."]}',"mcp.jsonNeedsEntry":"JSON must contain command, url or socket","mcp.save":"Save","mcp.saveEdit":"Save changes","mcp.saving":"Saving...","mcp.cancel":"Cancel","mcp.enable":"Enable","mcp.disable":"Disable","mcp.disabledBadge":"Disabled","mcp.test":"Test connection","mcp.testing":"Testing...","mcp.edit":"Edit","mcp.delete":"Delete","mcp.moveToGlobal":"Move to global","mcp.moveToProject":"Move to project","mcp.kindCommand":"Command","mcp.kindUrl":"URL","mcp.kindSocket":"Socket","mcp.fieldType":"Type","mcp.fieldArgs":"Args","mcp.fieldEnv":"Env vars","mcp.fieldOptions":"Options","mcp.fieldSource":"Source","mcp.fieldCwd":"CWD","mcp.msgEnabled":"Enabled {name} (run /reload to apply)","mcp.msgDisabled":"Disabled {name} (run /reload to apply)","mcp.msgDeleted":"Deleted {name}","mcp.msgMoved":"Moved {name} to {scope} (run /reload to apply)","mcp.msgUpdated":"Updated {name} (run /reload to apply)","mcp.msgAdded":"Added {name} (run /reload to apply)","mcp.msgTestResult":"Test {name}: {result}","mcp.msgTestError":"Test {name}: {error}","common.close":"Close"}}),l({id:"zh-CN",label:"简体中文",messages:{"common.ok":"确定","common.close":"关闭","common.language":"语言","common.models":"模型","common.skills":"技能","common.plugins":"插件","appUpdate.releaseNotes":"Pi Web v{version} 可用,查看更新说明","sidebar.hide":"隐藏侧边栏","sidebar.show":"显示侧边栏","theme.light":"浅色模式(点击切换到深色)","theme.dark":"深色模式(点击切换到跟随系统)","theme.auto":"跟随系统(点击切换到浅色)","history.full":"历史","history.unsaved":"会话保存后才能查看历史","history.label":"历史","title.generating":"正在生成...","title.updated":"标题已更新","title.failed":"生成失败","title.generate":"生成标题","title.unsaved":"会话保存后才能生成标题","title.noMessages":"请先发送消息,再为会话命名","title.generateSession":"生成会话标题","system.prompt":"系统提示词","system.empty":"系统提示词为空(工具已禁用)","system.load":"系统提示词尚未加载","system.loading":"正在加载系统提示词…","system.label":"系统","session.info":"会话信息","session.name":"名称","session.file":"文件","session.inMemory":"内存中","session.id":"ID","session.user":"用户","session.assistant":"助手","session.toolCalls":"工具调用","session.toolResults":"工具结果","session.total":"总计","session.input":"输入","session.output":"输出","session.cacheRead":"缓存读取","session.cacheWrite":"缓存写入","session.cost":"费用","session.context":"上下文","session.cacheHitRate":"平均缓存命中率","session.copy":"复制{value}","session.copied":"已复制","session.title":"会话信息","session.load":"发送消息或运行 /session 以加载会话信息","session.infoSection":"会话信息","session.messages":"消息","session.tokens":"Token","session.totalActive":"活跃时长","session.copyFile":"复制文件路径","session.copyId":"复制会话 ID","workspace.opening":"正在打开工作区...","workspace.unable":"无法打开工作区","workspace.selectSession":"从侧边栏选择一个会话","workspace.getStarted":"开始使用","workspace.selectProject":"从侧边栏选择项目目录","workspace.addModels":"点击底部的“模型”按钮添加模型","workspace.stepProject":"从侧边栏选择项目目录","workspace.stepModels":"点击底部的“模型”按钮添加模型","files.hidePanel":"隐藏文件面板","files.showPanel":"显示文件面板","files.noneOpen":"没有打开的文件","layout.resizeSidebar":"调整侧边栏宽度","layout.resizeFilePanel":"调整文件面板宽度","layout.resizeHint":"拖动调整宽度。双击或按 Enter 恢复默认值。","sidebar.new":"新建","sidebar.newSessionTitle":"在 {path} 中新建会话","sidebar.refresh":"刷新","sidebar.selectProject":"选择项目…","sidebar.filterProjects":"筛选项目…","sidebar.noMatchingProjects":"没有匹配的项目","sidebar.useDefaultDirectory":"使用默认目录","sidebar.customPath":"自定义路径…","directoryPicker.selectDirectory":"选择目录","directoryPicker.goToParent":"转到上级目录","directoryPicker.directoryPath":"目录路径","directoryPicker.goToDirectory":"转到目录","directoryPicker.go":"转到","directoryPicker.loadingDirectories":"正在加载目录…","directoryPicker.noSubdirectories":"没有子目录","directoryPicker.openBeforeSelecting":"选择前请先打开此路径","directoryPicker.selectCurrentDirectory":"选择当前目录","directoryPicker.selectThisFolder":"选择此文件夹","directoryPicker.noDrives":"未找到盘符","sidebar.checking":"检查中…","sidebar.open":"打开","sidebar.cancel":"取消","sidebar.openRepoRoot":"打开仓库根目录","sidebar.openRepoRootTitle":"打开仓库根目录以管理 worktree。","sidebar.gitRepoRootOnly":"仅 Git 仓库根目录","sidebar.gitRepoRootOnlyTitle":"只能在 Git 仓库根目录使用 worktree。","sidebar.worktrees":"Worktrees...","sidebar.checkingWorktrees":"正在检查此目录的 worktree。","sidebar.filterWorktrees":"筛选 worktree…","sidebar.noMatchingWorktrees":"没有匹配的 worktree","sidebar.switchWorktree":"切换 worktree","sidebar.switchWorktreeTitle":"切换 worktree:{path}","sidebar.main":"主分支","sidebar.forceRemoveCheckout":"存在未提交的更改。强制移除 checkout?","sidebar.force":"强制移除","sidebar.createWorktreeTitle":"为分支创建 worktree checkout","sidebar.newWorktree":"新建 worktree…","sidebar.branchName":"分支名称","sidebar.creating":"创建中…","sidebar.create":"创建","sidebar.uploadFilesTitle":"将文件上传到项目根目录","sidebar.uploadFiles":"上传文件","sidebar.refreshExplorer":"刷新文件浏览器","sidebar.changedFiles":"{count} 个变更文件","sidebar.loading":"加载中...","sidebar.noSessions":"未找到会话","sidebar.agentRunning":"Agent 运行中…","sidebar.newActivity":"有新活动","sidebar.newSessionActivity":"会话有新活动","sidebar.deleteSession":"删除 {title}?此操作不可恢复","sidebar.rename":"重命名","sidebar.pin":"置顶","sidebar.unpin":"取消置顶","sidebar.pinTask":"置顶任务","sidebar.unpinTask":"取消置顶任务","sidebar.pinned":"已置顶","sidebar.moreActions":"更多操作","sidebar.delete":"删除","sidebar.expandForks":"展开分叉","sidebar.collapseForks":"折叠分叉","sidebar.messagesCount":"{count} 条消息","sidebar.views":"视图","sidebar.sessionTab":"会话","sidebar.filesTab":"文件","sidebar.tasks":"任务","sidebar.tempSessions":"聊天","sidebar.newTask":"新建任务…","sidebar.taskName":"任务名称","sidebar.newTaskSession":"新建任务会话","sidebar.loadMoreSessions":"加载更多({count})","sidebar.resizeTasks":"拖拽调整任务区高度","sidebar.deleteTask":"删除任务","sidebar.deleteTaskConfirm":"删除任务「{name}」及其下 {count} 个会话?此操作不可恢复","search.placeholder":"搜索会话…","search.indexing":"正在建立索引…","search.noResults":"没有匹配的会话","search.empty":"输入关键词搜索会话标题或对话内容","search.title":"标题","sidebar.worktreePath":"Worktree:{path}","sidebar.removeWorktreeTitle":"移除 worktree checkout {path};保留分支","files.modified":"已修改","files.added":"已添加","files.deleted":"已删除","files.renamed":"已重命名","files.untracked":"未跟踪","files.conflict":"冲突","files.newlyUploaded":"刚上传","files.containsChangedFiles":"包含已更改文件","files.insertPath":"将路径插入聊天","files.mention":"提及","files.download":"下载文件","files.dismissError":"关闭错误","files.addUploadedFile":"将上传的文件添加到聊天","files.addAllUploadedFiles":"将所有上传的文件添加到聊天","files.dismissUploadResults":"关闭上传结果","files.loading":"正在加载文件...","files.searchPlaceholder":"搜索文件…","files.noFiles":"未找到文件","files.explorer":"文件浏览器","files.changedCount":"{count} 个文件","files.changeStats":"{count} 个变更文件,新增 {additions} 行,删除 {deletions} 行","files.conflictSummary":"已有 {count} 个文件:{files}","files.cannotReplace":"无法替换:{files}","files.replace":"替换","files.skipExisting":"跳过已有文件","files.cancel":"取消","files.checking":"正在检查文件","files.uploading":"正在上传,{progress}%","chat.loadingSession":"正在加载会话...","chat.runningTool":"正在运行工具...","chat.generatingToolInput":"正在生成参数...","chat.runningNamedTool":"正在运行 {name}...","chat.runningTools":"正在运行 {names}...","chat.runningToolsMore":"正在运行 {names}(另有 {count} 个)...","chat.waitingModel":"正在等待模型...","chat.runningCommand":"正在运行命令...","chat.commandBusy":"正在执行 {name}…","chat.thinking":"正在思考...","chat.processDetails":"处理详情","chat.message":"条消息","chat.messages":"条消息","chat.toolCall":"次工具调用","chat.toolCalls":"次工具调用","chat.collapseProcess":"收起处理详情","chat.expandProcess":"展开处理详情","chat.filesWritten":"改动的文件","chat.openWrittenFile":"打开 {name}","chat.loadEarlier":"向上滚动以加载更早的消息(隐藏 {count} 条)","chat.extensionRequest":"扩展请求","chat.cancel":"取消","chat.confirm":"确认","chat.submit":"提交","chat.extensionInput":"扩展终端输入","chat.extensionPanel":"扩展面板","chat.extensionWidgets":"扩展组件","chat.extensionWidgetAbove":"输入框上方组件","chat.extensionWidgetBelow":"输入框下方组件","chat.extensionWidgetLine":"{count} 行","chat.extensionWidgetLines":"{count} 行","chat.close":"关闭","chat.queued":"已排队 \xb7 {count}","chat.recall":"移回输入框","chat.recallTitle":"移除所有排队消息并将其放回输入框编辑","chat.retrying":"正在重试({attempt}/{max})…","chat.loadingCommands":"正在加载命令...","chat.slashCommands":"斜杠命令 \xb7 {label}","chat.tabEnter":"Tab / Enter","chat.noCommands":"未找到扩展、提示词或技能命令","chat.match":"1 个匹配项","chat.matches":"{count} 个匹配项","chat.command":"1 个命令","chat.commands":"{count} 个命令","chat.loadingFiles":"正在加载文件...","chat.files":"文件 \xb7 {label}{hint}","chat.searching":"搜索中…","chat.noMatchingFiles":"未找到匹配的文件","chat.searchingAll":" \xb7 正在搜索所有文件…","chat.indexTruncated":" \xb7 索引不完整","chat.steerPlaceholder":"立即引导 / 排队后续消息...","chat.agentPlaceholder":"Agent 运行中…","chat.messagePlaceholder":"消息…输入 / 使用命令,输入 @ 查找文件","chat.steer":"引导","chat.followUp":"后续消息","chat.send":"发送","chat.attachImage":"附加图片","chat.previewImage":"预览图片","chat.filterModels":"筛选模型…","chat.noMatchingModels":"没有匹配的模型","chat.moreControls":"更多控件","chat.collapseControls":"收起控件","chat.shell":"Shell","chat.outputLocal":"输出保留在本地","chat.outputModel":"输出发送给模型","chat.noTools":"不使用工具","chat.readOnlyTools":"{count} 个只读内置工具","chat.builtInTools":"{count} 个内置工具","chat.allBuiltInTools":"全部内置工具","chat.changeReasoning":"更改推理级别:{level}","chat.changeReasoningLabel":"更改推理级别","chat.changeToolPreset":"更改工具预设","chat.stopCompaction":"停止压缩","chat.compactContext":"压缩上下文","chat.compacting":"正在压缩…","chat.compact":"压缩","chat.scrollToLatest":"回到底部","bg.title":"背景图","bg.choose":"选择图片…","bg.replace":"更换图片…","bg.remove":"移除背景图","bg.hint":"原图保存在浏览器本地,不重新编码、不上传。","bg.repeat":"平铺(横向重复)","bg.fill":"边缘色彩填充","bg.adjust":"调整横向位置…","bg.adjustHint":"左右拖拽调整壁纸位置","bg.adjustDone":"移动完成","bg.reset":"重置位置","bg.bubbleOpacity":"气泡透明度","bg.bubbleBlur":"磨砂强度","bg.bubbleReset":"重置气泡","chat.stopAgent":"停止 Agent","chat.stop":"停止","chat.disableSound":"关闭完成提示音","chat.enableSound":"开启完成提示音","chat.thinkingUseDefault":"使用 pi 默认设置","chat.thinkingOff":"关闭推理","chat.thinkingMinimal":"最低限度推理","chat.thinkingLow":"低强度推理","chat.thinkingMedium":"中等强度推理","chat.thinkingHigh":"高强度推理","chat.thinkingXhigh":"超高强度推理","chat.thinkingMax":"最高强度推理","chat.builtIn":"内置","chat.extensions":"扩展","chat.prompts":"提示词","chat.skills":"技能","chat.dormant":"休眠","chat.commandCompact":"压缩上下文,可选附加说明","chat.commandReload":"重新加载扩展、技能、提示词和工具","chat.commandName":"设置会话显示名称","chat.commandSession":"显示会话消息、Token 和费用统计","chat.commandCopy":"复制最后一条助手消息","chat.compacted":"已压缩","chat.tokensSaved":"节省 {saved}","i18n.close":"关闭","i18n.copy":"复制","i18n.pin":"钉","i18n.pinTitle":"钉住此消息(生成可拖拽/缩放的浮窗)","i18n.copied":"已复制","i18n.cancel":"取消","i18n.save":"保存","i18n.saving":"保存中…","i18n.saved":"已保存","i18n.remove":"移除","i18n.removing":"移除中…","i18n.delete":"删除","i18n.loading":"加载中...","i18n.search":"搜索","i18n.refresh":"刷新","i18n.update":"更新","i18n.updating":"更新中...","i18n.check":"检查","i18n.checking":"检查中...","i18n.install":"安装","i18n.installing":"安装中...","i18n.noResults":"没有结果","i18n.searchProviders":"搜索 Provider…","i18n.noProviders":"没有匹配的 Provider","i18n.newModel":"新模型","i18n.addProvider":"添加 Provider","i18n.selectProviderModel":"选择 Provider 或模型","i18n.visibleInPrompt":"在模型提示词中可见,点击以禁用","i18n.hiddenFromPrompt":"在模型提示词中隐藏,点击以启用","i18n.dormant":"休眠","i18n.hiddenButInvocable":"对模型隐藏,仍可手动调用","i18n.skillSearchPlaceholder":"例如 react、testing、deploy","i18n.searching":"搜索中…","i18n.noSkills":"未找到技能","i18n.checkUpdates":"检查更新","i18n.updates":"项更新","i18n.noResolvedResources":"没有已解析资源","i18n.enablePackage":"启用包","i18n.disablePackage":"禁用包","i18n.filtered":"已筛选","i18n.openSessionToReload":"打开会话后才能重新加载","i18n.notFound":"未找到","i18n.noPlugins":"未配置插件","trust.resourcesNotLoaded":"受限模式","trust.trustProject":"信任项目","trust.trusting":"正在信任...","trust.cancel":"取消","trust.dialogTitle":"信任此项目?","trust.dialogBody":"项目资源可以运行本地代码。请仅信任你了解其内容的项目。","trust.skillsNotLoaded":"此项目尚未受信任,项目技能未加载。","trust.pluginsNotLoaded":"此项目尚未受信任,项目插件未加载。","trust.projectScopeUnavailable":"项目资源未加载时,无法安装到项目范围。","i18n.creatingSession":"正在创建新会话…","i18n.creating":"创建中…","i18n.subscription":"订阅","i18n.subscriptions":"订阅服务","i18n.customEndpoint":"自定义端点格式","i18n.noChanges":"没有更改","i18n.branches":"分支","i18n.noActiveSession":"没有活动会话","i18n.noBranches":"此会话没有分支","i18n.source":"源代码","i18n.preview":"预览","i18n.diff":"Diff","i18n.downloadFile":"下载文件","i18n.liveSync":"实时同步已启用","i18n.notWatching":"未监视","i18n.fileViewMode":"文件视图模式","i18n.compareHead":"比较工作区与 HEAD","i18n.mentionSelectedLines":"提及所选行","i18n.disableWrap":"禁用自动换行","i18n.enableWrap":"启用自动换行","i18n.htmlPreview":"HTML 预览","i18n.previewFile":"预览 {file}","i18n.invalidMermaid":"Mermaid 图表无效","i18n.renderingMermaid":"正在渲染 Mermaid 图表","i18n.previewAfterStreaming":"流式输出完成后可预览","i18n.showMermaidSource":"显示 Mermaid 源码","i18n.previewMermaid":"预览 Mermaid 图表","i18n.openMermaidViewer":"打开图表查看器","i18n.mermaidViewer":"Mermaid 图表查看器","i18n.mermaidDiagram":"Mermaid 图表","i18n.zoomOut":"缩小","i18n.zoomIn":"放大","i18n.fitToWidth":"适应宽度","models.discoveryFetching":"正在导入模型…","models.discoveryFetch":"导入模型…","models.discoveryFilterPlaceholder":"筛选 {count} 个模型…","models.discoveryFilter":"筛选上游模型","models.discoverySelectShown":"选择当前结果","models.discoveryNoMatches":"没有匹配的模型。","models.discoveryAdded":"已添加","models.discoveryShowing":"显示前 {shown} 个,共 {total} 个","models.discoveryFetched":"已获取 {count} 个模型","models.discoveryAddSelected":"添加所选模型","models.discoveryAddSelectedCount":"添加所选模型({count})","models.catalogSource":"来源:models.dev ↗","models.catalogFilling":"正在填入模型信息…","models.catalogFill":"填入模型信息","models.catalogFilled":"已填入 {count} 个字段","models.catalogNoEmptyFields":"没有需要填入的空字段","models.catalogNoExactMatch":"models.dev 中没有精确匹配","models.catalogPriceProvider":"价格已匹配 Provider {provider}","models.catalogPriceBaseUrl":"价格已按 Base URL 匹配 {provider}","models.catalogPriceConsensus":"价格得到 {support}/{total} 条记录支持","models.catalogPriceUnreliable":"未找到可靠价格","models.catalogUndo":"撤销","models.capabilities":"能力","models.reasoning":"推理 / 思考","models.imageInput":"图片输入","models.modelSpecs":"模型规格","models.contextWindow":"上下文窗口(tokens)","models.maxOutputTokens":"最大输出 tokens","models.costPerMillion":"每百万 tokens 价格","models.costInput":"输入","models.costOutput":"输出","models.costCacheRead":"缓存读取","models.costCacheWrite":"缓存写入","models.notProvided":"未提供","models.editCosts":"编辑价格","models.finishEditingCosts":"完成","models.costAllRequired":"请输入有效的非负价格;留空项将按 0 保存。","models.advancedSettings":"高级设置","models.providerDefaults":"沿用 Provider 默认设置","models.headersSummary":"Headers:{count}","models.compatSummary":"兼容性:{count}","models.thinkingSummary":"思考等级:{count}","models.apiOverride":"API 覆盖","models.headers":"Headers","models.headersHelp":"仅添加到该模型的请求中,并覆盖 Provider 的同名 Header。","models.compatibility":"兼容性","models.deepSeekThinkingCompat":"DeepSeek 思考兼容","models.developerRole":"使用 developer role 传递系统提示词","models.thinkingLevelMap":"思考等级映射","models.clearAll":"全部清除","i18n.testingModel":"正在测试模型连接...","i18n.connected":"已连接","i18n.failed":"失败","i18n.test":"测试","i18n.testConnection":"测试模型连接","i18n.provider":"Provider","i18n.model":"模型","i18n.providerName":"Provider 名称","i18n.rename":"重命名","i18n.default":"默认","i18n.disabled":"已禁用","i18n.noResources":"没有资源","i18n.unknown":"未知","i18n.installedVersion":"已安装 {version}","i18n.configuredVersion":"已配置 {version}","i18n.extensions":"扩展","i18n.prompts":"提示词","i18n.themes":"主题","i18n.resourceCount":"{count}{label}","i18n.extensionShort":"扩展","i18n.skillShort":"技能","i18n.promptShort":"提示词","i18n.themeShort":"主题","i18n.custom":"自定义","i18n.clearAll":"清除全部","i18n.connectedSuccessfully":"连接成功。","i18n.notConnected":"未连接","i18n.configured":"已配置","i18n.notConfigured":"未配置","i18n.openingBrowser":"正在打开浏览器…","i18n.submit":"提交","i18n.login":"登录","i18n.relogin":"重新登录","i18n.disconnect":"断开连接","i18n.networkError":"网络错误","i18n.continuing":"继续中…","i18n.skills":"技能","i18n.plugins":"插件","i18n.addSkill":"添加技能","i18n.addPlugin":"添加插件","i18n.selectSkill":"选择技能","i18n.selectPackage":"选择包","i18n.updateAvailable":"有可用更新","i18n.upToDate":"已是最新","i18n.automaticChecksUnavailable":"自动检查不可用","i18n.checkFailed":"检查失败","i18n.installed":"已安装","i18n.status":"状态","i18n.version":"版本","i18n.package":"包","i18n.resources":"资源","i18n.installedPath":"安装路径","i18n.cwd":"CWD","i18n.resolvedResources":"已解析资源","i18n.reloadSession":"重新加载会话","i18n.reloading":"重新加载中...","i18n.packageRemoved":"包已移除。","i18n.packageInstalled":"包已安装。","i18n.packageUpdated":"包已更新。","i18n.packageDisabled":"包已禁用。","i18n.packageEnabled":"包已启用。","i18n.sessionReloaded":"会话已重新加载。","i18n.thinking":"思考","i18n.largeMessageReveal":"消息内容过大({size})。点击以纯文本查看 — 已禁用 markdown 渲染以避免页面卡顿。","i18n.loadingThinking":"正在加载思考内容...","i18n.copyMessage":"复制消息","i18n.editFromHere":"从此处编辑","i18n.editFromHereTitle":"从此处编辑,此会话内创建分支","i18n.newSession":"新会话","i18n.newSessionTitle":"新会话,从此处创建独立副本","i18n.estimatedTokens":"流式输出期间的估算 Token 数","i18n.noOutput":"(无输出)","i18n.noSummary":"(无摘要)","i18n.conversationCompacted":"会话已压缩","i18n.compactionDescription":"此处之前的会话历史已压缩为以下摘要:","i18n.fileContext":"文件上下文:{details}","i18n.readFiles":"读取的文件","i18n.modifiedFiles":"修改的文件","i18n.hiddenExtensionMessage":"隐藏的扩展消息","i18n.noMessage":"(无消息)","i18n.showExtensionMessage":"显示扩展消息","i18n.collapse":"收起","i18n.expand":"展开","i18n.hideDetails":"隐藏详情","i18n.showDetails":"显示详情","i18n.thinkingUnavailable":"思考内容不可用","i18n.before":"之前","i18n.after":"之后","i18n.sessionComplete":"任务完成","i18n.taskFinished":"任务已完成。","i18n.attentionNeeded":"Pi 需要你的操作","i18n.extensionInputNeeded":"扩展正在等待你的输入。","todo.title":"任务","todo.completed":"已完成","todo.empty":"暂无任务,可以让 agent 添加。","notice.title":"通知","notice.empty":"暂无通知","notice.expand":"展开详情","notice.collapse":"收起","notice.remove":"移除通知","notice.clearAll":"全部清理","terminal.title":"终端","terminal.new":"新建终端","terminal.all":"全部终端","terminal.exited":"已退出","terminal.cleanupDisconnected":"清理失联终端","terminal.empty":"暂无终端会话","terminal.createFirst":"新建终端会话","terminal.close":"结束进程并关闭","terminal.resize":"拖拽调整终端大小","terminal.drag":"拖拽移动终端位置","mcp.sectionTitle":"MCP 服务器","mcp.addButton":"添加MCP","mcp.emptyList":'暂无 MCP 服务器,点击下方"添加MCP"创建',"mcp.emptyDetail":'选择左侧一个 MCP 服务器,或点击"添加MCP"',"mcp.itemEnabled":"已启用","mcp.itemDisabled":"已禁用","mcp.addTitle":"添加 MCP 服务器","mcp.editTitle":"编辑 MCP:{name}","mcp.modeBasic":"基础配置","mcp.modeJson":"JSON 高级","mcp.nameLabel":"名称","mcp.namePlaceholder":"如 github","mcp.specLabel":"命令 或 URL(http/https 开头识别为 URL)","mcp.specPlaceholder":"npx -y @modelcontextprotocol/server-github 或 https://example.com/mcp","mcp.argsLabel":"附加参数(可选,空格分隔)","mcp.jsonLabel":"服务器定义(JSON)—— 支持 command/url/socket、args、env、lifecycle、directTools、timeout 等全部字段","mcp.loadingDef":"加载配置中...","mcp.jsonEmpty":"JSON 不能为空","mcp.jsonParseError":"JSON 解析失败:{message}","mcp.jsonNotObject":'JSON 必须是对象,如 {"command":"npx","args":["-y","..."]}',"mcp.jsonNeedsEntry":"JSON 需要包含 command、url 或 socket 之一","mcp.save":"保存","mcp.saveEdit":"保存修改","mcp.saving":"保存中...","mcp.cancel":"取消","mcp.enable":"启用","mcp.disable":"禁用","mcp.disabledBadge":"已禁用","mcp.test":"测试连接","mcp.testing":"测试中...","mcp.edit":"编辑","mcp.delete":"删除","mcp.moveToGlobal":"移动至global","mcp.moveToProject":"移动至project","mcp.kindCommand":"命令","mcp.kindUrl":"URL","mcp.kindSocket":"Socket","mcp.fieldType":"类型","mcp.fieldArgs":"参数","mcp.fieldEnv":"环境变量","mcp.fieldOptions":"选项","mcp.fieldSource":"来源","mcp.fieldCwd":"CWD","mcp.msgEnabled":"已启用 {name}(执行 /reload 生效)","mcp.msgDisabled":"已禁用 {name}(执行 /reload 生效)","mcp.msgDeleted":"已删除 {name}","mcp.msgMoved":"已移动 {name} → {scope}(执行 /reload 生效)","mcp.msgUpdated":"已更新 {name}(执行 /reload 生效)","mcp.msgAdded":"已添加 {name}(执行 /reload 生效)","mcp.msgTestResult":"测试 {name}:{result}","mcp.msgTestError":"测试 {name}:{error}"}});let s="pi-locale",d=(0,i.createContext)(null);function c({children:e}){let[t,n]=(0,i.useState)("en"),[l,u]=(0,i.useState)(!1),p=(0,i.useMemo)(()=>a().map(e=>o.get(e)).filter(e=>!!e),[]),h=(0,i.useMemo)(()=>Object.fromEntries(a().flatMap(e=>{let t=o.get(e);return t?[[e,t.messages]]:[]})),[]);(0,i.useEffect)(()=>{let e=function(){try{let e=window.localStorage.getItem(s);if("en"===e||"zh-CN"===e)return e}catch{}for(let e of window.navigator.languages.length?window.navigator.languages:[window.navigator.language]){let t=e.toLowerCase();if("en"===t||t.startsWith("en-"))break;if("zh"===t||t.startsWith("zh-"))return"zh-CN"}return"en"}();n(e),document.documentElement.lang=e,u(!0)},[]);let g=(0,i.useCallback)(e=>{if(o.get(e)){n(e),document.documentElement.lang=e;try{window.localStorage.setItem(s,e)}catch{}}},[]),x=(0,i.useCallback)((e,n)=>(function(e,t,n,r={}){let i=n[e]?.[t]??n.en?.[t];return void 0===i?t:function(e,t={}){return e.replace(/\{([\w.-]+)\}/g,(e,n)=>{let r=t[n];return void 0===r?e:String(r)})}(i,r)})(t,e,h,n),[t,h]),f=(0,i.useMemo)(()=>({locale:l?t:"en",setLocale:g,t:x,supportedLocales:p}),[l,t,g,x,p]);return(0,r.jsx)(d.Provider,{value:f,children:e})}function u(){let e=(0,i.useContext)(d);if(!e)throw Error("useI18n must be used inside I18nProvider");return e}},50142:(e,t,n)=>{"use strict";n.d(t,{AppShell:()=>oT});var r=n(95155),i=n(12115),o=n(47650),l=n(73321),a=n(37206);let s=null,d=/^<skill name="([^"\n]+)" location="([^"\n]+)">\nReferences are relative to [^\n]+\.\n\n([\s\S]*)\n<\/skill>(?:\n\n([\s\S]+))?$/;function c(e){let t=e.match(d);if(!t)return null;let[,n,,r,i]=t;return{command:i?`/skill:${n} ${i}`:`/skill:${n}`,skillBody:r,userMessage:t[4]}}let u="pi-web:last-open-by-workspace";function p(){try{return window.localStorage}catch{return null}}function h(e){let t=e.getItem(u);if(!t)return{};try{let e=JSON.parse(t);return null===e||"object"!=typeof e||Array.isArray(e)?{}:e}catch{return{}}}function g(e,t=p()){if(t)try{let n=h(t);if(!(e in n))return;delete n[e],0===Object.keys(n).length?t.removeItem(u):t.setItem(u,JSON.stringify(n))}catch{}}function x(e){return e.projectKey??e.projectRoot??e.cwd}function f(e){let t=new Map;for(let n of e){let e=n.projectRoot??n.cwd;if(!e)continue;let r=x(n),i=t.get(r);(!i||n.modified>i.modified)&&t.set(r,{root:e,modified:n.modified})}return[...t.entries()].sort((e,t)=>t[1].modified.localeCompare(e[1].modified)).map(([e,{root:t}])=>({key:e,root:t}))}var m=n(39247);function v({open:e,children:t,style:n,up:o=!1}){let[l,a]=(0,i.useState)(e),[s,d]=(0,i.useState)(e);return((0,i.useEffect)(()=>{let t,n;return e?(a(!0),d(!1),t=window.requestAnimationFrame(()=>{t=window.requestAnimationFrame(()=>d(!0))})):(d(!1),n=setTimeout(()=>a(!1),140)),()=>{void 0!==t&&window.cancelAnimationFrame(t),n&&clearTimeout(n)}},[e]),l)?(0,r.jsx)("div",{style:{...n,opacity:+!!s,transform:s?"translateY(0) scale(1)":o?"translateY(8px) scale(0.96)":"translateY(-8px) scale(0.96)",transformOrigin:o?"bottom center":"top center",transition:"opacity 140ms ease, transform 140ms ease",pointerEvents:e?"auto":"none"},children:t}):null}function b(e,t,n=4){let r=e.parentElement,i=null;for(;r;){let e=getComputedStyle(r);if("auto"===e.overflowY||"scroll"===e.overflowY||"overlay"===e.overflowY){i=r;break}r=r.parentElement}let o=e.getBoundingClientRect(),l=i?i.getBoundingClientRect():{top:0,bottom:window.innerHeight},a=l.bottom-o.bottom,s=o.top-l.top;return a<t+n&&s>=t+n}function y(e){let t=e.trim();if(!t.startsWith("file://"))return t;try{let e=new URL(t),n=decodeURIComponent(e.pathname);return/^\/[a-zA-Z]:[\\/]/.test(n)?n=n.slice(1):e.host&&"localhost"!==e.host&&(n=`//${e.host}${n}`),n}catch{let e=t.replace(/^file:\/\/(localhost)?/,"");try{e=decodeURIComponent(e)}catch{}return/^\/[a-zA-Z]:[\\/]/.test(e)&&(e=e.slice(1)),e}}let k=["text/uri-list","x-special/nautilus-clipboard","x-special/gnome-copied-files","x-special/mate-copied-files","x-special/xfce4-copied-files","application/x-kde-cutselection","public.file-url","text/x-moz-url","application/x-moz-file"];function w(e,t){if(!e)return[];let n=[],r=Array.from(e.files??[]);for(let e of r){let t=e.path;"string"==typeof t&&t.trim()&&n.push(t.trim())}if(n.length>0)return Array.from(new Set(n));for(let t of Array.from(e.items??[]))if("file"===t.kind){let e=t.getAsFile(),r=e?.path;"string"==typeof r&&r.trim()&&n.push(r.trim())}if(n.length>0)return Array.from(new Set(n));for(let t of k)try{let r=e.getData(t);if(r){let e=function(e){if(!e)return[];let t=e.split(/\r?\n/),n=[];for(let e of t){let t=e.trim();!(!t||t.startsWith("#"))&&"copy"!==t&&"cut"!==t&&(t.startsWith("file://")?n.push(y(t)):(t.startsWith("/")||/^[a-zA-Z]:[\\/]/.test(t))&&n.push(t))}return n}(r);e.length>0&&n.push(...e)}}catch{}if(n.length>0)return Array.from(new Set(n));try{let t=e.getData("text/plain")||e.getData("text");if(t){let e=t.split(/\r?\n/).map(e=>e.trim()).filter(Boolean),r=e.filter(e=>e.startsWith("file://"));if(r.length>0&&r.length===e.length)for(let e of r)n.push(y(e))}}catch{}if(n.length>0)return Array.from(new Set(n));if(t?.fallbackToFileName&&r.length>0)for(let e of r)e.name&&n.push(e.name);return Array.from(new Set(n))}function j(e,t=" "){return e&&0!==e.length?1===e.length?e[0]:e.map(e=>{let t=e.trim();return!/\s/.test(t)||t.startsWith('"')||t.startsWith("'")?t:`"${t}"`}).join(t):""}async function S(e){let t=e?`?path=${encodeURIComponent(e)}`:"",n=await fetch(`/api/cwd/browse${t}`),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);return r}function C(){return(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.3","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M1.5 3h4l1.5 2h7.5v7.5h-13z"})})}function T(){return(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.3",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"2",y:"3",width:"12",height:"10",rx:"1.5"}),(0,r.jsx)("path",{d:"M2 9h12"}),(0,r.jsx)("circle",{cx:"11.5",cy:"11",r:"0.6",fill:"currentColor",stroke:"none"})]})}function M({onCancel:e,onSelect:t,busy:n=!1,error:l}){let{t:a}=(0,m.s)(),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(""),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(""),[f,v]=(0,i.useState)([]),[b,y]=(0,i.useState)(null),[k,j]=(0,i.useState)(null),[R,L]=(0,i.useState)(!0),I=(0,i.useCallback)(async e=>{L(!0),j(null);try{let t=await S(e),n=t.path??e??"/";u(n),h(t.parentPath??null),x(n),v(t.directories??[]),y(t.drives??null)}catch(e){j(e instanceof Error?e.message:String(e))}finally{L(!1)}},[]);(0,i.useEffect)(()=>{d(document.body),I()},[I]);let z=g.trim()!==c,E=!!c&&!z&&!n,W=!!p||/^[a-zA-Z]:[\\/]?$/.test(c);return s?(0,o.createPortal)((0,r.jsx)("div",{className:"directory-picker-backdrop",role:"dialog","aria-modal":"true","aria-label":a("directoryPicker.selectDirectory"),onClick:t=>{t.target!==t.currentTarget||n||e()},onKeyDown:t=>{"Escape"!==t.key||n||e()},style:{position:"fixed",inset:0,zIndex:1e3,display:"flex",alignItems:"center",justifyContent:"center",background:"rgba(0,0,0,0.35)"},children:(0,r.jsxs)("div",{className:"directory-picker-panel",style:{width:520,maxWidth:"calc(100vw - 16px)",height:"min(620px, calc(100dvh - 16px))",maxHeight:"calc(100dvh - 16px)",display:"flex",flexDirection:"column",overflow:"hidden",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,boxShadow:"0 8px 32px rgba(0,0,0,0.18)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",flexShrink:0,padding:"12px 18px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{minWidth:0,flex:1},children:(0,r.jsx)("div",{style:{color:"var(--text)",fontWeight:700,fontSize:15},children:a("directoryPicker.selectDirectory")})}),(0,r.jsx)("button",{type:"button",onClick:e,disabled:n,title:a("i18n.close"),"aria-label":a("i18n.close"),style:{padding:"2px 6px",border:0,background:"none",color:"var(--text-muted)",fontSize:20,lineHeight:1,cursor:n?"default":"pointer",opacity:n?.5:1},children:"\xd7"})]}),(0,r.jsxs)("form",{onSubmit:e=>{e.preventDefault();let t=g.trim();t&&I(t)},style:{display:"flex",alignItems:"center",gap:8,flexShrink:0,padding:"10px 14px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("button",{className:"directory-picker-back",type:"button",onClick:()=>void I(p??void 0),disabled:R||!W,title:a("directoryPicker.goToParent"),"aria-label":a("directoryPicker.goToParent"),style:{width:36,height:36,padding:0,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-hover)",color:"var(--text-muted)",cursor:W?"pointer":"default",opacity:W?1:.45},children:(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"m18 15-6-6-6 6"})})}),(0,r.jsx)("label",{htmlFor:"directory-path",style:{position:"absolute",width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",border:0},children:a("directoryPicker.directoryPath")}),(0,r.jsx)("input",{className:"directory-picker-path",id:"directory-path",type:"text",value:g,placeholder:"/path/to/project or ~/project",autoFocus:!0,autoComplete:"off",spellCheck:!1,onChange:e=>{x(e.target.value),j(null)},onPaste:e=>{let t=w(e.clipboardData);t.length>0&&(e.preventDefault(),x(t[0]),j(null))},style:{minWidth:0,flex:1,height:36,padding:"0 10px",border:"1px solid var(--border)",borderRadius:6,outline:"none",background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:12}}),(0,r.jsx)("button",{className:"directory-picker-action",type:"submit",disabled:R||!g.trim(),title:a("directoryPicker.goToDirectory"),style:{minWidth:58,height:36,padding:"0 12px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-hover)",color:"var(--text-muted)",cursor:R||!g.trim()?"default":"pointer",opacity:R||!g.trim()?.6:1},children:a("directoryPicker.go")})]}),(0,r.jsxs)("div",{className:"directory-picker-list",style:{flex:1,minHeight:0,overflow:"auto",padding:"8px 10px"},children:[R?(0,r.jsx)("div",{style:{padding:8,color:"var(--text-dim)",fontSize:11},children:a("directoryPicker.loadingDirectories")}):null!==b?(0,r.jsx)(r.Fragment,{children:b.length>0?b.map(e=>(0,r.jsxs)("button",{className:"directory-picker-entry",type:"button",onClick:()=>void I(e.path),title:e.path,style:{width:"100%",minHeight:34,display:"flex",alignItems:"center",gap:7,padding:"6px 8px",border:0,borderRadius:5,background:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontFamily:"var(--font-mono)",fontSize:11},children:[(0,r.jsx)(T,{}),(0,r.jsx)("span",{children:e.name})]},e.path)):(0,r.jsx)("div",{style:{padding:8,color:"var(--text-dim)",fontSize:11},children:a("directoryPicker.noDrives")})}):f.length>0?f.map(e=>(0,r.jsxs)("button",{className:"directory-picker-entry",type:"button",onClick:()=>void I(e.path),title:e.path,style:{width:"100%",minHeight:30,display:"flex",alignItems:"center",gap:7,padding:"5px 8px",border:0,borderRadius:5,background:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontFamily:"var(--font-mono)",fontSize:11},children:[(0,r.jsx)(C,{}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]},e.path)):(0,r.jsx)("div",{style:{padding:8,color:"var(--text-dim)",fontSize:11},children:a("directoryPicker.noSubdirectories")}),(k||l)&&(0,r.jsx)("div",{style:{padding:"8px",color:"#dc2626",fontSize:11},children:k??l})]}),(0,r.jsxs)("div",{className:"directory-picker-footer",style:{display:"flex",justifyContent:"flex-end",alignItems:"center",gap:10,flexShrink:0,padding:"10px 18px",borderTop:"1px solid var(--border)"},children:[(0,r.jsx)("button",{className:"directory-picker-action",type:"button",onClick:e,disabled:n,style:{padding:"6px 14px",border:"1px solid var(--border)",borderRadius:6,background:"none",color:"var(--text-muted)",cursor:n?"default":"pointer",fontSize:13},children:a("i18n.cancel")}),(0,r.jsx)("button",{className:"directory-picker-action",type:"button",onClick:()=>t(c),disabled:!E,title:a(z?"directoryPicker.openBeforeSelecting":"directoryPicker.selectCurrentDirectory"),style:{padding:"6px 16px",border:0,borderRadius:6,background:"var(--accent)",color:"#fff",fontSize:13,fontWeight:600,opacity:E?1:.6,cursor:E?"pointer":"default"},children:a(n?"i18n.checking":"directoryPicker.selectThisFolder")})]})]})}),s):null}let R="/icons/catppuccin";function L({name:e,size:t=14}){let n={width:t,height:t,"--catppuccin-icon-light":`url(${R}/latte/${e}.svg)`,"--catppuccin-icon-dark":`url(${R}/mocha/${e}.svg)`};return(0,r.jsx)("span",{"aria-hidden":"true",className:"catppuccin-file-icon",style:n})}function I({size:e=14,open:t=!1}){return(0,r.jsx)(L,{name:t?"_folder_open":"_folder",size:e})}function z({size:e=14}){return(0,r.jsx)(L,{name:"_file",size:e})}let E={ts:"typescript",tsx:"typescript-react",js:"javascript",mjs:"javascript",cjs:"javascript",jsx:"javascript-react",py:"python",json:"json",jsonl:"json",css:"css",less:"css",scss:"sass",html:"html",htm:"html",md:"markdown",mdx:"markdown",yaml:"yaml",yml:"yaml",toml:"toml",sh:"bash",bash:"bash",zsh:"bash",fish:"bash",rs:"rust",go:"go",sql:"database",graphql:"graphql",gql:"graphql",tf:"terraform",hcl:"terraform",docx:"ms-word",pdf:"pdf",lock:"lock"};function W(e,t=14){let n=e.toLowerCase(),i="dockerfile"===n||n.startsWith("dockerfile.")?"docker":".env"===n||n.startsWith(".env.")?"env":[".gitignore",".gitattributes",".gitmodules"].includes(n)?"git":"package-lock.json"===n?"npm-lock":"bun.lock"===n?"bun-lock":["next.config.js","next.config.mjs","next.config.cjs","next.config.ts"].includes(n)?"next":[".eslintrc",".eslintrc.js",".eslintrc.json",".eslintrc.yml","eslint.config.mjs","eslint.config.js"].includes(n)?"eslint":["yarn.lock","pnpm-lock.yaml","cargo.lock"].includes(n)?"lock":n.endsWith(".config.ts")||n.endsWith(".config.js")||n.endsWith(".config.mjs")||n.endsWith(".config.cjs")?"config":void 0;if(i)return(0,r.jsx)(L,{name:i,size:t});let o=E[n.split(".").pop()??""];return o?(0,r.jsx)(L,{name:o,size:t}):(0,r.jsx)(z,{size:t})}function $(e){return/^[a-zA-Z]:[\\/]/.test(e)||e.startsWith("\\\\")?e.replace(/\\/g,"/"):e}function P(e){return $(e).split("/").filter(Boolean).map(encodeURIComponent).join("/")}function D(e){let t=$(e).replace(/\/+$/,"");return t.split("/").pop()??t}function F(e){let t=$(e).replace(/\/+$/,""),n=t.lastIndexOf("/");return n<0?"":0===n?"/":2===n&&/^[a-zA-Z]:\//.test(t)?t.slice(0,3):t.slice(0,n)}function A(e,t){if(!t)return e;let n=$(e),r=$(t).replace(/\/$/,"");return n.startsWith(r+"/")?n.slice(r.length+1):e}function B(e,t){return`${$(e).replace(/\/$/,"")}/${t}`}async function N(e){let t=P(e),n=await fetch(`/api/files/${t}?type=list`);if(!n.ok){let e=`Failed to load files (HTTP ${n.status})`;try{let t=await n.json();t.error&&(e=t.error)}catch{}throw Error(e)}return((await n.json()).entries??[]).map(t=>({name:t.name,fullPath:B(e,t.name),isDir:t.isDir,size:t.size,children:t.isDir?[]:void 0,loaded:!t.isDir}))}async function H(e,t){let n=new URLSearchParams({type:"search",q:t}),r=await fetch(`/api/files/${P(e)}?${n.toString()}`);if(!r.ok)throw Error(`Search failed (HTTP ${r.status})`);return r.json()}async function O(e){let t=new URLSearchParams({cwd:e}),n=await fetch(`/api/git/status?${t.toString()}`);if(!n.ok)throw Error(`Failed to load Git status (HTTP ${n.status})`);return n.json()}let U={modified:"files.modified",added:"files.added",deleted:"files.deleted",renamed:"files.renamed",untracked:"files.untracked",conflict:"files.conflict"},_={modified:"#d6a84b",added:"#4ade80",deleted:"#f87171",renamed:"#60a5fa",untracked:"#4ade80",conflict:"#f87171"};function V({status:e,t}){return(0,r.jsx)("span",{title:t(U[e.status]),"aria-label":t(U[e.status]),style:{width:14,height:14,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",color:_[e.status],fontFamily:"var(--font-mono)",fontSize:11,fontWeight:600},children:e.code})}function q({size:e=11}){return(0,r.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"4"}),(0,r.jsx)("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"})]})}function K({onClick:e,title:t}){return(0,r.jsx)("button",{type:"button",onClick:e,title:t,"aria-label":t,style:{width:24,height:24,padding:0,display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0,border:"none",borderRadius:4,background:"none",color:"var(--text-dim)",cursor:"pointer"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="none"},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"m6 6 12 12"}),(0,r.jsx)("path",{d:"m18 6-12 12"})]})})}function J({node:e,depth:t,cwd:n,onOpenFile:o,onAtMention:l,expandedPaths:a,onToggleExpanded:s,refreshToken:d,highlightedPaths:c,gitStatusByPath:u,changedDirectoryPaths:p,t:h}){let g=a.has(e.fullPath),x=c.has(e.fullPath),f=$(e.fullPath),m=u.get(f),v=e.isDir&&(void 0!==m||p.has(f)),[b,y]=(0,i.useState)(e.children??[]),[k,w]=(0,i.useState)(e.loaded??!1),[j,S]=(0,i.useState)(!1),[C,T]=(0,i.useState)(!1),M=(0,i.useCallback)(async(t=!1)=>{if(!k||t){S(!0);try{let t=await N(e.fullPath);y(t),w(!0)}catch{}finally{S(!1)}}},[k,e.fullPath]);(0,i.useEffect)(()=>{g&&k&&M(!0)},[d]);let R=(0,i.useCallback)(()=>{if(e.isDir){let t=!g;s(e.fullPath,t),t&&!k&&M()}else o(e.fullPath,e.name)},[e.isDir,e.fullPath,e.name,k,g,M,o,s]);return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{onClick:R,onMouseEnter:()=>T(!0),onMouseLeave:()=>T(!1),style:{position:"relative",display:"flex",alignItems:"center",gap:4,paddingLeft:8+14*t,paddingRight:8,height:24,cursor:"pointer",background:C?"var(--side-hover)":"transparent",borderRadius:4,userSelect:"none"},children:[e.isDir&&(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:g?"rotate(90deg)":"none",transition:"transform 0.1s"},children:(0,r.jsx)("polyline",{points:"3 2 7 5 3 8"})}),!e.isDir&&(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center"},children:e.isDir?(0,r.jsx)(I,{size:14,open:g}):W(e.name,14)}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},title:e.fullPath,children:e.name}),x&&(0,r.jsx)("span",{title:h("files.newlyUploaded"),"aria-label":h("files.newlyUploaded"),style:{width:14,height:14,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center"},children:(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:"#3b82f6"}})}),!C&&!e.isDir&&m&&(0,r.jsx)(V,{status:m,t:h}),!C&&v&&(0,r.jsx)("span",{title:h("files.containsChangedFiles"),"aria-label":h("files.containsChangedFiles"),style:{width:14,height:14,flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center"},children:(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:"#d6a84b"}})}),j&&(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-dim)",strokeWidth:"2",strokeLinecap:"round",children:(0,r.jsx)("path",{d:"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4"})}),l&&C&&(0,r.jsxs)("button",{onClick:t=>{t.stopPropagation(),l(A(e.fullPath,n),e.isDir)},title:h("files.insertPath"),style:{position:"absolute",right:e.isDir?4:28,top:"50%",transform:"translateY(-50%)",display:"flex",alignItems:"center",justifyContent:"center",gap:4,padding:"0 8px",height:20,background:"var(--side-input)",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:4,color:"var(--accent)",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:[(0,r.jsx)(q,{}),h("files.mention")]}),C&&!e.isDir&&(0,r.jsx)("a",{href:`/api/files/${P(e.fullPath)}?type=download`,download:!0,onClick:e=>e.stopPropagation(),title:h("files.download"),style:{position:"absolute",right:4,top:"50%",transform:"translateY(-50%)",display:"flex",alignItems:"center",justifyContent:"center",gap:4,padding:"0 5px",height:20,background:"var(--side-input)",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:4,color:"var(--text-muted)",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap",textDecoration:"none"},children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("polyline",{points:"7 10 12 15 17 10"}),(0,r.jsx)("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})})]}),e.isDir&&g&&(0,r.jsxs)("div",{children:[b.map(e=>(0,r.jsx)(J,{node:e,depth:t+1,cwd:n,onOpenFile:o,onAtMention:l,expandedPaths:a,onToggleExpanded:s,refreshToken:d,highlightedPaths:c,gitStatusByPath:u,changedDirectoryPaths:p,t:h},e.fullPath)),0===b.length&&k&&(0,r.jsx)("div",{style:{paddingLeft:8+(t+1)*14,fontSize:11,color:"var(--text-dim)",height:22,display:"flex",alignItems:"center"},children:"empty"})]})]})}function Y({status:e,cwd:t,onOpenFile:n,t:o}){let[l,a]=(0,i.useState)(!1),s=D(e.filePath),d=A(e.filePath,t);return(0,r.jsxs)("div",{onClick:()=>n(e.filePath,s,{modeHint:"diff"}),onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),title:e.filePath,style:{display:"flex",alignItems:"center",gap:6,paddingLeft:10,paddingRight:8,height:24,cursor:"pointer",background:l?"var(--side-hover)":"transparent",borderRadius:4,userSelect:"none"},children:[(0,r.jsx)(V,{status:e,t:o}),(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center",opacity:.85},children:W(s,13)}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:d})]})}function X({match:e,cwd:t,onOpenFile:n}){let[o,l]=(0,i.useState)(!1),a=D(e.path);return(0,r.jsxs)("div",{onClick:()=>n(B(t,e.path),a),onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),title:e.path,style:{display:"flex",alignItems:"center",gap:6,paddingLeft:10,paddingRight:8,height:24,cursor:"pointer",background:o?"var(--side-hover)":"transparent",borderRadius:4,userSelect:"none"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center"},children:e.isDir?(0,r.jsx)(I,{size:13}):W(a,13)}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1},children:e.path})]})}let Z=(0,i.forwardRef)(function({cwd:e,onOpenFile:t,refreshKey:n,onAtMention:o,onAtMentions:l,onUploadBusyChange:a,changesCollapsed:s,onChangesCountChange:d,toolbar:c},u){let{t:p}=(0,m.s)(),[h,g]=(0,i.useState)([]),[x,f]=(0,i.useState)(!0),[v,b]=(0,i.useState)(null),[y,k]=(0,i.useState)(new Set),[w,j]=(0,i.useState)(0),[S,C]=(0,i.useState)(new Set),[T,M]=(0,i.useState)([]),[R,L]=(0,i.useState)({additions:0,deletions:0}),[I,z]=(0,i.useState)("idle"),[E,W]=(0,i.useState)(0),[D,U]=(0,i.useState)(null),[V,Z]=(0,i.useState)(null),[G,Q]=(0,i.useState)(null),[ee,et]=(0,i.useState)(""),[en,er]=(0,i.useState)(null),ei=(0,i.useRef)(null),eo=(0,i.useRef)(null),el=`${n??0}:${w}`,ea="idle"!==I,es=(0,i.useMemo)(()=>new Map(T.map(e=>[$(e.filePath),e])),[T]),ed=(0,i.useMemo)(()=>{let t=new Set,n=$(e).replace(/\/$/,"");for(let e of T){let r=F($(e.filePath));for(;(r===n||r.startsWith(`${n}/`))&&(t.add(r),r!==n);){let e=F(r);if(e===r)break;r=e}}return t},[e,T]),ec=(0,i.useCallback)((e,t)=>{k(n=>{let r=new Set(n);return t?r.add(e):r.delete(e),r})},[]),eu=(0,i.useCallback)(t=>{let n=t.uploaded??[];Z({uploaded:n,skipped:t.skipped??[],errors:t.errors??[]}),n.length>0&&(C(new Set(n.map(t=>B(e,t)))),j(e=>e+1))},[e]),ep=(0,i.useCallback)(async(t,n)=>{Q(null),U(null),W(0),z("uploading");try{let{status:r,data:i}=await new Promise((r,i)=>{let o=new FormData;t.forEach(e=>o.append("files",e,e.name));let l=new XMLHttpRequest;l.open("POST",`/api/files/${P(e)}?type=upload&conflict=${n}`),l.upload.onprogress=e=>{e.lengthComputable&&e.total>0&&W(Math.round(e.loaded/e.total*100))},l.onerror=()=>i(Error("Network error while uploading files")),l.onabort=()=>i(Error("Upload cancelled")),l.onload=()=>{let e={};try{e=JSON.parse(l.responseText)}catch{l.responseText&&(e.error=l.responseText)}r({status:l.status,data:e})},l.send(o)});if(409===r&&i.conflicts?.length)return void Q({files:t,conflicts:i.conflicts,nonReplaceable:i.nonReplaceable??[]});if(r<200||r>=300)throw Error(i.error??`Upload failed (HTTP ${r})`);W(100),eu(i)}catch(e){U(e instanceof Error?e.message:String(e))}finally{z("idle")}},[eu,e]),eh=(0,i.useCallback)(async t=>{if(0!==t.length&&!ea){Z(null),C(new Set),Q(null),U(null),W(0),z("checking");try{let n=await fetch(`/api/files/${P(e)}?type=upload-check`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({fileNames:t.map(e=>e.name)})}),r=await n.json().catch(()=>({}));if(!n.ok)throw Error(r.error??`Upload check failed (HTTP ${n.status})`);if(r.conflicts?.length)return void Q({files:t,conflicts:r.conflicts,nonReplaceable:r.nonReplaceable??[]});await ep(t,"error")}catch(e){U(e instanceof Error?e.message:String(e))}finally{z("idle")}}},[e,ep,ea]),eg=(0,i.useCallback)(e=>{let t=Array.from(e.target.files??[]);e.target.value="",eh(t)},[eh]);(0,i.useImperativeHandle)(u,()=>({openUploadPicker(){ea||eo.current?.click()}}),[ea]),(0,i.useEffect)(()=>{a?.(ea)},[a,ea]),(0,i.useEffect)(()=>()=>a?.(!1),[a]),(0,i.useEffect)(()=>{let t=ei.current!==e;ei.current=e,t&&(k(new Set),C(new Set),Z(null),Q(null),U(null),et(""),er(null)),f(t),b(null);let n=!1;return N(e).then(e=>{n||g(e)}).catch(e=>{n||b(e instanceof Error?e.message:String(e))}).finally(()=>{n||f(!1)}),()=>{n=!0}},[e,n,w]),(0,i.useEffect)(()=>{let t=!1;return O(e).then(e=>{t||(M(e.isGitRepository?e.files:[]),L(e.isGitRepository?{additions:e.additions,deletions:e.deletions}:{additions:0,deletions:0}))}).catch(()=>{t||(M([]),L({additions:0,deletions:0}))}),()=>{t=!0}},[e,n,w]),(0,i.useEffect)(()=>{let t=ee.trim();if(!t)return void er(null);let n=!1,r=setTimeout(()=>{H(e,t).then(e=>{n||er(e.matches)}).catch(()=>{n||er([])})},200);return()=>{n=!0,clearTimeout(r)}},[e,ee]),(0,i.useEffect)(()=>{d?.(T.length)},[T,d]);let ex=ea||null!==G||null!==D||null!==V,ef=!s&&T.length>0,em=(0,i.useCallback)(()=>{V&&0!==V.uploaded.length&&l?.(V.uploaded.map(t=>A(B(e,t),e)))},[e,l,V]);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",flex:1,minHeight:0},children:[(0,r.jsx)("input",{ref:eo,type:"file",multiple:!0,hidden:!0,onChange:eg}),(0,r.jsxs)("div",{style:{flexShrink:0,padding:"4px 8px 2px"},children:[(0,r.jsx)("input",{type:"text",value:ee,onChange:e=>et(e.target.value),onKeyDown:e=>{"Escape"===e.key&&et("")},placeholder:p("files.searchPlaceholder"),"aria-label":p("files.searchPlaceholder"),style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}}),c&&(0,r.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:2,padding:"4px 0 0"},children:c})]}),(0,r.jsxs)("div",{style:{flex:1,minHeight:0,overflowY:"auto",overflowX:"hidden"},children:[ex&&(0,r.jsxs)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)"},children:[ea&&(0,r.jsxs)("div",{role:"status","aria-live":"polite","aria-label":"checking"===I?p("files.checking"):p("files.uploading",{progress:E}),children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,minHeight:14,color:"var(--text-muted)"},children:["checking"===I?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",style:{animation:"spin 0.8s linear infinite"},"aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-5.7-8.4"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 16V4"}),(0,r.jsx)("path",{d:"m7 9 5-5 5 5"}),(0,r.jsx)("path",{d:"M5 20h14"})]}),"uploading"===I&&(0,r.jsxs)("span",{style:{fontSize:10},children:[E,"%"]})]}),"uploading"===I&&(0,r.jsx)("div",{style:{height:3,marginTop:4,overflow:"hidden",borderRadius:2,background:"var(--border)"},children:(0,r.jsx)("div",{style:{width:`${E}%`,height:"100%",background:"var(--text-muted)",transition:"width 120ms ease"}})})]}),G&&(0,r.jsxs)("div",{role:"alert",style:{padding:7,border:"1px solid color-mix(in srgb, #f59e0b 55%, var(--border))",borderRadius:4,background:"color-mix(in srgb, #f59e0b 9%, var(--bg-panel))"},children:[(0,r.jsx)("div",{style:{fontSize:11,color:"var(--text)",lineHeight:1.35,overflowWrap:"anywhere"},children:p("files.conflictSummary",{count:G.conflicts.length,countSuffix:1===G.conflicts.length?"":"s",files:G.conflicts.join(", ")})}),G.nonReplaceable.length>0&&(0,r.jsx)("div",{style:{marginTop:3,fontSize:10,color:"#f59e0b",lineHeight:1.35,overflowWrap:"anywhere"},children:p("files.cannotReplace",{files:G.nonReplaceable.join(", ")})}),(0,r.jsxs)("div",{style:{display:"flex",gap:5,marginTop:7},children:[(0,r.jsx)("button",{type:"button",onClick:()=>void ep(G.files,"overwrite"),style:{height:22,padding:"0 7px",border:"1px solid #ef4444",borderRadius:4,background:"transparent",color:"#ef4444",cursor:"pointer",fontSize:10},children:p("files.replace")}),(0,r.jsx)("button",{type:"button",onClick:()=>void ep(G.files,"skip"),style:{height:22,padding:"0 7px",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:4,background:"var(--bg-panel)",color:"var(--text)",cursor:"pointer",fontSize:10},children:p("files.skipExisting")}),(0,r.jsx)("button",{type:"button",onClick:()=>Q(null),style:{height:22,padding:"0 7px",border:"none",borderRadius:4,background:"transparent",color:"var(--text-muted)",cursor:"pointer",fontSize:10},children:p("files.cancel")})]})]}),D&&(0,r.jsxs)("div",{role:"alert",style:{display:"flex",alignItems:"flex-start",gap:6,fontSize:11,lineHeight:1.35,color:"#f87171"},children:[(0,r.jsx)("span",{style:{minWidth:0,flex:1,overflowWrap:"anywhere"},children:D}),(0,r.jsx)(K,{onClick:()=>U(null),title:p("files.dismissError")})]}),V&&(0,r.jsxs)("div",{"aria-live":"polite",children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minHeight:22,fontSize:11},children:[(0,r.jsxs)("div",{style:{minWidth:0,flex:1,display:"flex",alignItems:"center",gap:8},children:[V.uploaded.length>0&&(0,r.jsxs)("span",{title:`${V.uploaded.length} uploaded`,"aria-label":`${V.uploaded.length} uploaded`,style:{display:"flex",alignItems:"center",gap:3,color:"#22c55e"},children:[(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"m5 12 4 4L19 6"})}),(0,r.jsx)("span",{children:V.uploaded.length})]}),V.skipped.length>0&&(0,r.jsxs)("span",{title:`${V.skipped.length} skipped`,"aria-label":`${V.skipped.length} skipped`,style:{display:"flex",alignItems:"center",gap:3,color:"var(--text-dim)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9"}),(0,r.jsx)("path",{d:"M8 12h8"})]}),(0,r.jsx)("span",{children:V.skipped.length})]}),V.errors.length>0&&(0,r.jsxs)("span",{title:`${V.errors.length} failed`,"aria-label":`${V.errors.length} failed`,style:{display:"flex",alignItems:"center",gap:3,color:"#f87171"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 3 2.5 20h19L12 3Z"}),(0,r.jsx)("path",{d:"M12 9v4"}),(0,r.jsx)("path",{d:"M12 17h.01"})]}),(0,r.jsx)("span",{children:V.errors.length})]})]}),V.uploaded.length>0&&l&&(0,r.jsxs)("button",{type:"button",onClick:em,title:1===V.uploaded.length?p("files.addUploadedFile"):p("files.addAllUploadedFiles"),"aria-label":1===V.uploaded.length?p("files.addUploadedFile"):p("files.addAllUploadedFiles"),style:{height:22,padding:"0 7px",display:"flex",alignItems:"center",justifyContent:"center",gap:4,flexShrink:0,border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:4,background:"var(--bg-panel)",color:"var(--accent)",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:[(0,r.jsx)(q,{}),p("files.mention")]}),(0,r.jsx)(K,{onClick:()=>Z(null),title:p("files.dismissUploadResults")})]}),V.errors.map(e=>(0,r.jsxs)("div",{title:e.error,style:{display:"flex",alignItems:"center",gap:4,marginTop:3,minWidth:0,fontSize:10,color:"#f87171"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9"}),(0,r.jsx)("path",{d:"M12 8v5"}),(0,r.jsx)("path",{d:"M12 17h.01"})]}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]},e.name))]})]}),ef&&(0,r.jsxs)("div",{style:{padding:"0 4px 2px"},children:[(0,r.jsxs)("div",{"aria-label":p("files.changeStats",{count:T.length,additions:R.additions,deletions:R.deletions}),style:{display:"flex",alignItems:"center",gap:6,height:24,padding:"0 10px",fontSize:12},children:[(0,r.jsx)("span",{style:{color:"var(--text-dim)"},children:p("files.changedCount",{count:T.length})}),(0,r.jsxs)("span",{style:{color:_.added,fontFamily:"var(--font-mono)"},children:["+",R.additions]}),(0,r.jsxs)("span",{style:{color:_.deleted,fontFamily:"var(--font-mono)"},children:["-",R.deletions]})]}),T.map(n=>(0,r.jsx)(Y,{status:n,cwd:e,onOpenFile:t,t:p},n.filePath))]}),(!ef||null!==en)&&(0,r.jsxs)("div",{style:{padding:"2px 4px"},children:[null!==en?en.length>0?en.map(n=>(0,r.jsx)(X,{match:n,cwd:e,onOpenFile:t},n.path)):(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"var(--text-dim)"},children:p("files.noFiles")}):x?(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"var(--text-dim)"},children:"Loading files..."}):v?(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"#f87171"},children:v}):h.map(n=>(0,r.jsx)(J,{node:n,depth:0,cwd:e,onOpenFile:t,onAtMention:o,expandedPaths:y,onToggleExpanded:ec,refreshToken:el,highlightedPaths:S,gitStatusByPath:es,changedDirectoryPaths:ed,t:p},n.fullPath)),!x&&!v&&0===h.length&&(0,r.jsx)("div",{style:{padding:"8px 12px",fontSize:11,color:"var(--text-dim)"},children:p("files.noFiles")})]})]})]})});function G({active:e,onChange:t}){let{t:n}=(0,m.s)(),[o,l]=(0,i.useState)(null),a=[{key:"sessions",label:n("sidebar.sessionTab"),icon:(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})})},{key:"files",label:n("sidebar.filesTab"),icon:(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M3 7a2 2 0 0 1 2-2h4l2 2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"})})}];return(0,r.jsx)("div",{role:"tablist","aria-label":n("sidebar.views"),style:{display:"flex",flex:"0 0 auto",minWidth:0,borderBottom:"1px solid color-mix(in srgb, var(--border) 55%, transparent)"},children:a.map(({key:n,label:i,icon:a})=>{let s=e===n,d=!s&&o===n;return(0,r.jsxs)("button",{role:"tab","aria-selected":s,onClick:()=>t(n),onMouseEnter:()=>l(n),onMouseLeave:()=>l(null),style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",gap:6,height:32,padding:0,border:"none",borderBottom:s?"2px solid var(--accent)":"2px solid transparent",marginBottom:-1,background:d?"var(--side-hover)":"transparent",cursor:"pointer",fontSize:11,fontWeight:s?600:400,color:s?"var(--accent)":d?"var(--text)":"var(--text-muted)",transition:"color 0.12s, background 0.12s"},children:[a,i]},n)})})}let Q="text/session-id",ee=(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"})}),et=(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),(0,r.jsx)("path",{d:"M10 11v6M14 11v6"}),(0,r.jsx)("path",{d:"M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"})]}),en=(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),er=(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1z"})]}),ei="application/x-task-id";function eo({task:e,content:t,sessionCount:n,pinnedCount:o,sessionTotal:l,activeSessionId:a,onDropAssign:s,onRename:d,onDelete:c,onNewSession:u,onTogglePin:p,onDragStartTask:h,onDragOverTask:g,onDropTask:x,onDragEndTask:f,isDragging:y,dropBefore:k,dropAfter:w}){let{t:j}=(0,m.s)(),[S,C]=(0,i.useState)(!0),T=null!=a&&e.sessionIds.includes(a);(0,i.useEffect)(()=>{T&&C(!1)},[T]);let[M,R]=(0,i.useState)(!1),[L,z]=(0,i.useState)(!1),[E,W]=(0,i.useState)(!1),[$,P]=(0,i.useState)(!1),[D,F]=(0,i.useState)(""),[A,B]=(0,i.useState)(!1),[N,H]=(0,i.useState)(!1),[O,U]=(0,i.useState)(!1),[_,V]=(0,i.useState)(!1),q=(0,i.useRef)(null),K=(0,i.useRef)(null),J=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!O&&!A)return;let e=e=>{let t=e.target;K.current?.contains(t)||J.current?.contains(t)||(U(!1),B(!1))},t=e=>{"Escape"===e.key&&(U(!1),B(!1))};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t)}},[O,A]);let Y=(0,i.useCallback)(e=>{if(e.stopPropagation(),O)return void U(!1);let t=e.currentTarget.getBoundingClientRect(),n=e.currentTarget.parentElement,r=null;for(;n;){let e=getComputedStyle(n);if("auto"===e.overflowY||"scroll"===e.overflowY||"overlay"===e.overflowY){r=n;break}n=n.parentElement}let i=r?r.getBoundingClientRect():{top:0,bottom:window.innerHeight},o=i.bottom-t.bottom,l=t.top-i.top;V(!(o>=114)&&(l>=114||l>o)),U(!0)},[O]);(0,i.useEffect)(()=>{if($){let e=requestAnimationFrame(()=>q.current?.select());return()=>cancelAnimationFrame(e)}},[$]);let X=(0,i.useCallback)(()=>{let t=D.trim();t&&d(e.id,t),P(!1)},[D,d,e.id]),Z=(0,i.useCallback)(t=>{if(t.dataTransfer.types.includes(ei)){let n=t.currentTarget.getBoundingClientRect(),r=t.clientY<n.top+n.height/2,i=g(e.id,r);z(!1),i&&(t.preventDefault(),t.dataTransfer.dropEffect="move");return}t.dataTransfer.types.includes(Q)&&(t.preventDefault(),t.dataTransfer.dropEffect="move",z(!0))},[g,e.id]),G=(0,i.useCallback)(t=>{t.preventDefault(),z(!1);let n=t.dataTransfer.getData(Q);n?s(e.id,n):t.dataTransfer.types.includes(ei)&&x(e.id)},[s,e.id,x]),el=(0,i.useCallback)(t=>{t.target.closest("button, input, textarea, a, [role=menuitem]")?t.preventDefault():(t.dataTransfer.setData(ei,e.id),t.dataTransfer.effectAllowed="move",h(e))},[e,h]),ea={flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,background:"transparent",border:"1px solid transparent",borderRadius:7,color:"var(--text-muted)",cursor:"pointer",transition:"background 0.12s, color 0.12s"};return(0,r.jsxs)("div",{onDragOver:Z,onDragLeave:()=>z(!1),onDrop:G,style:{position:"relative",margin:"0 4px 2px",borderRadius:6,background:L?"color-mix(in srgb, var(--accent) 8%, transparent)":"transparent",border:"none",boxShadow:L?"inset 2px 0 0 var(--accent)":"none",borderTop:k?"2px solid var(--accent)":"none",borderBottom:w?"2px solid var(--accent)":"none",opacity:y?.4:1,transition:"background 0.12s, box-shadow 0.12s"},children:[(0,r.jsx)("div",{draggable:!0,onDragStart:el,onDragEnd:f,role:e.sessionIds.length>0?"button":void 0,"aria-expanded":e.sessionIds.length>0?!S:void 0,tabIndex:e.sessionIds.length>0?0:void 0,onClick:()=>{e.sessionIds.length>0&&C(e=>!e)},onKeyDown:t=>{0!==e.sessionIds.length&&("Enter"===t.key||" "===t.key)&&(t.preventDefault(),C(e=>!e))},onMouseEnter:()=>W(!0),onMouseLeave:()=>W(!1),style:{display:"flex",alignItems:"center",gap:4,minHeight:38,padding:"3px 8px 3px 5px",borderRadius:6,background:E?"var(--side-hover)":"transparent",cursor:e.sessionIds.length>0?"pointer":"default",transition:"background 0.12s"},children:$?(0,r.jsx)("input",{ref:q,value:D,onChange:e=>F(e.target.value),onKeyDown:e=>{"Enter"===e.key&&X(),"Escape"===e.key&&P(!1)},onBlur:X,onMouseDown:e=>e.stopPropagation(),autoFocus:!0,style:{flex:1,minWidth:0,fontSize:12,padding:"5px 8px",border:"1px solid var(--accent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",height:30}}):(0,r.jsxs)(r.Fragment,{children:[e.sessionIds.length>0?(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,color:"var(--text-dim)",cursor:"default",pointerEvents:"none"},children:(0,r.jsx)(I,{size:13,open:!S})}):(0,r.jsx)("span",{style:{width:20,flexShrink:0}}),(0,r.jsx)("span",{title:`${e.name} \xb7 ${function(e){if(!e)return"";let t=Math.floor((Date.now()-e)/6e4);if(t<1)return"now";if(t<60)return`${t}m`;let n=Math.floor(t/60);if(n<24)return`${n}h`;let r=Math.floor(n/24);return r<7?`${r}d`:new Date(e).toLocaleDateString()}(e.created)}`,style:{flex:1,minWidth:0,fontSize:12,fontWeight:500,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),e.pinned&&!$&&!A&&(0,r.jsx)("span",{title:j("sidebar.pinned"),style:{display:"inline-flex",flexShrink:0,color:"var(--accent)"},children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1z"})]})}),(E||O||A)&&!$&&(0,r.jsxs)("span",{ref:K,style:{position:"relative",display:"flex",gap:3,flexShrink:0,alignItems:"center"},children:[(0,r.jsx)("button",{type:"button",title:j("sidebar.newTaskSession"),onClick:t=>{t.stopPropagation(),u(e.id)},style:{...ea,width:28,height:28},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-active)",e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)"},children:en}),(0,r.jsx)("button",{type:"button",title:j("sidebar.rename"),onClick:t=>{t.stopPropagation(),F(e.name),P(!0),U(!1)},style:{...ea,width:28,height:28},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-active)",e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)"},children:ee}),(0,r.jsx)("button",{type:"button",title:j("sidebar.moreActions"),"aria-expanded":O,"aria-haspopup":"menu",onClick:Y,style:{...ea,width:28,height:28,background:O?"var(--side-active)":"transparent",color:O?"var(--accent)":"var(--text-muted)"},onMouseEnter:e=>{O||(e.currentTarget.style.background="var(--side-active)",e.currentTarget.style.color="var(--accent)")},onMouseLeave:e=>{O||(e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)")},children:(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"5",r:"1.4",fill:"currentColor"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"1.4",fill:"currentColor"}),(0,r.jsx)("circle",{cx:"12",cy:"19",r:"1.4",fill:"currentColor"})]})}),(0,r.jsx)(v,{open:O,up:_,style:{position:"absolute",top:_?"auto":"calc(100% + 4px)",bottom:_?"calc(100% + 4px)":"auto",right:0,zIndex:120,minWidth:148,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:9,boxShadow:"0 8px 24px rgba(0,0,0,0.12)",padding:4},children:(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:1},role:"menu",children:[(0,r.jsxs)("button",{role:"menuitem",onClick:t=>{t.stopPropagation(),U(!1),p(e.id)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",border:"none",borderRadius:6,background:"transparent",color:e.pinned?"var(--accent)":"var(--text)",cursor:"pointer",fontSize:12,textAlign:"left",transition:"background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"inline-flex"},children:er}),j(e.pinned?"sidebar.unpinTask":"sidebar.pinTask")]}),(0,r.jsxs)("button",{role:"menuitem",onClick:t=>{t.stopPropagation(),U(!1),F(e.name),P(!0)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",border:"none",borderRadius:6,background:"transparent",color:"var(--text)",cursor:"pointer",fontSize:12,textAlign:"left",transition:"background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"inline-flex"},children:ee}),j("sidebar.rename")]}),(0,r.jsxs)("button",{role:"menuitem",onClick:e=>{e.stopPropagation(),U(!1),H(!!K.current&&b(K.current,96)),B(!0)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",border:"none",borderRadius:6,background:"transparent",color:"#ef4444",cursor:"pointer",fontSize:12,textAlign:"left",transition:"background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.10)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"inline-flex"},children:et}),j("sidebar.deleteTask")]})]})}),A&&(0,r.jsxs)("div",{ref:J,role:"alertdialog",style:{position:"absolute",...N?{bottom:"calc(100% + 4px)"}:{top:"calc(100% + 4px)"},right:0,zIndex:121,width:236,boxSizing:"border-box",padding:10,display:"flex",flexDirection:"column",gap:8,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:9,boxShadow:"0 8px 24px rgba(0,0,0,0.12)"},children:[(0,r.jsx)("div",{style:{fontSize:12,lineHeight:1.5,color:"var(--text)"},children:j("sidebar.deleteTaskConfirm",{name:e.name,count:l})}),(0,r.jsxs)("div",{style:{display:"flex",gap:6,justifyContent:"flex-end"},children:[(0,r.jsx)("button",{type:"button",onClick:t=>{t.stopPropagation(),c(e.id),B(!1)},style:{height:24,padding:"0 10px",background:"color-mix(in srgb, #ef4444 12%, transparent)",border:"none",borderRadius:5,color:"#ef4444",fontSize:11,fontWeight:600,cursor:"pointer"},children:j("sidebar.delete")}),(0,r.jsx)("button",{type:"button",onClick:e=>{e.stopPropagation(),B(!1)},style:{height:24,padding:"0 10px",background:"var(--side-input)",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:5,color:"var(--text-muted)",fontSize:11,cursor:"pointer"},children:j("sidebar.cancel")})]})]})]})]})}),!S&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:{paddingBottom:3},children:t(M)}),!M&&n>o+5&&(0,r.jsx)("button",{type:"button",onClick:()=>R(!0),style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",boxSizing:"border-box",margin:"2px 0",padding:0,background:"transparent",border:"none",color:"var(--text-dim)",fontSize:11,cursor:"pointer",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)"},children:j("sidebar.loadMoreSessions",{count:n-o-5})})]})]})}function el({groups:e,selectedSessionId:t,newTaskOpen:n,onNewTaskOpenChange:o,onNewTask:l,onRenameTask:a,onDeleteTask:s,onNewSessionFromTask:d,onToggleTaskPin:c,onDropSessionToTask:u,onReorderTasks:p}){let{t:h}=(0,m.s)(),[g,x]=(0,i.useState)(""),[f,v]=(0,i.useState)(!1),[b,y]=(0,i.useState)(!1),k=(0,i.useRef)(null),[w,j]=(0,i.useState)(null),[S,C]=(0,i.useState)(null);(0,i.useEffect)(()=>{n&&k.current?.focus()},[n]);let T=(0,i.useCallback)(()=>{let e=g.trim();e&&(l(e),x(""),o(!1))},[g,l,o]),M=(0,i.useCallback)(e=>{j({id:e.id,pinned:!!e.pinned}),C(null)},[]),R=(0,i.useCallback)(()=>{j(null),C(null)},[]),L=(0,i.useCallback)((t,n)=>{if(!w||w.id===t)return!1;let r=e.find(e=>e.task.id===t);return!!r&&!!r.task.pinned===w.pinned&&(C({targetId:t,before:n}),!0)},[w,e]),I=(0,i.useCallback)(t=>{if(!w||!S||S.targetId!==t)return void R();let n=e.map(e=>e.task.id),r=n.indexOf(w.id),i=n.indexOf(t);if(-1===r||-1===i)return void R();let o=[...n];o.splice(r,1);let l=o.indexOf(t)+ +!S.before;o.splice(l,0,w.id),R(),p(o)},[w,e,R,p,S]);return(0,r.jsxs)("div",{style:{paddingBottom:4},children:[n&&(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:4,margin:"0 4px 4px",padding:"0 8px",height:32,boxSizing:"border-box",background:"var(--side-input)",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:6},children:[(0,r.jsx)("input",{ref:k,value:g,onChange:e=>x(e.target.value),onKeyDown:e=>{"Enter"===e.key&&T(),"Escape"===e.key&&(o(!1),x(""))},onBlur:()=>{o(!1),x("")},placeholder:h("sidebar.taskName"),style:{flex:1,minWidth:0,height:"100%",padding:0,border:"none",outline:"none",background:"transparent",color:"var(--text)",fontSize:12}}),(0,r.jsx)("button",{type:"button",title:h("sidebar.create"),"aria-label":h("sidebar.create"),disabled:!g.trim(),onMouseDown:e=>e.preventDefault(),onClick:T,onMouseEnter:()=>v(!0),onMouseLeave:()=>v(!1),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:22,height:22,padding:0,background:f&&g.trim()?"var(--side-hover)":"transparent",border:"none",borderRadius:5,color:g.trim()?"var(--accent)":"var(--text-dim)",cursor:g.trim()?"pointer":"default",transition:"background 0.12s"},children:(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})})}),(0,r.jsx)("button",{type:"button",title:h("sidebar.cancel"),"aria-label":h("sidebar.cancel"),onMouseDown:e=>e.preventDefault(),onClick:()=>{o(!1),x("")},onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:22,height:22,padding:0,background:b?"var(--side-hover)":"transparent",border:"none",borderRadius:5,color:b?"var(--text-muted)":"var(--text-dim)",cursor:"pointer",transition:"background 0.12s, color 0.12s"},children:(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"5",x2:"19",y2:"19"}),(0,r.jsx)("line",{x1:"19",y1:"5",x2:"5",y2:"19"})]})})]}),e.map(({task:n,content:o,sessionCount:l,pinnedCount:p,sessionTotal:h},g)=>{let x=g>0?e[g-1].task:null,f=x?.pinned&&!n.pinned;return(0,r.jsxs)(i.Fragment,{children:[f&&(0,r.jsx)("div",{style:{height:1,margin:"3px 6px",background:"color-mix(in srgb, var(--border) 55%, transparent)"}}),(0,r.jsx)(eo,{task:n,content:o,sessionCount:l,pinnedCount:p,sessionTotal:h,activeSessionId:t,onDropAssign:u,onRename:(e,t)=>void a(e,t),onDelete:e=>void s(e),onNewSession:(e,t)=>d(e,t),onTogglePin:c,onDragStartTask:M,onDragOverTask:L,onDropTask:I,onDragEndTask:R,isDragging:w?.id===n.id,dropBefore:S?.targetId===n.id&&S.before,dropAfter:S?.targetId===n.id&&!S.before})]},n.id)})]})}function ea({onClick:e,title:t,disabled:n,skipHover:i,color:o,background:l="none",marginRight:a,ariaPressed:s,children:d}){return(0,r.jsx)("button",{onClick:e,disabled:n,title:t,"aria-label":t,"aria-pressed":s,style:{position:"relative",display:"flex",alignItems:"center",justifyContent:"center",width:26,height:26,padding:0,marginRight:a,background:l,border:"none",color:o,cursor:n?"default":"pointer",borderRadius:5,flexShrink:0,opacity:n?.6:1,transition:"color 0.3s, background 0.3s"},onMouseEnter:e=>{n||i||(e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.background="var(--side-hover)")},onMouseLeave:e=>{n||i||(e.currentTarget.style.color=o,e.currentTarget.style.background=l)},children:d})}let es="pi-web:unread-session-ids";function ed(e,t){return t&&e.startsWith(t)?"~"+e.slice(t.length):e}function ec({text:e,style:t}){return(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",display:"block",minWidth:0,lineHeight:1.35,direction:"rtl",textAlign:"left",...t},children:(0,r.jsx)("span",{style:{unicodeBidi:"plaintext"},children:e})})}let eu="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*";function ep(){let[e,t]=(0,i.useState)(!1),[n,o]=(0,i.useState)(!1),l=(0,i.useRef)(null),a=function(e,t){let[n,r]=(0,i.useState)(e),o=(0,i.useRef)(null),l=(0,i.useRef)(0);return(0,i.useEffect)(()=>{if(!t)return void r(e);l.current=0;let n=4*e.length,i=()=>{l.current+=1;let t=Math.floor(l.current/n*e.length);r(e.split("").map((e,n)=>" "===e?" ":n<t?e:eu[Math.floor(Math.random()*eu.length)]).join("")),l.current<n?o.current=requestAnimationFrame(i):r(e)};return o.current=requestAnimationFrame(i),()=>{o.current&&cancelAnimationFrame(o.current)}},[e,t]),n}(e?"0.1.32p0.84.3":"Pi Web",n),s=(0,i.useCallback)(e=>{t(e),o(!0),setTimeout(()=>o(!1),(e?6:8)*4*(1e3/60)+100)},[]),d=(0,i.useCallback)(()=>{l.current&&clearTimeout(l.current);let t=!e;s(t),t&&(l.current=setTimeout(()=>s(!1),3e3))},[e,s]);return(0,i.useEffect)(()=>()=>{l.current&&clearTimeout(l.current)},[]),(0,r.jsx)("button",{onClick:d,style:{background:"none",border:"none",padding:0,cursor:"default",fontWeight:700,fontSize:15,letterSpacing:"-0.01em",color:e?"var(--accent)":"var(--text)",fontFamily:"var(--font-mono)",minWidth:"6ch"},children:a})}function eh({selectedSessionId:e,onSelectSession:t,onNewSession:n,initialSessionId:o,skipInitialProjectSelection:l,onInitialRestoreDone:a,refreshKey:s,onSessionDeleted:d,selectedCwd:c,onCwdChange:u,onOpenFile:p,explorerRefreshKey:h,onExplorerRefresh:g,onAtMention:b,onAtMentions:y,onBackgroundTaskDone:k,onRunningSessionIdsChange:w,onNewSessionFromTask:j}){var S;let{t:C}=(0,m.s)(),[T,R]=(0,i.useState)([]),[L,I]=(0,i.useState)(!0),[z,E]=(0,i.useState)(null),[W,$]=(0,i.useState)(null),[P,D]=(0,i.useState)(""),[F,A]=(0,i.useState)(!1),[B,N]=(0,i.useState)(!1),[H,O]=(0,i.useState)(""),[U,_]=(0,i.useState)(""),[V,q]=(0,i.useState)(!1),[K,J]=(0,i.useState)(""),[Y,X]=(0,i.useState)(null),[Q,ee]=(0,i.useState)(!1),[et,en]=(0,i.useState)(null),er=(0,i.useRef)(null),[ei,eo]=(0,i.useState)(null),[eu,ex]=(0,i.useState)(!1),[ef,em]=(0,i.useState)(!1),[ej,eS]=(0,i.useState)(!1),[eC,eT]=(0,i.useState)(""),[eM,eR]=(0,i.useState)(null),[eL,eI]=(0,i.useState)(!1),[ez,eE]=(0,i.useState)(null),[eW,e$]=(0,i.useState)(null),eP=(0,i.useRef)(null),eD=(0,i.useRef)(null),[eF,eA]=(0,i.useState)("sessions"),[eB,eN]=(0,i.useState)(!1),[eH,eO]=(0,i.useState)(!1),[eU,e_]=(0,i.useState)(!1),[eV,eq]=(0,i.useState)([]),[eK,eJ]=(0,i.useState)(!1),[eY,eX]=(0,i.useState)(0),[eZ,eG]=(0,i.useState)(!1),[eQ,e0]=(0,i.useState)(0),[e1,e2]=(0,i.useState)(!0),[e4,e8]=(0,i.useState)(!1),[e5,e6]=(0,i.useState)(!1),[e3,e7]=(0,i.useState)(()=>new Set),[e9,te]=(0,i.useState)(()=>new Set),tt=(0,i.useRef)(new Set);(0,i.useEffect)(()=>{eA(function(){try{return"files"===window.localStorage.getItem(ev)?"files":"sessions"}catch{return"sessions"}}()),eN(ek(eb)),eO(ek(ey)),te(function(){try{let e=window.localStorage.getItem(es);if(!e)return new Set;let t=JSON.parse(e);if(Array.isArray(t))return new Set(t.filter(e=>"string"==typeof e));return new Set}catch{return new Set}}())},[]);let tn=(0,i.useRef)(!1),tr=(0,i.useRef)(null),ti=(0,i.useRef)(null),to=(0,i.useRef)(null),tl=(0,i.useCallback)(async(e=!1,t=!1)=>{try{e&&I(!0);let n=await fetch(t?"/api/sessions?force=1":"/api/sessions",{cache:"no-store"});if(!n.ok)throw Error(`HTTP ${n.status}`);let r=await n.json();R(r.sessions),tn.current||e7(new Set(r.runningSessionIds??[]));let i=new Set(r.sessions.map(e=>e.id));te(e=>{if(0===e.size)return e;let t=new Set([...e].filter(e=>i.has(e)));return t.size===e.size?e:t}),E(null),e||(e8(!0),tr.current&&clearTimeout(tr.current),tr.current=setTimeout(()=>e8(!1),2e3))}catch(e){E(String(e))}finally{e&&I(!1)}},[]),ta=(0,i.useRef)(!1),ts=(0,i.useRef)(s);(0,i.useEffect)(()=>{let e=!ta.current;ta.current=!0,tl(e,s!==ts.current)},[tl,s]),(0,i.useEffect)(()=>{try{0===e9.size?window.localStorage.removeItem(es):window.localStorage.setItem(es,JSON.stringify([...e9]))}catch{}},[e9]),(0,i.useEffect)(()=>{let e=!1,t=null,n=null,r=()=>{t&&clearTimeout(t),t=null},i=async()=>{if(e||"visible"!==document.visibilityState)return;let o=new AbortController;n?.abort(),n=o;try{let t=await fetch("/api/agent/running",{cache:"no-store",signal:o.signal});if(!t.ok)return;let r=await t.json();if(e||n!==o)return;tn.current=!0,e7(new Set(r.runningSessionIds??[]))}catch{}finally{n===o&&(n=null),r(),e||"visible"!==document.visibilityState||(t=setTimeout(()=>void i(),2500))}},o=()=>{"visible"===document.visibilityState?i():(r(),n?.abort(),n=null)};return i(),document.addEventListener("visibilitychange",o),()=>{e=!0,r(),n?.abort(),document.removeEventListener("visibilitychange",o)}},[]),(0,i.useEffect)(()=>{w?.(e3)},[w,e3]),(0,i.useEffect)(()=>{let t=tt.current,n=[...t].filter(t=>!e3.has(t)&&t!==e),r=[...e3].filter(e=>!t.has(e));(n.length>0||r.length>0)&&te(e=>{let t=new Set(e);return e3.forEach(e=>t.delete(e)),n.forEach(e=>t.add(e)),t});let i=r.some(e=>!T.some(t=>t.id===e));(n.length>0||i)&&tl(!1,!0),n.length>0&&k?.(),tt.current=e3},[e3,e,T,tl,k]),(0,i.useEffect)(()=>{e&&te(t=>{if(!t.has(e))return t;let n=new Set(t);return n.delete(e),n})},[e]),(0,i.useEffect)(()=>{void 0!==h&&eX(e=>e+1)},[h]),(0,i.useEffect)(()=>{fetch("/api/home").then(e=>e.json()).then(e=>{e.home&&D(e.home)}).catch(()=>{})},[]);let td=(0,i.useRef)(!1),tc=(0,i.useCallback)((e,t)=>({root:e,key:t}),[]),tu=(0,i.useCallback)(e=>{if(!e)return null;if(et?.cwd===e)return tc(et.root,et.key);if(ei&&ei.forCwd===e||ei?.worktrees.some(t=>t.path===e))return tc(ei.projectRoot,ei.projectKey);let t=T.find(t=>t.cwd===e||(t.projectRoot??t.cwd)===e);return t?tc(t.projectRoot??t.cwd,x(t)):tc(e,e)},[et,ei,T,tc]),tp=(0,i.useRef)(null);(0,i.useEffect)(()=>{let e=tu(W),t=tp.current;(t?.cwd!==W||t.key!==(e?.key??null))&&(tp.current={cwd:W,key:e?.key??null},u?.(W,e?.root??null,e?.key??null))},[W,u,tu]);let th=(0,i.useRef)(null);(0,i.useEffect)(()=>{c&&c!==th.current&&(th.current=c,$(c))},[c]);let[tg,tx]=(0,i.useState)(0);(0,i.useLayoutEffect)(()=>{if(!W){eo(null),e$(null);return}let e=!1;return e$(W),fetch(`/api/worktrees?cwd=${encodeURIComponent(W)}`).then(e=>e.json()).then(t=>{if(!e){if(e$(null),t.error||!t.projectRoot)return void eo(null);eo({forCwd:W,projectRoot:t.projectRoot,projectKey:t.projectKey??t.projectRoot,isGit:t.isGit??!1,isTopLevel:t.isTopLevel??!1,currentWorktreePath:t.currentWorktreePath??null,worktrees:t.worktrees??[]})}}).catch(()=>{e||(e$(null),eo(null))}),()=>{e=!0}},[W,tg,s]),(0,i.useEffect)(()=>{if(0!==T.length&&!l&&null===W){if(o&&!td.current){td.current=!0;let e=T.find(e=>e.id===o);if(e){$(e.cwd),t(e,!0);return}a?.()}let e=f(T);e.length>0&&$(e[0].root)}},[T,W,o,l,t,a]);let tf=ei?ei.worktrees.find(e=>e.path===W)??(ei.forCwd===W&&ei.currentWorktreePath?ei.worktrees.find(e=>e.path===ei.currentWorktreePath):void 0)??ei.worktrees.find(e=>e.isMain):void 0,tm=tf?.path??null,tv=(0,i.useCallback)(async e=>{let t=(e??K).trim();if(t&&!Q){ee(!0),X(null);try{let e=await fetch("/api/cwd/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:t})}),n=await e.json().catch(()=>({}));if(!e.ok||n.error||!n.cwd||!n.projectRoot||!n.projectKey)return void X(n.error??`HTTP ${e.status}`);en({cwd:n.cwd,root:n.projectRoot,key:n.projectKey}),$(n.cwd),q(!1),J(""),A(!1)}catch(e){X(e instanceof Error?e.message:String(e))}finally{ee(!1)}}},[K,Q]),tb=(0,i.useCallback)(()=>{q(!0),X(null),A(!1)},[]),ty=(0,i.useCallback)(async()=>{try{let e=await fetch("/api/default-cwd",{method:"POST"}),t=await e.json();t.cwd&&($(t.cwd),q(!1),J(""),X(null),A(!1))}catch{}},[]),tk=(0,i.useCallback)(async()=>{let e=eC.trim();if(e&&!eL&&ei){eI(!0),eR(null);try{let t=await fetch("/api/worktrees",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:ei.projectRoot,branch:e})}),n=await t.json().catch(()=>({}));if(!t.ok||n.error||!n.path)return void eR(n.error??`HTTP ${t.status}`);eS(!1),eT(""),ex(!1),eo(t=>t?{...t,forCwd:n.path,currentWorktreePath:n.path,worktrees:[...t.worktrees,{path:n.path,branch:e,isMain:!1}]}:t),$(n.path),tx(e=>e+1)}catch(e){eR(e instanceof Error?e.message:String(e))}finally{eI(!1)}}},[eC,eL,ei]),tw=(0,i.useCallback)(async(e,t)=>{if(ei&&!eL){eI(!0),eR(null);try{let n=await fetch("/api/worktrees",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:ei.projectRoot,path:e,force:t})}),r=await n.json().catch(()=>({}));if(!n.ok){if(r.dirty&&!t)return void eE(e);eR(r.error??`HTTP ${n.status}`);return}eE(null),tm===e&&$(ei.projectRoot),tx(e=>e+1)}catch(e){eR(e instanceof Error?e.message:String(e))}finally{eI(!1)}}},[ei,eL,tm]);(0,i.useEffect)(()=>{let e=e=>{er.current&&!er.current.contains(e.target)&&(A(!1),O("")),eP.current&&!eP.current.contains(e.target)&&(ex(!1),eS(!1),eT(""),eR(null),eE(null),_(""))};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]);let tj=(0,i.useCallback)(e=>{e.cwd&&$(e.cwd),t(e)},[t]),tS=(0,i.useCallback)(()=>{if(!W)return;let e="function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}-${Math.random().toString(36).slice(2)}`;n?.(e,W)},[W,n]),tC=f(T),tT=tC.length>8,tM=H.trim()?tC.filter(e=>e.root.toLowerCase().includes(H.trim().toLowerCase())):tC,tR=tu(W),tL=(0,i.useMemo)(()=>(function(e,t,n){let r=new Map;for(let i of e){let e=x(i);if(!e)continue;let o=r.get(e);o||(o={running:0,unread:0},r.set(e,o)),t.has(i.id)&&o.running++,n.has(i.id)&&o.unread++}return r})(T,e3,e9),[T,e3,e9]),tI=(0,i.useMemo)(()=>[...tL.entries()].some(([e,{running:t,unread:n}])=>e!==tR?.key&&(t>0||n>0)),[tL,tR]),tz=tR?(S=tR.key,T.filter(e=>x(e)===S)):T,tE=!!(ei?.isGit&&ei.isTopLevel&&W&&tR?.key===ei.projectKey),tW=W&&ei&&tR?.key===ei.projectKey&&!tE?ei.isGit?{label:C("sidebar.openRepoRoot"),title:C("sidebar.openRepoRootTitle")}:{label:C("sidebar.gitRepoRootOnly"),title:C("sidebar.gitRepoRootOnlyTitle")}:null,t$=!!(W&&eW===W),tP=tW??(t$&&!tE?{label:C("sidebar.worktrees"),title:C("sidebar.checkingWorktrees")}:null),tD=function(e){let t=new Map;for(let n of e)t.set(n.id,{session:n,children:[]});let n=new Map;for(let t of e)t.parentSessionId&&n.set(t.id,t.parentSessionId);let r=[];for(let e of t.values()){let i=function(e){let r=n.get(e),i=new Set;for(;r&&!i.has(r);){if(i.add(r),t.has(r))return r;r=n.get(r)}return null}(e.session.id);i?t.get(i).children.push(e):r.push(e)}let i=e=>{e.sort((e,t)=>t.session.modified.localeCompare(e.session.modified)),e.forEach(e=>i(e.children))};return i(r),r}(tz);(0,i.useEffect)(()=>{let e=tR?.key;if(!e)return void eq([]);let t=!1;return fetch(`/api/tasks?projectKey=${encodeURIComponent(e)}`,{cache:"no-store"}).then(e=>e.ok?e.json():null).then(e=>{t||eq(Array.isArray(e?.tasks)?e.tasks:[])}).catch(()=>{}),()=>{t=!0}},[tR?.key,s]);let tF=(0,i.useCallback)(async()=>{let e=tR?.key;if(!e)return;let t=await fetch(`/api/tasks?projectKey=${encodeURIComponent(e)}`,{cache:"no-store"}),n=await t.json().catch(()=>({}));eq(Array.isArray(n.tasks)?n.tasks:[])},[tR?.key]),tA=(0,i.useCallback)((e,t)=>{R(n=>n.map(n=>n.id===e?{...n,pinned:!!t||void 0}:n)),eq(n=>n.map(n=>{if(!n.sessionIds.includes(e))return n;let r=new Set(n.pinnedSessionIds??[]);t?r.add(e):r.delete(e);let i=new Set(n.sessionIds.filter(e=>r.has(e))),o=n.sessionIds.filter(e=>!r.has(e));return{...n,pinnedSessionIds:[...r],sessionIds:[...i,...o]}})),fetch(`/api/sessions/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({pinned:t})}).catch(()=>{}).then(()=>tF())},[tF]),tB=(0,i.useCallback)(e=>{let t=eV.find(t=>t.id===e);if(!t)return;let n=!t.pinned;eq(t=>{let r=t.map(t=>t.id===e?{...t,pinned:n}:t);return[...r.filter(e=>e.pinned),...r.filter(e=>!e.pinned)]}),fetch(`/api/tasks/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({pinned:n})}).catch(()=>{}).then(()=>tF())},[eV,tF]),tN=(0,i.useCallback)(e=>{let t=tR?.key;if(!t)return;let n=new Map(eV.map(e=>[e.id,e])),r=[],i=[];for(let t of e){let e=n.get(t);e&&(e.pinned?r:i).push(t)}eq(t=>{let n=new Map(e.map((e,t)=>[e,t]));return[...t].sort((e,t)=>{let r=n.get(e.id)??Number.MAX_SAFE_INTEGER,i=n.get(t.id)??Number.MAX_SAFE_INTEGER;return e.pinned!==t.pinned?e.pinned?-1:1:r-i})}),r.length>0&&fetch("/api/tasks/reorder",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectKey:t,orderedIds:r})}).catch(()=>{}),i.length>0&&fetch("/api/tasks/reorder",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectKey:t,orderedIds:i})}).catch(()=>{})},[eV,tR?.key]),tH=(0,i.useCallback)(async e=>{let t=tR?.key;t&&(await fetch("/api/tasks",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectKey:t,name:e})}),await tF())},[tR?.key,tF]),tO=(0,i.useCallback)(async(e,t)=>{await fetch(`/api/tasks/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t})}),await tF()},[tF]),tU=(0,i.useCallback)(async e=>{let t=await fetch(`/api/tasks/${encodeURIComponent(e)}`,{method:"DELETE"});for(let e of(await t.json().catch(()=>({}))).deletedSessionIds??[])d?.(e);await tF()},[tF,d]),t_=(0,i.useCallback)(async(e,t)=>{let n=eV.find(t=>t.id===e);!n||n.sessionIds.includes(t)||(await fetch(`/api/tasks/${encodeURIComponent(e)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionIds:[...n.sessionIds,t]})}),await tF())},[eV,tF]),tV=(0,i.useCallback)(async e=>{let t=eV.find(t=>t.sessionIds.includes(e));t&&(await fetch(`/api/tasks/${encodeURIComponent(t.id)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionIds:t.sessionIds.filter(t=>t!==e)})}),await tF())},[eV,tF]),tq=(0,i.useMemo)(()=>{let e=new Map,t=n=>{for(let r of n)e.set(r.session.id,r),t(r.children)};t(tD);let n=e=>e.reduce((e,t)=>e+1+n(t.children),0);return eV.map(t=>{var r;let i,o=(r=t.sessionIds.map(t=>e.get(t)).filter(e=>!!e),i=(e,t)=>e.session.modified<t.session.modified?1:e.session.modified>t.session.modified?-1:0,[...r.filter(e=>e.session.pinned).sort(i),...r.filter(e=>!e.session.pinned).sort(i)]);return{task:t,nodes:o,sessionTotal:n(o)}})},[eV,tD]),tK=(0,i.useMemo)(()=>{let e=new Set;for(let t of tq){let n=t=>{for(let r of t)e.add(r.session.id),n(r.children)};n(t.nodes)}return tD.filter(t=>!e.has(t.session.id))},[tD,tq]),tJ=(0,i.useMemo)(()=>[...tK.filter(e=>e.session.pinned),...tK.filter(e=>!e.session.pinned)],[tK]),tY=(0,r.jsxs)(r.Fragment,{children:[tE&&(()=>{if(!ei)return null;let e=ei.worktrees.length>=8,t=e&&U.trim()?ei.worktrees.filter(e=>(e.branch??ed(e.path,P)).toLowerCase().includes(U.trim().toLowerCase())):ei.worktrees;return(0,r.jsxs)("div",{ref:eP,style:{position:"relative",marginTop:6},children:[(0,r.jsxs)("button",{onClick:()=>ex(e=>!e),title:tf?C("sidebar.switchWorktreeTitle",{path:tf.path}):C("sidebar.switchWorktree"),style:{width:"100%",height:28,boxSizing:"border-box",display:"flex",alignItems:"center",gap:6,padding:"0 10px",background:eu?"var(--side-active)":ef?"var(--side-hover)":"transparent",border:"none",borderRadius:5,cursor:"pointer",fontSize:11,lineHeight:1.35,color:"var(--text-muted)",textAlign:"left",transition:"background 0.12s"},onMouseEnter:()=>em(!0),onMouseLeave:()=>em(!1),children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,color:tf&&!tf.isMain?"var(--accent)":"var(--text-dim)"},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsx)(ec,{text:tf?tf.branch??ed(tf.path,P):"…",style:{flex:1,fontFamily:"var(--font-mono)",color:"var(--text)"}}),tf?.isMain&&(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:10},children:C("sidebar.main")}),ei.worktrees.length>1&&(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:10},children:ei.worktrees.length}),(0,r.jsx)("svg",{width:"9",height:"9",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),(0,r.jsxs)(v,{open:eu,up:!0,style:{position:"absolute",top:"auto",bottom:"calc(100% + 4px)",left:0,right:0,zIndex:100,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:8,boxShadow:"0 6px 20px rgba(0,0,0,0.10)",overflow:"hidden"},children:[e&&(0,r.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)"},children:(0,r.jsx)("input",{value:U,onChange:e=>_(e.target.value),onKeyDown:e=>{"Escape"===e.key&&(_(""),ex(!1))},placeholder:C("sidebar.filterWorktrees"),autoFocus:!0,style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}})}),(0,r.jsxs)("div",{style:{maxHeight:"min(40vh, 300px)",overflowY:"auto"},children:[t.map(e=>{let t=e.path===tm;return ez===e.path?(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"7px 10px",borderBottom:"1px solid var(--border)",background:"rgba(239,68,68,0.06)"},children:[(0,r.jsx)("span",{style:{flex:1,fontSize:11,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:C("sidebar.forceRemoveCheckout")}),(0,r.jsx)("button",{onClick:()=>void tw(e.path,!0),disabled:eL,style:{padding:"3px 9px",background:"#ef4444",border:"none",borderRadius:5,color:"#fff",fontSize:11,fontWeight:600,cursor:"pointer",flexShrink:0},children:C("sidebar.force")}),(0,r.jsx)("button",{onClick:()=>eE(null),style:{padding:"3px 9px",background:"transparent",border:"1px solid var(--border)",borderRadius:5,color:"var(--text-muted)",fontSize:11,cursor:"pointer",flexShrink:0},children:C("sidebar.cancel")})]},e.path):(0,r.jsxs)("div",{className:"wt-row",style:{display:"flex",alignItems:"center",borderBottom:"1px solid var(--border)"},children:[(0,r.jsxs)("button",{onClick:()=>{$(e.path),ex(!1),eR(null),_("")},title:e.path,onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},style:{flex:1,minWidth:0,display:"flex",alignItems:"center",gap:7,padding:"8px 10px",background:"transparent",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11,fontFamily:"var(--font-mono)"},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)(ec,{text:e.branch??ed(e.path,P),style:{flex:1}}),e.isMain&&(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:10},children:C("sidebar.main")})]}),!e.isMain&&(0,r.jsx)("button",{onClick:()=>void tw(e.path,!1),disabled:eL,title:C("sidebar.removeWorktreeTitle",{path:e.path}),style:{display:"flex",alignItems:"center",justifyContent:"center",width:34,height:28,padding:0,marginRight:4,background:"none",border:"none",color:"var(--text-dim)",cursor:"pointer",borderRadius:5,flexShrink:0,transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="#ef4444",e.currentTarget.style.background="rgba(239,68,68,0.08)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="none"},children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),(0,r.jsx)("path",{d:"M10 11v6M14 11v6"}),(0,r.jsx)("path",{d:"M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"})]})})]},e.path)}),e&&0===t.length&&U.trim()&&(0,r.jsx)("div",{style:{padding:"8px 10px",fontSize:11,color:"var(--text-dim)"},children:C("sidebar.noMatchingWorktrees")})]}),ej?(0,r.jsxs)("div",{style:{padding:"6px 8px"},children:[(0,r.jsx)("input",{ref:eD,value:eC,onChange:e=>{eT(e.target.value),eR(null)},onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),tk()),"Escape"===e.key&&(eS(!1),eT(""),eR(null))},placeholder:C("sidebar.branchName"),style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--accent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}}),(0,r.jsxs)("div",{style:{display:"flex",gap:5,marginTop:5},children:[(0,r.jsx)("button",{onClick:()=>void tk(),disabled:eL||!eC.trim(),style:{flex:1,padding:"4px 0",background:"var(--accent)",border:"none",borderRadius:5,color:"#fff",fontSize:11,fontWeight:600,cursor:eL||!eC.trim()?"not-allowed":"pointer",opacity:eL||!eC.trim()?.65:1},children:eL?C("sidebar.creating"):C("sidebar.create")}),(0,r.jsx)("button",{onClick:()=>{eS(!1),eT(""),eR(null)},style:{flex:1,padding:"4px 0",background:"transparent",border:"1px solid var(--border)",borderRadius:5,color:"var(--text-muted)",fontSize:11,cursor:"pointer"},children:C("sidebar.cancel")})]})]}):(0,r.jsxs)("button",{onClick:e=>{e.stopPropagation(),eS(!0),eR(null),setTimeout(()=>eD.current?.focus(),0)},title:C("sidebar.createWorktreeTitle"),style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.1",strokeLinecap:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"5",y1:"1",x2:"5",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"5",x2:"9",y2:"5"})]}),(0,r.jsx)("span",{children:C("sidebar.newWorktree")})]}),eM&&(0,r.jsx)("div",{style:{padding:"5px 10px 8px",color:"#dc2626",fontSize:11,lineHeight:1.35,overflowWrap:"anywhere"},children:eM})]})]})})(),tP&&(0,r.jsxs)("button",{type:"button","aria-disabled":"true",tabIndex:-1,title:tP.title,style:{width:"100%",height:29,boxSizing:"border-box",marginTop:6,display:"flex",alignItems:"center",gap:6,padding:"0 10px",border:"1px solid var(--border)",borderRadius:7,background:"transparent",color:"var(--text-dim)",fontSize:11,lineHeight:1.35,whiteSpace:"nowrap",textAlign:"left",cursor:"default",opacity:.82},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis"},children:tP.label})]})]});return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[V&&(0,r.jsx)(M,{busy:Q,error:Y,onCancel:()=>{q(!1),X(null)},onSelect:e=>void tv(e)}),(0,r.jsxs)("div",{style:{padding:"12px 10px 10px",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:10},children:[(0,r.jsx)(ep,{}),(0,r.jsxs)("div",{style:{display:"flex",gap:2,alignItems:"center"},children:[(0,r.jsxs)("button",{onClick:tS,disabled:!W,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,background:"transparent",border:"none",color:W?"var(--text-muted)":"var(--text-dim)",cursor:W?"pointer":"not-allowed",padding:"3px 6px",borderRadius:4,fontSize:12,fontWeight:500,letterSpacing:"-0.01em",flexShrink:0,textDecoration:"none",transition:"color 0.12s"},title:W?C("sidebar.newSessionTitle",{path:W}):C("sidebar.selectProject"),onMouseEnter:e=>{W&&(e.currentTarget.style.color="var(--accent)",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{e.currentTarget.style.color=W?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),C("sidebar.tempSessions")]}),(0,r.jsxs)("button",{onClick:()=>tl(!1,!0),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,background:e4?"rgba(74,222,128,0.12)":"transparent",border:"none",color:e4?"#4ade80":"var(--text-muted)",cursor:"pointer",padding:"3px 6px",borderRadius:4,fontSize:12,fontWeight:500,letterSpacing:"-0.01em",flexShrink:0,textDecoration:"none",transition:"color 0.3s, background 0.3s"},onMouseEnter:e=>{e4||(e.currentTarget.style.color="var(--accent)",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{e4||(e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.textDecoration="none")},title:C("sidebar.refresh"),children:[e4?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"#4ade80",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,r.jsx)("path",{d:"M3 3v5h5"})]}),C("sidebar.refresh")]})]})]}),(0,r.jsxs)("div",{ref:er,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>A(e=>!e),title:tR?.root??W??"",style:{width:"100%",display:"flex",alignItems:"center",padding:"6px 10px",background:F?"var(--side-active)":B?"var(--side-hover)":W?"color-mix(in srgb, var(--glass-bg-strong) 55%, transparent)":"color-mix(in srgb, var(--accent) 8%, transparent)",border:W?"1px solid color-mix(in srgb, var(--border) 55%, transparent)":"1px solid color-mix(in srgb, var(--accent) 40%, transparent)",borderRadius:7,cursor:"pointer",fontSize:12,color:"var(--text)",textAlign:"left",boxShadow:"inset 0 1px 0 color-mix(in srgb, var(--text) 4%, transparent)",transition:"border-color 0.15s, background 0.15s"},onMouseEnter:()=>N(!0),onMouseLeave:()=>N(!1),children:[W?(0,r.jsx)(ec,{text:ed(tR?.root??W,P),style:{flex:1,fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text)"}}):(0,r.jsx)("span",{style:{flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)"},children:o&&!td.current?"":C("sidebar.selectProject")}),tI&&(0,r.jsx)("span",{title:C("sidebar.newActivity"),"aria-label":C("sidebar.newActivity"),style:{width:8,height:8,borderRadius:"50%",flexShrink:0,marginLeft:6,background:"var(--accent)"}})]}),(0,r.jsxs)(v,{open:F,style:{position:"absolute",top:"calc(100% + 4px)",left:0,right:0,zIndex:100,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:8,boxShadow:"0 6px 20px rgba(0,0,0,0.10)",overflow:"hidden"},children:[tT&&(0,r.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)"},children:(0,r.jsx)("input",{value:H,onChange:e=>O(e.target.value),onKeyDown:e=>{"Escape"===e.key&&(O(""),A(!1))},placeholder:C("sidebar.filterProjects"),autoFocus:!0,style:{width:"100%",fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",boxSizing:"border-box"}})}),(0,r.jsxs)("div",{style:{maxHeight:"min(50vh, 380px)",overflowY:"auto"},children:[tM.map(e=>{var t,n;return(0,r.jsxs)("button",{onClick:()=>{$(e.root),O(""),q(!1),J(""),X(null),A(!1)},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"transparent",border:"none",borderBottom:"1px solid var(--border)",color:e.key===tR?.key?"var(--text)":"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11,fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.root,onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[e.key===tR?.key&&(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}),e.key!==tR?.key&&(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)(ec,{text:ed(e.root,P),style:{flex:1}}),(t=tL.get(e.key),n=C,t&&(0!==t.running||0!==t.unread)?(0,r.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:5,flexShrink:0,marginLeft:6},children:[t.running>0&&(0,r.jsxs)("span",{title:n("sidebar.agentRunning"),"aria-label":`${n("sidebar.agentRunning")} (${t.running})`,style:{display:"inline-flex",alignItems:"center",gap:3,color:"var(--accent)",fontSize:10,fontFamily:"var(--font-mono)"},children:[(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",style:{display:"block"},children:(0,r.jsxs)("g",{children:[(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-3.8-7.4",stroke:"currentColor",strokeWidth:"2.8",strokeLinecap:"round"}),(0,r.jsx)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 12 12",to:"360 12 12",dur:"0.9s",repeatCount:"indefinite"})]})}),t.running]}),t.unread>0&&(0,r.jsxs)("span",{title:n("sidebar.newSessionActivity"),"aria-label":`${n("sidebar.newSessionActivity")} (${t.unread})`,style:{display:"inline-flex",alignItems:"center",gap:3,color:"#0891b2",fontSize:10,fontFamily:"var(--font-mono)"},children:[(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:"currentColor",display:"inline-block"}}),t.unread]})]}):null)]},e.key)}),0===tM.length&&H.trim()&&(0,r.jsx)("div",{style:{padding:"8px 10px",fontSize:11,color:"var(--text-dim)"},children:C("sidebar.noMatchingProjects")})]}),!V&&(0,r.jsxs)("button",{onClick:e=>{e.stopPropagation(),ty()},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"none",border:"none",borderTop:tM.length>0?"1px solid var(--border)":"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11},children:[(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.1",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("path",{d:"M1 3A1 1 0 0 1 2 2H4L5 3.5H8.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-7A.5.5 0 0 1 1 8V3Z"})}),(0,r.jsx)("span",{children:C("sidebar.useDefaultDirectory")})]}),(0,r.jsxs)("button",{onClick:e=>{e.stopPropagation(),tb()},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",textAlign:"left",fontSize:11},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.1",strokeLinecap:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"5",y1:"1",x2:"5",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"5",x2:"9",y2:"5"})]}),(0,r.jsx)("span",{children:C("sidebar.customPath")})]})]})]})]}),(0,r.jsx)(G,{active:eF,onChange:e=>{eA(e),function(e){try{window.localStorage.setItem(ev,e)}catch{}}(e)}}),(0,r.jsx)("div",{style:{flex:1,minHeight:0,display:"sessions"===eF?"flex":"none",flexDirection:"column"},children:L?(0,r.jsx)("div",{style:{padding:"16px 14px",color:"var(--text-muted)",fontSize:12},children:C("sidebar.loading")}):z?(0,r.jsx)("div",{style:{padding:"12px 14px",color:"#f87171",fontSize:12},children:z}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",minHeight:0,maxHeight:"min(50vh, 520px)",flex:eB?"0 0 auto":"0 1 auto"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:4,padding:"5px 6px 3px 10px"},children:[(0,r.jsxs)("button",{type:"button",onClick:()=>{let e=!eB;eN(e),ew(eb,e)},"aria-expanded":!eB,style:{display:"flex",alignItems:"center",gap:6,flex:1,minWidth:0,background:"none",border:"none",padding:0,textAlign:"left",cursor:"pointer",color:"var(--text-dim)"},children:[(0,r.jsx)("span",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.02em"},children:C("sidebar.tasks")}),(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:eB?"rotate(-90deg)":"none",transition:"transform 0.15s"},"aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),(0,r.jsx)("button",{type:"button",onClick:()=>e_(e=>!e),title:C("sidebar.newTask"),"aria-label":C("sidebar.newTask"),style:{width:24,height:24,padding:0,display:"flex",alignItems:"center",justifyContent:"center",background:"none",border:"none",borderRadius:5,color:"var(--text-dim)",cursor:"pointer"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text-muted)",e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="transparent"},children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"6",y1:"1",x2:"6",y2:"11"}),(0,r.jsx)("line",{x1:"1",y1:"6",x2:"11",y2:"6"})]})})]}),!eB&&(0,r.jsx)("div",{style:{flex:1,minHeight:0,overflowY:"auto",overflowX:"hidden"},children:(0,r.jsx)(el,{groups:tq.map(({task:t,nodes:n,sessionTotal:i})=>{let o=n.filter(e=>e.session.pinned).length;return{task:t,sessionCount:n.length,pinnedCount:o,sessionTotal:i,content:i=>{let l=new Set(t.pinnedSessionIds??[]),a=i?n:n.slice(0,o+5),s=[];return a.forEach((t,n)=>{let i=l.has(t.session.id);if(n>0){let e=a[n-1];e&&l.has(e.session.id)&&!i&&s.push((0,r.jsx)("div",{style:{margin:"2px 6px 4px",height:1,background:"color-mix(in srgb, var(--border) 45%, transparent)"}},`pin-line-${n}`))}s.push((0,r.jsx)(eg,{node:t,selectedSessionId:e,runningSessionIds:e3,unreadSessionIds:e9,onSelectSession:tj,onRenamed:tl,onSessionDeleted:e=>{d?.(e),tl()},onTogglePin:tA,depth:0},t.session.id))}),(0,r.jsx)("div",{style:{paddingLeft:14,paddingBottom:2},children:s})}}}),selectedSessionId:e,newTaskOpen:eU,onNewTaskOpenChange:e_,onNewTask:e=>void tH(e),onRenameTask:(e,t)=>void tO(e,t),onDeleteTask:e=>void tU(e),onNewSessionFromTask:e=>j?.(e,tR?.key??void 0),onToggleTaskPin:tB,onDropSessionToTask:(e,t)=>void t_(e,t),onReorderTasks:tN})})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",minHeight:0,flex:eH?"0 0 auto":"1 1 0"},children:[(0,r.jsx)("div",{style:{display:"flex",alignItems:"center",padding:"5px 10px 3px"},children:(0,r.jsxs)("button",{type:"button",onClick:()=>{let e=!eH;eO(e),ew(ey,e)},"aria-expanded":!eH,style:{display:"flex",alignItems:"center",gap:6,flex:1,minWidth:0,background:"none",border:"none",padding:0,textAlign:"left",cursor:"pointer",color:"var(--text-dim)"},children:[(0,r.jsx)("span",{style:{fontSize:11,fontWeight:600,letterSpacing:"0.02em"},children:C("sidebar.tempSessions")}),(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:eH?"rotate(-90deg)":"none",transition:"transform 0.15s"},"aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]})}),!eH&&(0,r.jsxs)("div",{onDragOver:e=>{e.dataTransfer.types.includes("text/session-id")&&(e.preventDefault(),e.dataTransfer.dropEffect="move",eJ(!0))},onDragLeave:()=>eJ(!1),onDrop:e=>{e.preventDefault(),eJ(!1);let t=e.dataTransfer.getData("text/session-id");t&&tV(t)},style:{flex:1,minHeight:0,overflowY:"auto",overflowX:"hidden",background:eK?"color-mix(in srgb, var(--accent) 8%, transparent)":"transparent"},children:[tJ.map((t,n)=>{let i=!!t.session.pinned,o=n>0&&!!tJ[n-1].session.pinned;return(0,r.jsxs)("div",{children:[o&&!i&&(0,r.jsx)("div",{style:{margin:"2px 6px 4px",height:1,background:"color-mix(in srgb, var(--border) 45%, transparent)"}}),(0,r.jsx)(eg,{node:t,selectedSessionId:e,runningSessionIds:e3,unreadSessionIds:e9,onSelectSession:tj,onRenamed:tl,onSessionDeleted:e=>{d?.(e),tl()},onTogglePin:tA,depth:0})]},t.session.id)}),0===tJ.length&&0===tq.length&&(0,r.jsx)("div",{style:{padding:"16px 14px",color:"var(--text-muted)",fontSize:12},children:C("sidebar.noSessions")})]})]})]})}),(0,r.jsxs)("div",{style:{flex:1,display:"files"===eF?"flex":"none",flexDirection:"column",minHeight:0,overflow:"hidden"},children:[(c||W)&&(0,r.jsx)("div",{style:{borderTop:"1px solid var(--border)",display:"flex",flexDirection:"column",flex:"1 1 0",minHeight:0,overflow:"hidden"},children:(0,r.jsx)("div",{style:{flex:1,minHeight:0,display:"flex",flexDirection:"column",overflow:"hidden"},children:(0,r.jsx)(Z,{ref:to,cwd:W??c,onOpenFile:p??(()=>{}),refreshKey:eY,onAtMention:b,onAtMentions:y,onUploadBusyChange:eG,changesCollapsed:e1,onChangesCountChange:e0,toolbar:(0,r.jsxs)(r.Fragment,{children:[eQ>0&&(0,r.jsx)(ea,{onClick:()=>e2(e=>!e),title:C("sidebar.changedFiles",{count:eQ}),ariaPressed:!e1,color:e1?"var(--text-dim)":"var(--accent)",background:e1?"none":"var(--side-active)",children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("path",{d:"M3 12h6"}),(0,r.jsx)("path",{d:"M15 12h6"})]})}),(0,r.jsx)(ea,{onClick:()=>to.current?.openUploadPicker(),disabled:eZ,title:C("sidebar.uploadFilesTitle"),color:"var(--text-dim)",children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("path",{d:"m17 8-5-5-5 5"}),(0,r.jsx)("path",{d:"M12 3v12"})]})}),(0,r.jsx)(ea,{onClick:()=>{g?g():eX(e=>e+1),e6(!0),ti.current&&clearTimeout(ti.current),ti.current=setTimeout(()=>e6(!1),2e3)},title:C("sidebar.refreshExplorer"),skipHover:e5,color:e5?"#4ade80":"var(--text-dim)",background:e5?"rgba(74,222,128,0.18)":"none",marginRight:0,children:e5?(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"#4ade80",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,r.jsx)("path",{d:"M3 3v5h5"})]})})]})})})}),tY]})]})}function eg({node:e,selectedSessionId:t,runningSessionIds:n,unreadSessionIds:o,onSelectSession:l,onRenamed:a,onSessionDeleted:s,onTogglePin:d,depth:c}){let[u,p]=(0,i.useState)(!1),h=e.children.length>0;return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{style:{position:"relative"},children:[c>0&&(0,r.jsx)("div",{style:{position:"absolute",left:12*c+6,top:0,bottom:0,width:1,background:"var(--border)",pointerEvents:"none"}}),(0,r.jsx)(em,{session:e.session,isSelected:e.session.id===t,isRunning:n.has(e.session.id),isUnread:o.has(e.session.id),onClick:()=>l(e.session),onRenamed:a,onDeleted:e=>s?.(e),onTogglePin:d,depth:c,hasChildren:h,collapsed:u,onToggleCollapse:()=>p(e=>!e)})]}),h&&!u&&(0,r.jsx)("div",{children:e.children.map(e=>(0,r.jsx)(eg,{node:e,selectedSessionId:t,runningSessionIds:n,unreadSessionIds:o,onSelectSession:l,onRenamed:a,onSessionDeleted:s,onTogglePin:d,depth:c+1},e.session.id))})]})}function ex(){let{t:e}=(0,m.s)();return(0,r.jsx)("span",{title:e("sidebar.agentRunning"),"aria-label":e("sidebar.agentRunning"),style:{width:14,height:14,display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,color:"var(--accent)"},children:(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none","aria-hidden":"true",style:{display:"block"},children:(0,r.jsxs)("g",{children:[(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-3.8-7.4",stroke:"currentColor",strokeWidth:"2.8",strokeLinecap:"round"}),(0,r.jsx)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 12 12",to:"360 12 12",dur:"0.9s",repeatCount:"indefinite"})]})})})}function ef(){let{t:e}=(0,m.s)();return(0,r.jsx)("span",{title:e("sidebar.newActivity"),"aria-label":e("sidebar.newSessionActivity"),style:{width:14,height:14,display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,color:"#0891b2"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none","aria-hidden":"true",style:{display:"block"},children:[(0,r.jsx)("circle",{cx:"7",cy:"7",r:"2.5",fill:"currentColor"}),(0,r.jsxs)("circle",{cx:"7",cy:"7",r:"3",stroke:"currentColor",strokeWidth:"1.4",opacity:"0.32",children:[(0,r.jsx)("animate",{attributeName:"r",values:"3;6;3",dur:"1.6s",repeatCount:"indefinite"}),(0,r.jsx)("animate",{attributeName:"opacity",values:"0.32;0;0.32",dur:"1.6s",repeatCount:"indefinite"})]})]})})}function em({session:e,isSelected:t,isRunning:n,isUnread:o,onClick:l,onRenamed:a,onDeleted:s,onTogglePin:d,depth:u=0,hasChildren:p=!1,collapsed:h=!1,onToggleCollapse:g}){let{t:x}=(0,m.s)(),[f,y]=(0,i.useState)(!1),[k,w]=(0,i.useState)(!1),[j,S]=(0,i.useState)(""),[C,T]=(0,i.useState)(!1),[M,R]=(0,i.useState)(!1),[L,I]=(0,i.useState)(!1),[z,E]=(0,i.useState)(!1),[W,$]=(0,i.useState)(!1),P=(0,i.useRef)(null),D=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!z&&!C)return;let e=e=>{D.current&&!D.current.contains(e.target)&&(E(!1),T(!1))},t=e=>{"Escape"===e.key&&(E(!1),T(!1))};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t)}},[z,C]);let F=(0,i.useCallback)(e=>{if(e.stopPropagation(),z)return void E(!1);let t=e.currentTarget.getBoundingClientRect(),n=e.currentTarget.parentElement,r=null;for(;n;){let e=getComputedStyle(n);if("auto"===e.overflowY||"scroll"===e.overflowY||"overlay"===e.overflowY){r=n;break}n=n.parentElement}let i=r?r.getBoundingClientRect():{top:0,bottom:window.innerHeight},o=i.bottom-t.bottom,l=t.top-i.top;$(!(o>=114)&&(l>=114||l>o)),E(!0)},[z]);(0,i.useEffect)(()=>{if(k){let e=requestAnimationFrame(()=>P.current?.select());return()=>cancelAnimationFrame(e)}},[k]);let A=c(e.firstMessage),B=A?.command??e.firstMessage,N=e.name||B.slice(0,50)||e.id.slice(0,12),H=(0,i.useCallback)(t=>{t.stopPropagation(),e.transient||(E(!1),S(e.name||B.slice(0,50)||e.id.slice(0,12)),w(!0))},[e.name,e.transient,B,e.id]),O=(0,i.useCallback)(async()=>{let t=j.trim();if(w(!1),j!==N&&t!==(e.name??""))try{await fetch(`/api/sessions/${encodeURIComponent(e.id)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:t})}),a?.()}catch{}},[j,e.id,e.name,a,N]),U=(0,i.useCallback)(async()=>{if(!e.transient){T(!1),I(!0);try{await fetch(`/api/sessions/${encodeURIComponent(e.id)}`,{method:"DELETE"}),s?.(e.id)}catch{I(!1)}}},[e.id,e.transient,s]),_=(0,i.useCallback)(e=>{e.stopPropagation(),E(!1),R(!!D.current&&b(D.current,96)),T(!0)},[]),V=(0,i.useCallback)(e=>{e.stopPropagation(),U()},[U]),q=(0,i.useCallback)(e=>{e.stopPropagation(),T(!1)},[]),K=(0,i.useCallback)(t=>{(function(e,t=window){let n=new CustomEvent("pi-web:session-row-contextmenu",{cancelable:!0,detail:e});return!t.dispatchEvent(n)})({id:e.id,path:e.path,cwd:e.cwd,name:e.name,clientX:t.clientX,clientY:t.clientY,refresh:()=>{a?.()}})&&(t.preventDefault(),t.stopPropagation())},[a,e.cwd,e.id,e.name,e.path]);return(0,r.jsx)("div",{onClick:C||k?void 0:l,onContextMenu:C||k?void 0:K,onMouseEnter:()=>y(!0),onMouseLeave:()=>{y(!1)},draggable:!e.transient&&!k&&!C,onDragStart:t=>{E(!1),t.dataTransfer.setData("text/session-id",e.id),t.dataTransfer.effectAllowed="move"},style:{height:36,display:"flex",alignItems:"center",paddingLeft:u>0?12*u+14:14,paddingRight:8,margin:"0 6px 1px",borderRadius:6,cursor:C||k?"default":"pointer",background:C?"color-mix(in srgb, #ef4444 7%, transparent)":t?"color-mix(in srgb, var(--accent) 8%, transparent)":f?"var(--side-hover)":"transparent",borderLeft:"2px solid transparent",transition:"background 0.1s",opacity:L?.5:1,gap:6},children:k?(0,r.jsx)("input",{ref:P,value:j,onChange:e=>S(e.target.value),onBlur:O,onKeyDown:e=>{"Enter"===e.key&&O(),"Escape"===e.key&&w(!1)},autoFocus:!0,style:{flex:1,fontSize:12,padding:"5px 8px",border:"1px solid var(--accent)",borderRadius:5,outline:"none",background:"var(--side-input)",color:"var(--text)",height:30}}):(0,r.jsxs)(r.Fragment,{children:[u>0&&(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-dim)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsxs)("div",{style:{flex:1,minWidth:0,display:"flex",alignItems:"center",gap:6},children:[e.pinned&&(0,r.jsx)("span",{title:x("sidebar.pinned"),style:{display:"inline-flex",flexShrink:0,color:"var(--accent)"},children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1z"})]})}),n?(0,r.jsx)(ex,{}):o?(0,r.jsx)(ef,{}):null,e.worktreeBranch&&(0,r.jsxs)("span",{title:`Worktree: ${e.cwd}`,style:{display:"flex",alignItems:"center",gap:3,color:"var(--accent)",minWidth:0,overflow:"hidden",flexShrink:0},children:[(0,r.jsxs)("svg",{width:"9",height:"9",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.worktreeBranch})]}),(0,r.jsx)("span",{title:N,style:{flex:1,minWidth:0,fontSize:12,fontWeight:t?500:400,lineHeight:1.4,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:N})]}),f&&p&&!e.transient&&(0,r.jsx)("button",{onClick:e=>{e.stopPropagation(),g?.()},title:h?"Expand forks":"Collapse forks",style:{display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,flexShrink:0,background:"none",border:"none",color:"var(--text-dim)",cursor:"pointer",transform:h?"rotate(-90deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})}),(f||z||C)&&!e.transient&&(0,r.jsxs)("div",{ref:D,style:{position:"relative",display:"flex",gap:4,flexShrink:0,alignItems:"center"},children:[(0,r.jsx)("button",{onClick:H,title:x("sidebar.rename"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:28,height:28,padding:0,background:"transparent",border:"1px solid transparent",borderRadius:7,color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-active)",e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"})})}),(0,r.jsx)("button",{onClick:F,"aria-expanded":z,"aria-haspopup":"menu",title:x("sidebar.moreActions"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:28,height:28,padding:0,background:z?"var(--side-active)":"transparent",border:"1px solid transparent",borderRadius:7,color:z?"var(--accent)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{z||(e.currentTarget.style.background="var(--side-active)",e.currentTarget.style.color="var(--accent)")},onMouseLeave:e=>{z||(e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)")},children:(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"5",r:"1.4",fill:"currentColor"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"1.4",fill:"currentColor"}),(0,r.jsx)("circle",{cx:"12",cy:"19",r:"1.4",fill:"currentColor"})]})}),(0,r.jsx)(v,{open:z,up:W,style:{position:"absolute",top:W?"auto":"calc(100% + 4px)",bottom:W?"calc(100% + 4px)":"auto",right:0,zIndex:120,minWidth:148,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:9,boxShadow:"0 8px 24px rgba(0,0,0,0.12)",padding:4},children:(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:1},role:"menu",children:[(0,r.jsxs)("button",{role:"menuitem",onClick:t=>{t.stopPropagation(),E(!1),d?.(e.id,!e.pinned)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",border:"none",borderRadius:6,background:"transparent",color:e.pinned?"var(--accent)":"var(--text)",cursor:"pointer",fontSize:12,textAlign:"left",transition:"background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1z"})]}),x(e.pinned?"sidebar.unpin":"sidebar.pin")]}),(0,r.jsxs)("button",{role:"menuitem",onClick:e=>{e.stopPropagation(),E(!1),H(e)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",border:"none",borderRadius:6,background:"transparent",color:"var(--text)",cursor:"pointer",fontSize:12,textAlign:"left",transition:"background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--side-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"})}),x("sidebar.rename")]}),(0,r.jsxs)("button",{role:"menuitem",onClick:e=>{e.stopPropagation(),E(!1),_(e)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",border:"none",borderRadius:6,background:"transparent",color:"#ef4444",cursor:"pointer",fontSize:12,textAlign:"left",transition:"background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.10)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6"}),(0,r.jsx)("path",{d:"M10 11v6M14 11v6"}),(0,r.jsx)("path",{d:"M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2"})]}),x("sidebar.delete")]})]})}),C&&(0,r.jsxs)("div",{role:"alertdialog",style:{position:"absolute",...M?{bottom:"calc(100% + 4px)"}:{top:"calc(100% + 4px)"},right:0,zIndex:121,width:224,boxSizing:"border-box",padding:10,display:"flex",flexDirection:"column",gap:8,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:9,boxShadow:"0 8px 24px rgba(0,0,0,0.12)"},children:[(0,r.jsx)("div",{style:{fontSize:12,lineHeight:1.5,color:"var(--text)"},children:x("sidebar.deleteSession",{title:N.slice(0,30)+(N.length>30?"…":"")})}),(0,r.jsxs)("div",{style:{display:"flex",gap:6,justifyContent:"flex-end"},children:[(0,r.jsx)("button",{onClick:V,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,height:26,padding:"0 10px",background:"color-mix(in srgb, #ef4444 12%, transparent)",border:"none",borderRadius:5,color:"#ef4444",cursor:"pointer",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:x("sidebar.delete")}),(0,r.jsx)("button",{onClick:q,style:{display:"flex",alignItems:"center",justifyContent:"center",height:26,padding:"0 10px",background:"var(--side-input)",border:"1px solid color-mix(in srgb, var(--border) 55%, transparent)",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:11,fontWeight:500,whiteSpace:"nowrap"},children:x("sidebar.cancel")})]})]})]})]})})}let ev="pi-sidebar-tab",eb="pi-sidebar-tasks-collapsed",ey="pi-sidebar-chat-collapsed";function ek(e){try{return"1"===window.localStorage.getItem(e)}catch{return!1}}function ew(e,t){try{t?window.localStorage.setItem(e,"1"):window.localStorage.removeItem(e)}catch{}}let ej=/\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~]|\][^\x07]*(?:\x07|\x1B\\))/g,eS=/^\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~]|\][^\x07]*(?:\x07|\x1B\\))/,eC=/\x1B\[([0-9;]*)m/g,eT=/\x1B_pi:c\x07/g,eM=["#1f2937","#dc2626","#16a34a","#d97706","#2563eb","#9333ea","#0891b2","#6b7280"],eR=["#9ca3af","#ef4444","#22c55e","#f59e0b","#3b82f6","#a855f7","#06b6d4","#e5e7eb"];function eL(e){return e.replace(eT,"").replace(ej,"")}function eI(e){let t=[],n=0;for(;n<e.length;){if(27===e.charCodeAt(n)){let t=e.slice(n).match(eS);if(t){n+=t[0].length;continue}}let r=e.codePointAt(n);if(void 0===r)break;let i=String.fromCodePoint(r);t.push({start:n,end:n+i.length,char:i}),n+=i.length}return t}function ez(e,t){let n=eI(e)[t];return n?e.slice(0,n.start)+e.slice(n.end):e}function eE(e){return eI(e)[0]?.char}function eW(e){let t,n=[],r={},i=0;for(eC.lastIndex=0;null!==(t=eC.exec(e));)t.index>i&&n.push({text:e.slice(i,t.index),style:r}),r=function(e,t){let n={...e};for(let e=0;e<t.length;e++){let r=t[e];if(0===r)for(let e of Object.keys(n))delete n[e];else if(1===r)n.fontWeight=700;else if(2===r)n.opacity=.65;else if(3===r)n.fontStyle="italic";else if(4===r)n.textDecoration="underline";else if(22===r)delete n.fontWeight,delete n.opacity;else if(23===r)delete n.fontStyle;else if(24===r)delete n.textDecoration;else if(39===r)delete n.color;else if(49===r)delete n.backgroundColor;else if(r>=30&&r<=37)n.color=eM[r-30];else if(r>=90&&r<=97)n.color=eR[r-90];else if(r>=40&&r<=47)n.backgroundColor=eM[r-40];else if(r>=100&&r<=107)n.backgroundColor=eR[r-100];else if((38===r||48===r)&&2===t[e+1]){let[i,o,l]=[t[e+2],t[e+3],t[e+4]];[i,o,l].every(e=>"number"==typeof e&&Number.isFinite(e))&&(38===r?n.color=`rgb(${i}, ${o}, ${l})`:n.backgroundColor=`rgb(${i}, ${o}, ${l})`),e+=4}else if((38===r||48===r)&&5===t[e+1]){let i=function(e){if(e>=0&&e<8)return eM[e];if(e>=8&&e<16)return eR[e-8];if(e>=16&&e<=231){let t=e-16,n=Math.floor(t/36),r=Math.floor(t%36/6),i=e=>0===e?0:55+40*e;return`rgb(${i(n)}, ${i(r)}, ${i(t%6)})`}if(e>=232&&e<=255){let t=8+(e-232)*10;return`rgb(${t}, ${t}, ${t})`}}(t[e+2]);i&&(38===r?n.color=i:n.backgroundColor=i),e+=2}}return n}(r,t[1]?t[1].split(";").map(e=>Number(e||"0")):[0]),i=t.index+t[0].length;return i<e.length&&n.push({text:e.slice(i),style:r}),n}let e$={ArrowUp:"\x1b[A",ArrowDown:"\x1b[B",ArrowRight:"\x1b[C",ArrowLeft:"\x1b[D",Home:"\x1b[H",End:"\x1b[F",Insert:"\x1b[2~",Delete:"\x1b[3~",PageUp:"\x1b[5~",PageDown:"\x1b[6~",Escape:"\x1b",Backspace:""},eP={ArrowLeft:"\x1bb",ArrowRight:"\x1bf",ArrowUp:"\x1bp",ArrowDown:"\x1bn"};function eD(e,t={}){return"thinking"===e.type&&!e.deferred&&!t.isStreaming&&""===e.thinking.trim()}function eF(e,t={}){return(e.content??[]).filter(e=>!eD(e,t))}function eA(e,t={}){return t.isStreaming||"error"!==e.stopReason?null:e.errorMessage?.trim()||"Unknown provider error"}function eB(e,t={}){let n=eF(e,t),r=n.findLastIndex(e=>"text"!==e.type&&"image"!==e.type);return -1===r?{answerBlocks:n,processBlocks:[]}:{answerBlocks:n.slice(r+1),processBlocks:n.slice(0,r+1)}}function eN(e){return e.filter(e=>"toolCall"===e.type).length}function eH(e){try{return decodeURIComponent(e)}catch{return e}}function eO(e){return/^[a-zA-Z]:[\\/]/.test(e)||e.startsWith("\\\\")?e.replace(/\\/g,"/"):e}function eU(e){let t=eO(e),n=/^[a-zA-Z]:\//.test(t),r=t.startsWith("//"),i=t.startsWith("/")&&!n&&!r,o=[];for(let e of t.split("/"))if(e&&"."!==e){if(".."===e){o.length>0&&".."!==o[o.length-1]?o.pop():i||n||r||o.push(e);continue}o.push(e)}let l=o.join("/");return n?l:r?`//${l}`:i?`/${l}`:l}function e_(e,t,n=t){let r,i,o,l,a;if(!e)return null;let s=e.split("#",1)[0].split("?",1)[0].trim();if(!s)return null;let d=null,c=null,u=eH(s),p=u.startsWith("\\\\"),h=eO(u),g=h.toLowerCase();if(g.startsWith("/api/")||g.startsWith("/_next/")||!p&&h.startsWith("//")||/^[a-zA-Z][a-zA-Z0-9+.-]*:/i.test(h)&&!g.startsWith("file:")&&!/^[a-zA-Z]:\//.test(h))return null;if(g.startsWith("file:")?c=(d=function(e){try{let t=new URL(e);if("file:"!==t.protocol)return null;let n=eH(t.pathname);if(t.hostname)return`//${t.hostname}${n.startsWith("/")?n:`/${n}`}`;if(/^\/[a-zA-Z]:\//.test(n))return n.slice(1);return n}catch{return null}}(h))?"absolute":null:/^[a-zA-Z]:\//.test(h)||h.startsWith("/")?(d=h,c="absolute"):t&&!(h.startsWith("#")||h.startsWith("?"))&&(h.startsWith("./")||h.startsWith("../")||h.includes("/")||/(^|\/)\.?[^/]+\.[^/.]+$/.test(h))&&(d=`${eO(t).replace(/\/+$/,"")}/${h}`,c="relative"),!d)return null;let x=eU(d).replace(/:\d+(?::\d+)?$/,"");return"relative"===c&&n&&(r=eU(x).replace(/\/+$/,""),i=eU(n).replace(/\/+$/,""),l=(o=/^[a-zA-Z]:\//.test(r)||/^[a-zA-Z]:\//.test(i))?r.toLowerCase():r,!(l===(a=o?i.toLowerCase():i)||l.startsWith(`${a}/`)))?null:x}function eV(e){let t=e.toLowerCase();return"edit"===t||t.startsWith("edit_")||t.endsWith(".edit")||t.endsWith("_edit")||t.includes("str_replace")||t.includes("replace_editor")}var eq=n(32316),eK=n(88374),eJ=n(5924),eY=n(94764),eX=n(63835),eZ=n(54152),eG=n(84678),eQ=n(98164);let e0={...eY.j,attributes:{...eY.j.attributes,code:[["className",/^language-./,"math-inline","math-display"]]},strip:[...eY.j.strip||[],"iframe","object","style","form"]};function e1(e){let t=e.includes("\r\n")?"\r\n":"\n",n=e.split(/\r?\n/),r=[],i=null,o=0,l=null,a=new Map;for(let e=0;e<n.length;e++){var s;let t=n[e];if(l){r.push(t),RegExp(`</${l}\\s*>`,"i").test(t)&&(l=null);continue}let d=t.match(/^ {0,3}(`{3,}|~{3,})/);if(d){let e=d[1][0],n=d[1].length;i?e===i.marker&&n>=i.size&&(i=null):i={marker:e,size:n},o=0,r.push(t);continue}if(i){r.push(t);continue}let c=t.match(/<(code|pre|script|style)\b/i);if(c){let e=c[1].toLowerCase(),n=t.slice((c.index??0)+c[0].length);RegExp(`</${e}\\s*>`,"i").test(n)||(l=e),o=0,r.push(t);continue}if(/^(?: {4}|\t)/.test(t)||""===t.trim()){o=0,r.push(t);continue}if(o||t.includes("`")){o=function(e,t){let n=t;for(let t=0;t<e.length;){if("`"!==e[t]){t++;continue}let r=t+1;for(;"`"===e[r];)r++;let i=r-t;0===n?n=i:i===n&&(n=0),t=r}return n}(t,o),r.push(t);continue}let u=t.match(/^([ ]{0,3})\\\[[ \t]*(.+?)[ \t]*\\\][ \t]*$/);if(u){let e=u[2].trim();if(e){r.push(`${u[1]}$$`,`${u[1]}${e}`,`${u[1]}$$`);continue}}let p=t.match(/^([ ]{0,3})\\\[[ \t]*$/);if(p){let t=function(e,t){for(let n=t;n<e.length;n++){let t=e[n];if(/^ {0,3}\\\][ \t]*$/.test(t))return n;if(/^ {0,3}(`{3,}|~{3,})/.test(t)||/^ {0,3}\\\[[ \t]*$/.test(t)||/<(code|pre|script|style)\b/i.test(t))break}return -1}(n,e+1);if(-1!==t){r.push(`${p[1]}$$`,...n.slice(e+1,t).map(e=>e4(e,p[1])),`${p[1]}$$`),e=t;continue}}let h=t.match(/^([ \t]{0,3})\$\$(.+)\$\$[ \t]*$/);if(h){let e=h[2].trim();if(e){r.push(`${h[1]}$$`,`${h[1]}${e}`,`${h[1]}$$`);continue}}let g=t.match(/^([ \t]{0,3})\$\$(.+)$/);if(g){let t=g[1],i=g[2].trimEnd();if(i&&!i.includes("$$")){let o=e2(n,e+1,t,a);if(o){r.push(`${t}$$`,`${t}${i}`);for(let i=e+1;i<o.index;i++)r.push(e4(n[i],t));o.content&&r.push(`${t}${o.content}`),r.push(`${t}$$`),e=o.index;continue}}}let x=t.match(/^([ \t]{0,3})\$\$\s*$/);if(x){let t=x[1],i=e2(n,e+1,t,a);if(i&&(i.glued||""!==t)){r.push(`${t}$$`);for(let o=e+1;o<i.index;o++)r.push(e4(n[o],t));i.content&&r.push(`${t}${i.content}`),r.push(`${t}$$`),e=i.index;continue}}r.push((s=t,/^\s{0,3}\[[^\]]+\]:/.test(s)||/]\s*\(/.test(s)||/<(?:!--|\/?[A-Za-z][^>]*>)/.test(s)||/\b(?:https?|file|mailto):/i.test(s)||/\b[A-Za-z]:\\/.test(s)?s:s.replace(/(?<!\\)\\\(([^`\r\n$]+?)(?<!\\)\\\)/g,(e,t)=>t.trim()?`$${t}$`:e)))}return r.join(t)}function e2(e,t,n,r){let i=r.get(n);if(void 0!==i&&t<i)return null;for(let i=t;i<e.length;i++){var o,l,a,s;let t=e[i];if(o=t,""===(l=n)?/^ {0,3}\$\$\s*$/.test(o):o.startsWith(l)&&/^\$\$\s*$/.test(o.slice(l.length)))return{index:i,content:"",glued:!1};if(a=t,/^ {0,3}(`{3,}|~{3,})/.test(a)||/^[ \t]*(?:[-+*]|\d{1,9}[.)])(?:[ \t]+|$)/.test(a)||/^ {0,3}#{1,6}(?:[ \t]+|$)/.test(a)||/^ {0,3}>/.test(a)||/<(code|pre|script|style)\b/i.test(a)||(s=t,/^ {0,3}\$\$(?:\S|[ \t]+\S)/.test(s)))return r.set(n,i),null;let d=function(e,t){if(!e.startsWith(t))return null;let n=e.slice(t.length).match(/^(.+?)\$\$\s*$/);if(!n)return null;let r=n[1].trimEnd();return r&&!r.includes("$$")?r:null}(t,n);if(null!==d)return{index:i,content:d,glued:!0}}return r.set(n,e.length),null}function e4(e,t){if(!t||!e||e.startsWith(" "))return e;let n=e.match(/^ */)?.[0].length??0;return n>=t.length?e:`${t.slice(n)}${e}`}let e8={singleTilde:!1},e5=[[eZ.A,["yaml"]],[eG.A,e8],eQ.A],e6=[[eZ.A,["yaml"]],[eG.A,e8],eQ.A],e3=[eJ.A,[eX.A,e0],[eK.A,{throwOnError:!1,strict:!1}]],e7=[eJ.A,[eX.A,e0],[eK.A,{throwOnError:!1,strict:!1}]];var e9=n(65063),te=n(7644);let tt="pi-theme",tn=["light","dark"],tr={preference:"auto",theme:"light"},ti=new Set,to=null,tl=!1;function ta(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function ts(e){return"auto"===e?ta():e}function td(e){"u">typeof document&&document.documentElement.classList.toggle("dark","dark"===e)}function tc(){if(to)return to;let e=function(){try{let e=localStorage.getItem(tt);if("light"===e||"dark"===e)return e;if("auto"===e)return ta()}catch{}return"light"}(),t=ts(e);return td(t),to={preference:e,theme:t}}function tu(e,t,n){if(td(t),n)try{localStorage.setItem(tt,e)}catch{}to={preference:e,theme:t},ti.forEach(e=>e())}function tp(){let e=tc();if("auto"!==e.preference)return;let t=ta();t!==e.theme&&tu("auto",t,!1)}function th(e){return ti.add(e),tc(),tl||!window.matchMedia||(window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",tp),window.addEventListener("focus",tp),document.addEventListener("visibilitychange",()=>{"visible"===document.visibilityState&&tp()}),tl=!0),tp(),()=>{ti.delete(e)}}function tg(){return tc()}function tx(){return tr}function tf(){let e=(0,i.useSyncExternalStore)(th,tg,tx),t=(0,i.useCallback)(e=>{var t;let n,r=(t=tc().preference,n=tn.indexOf(t),tn[(n+1)%tn.length]),i=ts(r),o=()=>{tu(r,i,!0)},l=window.matchMedia?.("(prefers-reduced-motion: reduce)").matches;if("function"!=typeof document.startViewTransition||l)return void o();let a=e?.x??window.innerWidth/2,s=e?.y??window.innerHeight/2,d=Math.hypot(Math.max(a,window.innerWidth-a),Math.max(s,window.innerHeight-s));document.startViewTransition(o).ready.then(()=>{document.documentElement.animate({clipPath:[`circle(0px at ${a}px ${s}px)`,`circle(${d}px at ${a}px ${s}px)`]},{duration:450,easing:"cubic-bezier(0.22, 0.61, 0.36, 1)",pseudoElement:"::view-transition-new(root)"})}).catch(()=>{})},[]);return{theme:e.theme,preference:e.preference,toggleTheme:t,isDark:"dark"===e.theme}}function tm(e){if(navigator.clipboard?.writeText)return navigator.clipboard.writeText(e);try{let t=document.createElement("textarea");return t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t),Promise.resolve()}catch{return Promise.reject()}}function tv({code:e,isStreaming:t,defaultPreview:o=!1}){let{isDark:l}=tf(),{t:a}=(0,m.s)(),[s,d]=(0,i.useState)(o),[c,u]=(0,i.useState)(null),[p,h]=(0,i.useState)(!1),g=`${l?"dark":"light"}
|
|
2
|
-
${e}`,x=s&&!t;(0,i.useEffect)(()=>{if(!x)return;let t=!1;return u({key:g,status:"loading"}),(async()=>{let{default:r}=await Promise.all([n.e(988),n.e(9425),n.e(3308)]).then(n.bind(n,43328));if(r.initialize({startOnLoad:!1,securityLevel:"strict",suppressErrorRendering:!0,theme:l?"dark":"default"}),!await r.parse(e,{suppressErrors:!0}))throw Error("Invalid Mermaid diagram");let i="u">typeof crypto&&"randomUUID"in crypto?`mermaid-${crypto.randomUUID()}`:`mermaid-${Date.now()}-${Math.random().toString(36).slice(2)}`,o=await r.render(i,e);t||u({key:g,status:"ready",svg:o.svg})})().catch(()=>{t||u({key:g,status:"error"})}),()=>{t=!0}},[e,g,l,x]);let f=(0,i.useMemo)(()=>(0,r.jsx)("button",{type:"button",onClick:()=>d(e=>!e),disabled:t,title:t?a("i18n.previewAfterStreaming"):x?a("i18n.showMermaidSource"):a("i18n.previewMermaid"),className:["markdown-code-action",x?"is-active":""].filter(Boolean).join(" "),children:x?a("i18n.source"):a("i18n.preview")}),[t,x,a]);if(!x)return(0,r.jsx)(ty,{code:e,lang:"mermaid",headerAction:f,isStreaming:t});let v=c?.key===g&&"error"===c.status?(0,r.jsx)("div",{className:"mermaid-block mermaid-block-error",children:a("i18n.invalidMermaid")}):c?.key!==g||"ready"!==c.status?(0,r.jsx)("div",{className:"mermaid-block mermaid-block-loading","aria-label":a("i18n.renderingMermaid")}):(0,r.jsxs)(r.Fragment,{children:[!p&&(0,r.jsx)("button",{type:"button",className:"mermaid-block mermaid-preview-button",title:a("i18n.openMermaidViewer"),"aria-label":a("i18n.openMermaidViewer"),onClick:()=>h(!0),dangerouslySetInnerHTML:{__html:c.svg}}),p&&(0,r.jsx)(tb,{svg:c.svg,onClose:()=>h(!1)})]});return(0,r.jsxs)("div",{className:"markdown-code-block",children:[(0,r.jsxs)("div",{className:"markdown-code-header",children:[(0,r.jsx)("span",{className:"markdown-code-lang",children:"mermaid"}),f]}),v]})}function tb({svg:e,onClose:t}){let{t:n}=(0,m.s)(),o=(0,i.useRef)(null),[l,a]=(0,i.useState)(1);return(0,i.useEffect)(()=>{let e=o.current;if(!e)return;let t=document.body.style.overflow;return document.body.style.overflow="hidden",e.showModal(),()=>{document.body.style.overflow=t,e.open&&e.close()}},[]),(0,r.jsx)("dialog",{ref:o,className:"mermaid-zoom-dialog","aria-label":n("i18n.mermaidViewer"),onCancel:e=>{e.preventDefault(),t()},onKeyDown:e=>{"Escape"===e.key&&(e.preventDefault(),t())},children:(0,r.jsxs)("div",{className:"mermaid-zoom-layout",children:[(0,r.jsxs)("div",{className:"mermaid-zoom-toolbar",children:[(0,r.jsx)("span",{className:"mermaid-zoom-title",children:n("i18n.mermaidDiagram")}),(0,r.jsxs)("div",{className:"mermaid-zoom-actions",children:[(0,r.jsxs)("div",{className:"mermaid-zoom-stepper",children:[(0,r.jsx)("button",{type:"button",onClick:()=>a(e=>Math.max(.5,e-.25)),disabled:l<=.5,title:n("i18n.zoomOut"),"aria-label":n("i18n.zoomOut"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M5 12h14"})})}),(0,r.jsxs)("span",{className:"mermaid-zoom-value",children:[Math.round(100*l),"%"]}),(0,r.jsx)("button",{type:"button",onClick:()=>a(e=>Math.min(3,e+.25)),disabled:l>=3,title:n("i18n.zoomIn"),"aria-label":n("i18n.zoomIn"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M12 5v14M5 12h14"})})})]}),(0,r.jsx)("button",{type:"button",className:"mermaid-zoom-icon-button",onClick:()=>a(1),title:n("i18n.fitToWidth"),"aria-label":n("i18n.fitToWidth"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M8 3H3v5M16 3h5v5M8 21H3v-5M16 21h5v-5"})})}),(0,r.jsx)("button",{type:"button",className:"mermaid-zoom-icon-button",onClick:t,title:n("i18n.close"),"aria-label":n("i18n.close"),children:(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M6 6l12 12M18 6 6 18"})})})]})]}),(0,r.jsx)("div",{className:"mermaid-zoom-viewport",onClick:e=>{e.target===e.currentTarget&&t()},children:(0,r.jsx)("div",{className:"mermaid-zoom-canvas",style:{width:`${100*l}%`},dangerouslySetInnerHTML:{__html:e}})})]})})}let ty=(0,i.memo)(function({code:e,lang:t,headerAction:n,isStreaming:o}){let{isDark:l}=tf(),{t:a}=(0,m.s)(),[s,d]=(0,i.useState)(!1);return(0,r.jsxs)("div",{className:"markdown-code-block",children:[(0,r.jsxs)("div",{className:"markdown-code-header",children:[(0,r.jsx)("span",{className:"markdown-code-lang",children:t||"text"}),(0,r.jsxs)("div",{className:"markdown-code-actions",children:[n,(0,r.jsx)("button",{onClick:()=>{tm(e).then(()=>{d(!0),setTimeout(()=>d(!1),1500)})},className:"markdown-code-action",children:a(s?"i18n.copied":"i18n.copy")})]})]}),o?(0,r.jsx)("pre",{style:{margin:0,padding:"11px 13px",fontSize:12.5,lineHeight:1.62,overflowX:"auto",background:"var(--bubble-code-bg)"},children:(0,r.jsx)("code",{style:{fontFamily:"var(--font-mono)"},children:e})}):(0,r.jsx)(e9.A,{language:t||"text",style:l?te.xJ:te.vs,showLineNumbers:!0,lineNumberStyle:{color:"var(--text-dim)",fontStyle:"normal"},customStyle:{margin:0,padding:"11px 13px",fontSize:12.5,lineHeight:1.62,borderRadius:0,background:"var(--bubble-code-bg)"},codeTagProps:{style:{fontFamily:"var(--font-mono)"}},children:e})]})});function tk({children:e,className:t,isStreaming:n,cwd:o,onOpenFile:l}){let a=(0,i.useMemo)(()=>e1(e),[e]),s=(0,i.useMemo)(()=>({code({className:e,children:t,...i}){let o=e?.replace("language-","").toLowerCase()??"",l=String(t);return e?.includes("language-")||l.includes("\n")?"mermaid"===o?(0,r.jsx)(tv,{code:l.replace(/\n$/,""),isStreaming:n}):(0,r.jsx)(ty,{code:l.replace(/\n$/,""),lang:o,isStreaming:n}):(0,r.jsx)("code",{className:"markdown-inline-code",...i,children:t})},pre:({children:e})=>(0,r.jsx)(r.Fragment,{children:e}),a({href:e,children:t,...n}){delete n.node;let i=l?e_(e,o):null;return i&&l?(0,r.jsx)("a",{href:e,...n,onClick:e=>{if(e.defaultPrevented||0!==e.button||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey)return;let t=e.currentTarget.getAttribute("target");t&&"_self"!==t||(e.preventDefault(),l(i))},children:t}):(0,r.jsx)("a",{href:e,...n,target:"_blank",rel:"noopener noreferrer",children:t})},img({src:e,alt:t,...n}){delete n.node;let i="string"==typeof e?e_(e,o):null,l=i?`/api/files/${P(i)}?type=read`:e;return(0,r.jsx)("img",{src:l,alt:t??"",loading:"lazy",...n})},table:({children:e})=>(0,r.jsx)("div",{className:"markdown-table-wrap",children:(0,r.jsx)("table",{children:e})})}),[o,n,l]);return(0,r.jsx)("div",{className:["markdown-body",t].filter(Boolean).join(" "),children:(0,r.jsx)(eq.oz,{remarkPlugins:e5,rehypePlugins:e3,components:s,children:a})})}function tw({src:e,alt:t="",children:n,className:o,style:l}){let{t:a}=(0,m.s)(),[s,d]=(0,i.useState)(!1),c=(0,i.useRef)(null),u=(0,i.useRef)(null),p=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!s)return;let e=u.current;if(!e)return;let t=c.current,n=document.body.style.overflow;return document.body.style.overflow="hidden",e.showModal(),p.current?.focus({preventScroll:!0}),()=>{document.body.style.overflow=n,e.open&&e.close(),t?.isConnected&&t.focus({preventScroll:!0})}},[s]);let h=()=>{u.current?.open&&u.current.close(),d(!1)};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("button",{ref:c,type:"button",className:o,style:{display:"block",padding:0,border:"none",background:"none",color:"inherit",cursor:"zoom-in",...l},onClick:()=>d(!0),"aria-label":a("chat.previewImage"),"aria-haspopup":"dialog","aria-expanded":s,title:a("chat.previewImage"),children:n}),s&&(0,r.jsxs)("dialog",{ref:u,className:"image-preview-dialog","aria-label":a("chat.previewImage"),onCancel:e=>{e.preventDefault(),e.stopPropagation(),h()},onKeyDown:e=>{"Escape"===e.key&&(e.preventDefault(),e.stopPropagation(),h())},onClick:e=>{e.target===e.currentTarget&&h()},children:[(0,r.jsx)("img",{className:"image-preview-image",src:e,alt:t}),(0,r.jsx)("button",{ref:p,type:"button",className:"image-preview-close",onClick:h,"aria-label":a("chat.close"),title:a("chat.close"),children:(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M6 6l12 12M18 6 6 18"})})})]})]})}let tj=/<(read-files|modified-files)>\s*([\s\S]*?)\s*<\/\1>/g,tS=/(?:\r?\n){2,}((?:[ \t]*<(?:read-files|modified-files)>[ \t]*\r?\n[\s\S]*?\r?\n[ \t]*<\/(?:read-files|modified-files)>[ \t]*(?:\r?\n)?)+)\s*$/;function tC(e){let t,n=[],r=null,i=0,o=0,l=0,a=0,s=[],d=[],c=()=>({lineNo:null,text:"",type:"empty"}),u=()=>{if(!r){s=[],d=[];return}let e=Math.max(s.length,d.length);for(let t=0;t<e;t++){let e=s[t]?{lineNo:s[t].lineNo,text:s[t].text,type:"removed"}:c(),n=d[t]?{lineNo:d[t].lineNo,text:d[t].text,type:"added"}:c();r.rows.push({type:"line",left:e,right:n})}s=[],d=[]};for(let c of e.split(/\r?\n/)){if(!(l>0||a>0)){if(c.startsWith("--- ")){u(),t=tT(c.slice(4));continue}if(c.startsWith("+++ ")){u(),r={oldPath:t,newPath:tT(c.slice(4)),rows:[]},n.push(r);continue}}let e=c.match(/^@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/);if(e){r||(r={rows:[]},n.push(r)),u(),i=Number(e[1]),o=Number(e[3]),l=void 0===e[2]?1:Number(e[2]),a=void 0===e[4]?1:Number(e[4]),r.rows.push({type:"hunk",text:c});continue}if(!r)continue;if(c.startsWith("\\ ")){u(),r.rows.push({type:"hunk",text:c});continue}let p=c[0],h=c.slice(1);" "===p?(u(),r.rows.push({type:"line",left:{lineNo:i++,text:h,type:"context"},right:{lineNo:o++,text:h,type:"context"}}),l>0&&l--,a>0&&a--):"-"===p?(s.push({lineNo:i++,text:h}),l>0&&l--):"+"===p?(d.push({lineNo:o++,text:h}),a>0&&a--):""!==c&&(u(),r.rows.push({type:"hunk",text:c}))}u();let p=n.filter(e=>e.rows.some(e=>"line"===e.type));return p.length>0?p:null}function tT(e){return e.split(" ")[0].trim()}function tM({files:e,onOpenFile:t}){let{t:n}=(0,m.s)();return 0===e.length?null:(0,r.jsx)("div",{"aria-label":n("chat.filesWritten"),style:{display:"flex",flexWrap:"wrap",alignItems:"center",gap:6,marginTop:6},children:e.map(({filePath:e})=>{let i=D(e);return(0,r.jsxs)("button",{type:"button",title:e,"aria-label":n("chat.openWrittenFile",{name:i}),onClick:()=>t?.(e),style:{display:"inline-flex",alignItems:"center",gap:4,padding:"2px 8px",fontSize:12,fontFamily:"var(--font-mono)",color:"var(--text)",background:"var(--bg-subtle)",border:"1px solid var(--border)",borderRadius:6,cursor:"pointer"},children:[W(i,12),(0,r.jsx)("span",{children:i})]},e)})})}var tR=n(45399);let tL=/[\u3000-\u30ff\u3400-\u9fff\uf900-\ufaff\u{20000}-\u{2fa1f}\uac00-\ud7af]/u;function tI(e){let t=0,n=0;for(let r of e)tL.test(r)?t++:n++;return t+n/4}let tz=new Map;function tE({children:e,className:t,...n}){let{t:o}=(0,m.s)(),[l,a]=(0,i.useState)(!1);if(e.length<=1e5)return(0,r.jsx)(tk,{className:t,...n,children:e});if(!l){var s;return(0,r.jsxs)("button",{onClick:()=>a(!0),style:{display:"block",width:"100%",margin:"4px 0",padding:"7px 10px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left"},children:["⚠ ",o("i18n.largeMessageReveal",{size:(s=e.length)>=1e6?`${(s/1e6).toFixed(1)} MB`:s>=1e3?`${Math.round(s/1e3)} KB`:`${s} B`})]})}return(0,r.jsx)("div",{className:t,style:{maxHeight:420,overflow:"auto",fontSize:12,lineHeight:1.5},children:(0,r.jsx)("pre",{style:{margin:0,padding:"8px 10px",whiteSpace:"pre-wrap",wordBreak:"break-word",fontFamily:"var(--font-mono)",color:"var(--text-muted)"},children:e})})}function tW(e){if(!e)return null;let t=new Date(e),n=new Date,r=t.getFullYear()===n.getFullYear()&&t.getMonth()===n.getMonth()&&t.getDate()===n.getDate(),i=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});if(r)return i;let o=t.toLocaleDateString([],{month:"short",day:"numeric",year:t.getFullYear()!==n.getFullYear()?"numeric":void 0});return`${o} ${i}`}let t$=(0,i.memo)(function({message:e,isStreaming:t,toolResults:n,modelNames:i,cwd:o,onOpenFile:l,entryId:a,onFork:s,forking:d,onNavigate:c,parentEntryId:u,isLeafEntry:p,onEditContent:h,showTimestamp:g,prevTimestamp:x,sessionId:f,writtenFiles:m,onPin:v,bare:b}){return"user"===e.role?(0,r.jsx)(tP,{message:e,cwd:o,onOpenFile:l,entryId:a,onFork:s,forking:d,onNavigate:c,parentEntryId:u,isLeafEntry:p,onEditContent:h,onPin:v,bare:b}):"assistant"===e.role?(0,r.jsx)(tD,{message:e,isStreaming:t,toolResults:n,modelNames:i,cwd:o,onOpenFile:l,showTimestamp:g,prevTimestamp:x,sessionId:f,entryId:a,writtenFiles:m,onPin:v,bare:b}):"toolResult"===e.role?null:"custom"===e.role?"compaction"===e.customType?(0,r.jsx)(tK,{message:e}):(0,r.jsx)(tX,{message:e,cwd:o,onOpenFile:l}):"bashExecution"===e.role?(0,r.jsx)(tQ,{message:e,sessionId:f}):null},(e,t)=>e.message===t.message&&e.isStreaming===t.isStreaming&&function(e,t,n){if(t===n||"assistant"!==e.role)return!0;for(let r of e.content??[])if("toolCall"===r.type&&t?.get(r.toolCallId)!==n?.get(r.toolCallId))return!1;return!0}(e.message,e.toolResults,t.toolResults)&&e.modelNames===t.modelNames&&e.cwd===t.cwd&&e.onOpenFile===t.onOpenFile&&e.entryId===t.entryId&&e.onFork===t.onFork&&e.forking===t.forking&&e.onNavigate===t.onNavigate&&e.parentEntryId===t.parentEntryId&&e.isLeafEntry===t.isLeafEntry&&e.onEditContent===t.onEditContent&&e.showTimestamp===t.showTimestamp&&e.prevTimestamp===t.prevTimestamp&&e.sessionId===t.sessionId&&e.onPin===t.onPin&&e.bare===t.bare);function tP({message:e,cwd:t,onOpenFile:n,entryId:o,onFork:l,forking:a,onNavigate:s,parentEntryId:d,isLeafEntry:u,onEditContent:p,onPin:h,bare:g}){let{t:x}=(0,m.s)(),[f,v]=(0,i.useState)(!1),[b,y]=(0,i.useState)(!1),[k,w]=(0,i.useState)(!1),j="string"==typeof e.content?e.content:e.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n"),S="string"==typeof e.content?[]:e.content.filter(e=>"image"===e.type),C=c(j),T=C?.command,M=T?.search(/\s/)??-1,R=T?-1===M?T:T.slice(0,M):"",L=T&&-1!==M?T.slice(M+1):"",I=C?.skillBody,z=tW(e.timestamp),E=!!o&&!!l,W=T??j,$=T?function(e,t){if("string"==typeof e.content)return{...e,content:t};let n=[],r=!1;for(let i of e.content){if("text"!==i.type){n.push(i);continue}r||(n.push({...i,text:t}),r=!0)}return r||n.unshift({type:"text",text:t}),{...e,content:n}}(e,T):e,P=S.length>0&&(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",marginBottom:8*!!j},children:S.map((e,t)=>{let n=e.source?"base64"===e.source.type?`data:${e.source.media_type};base64,${e.source.data}`:e.source.url??"":e.data?`data:${e.mimeType};base64,${e.data}`:"";return(0,r.jsx)(tw,{src:n,children:(0,r.jsx)("img",{src:n,alt:"",style:{maxWidth:240,maxHeight:240,borderRadius:6,objectFit:"contain",display:"block",border:"1px solid rgba(59,130,246,0.15)"}})},t)})}),D=!!o&&!!s;return(0,r.jsxs)("div",{style:{marginBottom:20,display:g?"block":"flex",flexDirection:g?void 0:"column",alignItems:g?void 0:"flex-end"},onMouseEnter:()=>v(!0),onMouseLeave:()=>v(!1),children:[(0,r.jsx)("div",{style:{display:g?"block":"flex",alignItems:g?void 0:"flex-end",gap:g?void 0:6,maxWidth:g?void 0:"85%"},children:(0,r.jsx)("div",{style:{flex:g?void 0:1,minWidth:0,background:"var(--user-bg-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:g?"none":"1px solid var(--user-border-glass)",borderRadius:12,padding:"8px 12px",fontSize:14,lineHeight:1.6,color:"var(--text)",wordBreak:"break-word",maxHeight:g?void 0:300,overflowY:g?void 0:"auto"},children:T?(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:6,minWidth:0},children:[P,(0,r.jsxs)("button",{onClick:()=>w(e=>!e),title:x(k?"i18n.collapse":"i18n.expand"),"aria-expanded":k,style:{display:"flex",alignItems:"center",gap:6,padding:0,background:"none",border:"none",cursor:"pointer",color:"var(--accent)",fontFamily:"var(--font-mono)",fontSize:13,textAlign:"left",width:"fit-content"},children:[(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:R}),(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,opacity:.75,transform:k?"rotate(180deg)":"none",transition:"transform 0.15s"},"aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),k&&I&&(0,r.jsx)("div",{style:{margin:"2px 0",borderLeft:"2px solid var(--bubble-hairline)",paddingLeft:10,fontSize:12},children:(0,r.jsx)(tk,{className:"markdown-skill-body",cwd:t,onOpenFile:n,children:I})}),L&&(0,r.jsx)("span",{style:{color:"var(--text)",fontSize:14,lineHeight:1.6,whiteSpace:"pre-wrap",wordBreak:"break-word"},children:L})]}):(0,r.jsxs)(r.Fragment,{children:[P,j&&(0,r.jsx)(tE,{className:"markdown-user-message",cwd:t,onOpenFile:n,children:j})]})})}),!g&&(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:6,marginTop:3,mixBlendMode:"exclusion"},children:[(0,r.jsxs)("div",{style:{display:"flex",gap:3,opacity:+!!f,pointerEvents:f?"auto":"none",transition:"opacity 0.12s"},children:[h&&(0,r.jsxs)("button",{onClick:t=>h(e,o,t.currentTarget.getBoundingClientRect().top),title:x("i18n.pinTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline"},onMouseLeave:e=>{e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0-2-2 3 3 0 0 0-3 3V9a4 4 0 0 1-1 2.65"})]}),x("i18n.pin")]}),(0,r.jsxs)("button",{onClick:()=>{tm(W).then(()=>{y(!0),setTimeout(()=>y(!1),1500)})},title:x("i18n.copyMessage"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:b?"var(--accent)":"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{b||(e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{b||(e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none")},children:[b?(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),(0,r.jsx)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),x(b?"i18n.copied":"i18n.copy")]})]}),(E||D)&&(0,r.jsxs)("div",{style:{display:"flex",gap:3,opacity:f||a?1:0,pointerEvents:f||a?"auto":"none",transition:"opacity 0.12s"},children:[D&&(0,r.jsxs)("button",{onClick:()=>{d?s(d):u||s(o,null),p?.($)},title:x("i18n.editFromHereTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline"},onMouseLeave:e=>{e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"15 10 20 15 15 20"}),(0,r.jsx)("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"})]}),x("i18n.editFromHere")]}),E&&(0,r.jsxs)("button",{onClick:()=>{l(o)},disabled:a,title:x(a?"i18n.creatingSession":"i18n.newSessionTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:a?"var(--accent)":"#ffffff",cursor:a?"not-allowed":"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",transition:"color 0.12s"},onMouseEnter:e=>{a||(e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{a||(e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none")},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),x(a?"i18n.creating":"i18n.newSession")]})]}),z&&(0,r.jsx)("span",{style:{fontSize:10,color:"#ffffff"},children:z})]})]})}function tD({message:e,isStreaming:t,toolResults:n,modelNames:o,cwd:l,onOpenFile:a,showTimestamp:s,prevTimestamp:d,sessionId:c,entryId:u,writtenFiles:p,onPin:h,bare:g}){var x;let f,v,{t:b}=(0,m.s)(),y=s?tW(e.timestamp):null,k=(0,i.useMemo)(()=>(e.content??[]).map((e,t)=>({block:e,originalIndex:t})).filter(({block:e})=>!eD(e,{isStreaming:t})),[e.content,t]),w=(0,i.useMemo)(()=>k.map(({block:e})=>e),[k]),j=eA(e,{isStreaming:t}),[S,C]=(0,i.useState)(!1),[T,M]=(0,i.useState)(!1),R=(0,i.useRef)(null),[L,I]=(0,i.useState)(null),z=(0,i.useRef)(k);z.current=k;let E=(0,i.useRef)(new Map),W=(0,i.useMemo)(()=>{if(!t)return E.current=new Map,0;let e=new Map,n=0;for(let{block:t,originalIndex:r}of k){let i="text"===t.type?t.text:"thinking"===t.type?t.thinking:"toolCall"===t.type?t.rawInput??JSON.stringify(t.input??{})??"":null;if(null===i)continue;let o=function(e,t){var n,r;if(!e||!t.startsWith(e.text))return tI(t);let i=e.tokens,o=e.text.length;return o>0&&o<t.length&&(n=e.text.charCodeAt(o-1))>=55296&&n<=56319&&(r=t.charCodeAt(o))>=56320&&r<=57343&&(i-=1/4,o--),i+tI(t.slice(o))}(E.current.get(r),i);e.set(r,{text:i,tokens:o}),n+=o}return E.current=e,n},[k,t]),$=(0,i.useRef)(W);$.current=W;let P=(0,i.useRef)(new Map),[D,F]=(0,i.useState)(new Map),A=(0,i.useMemo)(()=>{if(!e.timestamp||!d)return;let t=Math.round((e.timestamp-d)/1e3);return t>0?t:void 0},[e.timestamp,d]),B=(0,i.useMemo)(()=>{let t=new Map;if(!n||!e.timestamp)return t;for(let[r,i]of n)if(i.timestamp&&e.timestamp){let n=Math.round((i.timestamp-e.timestamp)/1e3);n>0&&t.set(r,n)}return t},[n,e.timestamp]),N=w.filter(e=>"text"===e.type).map(e=>e.text).join("\n");if((0,i.useEffect)(()=>{if(!t){let e=new Date().getTime();F(t=>{let n=new Map(t);for(let[t,r]of P.current)n.has(t)||n.set(t,Math.round((e-r)/1e3));return n}),R.current=null,I(null);return}let e=setInterval(()=>{let e=z.current,t=Date.now();e.forEach(({originalIndex:e})=>{P.current.has(e)||P.current.set(e,t)}),F(n=>{let r=!1,i=new Map(n);for(let n=0;n<e.length-1;n++){let o=e[n].originalIndex,l=e[n+1].originalIndex;if(!i.has(o)&&P.current.has(o)){let e=P.current.get(o),n=P.current.get(l)??t;i.set(o,Math.round((n-e)/1e3)),r=!0}}return r?i:n});let n=$.current;if(0===n)return;null===R.current&&(R.current=t);let r=(t-R.current)/1e3;r>.5&&I(n/r)},300);return()=>clearInterval(e)},[t]),0===w.length&&!t&&!j)return null;return(0,r.jsxs)("div",{style:{marginBottom:20},onMouseEnter:()=>C(!0),onMouseLeave:()=>C(!1),children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"var(--bubble-gap)",padding:"var(--bubble-pad-y) var(--bubble-pad-x) var(--bubble-pad-end)",borderRadius:"var(--bubble-radius)",background:"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:g?"none":"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)"},children:[k.map(({block:e,originalIndex:i})=>(0,r.jsx)(tF,{block:e,toolResults:n,isStreaming:t,streamingDuration:D.get(i)??("thinking"===e.type?A:void 0),toolCallDurations:B,cwd:l,onOpenFile:a,sessionId:c,entryId:u,blockIndex:i},`${u??"stream"}-${i}`)),j&&(0,r.jsxs)("div",{role:"alert",style:{display:"flex",alignItems:"center",gap:6,padding:"2px 0",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5,whiteSpace:"pre-wrap",overflowWrap:"anywhere"},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:999,flexShrink:0,background:"#f87171",boxShadow:"0 0 0 3px rgba(248,113,113,0.15)"},"aria-hidden":"true"}),(0,r.jsxs)("span",{children:["Error: ",j]})]}),p&&p.length>0&&(0,r.jsx)(tM,{files:p,onOpenFile:a})]}),!g&&(e.provider||t||e.usage||y||N||h)&&(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,marginTop:8,paddingLeft:4,fontSize:11,color:"#ffffff",mixBlendMode:"exclusion"},children:[e.provider&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:o?.[`${e.provider}:${e.model}`]??o?.[e.model]??e.model}),t&&((v=Math.round(W))<=0?null:(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},title:b("i18n.estimatedTokens"),children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"5",y1:"1.5",x2:"5",y2:"8.5"}),(0,r.jsx)("polyline",{points:"2 6 5 8.5 8 6"})]}),v,null!==L&&(0,r.jsxs)("span",{children:[L.toFixed(1)," t/s"]})]})),!t&&e.usage&&(0,r.jsx)("span",{children:(x=e.usage,f=[],x.input&&f.push(`${x.input.toLocaleString()} in`),x.output&&f.push(`${x.output.toLocaleString()} out`),x.cacheRead&&f.push(`${x.cacheRead.toLocaleString()} cache R`),x.cacheWrite&&f.push(`${x.cacheWrite.toLocaleString()} cache W`),x.cost?.total&&f.push(`$${x.cost.total.toFixed(4)}`),f.join(" \xb7 "))}),N&&(0,r.jsxs)("button",{onClick:()=>{tm(N).then(()=>{M(!0),setTimeout(()=>M(!1),1500)})},title:b("i18n.copyMessage"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:T?"var(--accent)":"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",opacity:+!!S,pointerEvents:S?"auto":"none",transition:"opacity 0.12s, color 0.12s"},onMouseEnter:e=>{T||(e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline")},onMouseLeave:e=>{T||(e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none")},children:[T?(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),(0,r.jsx)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),b(T?"i18n.copied":"i18n.copy")]}),h&&(0,r.jsxs)("button",{onClick:t=>h(e,u,t.currentTarget.getBoundingClientRect().top),title:b("i18n.pinTitle"),style:{display:"flex",alignItems:"center",gap:4,padding:"3px 8px",height:22,background:"none",border:"none",borderRadius:5,color:"#ffffff",cursor:"pointer",fontSize:11,fontWeight:400,whiteSpace:"nowrap",opacity:+!!S,pointerEvents:S?"auto":"none",transition:"opacity 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.fontWeight="600",e.currentTarget.style.textDecoration="underline"},onMouseLeave:e=>{e.currentTarget.style.fontWeight="400",e.currentTarget.style.textDecoration="none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0-2-2 3 3 0 0 0-3 3V9a4 4 0 0 1-1 2.65"})]}),b("i18n.pin")]}),y&&(0,r.jsx)("span",{style:{marginLeft:"auto",fontSize:10},children:y})]})]})}function tF({block:e,toolResults:t,isStreaming:n,streamingDuration:i,toolCallDurations:o,cwd:l,onOpenFile:a,sessionId:s,entryId:d,blockIndex:c}){if("text"===e.type)return(0,r.jsx)(tA,{block:e,isStreaming:n,cwd:l,onOpenFile:a});if("thinking"===e.type)return(0,r.jsx)(tB,{block:e,duration:i,isStreaming:n,sessionId:s,entryId:d,blockIndex:c});if("toolCall"===e.type){let n=t?.get(e.toolCallId),i=o?.get(e.toolCallId);return(0,r.jsx)(tN,{block:e,result:n,duration:i})}return null}function tA({block:e,isStreaming:t,cwd:n,onOpenFile:i}){return(0,r.jsx)(tE,{isStreaming:t,cwd:n,onOpenFile:i,children:e.text})}function tB({block:e,duration:t,isStreaming:n,sessionId:o,entryId:l,blockIndex:a}){let{t:s}=(0,m.s)(),{isDark:d}=tf(),[c,u]=(0,i.useState)(!1),[p,h]=(0,i.useState)(!1),[g,x]=(0,i.useState)(null),[f,v]=(0,i.useState)(!1),[b,y]=(0,i.useState)(null),k=async()=>{let t=!c;if(u(t),t&&e.deferred&&null===g){if(!o||!l)return void y(s("i18n.thinkingUnavailable"));v(!0),y(null);try{x(await function(e,t,n){let r=`${e}:${t}:${n}`,i=tz.get(r);if(i)return tz.delete(r),tz.set(r,i),i;let o=fetch(`/api/sessions/${encodeURIComponent(e)}/entries/${encodeURIComponent(t)}/thinking?blockIndex=${n}`).then(async e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);let t=await e.json();if("string"!=typeof t.thinking)throw Error("Invalid thinking response");return t.thinking}).catch(e=>{throw tz.delete(r),e});if(tz.set(r,o),tz.size>100){let e=tz.keys().next().value;e&&tz.delete(e)}return o}(o,l,a))}catch(e){y(e instanceof Error?e.message:String(e))}finally{v(!1)}}};return(0,r.jsxs)("div",{onMouseEnter:()=>h(!0),onMouseLeave:()=>h(!1),style:{fontSize:13},children:[(0,r.jsxs)("button",{onClick:()=>void k(),style:{display:"flex",alignItems:"center",gap:6,width:"100%",padding:"2px 8px 2px 4px",borderRadius:6,background:p?"var(--bubble-tool-bg-fold)":"transparent",border:"none",color:p?"var(--text-meta)":"var(--text-muted)",cursor:"pointer",fontSize:13,textAlign:"left",transition:"color 0.12s, background 0.12s"},children:[n?(0,r.jsx)("span",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,flexShrink:0},children:(0,r.jsx)(tR.KV,{state:"breathing",size:20,theme:d?"dark":"light",style:d?void 0:{filter:"brightness(0.57) contrast(1.15)"}})}):(0,r.jsx)("span",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,flexShrink:0},"aria-hidden":"true",children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round",strokeLinejoin:"round",style:{display:"block"},children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("circle",{cx:"19",cy:"5",r:"2"}),(0,r.jsx)("circle",{cx:"5",cy:"19",r:"2"}),(0,r.jsx)("path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416"}),(0,r.jsx)("path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416"})]})}),(0,r.jsx)("span",{children:s("i18n.thinking")}),void 0!==t&&(0,r.jsxs)("span",{style:{fontSize:11,color:"var(--text-muted)",fontVariantNumeric:"tabular-nums"},children:[t,"s"]}),(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:c?"rotate(180deg)":"none",transition:"transform 0.15s"},"aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),c&&(0,r.jsx)("div",{style:{margin:"2px 0 4px 30px",borderLeft:"2px solid var(--bubble-hairline)",paddingLeft:10,color:b?"#f87171":"var(--text-muted)",fontSize:12,lineHeight:1.3,whiteSpace:"pre-wrap"},children:f?(0,r.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:8},children:[(0,r.jsx)(tR.KV,{state:"searching",size:20,theme:d?"dark":"light",style:d?void 0:{filter:"brightness(0.57) contrast(1.15)"}}),s("i18n.loadingThinking")]}):b??(e.deferred?g:e.thinking)})]})}function tN({block:e,result:t,duration:n}){var o;let{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(!1),u=(o=e).rawInput??JSON.stringify(o.input,null,2),p=void 0!==e.rawInput,h=eV(e.toolName),g=t&&!t.isError?function(e){var t;let n=e.details;if(!("object"==typeof(t=n)&&null!==t&&!Array.isArray(t)))return null;let r="string"==typeof n.patch?n.patch:null;if(r)return{text:r};let i="string"==typeof n.diff?n.diff:null;return i?{text:i}:null}(t):null,x=t?t.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n"):null,f=null!==x&&("(no output)"===x.trim()||""===x.trim()),v=t?.isError??!1;return(0,r.jsxs)("div",{onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),style:{borderRadius:a?"var(--bubble-inner-radius)":5,overflow:"hidden",fontSize:12,border:a?"1px solid var(--bubble-border)":"1px solid transparent",background:a?d?"var(--bubble-tool-bg-hover)":"var(--bubble-tool-bg)":d?"var(--bubble-tool-bg-fold)":"transparent",backdropFilter:a?"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))":"none",WebkitBackdropFilter:a?"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))":"none",transition:"background 0.12s"},children:[(0,r.jsxs)("button",{onClick:()=>s(e=>!e),style:{display:"flex",alignItems:"center",gap:6,width:"100%",padding:"6px 10px",background:"none",border:"none",color:"var(--text-meta)",cursor:"pointer",fontSize:12,textAlign:"left",minWidth:0},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:999,flexShrink:0,background:v?"#f87171":"#22c55e",boxShadow:v?"0 0 0 3px rgba(248,113,113,0.15)":"0 0 0 3px rgba(34,197,94,0.15)"},"aria-hidden":"true"}),(0,r.jsx)("span",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",fontWeight:600,fontSize:11,flexShrink:0},children:e.toolName}),(0,r.jsx)("span",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",fontSize:11,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1,minWidth:0},children:p?l("chat.generatingToolInput"):function(e){let t=e.input;if(!t||"object"!=typeof t)return"";let n=Object.keys(t);return 0===n.length?"":"command"in t?String(t.command).slice(0,120):"path"in t?String(t.path).slice(0,120):"file_path"in t?String(t.file_path).slice(0,120):"pattern"in t?String(t.pattern).slice(0,120):"query"in t?String(t.query).slice(0,120):String(t[n[0]]).slice(0,120)}(e)}),void 0!==n&&(0,r.jsxs)("span",{style:{fontSize:11,color:"var(--text-muted)",flexShrink:0,fontVariantNumeric:"tabular-nums"},children:[n,"s"]}),(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:a?"rotate(180deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})})]}),a&&(p||!h)&&(0,r.jsx)("div",{style:{borderTop:"1px solid var(--bubble-hairline)"},children:(0,r.jsx)("pre",{style:{margin:0,padding:"8px 10px",color:"var(--text)",fontSize:12,lineHeight:1.5,overflow:"auto",background:"transparent",whiteSpace:"pre-wrap",wordBreak:"break-all"},children:u})}),a&&t&&(g?(0,r.jsx)(tH,{diff:g}):(0,r.jsx)(tq,{text:x??"",isEmpty:f,isError:v})),a&&t&&(0,r.jsx)(tG,{content:t.content})]})}function tH({diff:e}){return(0,r.jsx)("div",{style:{borderTop:"1px solid var(--bubble-hairline)"},children:(0,r.jsx)(tO,{text:e.text})})}function tO({text:e}){let{t}=(0,m.s)(),n=(0,i.useMemo)(()=>tC(e),[e]);if(!n)return(0,r.jsx)(tV,{text:e});let o=n.length>1;return(0,r.jsx)("div",{style:{maxHeight:560,overflowY:"auto",overflowX:"hidden"},children:n.map((e,n)=>(0,r.jsxs)("div",{style:{minWidth:0,borderTop:0===n?"none":"1px solid var(--border)",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.55},children:[o&&(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"minmax(0, 1fr) minmax(0, 1fr)",position:"sticky",top:0,zIndex:1,background:"var(--bg-subtle)",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)(tU,{title:e.oldPath||t("i18n.before"),side:"left"}),(0,r.jsx)(tU,{title:e.newPath||t("i18n.after"),side:"right"})]}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:"minmax(0, 1fr) minmax(0, 1fr)"},children:e.rows.map((e,t)=>"hunk"===e.type?null:(0,r.jsxs)("div",{style:{display:"contents"},children:[(0,r.jsx)(t_,{cell:e.left,side:"left"}),(0,r.jsx)(t_,{cell:e.right,side:"right"})]},t))})]},n))})}function tU({title:e,side:t}){return(0,r.jsx)("div",{title:e,style:{padding:"5px 10px",color:"var(--text-dim)",borderRight:"left"===t?"1px solid var(--border)":"none",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e})}function t_({cell:e,side:t}){let n="added"===e.type?"rgba(34,197,94,0.12)":"removed"===e.type?"rgba(248,113,113,0.13)":"empty"===e.type?"var(--bg-subtle)":"transparent",i="added"===e.type?"+":"removed"===e.type?"-":" ",o="added"===e.type?"#22c55e":"removed"===e.type?"#f87171":"var(--text-dim)";return(0,r.jsxs)("div",{style:{display:"flex",minWidth:0,background:n,borderRight:"left"===t?"1px solid var(--border)":"none"},children:[(0,r.jsx)("span",{style:{width:42,padding:"0 6px",textAlign:"right",color:"var(--text-dim)",userSelect:"none",background:"var(--bg-subtle)",borderRight:"1px solid var(--border)",flexShrink:0},children:e.lineNo??""}),(0,r.jsx)("span",{style:{width:18,padding:"0 5px",color:o,userSelect:"none",fontWeight:"context"===e.type||"empty"===e.type?400:700,flexShrink:0},children:i}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,padding:"0 10px 0 0",color:"empty"===e.type?"var(--text-dim)":"var(--text)",whiteSpace:"pre-wrap",overflowWrap:"anywhere"},children:e.text||"\xa0"})]})}function tV({text:e}){let t=e.split(/\r?\n/);return(0,r.jsx)("div",{style:{maxHeight:520,overflowY:"auto",overflowX:"hidden",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.55,minWidth:0},children:t.map((e,t)=>{let n=e.startsWith("@@")?"hunk":e.startsWith("+")&&!e.startsWith("+++")?"added":e.startsWith("-")&&!e.startsWith("---")?"removed":"context";return(0,r.jsxs)("div",{style:{display:"flex",background:"added"===n?"rgba(34,197,94,0.12)":"removed"===n?"rgba(248,113,113,0.13)":"hunk"===n?"rgba(96,165,250,0.12)":"transparent",borderLeft:"added"===n?"3px solid #22c55e":"removed"===n?"3px solid #f87171":"hunk"===n?"3px solid var(--accent)":"3px solid transparent"},children:[(0,r.jsx)("span",{style:{width:48,padding:"0 8px",color:"var(--text-dim)",background:"var(--bg-subtle)",borderRight:"1px solid var(--border)",textAlign:"right",userSelect:"none",flexShrink:0},children:t+1}),(0,r.jsx)("span",{style:{padding:"0 10px",whiteSpace:"pre-wrap",overflowWrap:"anywhere",color:"added"===n?"#22c55e":"removed"===n?"#f87171":"hunk"===n?"var(--accent)":"var(--text)"},children:e||"\xa0"})]},t)})})}function tq({text:e,isEmpty:t,isError:n}){let{t:i}=(0,m.s)();return(0,r.jsx)("div",{style:{borderTop:"1px solid var(--bubble-hairline)"},children:(0,r.jsx)("pre",{style:{margin:0,padding:"8px 10px",color:n?"#f87171":t?"var(--text-dim)":"var(--text-muted)",fontSize:12,lineHeight:1.5,overflow:"auto",maxHeight:400,background:"transparent",whiteSpace:"pre-wrap",wordBreak:"break-all",fontStyle:t?"italic":"normal",opacity:t?.6:1},children:t?i("i18n.noOutput"):e})})}function tK({message:e}){let{t}=(0,m.s)(),n=tZ(e.content),o=(0,i.useMemo)(()=>{let e,t,r,i,o;return e=[],t=[],r=n.match(tS),i=r?.[1]??"",o=r?.index===void 0?n:n.slice(0,r.index),i.replace(tj,(n,r,i)=>{let o=i.split(/\r?\n/).map(e=>e.trim()).filter(Boolean);return"read-files"===r?e.push(...o):t.push(...o),""}),{body:o.trim(),readFiles:e,modifiedFiles:t}},[n]),l=tW(e.timestamp);return(0,r.jsx)("div",{style:{marginBottom:20},children:(0,r.jsxs)("div",{style:{borderRadius:12,overflow:"hidden",background:"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"7px 10px",borderBottom:"1px solid var(--bubble-hairline)",color:"var(--text-muted)"},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:11,fontWeight:650},children:"compaction"}),l&&(0,r.jsx)("span",{style:{marginLeft:"auto",color:"var(--text-dim)",fontSize:10},children:l})]}),(0,r.jsxs)("div",{style:{padding:"11px 13px 12px"},children:[(0,r.jsx)("div",{style:{color:"var(--text)",fontSize:15,fontWeight:700,lineHeight:1.35},children:t("i18n.conversationCompacted")}),(0,r.jsx)("div",{style:{marginTop:3,marginBottom:10,color:"var(--text)",fontSize:14,lineHeight:1.5},children:t("i18n.compactionDescription")}),o.body?(0,r.jsx)(tk,{className:"markdown-compaction-message",children:o.body}):(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:12},children:t("i18n.noSummary")}),(0,r.jsx)(tJ,{readFiles:o.readFiles,modifiedFiles:o.modifiedFiles})]})]})})}function tJ({readFiles:e,modifiedFiles:t}){let{t:n}=(0,m.s)();if(0===e.length+t.length)return null;let i=[];return e.length>0&&i.push(`${e.length} read`),t.length>0&&i.push(`${t.length} modified`),(0,r.jsxs)("details",{className:"compaction-file-details",children:[(0,r.jsx)("summary",{children:n("i18n.fileContext",{details:i.join(", ")})}),t.length>0&&(0,r.jsx)(tY,{title:n("i18n.modifiedFiles"),files:t}),e.length>0&&(0,r.jsx)(tY,{title:n("i18n.readFiles"),files:e})]})}function tY({title:e,files:t}){return(0,r.jsxs)("div",{className:"compaction-file-section",children:[(0,r.jsx)("div",{className:"compaction-file-title",children:e}),(0,r.jsx)("ul",{className:"compaction-file-list",children:t.map(e=>(0,r.jsx)("li",{children:e},e))})]})}function tX({message:e,cwd:t,onOpenFile:n}){var o;let l,{t:a}=(0,m.s)(),s=!1===e.display,[d,c]=(0,i.useState)(!s),[u,p]=(0,i.useState)(!1),[h,g]=(0,i.useState)(!1),x=tZ(e.content),f="string"==typeof(o=e.content)?[]:o.filter(e=>"image"===e.type),v=void 0!==e.details,b=v?function(e){try{return JSON.stringify(e,null,2)}catch{return String(e)}}(e.details):"",y=e.customType||"extension",k=tW(e.timestamp);return(0,r.jsx)("div",{style:{marginBottom:20},children:(0,r.jsxs)("div",{style:{borderRadius:12,overflow:"hidden",background:s?"color-mix(in srgb, var(--assistant-card-glass) 62%, transparent)":"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)",opacity:s&&!d?.82:1},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"7px 10px",borderBottom:"1px solid var(--bubble-hairline)",color:"var(--text-muted)",fontSize:11},children:[(0,r.jsx)("span",{style:{color:"var(--text-muted)",fontFamily:"var(--font-mono)",fontSize:11,fontWeight:650},children:y}),s&&(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:11},children:a("i18n.hiddenExtensionMessage")}),k&&(0,r.jsx)("span",{style:{marginLeft:"auto",color:"var(--text-dim)",fontSize:10},children:k})]}),d?(0,r.jsxs)("div",{style:{padding:"6px 9px"},children:[f.length>0&&(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",marginBottom:8*!!x},children:f.map((e,t)=>{var n;let i=(n=e).source?"base64"===n.source.type?`data:${n.source.media_type};base64,${n.source.data}`:n.source.url??"":n.data?`data:${n.mimeType};base64,${n.data}`:"";return i?(0,r.jsx)(tw,{src:i,children:(0,r.jsx)("img",{src:i,alt:"",style:{maxWidth:240,maxHeight:240,borderRadius:6,objectFit:"contain",display:"block",border:"1px solid var(--border)"}})},t):null})}),x?(0,r.jsx)(tk,{className:"markdown-custom-message",cwd:t,onOpenFile:n,children:x}):(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:12},children:a("i18n.noMessage")})]}):(0,r.jsx)("button",{onClick:()=>c(!0),style:{display:"block",width:"100%",padding:"8px 10px",border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",fontSize:12,textAlign:"left"},children:x?(l=x.replace(/\s+/g," ").trim())?l.length>140?`${l.slice(0,140)}...`:l:"Show extension message":a("i18n.showExtensionMessage")}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"4px 9px",borderTop:"1px solid var(--bubble-hairline)",background:"color-mix(in srgb, var(--tool-bg-glass) 66%, transparent)"},children:[x||b?(0,r.jsx)("button",{onClick:()=>{tm(x||b).then(()=>{g(!0),setTimeout(()=>g(!1),1500)})},style:{padding:"3px 7px",border:"none",background:"none",color:h?"var(--accent)":"var(--text-muted)",cursor:"pointer",fontSize:11},children:a(h?"i18n.copied":"i18n.copy")}):null,(v||s)&&(0,r.jsx)("button",{onClick:()=>{s?c(e=>!e):p(e=>!e)},style:{marginLeft:"auto",padding:"3px 7px",border:"none",background:"none",color:"var(--text-dim)",cursor:"pointer",fontSize:11},children:a(s?d?"i18n.collapse":"i18n.expand":u?"i18n.hideDetails":"i18n.showDetails")})]}),v&&(s&&d||!s&&u)&&(0,r.jsx)("pre",{style:{margin:0,padding:"9px 10px",borderTop:"1px solid var(--bubble-hairline)",background:"color-mix(in srgb, var(--assistant-card-glass) 55%, transparent)",color:"var(--text-muted)",fontSize:12,lineHeight:1.5,whiteSpace:"pre-wrap",wordBreak:"break-word",maxHeight:360,overflow:"auto",fontFamily:"var(--font-mono)"},children:b})]})})}function tZ(e){return"string"==typeof e?e:e.filter(e=>"text"===e.type).map(e=>e.text).join("\n")}function tG({content:e}){let t=(e??[]).filter(e=>"object"==typeof e&&null!==e&&"image"===e.type);return 0===t.length?null:(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",padding:"8px 10px",borderTop:"1px solid var(--bubble-hairline)"},children:t.map((e,t)=>{let n=e.source?"base64"===e.source.type?`data:${e.source.media_type};base64,${e.source.data}`:e.source.url??"":e.data?`data:${e.mimeType};base64,${e.data}`:"";return n?(0,r.jsx)(tw,{src:n,children:(0,r.jsx)("img",{src:n,alt:"",style:{maxWidth:220,maxHeight:220,borderRadius:6,objectFit:"contain",display:"block",border:"1px solid var(--border)"}})},t):null})})}function tQ({message:e,sessionId:t}){let[n,o]=(0,i.useState)(null),[l,a]=(0,i.useState)(!1),[s,d]=(0,i.useState)(null),c=!e.output&&void 0===e.exitCode&&!e.cancelled,u=e.cancelled||void 0!==e.exitCode&&0!==e.exitCode,p=t&&e.fullOutputPath?`/api/agent/${encodeURIComponent(t)}/bash-output?path=${encodeURIComponent(e.fullOutputPath)}`:null,h=e.truncated&&p&&null===n,g=n??e.output;async function x(){if(p){a(!0),d(null);try{let e=await fetch(p),t=await e.json();t.success?o(t.data?.output??""):d(t.error??"failed")}catch(e){d(String(e))}finally{a(!1)}}}let f=e.excludeFromContext?"bash (local)":"bash",m={type:"toolCall",toolCallId:`bash-${e.timestamp??""}`,toolName:f,input:{command:e.command}},v=c?void 0:{role:"toolResult",toolCallId:m.toolCallId,toolName:f,content:g?[{type:"text",text:g}]:[],isError:u,timestamp:e.timestamp};return(0,r.jsxs)("div",{style:{margin:"6px 0",padding:"4px",borderRadius:"var(--bubble-radius)",background:"var(--assistant-card-glass)",backdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-bubble)) saturate(var(--glass-saturate))",border:"1px solid var(--bubble-border)",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)"},children:[(0,r.jsx)(tN,{block:m,result:v}),e.truncated&&p&&(0,r.jsxs)("div",{style:{padding:"4px 10px",fontSize:11,marginTop:-1},children:[h&&(0,r.jsx)("button",{onClick:x,disabled:l,style:{background:"none",border:"none",color:"var(--accent)",cursor:l?"default":"pointer",fontSize:11,padding:0,textDecoration:"underline"},children:l?"loading…":"view full output"}),(0,r.jsx)("a",{href:`${p}&download=1`,style:{marginLeft:10*!!h,color:"var(--accent)",fontSize:11,textDecoration:"underline"},children:"download full output"}),s&&(0,r.jsxs)("span",{style:{marginLeft:6,color:"var(--text-dim)",fontSize:11},children:["(",s,")"]})]})]})}function t0({item:e,render:t,zIndex:n,active:o,onClose:l,onActivate:a,onMove:s}){var d;let c,u=(0,i.useRef)(null),p=(0,i.useRef)(null);(0,i.useEffect)(()=>()=>{p.current&&(p.current=null,document.body.style.cursor="",document.body.style.userSelect="")},[]);let h=(t,n)=>{"mouse"===n.pointerType&&0!==n.button||(n.preventDefault(),n.stopPropagation(),a(e.id),p.current&&g(n.pointerId),n.currentTarget.setPointerCapture(n.pointerId),p.current={mode:t,pointerId:n.pointerId,startX:n.clientX,startY:n.clientY,origX:e.x,origY:e.y,origW:e.w,origH:e.h},document.body.style.cursor="move"===t?"grabbing":"nwse-resize",document.body.style.userSelect="none")},g=e=>{let t=p.current;t&&t.pointerId===e&&(p.current=null,document.body.style.cursor="",document.body.style.userSelect="")},x=t=>{let n=p.current;if(!n||n.pointerId!==t.pointerId)return;if("mouse"===t.pointerType&&0===t.buttons)return void g(t.pointerId);t.preventDefault();let r=window.innerWidth,i=window.innerHeight,o=t.clientX-n.startX,l=t.clientY-n.startY;if("move"===n.mode){let t=e.w,a=e.h,d=Math.max(0,r-t),c=Math.max(0,i-a);s(e.id,{x:Math.min(d,Math.max(0,n.origX+o)),y:Math.min(c,Math.max(0,n.origY+l))})}else{let t=Math.max(220,r-n.origX),a=Math.max(140,i-n.origY);s(e.id,{w:Math.min(t,Math.max(220,n.origW+o)),h:Math.min(a,Math.max(140,n.origH+l))})}},f=e=>{g(e.pointerId);let t=e.currentTarget;try{t.hasPointerCapture(e.pointerId)&&t.releasePointerCapture(e.pointerId)}catch{}},m="user"===e.message.role?"用户":"助手";return(0,r.jsxs)("div",{ref:u,"data-pin-bubble":!0,tabIndex:0,style:{position:"fixed",left:e.x,top:e.y,width:e.w,height:e.h,zIndex:n,display:"flex",flexDirection:"column",background:"var(--bg-panel)",border:o?"1px solid color-mix(in srgb, var(--border) 90%, transparent)":"1px solid var(--border)",borderRadius:10,boxShadow:o?"0 0 14px 1px color-mix(in srgb, var(--border) 50%, transparent), 0 1px 2px rgba(15,23,42,0.05), 0 8px 30px rgba(0,0,0,0.35)":"0 8px 30px rgba(0,0,0,0.35)",overflow:"hidden",colorScheme:"dark"},onPointerDown:t=>{t.target===t.currentTarget&&a(e.id)},children:[(0,r.jsxs)("div",{"data-pin-handle":!0,onPointerDown:e=>h("move",e),onPointerMove:x,onPointerUp:f,style:{display:"flex",alignItems:"center",gap:8,padding:"4px 8px",cursor:"grab",flexShrink:0,touchAction:"none",background:"color-mix(in srgb, var(--bg-hover) 60%, transparent)",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-muted)",userSelect:"none"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 17v5"}),(0,r.jsx)("path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0-2-2 3 3 0 0 0-3 3V9a4 4 0 0 1-1 2.65"})]}),(0,r.jsx)("span",{style:{fontWeight:600},children:m}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",opacity:.7},children:(c=(e=>{if("string"==typeof e)return e;if(Array.isArray(e)){for(let t of e)if(t&&"object"==typeof t){if("string"==typeof t.text)return t.text;if("toolCall"===t.type)return`${t.name??"tool"} ${t1(t.text??"")}`;if("string"==typeof t.thinking)return t.thinking}}return null})((d=e.message).content)??d.summary??"",t1(c.replace(/\s+/g," ")))}),(0,r.jsx)("button",{onPointerDown:e=>e.stopPropagation(),onClick:t=>{t.stopPropagation(),l(e.id)},title:"关闭",style:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,padding:0,background:"none",border:"none",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,r.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),(0,r.jsx)("div",{style:{flex:1,minHeight:0,overflow:"auto",padding:"6px 8px"},children:(0,r.jsx)(t$,{message:e.message,isStreaming:!1,bare:!0,toolResults:t.toolResults,modelNames:t.modelNames,cwd:t.cwd,onOpenFile:t.onOpenFile,sessionId:t.sessionId,entryId:t.entryId,writtenFiles:t.writtenFiles})}),(0,r.jsx)("div",{"data-pin-resize":!0,onPointerDown:e=>h("resize",e),onPointerMove:x,onPointerUp:f,style:{position:"absolute",right:0,bottom:0,width:18,height:18,cursor:"nwse-resize",touchAction:"none"},"aria-label":"调整大小",children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-muted)",strokeWidth:"2",strokeLinecap:"round",style:{position:"absolute",right:2,bottom:2,pointerEvents:"none"},children:[(0,r.jsx)("path",{d:"M14 20 20 14"}),(0,r.jsx)("path",{d:"M14 14 20 20"}),(0,r.jsx)("path",{d:"M8 20 20 8"})]})})]})}function t1(e,t=40){return e.length<=t?e:e.slice(0,t).trimEnd()+"…"}function t2(e){if(!e||"object"!=typeof e||"string"!=typeof e.data||"string"!=typeof e.mimeType||!e.mimeType.startsWith("image/"))return!1;let t=function(e){if(!e||e.length%4!=0)return null;let t=e.endsWith("==")?2:+!!e.endsWith("="),n=e.length-t;for(let t=0;t<n;t+=1){var r;if(!((r=e.charCodeAt(t))>=65&&r<=90||r>=97&&r<=122||r>=48&&r<=57||43===r||47===r))return null}for(let t=n;t<e.length;t+=1)if("="!==e[t])return null;return e.length/4*3-t}(e.data);return null!==t&&t<=0xa00000}let t4=new Map;function t8(e){return{value:e.value,images:e.images.map(e=>({...e}))}}function t5(e){return!e.value&&0===e.images.length}function t6(e){let t=t4.get(e);return t?t8(t):null}function t3(e,t){t5(t)?t4.delete(e):t4.set(e,t8(t))}function t7(e){t4.delete(e)}function t9(e,t){return e.trim()?t.trim()?`${e}
|
|
3
|
-
|
|
4
|
-
${t}`:e:t}function ne(e,t,n,r){let i=[...t??[],...r].filter(t2).slice(0,10).map(({data:e,mimeType:t})=>({data:e,mimeType:t}));return{value:t9(e,n),images:i}}function nt(e,t,n){if(e===t)return n?t8(n):t6(t);let r=t6(e),i=n&&!t5(n)?t8(n):r??(n?t8(n):null),o=t6(t);if(t7(e),!i)return o;let l=o?ne(o.value,o.images,i.value,i.images):i;return t3(t,l),t8(l)}function nn(e){let t=/(?:^|\s)@"([^"\n]*)$/.exec(e);if(t)return{start:e.length-(t[1].length+2),query:t[1],quoted:!0};let n=/(?:^|\s)@([^\s"]*)$/.exec(e);return n?{start:e.length-(n[1].length+1),query:n[1],quoted:!1}:null}function nr(e){let t=0;for(let n=0;n<e.length;n++)"/"===e[n]&&t++;return t}function ni(e,t){if(!e)return!0;let n=0;for(let r=0;r<t.length&&n<e.length;r++)t[r]===e[n]&&n++;return n===e.length}function no(e,t){let n=t?`${e}/`:e;return n.includes(" ")?`@"${n}" `:`@${n} `}let nl="pi-web.drafts.v1";function na(){return"u">typeof localStorage?localStorage:null}function ns(e){return"object"==typeof e&&null!==e&&"string"==typeof e.id&&"string"==typeof e.content&&"number"==typeof e.updatedAt}function nd(){let e=na();if(!e)return[];try{let t=e.getItem(nl);if(!t)return[];let n=JSON.parse(t);if(!Array.isArray(n))return[];return n.filter(ns).sort((e,t)=>t.updatedAt-e.updatedAt)}catch{return[]}}function nc(e){let t=na();if(t)try{t.setItem(nl,JSON.stringify(e))}catch{}}function nu(e,t=Date.now()){let n={id:"u">typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2,10)}`,content:e,updatedAt:t};return nc([n,...nd()]),n}function np(e,t,n=Date.now()){let r=nd(),i=r.findIndex(t=>t.id===e);if(i<0)return null;let o={...r[i],content:t,updatedAt:n};return r.splice(i,1),r.unshift(o),nc(r),o}function nh(e){nc(nd().filter(t=>t.id!==e))}function ng(e){return e<10?`0${e}`:String(e)}var nx=n(59767),nf=n.n(nx);function nm(e,t){let n=Object.getOwnPropertyDescriptor(HTMLTextAreaElement.prototype,"value")?.set;n&&n.call(e,t),e.dispatchEvent(new Event("input",{bubbles:!0}))}function nv(e,t){return null!==e&&t.some(t=>t.id===e)}function nb({items:e,expanded:t,activeItem:n,onToggle:i,onPick:o,onDelete:l,onCancelActive:a,panelRef:s}){return 0===e.length?null:(0,r.jsxs)("div",{ref:s,className:nf().panel,role:"region","aria-label":"TODO 暂存区",children:[(0,r.jsxs)("button",{type:"button",className:`${nf().toggle}${t?` ${nf().toggleOpen}`:""}`,onClick:i,"aria-expanded":t,"aria-label":t?"收起 TODO 列表":"展开 TODO 列表",children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{display:"block",flexShrink:0},children:[(0,r.jsx)("rect",{x:"2",y:"2",width:"12",height:"12",rx:"3"}),(0,r.jsx)("path",{d:"M5.5 8.2l1.8 1.8 3.4-3.6"})]}),(0,r.jsxs)("span",{className:nf().toggleLabel,children:["TODO ",e.length]}),(0,r.jsx)("span",{className:nf().toggleArrow,"aria-hidden":"true",children:t?"▴":"▾"})]}),t&&(0,r.jsxs)("div",{className:nf().expandArea,children:[n&&(0,r.jsxs)("div",{className:nf().activeBar,children:[(0,r.jsx)("span",{className:nf().activeDot}),(0,r.jsx)("span",{className:nf().activeLabel,children:"正在编辑 TODO"}),(0,r.jsx)("button",{type:"button",className:nf().cancelBtn,onClick:a,title:"取消关联(内容保留在输入框)","aria-label":"取消 TODO 关联",children:"✕"})]}),(0,r.jsx)("div",{className:nf().list,children:e.map(e=>(0,r.jsxs)("div",{className:nf().row,children:[(0,r.jsx)("span",{className:nf().content,title:e.content,children:e.content}),(0,r.jsx)("span",{className:nf().time,children:function(e,t=Date.now()){let n=t-e;if(n<6e4)return"刚刚";if(n<36e5)return`${Math.floor(n/6e4)}分钟前`;let r=new Date(e),i=new Date(t),o=new Date(i.getFullYear(),i.getMonth(),i.getDate()).getTime();return e>=o?`${ng(r.getHours())}:${ng(r.getMinutes())}`:e>=o-864e5?"昨天":r.getFullYear()===i.getFullYear()?`${r.getMonth()+1}月${r.getDate()}日`:`${r.getFullYear()}年${r.getMonth()+1}月${r.getDate()}日`}(e.updatedAt)}),(0,r.jsxs)("span",{className:nf().rowActions,children:[(0,r.jsx)("button",{type:"button",className:nf().btn,onClick:()=>o(e.id),title:"回填到输入框","aria-label":"回填到输入框",children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9 5 H1"}),(0,r.jsx)("polyline",{points:"4 1.5 1 5 4 8.5"})]})}),(0,r.jsx)("button",{type:"button",className:`${nf().btn} ${nf().btnDanger}`,onClick:()=>l(e.id),title:"删除 TODO","aria-label":"删除 TODO",children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),(0,r.jsx)("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),(0,r.jsx)("line",{x1:"14",y1:"11",x2:"14",y2:"17"})]})})]})]},e.id))})]})]})}function ny(){let[e,t]=(0,i.useState)([]),[n,o]=(0,i.useState)(null),[l,a]=(0,i.useState)(!1),s=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!l)return;let e=e=>{s.current&&!s.current.contains(e.target)&&a(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[l]);let d=(0,i.useRef)(e),c=(0,i.useRef)(n);(0,i.useEffect)(()=>{d.current=e},[e]),(0,i.useEffect)(()=>{c.current=n},[n]),(0,i.useEffect)(()=>{t(nd())},[]);let u=(0,i.useCallback)(()=>t(nd()),[]);(0,i.useEffect)(()=>{let e=e=>{let t=e.target;t instanceof HTMLTextAreaElement&&!t.value.trim()&&c.current&&o(null)};return document.addEventListener("input",e,!0),()=>document.removeEventListener("input",e,!0)},[]),(0,i.useEffect)(()=>{let e=e=>{if(e.isComposing||!(e.ctrlKey||e.metaKey)||e.altKey||e.shiftKey)return;let t=document.activeElement instanceof HTMLTextAreaElement?document.activeElement:null;if(t){if("s"===e.key.toLowerCase()){if(e.preventDefault(),!t.value.trim())return;let n=c.current;nv(n,d.current)?np(n,t.value):nu(t.value),o(null),u(),nm(t,"");return}if("Delete"===e.key){e.preventDefault();let n=c.current;nv(n,d.current)&&(nh(n),o(null),u()),nm(t,"");return}"Enter"===e.key&&!e.shiftKey&&c.current&&setTimeout(()=>{t.value.trim()||o(null)},0)}};return window.addEventListener("keydown",e,!0),()=>window.removeEventListener("keydown",e,!0)},[u]);let p=(0,i.useCallback)(e=>{let t=d.current.find(t=>t.id===e);if(!t)return;let n=document.activeElement instanceof HTMLTextAreaElement?document.activeElement:document.querySelector("textarea");if(n){if(n.value.trim()){let e=c.current;nv(e,d.current)?np(e,n.value):nu(n.value)}o(e),u(),nm(n,t.content),n.focus()}},[u]),h=(0,i.useCallback)(e=>{nh(e),c.current===e&&o(null),u()},[u]);if(0===e.length)return null;let g=null!==n?e.find(e=>e.id===n)??null:null;return(0,r.jsx)(nb,{items:e,expanded:l,activeItem:g,onToggle:()=>a(e=>!e),onPick:p,onDelete:h,onCancelActive:()=>o(null),panelRef:s})}var nk=n(31590);let nw={error:"#ef4444",warning:"#d97706",success:"#10b981",info:"var(--accent)"};function nj({quota:e}){if("balance"===e.kind)return(0,r.jsx)("span",{style:{whiteSpace:"nowrap",flexShrink:0},children:e.text});if(0===e.items.length)return null;let t=e.items.map(e=>e.detail??`${e.label} ${Math.round(100*e.pct)}%`).join("\n");return(0,r.jsx)("span",{title:t,style:{display:"inline-flex",alignItems:"center",gap:8,flexShrink:0},children:e.items.map(e=>{var t;return(0,r.jsxs)("span",{style:{whiteSpace:"nowrap",display:"inline-flex",alignItems:"center",gap:3},children:[(0,r.jsx)("span",{"aria-hidden":!0,style:{flexShrink:0,width:5,height:5,borderRadius:"50%",background:(t=e.pct)>.8?nw.error:t>.5?nw.warning:nw.success}}),e.label," ",e.text]},e.label)})})}function nS({state:e,isDark:t}){return(0,r.jsx)(tR.KV,{state:e,size:20,theme:t?"dark":"light",style:t?void 0:{filter:"brightness(0.57) contrast(1.15)"}})}function nC({notice:e,onDismissError:t,isDark:n,silent:i,style:o}){if(i||!e)return null;if("idle"===e.level)return e.quota?(0,r.jsx)("span",{style:{color:"var(--text-muted)",...o},children:(0,r.jsx)(nj,{quota:e.quota})}):null;let l="error"===e.level;return(0,r.jsxs)("span",{role:"status","aria-live":"polite",style:{display:"inline-flex",alignItems:"center",gap:6,minWidth:0,overflow:"hidden",color:"var(--text)",fontSize:12,fontFamily:"var(--font-mono)",...o},children:[l?(0,r.jsx)(nS,{state:"breathing",isDark:n}):(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,width:5,height:5,borderRadius:"50%",background:nw[e.kind]??nw.info}}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.text}),l&&(0,r.jsx)("button",{onClick:t,title:"关闭","aria-label":"关闭错误提示",style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:18,height:18,padding:0,background:"none",border:"none",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:11,lineHeight:1},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:"✕"})]})}function nT({phase:e,modelSlot:t,right:n,quota:i,isDark:o}){let l=null;return e?l=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(nS,{state:e.orb,isDark:o}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:12,fontFamily:"var(--font-mono)",lineHeight:"20px",color:"var(--text-muted)"},children:e.text})]}):t&&(l=t),(0,r.jsxs)("div",{role:"status","aria-live":"polite",style:{display:"flex",alignItems:"center",gap:8,height:26,minHeight:26,padding:"0 6px",minWidth:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,flex:1,minWidth:0,height:20},children:[l,i&&!e&&(0,r.jsx)("span",{style:{flexShrink:0,minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontSize:12,fontFamily:"var(--font-mono)",lineHeight:"20px",color:"var(--text-dim)"},children:(0,r.jsx)(nj,{quota:i})})]}),null!=n&&(0,r.jsx)("div",{style:{display:"flex",alignItems:"center",gap:6,flexShrink:0,minHeight:20},children:n})]})}let nM=["off","read-only","default","full"],nR={off:"none","read-only":"read-only",default:"default",full:"full"},nL=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"});function nI(e,t){return nL.compare(e.name||e.modelId,t.name||t.modelId)||nL.compare(e.provider,t.provider)||nL.compare(e.modelId,t.modelId)}let nz=["auto","off","minimal","low","medium","high","xhigh","max"],nE={auto:"chat.thinkingUseDefault",off:"chat.thinkingOff",minimal:"chat.thinkingMinimal",low:"chat.thinkingLow",medium:"chat.thinkingMedium",high:"chat.thinkingHigh",xhigh:"chat.thinkingXhigh",max:"chat.thinkingMax"};function nW(e){return e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${Math.round(e/1e3)}k`:e.toLocaleString()}let n$=[{name:"compact",description:"chat.commandCompact",source:"builtin"},{name:"reload",description:"chat.commandReload",source:"builtin"},{name:"name",description:"chat.commandName",source:"builtin"},{name:"session",description:"chat.commandSession",source:"builtin",availableWhileStreaming:!0},{name:"copy",description:"chat.commandCopy",source:"builtin",availableWhileStreaming:!0}];function nP(e){let t=e.trim().match(/^\/([^\s]+)(?:\s|$)/);if(t)return n$.find(e=>e.name===t[1])}function nD(e){return nP(e)?.availableWhileStreaming===!0}let nF=["builtin","extension","prompt","skill"],nA={builtin:"chat.builtIn",extension:"chat.extensions",prompt:"chat.prompts",skill:"chat.skills"},nB={builtin:0,extension:1,prompt:2,skill:3};function nN(e,t,n){let r=e.name.toLowerCase(),i=nH(e,n).toLowerCase();return r===t?0:r.startsWith(t)?1:r.includes(t)?2:i.includes(t)?3:4}function nH(e,t){return"builtin"===e.source?t(e.description):e.description??""}function nO(e,t){return"skill"===e.source&&!!e.name.startsWith("skill:")&&!0===t[e.name.slice(6)]}async function nU(e){let t=await createImageBitmap(e).catch(()=>null);if(!t)return{data:btoa(String.fromCharCode(...new Uint8Array(await e.arrayBuffer()))),mimeType:e.type};let n=Math.max(t.width,t.height),r=n>1024?1024/n:1,i=Math.max(1,Math.round(t.width*r)),o=Math.max(1,Math.round(t.height*r)),l=document.createElement("canvas");l.width=i,l.height=o;let a=l.getContext("2d");return a?(a.drawImage(t,0,0,i,o),t.close(),{data:l.toDataURL("image/jpeg",.85).split(",")[1]??"",mimeType:"image/jpeg"}):(t.close(),{data:btoa(String.fromCharCode(...new Uint8Array(await e.arrayBuffer()))),mimeType:e.type})}function n_(e){return{data:e.data,mimeType:e.mimeType}}function nV(e){return{...e,previewUrl:`data:${e.mimeType};base64,${e.data}`}}function nq(e){return(e??[]).filter(t2).slice(0,10).map(nV)}function nK(e){e.previewUrl.startsWith("blob:")&&URL.revokeObjectURL(e.previewUrl)}function nJ({kind:e,text:t}){return(0,r.jsxs)("div",{title:t,style:{display:"flex",alignItems:"center",gap:6,padding:"1px 8px",fontSize:12,color:"var(--text-muted)",minWidth:0},children:[(0,r.jsx)("span",{style:{flexShrink:0,fontSize:10,fontFamily:"var(--font-mono)",padding:"0 5px",borderRadius:999,border:`1px solid ${"steer"===e?"color-mix(in srgb, var(--accent) 45%, transparent)":"var(--border)"}`,color:"steer"===e?"var(--accent)":"var(--text-dim)"},children:e}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:t})]})}function nY({tone:e,title:t,body:n}){let[o,l]=(0,i.useState)(!1);if((0,i.useEffect)(()=>{l(!1)},[t,n]),o)return null;let a="error"===e?"#ef4444":"#f59e0b";return(0,r.jsxs)("div",{role:"alert",style:{position:"relative",marginBottom:8,padding:"8px 30px 8px 12px",borderRadius:10,border:`1px solid color-mix(in srgb, ${a} 45%, transparent)`,background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",fontSize:12,lineHeight:1.5,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",animation:"notice-shelf-in 0.18s ease-out both"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",gap:8},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:6,height:6,borderRadius:"50%",marginTop:6,background:a}}),(0,r.jsxs)("div",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("div",{style:{fontWeight:600},children:t}),(0,r.jsx)("div",{style:{whiteSpace:"pre-wrap",wordBreak:"break-word",overflowWrap:"anywhere"},children:n})]})]}),(0,r.jsx)("button",{type:"button","aria-label":"Dismiss",onClick:()=>l(!0),style:{position:"absolute",top:6,right:6,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",borderRadius:5},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)"},children:(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",children:(0,r.jsx)("path",{d:"M1 1l8 8M9 1l-8 8"})})})]})}function nX({error:e}){return e?(0,r.jsx)(nY,{tone:"error",title:"Model error",body:e}):null}function nZ({warnings:e}){return e&&0!==e.length?(0,r.jsx)(nY,{tone:"warning",title:e.length>1?"Model scope warnings":"Model scope warning",body:e.join("\n")}):null}let nG=(0,i.forwardRef)(function({onSend:e,onAbort:t,onSteer:n,onFollowUp:o,isStreaming:l,model:a,isAutoModelSelection:s,modelNames:d,modelList:c,modelError:u,modelScopeWarnings:p,onModelChange:h,modelSwitching:g,modelsLoading:x,onCompact:f,onAbortCompaction:v,isCompacting:b,compactError:y,toolPreset:k,onToolPresetChange:S,commandBusy:C=!1,thinkingLevel:T,onThinkingLevelChange:M,availableThinkingLevels:R,thinkingLevelMap:L,queuedMessages:z,inputHistory:E=[],onRecallQueue:$,phase:P=null,quota:D=null,slashCommands:F,slashCommandsLoading:A,onLoadSlashCommands:B,onBuiltinCommand:N,soundEnabled:H,onSoundToggle:O,onAudioUnlock:U,onPromptWithStreamingBehavior:_,draftKey:V,cwd:q,atBottom:K=!0,onScrollToBottom:J},Y){let X,Z,G,Q,ee,et,en,er,ei,eo,el,{t:ea}=(0,m.s)(),es=(0,nk.a)(),{isDark:ed}=tf(),[ec,eu]=(0,i.useState)(!1),[ep,eh]=(0,i.useState)(()=>V?t6(V)?.value??"":""),[eg,ex]=(0,i.useState)(!1);(0,i.useEffect)(()=>{ex(!1)},[y]);let[ef,em]=(0,i.useState)(!1),[ev,eb]=(0,i.useState)(null),[ey,ek]=(0,i.useState)(""),[ew,ej]=(0,i.useState)(!1),[eS,eC]=(0,i.useState)(!1),[eT,eM]=(0,i.useState)(!1),[eR,eL]=(0,i.useState)(()=>V?nq(t6(V)?.images):[]),[eI,ez]=(0,i.useState)(!1),eE=ep.trimStart(),eW=0===eR.length&&eE.startsWith("!"),e$=eW&&eE.startsWith("!!"),[eP,eD]=(0,i.useState)(!1),[eF,eA]=(0,i.useState)(0),[eB,eN]=(0,i.useState)(null),[eH,eO]=(0,i.useState)(null),[eU,e_]=(0,i.useState)(!1),[eV,eq]=(0,i.useState)(0),[eK,eJ]=(0,i.useState)(!1),[eY,eX]=(0,i.useState)(0),[eZ,eG]=(0,i.useState)(null),[eQ,e0]=(0,i.useState)(!1),[e1,e2]=(0,i.useState)(null),[e4,e8]=(0,i.useState)(null),e5=q&&e4?.cwd===q?e4.values:{},e6=(0,i.useRef)(null),e3=(0,i.useRef)(null),e7=(0,i.useRef)(null),e9=(0,i.useRef)(null),te=(0,i.useRef)(null),tt=(0,i.useRef)(null),tn=(0,i.useRef)(null),tr=(0,i.useRef)(null),ti=(0,i.useRef)(null),to=(0,i.useRef)(!1),tl=(0,i.useRef)(0),ta=(0,i.useRef)(!1),ts=(0,i.useRef)(null),td=(0,i.useRef)([]),tc=(0,i.useRef)([]),tu=(0,i.useRef)([]),tp=(0,i.useRef)(null),th=(0,i.useRef)(null),tg=(0,i.useRef)(V),tx=(0,i.useRef)(ep),tm=(0,i.useRef)(eR),tv=(0,i.useRef)(0);tx.current=ep,tm.current=eR,(0,i.useImperativeHandle)(Y,()=>({insertIfEmpty(e){let t=e6.current;(t?t.value:ep).trim()||(tx.current=e,eh(e),eO(null),requestAnimationFrame(()=>{t&&(t.focus(),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`)}))},replaceMessage(e){var t,n;let r=e6.current,i=r?r.value:ep,o="string"==typeof e.content?e.content:e.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n"),l=nq("string"==typeof e.content?[]:e.content.flatMap(e=>{if("image"!==e.type)return[];let t=e.source?.type==="base64"?e.source.data:e.data,n=e.source?.type==="base64"?e.source.media_type:e.mimeType;if("string"!=typeof t||"string"!=typeof n)return[];let r={data:t,mimeType:n};return t2(r)?[r]:[]}));if(t=tm.current.length,n=tv.current,i.trim()||0!==t||0!==n){let e=[o,i].filter(e=>e.trim()).join("\n\n");tx.current=e,eh(e),eO(null),eJ(!1),l.length>0&&eL(e=>{let t=Math.max(0,10-l.length),n=e.slice(0,t);e.slice(t).forEach(nK);let r=[...l,...n];return tm.current=r,r})}else tx.current=o,tm.current=l,eh(o),eO(null),eJ(!1),eL(e=>(e.forEach(nK),l));requestAnimationFrame(()=>{r&&(r.focus(),r.style.height="auto",r.style.height=`${Math.min(r.scrollHeight,200)}px`)})},prependText(e){if(!e.trim())return;let t=e6.current,n=[e,t?t.value:ep].filter(e=>e.trim()).join("\n\n");tx.current=n,eh(n),eO(null),requestAnimationFrame(()=>{t&&(t.focus(),t.setSelectionRange(n.length,n.length),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`)})},rekeyDraft(e,t){if(e===t)return;if(tg.current!==e)return void nt(e,t);let n={value:tx.current,images:tm.current.map(n_)},r=nt(e,t,n)??{value:"",images:[]},i=r.value===n.value&&r.images.length===n.images.length&&r.images.every((e,t)=>e.data===n.images[t]?.data&&e.mimeType===n.images[t]?.mimeType);if(tg.current=t,i)return;let o=nq(r.images);tx.current=r.value,tm.current=o,eh(r.value),eL(e=>(e.forEach(nK),o)),eO(null),eJ(!1)},restoreSubmission(e,t,n){if(!e.trim()&&!t?.length)return;let r=tg.current,i=n??r,o=i===r,l=!o&&i?t6(i):null,a=ne(e,t,o?tx.current:l?.value??"",o?tm.current.map(n_):l?.images??[]);if(i&&t3(i,a),!o)return;let s=t?.length?[...nq(t).slice(0,Math.max(0,10-tm.current.length)),...tm.current].slice(0,10):tm.current;tx.current=a.value,tm.current=s,eh(t=>{let n=t9(e,t);return tx.current=n,n}),eO(null),eJ(!1),t?.length&&eL(e=>{let n=Math.max(0,10-e.length),r=nq(t).slice(0,n),i=r.length>0?[...r,...e]:e;return tm.current=i,i}),requestAnimationFrame(()=>{let e=e6.current;e&&(e.focus(),e.setSelectionRange(e.value.length,e.value.length),e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)})},insertText(e){let t=e6.current;if(!t)return void eh(t=>t+(t?" ":"")+e);let n=t.selectionStart??t.value.length,r=t.selectionEnd??t.value.length,i=t.value.slice(0,n),o=t.value.slice(r),l=i.length>0&&!i.endsWith(" ")?" ":"",a=i+l+e+o;tx.current=a,eh(a),eO(null),requestAnimationFrame(()=>{if(!t)return;let r=n+l.length+e.length;t.setSelectionRange(r,r),t.focus(),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`})},addImages(e){tb(e)}}));let tb=(0,i.useCallback)(async e=>{let t=Math.max(0,10-tm.current.length-tv.current),n=e.filter(e=>e.type.startsWith("image/")&&e.size<=0xa00000).slice(0,t);if(n.length){tv.current+=n.length;try{let e=await Promise.all(n.map(async e=>{let t=await nU(e);return{data:t.data,mimeType:t.mimeType,previewUrl:URL.createObjectURL(e)}}));eL(t=>{let n=e.slice(0,Math.max(0,10-t.length));e.slice(n.length).forEach(nK);let r=[...t,...n];return tm.current=r,r})}finally{tv.current-=n.length}}},[]),ty=(0,i.useCallback)(e=>{eL(t=>{let n=[...t],[r]=n.splice(e,1);return r&&nK(r),tm.current=n,n})},[]),tk=(0,i.useCallback)(()=>{tm.current=[],eL(e=>(e.forEach(nK),[]))},[]),tw=(0,i.useCallback)(()=>{tx.current="",eh(""),eO(null),eJ(!1),V&&t7(V),tg.current&&tg.current!==V&&t7(tg.current),tk(),e6.current&&(e6.current.style.height="auto")},[tk,V]);(0,i.useEffect)(()=>{V&&tg.current===V&&t3(V,{value:ep,images:eR.map(n_)})},[eR,V,ep]),(0,i.useEffect)(()=>{let e=tg.current;if(e===V)return;e&&t3(e,{value:tx.current,images:tm.current.map(n_)});let t=V?t6(V):null;tg.current=V;let n=t?.value??"",r=nq(t?.images);tx.current=n,tm.current=r,eh(n),eO(null),eJ(!1),eL(e=>(e.forEach(nK),r))},[V]),(0,i.useEffect)(()=>{let e=e6.current;e&&(e.style.height="auto",ep&&(e.style.height=`${Math.min(e.scrollHeight,200)}px`))},[ep]),(0,i.useEffect)(()=>()=>{tm.current.forEach(nK)},[]);let tj=(0,i.useCallback)(async e=>{if(eR.length||!e.startsWith("/")||!N||!nP(e))return!1;tw();let t=await N(e);return t.handled&&t.error&&""===tx.current.trim()&&(tx.current=e,eh(e)),t.handled},[eR.length,tw,N]),tS=(0,i.useCallback)(async()=>{let t=ep.trim();!t&&!eR.length||C||(U?.(),(!l||nD(t))&&await tj(t)||l||(tw(),e(t,eR.length?eR:void 0)))},[ep,eR,l,C,tj,e,tw,U]),tC=ep.startsWith("/")&&!/\s/.test(ep.slice(1))?ep.slice(1).toLowerCase():null,tT=null===tC?[]:[...l?n$.filter(e=>e.availableWhileStreaming):n$,...F??[]].filter(e=>{let t=e.name.toLowerCase(),n=nH(e,ea).toLowerCase();return t.includes(tC)||n.includes(tC)}).sort((e,t)=>{let n=nN(e,tC,ea)-nN(t,tC,ea);return 0!==n?n:nB[e.source]-nB[t.source]||nL.compare(e.name,t.name)}),{commands:tM,groups:tR}=(X=0,{commands:(Z=nF.map(e=>{let t=tT.filter(t=>t.source===e),n="skill"===e?[...t.filter(e=>!nO(e,e5)),...t.filter(e=>nO(e,e5))]:t;return{source:e,items:n.map(e=>({command:e,index:X++}))}}).filter(e=>e.items.length>0)).flatMap(e=>e.items.map(({command:e})=>e)),groups:Z}),tL=1===tT.length?ea(tC?"chat.match":"chat.command"):ea(tC?"chat.matches":"chat.commands",{count:tT.length}),tI=!!ep.trim(),tz=(0,i.useCallback)((e,t)=>{if(!q)return void eO(null);let n=t??e.length;eO(nn(e.slice(0,n)))},[q]),tE=eH?.query??null,tW=i.useMemo(()=>null!==tE&&eZ&&eZ.cwd===q?function(e,t,n=20){let r=t.toLowerCase();if(!r)return e.slice(0,n);let i=[];for(let t of e){let e=function(e,t){let n=e.path.toLowerCase(),r=0;if(t.includes("/"))n===t?r=100:n.startsWith(t)?r=80:n.includes(t)?r=50:ni(t,n)&&(r=10);else{let e=n.lastIndexOf("/"),i=-1===e?n:n.slice(e+1);i===t?r=100:i.startsWith(t)?r=80:i.includes(t)?r=50:n.includes(t)?r=30:ni(t,n)&&(r=10)}return e.isDir&&r>0&&(r+=10),r}(t,r);e>0&&i.push({entry:t,score:e})}return i.sort((e,t)=>t.score-e.score||nr(e.entry.path)-nr(t.entry.path)||e.entry.path.localeCompare(t.entry.path)),i.slice(0,n).map(e=>e.entry)}(eZ.entries,tE):[],[tE,eZ,q]),t$=!!(tE&&eZ?.truncated&&eZ.cwd===q);(0,i.useEffect)(()=>{if(!t$||!q||!tE)return;let e=setTimeout(()=>{fetch(`/api/file-index?cwd=${encodeURIComponent(q)}&q=${encodeURIComponent(tE)}`).then(e=>{if(!e.ok)throw Error(`file search failed: ${e.status}`);return e.json()}).then(e=>e2({cwd:q,query:tE,matches:e.matches??[]})).catch(()=>{})},150);return()=>clearTimeout(e)},[t$,tE,q]);let tP=t$&&null!==e1&&e1.cwd===q&&e1.query===tE,tD=tP?e1.matches:tW,tF=null===eH?null:`${eH.start}:${+!!eH.quoted}:${eH.query}`;(0,i.useEffect)(()=>{if(null===tF){e_(!1),eq(0);return}e_(!0),eq(0)},[tF]);let tA=null!==eH;(0,i.useEffect)(()=>{if(!tA||!q)return;let e=tp.current;e&&e.cwd===q&&Date.now()-e.fetchedAt<1e4||th.current===q||(th.current=q,e0(!0),fetch(`/api/file-index?cwd=${encodeURIComponent(q)}`).then(e=>{if(!e.ok)throw Error(`file index failed: ${e.status}`);return e.json()}).then(e=>{eG({cwd:q,entries:function(e){let t=new Set;for(let n of e){let e=n.indexOf("/");for(;-1!==e;)t.add(n.slice(0,e)),e=n.indexOf("/",e+1)}let n=[];for(let e of t)n.push({path:e,isDir:!0});for(let t of e)t&&n.push({path:t,isDir:!1});return n.sort((e,t)=>nr(e.path)-nr(t.path)||e.path.localeCompare(t.path)),n}(e.files??[]),truncated:!!e.truncated}),tp.current={cwd:q,fetchedAt:Date.now()}}).catch(()=>{tp.current=null}).finally(()=>{th.current=null,e0(!1)}))},[tA,q]);let tB=(0,i.useCallback)(e=>{if(!eH)return;let t=e6.current,n=t?.selectionStart??ep.length,r=ep.slice(0,eH.start),i=ep.slice(n);eH.quoted&&i.startsWith('"')&&(i=i.slice(1));let o=function(e,t,n=!1){let r=t?`${e}/`:e,i=n||r.includes(" ");if(t){let e=i?`@"${r}"`:`@${r}`;return{text:e,cursorOffset:i?e.length-1:e.length}}let o=i?`@"${r}" `:`@${r} `;return{text:o,cursorOffset:o.length}}(e.path,e.isDir,eH.quoted),l=r+o.text+i,a=r.length+o.cursorOffset;eh(l),eO(nn(l.slice(0,a))),requestAnimationFrame(()=>{let e=e6.current;e&&(e.focus(),e.setSelectionRange(a,a),e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)})},[eH,ep]);(0,i.useEffect)(()=>{eV>=tD.length&&eq(Math.max(0,tD.length-1))},[tD.length,eV]),(0,i.useEffect)(()=>{tc.current.length=tD.length},[tD.length]),(0,i.useEffect)(()=>{eU&&tc.current[eV]?.scrollIntoView({block:"nearest",inline:"nearest"})},[eV,eU]),(0,i.useEffect)(()=>{eY>=E.length&&eX(Math.max(0,E.length-1))},[E.length,eY]),(0,i.useEffect)(()=>{tu.current.length=E.length},[E.length]),(0,i.useEffect)(()=>{eK&&tu.current[eY]?.scrollIntoView({block:"nearest",inline:"nearest"})},[eY,eK]);let tN=(0,i.useCallback)(e=>{eh(e),eJ(!1),eX(0),eO(null),requestAnimationFrame(()=>{let t=e6.current;t&&(t.focus(),t.setSelectionRange(e.length,e.length),t.style.height="auto",t.style.height=`${Math.min(t.scrollHeight,200)}px`)})},[]),tH=(0,i.useCallback)(e=>{let t=`/${e.name} `;eh(t),eD(!1),eA(0),requestAnimationFrame(()=>{let e=e6.current;e&&(e.focus(),e.setSelectionRange(t.length,t.length),e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)})},[]),tO=(0,i.useCallback)(e=>{let t=ep.trim();if(t||eR.length){if(U?.(),!eR.length&&N&&nD(t))return void tj(t);if(t.startsWith("/")&&_){tw(),_(t,"steer"===e?"steer":"followUp",eR.length?eR:void 0);return}tw(),"steer"===e&&n?n(t,eR.length?eR:void 0):"followup"===e&&o&&o(t,eR.length?eR:void 0)}},[ep,eR,N,_,n,o,tw,U,tj]),tU=(0,i.useCallback)(e=>{let t=tM.length-1;if(t<0)return 0;if("left"===e)return Math.max(0,eF-1);if("right"===e)return Math.min(t,eF+1);let n=td.current[eF];if(!n)return"down"===e?Math.min(t,eF+1):Math.max(0,eF-1);let r=n.getBoundingClientRect(),i=r.left+r.width/2,o=r.top+r.height/2,l=-1,a=1/0;for(let n=0;n<=t;n+=1){if(n===eF)continue;let t=td.current[n];if(!t)continue;let r=t.getBoundingClientRect(),s=r.top+r.height/2-o;if("down"===e?s<=4:s>=-4)continue;let d=1e3*Math.abs(s)+Math.abs(r.left+r.width/2-i);d<a&&(l=n,a=d)}return l>=0?l:"down"===e?Math.min(t,eF+1):Math.max(0,eF-1)},[tM.length,eF]),t_=(0,i.useCallback)(e=>{let r=e.nativeEvent,i="Enter"===e.key&&!e.shiftKey&&(!es||e.ctrlKey||e.metaKey),a=Date.now()-tl.current<100,s=to.current||r.isComposing||229===r.keyCode;if(i&&(s||a)){a&&e.preventDefault();return}if(eK&&!s){if("ArrowDown"===e.key){e.preventDefault(),eX(e=>Math.min(Math.max(0,E.length-1),e+1));return}if("ArrowUp"===e.key){e.preventDefault(),eX(e=>Math.max(0,e-1));return}if("Escape"===e.key){e.preventDefault(),eJ(!1);return}if(("Tab"===e.key||i)&&E[eY]){e.preventDefault(),tN(E[eY]);return}}if(eP&&null!==tC){if("ArrowDown"===e.key){e.preventDefault(),eA(tU("down"));return}if("ArrowUp"===e.key){e.preventDefault(),eA(tU("up"));return}if("ArrowRight"===e.key){e.preventDefault(),eA(tU("right"));return}if("ArrowLeft"===e.key){e.preventDefault(),eA(tU("left"));return}if("Escape"===e.key){e.preventDefault(),eD(!1);return}let t=tM[eF];if("Tab"===e.key&&t){e.preventDefault(),tH(t);return}if(i&&t){var d;(e.preventDefault(),l&&("builtin"!==t.source||!0!==t.availableWhileStreaming)||(d=t.name,ep.trim()!==`/${d}`))?tH(t):(eD(!1),tS());return}}if(eU&&null!==eH&&!s){if("ArrowDown"===e.key){e.preventDefault(),eq(e=>Math.min(Math.max(0,tD.length-1),e+1));return}if("ArrowUp"===e.key){e.preventDefault(),eq(e=>Math.max(0,e-1));return}if("Escape"===e.key){e.preventDefault(),e_(!1);return}if(("Tab"===e.key||i)&&tD[eV]){e.preventDefault(),tB(tD[eV]);return}}if("ArrowUp"===e.key&&!s&&!l&&E.length>0&&0===ep.trim().length){e.preventDefault(),eD(!1),e_(!1),eX(E.length-1),eJ(!0);return}if("Escape"===e.key&&!s&&l&&t){e.preventDefault(),t();return}i&&(e.preventDefault(),l&&(n||o)?tO(n?"steer":"followup"):tS())},[es,l,n,o,t,eP,tC,tM,eF,tH,tO,tS,tU,eU,eH,tD,eV,tB,eK,E,eY,tN,ep]),tV=(0,i.useCallback)(()=>{let e=e6.current;e&&(e.style.height="auto",e.style.height=`${Math.min(e.scrollHeight,200)}px`)},[]),tq=(0,i.useCallback)(e=>{let t=Array.from(e.clipboardData?.items??[]).filter(e=>e.type.startsWith("image/"));if(t.length>0){e.preventDefault(),tb(t.map(e=>e.getAsFile()).filter(e=>null!==e));return}let n=w(e.clipboardData,{fallbackToFileName:!0});if(n.length>0){e.preventDefault();let t=j(n),r=e6.current,i=r?.selectionStart??ep.length,o=r?.selectionEnd??ep.length;eh(ep.slice(0,i)+t+ep.slice(o)),requestAnimationFrame(()=>{if(r){let e=i+t.length;r.selectionStart=e,r.selectionEnd=e,tV()}})}},[tb,ep,tV]);(0,i.useEffect)(()=>{if(null===tC){eD(!1),eA(0),ta.current=!1;return}eD(!0),eA(0),!ta.current&&B&&(ta.current=!0,Promise.resolve(B()).catch(()=>{ta.current=!1}))},[tC,B]),(0,i.useEffect)(()=>{if(!eP||!q)return;let e=!1;return e8({cwd:q,values:{}}),fetch(`/api/skills?cwd=${encodeURIComponent(q)}`).then(e=>{if(!e.ok)throw Error(`skills fetch failed: ${e.status}`);return e.json()}).then(t=>{if(e)return;let n={};for(let e of t.skills??[])n[e.name]=e.disableModelInvocation;e8({cwd:q,values:n})}).catch(()=>{e||e8({cwd:q,values:{}})}),()=>{e=!0}},[eP,q]),(0,i.useEffect)(()=>{eF>=tM.length&&eA(Math.max(0,tM.length-1))},[tM.length,eF]),(0,i.useEffect)(()=>{td.current.length=tM.length},[tM.length]),(0,i.useEffect)(()=>{eP&&td.current[eF]?.scrollIntoView({block:"nearest",inline:"nearest"})},[eF,eP]),(0,i.useLayoutEffect)(()=>{if(!eP||null===tC)return void eN(null);let e=ts.current;if(!e)return;let t=null,n=()=>{t=null;let n=function(e,t,n=8){return Math.max(0,Math.floor(e-t-n))}(e.getBoundingClientRect().bottom,function(e){let t=window.visualViewport?.offsetTop??0;for(let n=e.parentElement;n;n=n.parentElement){let e=window.getComputedStyle(n).overflowY;("auto"===e||"scroll"===e||"hidden"===e||"clip"===e)&&(t=Math.max(t,n.getBoundingClientRect().top+n.clientTop))}return t}(e));eN(e=>e===n?e:n)},r=()=>{null!==t&&cancelAnimationFrame(t),t=requestAnimationFrame(n)};n();let i="u">typeof ResizeObserver&&e.parentElement?new ResizeObserver(r):null;e.parentElement&&i?.observe(e.parentElement);let o=window.visualViewport;return o?.addEventListener("resize",r),o?.addEventListener("scroll",r),window.addEventListener("resize",r),window.addEventListener("scroll",r,!0),()=>{i?.disconnect(),o?.removeEventListener("resize",r),o?.removeEventListener("scroll",r),window.removeEventListener("resize",r),window.removeEventListener("scroll",r,!0),null!==t&&cancelAnimationFrame(t)}},[eP,tC]);let tK=c&&c.length>0?c.map(e=>({provider:e.provider,modelId:e.id,name:e.name})).sort(nI):Object.entries(d??{}).map(([e,t])=>({provider:a?.provider??"unknown",modelId:e,name:t})).sort(nI),tJ=(G=ey.trim().toLocaleLowerCase())?tK.filter(e=>`${e.name} ${e.modelId}`.toLocaleLowerCase().includes(G)):tK,tY=tK.length>8,tX=[];for(let e of tJ){let t=tX.find(t=>t.provider===e.provider);t?t.options.push(e):tX.push({provider:e.provider,options:[e]})}let tZ=a?tK.find(e=>e.modelId===a.modelId&&e.provider===a.provider)?.name??a.modelId:null,tG=a?tX.findIndex(e=>e.options.some(e=>e.modelId===a.modelId&&e.provider===a.provider)):-1,tQ=x??!1,t0=tK.length>0||tZ,t1=(z?.steering.length??0)+(z?.followUp.length??0);(0,i.useEffect)(()=>{if(!ef)return;let e=e9.current;if(!e)return;let t=e.querySelector("[aria-current]");t&&t.scrollIntoView({block:"nearest",inline:"nearest"})},[ef]);let t4=(t0||tQ||u)&&h?(0,r.jsxs)("div",{ref:e3,style:{position:"relative",minWidth:0},children:[(0,r.jsx)("button",{onClick:t0&&!g?e=>{let t=e.currentTarget.getBoundingClientRect();eb({top:t.top,left:t.left,width:t.width}),em(e=>(e&&ek(""),!e))}:void 0,disabled:l||g||tQ,"aria-busy":g||void 0,style:{display:"flex",alignItems:"center",gap:6,padding:0,height:20,maxWidth:"100%",minWidth:0,overflow:"hidden",background:"none",border:"none",color:"var(--text-muted)",cursor:l||g?"not-allowed":"pointer",fontSize:12,fontFamily:"var(--font-mono)",lineHeight:"20px",opacity:l?.5:1,transition:"color 0.12s"},onMouseEnter:e=>{l||g||(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},title:g?"Switching model":t0?"Change model":"正在载入模型",children:tQ||g?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round","aria-hidden":"true",style:{flexShrink:0,animation:"spin 0.9s linear infinite"},children:(0,r.jsx)("path",{d:"M21 12a9 9 0 1 1-5.7-8.4"})}),(0,r.jsx)("span",{style:{display:"flex",alignItems:"baseline",minWidth:0,overflow:"hidden",whiteSpace:"nowrap"},children:(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0},children:g?"切换模型中":"正在载入模型……"})})]}):(0,r.jsxs)("span",{style:{display:"flex",alignItems:"baseline",minWidth:0,overflow:"hidden",whiteSpace:"nowrap"},children:[(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",minWidth:0},children:tZ??(tK.length>0?"Select model":"No models")}),a?.provider&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,margin:"0 4px",color:"var(--text-dim)"},children:"\xb7"}),(0,r.jsx)("span",{style:{flexShrink:0,color:"var(--text-dim)",fontSize:11},children:a.provider})]})]})}),ef&&ev&&(Q=window.visualViewport?.height??window.innerHeight,et=Math.max(Math.min(120,ee=Math.max(0,ev.top-8)),Math.min(Math.min(.5*Q,440),ee)),en=es?{left:0,right:0,width:"100%"}:{left:0,width:"max-content",minWidth:ev.width},(0,r.jsxs)("div",{ref:e7,style:{position:"absolute",bottom:"calc(100% + 12px)",...en,zIndex:500,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:"1px solid var(--border)",borderRadius:10,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",maxHeight:et,display:"flex",flexDirection:"column"},children:[tY&&(0,r.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--border)",flexShrink:0},children:(0,r.jsx)("input",{value:ey,onChange:e=>ek(e.target.value),onKeyDown:e=>{"Escape"===e.key&&(ek(""),em(!1))},placeholder:ea("chat.filterModels"),"aria-label":ea("chat.filterModels"),autoFocus:!0,autoComplete:"off",spellCheck:!1,style:{width:"100%",minWidth:220*!es,fontSize:11,fontFamily:"var(--font-mono)",padding:"5px 8px",border:"1px solid var(--border)",borderRadius:5,outline:"none",background:"var(--bg)",color:"var(--text)",boxSizing:"border-box"}})}),(0,r.jsx)("div",{style:{minHeight:0,overflowY:"auto"},children:0===tX.length?(0,r.jsx)("div",{style:{padding:"8px 12px",color:"var(--text-dim)",fontSize:12,whiteSpace:"nowrap"},children:ey.trim()?ea("chat.noMatchingModels"):"No available models"}):tX.map((e,t)=>(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column"},children:[tX.length>1&&(0,r.jsx)("div",{style:{padding:"6px 12px 4px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em",borderTop:t>0?"1px solid var(--border)":"none",flexShrink:0},children:e.provider}),(0,r.jsx)("div",{ref:t===tG?e9:void 0,style:{overflowY:"auto",maxHeight:170,flexShrink:0},children:e.options.map(e=>{let t=e.modelId===a?.modelId&&e.provider===a?.provider;return(0,r.jsxs)("button",{onClick:()=>{em(!1),ek(""),(!t||s)&&h(e.provider,e.modelId)},"aria-current":t?"true":void 0,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:t?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:t?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{t||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),e.name]},`${e.provider}:${e.modelId}`)})})]},e.provider))})]}))]}):null,t8="auto"!==(er=T??"auto")&&L?L[er]??er:er,t5=Object.entries(nR).find(([,e])=>e===(k??"default"))?.[0]??"default";return(0,i.useEffect)(()=>{let e=e=>{e3.current&&!e3.current.contains(e.target)&&e7.current&&!e7.current.contains(e.target)&&(em(!1),ek("")),te.current&&!te.current.contains(e.target)&&ej(!1),tt.current&&!tt.current.contains(e.target)&&eC(!1),tn.current&&!tn.current.contains(e.target)&&eM(!1),!tr.current||tr.current.contains(e.target)||e6.current?.contains(e.target)||eJ(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),(0,i.useEffect)(()=>{es||eM(!1)},[es]),(0,r.jsxs)("div",{style:{flexShrink:0,background:"transparent",padding:"0 16px 8px",paddingRight:es?16:52},children:[(0,r.jsx)("input",{ref:ti,type:"file",accept:"image/*",multiple:!0,style:{display:"none"},onChange:e=>{tb(Array.from(e.target.files??[])),e.target.value=""}}),(0,r.jsxs)("div",{style:{maxWidth:820,margin:"0 auto"},children:[(0,r.jsx)(nX,{error:u}),(0,r.jsx)(nZ,{warnings:p}),y&&!eg&&(0,r.jsxs)("div",{role:"alert",style:{position:"relative",marginBottom:8,padding:"8px 30px 8px 12px",borderRadius:10,border:"1px solid color-mix(in srgb, #ef4444 45%, transparent)",background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",animation:"notice-shelf-in 0.18s ease-out both"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",gap:8},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:6,height:6,borderRadius:"50%",marginTop:5,background:"#ef4444"}}),(0,r.jsx)("div",{style:{minWidth:0,flex:1,whiteSpace:"pre-wrap",wordBreak:"break-word",overflowWrap:"anywhere"},children:y})]}),(0,r.jsx)("button",{type:"button","aria-label":"Dismiss",onClick:()=>ex(!0),style:{position:"absolute",top:6,right:6,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",borderRadius:5},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)"},children:(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",children:(0,r.jsx)("path",{d:"M1 1l8 8M9 1l-8 8"})})})]}),(0,r.jsxs)("div",{style:{position:"relative",borderRadius:es?14:16,background:"var(--frame-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",border:`1px solid ${eW?"color-mix(in srgb, var(--accent) 45%, transparent)":l&&(n||o)?"rgba(234,179,8,0.4)":"color-mix(in srgb, var(--border) 90%, transparent)"}`,padding:"4px 8px 8px",boxShadow:eI?"0 0 14px 1px color-mix(in srgb, var(--border) 50%, transparent), 0 1px 2px rgba(15,23,42,0.05), 0 8px 24px -8px rgba(15,23,42,0.24)":"0 1px 2px rgba(15,23,42,0.05), 0 2px 5px rgba(15,23,42,0.04), 0 8px 24px -12px rgba(15,23,42,0.16)",transition:"border-color 0.15s, box-shadow 0.15s"},children:[(0,r.jsx)(nT,{phase:P,modelSlot:t4,quota:D,isDark:ed,right:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(ny,{}),!K&&J&&(0,r.jsx)("button",{type:"button",onClick:()=>J(),title:ea("chat.scrollToLatest"),"aria-label":ea("chat.scrollToLatest"),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:20,height:20,padding:0,marginLeft:2,background:"none",border:"none",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"7 13 12 18 17 13"}),(0,r.jsx)("polyline",{points:"7 6 12 11 17 6"})]})})]})}),t1>0&&(0,r.jsxs)("div",{style:{margin:"0 4px 2px",borderRadius:"var(--bubble-inner-radius)",background:"var(--bubble-tool-bg)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"3px 8px"},children:[(0,r.jsxs)("button",{onClick:()=>eu(e=>!e),"aria-expanded":ec,onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},style:{display:"flex",alignItems:"center",gap:5,flex:1,minWidth:0,fontSize:11,fontFamily:"var(--font-mono)",color:"var(--text-muted)",background:"none",border:"none",cursor:"pointer",padding:0,textAlign:"left",transition:"color 0.12s"},children:[(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:ea("chat.queued",{count:t1})}),(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,fontSize:9,color:"var(--text-dim)"},children:ec?"▴":"▾"})]}),$&&(0,r.jsxs)("button",{onClick:$,title:ea("chat.recallTitle"),style:{display:"flex",alignItems:"center",gap:5,padding:0,fontSize:12,color:"var(--text)",background:"transparent",border:"none",cursor:"pointer",transition:"color 0.12s",whiteSpace:"nowrap"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"9 14 4 9 9 4"}),(0,r.jsx)("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"})]}),ea("chat.recall")]})]}),ec&&(0,r.jsxs)(r.Fragment,{children:[z?.steering.map((e,t)=>(0,r.jsx)(nJ,{kind:"steer",text:e},`steer-${t}`)),z?.followUp.map((e,t)=>(0,r.jsx)(nJ,{kind:"follow-up",text:e},`followup-${t}`))]})]}),eR.length>0&&(0,r.jsx)("div",{style:{display:"flex",gap:6,flexWrap:"wrap",padding:"4px 4px 0"},children:eR.map((e,t)=>(0,r.jsxs)("div",{style:{position:"relative",flexShrink:0},children:[(0,r.jsx)("img",{src:e.previewUrl,alt:"",style:{width:56,height:56,objectFit:"cover",borderRadius:8,border:"1px solid var(--border)",display:"block"}}),(0,r.jsx)("button",{onClick:()=>ty(t),style:{position:"absolute",top:-4,right:-4,width:16,height:16,borderRadius:"50%",background:"var(--bg-panel)",border:"1px solid var(--border)",display:"flex",alignItems:"center",justifyContent:"center",cursor:"pointer",padding:0,color:"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"8",height:"8",viewBox:"0 0 8 8",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"1",y1:"1",x2:"7",y2:"7"}),(0,r.jsx)("line",{x1:"7",y1:"1",x2:"1",y2:"7"})]})})]},t))}),(0,r.jsxs)("div",{style:{position:"relative",minWidth:0},children:[eK&&E.length>0&&(0,r.jsxs)("div",{ref:tr,style:{position:"absolute",left:0,right:0,bottom:"calc(100% + 8px)",zIndex:120,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -6px 20px rgba(0,0,0,0.12)",overflow:"hidden",maxHeight:"min(44vh, 360px)"},children:[(0,r.jsx)("div",{title:"Input history",style:{height:30,padding:"0 10px",borderBottom:"1px solid var(--border)",display:"flex",alignItems:"center",color:"var(--text-dim)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 3-6.7"}),(0,r.jsx)("path",{d:"M3 4v5h5"}),(0,r.jsx)("path",{d:"M12 7v5l3 2"})]})}),(0,r.jsx)("div",{style:{maxHeight:"calc(min(44vh, 360px) - 31px)",overflowY:"auto",padding:4},children:E.map((e,t)=>{let n=t===eY;return(0,r.jsxs)("button",{ref:e=>{tu.current[t]=e},type:"button",onMouseDown:t=>{t.preventDefault(),tN(e)},onMouseEnter:()=>eX(t),style:{width:"100%",display:"flex",alignItems:"flex-start",gap:8,padding:"7px 8px",border:"none",borderRadius:6,background:n?"var(--bg-selected)":"none",color:"var(--text)",cursor:"pointer",textAlign:"left",fontSize:12.5,lineHeight:1.45},children:[(0,r.jsx)("span",{style:{flexShrink:0,fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)",paddingTop:1},children:t+1}),(0,r.jsx)("span",{style:{minWidth:0,display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:2,overflow:"hidden",overflowWrap:"anywhere"},children:e})]},`${t}:${e}`)})})]}),eP&&null!==tC&&(0,r.jsxs)("div",{ref:ts,style:{position:"absolute",left:0,right:0,bottom:"calc(100% + 8px)",zIndex:120,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -6px 20px rgba(0,0,0,0.12)",overflow:"hidden",boxSizing:"border-box",display:"flex",flexDirection:"column",maxHeight:null===eB?"min(72.8vh, 598px)":`min(72.8vh, 598px, ${eB}px)`},children:[(0,r.jsxs)("div",{style:{padding:"8px 10px",borderBottom:"1px solid var(--border)",display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,fontSize:11,color:"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("span",{children:A?ea("chat.loadingCommands"):ea("chat.slashCommands",{label:tL})}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},children:ea("chat.tabEnter")})]}),(0,r.jsx)("div",{style:{flex:"1 1 auto",minHeight:0,overflowY:"auto",padding:10},children:A||0!==tT.length?tR.map(e=>(0,r.jsxs)("section",{style:{marginBottom:12},children:[(0,r.jsxs)("div",{style:{position:"sticky",top:-10,zIndex:1,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,padding:"4px 0 6px",background:"var(--bg)",color:"var(--text-dim)",fontSize:10,fontWeight:600,textTransform:"uppercase"},children:[(0,r.jsx)("span",{children:ea(nA[e.source])}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontWeight:500},children:e.items.length})]}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(220px, 1fr))",gap:8},children:e.items.map(({command:e,index:t})=>{let n=t===eF,i=nO(e,e5);return(0,r.jsxs)("button",{ref:e=>{td.current[t]=e},type:"button",onMouseDown:t=>{t.preventDefault(),tH(e)},onMouseEnter:()=>eA(t),style:{width:"100%",minWidth:0,minHeight:58,display:"flex",flexDirection:"column",gap:4,justifyContent:"center",padding:"9px 10px",border:`1px solid ${n?"var(--accent)":"var(--border)"}`,borderRadius:7,background:n?"var(--bg-selected)":"var(--bg-panel)",color:"var(--text)",cursor:"pointer",textAlign:"left",boxShadow:n?"0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent)":"none"},children:[(0,r.jsxs)("span",{style:{fontSize:13,fontFamily:"var(--font-mono)",overflowWrap:"anywhere",wordBreak:"break-word",color:i?"var(--text-dim)":void 0},children:["/",e.name,i&&(0,r.jsx)("span",{style:{marginLeft:6,padding:"0 4px",border:"1px solid var(--border)",borderRadius:3,fontSize:9,color:"var(--text-dim)",whiteSpace:"nowrap"},children:ea("chat.dormant")})]}),e.description&&(0,r.jsx)("span",{style:{display:"-webkit-box",WebkitBoxOrient:"vertical",WebkitLineClamp:2,overflow:"hidden",fontSize:11,lineHeight:1.35,color:"var(--text-dim)"},children:nH(e,ea)})]},`${e.source}:${e.name}`)})})]},e.source)):(0,r.jsx)("div",{style:{padding:"2px 2px 4px",fontSize:12,color:"var(--text-dim)"},children:ea("chat.noCommands")})})]}),eU&&null!==eH&&(ei=eQ&&(!eZ||eZ.cwd!==q),eo=1===tD.length?ea("chat.match"):ea("chat.matches",{count:tD.length}),el=eZ?.truncated&&!tP?eH.query?ea("chat.searchingAll"):ea("chat.indexTruncated"):"",(0,r.jsxs)("div",{style:{position:"absolute",left:0,right:0,bottom:"calc(100% + 8px)",zIndex:120,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -6px 20px rgba(0,0,0,0.12)",overflow:"hidden",maxHeight:"min(48vh, 400px)"},children:[(0,r.jsxs)("div",{style:{padding:"8px 10px",borderBottom:"1px solid var(--border)",display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,fontSize:11,color:"var(--text-dim)"},children:[(0,r.jsx)("span",{children:ei?ea("chat.loadingFiles"):ea("chat.files",{label:eo,hint:el})}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},children:ea("chat.tabEnter")})]}),(0,r.jsx)("div",{style:{maxHeight:"calc(min(48vh, 400px) - 34px)",overflowY:"auto",padding:4},children:ei||0!==tD.length?tD.map((e,t)=>{let n=t===eV,i=e.path.split("/").pop()??e.path,o=e.path.slice(0,e.path.length-i.length);return(0,r.jsxs)("button",{ref:e=>{tc.current[t]=e},type:"button",onMouseDown:t=>{t.preventDefault(),tB(e)},onMouseEnter:()=>eq(t),style:{width:"100%",display:"flex",alignItems:"center",gap:8,padding:"6px 8px",border:"none",borderRadius:6,background:n?"var(--bg-selected)":"none",color:"var(--text)",cursor:"pointer",textAlign:"left",fontSize:12.5,fontFamily:"var(--font-mono)"},children:[(0,r.jsx)("span",{style:{flexShrink:0,display:"flex",alignItems:"center"},children:e.isDir?(0,r.jsx)(I,{size:14}):W(i,14)}),(0,r.jsxs)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:[o&&(0,r.jsx)("span",{style:{color:"var(--text-dim)"},children:o}),i,e.isDir&&(0,r.jsx)("span",{style:{color:"var(--text-dim)"},children:"/"})]})]},`${e.isDir?"d":"f"}:${e.path}`)}):(0,r.jsx)("div",{style:{padding:"6px 8px",fontSize:12,color:"var(--text-dim)"},children:t$&&!tP?ea("chat.searching"):ea("chat.noMatchingFiles")})})]})),(0,r.jsx)("div",{style:{minWidth:0,position:"relative",display:"flex",gap:8,alignItems:"center",padding:"8px 4px"},children:(0,r.jsx)("textarea",{ref:e6,value:ep,onChange:e=>{tx.current=e.target.value,eh(e.target.value),eJ(!1),tz(e.target.value,e.target.selectionStart)},onSelect:e=>{let t=e.currentTarget;tz(t.value,t.selectionStart)},onKeyDown:t_,onCompositionStart:()=>{to.current=!0},onCompositionEnd:e=>{to.current=!1,tl.current=Date.now();let t=e.currentTarget;tz(t.value,t.selectionStart)},onInput:tV,onFocus:()=>ez(!0),onBlur:()=>ez(!1),onPaste:tq,placeholder:l&&(n||o)?ea("chat.steerPlaceholder"):l?ea("chat.agentPlaceholder"):ea("chat.messagePlaceholder"),rows:1,style:{flex:1,minWidth:0,width:"100%",background:"none",border:"none",outline:"none",resize:"none",color:"var(--text)",fontSize:14,lineHeight:1.6,fontFamily:"inherit",minHeight:24,maxHeight:200,overflow:"auto"}})})]}),eW&&(0,r.jsxs)("div",{className:"text-xs",style:{color:e$?"var(--text-muted)":"var(--accent)",padding:"2px 8px 4px"},children:[ea("chat.shell")," \xb7 ",e$?ea("chat.outputLocal"):ea("chat.outputModel")]}),(0,r.jsxs)("div",{style:{display:es?"grid":"flex",gridTemplateColumns:es?"minmax(0, 1fr) auto":void 0,alignItems:"center",gap:6,padding:"6px 14px 4px",marginTop:4,borderRadius:10,background:"color-mix(in srgb, var(--bg-panel) 45%, transparent)"},children:[(0,r.jsxs)("div",{style:{flex:"1 1 auto",minWidth:0,display:"flex",alignItems:"center",gap:8},children:[(0,r.jsx)("button",{onClick:()=>ti.current?.click(),title:ea("chat.attachImage"),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:eR.length?"var(--accent)":"var(--text-muted)",cursor:"pointer",opacity:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color=eR.length?"var(--accent)":"var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color=eR.length?"var(--accent)":"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),(0,r.jsx)("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),(0,r.jsx)("polyline",{points:"21 15 16 10 5 21"})]})}),!es&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{"aria-hidden":"true",style:{flexShrink:0,width:1,height:18,margin:"0 6px",background:"color-mix(in srgb, var(--border) 70%, transparent)"}}),!l&&M&&(0,r.jsxs)("div",{ref:tt,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&eC(e=>!e),disabled:l,title:ea("chat.changeReasoning",{level:t8}),"aria-label":ea("chat.changeReasoningLabel"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:eS?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=eS?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9.5 2A5.5 5.5 0 0 0 4 7.5c0 1.7.78 3.21 2 4.21V14a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2.29c1.22-1 2-2.51 2-4.21A5.5 5.5 0 0 0 9.5 2z"}),(0,r.jsx)("line",{x1:"7",y1:"18",x2:"12",y2:"18"}),(0,r.jsx)("line",{x1:"8",y1:"21",x2:"11",y2:"21"})]}),(!es||eT)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:t8})]}),eS&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",...es?{left:0}:{right:0},zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:180},children:nz.filter(e=>!R||"auto"===e||R.includes(e)).map(e=>{let t=(T??"auto")===e,n=ea(nE[e]),i="auto"!==e&&L?L[e]:void 0,o=null!=i&&i!==e?i:e,l=null!=i&&i!==e;return(0,r.jsxs)("button",{onClick:()=>{eC(!1),t||M(e)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:t?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:t?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{t||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsxs)("span",{style:{flex:1},children:[o,l&&(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)",marginLeft:5},children:["(",e,")"]})]}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:n})]},e)})})]}),!l&&S&&(0,r.jsxs)("div",{ref:te,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&ej(e=>!e),disabled:l,title:ea("chat.changeToolPreset")+`: ${t5}`,"aria-label":ea("chat.changeToolPreset"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:ew?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=ew?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),(!es||eT)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:t5})]}),ew&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",right:es?void 0:0,left:es?0:void 0,zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:120},children:nM.map(e=>{let t,n=nR[e],i=(k??"default")===n;return t="off"===e?ea("chat.noTools"):"read-only"===e?ea("chat.readOnlyTools",{count:4}):"default"===e?ea("chat.builtInTools",{count:4}):ea("chat.allBuiltInTools"),(0,r.jsxs)("button",{onClick:()=>{ej(!1),i||S(n)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:i?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:i?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:i?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{i||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[i?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)("span",{style:{flex:1},children:e}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:t})]},e)})})]}),!l&&f&&(0,r.jsx)("div",{children:(0,r.jsxs)("button",{onClick:f,disabled:b,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:"none",border:"none",borderRadius:9,color:b?"var(--text-dim)":"var(--text-muted)",cursor:b?"not-allowed":"pointer",fontSize:12,opacity:b?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{b||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},title:ea("chat.compactContext"),"aria-label":ea("chat.compactContext"),children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"4 14 10 14 10 20"}),(0,r.jsx)("polyline",{points:"20 10 14 10 14 4"}),(0,r.jsx)("line",{x1:"10",y1:"14",x2:"3",y2:"21"}),(0,r.jsx)("line",{x1:"21",y1:"3",x2:"14",y2:"10"})]}),(!es||eT)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:ea("chat.compact")})]})}),void 0!==O&&(0,r.jsx)("button",{onClick:O,title:H?ea("chat.disableSound"):ea("chat.enableSound"),"aria-label":H?ea("chat.disableSound"):ea("chat.enableSound"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,width:32,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:H?"var(--text-muted)":"var(--text-dim)",cursor:"pointer",opacity:H?1:.55,transition:"background 0.12s, color 0.12s, opacity 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)",e.currentTarget.style.opacity="1"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color=H?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.opacity=H?"1":"0.55"},children:H?(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,r.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),(0,r.jsx)("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]})})]})]}),!es&&(0,r.jsx)("div",{style:{flex:1}}),(0,r.jsxs)("div",{ref:tn,style:{flex:"0 0 auto",display:"flex",alignItems:"center",justifyContent:"flex-end",position:"relative",marginLeft:es?0:"auto"},children:[es&&(0,r.jsx)("button",{type:"button",title:eT?void 0:ea("chat.moreControls"),"aria-label":ea("chat.moreControls"),"aria-expanded":eT,"aria-hidden":eT||void 0,tabIndex:eT?-1:void 0,onClick:()=>{em(!1),ek(""),eM(!0)},style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:32,padding:"8px 10px",background:"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:eT?"default":"pointer",fontSize:12,fontWeight:500,visibility:eT?"hidden":"visible",pointerEvents:eT?"none":"auto",transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{eT||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{eT||(e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)")},children:ea("chat.moreControls")}),(0,r.jsxs)("div",{style:{display:es&&eT?"flex":"none",alignItems:"center",gap:es?1:2,...es?{position:"absolute",right:0,bottom:0,zIndex:60,padding:1,width:"max-content",maxWidth:"calc(100vw - 32px)",flexWrap:"nowrap",justifyContent:"flex-end",border:"1px solid color-mix(in srgb, var(--border) 72%, transparent)",borderRadius:10,background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",boxShadow:"0 8px 24px rgba(0,0,0,0.14)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))"}:null},children:[!l&&M&&(0,r.jsxs)("div",{ref:tt,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&eC(e=>!e),disabled:l,title:ea("chat.changeReasoning",{level:t8}),"aria-label":ea("chat.changeReasoningLabel"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:eS?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=eS?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9.5 2A5.5 5.5 0 0 0 4 7.5c0 1.7.78 3.21 2 4.21V14a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-2.29c1.22-1 2-2.51 2-4.21A5.5 5.5 0 0 0 9.5 2z"}),(0,r.jsx)("line",{x1:"7",y1:"18",x2:"12",y2:"18"}),(0,r.jsx)("line",{x1:"8",y1:"21",x2:"11",y2:"21"})]}),(!es||eT)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:t8})]}),eS&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",...es?{left:0}:{right:0},zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:180},children:nz.filter(e=>!R||"auto"===e||R.includes(e)).map(e=>{let t=(T??"auto")===e,n=ea(nE[e]),i="auto"!==e&&L?L[e]:void 0,o=null!=i&&i!==e?i:e,l=null!=i&&i!==e;return(0,r.jsxs)("button",{onClick:()=>{eC(!1),t||M(e)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:t?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:t?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:t?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{t||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[t?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsxs)("span",{style:{flex:1},children:[o,l&&(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)",marginLeft:5},children:["(",e,")"]})]}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:n})]},e)})})]}),!l&&S&&(0,r.jsxs)("div",{ref:te,style:{position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>!l&&ej(e=>!e),disabled:l,title:ea("chat.changeToolPreset")+`: ${t5}`,"aria-label":ea("chat.changeToolPreset"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:ew?"var(--bg-hover)":"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:l?"not-allowed":"pointer",fontSize:12,opacity:l?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{l||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background=ew?"var(--bg-hover)":"none",e.currentTarget.style.color="var(--text-muted)"},children:[(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"})}),(!es||eT)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:t5})]}),ew&&(0,r.jsx)("div",{style:{position:"absolute",bottom:"calc(100% + 12px)",right:es?void 0:0,left:es?0:void 0,zIndex:100,background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,boxShadow:"0 -4px 16px rgba(0,0,0,0.10)",overflow:"hidden",minWidth:120},children:nM.map(e=>{let t,n=nR[e],i=(k??"default")===n;return t="off"===e?ea("chat.noTools"):"read-only"===e?ea("chat.readOnlyTools",{count:4}):"default"===e?ea("chat.builtInTools",{count:4}):ea("chat.allBuiltInTools"),(0,r.jsxs)("button",{onClick:()=>{ej(!1),i||S(n)},style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 12px",background:i?"color-mix(in srgb, var(--accent) 14%, transparent)":"none",border:"none",color:i?"var(--text)":"var(--text-muted)",cursor:"pointer",fontSize:12,textAlign:"left",fontWeight:i?600:400,whiteSpace:"nowrap"},onMouseEnter:e=>{i||(e.currentTarget.style.background="color-mix(in srgb, var(--text) 8%, transparent)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[i?(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--accent)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:(0,r.jsx)("polyline",{points:"1.5 5 4 7.5 8.5 2.5"})}):(0,r.jsx)("span",{style:{width:10,flexShrink:0}}),(0,r.jsx)("span",{style:{flex:1},children:e}),(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)",marginLeft:8},children:t})]},e)})})]}),!l&&f&&(0,r.jsx)("div",{children:(0,r.jsxs)("button",{onClick:f,disabled:b,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,padding:es?"0 6px":"8px 12px",width:es?"auto":void 0,height:32,background:"none",border:"none",borderRadius:9,color:b?"var(--text-dim)":"var(--text-muted)",cursor:b?"not-allowed":"pointer",fontSize:12,opacity:b?.5:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{b||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},title:ea("chat.compactContext"),"aria-label":ea("chat.compactContext"),children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polyline",{points:"4 14 10 14 10 20"}),(0,r.jsx)("polyline",{points:"20 10 14 10 14 4"}),(0,r.jsx)("line",{x1:"10",y1:"14",x2:"3",y2:"21"}),(0,r.jsx)("line",{x1:"21",y1:"3",x2:"14",y2:"10"})]}),(!es||eT)&&(0,r.jsx)("span",{style:{whiteSpace:"nowrap"},children:ea("chat.compact")})]})}),l&&(0,r.jsxs)("button",{onClick:t,title:ea("chat.stopAgent"),style:{display:"flex",alignItems:"center",gap:6,padding:"8px 14px",height:32,background:"rgba(239,68,68,0.08)",border:"1px solid rgba(239,68,68,0.3)",borderRadius:9,color:"#ef4444",cursor:"pointer",fontSize:12,fontWeight:600,whiteSpace:"nowrap",letterSpacing:"-0.01em",transition:"background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.16)"},onMouseLeave:e=>{e.currentTarget.style.background="rgba(239,68,68,0.08)"},children:[(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",children:(0,r.jsx)("rect",{x:"1.5",y:"1.5",width:"7",height:"7",rx:"1.5",fill:"currentColor"})}),ea("chat.stop")]}),void 0!==O&&(0,r.jsx)("button",{onClick:O,title:H?ea("chat.disableSound"):ea("chat.enableSound"),"aria-label":H?ea("chat.disableSound"):ea("chat.enableSound"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,width:32,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:H?"var(--text-muted)":"var(--text-dim)",cursor:"pointer",opacity:H?1:.55,transition:"background 0.12s, color 0.12s, opacity 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)",e.currentTarget.style.opacity="1"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color=H?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.opacity=H?"1":"0.55"},children:H?(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,r.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),(0,r.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),(0,r.jsx)("line",{x1:"17",y1:"9",x2:"23",y2:"15"})]})}),es&&eT&&(0,r.jsx)("button",{type:"button",title:ea("chat.collapseControls"),"aria-label":ea("chat.collapseControls"),"aria-expanded":!0,onClick:()=>{ej(!1),eC(!1),eM(!1)},style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:32,padding:0,marginLeft:0,background:"var(--bg-hover)",border:"none",borderLeft:"1px solid color-mix(in srgb, var(--border) 72%, transparent)",borderRadius:"0 9px 9px 0",color:"var(--text)",cursor:"pointer",transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-selected)"},onMouseLeave:e=>{e.currentTarget.style.background="var(--bg-hover)"},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,r.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}),!K&&J&&(0,r.jsx)("button",{type:"button",onClick:()=>J(),title:ea("chat.scrollToLatest"),"aria-label":ea("chat.scrollToLatest"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:32,height:32,padding:0,flexShrink:0,background:"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:"pointer",transition:"background 0.12s, color 0.12s, opacity 0.12s",animation:"back-to-latest-in 0.18s ease-out both"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"7 13 12 18 17 13"}),(0,r.jsx)("polyline",{points:"7 6 12 11 17 6"})]})})]}),!es&&(l?(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:0},children:[(0,r.jsxs)("button",{onClick:t,title:ea("chat.stopAgent"),"aria-label":ea("chat.stopAgent"),onMouseEnter:e=>{e.currentTarget.style.color="#dc2626"},onMouseLeave:e=>{e.currentTarget.style.color="#ef4444"},style:{display:"flex",alignItems:"center",gap:5,padding:0,background:"transparent",border:"none",color:"#ef4444",cursor:"pointer",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s"},children:[(0,r.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 12 12",fill:"none","aria-hidden":"true",style:{flexShrink:0},children:(0,r.jsx)("rect",{x:"1.5",y:"1.5",width:"9",height:"9",rx:"2",fill:"currentColor"})}),ea("chat.stop")]}),tI&&n&&(0,r.jsxs)("button",{onClick:()=>tO("steer"),title:"Interrupt the current run and inject this message now",onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},style:{display:"flex",alignItems:"center",gap:5,padding:0,background:"transparent",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M7 3 L11 7 L7 11"}),(0,r.jsx)("line",{x1:"3",y1:"7",x2:"11",y2:"7"})]}),ea("chat.steer")]}),tI&&o&&(0,r.jsxs)("button",{onClick:()=>tO("followup"),title:"Queue this message after the agent finishes",onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},style:{display:"flex",alignItems:"center",gap:5,padding:0,background:"transparent",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"7",y1:"3",x2:"7",y2:"8"}),(0,r.jsx)("polyline",{points:"4.5 5.5 7 3 9.5 5.5"}),(0,r.jsx)("line",{x1:"4",y1:"11",x2:"10",y2:"11"})]}),ea("chat.followUp")]})]}):(0,r.jsxs)("button",{onClick:tS,disabled:!ep.trim()&&!eR.length||C,style:{flexShrink:0,display:"flex",alignItems:"center",gap:6,padding:0,background:"transparent",border:"none",color:(ep.trim()||eR.length)&&!C?"var(--text-muted)":"var(--text-dim)",cursor:(ep.trim()||eR.length)&&!C?"pointer":"not-allowed",fontSize:13,fontWeight:600,letterSpacing:"-0.01em",transition:"color 0.12s",marginLeft:6},onMouseEnter:e=>{e.currentTarget.disabled||(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.disabled||(e.currentTarget.style.color="var(--text-muted)")},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"2",y1:"7",x2:"11",y2:"7"}),(0,r.jsx)("polyline",{points:"7.5 3 12 7 7.5 11"})]}),ea("chat.send")]}))]})]})]})]})]})});var nQ=n(88576),n0=n.n(nQ);function n1({level:e,children:t,headingIndex:n,onClick:i}){return(0,r.jsx)("button",{type:"button",className:n0().heading,"data-level":e,"data-preview-heading-index":n??void 0,disabled:null===n||!i,onClick:e=>{e.stopPropagation(),null!==n&&i?.(n)},children:t})}let n2=[...e6??[],function(){return e=>{if(!Array.isArray(e.children))return;let t=e.children.filter(e=>"heading"===e.type&&"number"==typeof e.depth&&e.depth<=3);if(t.length>0){t.forEach((e,t)=>{e.data={...e.data,hProperties:{...e.data?.hProperties,"data-preview-heading-index":t}}}),e.children=t;return}let n=e.children.find(e=>"paragraph"===e.type);e.children=n?[n]:[]}}],n4=[[eK.A,{throwOnError:!1,strict:!1}]];function n8(e){let t=e?.properties,n=t?.dataPreviewHeadingIndex??t?.["data-preview-heading-index"];return"number"==typeof n?n:"string"==typeof n&&/^\d+$/.test(n)?Number(n):null}let n5=(0,i.memo)(function({markdown:e,onHeadingClick:t,onAnswerClick:n}){let o=(0,i.useMemo)(()=>e1(e),[e]);return e?(0,r.jsx)("div",{className:n0().outline,children:(0,r.jsx)(eq.oz,{remarkPlugins:n2,rehypePlugins:n4,components:{h1:({children:e,node:n})=>(0,r.jsx)(n1,{level:1,headingIndex:n8(n),onClick:t,children:e}),h2:({children:e,node:n})=>(0,r.jsx)(n1,{level:2,headingIndex:n8(n),onClick:t,children:e}),h3:({children:e,node:n})=>(0,r.jsx)(n1,{level:3,headingIndex:n8(n),onClick:t,children:e}),h4:()=>null,h5:()=>null,h6:()=>null,p:({children:e})=>(0,r.jsx)("button",{type:"button",className:n0().paragraph,onClick:n,children:e}),blockquote:()=>null,ul:()=>null,ol:()=>null,pre:()=>null,table:()=>null,hr:()=>null,a:({children:e})=>(0,r.jsx)(r.Fragment,{children:e}),code:({children:e})=>(0,r.jsx)(r.Fragment,{children:e})},children:o})}):null});function n6({messages:e,streamingMessage:t,scrollContainer:n,messageRefs:o,onRevealHistory:l}){let[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)([]),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(600),[x,f]=(0,i.useState)(!1),[m,v]=(0,i.useState)(null),b=(0,i.useRef)(!1),y=(0,i.useRef)(null),k=(0,i.useRef)([]),w=(0,i.useRef)({nodes:[],gap:50,fillsHeight:!1}),j=(0,i.useRef)(null),S=(0,i.useRef)(new Map),C=(0,i.useRef)(null),T=(0,i.useRef)(null),M=(0,i.useRef)(null),R=(0,i.useMemo)(()=>t?[...e,t]:e,[e,t]),L=(0,i.useRef)(R);L.current=R;let I=(0,i.useMemo)(()=>(function(e,t){if(0===e.length)return{nodes:[],gap:50,fillsHeight:!1};let n=Math.max(1,t),r=Math.max(0,n-24);if(1===e.length)return{nodes:[{...e[0],topRatio:12/n}],gap:50,fillsHeight:!1};let i=r/(e.length-1),o=Math.min(50,i);return{nodes:e.map((e,t)=>({...e,topRatio:(12+t*o)/n})),gap:o,fillsHeight:i<=50}})(d,h),[d,h]),{nodes:z,gap:E}=I;w.current=I;let W=(0,i.useCallback)(e=>{T.current={index:e,until:Date.now()+1600},p(e)},[]),$=(0,i.useCallback)((e,t)=>{let n=T.current;if(n&&Date.now()<n.until)return void p(n.index);T.current=null;let r=t.filter(e=>null!==e.targetTurn.scrollTop);if(0===r.length)return void p(null);let i=e.scrollTop+.3*e.clientHeight;p(r.reduce((e,t)=>Math.abs((t.targetTurn.scrollTop??0)-i)<Math.abs((e.targetTurn.scrollTop??0)-i)?t:e,r[0]).index)},[]),P=(0,i.useCallback)(()=>{let e=n.current;if(!e)return;let t=e.scrollHeight-e.clientHeight,r=k.current;s(t>20),$(e,r)},[n,$]),D=(0,i.useRef)(null),F=(0,i.useCallback)(()=>{D.current||(D.current=setTimeout(()=>{D.current=null;let e=n.current,t=y.current;if(!e||!t)return;let r=o.current,i=e.getBoundingClientRect(),l=[],a=0,d=null;for(let t of L.current){if("user"!==t.role&&"assistant"!==t.role)continue;let n=r?.[a];if(a++,"user"===t.role){d=null;let r=n?.getBoundingClientRect();d={userMessage:t,assistantPreviews:[],scrollTop:r?r.top-i.top+e.scrollTop:null},l.push(d);continue}if(!d)continue;let o=function(e){if("assistant"!==e.role)return"";let{answerBlocks:t}=eB(e);return t.filter(e=>"text"===e.type).map(e=>e.text).join("\n\n").trim()}(t);o&&d.assistantPreviews.push({markdown:o,element:n})}let u=l.map((e,t)=>({topRatio:0,targetTurn:e,index:t}));g(t.clientHeight),k.current=u,c(u),s(e.scrollHeight-e.clientHeight>20),$(e,u);let p=M.current,h=p?u[p.nodeIndex]:null;if(p&&h){let t=void 0===p.assistantIndex?null:h.targetTurn.assistantPreviews[p.assistantIndex],n=h.targetTurn.scrollTop;if("assistant"===p.target){let r=t?.element?.getBoundingClientRect();n=r?r.top-i.top+e.scrollTop:null}else if("heading"===p.target){let r=void 0===p.headingIndex?null:t?.element?.querySelectorAll("h1, h2, h3").item(p.headingIndex),o=r?.getBoundingClientRect();n=o?o.top-i.top+e.scrollTop:null}if(null===n)return;M.current=null,W(h.index);let r=.3*e.clientHeight;e.scrollTo({top:Math.max(0,n-r),behavior:"smooth"})}},150))},[W,o,n,$]);(0,i.useEffect)(()=>{let e=n.current;if(e)return e.addEventListener("scroll",P,{passive:!0}),()=>e.removeEventListener("scroll",P)},[n,P]),(0,i.useEffect)(()=>{let e=n.current;if(!e)return;let t=()=>{F(),P()},r=new ResizeObserver(t);return r.observe(e),e.firstElementChild&&r.observe(e.firstElementChild),t(),()=>{r.disconnect(),D.current&&(clearTimeout(D.current),D.current=null)}},[F,n,P]),(0,i.useEffect)(()=>{let e=setTimeout(()=>{F(),P()},50);return()=>clearTimeout(e)},[e.length,F,P]);let A=(0,i.useCallback)((e,t)=>{let r=n.current;if(!r)return;if(W(e.index),null===e.targetTurn.scrollTop){M.current={nodeIndex:e.index,target:"user"},l();return}let i=Math.max(0,e.targetTurn.scrollTop-.3*r.clientHeight);r.scrollTo({top:i,behavior:t})},[W,l,n]),B=(0,i.useCallback)((e,t)=>{let r=n.current;if(!r)return;let i=e.targetTurn.assistantPreviews[t]?.element;if(!i){M.current={nodeIndex:e.index,target:"assistant",assistantIndex:t},l();return}let o=r.getBoundingClientRect(),a=i.getBoundingClientRect().top-o.top+r.scrollTop-.3*r.clientHeight;W(e.index),r.scrollTo({top:Math.max(0,a),behavior:"smooth"})},[W,l,n]),N=(0,i.useCallback)(e=>{let{nodes:t,gap:n,fillsHeight:r}=w.current,i=y.current?.clientHeight??0;if(0===t.length||i<=0)return null;let o=Math.max(0,Math.min(i,e*i)),l=t[0].topRatio*i,a=n>0?Math.round((o-l)/n):0,s=Math.max(0,Math.min(t.length-1,a)),d=t[s];if(!r&&Math.abs(o-d.topRatio*i)>Math.max(10,n/2))return null;return d},[]),H=(0,i.useCallback)((e,t,r)=>{let i=n.current;if(!i)return;let o=e.targetTurn.assistantPreviews[t]?.element;if(!o){M.current={nodeIndex:e.index,target:"heading",assistantIndex:t,headingIndex:r},l();return}let a=o.querySelectorAll("h1, h2, h3").item(r);if(!a)return;let s=i.getBoundingClientRect(),d=a.getBoundingClientRect().top-s.top+i.scrollTop-.3*i.clientHeight;W(e.index),i.scrollTo({top:Math.max(0,d),behavior:"smooth"})},[W,l,n]),O=(0,i.useCallback)(()=>{C.current&&(clearTimeout(C.current),C.current=null)},[]),U=(0,i.useCallback)(()=>{O(),f(!0)},[O]),_=(0,i.useCallback)(()=>{O(),C.current=setTimeout(()=>{C.current=null,f(!1),v(null)},250)},[O]);(0,i.useEffect)(()=>()=>O(),[O]);let V=(0,i.useCallback)(e=>{if(!a)return;b.current=!0,U();let t=e.currentTarget.getBoundingClientRect();v(Math.max(0,Math.min(1,(e.clientY-t.top)/t.height)));let n=(e,n)=>{let r=N(Math.max(0,Math.min(1,(e-t.top)/t.height)));r&&A(r,n)};n(e.clientY,"smooth");let r=e=>{b.current&&n(e.clientY,"auto")},i=()=>{b.current=!1,window.removeEventListener("mousemove",r),window.removeEventListener("mouseup",i)};window.addEventListener("mousemove",r),window.addEventListener("mouseup",i)},[N,A,U,a]),q=null===m?null:N(m),K=q?.index??null;(0,i.useEffect)(()=>{if(!x||null===K)return;let e=j.current,t=S.current.get(K);if(!e||!t)return;let n=t.offsetTop-(e.clientHeight-t.offsetHeight)/2;e.scrollTop=Math.max(0,n)},[d,x,K]);let J=Math.max(1,(z.length>0?z[z.length-1].topRatio*h:12)-12);return(0,r.jsxs)("div",{ref:y,onMouseDown:V,onMouseEnter:U,onMouseLeave:_,onMouseMove:e=>{let t=e.currentTarget.getBoundingClientRect();v((e.clientY-t.top)/t.height)},style:{width:36,flexShrink:0,position:"relative",cursor:"pointer",userSelect:"none",border:a?"1px solid color-mix(in srgb, var(--border) 60%, transparent)":"none",background:a?"var(--panel-glass-minimap)":"transparent",backdropFilter:a?"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))":"none",WebkitBackdropFilter:a?"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))":"none",transform:"translateZ(0)",borderRadius:12,boxShadow:a?"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)":"none",overflow:"visible"},children:[a&&(0,r.jsx)("div",{style:{position:"absolute",left:"50%",top:12,height:J,width:1,background:"var(--border)",transform:"translateX(-50%)",zIndex:0}}),a&&z.map(e=>{let t=x&&q?.index===e.index,n=u===e.index;return(0,r.jsx)("div",{"data-minimap-node-index":e.index,"data-minimap-node-active":n?"":void 0,style:{position:"absolute",top:`${100*e.topRatio}%`,transform:"translateY(-50%)",left:0,right:0,height:Math.max(1,E),display:"flex",alignItems:"center",justifyContent:"center",pointerEvents:"none",zIndex:2},children:(0,r.jsx)("div",{style:{width:8,height:8,borderRadius:2,background:n?"rgba(128,128,128,0.42)":"rgba(128,128,128,0.16)",border:`1.5px solid ${n?"rgba(128,128,128,0.95)":"rgba(128,128,128,0.58)"}`,boxShadow:n?"0 0 0 2px var(--bg-panel)":"none",transition:"transform 0.1s, background 0.1s",transform:t?"scale(1.25)":"scale(1)"}})},e.index)}),a&&x&&d.length>0&&(0,r.jsx)("div",{ref:j,className:n0().preview,"data-minimap-preview-box":"",onMouseEnter:U,onMouseDown:e=>e.stopPropagation(),onMouseMove:e=>e.stopPropagation(),children:d.map(e=>{var t;let n=K===e.index;return(0,r.jsxs)("div",{ref:t=>{t?S.current.set(e.index,t):S.current.delete(e.index)},className:n0().turn,"data-minimap-preview-index":e.index,"data-located":n?"true":void 0,children:[(0,r.jsx)("span",{className:n0().number,"aria-hidden":"true",children:String(e.index+1).padStart(2,"0")}),(0,r.jsxs)("div",{className:n0().content,children:[(0,r.jsx)("button",{type:"button",className:n0().user,"data-minimap-preview-user":e.index,onClick:()=>{A(e,"smooth")},children:(0,r.jsx)("span",{className:n0().userText,children:"string"==typeof(t=e.targetTurn.userMessage).content?t.content.trim():t.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n").trim()})}),e.targetTurn.assistantPreviews.map((t,n)=>(0,r.jsxs)("div",{className:n0().assistant,children:[(0,r.jsx)("button",{type:"button",className:n0().assistantJump,"data-minimap-preview-assistant":`${e.index}-${n}`,onClick:()=>B(e,n),"aria-label":"Locate assistant message",title:"Locate assistant message",children:"A"}),(0,r.jsx)(n5,{markdown:t.markdown,onAnswerClick:()=>B(e,n),onHeadingClick:t=>H(e,n,t)})]},n))]})]},e.index)})})]})}function n3({widgets:e}){let t,n,o,{t:l}=(0,m.s)(),a=(0,i.useId)(),s=(0,i.useRef)(null),d=(0,i.useRef)(new Map),[c,u]=(0,i.useState)(()=>e.find(e=>{let t=e.lines.length;return t>1&&t<=3})?.key??null),[p,h]=(0,i.useState)(()=>new Set),g=(0,i.useRef)(null),x=(0,i.useRef)(null);if((0,i.useEffect)(()=>{var t;let n=new Map(e.map(e=>[e.key,[...e.lines]])),r=(t=s.current,t?Array.from(n,([e,n])=>{let r=t.get(e);return r&&r.length===n.length?n.some((e,t)=>e!==r[t])?e:null:r?e:null}).filter(e=>null!==e):[]);for(let[e,t]of(s.current=n,d.current))n.has(e)||(clearTimeout(t),d.current.delete(e));for(let e of(h(e=>{let t=new Set(Array.from(e).filter(e=>n.has(e)));for(let e of r)t.add(e);return t.size===e.size&&Array.from(t).every(t=>e.has(t))?e:t}),r)){let t=d.current.get(e);t&&clearTimeout(t),d.current.set(e,setTimeout(()=>{d.current.delete(e),h(t=>{if(!t.has(e))return t;let n=new Set(t);return n.delete(e),n})},1100))}},[e]),(0,i.useEffect)(()=>()=>{for(let e of d.current.values())clearTimeout(e);d.current.clear()},[]),(0,i.useEffect)(()=>{if(!c)return;let e=e=>{let t=e.target;x.current?.contains(t)||g.current?.contains(t)||u(null)};return document.addEventListener("pointerdown",e,!0),()=>document.removeEventListener("pointerdown",e,!0)},[c]),0===e.length)return null;let f=e.find(e=>e.key===c&&e.lines.length>1);return(0,r.jsxs)(r.Fragment,{children:[f&&(0,r.jsx)("div",{ref:x,className:"extension-widget-panels",children:(t=e.indexOf(f),n=`${a}-trigger-${t}`,o=`${a}-panel-${t}`,(0,r.jsxs)("section",{id:o,className:"extension-widget-panel","aria-labelledby":n,children:[(0,r.jsx)("div",{className:"extension-widget-panel-heading",children:f.key}),(0,r.jsx)("pre",{className:"extension-widget-content",children:f.lines.join("\n")})]},f.key))}),(0,r.jsx)("div",{ref:g,className:"extension-widget-triggers","aria-label":l("chat.extensionWidgets"),children:e.map((e,t)=>{let n=e.lines.length>1,i=n&&e.key===f?.key,o=p.has(e.key),s=l(1===e.lines.length?"chat.extensionWidgetLine":"chat.extensionWidgetLines",{count:e.lines.length}),d=l("belowEditor"===e.placement?"chat.extensionWidgetBelow":"chat.extensionWidgetAbove"),c=`${a}-trigger-${t}`,h=`${a}-panel-${t}`,g=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"extension-widget-update-pulse","aria-hidden":"true"}),(0,r.jsx)("span",{className:"extension-widget-placement","aria-hidden":"true",children:(0,r.jsx)("svg",{className:"extension-widget-placement-icon",viewBox:"0 0 8 6",width:"8",height:"6","data-direction":"belowEditor"===e.placement?"down":"up",focusable:"false",children:(0,r.jsx)("path",{d:"belowEditor"===e.placement?"M0 0h8L4 6z":"M4 0l4 6H0z"})})}),(0,r.jsx)("span",{className:"extension-widget-key",children:e.key})]});return n?(0,r.jsx)("button",{id:c,type:"button",className:`extension-widget-trigger${i?" is-expanded":""}${o?" is-updating":""}`,"aria-controls":h,"aria-expanded":i,"aria-label":`${d}: ${e.key}, ${s}`,title:`${e.key} - ${d} - ${i?l("i18n.collapse"):l("i18n.expand")}`,onClick:()=>{u(t=>{var n;return t===(n=e.key)?null:n})},children:g},e.key):(0,r.jsx)("div",{className:`extension-widget-trigger${o?" is-updating":""}`,"aria-label":`${d}: ${e.key}, ${s}`,title:`${e.key} - ${d}`,children:g},e.key)})})]})}function n7({statuses:e,widgets:t=[],tools:n,notice:i}){if(0===e.length&&0===t.length&&!n&&!i)return null;let o=[...e].sort((e,t)=>e.key.localeCompare(t.key)).map(({text:e})=>e.replace(/[\r\n\t]/g," ").replace(/ +/g," ").trim()).join(" "),l=eL(o);return(0,r.jsxs)("div",{className:`extension-status-shelf${t.length>0?" has-widgets":""}${e.length>0?" has-status":""}`,children:[(0,r.jsxs)("div",{className:"extension-status-left",children:[t.length>0&&(0,r.jsx)(n3,{widgets:t}),e.length>0&&(0,r.jsx)("div",{role:"status",className:"extension-status-line","aria-label":l,title:l,children:(0,r.jsx)("span",{className:"extension-status-text",children:eW(o).map((e,t)=>(0,r.jsx)("span",{style:e.style,children:e.text},t))})})]}),(0,r.jsxs)("div",{className:`extension-status-right${n?" has-tools":""}`,children:[n,i]})]})}function n9(e){let t=e.find(e=>"error"===e.type&&!e.exiting);return t?.id??null}let re=new Set(["opencode-go","deepseek","commandcode"]);function rt(e,t=Date.now()){let n=Date.parse(e);if(!Number.isFinite(n))return"";let r=Math.round((n-t)/1e3);if(r<=0)return"";let i=Math.floor(r/86400),o=Math.floor((r%=86400)/3600),l=Math.floor((r%=3600)/60);return i>0?`${i}d${o}h`:o>0?`${o}h${l}m`:`${Math.max(l,1)}m`}function rn({broadcast:e,history:t,onDismissError:n,onRemoveNotice:l,onClearNotices:a,onFreezeChange:s,isDark:d}){let{t:c}=(0,m.s)(),[u,p]=(0,i.useState)(!1),h=(0,i.useRef)(null),g=(0,i.useRef)(null),x=(0,i.useRef)(null);(0,i.useEffect)(()=>{s(u)},[u,s]);let[f,v]=(0,i.useState)(0),b=(0,i.useRef)(null),y=e?.level!=="idle"&&e?`${e.level}:${e.text}`:null;(0,i.useEffect)(()=>{if(null===b.current){b.current=y;return}y&&y!==b.current&&v(e=>e+1),b.current=y},[y]),(0,i.useEffect)(()=>{if(t.length<=1)return;let e=h.current;e&&(e.scrollTop=e.scrollHeight)},[t.length]),(0,i.useEffect)(()=>{if(!u)return;let e=e=>{let t=e.target;g.current?.contains(t)||x.current?.contains(t)||p(!1)};return document.addEventListener("pointerdown",e,!0),()=>document.removeEventListener("pointerdown",e,!0)},[u]);let k=null!==e&&"idle"!==e.level,w=t.length,j={display:"inline-flex",alignItems:"center",justifyContent:"center",minWidth:16,height:16,padding:"0 4px",borderRadius:999,background:"var(--accent)",color:"#fff",fontSize:10,fontWeight:700,lineHeight:1,flexShrink:0},S=k?(0,r.jsxs)("span",{ref:x,onClick:e=>{e.target.closest("button")||p(e=>!e)},title:u?c("notice.collapse"):c("notice.expand"),style:{display:"inline-flex",alignItems:"center",gap:6,cursor:"pointer",minWidth:0,maxWidth:"min(46vw, 480px)"},children:[(0,r.jsx)(nC,{notice:e,onDismissError:n,isDark:d,style:{animation:"notice-flash 0.9s ease 2"}}),w>0&&(0,r.jsx)("span",{"aria-label":c("notice.title"),style:j,children:w>99?"99+":w})]},f):w>0?(0,r.jsx)("span",{ref:x,onClick:()=>p(!0),role:"button",tabIndex:0,title:c("notice.title"),"aria-label":c("notice.title"),onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.preventDefault(),p(!0))},style:{...j,cursor:"pointer"},children:w>99?"99+":w}):null,C=u?(0,o.createPortal)((0,r.jsxs)("div",{ref:g,className:"notice-drawer",role:"region","aria-label":c("notice.title"),style:{position:"fixed",right:12,bottom:40,zIndex:1030,width:"min(46vw, 480px)",maxWidth:"calc(100vw - 24px)",maxHeight:"60vh",display:"flex",flexDirection:"column",background:"var(--panel-glass)",backdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",border:"1px solid var(--border)",borderRadius:"10px 10px 0 0",borderBottom:"none",boxShadow:"0 -8px 30px rgba(0,0,0,0.35)",overflow:"hidden",animation:"notice-drawer-in 0.15s ease-out both",transformOrigin:"bottom right"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"8px 12px",flexShrink:0,background:"color-mix(in srgb, var(--bg-hover) 60%, transparent)",borderBottom:"1px solid var(--border)",fontSize:12,fontWeight:600,color:"var(--text)",userSelect:"none"},children:[c("notice.title"),(0,r.jsx)("span",{style:{color:"var(--text-muted)",fontWeight:500},children:t.length}),(0,r.jsx)("span",{style:{flex:1}}),t.length>0&&(0,r.jsx)("button",{type:"button",onClick:a,title:c("notice.clearAll"),"aria-label":c("notice.clearAll"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:4,padding:"3px 8px",background:"none",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:11,lineHeight:1},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:c("notice.clearAll")}),(0,r.jsx)("button",{type:"button",onClick:()=>p(!1),title:c("i18n.close"),"aria-label":c("i18n.close"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:22,height:22,padding:0,background:"none",border:"none",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:11,lineHeight:1},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:"✕"})]}),(0,r.jsx)("div",{ref:h,style:{flex:1,minHeight:0,overflowY:"auto",padding:"6px 8px",display:"flex",flexDirection:"column",gap:6},children:0===t.length?(0,r.jsx)("div",{style:{padding:"10px 6px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:c("notice.empty")}):t.map(e=>{let t=nw[e.type]??nw.info;return(0,r.jsxs)("div",{className:"notice-drawer-item",style:{display:"flex",alignItems:"flex-start",gap:8,padding:"8px 10px",borderRadius:8,border:`1px solid color-mix(in srgb, ${t} 35%, transparent)`,background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",color:"var(--text)",fontSize:12.5,lineHeight:1.55,animation:"notice-drawer-in 0.2s ease-out both"},children:[(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,width:6,height:6,borderRadius:"50%",background:t,marginTop:5}}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,whiteSpace:"pre-wrap",wordBreak:"break-word"},children:e.message}),(0,r.jsx)("button",{type:"button",onClick:t=>{t.stopPropagation(),l(e.id)},title:c("notice.remove"),"aria-label":c("notice.remove"),style:{flexShrink:0,display:"flex",alignItems:"center",justifyContent:"center",width:18,height:18,padding:0,background:"none",border:"none",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:11,lineHeight:1},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:"✕"})]},e.id)})})]}),document.body):null;return(0,r.jsxs)(r.Fragment,{children:[S,C]})}function rr(e=document){return"visible"!==e.visibilityState||!e.hasFocus()}function ri(e){switch(e.method){case"select":case"confirm":case"input":case"editor":return!0;case"custom":return!0!==e.closed;default:return!1}}async function ro(e,t={createWindowNotification:(e,t)=>new Notification(e,t),getServiceWorkerRegistration:"serviceWorker"in navigator?()=>navigator.serviceWorker.getRegistration():null}){let n={body:e.body,...e.tag?{tag:e.tag}:{}};if(t.getServiceWorkerRegistration)try{let r=await t.getServiceWorkerRegistration();if(r)return await r.showNotification(e.title,{...n,data:{url:e.sessionUrl}}),"service-worker"}catch{}try{let r=t.createWindowNotification(e.title,n);return r.onclick=()=>{r.close(),e.onClick()},"window"}catch{return null}}function rl(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function ra(e,t={}){if("assistant"!==e.role)return e;let n=e.content;if(!Array.isArray(n))return e;let r=n.map(e=>(function(e,t={}){if(!rl(e)||"toolCall"!==e.type)return null;let n={type:"toolCall",toolCallId:"string"==typeof e.toolCallId?e.toolCallId:"string"==typeof e.id?e.id:"",toolName:"string"==typeof e.toolName?e.toolName:"string"==typeof e.name?e.name:"",input:"object"!=typeof e.input||null===e.input||Array.isArray(e.input)?"object"!=typeof e.arguments||null===e.arguments||Array.isArray(e.arguments)?{}:e.arguments:e.input},r=t.includeStreamingRawInput?function(e){if("string"==typeof e.rawInput)return e.rawInput;if("string"==typeof e.partialJson)return e.partialJson;if("string"==typeof e.partialArgs)return e.partialArgs;let t=rl(e.customInput)?e.customInput:null,n=t&&"string"==typeof t.property?t.property:null,r=rl(e.arguments)?e.arguments:null;return n&&r&&"string"==typeof r[n]?r[n]:void 0}(e):void 0;return void 0===r?n:{...n,rawInput:r}})(e,t)??e);return{...e,content:r}}class rs extends Error{constructor(e,t,n,r){super(e),this.status=t,this.code=n,this.accepted=r,this.name="AgentCommandError"}}function rd(e){return e instanceof rs&&"prompt_rejected"===e.code&&!1===e.accepted}async function rc(e,t){let n=await fetch(`/api/agent/${encodeURIComponent(e)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),r=await n.json().catch(()=>({}));if(!n.ok||r.error)throw new rs(r.error??`HTTP ${n.status}`,n.status,r.code,r.accepted);return r.data}var ru=n(14755);let rp="pi-tool-preset";function rh(){try{return window.localStorage}catch{return null}}function rg(e){if(!e||"object"!=typeof e||"image"!==e.type)return"";let t=e.source;return t&&"object"==typeof t?["url"===t.type?"url":"base64","string"==typeof t.media_type?t.media_type:"","string"==typeof t.data?t.data:"","string"==typeof t.url?t.url:""].join(":"):["base64","string"==typeof e.mimeType?e.mimeType:"","string"==typeof e.data?e.data:"",""].join(":")}function rx(e){let t,n=e.content;return"string"==typeof n?JSON.stringify({text:n,images:[]}):Array.isArray(n)?JSON.stringify({text:"string"==typeof(t=e.content)?t:Array.isArray(t)?t.map(e=>e&&"object"==typeof e&&"text"===e.type&&"string"==typeof e.text?e.text:"").filter(Boolean).join("\n"):"",images:n.map(rg).filter(Boolean)}):JSON.stringify({text:"",images:[]})}class rf extends Error{constructor(e,t){super(t??("ready_timeout"===e?"Timed out starting the agent session. Please try again.":"Failed to connect to the agent event stream. Please try again.")),this.status=e,this.name="AgentEventConnectionError"}}class rm{constructor(e){this.options=e,this.current=null,this.retry=null,this.retryGeneration=0}close(){this.stopRetrying(),this.current&&this.discard(this.current,new rf("closed"))}maintain(e){if(!this.options.shouldMaintain(e))return;let t=this.retryGeneration;this.ensureConnected(e).catch(n=>{t===this.retryGeneration&&(n instanceof rf?"startup_error"===n.status?this.stopRetrying():this.scheduleRetry(e):this.options.onUnexpectedError?.(n))})}async ensureConnected(e){for(;;){let t=this.current;if(t&&t.sessionId===e){if(t.attempt.ready&&1===t.source.readyState)return}else t=this.open(e);if(await t.attempt.promise,this.current!==t){if(this.current?.sessionId===e)continue;throw new rf("closed")}if(1===t.source.readyState)return;this.discard(t,new rf("closed"))}}open(e){let t,n,r;this.current&&this.discard(this.current,new rf("closed"));try{t=this.options.createSource(e)}catch(e){throw new rf("closed",e instanceof Error?e.message:String(e))}let i=!1,o=new Promise((e,t)=>{n=e,r=t}),l=setTimeout(()=>{this.fail(s,new rf("ready_timeout"))},this.options.readinessTimeoutMs),a={promise:o,ready:!1,succeed(){i||(i=!0,clearTimeout(l),n())},fail(e){i||(i=!0,clearTimeout(l),r(e))}},s={sessionId:e,source:t,attempt:a};return this.current=s,t.onmessage=e=>{let t;if(this.current===s){try{t=JSON.parse(e.data)}catch{return}if("connected"===t.type)a.ready=!0,a.succeed(),this.stopRetrying();else if("startup_error"===t.type){let e="string"==typeof t.errorMessage?t.errorMessage:void 0;this.fail(s,new rf("startup_error",e));return}this.options.onEvent(t)}},t.onerror=()=>{this.fail(s,new rf("closed"))},s}fail(e,t){this.current===e&&(this.discard(e,t),"startup_error"===t.status?this.stopRetrying():this.scheduleRetry(e.sessionId))}discard(e,t){e.attempt.fail(t),e.source.close(),this.current===e&&(this.current=null)}scheduleRetry(e){if(!this.options.shouldMaintain(e)||this.retry?.sessionId===e)return;this.clearRetry();let t=setTimeout(()=>{this.retry?.timer===t&&(this.retry=null,this.maintain(e))},this.options.reconnectDelayMs);this.retry={sessionId:e,timer:t}}stopRetrying(){this.retryGeneration+=1,this.clearRetry()}clearRetry(){this.retry&&clearTimeout(this.retry.timer),this.retry=null}}function rv(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}function rb(e,t,n,r=8){return e+t>=n-r}let ry={isStreaming:!1,streamingMessage:null};function rk(e,t,n){let r=e.streamingMessage;if(!r||!Number.isInteger(t)||t<0)return e;let i=[...r.content],o=n(i[t]);return o?(i[t]=o,{isStreaming:!0,streamingMessage:{...r,content:i}}):e}function rw(e,t){switch(t.type){case"start":return e.streamingMessage?{...e,isStreaming:!0}:{isStreaming:!0,streamingMessage:null};case"snapshot":{let n=ra(t.message,{includeStreamingRawInput:!0});return"assistant"===n.role?{isStreaming:!0,streamingMessage:n}:e}case"delta":var n=t.event;switch(n.type){case"text_start":return rk(e,n.contentIndex,e=>e?.type==="text"?e:{type:"text",text:""});case"text_delta":return rk(e,n.contentIndex,e=>e?.type==="text"?{...e,text:e.text+n.delta}:null);case"text_end":return rk(e,n.contentIndex,e=>({...e?.type==="text"?e:{},type:"text",text:n.content}));case"thinking_start":return rk(e,n.contentIndex,e=>e?.type==="thinking"?e:{type:"thinking",thinking:""});case"thinking_delta":return rk(e,n.contentIndex,e=>e?.type==="thinking"?{...e,thinking:e.thinking+n.delta}:null);case"thinking_end":return rk(e,n.contentIndex,e=>({...e?.type==="thinking"?e:{},type:"thinking",thinking:n.content}));case"toolcall_start":return rk(e,n.contentIndex,e=>e?.type==="toolCall"?{...e,toolCallId:n.id??e.toolCallId,toolName:n.toolName??e.toolName,rawInput:e.rawInput??""}:"string"!=typeof n.toolName?null:{type:"toolCall",toolCallId:n.id??"",toolName:n.toolName,input:{},rawInput:""});case"toolcall_delta":return rk(e,n.contentIndex,e=>e?.type==="toolCall"?{...e,toolCallId:n.id||e.toolCallId,toolName:n.toolName||e.toolName,rawInput:(e.rawInput??"")+n.delta}:null);case"toolcall_end":return rk(e,n.contentIndex,()=>({type:"toolCall",toolCallId:n.toolCall.id,toolName:n.toolCall.name,input:n.toolCall.arguments}));default:return e}case"end":return ry;default:return e}}function rj(e){return{steering:e?.steering??[],followUp:e?.followUp??[]}}let rS="pi-notice-history-v1";function rC(e){return new Promise(t=>setTimeout(t,e))}function rT(e){let t=e.findIndex(e=>!e.exiting);return -1===t?e:e.map((e,n)=>n===t?{...e,exiting:!0}:e)}function rM(e,t){switch(t.type){case"add":if(e.visible.some(e=>e.exiting)||e.visible.length>=5)return{visible:e.visible.some(e=>e.exiting)?e.visible:rT(e.visible),pending:[...e.pending,t.notice]};return{...e,visible:[...e.visible,t.notice]};case"mark_oldest_exiting":return{...e,visible:rT(e.visible)};case"remove":return function(e,t){let n=e,r=t;for(;r.length>0&&n.length<5;){let[e,...t]=r;n=[...n,e],r=t}return r.length>0&&!n.some(e=>e.exiting)&&(n=rT(n)),{visible:n,pending:r}}(e.visible.filter(e=>e.id!==t.id),e.pending);default:return e}}function rR(e,t){switch(t.type){case"add":{let n=e.findIndex(e=>e.id===t.notice.id);if(-1===n)return[...e,t.notice].slice(-50);let r=[...e];return r[n]=t.notice,r}case"remove":return e.filter(e=>e.id!==t.id);case"clear":return t.sessionId?e.filter(e=>e.sessionId!==t.sessionId):[];case"prune":{let t=Date.now()-6e5;return e.filter(e=>!e.ts||e.ts>=t)}default:return e}}function rL(e,t){return e&&"object"==typeof e?"number"!=typeof e.tokensBefore||"number"!=typeof e.estimatedTokensAfter?null:{reason:t,tokensBefore:e.tokensBefore,estimatedTokensAfter:e.estimatedTokensAfter}:null}function rI({label:e}){let[t,n]=(0,i.useState)(null);if((0,i.useEffect)(()=>{let e=new AbortController;return fetch("/api/app-update",{signal:e.signal}).then(async e=>e.ok?e.json():null).then(e=>{e?.updateAvailable&&e.latestVersion&&e.releaseUrl&&n(e)}).catch(()=>{}),()=>e.abort()},[]),!t)return null;let o=e(t.latestVersion);return(0,r.jsxs)("a",{href:t.releaseUrl,target:"_blank",rel:"noopener noreferrer",title:o,"aria-label":o,onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},style:{display:"inline-flex",alignItems:"center",alignSelf:"center",gap:3,minHeight:32,minWidth:0,padding:"0 4px",background:"transparent",borderRadius:5,color:"var(--accent)",fontSize:12,fontWeight:600,lineHeight:1.2,textDecoration:"none",transition:"background 0.12s",whiteSpace:"nowrap"},children:[(0,r.jsxs)("span",{style:{overflow:"hidden",textOverflow:"ellipsis"},children:["v",t.latestVersion]}),(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{flexShrink:0},children:[(0,r.jsx)("path",{d:"M7 17 17 7"}),(0,r.jsx)("path",{d:"M7 7h10v10"})]})]})}function rz(e){return"user"===e.role||"custom"===e.role&&"compaction"===e.customType}function rE(e,t,n={}){let r={...e,content:t};return n.omitUsage&&(r.usage=void 0),r}function rW({messageCount:e,toolCallCount:t,defaultExpanded:n=!1,children:o,t:l}){let[a,s]=(0,i.useState)(n),d=[l("chat.processDetails"),`${e} ${l(1===e?"chat.message":"chat.messages")}`];return t>0&&d.push(`${t} ${l(1===t?"chat.toolCall":"chat.toolCalls")}`),(0,r.jsxs)("div",{style:{marginBottom:14},children:[(0,r.jsxs)("button",{type:"button","aria-expanded":a,onClick:()=>s(e=>!e),style:{display:"flex",alignItems:"center",gap:8,width:"auto",minHeight:24,padding:"2px 0",border:"none",background:"transparent",color:"#ffffff",mixBlendMode:"exclusion",cursor:"pointer",fontSize:12,textAlign:"left"},title:l(a?"chat.collapseProcess":"chat.expandProcess"),children:[(0,r.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0,transform:a?"rotate(90deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("polyline",{points:"4 2.5 7.5 6 4 9.5"})}),(0,r.jsx)("span",{style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:d.join(" \xb7 ")})]}),a&&(0,r.jsx)("div",{style:{marginTop:8},children:o})]})}function r$({session:e,sessionRunning:t,newSessionCwd:o,newSessionDraftKey:l,pendingNewSessionTaskRef:a,onAgentEnd:d,onAttentionNeeded:c,onSessionCreated:u,onSessionForked:p,modelsRefreshKey:h,chatInputRef:g,onBranchDataChange:x,onSystemPromptChange:f,onSystemPromptLoaderChange:v,onSessionStatsChange:b,onSessionStatsPanelOpen:y,onTodosChange:k,onContextUsageChange:w,onOpenFile:j,soundEnabled:S=!0,onSoundToggle:C,playDoneSound:T=()=>{},unlockAudio:M,terminalOpen:R=!1,onToggleTerminal:L}){var I;let z,{t:E}=(0,m.s)(),W=(0,nk.a)(),{isDark:$}=tf(),P=(0,i.useRef)(T);P.current=T;let D=(0,i.useRef)(S);D.current=S;let F=(0,i.useRef)(null),A=(0,i.useCallback)(()=>{D.current&&P.current(),d?.()},[d]),B=(0,i.useCallback)(e=>{g?.current?.replaceMessage(e)},[g]),{loading:N,error:H,messages:O,entryIds:U,parentIds:_,streamState:V,agentRunning:q,bashRunning:K,pendingBash:J,modelNames:Y,modelList:X,modelError:Z,modelScopeWarnings:G,modelThinkingLevels:Q,modelThinkingLevelMaps:ee,toolPreset:et,thinkingLevel:en,retryInfo:er,contextUsage:ei,forkingEntryId:eo,commandBusy:el,isCompacting:ea,compactError:es,compactResult:ed,displayModel:ec,modelSwitching:eu,sessionStats:ep,todos:eh,slashCommands:eg,slashCommandsLoading:ex,queuedMessages:ef,notices:em,noticeHistory:ev,extensionDialog:eb,extensionCustomUi:ey,extensionStatuses:ek,extensionWidgets:ew,respondToExtensionUi:ej,sendExtensionCustomInput:eS,removeNotice:eC,clearNotices:eT,setNoticeHistoryFrozen:eM,isAutoModelSelection:eR,agentPhase:eL,isNew:eI,sessionIdRef:ez,messagesEndRef:eE,scrollContainerRef:eW,lastUserMsgRef:e$,promptAnchorActive:eP,handleSend:eD,handleAbort:eH,handleFork:eO,handleNavigate:e_,handleModelChange:eq,handleCompact:eK,handleSteer:eJ,handleFollowUp:eY,handlePromptWithStreamingBehavior:eX,handleAbortCompaction:eZ,handleRecallQueue:eG,handleBuiltinSlashCommand:eQ,handleToolPresetChange:e0,handleThinkingLevelChange:e1,loadSlashCommands:e2,scrollUserMsgToTop:e4,scrollToBottom:e8,loadContext:e5,activeLeafId:e6,hasOlderChat:e3}=function(e){let{session:t,sessionRunning:r,newSessionCwd:o,newSessionDraftKey:l,onAgentEnd:a,onAttentionNeeded:s,onSessionCreated:d,onSessionForked:c,modelsRefreshKey:u,onBranchDataChange:p,onSystemPromptChange:h,onSystemPromptLoaderChange:g,onSessionStatsPanelOpen:x}=e,f=null===t&&null!==o,[m,v]=(0,i.useState)(null),[b,y]=(0,i.useState)(!f),[k,w]=(0,i.useState)(null),[j,S]=(0,i.useState)(null),[C,T]=(0,i.useState)(!1),[M,R]=(0,i.useState)([]),[L,I]=(0,i.useState)([]),[z,E]=(0,i.useState)([]),[W,$]=(0,i.useState)([]),[P,D]=(0,i.useReducer)(rw,ry),[F,A]=(0,i.useState)(!1),[B,N]=(0,i.useState)(!1),[H,O]=(0,i.useState)(null),[U,_]=(0,i.useState)({}),[V,q]=(0,i.useState)([]),[K,J]=(0,i.useState)(null),[Y,X]=(0,i.useState)([]),[Z,G]=(0,i.useState)({}),[Q,ee]=(0,i.useState)({}),[et,en]=(0,i.useState)(null),[er,ei]=(0,i.useState)(null),[eo,el]=(0,i.useState)("default"),[ea,es]=(0,i.useState)("auto"),[ed,ec]=(0,i.useState)(null),[eu,ep]=(0,i.useState)(null),[eh,eg]=(0,i.useState)(null),[ex,ef]=(0,i.useState)(null),[em,ev]=(0,i.useState)(null),[eb,ey]=(0,i.useState)(null),[ek,ew]=(0,i.useState)(!1),[ej,eS]=(0,i.useState)(!1),[eC,eT]=(0,i.useState)(null),[eM,eR]=(0,i.useState)(null),[eL,eI]=(0,i.useState)(null),[ez,eE]=(0,i.useState)(null),[eW,e$]=(0,i.useState)(!1),[eP,eD]=(0,i.useState)([]),[eF,eA]=(0,i.useState)(!1),[eB,eN]=(0,i.useReducer)(rM,{visible:[],pending:[]}),[eH,eO]=(0,i.useReducer)(rR,void 0,()=>(function(){try{let e=window.localStorage.getItem(rS);if(!e)return[];let t=JSON.parse(e);if(!t||!Array.isArray(t.notices))return[];let n=Date.now()-6e5;return t.notices.filter(e=>e&&"string"==typeof e.message&&(t.savedAt??0)>=n).slice(-50)}catch{return[]}})()),[eU,e_]=(0,i.useState)(null),[eV,eq]=(0,i.useState)(null),[eK,eJ]=(0,i.useState)(null),[eY,eX]=(0,i.useState)([]),[eZ,eG]=(0,i.useState)([]),[eQ,e0]=(0,i.useState)({steering:[],followUp:[]}),e1=(0,i.useRef)(null),e2=(0,i.useRef)(null),e4=(0,i.useRef)(null),e8=(0,i.useRef)(0),e5=(0,i.useRef)(!1),e6=(0,i.useRef)(t?.id??null),e3=(0,i.useRef)(t?.id??null),e7=(0,i.useRef)(!!r),e9=(0,i.useRef)(!1),te=(0,i.useRef)(!1),tt=(0,i.useRef)(!1),tn=(0,i.useRef)(-1),tr=(0,i.useRef)(!1),ti=(0,i.useRef)(0),to=(0,i.useRef)(null),tl=(0,i.useRef)(!1),ta=(0,i.useRef)(null),ts=(0,i.useRef)(!1),td=(0,i.useRef)(!0),tc=(0,i.useRef)(0),tu=(0,i.useRef)(null),tp=(0,i.useRef)(void 0),th=(0,i.useRef)(null),tg=(0,i.useRef)(null),tx=(0,i.useRef)(null),tf=(0,i.useRef)(!1),tm=(0,i.useRef)(null),tv=(0,i.useRef)(null),tb=(0,i.useRef)(0),ty=(0,i.useRef)(null),tk=(0,i.useRef)(!1),tw=(0,i.useRef)(new Map),tj=(0,i.useRef)(!0);e3.current=t?.id??null,e7.current=!!r,e2.current||(e2.current=new rm({createSource:e=>new EventSource(`/api/agent/${encodeURIComponent(e)}/events`),onEvent:e=>to.current?.(e),shouldMaintain:e=>tj.current&&e6.current===e&&(e9.current||e5.current||e3.current===e&&e7.current),readinessTimeoutMs:6e4,reconnectDelayMs:1e3,onUnexpectedError:e=>{console.error("Failed to maintain the agent event stream:",e)}}));let tS=e.setToolPreset??el;(0,i.useLayoutEffect)(()=>{f&&!e6.current&&tS(function(e=rh()){if(!e)return"default";try{let t=e.getItem(rp);return(0,ru.sn)(t)?t:"default"}catch{return"default"}}())},[f,tS]);let tC=(0,i.useCallback)((e="smooth")=>{let t=tg.current;th.current?.scrollIntoView({behavior:e}),t&&(tc.current=t.scrollTop)},[]),tT=em??m?.context.model??eb??null,tM=f?et??er:tT,tR=t?.id??l??void 0,tL=(0,i.useCallback)(e=>{if(!e)return;let t=e,n=new Set;for(;!n.has(t);){n.add(t);let e=tw.current.get(t);if(!e)break;t=e}return t},[]),tI=(0,i.useCallback)((t,n,r)=>{let i=n?.map(({data:e,mimeType:t})=>({data:e,mimeType:t})),o=tL(r);if(!tj.current&&!tf.current&&r===l)return;let a=e.chatInputRef?.current;if(a)a.restoreSubmission(t,i,o);else{let e,n;o&&(n=ne(t,i,(e=t6(o)??{value:"",images:[]}).value,e.images),t3(o,n))}},[l,e.chatInputRef,tL]),tz=(0,i.useMemo)(()=>{if(eU)return{...eU,totalActiveMs:m?.totalActiveMs};let e={input:0,output:0,cacheRead:0,cacheWrite:0,total:0},n=0,r=0,i=0,o=0,l=0;for(let t of M){if("user"===t.role&&(r+=1),"toolResult"===t.role&&(o+=1),"assistant"!==t.role)continue;i+=1;let a=t.usage;l+=t.content.filter(e=>"toolCall"===e.type).length,a&&(e.input+=a.input??0,e.output+=a.output??0,e.cacheRead+=a.cacheRead??0,e.cacheWrite+=a.cacheWrite??0,n+=a.cost?.total??0)}return(e.total=e.input+e.output+e.cacheRead+e.cacheWrite,0===e.total&&0===M.length)?null:{sessionFile:m?.filePath||void 0,sessionId:e6.current??t?.id??"",sessionName:t?.name,userMessages:r,assistantMessages:i,toolCalls:l,toolResults:o,totalMessages:M.length,tokens:e,cost:n,totalActiveMs:m?.totalActiveMs,...eu?{contextUsage:eu}:{}}},[M,eU,eu,m?.filePath,m?.totalActiveMs,t?.id,t?.name]),tE=(0,i.useCallback)(async(e,t=!1,n=!1)=>{let r=!1;try{t&&y(!0);let i=new URLSearchParams({deferThinking:"1"}),o=await fetch(`/api/sessions/${encodeURIComponent(e)}?${i}`);if(404===o.status)return t&&(v(null),S(null),R([]),$([]),w(null)),null;if(!o.ok)throw Error(`HTTP ${o.status}`);let l=await o.json();if(e6.current!==e)return null;let a=l.context.messages;if(v(l),S(l.leafId),R(a),I(l.context.entryIds??[]),E(l.context.parentIds??l.context.entryIds.map(()=>null)),$(l.context.todos??[]),T(l.hasMore??!1),ev(e=>tk.current?e:null),w(null),l.context.thinkingLevel&&"off"!==l.context.thinkingLevel&&es(l.context.thinkingLevel),r=!0,t&&y(!1),!n)return null;try{let t=await fetch(`/api/sessions/${encodeURIComponent(e)}/state`);if(!t.ok)throw Error(`HTTP ${t.status}`);let n=await t.json();if(e6.current!==e)return null;let r=n.state;return r?(void 0!==r.contextUsage&&ep(r.contextUsage??null),void 0!==r.systemPrompt&&eg(r.systemPrompt??null),void 0!==r.thinkingLevel&&es(r.thinkingLevel??"auto"),void 0!==r.extensionStatuses&&eX(r.extensionStatuses??[]),void 0!==r.extensionWidgets&&eG(r.extensionWidgets??[]),void 0!==r.queuedMessages&&e0(rj(r.queuedMessages))):n.running||e0({steering:[],followUp:[]}),n}catch(e){return console.error("Failed to load agent state:",e),null}}catch(e){return w(String(e)),null}finally{t&&!r&&y(!1)}},[]),tW=(0,i.useCallback)(async(e,t,n)=>{try{let r=new URLSearchParams({deferThinking:"1"});null===t?r.set("leafId","null"):t&&r.set("leafId",t),n&&r.set("before",n);let i=`/api/sessions/${encodeURIComponent(e)}/context?${r}`,o=await fetch(i);if(!o.ok)throw Error(`HTTP ${o.status}`);let l=await o.json();T(l.hasMore??!1);let a=e=>e??l.context.entryIds.map(()=>null);n?(R(e=>[...l.context.messages,...e]),I(e=>[...l.context.entryIds,...e]),E(e=>[...a(l.context.parentIds),...e])):(R(l.context.messages),I(l.context.entryIds??[]),E(a(l.context.parentIds)),$(l.context.todos??[]))}catch(e){console.error("Failed to load context:",e)}},[]),t$=(0,i.useCallback)(async e=>{try{let t=await rc(e,{type:"get_tools"});if(t){let{getPresetFromTools:e}=await Promise.resolve().then(n.bind(n,14755));tS(e(t))}}catch(e){console.error("Failed to load tools:",e)}},[tS]),tP=(0,i.useCallback)((t=0,n="(no messages)")=>{let r=e6.current;if(f&&o&&r&&!tf.current&&(tf.current=!0,l)){if(l!==r){tw.current.set(l,r);let t=e.chatInputRef?.current;t?t.rekeyDraft(l,r):nt(l,r)}d?.({id:r,path:"",cwd:o,name:void 0,created:new Date().toISOString(),modified:new Date().toISOString(),messageCount:t,firstMessage:n,transient:!0},l)}},[f,o,l,d,e.chatInputRef]),tD=(0,i.useCallback)(async()=>{if(e6.current||!f||!o)return e6.current;if(tx.current)return tx.current;let t=(async()=>{let t=tm.current,n=tv.current;t&&ey(t);let r=(0,ru.xG)(eo),i=e.pendingNewSessionTaskRef?.current,l=await fetch("/api/agent/new",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:o,type:"ensure_session",toolNames:r,...i?{taskId:i.taskId}:{},...t?{provider:t.provider,modelId:t.modelId}:{},...n?{thinkingLevel:n}:{}})});if(!l.ok)throw Error(`HTTP ${l.status}`);let a=await l.json(),s=a.sessionId;return e6.current=s,a.model&&tm.current===t&&(ey(a.model),t||ei(a.model)),a.thinkingLevel&&tv.current===n&&es(a.thinkingLevel),s})();tx.current=t;try{return await t}finally{tx.current=null}},[f,o,eo]),tF=(0,i.useCallback)(async()=>{let e=e6.current??await tD();if(!e)return;let t=await rc(e,{type:"get_state"});tj.current&&e6.current===e&&eg(t.systemPrompt??"")},[tD]),tA=(0,i.useCallback)(async()=>{let e=e6.current??await tD();if(!e)return eD([]),[];eA(!0);try{let t=await rc(e,{type:"get_commands"}),n=t?.commands??[];return eD(n),n}catch(e){return console.error("Failed to load slash commands:",e),eD([]),[]}finally{eA(!1)}},[tD]),tB=(0,i.useCallback)(()=>{e8.current+=1,e5.current=!1,e4.current&&(clearTimeout(e4.current),e4.current=null)},[]),tN=(0,i.useCallback)(()=>{e2.current?.close()},[]),tH=(0,i.useCallback)(e=>e2.current.ensureConnected(e),[]),tO=(0,i.useCallback)(e=>{e2.current.maintain(e)},[]);(0,i.useEffect)(()=>{if(t?.id&&r)return tO(t.id),()=>{e6.current!==t.id||e9.current||e5.current||e3.current===t.id&&e7.current||e2.current?.close()}},[tO,t?.id,r]);let tU=(0,i.useCallback)(async(e,t)=>{let n=e6.current;if(eq(t=>t?.id===e.id?null:t),n)try{await rc(n,{type:"extension_ui_response",id:e.id,...t})}catch(e){console.error("Failed to send extension UI response:",e)}},[]),t_=(0,i.useCallback)(async(e,t)=>{let n=e6.current;if(n)try{await rc(n,{type:"extension_ui_input",id:e.id,data:t})}catch(e){console.error("Failed to send extension custom UI input:",e)}},[]),tV=(0,i.useCallback)(e=>{let t=e.message.trim();if(!t)return;let n={id:e.id??("u">typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now()}-${Math.random().toString(36).slice(2)}`),message:t,type:e.type??"info",ts:Date.now(),sessionId:e6.current??void 0};eN({type:"add",notice:n}),eO({type:"add",notice:n})},[]),tq=(0,i.useCallback)(e=>{eO({type:"remove",id:e})},[]),tK=(0,i.useCallback)(()=>{eO({type:"clear",sessionId:e6.current??void 0})},[]),tJ=(0,i.useCallback)(t=>{switch(ri(t)&&s?.(t),t.method){case"select":case"confirm":case"input":case"editor":eq(t);break;case"notify":tV({id:t.id,message:t.message,type:t.notifyType??"info"});break;case"setStatus":eX(e=>{let n=e.filter(e=>e.key!==t.statusKey);return void 0!==t.statusText?[...n,{key:t.statusKey,text:t.statusText}]:n});break;case"setWidget":eG(e=>{let n=e.filter(e=>e.key!==t.widgetKey);return t.widgetLines?[...n,{key:t.widgetKey,lines:t.widgetLines,placement:t.widgetPlacement??"aboveEditor"}]:n});break;case"setTitle":t.title&&(document.title=t.title);break;case"set_editor_text":e.chatInputRef?.current?.insertText(t.text);break;case"custom":eJ(e=>t.closed?e?.id===t.id?null:e:t)}},[tV,s,e.chatInputRef]),tY=(0,i.useCallback)(()=>{let e=e9.current;return e9.current=!1,A(!1),eE(null),ec(null),D({type:"end"}),e},[]),tX=(0,i.useCallback)(e=>tn.current!==e&&(tn.current=e,a?.(),!0),[a]),tZ=(0,i.useCallback)(e=>{tB(),e5.current=!0;let t=e8.current,n=async()=>{if(t===e8.current&&e6.current===e&&e5.current)try{let r=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(!r.ok)throw Error(`HTTP ${r.status}`);let i=await r.json();if(t!==e8.current||e6.current!==e||!e5.current)return;let o=i.state;if(i.running&&o&&(o.isStreaming||o.isPromptRunning)){e5.current=!1,e4.current=null,te.current=!!o?.isStreaming,tt.current=!!o?.isPromptRunning,e9.current=!0,A(!0),eE(o?.isStreaming?{kind:"waiting_model"}:{kind:"running_command"});return}if(i.running&&o?.isCompacting){eS(!0),e4.current=setTimeout(()=>void n(),600);return}e5.current=!1,e4.current=null,tN()}catch{if(t!==e8.current||e6.current!==e||!e5.current)return;e4.current=setTimeout(()=>void n(),600)}};e4.current=setTimeout(()=>void n(),3e4)},[tB,tN]),tG=(0,i.useCallback)(async(e=e6.current,t=tb.current)=>{if(tb.current===t)try{e&&await tE(e)}finally{if(tb.current!==t)return;let n=tt.current,r=te.current;tt.current=!1,te.current=!1,ty.current=null;let i=tY();n?tX(t):r&&i&&a?.(),e&&tZ(e)}},[tE,tX,a,tZ,tY]),tQ=(0,i.useCallback)(async(e,t)=>{await rC(800);let n=Date.now();for(;e9.current&&Date.now()-n<2e4;){if(void 0!==t&&tb.current!==t)return;try{let n=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(n.ok){let r=await n.json(),i=r.state;if(!r.running||!i||!i.isStreaming&&!i.isPromptRunning)return void await tG(e,t)}}catch{}await rC(600)}},[tG]),t0=(0,i.useCallback)(async e=>{let t=ti.current+1;for(ti.current=t;tr.current&&ti.current===t&&e6.current===e;){await rC(1e3);try{let n=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(!n.ok)continue;let r=await n.json();if(r.state?.isBashRunning)continue;if(await tE(e),ti.current!==t||e6.current!==e)return;tr.current=!1,N(!1),O(null);return}catch{}}},[tE]),t1=(0,i.useCallback)(async e=>{if(!e9.current||e6.current!==e)return;let t=tb.current;try{let n=await fetch(`/api/agent/${encodeURIComponent(e)}`);if(!n.ok)return;let r=await n.json();if(e6.current!==e||tb.current!==t)return;let i=r.state;if(eS(i?.isCompacting??!1),e0(rj(i?.queuedMessages)),r.running&&i&&(i.isStreaming||i.isPromptRunning||i.isCompacting)){te.current=!!i.isStreaming,tt.current=!!i.isPromptRunning;return}if(!e9.current)return;i&&(void 0!==i.contextUsage&&ep(i.contextUsage??null),void 0!==i.systemPrompt&&eg(i.systemPrompt??null),void 0!==i.extensionStatuses&&eX(i.extensionStatuses??[]),void 0!==i.extensionWidgets&&eG(i.extensionWidgets??[])),await tG(e,t)}catch{}},[tG]);(0,i.useEffect)(()=>{if(!F)return;let e=()=>{let e=e6.current;e&&t1(e)},t=()=>{"visible"===document.visibilityState&&e()},n=setInterval(e,15e3);return document.addEventListener("visibilitychange",t),window.addEventListener("online",e),()=>{clearInterval(n),document.removeEventListener("visibilitychange",t),window.removeEventListener("online",e)}},[F,t1]),(0,i.useEffect)(()=>{e9.current=F},[F]),to.current=(0,i.useCallback)(e=>{switch(e.type){case"connected":D({type:"end"}),!0===e.isStreaming&&(tB(),te.current=!0,e9.current=!0,A(!0),eE({kind:"waiting_model"}));break;case"agent_start":tB(),te.current=!0,e9.current=!0,A(!0),eE({kind:"waiting_model"}),D({type:"start"});break;case"agent_end":if(!e9.current)break;eE(null),ec(null),D({type:"end"}),e6.current&&(tE(e6.current),fetch(`/api/agent/${encodeURIComponent(e6.current)}`).then(e=>e.json()).then(e=>{e.state?.contextUsage!==void 0&&ep(e.state.contextUsage??null),e.state?.systemPrompt!==void 0&&eg(e.state.systemPrompt??null),e.state?.extensionStatuses!==void 0&&eX(e.state.extensionStatuses??[]),e.state?.extensionWidgets!==void 0&&eG(e.state.extensionWidgets??[]),e0(rj(e.state?.queuedMessages))}).catch(()=>{}));break;case"agent_settled":{let e=te.current;if(te.current=!1,!e||tt.current)break;let t=e6.current,n=tY();eS(!1),t&&(tE(t),tZ(t)),n&&a?.();break}case"prompt_done":{let e=tb.current,t=tt.current;tt.current=!1,ty.current=null;let n=tX(e);if(!t&&!n)break;let r=e6.current;r&&tE(r),!te.current&&(tY(),r&&tZ(r))}break;case"prompt_error":tV({type:"error",message:e.errorMessage??"Command failed"});break;case"extension_error":tV({type:"error",message:e.error??"Extension command failed"});break;case"message_start":case"message_update":if(!e9.current)break;if("message_start"===e.type){let t=e.message;if(t?.role==="user")break;t?.role==="assistant"?(D({type:"snapshot",message:t}),t.content.length>0&&eE(null)):t&&eE(null)}else{let t=e.assistantMessageEvent;t&&(D({type:"delta",event:t}),"toolcall_start"!==t.type&&"toolcall_delta"!==t.type&&eE(null))}!ts.current&&td.current&&null===tu.current&&(tu.current=requestAnimationFrame(()=>{tu.current=null,td.current&&tC("smooth")}));break;case"message_end":{if(!e9.current)break;let t=e.message;if(t&&"user"===t.role){let e=ra(t),n=rx(e),r=ty.current;ty.current=null,R(t=>{let i=t[t.length-1];return r&&i?.role==="user"&&rx(i)===r?r===n?t:[...t.slice(0,-1),e]:[...t,e]})}else t&&R(e=>[...e,ra(t)]);D({type:"end"}),eE({kind:"waiting_model"});break}case"tool_execution_start":{let t=e.toolCallId,n=e.toolName;eE(e=>{let r=e?.kind==="running_tools"?[...e.tools]:[];return r.some(e=>e.id===t)||r.push({id:t,name:n}),{kind:"running_tools",tools:r}});break}case"tool_execution_update":{let t=e.toolCallId,n=e.toolName,r=function(e){if(!rv(e))return null;let t=e.content;if(!Array.isArray(t))return null;let n=t.filter(e=>rv(e)&&"text"===e.type&&"string"==typeof e.text).map(e=>e.text).join("\n").split(/\r?\n/),r="";for(let e=n.length-1;e>=0&&!(r=n[e].trim());e-=1);if(!r)return null;let i=r.replace(/\s+/g," ");return i.length<=500?i:`...${i.slice(-497)}`}(e.partialResult);eE(e=>{let i=e?.kind==="running_tools"?[...e.tools]:[],o=i.find(e=>e.id===t),l={id:t,name:n||o?.name||"tool",progress:r??o?.progress};return{kind:"running_tools",tools:[...i.filter(e=>e.id!==t),l]}});break}case"tool_execution_end":{let t=e.toolCallId;eE(e=>{if(e?.kind!=="running_tools")return e;let n=e.tools.filter(e=>e.id!==t);return 0===n.length?{kind:"waiting_model"}:{kind:"running_tools",tools:n}});break}case"queue_update":e0({steering:[...e.steering??[]],followUp:[...e.followUp??[]]});break;case"auto_retry_start":ec({attempt:e.attempt,maxAttempts:e.maxAttempts,errorMessage:e.errorMessage});break;case"auto_retry_end":ec(null);break;case"auto_compaction_start":case"compaction_start":eS(!0),eR(null),eI(null);break;case"auto_compaction_end":case"compaction_end":eS(!1),e.errorMessage?(eR(e.errorMessage),eI(null)):!e.aborted&&(eI(rL(e.result,e.reason??"auto")),e6.current&&tE(e6.current));break;case"extension_ui_request":tJ(e)}},[tV,tB,tJ,tE,tX,a,tZ,tC,tY]);let t2=(0,i.useCallback)(async(e,n)=>{let r=e.trim();if(!r&&!n?.length)return;if(e9.current||tr.current||e1.current)return void tI(e,n,tR);let i=!n?.length&&r.startsWith("/");if(!n?.length&&r.startsWith("!")){let t=r.startsWith("!!"),i=(t?r.slice(2):r.slice(1)).trim();return i?void await tp.current?.(i,t):void tI(e,n,tR)}let l=tb.current+1;tB(),tt.current=!0;let a=n?.map(e=>({type:"image",source:{type:"base64",media_type:e.mimeType,data:e.data}})),s={role:"user",content:a?.length?[...e.trim()?[{type:"text",text:e}]:[],...a]:e,timestamp:Date.now()};R(e=>[...e,s]),ty.current=rx(s),tb.current=l,e9.current=!0,A(!0),eE(i?{kind:"running_command"}:{kind:"waiting_model"}),D({type:"start"}),ts.current=!0,e$(!0);let d=n?.map(e=>({type:"image",data:e.data,mimeType:e.mimeType})),c=null,u=!1;try{if(f&&o){let t=e6.current??await tx.current,n=t??await tD();if(!n)throw Error("Unable to create a session for the prompt");c=n,et&&(ey(et),t&&await rc(n,{type:"set_model",provider:et.provider,modelId:et.modelId})),await tH(n),u=!0,tP(1,e),await rc(n,{type:"prompt",message:e,...d?.length?{images:d}:{}})}else if(t)c=t.id,await tH(t.id),u=!0,await rc(t.id,{type:"prompt",message:e,...d?.length?{images:d}:{}});else throw Error("No active session for the prompt");i&&c&&tQ(c,l)}catch(t){if(console.error("Failed to send message:",t),!(!u||rd(t))&&c)return void tQ(c,l);if(tt.current=!1,R(e=>{let t=e.lastIndexOf(s);return -1===t?e:[...e.slice(0,t),...e.slice(t+1)]}),tV({type:"error",message:t instanceof Error?t.message:String(t)}),tI(e,n,tR),ty.current=null,c)return void t1(c);e9.current=!1,tN(),A(!1),eE(null),D({type:"end"})}},[f,o,et,t,tD,tH,tP,tQ,tV,tB,tN,tR,t1,tI]);tp.current=(0,i.useCallback)(async(e,n)=>{if(e9.current||tr.current||e1.current)return;let r=`${n?"!!":"!"}${e}`;tr.current=!0,O({command:e,excludeFromContext:n}),N(!0);try{let i=e6.current??t?.id??await tD();if(!i)throw Error("Unable to create a session for the shell command");tP(1,r),await rc(i,{type:"bash",command:e,excludeFromContext:n}),await tE(i)}catch(e){console.error("Failed to execute shell command:",e),tV({type:"error",message:e instanceof Error?e.message:String(e)}),tI(r,void 0,tR)}finally{tr.current=!1,O(null),N(!1)}},[tV,tR,tD,tE,tP,tI,t]);let t4=(0,i.useCallback)(async()=>{let t=e6.current;if(!t)return;if(tr.current){try{await rc(t,{type:"abort_bash"})}catch(e){console.error("Failed to abort bash:",e)}return}let n=[];try{let e=await rc(t,{type:"clear_queue"});e0({steering:[],followUp:[]}),n=[...e?.steering??[],...e?.followUp??[]]}catch(e){console.error("Failed to recall queued messages on abort:",e)}n.length>0&&e.chatInputRef?.current?.prependText(n.join("\n\n"));try{await rc(t,{type:"abort"})}catch(e){console.error("Failed to abort:",e)}},[e.chatInputRef]),t8=(0,i.useCallback)(async e=>{if(tr.current||e1.current)return;let t=e6.current;if(t){ef(e);try{let{cancelled:n,newSessionId:r}=await rc(t,{type:"fork",entryId:e})??{};!n&&r&&c?.(r)}catch(e){console.error("Fork failed:",e)}finally{ef(null)}}},[c]),t5=(0,i.useCallback)(async(e,t)=>{if(tr.current||e1.current)return;let n=e6.current;if(!n)return;let r=void 0===t?e:t;try{await rc(n,{type:"navigate_tree",targetId:e})}catch(e){console.error("Navigate failed:",e)}S(r),await tW(n,r)},[tW]),t9=(0,i.useCallback)(async e=>{if(tr.current||e1.current)return;S(e);let t=e6.current;t&&(await tW(t,e),e&&rc(t,{type:"navigate_tree",targetId:e}).catch(()=>{}))},[tW]),nn=(0,i.useCallback)(async(e,t)=>{if(f){let n={provider:e,modelId:t};tm.current=n,en(n),ey(n);let r=e6.current??await tx.current;if(!r)return;try{await rc(r,{type:"set_model",provider:e,modelId:t})}catch(e){console.error("Failed to set model:",e)}return}let n=e6.current;if(n&&!tk.current){tk.current=!0,ev({provider:e,modelId:t}),ew(!0);try{await rc(n,{type:"set_model",provider:e,modelId:t}),tk.current=!1,await tE(n)}catch(e){console.error("Failed to set model:",e),tk.current=!1,ev(em),tV({type:"error",message:`Failed to switch model: ${e instanceof Error?e.message:String(e)}`}),await tE(n)}finally{tk.current=!1,ew(!1)}}},[tV,em,f,tE,en]),nr=(0,i.useCallback)(async(e,t)=>{if(e1.current)return!1;e1.current={name:e},eT({name:e});try{return await t(),!0}finally{e1.current=null,eT(null)}},[]),ni=(0,i.useCallback)(async()=>{let e=e6.current;e&&!ej&&await nr("compact",async()=>{eS(!0),eR(null),eI(null);try{let t=await rc(e,{type:"compact"});eI(rL(t,"manual")),await tE(e,!0)}catch(e){eR(e instanceof Error?e.message:String(e)),eI(null)}finally{eS(!1)}})},[ej,tE,nr]),no=(0,i.useCallback)(async e=>{let n=o??t?.cwd??"",r=n?`/api/models?cwd=${encodeURIComponent(n)}`:"/api/models",i=await fetch(r,e?{signal:e}:void 0);if(!i.ok)throw Error(`HTTP ${i.status}`);let l=await i.json();_(l.models),J(l.modelError??null),X(l.modelScopeWarnings??[]),G(l.thinkingLevels??{}),ee(l.thinkingLevelMaps??{});let a=l.modelList??[];if(q(a),f&&!e6.current){let e=(l.defaultModel?a.find(e=>e.id===l.defaultModel?.modelId&&e.provider===l.defaultModel?.provider):void 0)??a[0];ei(e?{provider:e.provider,modelId:e.id}:null);let t=e&&l.thinkingLevelPins?.[`${e.provider}/${e.id}`];null===tv.current&&es(t??"auto")}},[f,o,t?.cwd]),nl=(0,i.useCallback)(async e=>{if(!e.startsWith("/"))return{handled:!1};let t=e.match(/^\/([^\s]+)(?:\s+([\s\S]*))?$/);if(!t)return{handled:!1};let[,n,r=""]=t,i=r.trim(),o=e6.current??await tD(),l=e=>(e.handled&&(e.error?tV({type:"error",message:e.error}):"openSessionStats"!==e.action&&tV({type:"success",message:e.message??"Command completed"})),e);if(e1.current)return l({handled:!0,error:"Another command is still running"});try{switch(n){case"compact":if(!o)return l({handled:!0,error:"No active session to compact"});if(ej)return l({handled:!0,error:"Compaction already in progress"});if(!await nr("compact",async()=>{eS(!0),eR(null),eI(null);let e=await rc(o,{type:"compact",...i?{customInstructions:i}:{}});eI(rL(e,"manual")),await tE(o,!0)&&tP()}))return l({handled:!0,error:"Another command is still running"});return l({handled:!0,message:"Compacted context"});case"reload":if(!o)return l({handled:!0,error:"No active session to reload"});if(!await nr("reload",async()=>{await rc(o,{type:"reload"}),await Promise.all([tE(o,!1,!0),t$(o),tA(),no()])}))return l({handled:!0,error:"Another command is still running"});return l({handled:!0,message:"Reloaded session resources"});case"name":if(!o)return l({handled:!0,error:"No active session to name"});if(!i)return l({handled:!0,error:"Usage: /name <name>"});return await rc(o,{type:"set_session_name",name:i}),await tE(o)&&tP(),l({handled:!0,message:`Session renamed to ${i}`});case"session":{if(!o)return l({handled:!0,error:"No active session"});let e=await rc(o,{type:"get_session_stats"});return e&&e_(e),x?.(),l({handled:!0,action:"openSessionStats"})}case"copy":{if(!o)return l({handled:!0,error:"No active session"});let e=await rc(o,{type:"get_last_assistant_text"}),t=e?.text??"";if(!t)return l({handled:!0,error:"No assistant message to copy"});return await navigator.clipboard.writeText(t),l({handled:!0,message:"Copied last assistant message"})}default:return{handled:!1}}}catch(e){return l({handled:!0,error:e instanceof Error?e.message:String(e)})}finally{"compact"===n&&eS(!1)}},[tV,tD,ej,no,tE,tA,t$,tP,x,nr]),na=(0,i.useCallback)(async(e,t,n)=>{let r=e6.current;if(!r){tI(e,n,tR),tV({type:"error",message:"No active session for the queued message"});return}let i=n?.map(e=>({type:"image",data:e.data,mimeType:e.mimeType}));try{await rc(r,{type:"prompt",message:e,streamingBehavior:t,...i?.length?{images:i}:{}})}catch(t){console.error("Failed to submit streaming prompt:",t),rd(t)&&tI(e,n,tR),tV({type:"error",message:t instanceof Error?t.message:String(t)})}},[tV,tR,tI]),ns=(0,i.useCallback)(async(e,t)=>{await na(e,"steer",t)},[na]),nd=(0,i.useCallback)(async(e,t,n)=>{await na(e,t,n)},[na]),nc=(0,i.useCallback)(async(e,t)=>{await na(e,"followUp",t)},[na]),nu=(0,i.useCallback)(async()=>{let e=e6.current;if(e)try{await rc(e,{type:"abort_compaction"})}catch(e){console.error("Failed to abort compaction:",e)}},[]),np=(0,i.useCallback)(async()=>{let t=e6.current;if(t)try{let n=await rc(t,{type:"clear_queue"});e0({steering:[],followUp:[]});let r=[...n?.steering??[],...n?.followUp??[]];r.length>0&&e.chatInputRef?.current?.prependText(r.join("\n\n"))}catch(e){console.error("Failed to recall queued messages:",e),tV({type:"error",message:"Failed to recall queued messages"})}},[e.chatInputRef,tV]),nh=(0,i.useCallback)(async e=>{if(es(e),f&&!e6.current&&(tv.current="auto"===e?null:e),"auto"===e)return;let t=e6.current??await tx.current;if(t)try{await rc(t,{type:"set_thinking_level",level:e})}catch(e){console.error("Failed to set thinking level:",e)}},[f]),ng=(0,i.useCallback)(async e=>{let t=(0,ru.xG)(e);!function(e,t=rh()){if(t)try{t.setItem(rp,e)}catch{}}(e),tS(e);let n=e6.current??await tx.current;if(n)try{await rc(n,{type:"set_tools",toolNames:t})}catch(e){console.error("Failed to set tools:",e)}},[tS]),nx=(0,i.useCallback)(()=>{let e=tg.current,t=ta.current;if(!e||!t)return;let n=Math.min(Math.max(0,t.getBoundingClientRect().top-e.getBoundingClientRect().top+e.scrollTop-16),Math.max(0,e.scrollHeight-e.clientHeight));null!==tu.current&&(cancelAnimationFrame(tu.current),tu.current=null),td.current=!0,tc.current=n,e.scrollTo({top:n,behavior:"auto"})},[]),nf=(0,i.useCallback)(()=>{let e=tg.current;if(e){let{scrollTop:t,clientHeight:n,scrollHeight:r}=e,i=e9.current,o=td.current,l=function(e,t,n,r,i,o=96){return!!rb(n,r,i)||!(n<t)&&(!!(!e&&n>t&&rb(n,r,i,o))||e)}(o,tc.current,t,n,r,i?96:8);td.current=l,tc.current=t,!o&&l&&i?tC("auto"):l||null===tu.current||(cancelAnimationFrame(tu.current),tu.current=null)}},[tC]);(0,i.useEffect)(()=>(tj.current=!0,t&&(e6.current=t.id,tE(t.id,!0,!0).then(e=>{e?.running&&(t$(t.id),(e.state?.isStreaming||e.state?.isPromptRunning)&&(te.current=!!e.state.isStreaming,tt.current=!!e.state.isPromptRunning,e9.current=!0,A(!0),eE(e.state.isStreaming?{kind:"waiting_model"}:{kind:"running_command"}),D({type:"start"}),tO(t.id),!e.state.isStreaming&&e.state.isPromptRunning&&tQ(t.id)),e.state?.isBashRunning&&(tr.current=!0,N(!0),t0(t.id))),e?.state&&(void 0!==e.state.isCompacting&&eS(e.state.isCompacting),void 0!==e.state.contextUsage&&ep(e.state.contextUsage??null),void 0!==e.state.systemPrompt&&eg(e.state.systemPrompt??null),void 0!==e.state.thinkingLevel&&es(e.state.thinkingLevel??"auto"),void 0!==e.state.extensionStatuses&&eX(e.state.extensionStatuses??[]),void 0!==e.state.extensionWidgets&&eG(e.state.extensionWidgets??[]),void 0!==e.state.queuedMessages&&e0(rj(e.state.queuedMessages)))})),()=>{tj.current=!1;let e=f?l:null;e&&queueMicrotask(()=>{tj.current||tf.current||t7(e)}),null!==tu.current&&(cancelAnimationFrame(tu.current),tu.current=null),ti.current+=1,tB(),tN()}),[]),(0,i.useEffect)(()=>{h?.(eh)},[eh,h]),(0,i.useEffect)(()=>(g?.(tF),()=>g?.(null)),[tF,g]),(0,i.useEffect)(()=>{p&&p(m?.tree??[],j,t9)},[m?.tree,j,t9,p]),(0,i.useEffect)(()=>{let e=tg.current;if(e)return tc.current=e.scrollTop,e.addEventListener("scroll",nf,{passive:!0}),()=>{e.removeEventListener("scroll",nf)}},[M.length,b,nf]),(0,i.useEffect)(()=>{F||e$(!1)},[F]),(0,i.useLayoutEffect)(()=>{M.length>0&&(ts.current?(ts.current=!1,tl.current=!0,nx()):tl.current?!e9.current&&td.current&&tC("auto"):(tl.current=!0,tC("instant")))},[M.length,F,tC,nx]),(0,i.useEffect)(()=>{let e=new AbortController;return no(e.signal).catch(e=>{if(e instanceof DOMException&&"AbortError"===e.name)return}),()=>e.abort()},[no,u]),(0,i.useEffect)(()=>{if(!eL)return;let e=setTimeout(()=>eI(null),6e3);return()=>clearTimeout(e)},[eL]),(0,i.useEffect)(()=>{if(0===eB.visible.length)return;let e=eB.visible.find(e=>e.exiting);if(e){let t=setTimeout(()=>{eN({type:"remove",id:e.id})},180);return()=>clearTimeout(t)}if(!eB.visible[0])return;let t=setTimeout(()=>{eN({type:"mark_oldest_exiting"})},5e3);return()=>clearTimeout(t)},[eB.visible]),(0,i.useEffect)(()=>{try{window.localStorage.setItem(rS,JSON.stringify({savedAt:Date.now(),notices:eH.slice(-50)}))}catch{}},[eH]);let nm=(0,i.useRef)(!1);return(0,i.useEffect)(()=>{let e=setInterval(()=>{nm.current||eO({type:"prune"})},3e4);return()=>clearInterval(e)},[]),(0,i.useEffect)(()=>{e_(null)},[M.length,eu?.tokens,eu?.percent,eu?.contextWindow]),{data:m,loading:b,error:k,activeLeafId:j,messages:M,entryIds:L,parentIds:z,todos:W,streamState:P,agentRunning:F,modelNames:U,modelList:V,modelError:K,modelScopeWarnings:Y,modelThinkingLevels:Z,modelThinkingLevelMaps:Q,newSessionModel:et,toolPreset:eo,thinkingLevel:ea,retryInfo:ed,contextUsage:eu,systemPrompt:eh,forkingEntryId:ex,isCompacting:ej,compactError:eM,compactResult:eL,currentModel:tT,displayModel:tM,modelSwitching:ek,sessionStats:tz,slashCommands:eP,slashCommandsLoading:eF,queuedMessages:eQ,notices:eB.visible,noticeHistory:eH,extensionDialog:eV,extensionCustomUi:eK,extensionStatuses:eY,extensionWidgets:eZ,respondToExtensionUi:tU,sendExtensionCustomInput:t_,isAutoModelSelection:f&&null===et,agentPhase:ez,isNew:f,promptAnchorActive:eW,commandBusy:eC,sessionIdRef:e6,messagesEndRef:th,scrollContainerRef:tg,lastUserMsgRef:ta,pendingScrollToUserRef:ts,initialScrollDoneRef:tl,handleSend:t2,handleAbort:t4,handleFork:t8,handleNavigate:t5,handleModelChange:nn,handleCompact:ni,handleSteer:ns,handleFollowUp:nc,handlePromptWithStreamingBehavior:nd,handleAbortCompaction:nu,handleRecallQueue:np,handleBuiltinSlashCommand:nl,handleToolPresetChange:ng,handleThinkingLevelChange:nh,loadTools:t$,loadSlashCommands:tA,setActiveLeafId:S,setData:v,setMessages:R,loadContext:tW,removeNotice:tq,clearNotices:tK,setNoticeHistoryFrozen:e=>{nm.current=e},scrollToBottom:tC,scrollUserMsgToTop:nx,hasOlderChat:C,dispatch:D,setAgentRunning:A,setForkingEntryId:ef,bashRunning:B,pendingBash:H,handleAgentEventRef:to}}({session:e,sessionRunning:t,newSessionCwd:o,newSessionDraftKey:l,pendingNewSessionTaskRef:a,onAgentEnd:A,onAttentionNeeded:c,onSessionCreated:u,onSessionForked:p,modelsRefreshKey:h,chatInputRef:g,onBranchDataChange:x,onSystemPromptChange:f,onSystemPromptLoaderChange:v,onSessionStatsPanelOpen:y}),e7=ed?Math.max(0,ed.tokensBefore-ed.estimatedTokensAfter):0,e9=ed?`${ed.reason&&"manual"!==ed.reason?`${ed.reason[0].toUpperCase()}${ed.reason.slice(1)} `:E("chat.compacted")} ${nW(ed.tokensBefore)} -> ${nW(ed.estimatedTokensAfter)} tokens (${E("chat.tokensSaved",{saved:nW(e7)})})`:null,te=(0,i.useMemo)(()=>{if(el&&"compact"!==el.name)return{text:E("chat.commandBusy",{name:`/${el.name}`}),orb:"working"};if(!eL)return null;let e=function(e,t){if(e?.kind==="running_tools"){let n=e.tools[e.tools.length-1];if(n?.progress)return`${t("chat.runningNamedTool",{name:n.name})} ${n.progress}`;let r=e.tools.map(e=>e.name);return 0===r.length?t("chat.runningTool"):1===r.length?t("chat.runningNamedTool",{name:r[0]}):r.length<=3?t("chat.runningTools",{names:r.join(", ")}):t("chat.runningToolsMore",{names:r.slice(0,2).join(", "),count:r.length-2})}return e?.kind==="waiting_model"?t("chat.waitingModel"):e?.kind==="running_command"?t("chat.runningCommand"):null}(eL,E);return e?{text:e,orb:eL?.kind==="waiting_model"?"breathing":"working"}:null},[eL,el,E]),tt=(0,i.useMemo)(()=>er?`${E("chat.retrying",{attempt:er.attempt,max:er.maxAttempts})}${er.errorMessage?` — ${er.errorMessage}`:""}`:null,[er,E]),tn=(0,i.useMemo)(()=>{let e=em??[];return e9?[...e,{id:"compact-result",message:e9,type:"info"}]:e},[em,e9]),tr=function(e){let t=!!(e&&re.has(e)),[n,r]=(0,i.useState)(null),[o,l]=(0,i.useState)(null),a=(0,i.useRef)(e);return a.current=e,(0,i.useEffect)(()=>{if(!t||!e){r(null),l(null);return}let n=!0,i=async()=>{try{let t=await fetch(`/api/quota?provider=${encodeURIComponent(e)}`),i=await t.json();if(!n||a.current!==e)return;if(i.ok&&i.quota)r(function(e,t=Date.now()){var n;if("usage"===e.kind){let n=e.windows.map(e=>{let n,r=(n=Date.parse(e.resetsAt),Number.isFinite(n)?new Date(n).toLocaleString():"—"),i=rt(e.resetsAt,t);return{label:e.label,pct:Math.max(0,Math.min(1,e.percent/100)),text:`${e.percent}%`,detail:[`${e.label}窗 ${e.percent}%`,i&&`剩 ${i}`,`重置 ${r}`].filter(Boolean).join(",")}});return 0===n.length?null:{kind:"usage",items:n}}let r=e.isPeak?"峰":"谷(半价)",i=rt(e.nextSwitchAt,t),o=(()=>{let t=Date.parse(e.nextSwitchAt);if(!Number.isFinite(t))return"";let n=new Date(t);return`${String(n.getHours()).padStart(2,"0")}:${String(n.getMinutes()).padStart(2,"0")}`})(),l=[o&&`${o}${e.isPeak?"转谷":"转峰"}`,i&&`(${i})`].filter(Boolean).join(" ");return{kind:"balance",text:[`${"CNY"===(n=e.currency)?"\xa5":"USD"===n?"$":n?`${n} `:""}${e.totalBalance}`,r,l].filter(Boolean).join(" \xb7 ")}}(i.quota)),l(null);else{let e=401===i.status||403===i.status?"auth":"no credential for provider"===i.error?"no-credential":"transient";("auth"===e||"no-credential"===e)&&r(null),l(e)}}catch{if(!n||a.current!==e)return;l("transient")}};i();let o=setInterval(i,6e4);return()=>{n=!1,clearInterval(o)}},[e,t]),{quota:n,error:o}}(ec?.provider??null),{phase:ti,notice:to,dismissError:tl}=function(e){let t,{notices:n,phase:r,retryText:o,quota:l=null}=e,[a,s]=(0,i.useState)([]),d=n9(n),c=(0,i.useRef)(null);(0,i.useEffect)(()=>{d&&d!==c.current&&(c.current=d,s(e=>e.includes(d)?e:[...e.slice(-9),d])),d||(c.current=null)},[d]);let u=(0,i.useCallback)(()=>{s(e=>{let t=n9(n);return t&&!e.includes(t)?[...e,t]:e})},[n]),p=d&&!a.includes(d)?d:null,h=p?n.find(e=>e.id===p):null;if(h)t={level:"error",text:h.message};else{let e=function(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if("error"!==n.type&&!n.exiting)return n}return null}(n);t=e?{level:"notice",text:e.message,kind:e.type}:{level:"idle",quota:l}}return{phase:o?{text:o,orb:"working"}:r,notice:t,dismissError:u}}({notices:tn,phase:te,retryText:tt,quota:tr.quota}),ta=e?.id??ez.current??null,ts=(0,i.useMemo)(()=>ta?ev.filter(e=>!e.sessionId||e.sessionId===ta):ev,[ev,ta]),td=q||K;(0,i.useEffect)(()=>{eb&&F.current!==eb.id&&(F.current=eb.id,P.current())},[eb]),(0,i.useEffect)(()=>{s=td?eH:null},[td,eH]);let[tc,tu]=(0,i.useState)(50),tp=(0,i.useRef)(null),th=(0,i.useRef)(null),tg=(0,i.useRef)(!1),[tx,tm]=(0,i.useState)(!0),[tv,tb]=(0,i.useState)([]),ty=(0,i.useRef)(0),tk=(0,i.useCallback)((e,t,n)=>{let r=window.innerWidth,i=window.innerHeight,o=Math.min(300,Math.max(240,r-40)),l=Math.min(500,Math.max(200,i-60)),a=ty.current%8*22;ty.current+=1,tb(s=>[...s,{id:`pin-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,message:e,entryId:t,x:Math.max(0,r-o-20-a),y:Math.min(Math.max(0,n??16),Math.max(0,i-l)),w:o,h:l}])},[]),tw=(0,i.useCallback)(e=>{tb(t=>t.filter(t=>t.id!==e))},[]),tj=(0,i.useCallback)((e,t)=>{tb(n=>n.map(n=>n.id===e?{...n,...t}:n))},[]),tS=(0,i.useCallback)(e=>{tb(t=>{if(t.length<=1)return t;let n=t.findIndex(t=>t.id===e);if(-1===n||n===t.length-1)return t;let r=[...t],[i]=r.splice(n,1);return r.push(i),r})},[]);(0,i.useEffect)(()=>{let t=tp.current,n=eW.current;if(!t||!n)return;let r=new IntersectionObserver(t=>{if(!t[0]?.isIntersecting||tg.current)return;let r=U[0];if(!r)return;let i=e?.id??ez.current;i&&(tg.current=!0,th.current=n.scrollHeight-n.scrollTop,e5(i,e6,r).finally(()=>{tg.current=!1}))},{root:n,threshold:0});return r.observe(t),()=>r.disconnect()},[U,e,e6,e5,ez,eW]),(0,i.useEffect)(()=>{tu(e=>Math.max(e,O.length))},[O.length]),(0,i.useEffect)(()=>{if(null==th.current)return;let e=eW.current;if(e){var t;t=e.scrollHeight,e.scrollTop=Math.max(0,t-th.current),th.current=null}},[tc,eW]);let tC=ep?[ep.sessionId,ep.sessionFile??"",ep.sessionName??"",ep.userMessages,ep.assistantMessages,ep.toolCalls,ep.toolResults,ep.totalMessages,ep.tokens.input,ep.tokens.output,ep.tokens.cacheRead,ep.tokens.cacheWrite,ep.tokens.total,ep.cost??0,ep.totalActiveMs??0].join("|"):null,tT=(0,i.useRef)(ep);tT.current=ep,(0,i.useEffect)(()=>{b?.(tT.current)},[tC,b]),(0,i.useEffect)(()=>()=>{b?.(null)},[b]);let tM=(0,i.useRef)(eh);tM.current=eh;let tR=eh.map(e=>e.id??e.content).join("\0");(0,i.useEffect)(()=>{k?.(tM.current)},[tR,k]),(0,i.useEffect)(()=>()=>{k?.([])},[k]);let tL=ei?`${ei.percent??"null"}|${ei.contextWindow}|${ei.tokens??"null"}`:null,tI=(0,i.useRef)(ei);tI.current=ei,(0,i.useEffect)(()=>{w?.(tI.current)},[tL,w]),(0,i.useEffect)(()=>()=>{w?.(null)},[w]);let{isDragOver:tz,handleDragEnter:tE,handleDragOver:tW,handleDragLeave:tP,handleDrop:tD}=function(e){let[t,n]=(0,i.useState)(!1),r=(0,i.useRef)(0),o=(0,i.useCallback)(e=>{Array.from(e.dataTransfer.items).some(e=>e.type.startsWith("image/"))&&(e.preventDefault(),r.current+=1,n(!0))},[]),l=(0,i.useCallback)(e=>{Array.from(e.dataTransfer.items).some(e=>e.type.startsWith("image/"))&&e.preventDefault()},[]);return{isDragOver:t,handleDragEnter:o,handleDragOver:l,handleDragLeave:(0,i.useCallback)(()=>{r.current-=1,r.current<=0&&(r.current=0,n(!1))},[]),handleDrop:(0,i.useCallback)(t=>{t.preventDefault(),r.current=0,n(!1),e(Array.from(t.dataTransfer.files))},[e])}}((0,i.useCallback)(e=>{g?.current?.addImages(e)},[g])),tF=O.filter(e=>"user"===e.role||"assistant"===e.role),tA=(0,i.useMemo)(()=>{let e=new Map;for(let t of O)"toolResult"===t.role&&e.set(t.toolCallId,t);return e},[O]),tB=(0,i.useMemo)(()=>{let e=new Set,t=[];for(let n=O.length-1;n>=0;n-=1){let r=function(e){if("user"!==e.role)return null;if("string"==typeof e.content){let t=e.content.trim();return t.length>0?t:null}let t=e.content.filter(e=>"text"===e.type).map(e=>e.text).join("\n").trim();return t.length>0?t:null}(O[n]);if(!(!r||e.has(r))&&(e.add(r),t.push(r),t.length>=50))break}return t.reverse()},[O]),tN=(I=tF.length,(z=(0,i.useRef)([])).current=Array(I).fill(null).map((e,t)=>z.current[t]??null),z),tH=(0,i.useCallback)(()=>{tu(e=>Math.max(e,2*O.length))},[O.length]),tO=eI&&0===O.length&&!V.isStreaming&&!td,tU=!!V.streamingMessage?.content.length,t_=e?.cwd??o??void 0,tV=(0,i.useRef)(null),tq=(0,i.useRef)(null),tK=(0,i.useRef)(0),tJ=(0,i.useRef)(null),tY=(0,i.useRef)(!1),tX=(0,i.useRef)(null);(0,i.useLayoutEffect)(()=>{let e=tq.current;if(!q||!eP){tX.current=null,tK.current=0,tY.current=!1,e&&(e.style.height="");return}let t=eW.current,n=tV.current,r=e$.current;if(!t||!n||!r||!e)return;let i=!1,o=()=>{var o;let l;if(i||eW.current!==t||tV.current!==n||e$.current!==r||tq.current!==e)return;let a=t.getBoundingClientRect().top,s=Math.max(0,r.getBoundingClientRect().top-a+t.scrollTop-16),d=e.getBoundingClientRect().top-a+t.scrollTop,c=(o=t.clientHeight,0===(l=Math.max(0,s))?0:Math.max(0,Math.ceil(l+o-Math.max(0,d)))),u=!tY.current;u&&(tY.current=!0),c!==tK.current&&(tK.current=c,e.style.height=c>0?`${c}px`:"",u&&c>0&&e4())};tX.current=o,o();let l="u"<typeof ResizeObserver?null:new ResizeObserver(()=>{i||null!==tJ.current||(tJ.current=requestAnimationFrame(()=>{tJ.current=null,o()}))});return l?.observe(t),l?.observe(n),l?.observe(r),()=>{i=!0,tX.current===o&&(tX.current=null),l?.disconnect(),null!==tJ.current&&(cancelAnimationFrame(tJ.current),tJ.current=null)}},[q,e$,O.length,eP,eW,e4]),(0,i.useLayoutEffect)(()=>{tX.current?.()},[V.streamingMessage]);let tZ=ec?Q[`${ec.provider}:${ec.modelId}`]??null:null,tG=ec?ee[`${ec.provider}:${ec.modelId}`]??null:null,tQ=(0,r.jsxs)("button",{type:"button",id:"terminal-bottombar-btn",onClick:L,title:E("terminal.title"),"aria-label":E("terminal.title"),"aria-expanded":R,className:`terminal-bar-toggle${R?" is-open":""}`,children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"4 17 10 11 4 5"}),(0,r.jsx)("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),(0,r.jsx)("span",{children:E("terminal.title")})]}),t1=(0,r.jsx)(nG,{ref:g,onSend:eD,onAbort:eH,onSteer:q?eJ:void 0,onFollowUp:q?eY:void 0,onPromptWithStreamingBehavior:q?eX:void 0,isStreaming:td,model:ec,isAutoModelSelection:eR,modelNames:Y,modelList:X,modelError:Z,modelScopeWarnings:G,onModelChange:eq,modelSwitching:eu,modelsLoading:0===X.length&&(!Y||0===Object.keys(Y).length)&&!Z,onCompact:e||eI?eK:void 0,onAbortCompaction:eZ,isCompacting:ea,commandBusy:!!el,compactError:es,compactResult:ed,toolPreset:et,onToolPresetChange:e||eI?e0:void 0,thinkingLevel:en,onThinkingLevelChange:e||eI?e1:void 0,availableThinkingLevels:tZ,thinkingLevelMap:tG,retryInfo:er,queuedMessages:ef,inputHistory:tB,onRecallQueue:eG,slashCommands:eg,slashCommandsLoading:ex,onLoadSlashCommands:e2,onBuiltinCommand:eQ,soundEnabled:S,onSoundToggle:C,onAudioUnlock:M,draftKey:e?.id??l??void 0,cwd:e?.cwd??o,atBottom:tx,onScrollToBottom:e8,phase:W?null:ti});return N?(0,r.jsx)("div",{className:"flex h-full items-center justify-center text-text-muted",children:E("chat.loadingSession")}):H?(0,r.jsx)("div",{className:"flex h-full items-center justify-center text-red-400",children:H}):(0,r.jsxs)("div",{className:"relative flex h-full min-w-0 flex-col overflow-hidden",style:{paddingBottom:"env(safe-area-inset-bottom)"},onDragEnter:tE,onDragOver:tW,onDragLeave:tP,onDrop:tD,children:[tz&&(0,r.jsxs)("div",{className:"pointer-events-none absolute inset-0 z-50 flex animate-[drop-zone-in_0.15s_ease_both] items-center justify-center bg-[rgba(37,99,235,0.06)] backdrop-blur-[1px]",children:[(0,r.jsx)("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:[0,.8,1.6].map(e=>(0,r.jsx)("div",{className:"absolute h-[720px] w-[720px] rounded-full border-[1.5px] border-solid border-[rgba(37,99,235,0.5)] animate-[drop-ripple_2.4s_ease-out_infinite_backwards]",style:{transformOrigin:"center",animationDelay:`${e}s`}},e))}),(0,r.jsxs)("svg",{width:"280",height:"280",viewBox:"0 0 140 140",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"drop-shadow-[0_6px_18px_rgba(37,99,235,0.18)]",children:[(0,r.jsx)("rect",{x:"28",y:"44",width:"84",height:"60",rx:"8",fill:"rgba(37,99,235,0.08)",stroke:"rgba(37,99,235,0.50)",strokeWidth:"1.8"}),(0,r.jsx)("path",{d:"M36 100 L54 72 L68 88 L80 74 L104 100Z",fill:"rgba(37,99,235,0.16)",stroke:"rgba(37,99,235,0.40)",strokeWidth:"1.4",strokeLinejoin:"round"}),(0,r.jsx)("circle",{cx:"96",cy:"58",r:"8",fill:"rgba(37,99,235,0.22)",stroke:"rgba(37,99,235,0.55)",strokeWidth:"1.6"}),(0,r.jsxs)("g",{stroke:"rgba(37,99,235,0.45)",strokeWidth:"1.4",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"96",y1:"46",x2:"96",y2:"43"}),(0,r.jsx)("line",{x1:"96",y1:"70",x2:"96",y2:"73"}),(0,r.jsx)("line",{x1:"84",y1:"58",x2:"81",y2:"58"}),(0,r.jsx)("line",{x1:"108",y1:"58",x2:"111",y2:"58"}),(0,r.jsx)("line",{x1:"87.5",y1:"49.5",x2:"85.4",y2:"47.4"}),(0,r.jsx)("line",{x1:"104.5",y1:"66.5",x2:"106.6",y2:"68.6"}),(0,r.jsx)("line",{x1:"104.5",y1:"49.5",x2:"106.6",y2:"47.4"}),(0,r.jsx)("line",{x1:"87.5",y1:"66.5",x2:"85.4",y2:"68.6"})]})]})]}),eb&&(0,r.jsx)(rD,{request:eb,onRespond:ej}),ey&&(0,r.jsx)(rF,{request:ey,onInput:eS}),W&&(0,r.jsx)("div",{style:{position:"fixed",left:"50%",top:60,transform:"translateX(-50%)",zIndex:250,display:"flex",flexDirection:"column",alignItems:"center",maxWidth:"calc(100vw - 32px)",overflowY:"auto",pointerEvents:"none"},children:(0,r.jsx)(rP,{notices:em,floating:!0})}),tO?(0,r.jsx)("div",{className:"flex flex-1 flex-col items-center justify-center overflow-y-auto px-4 py-8",children:(0,r.jsxs)("div",{className:"w-full max-w-[820px]",children:[(0,r.jsxs)("div",{className:"mb-3",style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,marginLeft:16,marginRight:W?16:52,fontFamily:"var(--font-mono)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:W?7:10,minWidth:0,flex:1,lineHeight:1.4,overflow:"hidden"},children:[(0,r.jsx)("span",{style:{fontSize:34,fontWeight:700,letterSpacing:0,color:"#ffffff",mixBlendMode:"exclusion",flexShrink:0,whiteSpace:"nowrap"},children:"π"}),(0,r.jsx)("span",{style:{fontSize:28,color:"#ffffff",fontWeight:700,letterSpacing:0,mixBlendMode:"exclusion",flexShrink:0,whiteSpace:"nowrap"},children:"Pi Web"}),(0,r.jsx)(rI,{label:e=>E("appUpdate.releaseNotes",{version:e})})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"flex-end",gap:2,flexShrink:0,mixBlendMode:"exclusion"},children:[(0,r.jsxs)("span",{style:{fontSize:12,color:"#ffffff",fontWeight:700},children:["web ",(0,r.jsxs)("span",{style:{color:"#ffffff",fontWeight:700},children:["v","0.1.32"]})]}),(0,r.jsxs)("span",{style:{fontSize:12,color:"#ffffff",fontWeight:700},children:["pi ",(0,r.jsxs)("span",{style:{color:"#ffffff",fontWeight:700},children:["v","0.84.3"]})]})]})]}),t1]})}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"relative flex min-w-0 flex-1 overflow-hidden",children:[(0,r.jsx)("div",{ref:eW,className:"min-w-0 flex-1 overflow-x-hidden overflow-y-auto pt-4 pb-[4px] mb-[4px] [scrollbar-width:none]",onScroll:e=>{let t=e.currentTarget;tm(rb(t.scrollTop,t.clientHeight,t.scrollHeight))},children:(0,r.jsx)("div",{style:{minWidth:0,padding:"0 16px"},children:(0,r.jsxs)("div",{ref:tV,style:{width:"100%",minWidth:0,maxWidth:820,margin:"0 auto"},children:[(()=>{var t;let n,i,o=-1;for(let e=O.length-1;e>=0;e--)if("user"===O[e].role){o=e;break}let l=-1;for(let e=O.length-1;e>=0;e--)if(rz(O[e])){l=e;break}let a=new Map,s=0;O.forEach((e,t)=>{("user"===e.role||"assistant"===e.role)&&a.set(t,s++)});let d=(t,n={})=>{let i=n.messageOverride??O[t],l="user"===i.role?_[t]??null:void 0,s=null!=e6&&e6===U[t],d="user"===i.role||"assistant"===i.role,c=a.get(t),u=n.keyPrefix??"message",p=!1;if("assistant"===i.role){p=!0;for(let e=t+1;e<O.length;e++){let t=O[e].role;if("user"===t)break;if("assistant"===t){p=!1;break}}p&&V.isStreaming&&t===O.length-1&&(p=!1)}void 0!==n.showTimestamp&&(p=n.showTimestamp);let h=(0,r.jsx)(t$,{message:i,toolResults:tA,modelNames:Y,cwd:t_,onOpenFile:j,entryId:U[t],onFork:td||eI?void 0:eO,forking:eo===U[t],onNavigate:td?void 0:e_,parentEntryId:td?void 0:l,isLeafEntry:s,onEditContent:B,onPin:tk,showTimestamp:p,prevTimestamp:t>0?O[t-1].timestamp:void 0,sessionId:e?.id??ez.current??void 0,writtenFiles:n.writtenFiles},`${u}-view-${t}`);return d&&!1!==n.attachRef&&void 0!==c?(0,r.jsx)("div",{ref:e=>{tN.current[c]=e,t===o&&(e$.current=e)},children:h},`${u}-${t}`):h},c=[];for(let e=0;e<O.length;){if(!rz(O[e])){c.push(d(e)),e+=1;continue}let t=e,n=t+1;for(;n<O.length&&!rz(O[n]);)n+=1;let i=function(e,t,n){for(let i=n-1;i>t;i--){var r;if("assistant"===(r=e[i]).role&&eB(r).answerBlocks.some(e=>"image"===e.type||"text"===e.type&&e.text.trim().length>0))return i}for(let r=n-1;r>t;r--)if(e[r]?.role==="assistant")return r;return -1}(O,t,n);if(-1===i||(td||V.isStreaming)&&n===O.length&&t===l){for(let e=t;e<n;e++)c.push(d(e));e=n;continue}c.push(d(t));let o=[];for(let e=t+1;e<i;e++)o.push(e);let s=o.filter(e=>{var t;return"assistant"===(t=O[e]).role?eF(t).length>0:"custom"===t.role}),u=O[i],p=eB(u),h=p.processBlocks.length>0?rE(u,p.processBlocks,{omitUsage:!0}):null,g=p.answerBlocks.length>0||eA(u)?rE(u,p.answerBlocks):null,x=s.length+ +!!h;if(x>0){let e=s.map(e=>a.get(e)).find(e=>"number"==typeof e)??(g?void 0:a.get(i)),n=(0,r.jsxs)(rW,{messageCount:x,defaultExpanded:!g,t:E,toolCallCount:function(e,t){let n=0;for(let r of t){let t=e[r];t?.role==="assistant"&&(n+=eN(eF(t)))}return n}(O,s)+eN(p.processBlocks),children:[s.map(e=>d(e,{attachRef:!1,keyPrefix:"process"})),h&&d(i,{attachRef:!1,keyPrefix:"process-final",messageOverride:h,showTimestamp:!1})]});c.push((0,r.jsx)("div",{ref:void 0===e?void 0:t=>{tN.current[e]=t},children:n},`process-group-${t}-${i}`))}if(g){let e=[];for(let n=t+1;n<=i;n++){let t=O[n];if(t?.role==="assistant")for(let n of t.content??[])e.push(n)}let n=function(e,t,n){let r=new Set,i=[];for(let o of e){if("toolCall"!==o.type||!function(e){let t;return"write"===(t=e.toLowerCase())||t.startsWith("write_")||t.endsWith(".write")||t.endsWith("_write")||eV(e)}(o.toolName))continue;let e=t?.get(o.toolCallId);if(!e||e.isError)continue;let l=function(e){if(!e)return null;let t=e.file_path??e.path;return"string"==typeof t&&t.length>0?t:null}(o.input);if(!l)continue;let a=function(e,t){let n;if(!e)return null;let r=/^[a-zA-Z]:[\\/]/.test(e)||e.startsWith("\\\\")||void 0!==t&&(/^[a-zA-Z]:[\\/]/.test(t)||t.startsWith("\\\\")),i=e=>r?e.replace(/\\/g,"/"):e,o=i(e),l=t?i(t).replace(/\/+$/,""):void 0,a=/^[a-zA-Z]:\//.test(o),s=o.startsWith("//");if(a||s)n=o;else if(o.startsWith("/")){let e=l?.match(/^([a-zA-Z]:)(?:\/|$)/)?.[1]??l?.match(/^(\/\/[^/]+\/[^/]+)(?:\/|$)/)?.[1];n=e?`${e}${o}`:o}else{if(!l)return null;n=`${l}/${o}`}return eU(n)}(l,n);a&&(r.has(a)||(r.add(a),i.push({filePath:a})))}return i}(e,tA,t_);c.push(d(i,{messageOverride:g,writtenFiles:n}))}for(let e=i+1;e<n;e++)c.push(d(e));e=n}let{startIndex:u}=(n=Math.min(Math.max(tc,0),Math.max(t=c.length,0)),{startIndex:i=Math.max(0,t-n),hasMore:i>0}),p=u>0||e3;return(0,r.jsxs)(r.Fragment,{children:[p&&(0,r.jsx)("div",{ref:tp,className:"py-3 text-center text-xs text-text-muted",children:E("chat.loadEarlier",{count:u})}),c.slice(u)]})})(),V.isStreaming&&tU&&V.streamingMessage&&(0,r.jsx)(t$,{message:V.streamingMessage,isStreaming:!0,modelNames:Y,cwd:t_,onOpenFile:j}),J&&(0,r.jsx)(t$,{message:{role:"bashExecution",command:J.command,output:"",excludeFromContext:J.excludeFromContext},sessionId:e?.id??ez.current??void 0}),(0,r.jsx)("div",{ref:tq,"aria-hidden":"true"}),(0,r.jsx)("div",{ref:eE})]})})}),ea&&(0,r.jsxs)("div",{className:"compaction-status",role:"status",style:{position:"absolute",top:14,left:"50%",transform:"translateX(-50%)",zIndex:60,width:220,maxWidth:"calc(100vw - 48px)",display:"flex",alignItems:"center",gap:8,padding:"6px 14px",borderRadius:999,border:"1px solid color-mix(in srgb, var(--accent) 34%, transparent)",background:"color-mix(in srgb, var(--glass-bg-strong) 72%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",fontSize:12,lineHeight:1.4,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",animation:"compaction-breathe 1.8s ease-in-out infinite"},children:[(0,r.jsx)("span",{className:"compaction-status-dot",style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:"var(--accent)",animation:"compaction-dot-breathe 1.4s ease-in-out infinite"}}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:E("chat.compacting")}),(0,r.jsx)("button",{type:"button",onClick:eZ,style:{flexShrink:0,background:"transparent",border:"none",borderRadius:6,padding:"1px 6px",color:"var(--accent)",fontSize:11,cursor:"pointer",transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="transparent"},children:E("chat.stopCompaction")})]}),W?null:(0,r.jsx)(n6,{messages:O,streamingMessage:V.streamingMessage,scrollContainer:eW,messageRefs:tN,onRevealHistory:tH})]}),(0,r.jsxs)("div",{className:"relative",children:[t1,(0,r.jsxs)("div",{className:"bottom-band",children:[(0,r.jsx)(n7,{statuses:ek,widgets:ew,notice:W?null:(0,r.jsxs)("div",{style:{flex:"0 1 auto",minWidth:0,overflow:"hidden",display:"flex",alignItems:"center",gap:8,padding:"0 10px"},children:[(0,r.jsx)(rn,{broadcast:to,history:ts,onDismissError:tl,onRemoveNotice:eC,onClearNotices:eT,onFreezeChange:eM,isDark:$}),tr.quota&&(0,r.jsx)(nj,{quota:tr.quota}),"auth"===tr.error&&(0,r.jsxs)("span",{title:"额度凭据已被上游拒绝(401/403),请重新登录该提供商",style:{display:"inline-flex",alignItems:"center",gap:5,color:nw.error,fontSize:12,fontFamily:"var(--font-mono)",whiteSpace:"nowrap"},children:[(0,r.jsx)("span",{"aria-hidden":!0,style:{width:5,height:5,borderRadius:"50%",background:nw.error,flexShrink:0}}),"⚠ 额度凭据失效,请重新登录"]}),"no-credential"===tr.error&&(0,r.jsxs)("span",{title:"该提供商未配置凭据",style:{display:"inline-flex",alignItems:"center",gap:5,color:nw.warning,fontSize:12,fontFamily:"var(--font-mono)",whiteSpace:"nowrap"},children:[(0,r.jsx)("span",{"aria-hidden":!0,style:{width:5,height:5,borderRadius:"50%",background:nw.warning,flexShrink:0}}),"未登录,额度不可用"]}),"transient"===tr.error&&null==tr.quota&&(0,r.jsxs)("span",{title:"额度查询失败,稍后自动重试",style:{display:"inline-flex",alignItems:"center",gap:5,color:"var(--text-dim)",fontSize:12,fontFamily:"var(--font-mono)",whiteSpace:"nowrap"},children:[(0,r.jsx)("span",{"aria-hidden":!0,style:{width:5,height:5,borderRadius:"50%",background:"var(--text-dim)",flexShrink:0}}),"额度查询失败"]})]})}),!W&&(0,r.jsx)("div",{className:"extension-actions",children:tQ})]})]})]}),tv.map((t,n)=>(0,r.jsx)(t0,{item:t,render:{toolResults:tA,modelNames:Y,cwd:t_,sessionId:e?.id??ez.current??void 0,entryId:t.entryId,onOpenFile:j},zIndex:3e3+n,active:n===tv.length-1,onClose:tw,onActivate:tS,onMove:tj},t.id))]})}function rP({notices:e,floating:t}){return 0===e.length?null:(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",alignItems:t?"center":"flex-end",gap:6,padding:t?"0 16px":0},children:e.map(e=>{let n="error"===e.type?"#ef4444":"warning"===e.type?"#d97706":"success"===e.type?"#10b981":"var(--accent)";return(0,r.jsxs)("div",{className:"notice-shelf-item",style:{display:"flex",alignItems:"center",gap:8,overflow:"hidden",borderRadius:8,border:"1px solid color-mix(in srgb, var(--border) 45%, transparent)",background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))",color:"var(--text)",width:300,boxShadow:"0 2px 12px -4px rgba(15,23,42,0.16)",fontSize:12.5,lineHeight:1.55,transformOrigin:t?"top center":"bottom right",animation:e.exiting?"notice-shelf-out 0.18s ease-in forwards":"notice-shelf-in 0.18s ease-out both",padding:"8px 12px",pointerEvents:"auto"},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:5,height:5,borderRadius:"50%",background:n}}),(0,r.jsx)("span",{className:"notice-shelf-text",style:{minWidth:0,flex:1,wordBreak:"break-word",display:"-webkit-box",WebkitLineClamp:3,WebkitBoxOrient:"vertical",overflow:"hidden"},children:e.message})]},e.id)})})}function rD({request:e,onRespond:t}){let{t:n}=(0,m.s)(),[o,l]=(0,i.useState)("editor"===e.method?e.prefill??"":"");(0,i.useEffect)(()=>{l("editor"===e.method?e.prefill??"":"")},[e]);let a=()=>{"confirm"===e.method?t(e,{confirmed:!0}):t(e,{value:o})};return(0,r.jsx)("div",{style:{position:"absolute",inset:0,zIndex:90,display:"flex",alignItems:"center",justifyContent:"center",padding:20,background:"rgba(0,0,0,0.18)"},children:(0,r.jsxs)("div",{role:"dialog","aria-modal":"true",style:{width:"min(560px, 100%)",maxHeight:"100%",display:"flex",flexDirection:"column",border:"1px solid var(--border)",borderRadius:8,background:"var(--bg)",boxShadow:"0 20px 60px rgba(0,0,0,0.28)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{flexShrink:0,padding:"12px 14px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{color:"var(--text)",fontSize:14,fontWeight:650},children:e.title}),(0,r.jsx)("div",{style:{marginTop:3,color:"var(--text-dim)",fontSize:11,fontFamily:"var(--font-mono)"},children:n("chat.extensionRequest")})]}),(0,r.jsxs)("div",{style:{padding:14,flex:1,minHeight:0,overflowY:"auto"},children:["confirm"===e.method&&(0,r.jsx)("div",{style:{color:"var(--text-muted)",fontSize:13,lineHeight:1.6,whiteSpace:"pre-wrap"},children:e.message}),"select"===e.method&&(0,r.jsx)("div",{style:{display:"grid",gap:8},children:e.options.map(n=>(0,r.jsx)("button",{onClick:()=>t(e,{value:n}),style:{width:"100%",padding:"9px 10px",borderRadius:7,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text)",cursor:"pointer",textAlign:"left",fontSize:13},children:n},n))}),"input"===e.method&&(0,r.jsx)("input",{autoFocus:!0,value:o,placeholder:e.placeholder,onChange:e=>l(e.target.value),onKeyDown:n=>{"Enter"===n.key&&a(),"Escape"===n.key&&t(e,{cancelled:!0})},style:{width:"100%",padding:"9px 10px",borderRadius:7,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text)",outline:"none",fontSize:13}}),"editor"===e.method&&(0,r.jsx)("textarea",{autoFocus:!0,value:o,onChange:e=>l(e.target.value),onKeyDown:n=>{"Escape"===n.key&&t(e,{cancelled:!0}),(n.metaKey||n.ctrlKey)&&"Enter"===n.key&&a()},style:{width:"100%",minHeight:220,padding:10,borderRadius:7,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text)",outline:"none",resize:"vertical",fontSize:13,lineHeight:1.55,fontFamily:"var(--font-mono)"}})]}),(0,r.jsxs)("div",{style:{flexShrink:0,display:"flex",justifyContent:"flex-end",gap:8,padding:"10px 14px",borderTop:"1px solid var(--border)",background:"var(--bg-panel)"},children:[(0,r.jsx)("button",{onClick:()=>t(e,{cancelled:!0}),style:{padding:"6px 10px",borderRadius:6,border:"1px solid var(--border)",background:"var(--bg)",color:"var(--text-muted)",cursor:"pointer"},children:n("chat.cancel")}),"confirm"===e.method?(0,r.jsx)("button",{onClick:a,style:{padding:"6px 10px",borderRadius:6,border:"1px solid var(--accent)",background:"var(--accent)",color:"#fff",cursor:"pointer"},children:n("chat.confirm")}):"select"!==e.method?(0,r.jsx)("button",{onClick:a,style:{padding:"6px 10px",borderRadius:6,border:"1px solid var(--accent)",background:"var(--accent)",color:"#fff",cursor:"pointer"},children:n("chat.submit")}):null]})]})})}function rF({request:e,onInput:t}){let{t:n}=(0,m.s)(),o=(0,i.useRef)(null),l=(0,i.useRef)(!1),a=function(e){let t=/^[┌├└╭╰][─┬┴┼]+[┐┤┘╮╯]$/,n=[];for(let r of e){let e=r.replace(eT,""),i=eL(e).trimEnd();if(t.test(i))continue;let o=e,l=eE(o);("│"===l||"┃"===l)&&" "===eE(o=ez(o,0))&&(o=ez(o,0));let a=function(e){let t=eI(e);for(let e=t.length-1;e>=0;e--)if(""!==t[e].char.trim())return e;return -1}(o),s=a>=0?eI(o)[a]?.char:void 0;("│"===s||"┃"===s)&&(o=ez(o,a)),n.push(function(e){let t=e;for(;;){let e=eI(t),n=e[e.length-1];if(!n||""!==n.char.trim())return t;t=t.slice(0,n.start)+t.slice(n.end)}}(o))}for(;n.length>0&&""===eL(n[0]).trim();)n.shift();for(;n.length>0&&""===eL(n[n.length-1]).trim();)n.pop();return n.length?n:e}(e.lines);return(0,i.useEffect)(()=>{o.current?.focus()},[e.id]),(0,r.jsx)("div",{style:{position:"absolute",inset:0,zIndex:95,display:"flex",alignItems:"center",justifyContent:"center",padding:20,background:"rgba(0,0,0,0.18)"},children:(0,r.jsxs)("div",{role:"dialog","aria-modal":"true",onClick:e=>{e.target.closest("button")||o.current?.focus()},style:{position:"relative",width:"min(920px, 100%)",maxHeight:"min(760px, calc(100vh - 40px))",border:"1px solid var(--border)",borderRadius:8,background:"var(--bg)",boxShadow:"0 20px 60px rgba(0,0,0,0.28)",overflow:"hidden",outline:"none"},children:[(0,r.jsx)("textarea",{ref:o,"aria-label":n("chat.extensionInput"),autoCapitalize:"off",autoComplete:"off",autoCorrect:"off",spellCheck:!1,onKeyDown:n=>{if(l.current||n.nativeEvent.isComposing)return;let r=function(e){if(e.metaKey||e.ctrlKey&&!e.altKey&&"v"===e.key.toLowerCase())return null;if(e.ctrlKey&&!e.altKey){let t=function(e){if(1!==e.length)return null;let t=e.toUpperCase().charCodeAt(0);return t>=64&&t<=95?String.fromCharCode(31&t):"?"===e?"":null}(e.key);if(t)return t}if(e.altKey&&!e.ctrlKey){if("Backspace"===e.key)return"\x1b\x7f";let t=eP[e.key];if(t)return t;if(1===e.key.length)return`\x1b${e.key}`}return"Enter"===e.key?e.shiftKey?"\n":"\r":"Tab"===e.key?e.shiftKey?"\x1b[Z":" ":e$[e.key]??null}(n);r&&(n.preventDefault(),n.stopPropagation(),t(e,r))},onInput:n=>{if(l.current||n.nativeEvent.isComposing)return;let r=n.currentTarget.value;n.currentTarget.value="",r&&t(e,r)},onCompositionStart:()=>{l.current=!0},onCompositionEnd:n=>{l.current=!1;let r=n.currentTarget;queueMicrotask(()=>{let n=r.value;r.value="",n&&t(e,n)})},onPaste:n=>{n.preventDefault();let r=w(n.clipboardData),i=r.length>0?j(r):n.clipboardData.getData("text");i&&t(e,`\x1b[200~${i}\x1b[201~`)},style:{position:"absolute",width:1,height:1,padding:0,border:0,opacity:0,pointerEvents:"none"}}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,padding:"10px 12px",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{color:"var(--text)",fontSize:13,fontWeight:650},children:n("chat.extensionPanel")}),(0,r.jsx)("button",{onClick:()=>t(e,"\x03"),style:{padding:"5px 9px",borderRadius:6,border:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text-muted)",cursor:"pointer",fontSize:12},children:n("chat.close")})]}),(0,r.jsx)("pre",{style:{margin:0,padding:14,maxHeight:"calc(min(760px, 100vh - 40px) - 48px)",overflow:"auto",background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:13,lineHeight:1.45,whiteSpace:"pre"},children:(a.length?a:[""]).map((e,t,n)=>{var o;return(0,r.jsxs)(i.Fragment,{children:[(o=`line-${t}`,eW(e).map((e,t)=>Object.keys(e.style).length>0?(0,r.jsx)("span",{style:e.style,children:e.text},`${o}-${t}`):e.text)),t<n.length-1?"\n":null]},t)})})]})})}var rA=n(50640);let rB={png:"image/png",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",webp:"image/webp",svg:"image/svg+xml",bmp:"image/bmp",ico:"image/x-icon",avif:"image/avif"},rN={mp3:"audio/mpeg",wav:"audio/wav",ogg:"audio/ogg",oga:"audio/ogg",opus:"audio/ogg",m4a:"audio/mp4",aac:"audio/aac",flac:"audio/flac",weba:"audio/webm",webm:"audio/webm"};function rH(e){return(e.replace(/\\/g,"/").split("/").pop()??"").toLowerCase().split(".").pop()??""}var rO=n(73620);let rU=/^(?:\uFEFF)?---[ \t]*(?:\r\n|\n|\r)/;function r_(e){return function e(t,n){if(null==t)return"";if("string"==typeof t)return t;if("number"==typeof t||"boolean"==typeof t)return String(t);if(Array.isArray(t)){if(n.has(t))return"[Circular]";n.add(t);try{return t.map(t=>e(t,n)).filter(Boolean).join(", ")}finally{n.delete(t)}}if("object"==typeof t)try{return JSON.stringify(t)??Object.prototype.toString.call(t)}catch{return Object.prototype.toString.call(t)}return String(t)}(e,new WeakSet)}let rV=["tags","categories","keywords","tag","category"];function rq({data:e}){var t;if(!e)return null;let n=Object.entries(e);if(0===n.length)return null;let i="string"==typeof(t=e.title)?t.trim()||null:"number"==typeof t||"boolean"==typeof t?String(t):null,o=rV.find(t=>Array.isArray(e[t])),l=o?e[o].map(r_).filter(Boolean):[],a=n.filter(([e])=>e!==o&&("title"!==e||!i));return(0,r.jsxs)("div",{className:"markdown-frontmatter",children:[i&&(0,r.jsx)("div",{className:"markdown-frontmatter-title",children:i}),l.length>0&&(0,r.jsx)("div",{className:"markdown-frontmatter-tags",children:l.map((e,t)=>(0,r.jsx)("span",{className:"markdown-frontmatter-tag",children:e},`${e}-${t}`))}),a.length>0&&(0,r.jsx)("dl",{className:"markdown-frontmatter-rows",children:a.map(([e,t])=>(0,r.jsxs)("div",{className:"markdown-frontmatter-row",children:[(0,r.jsx)("dt",{children:e}),(0,r.jsx)("dd",{children:function(e){let t=r_(e);return t?"string"==typeof e&&/^(https?:\/\/|mailto:)/i.test(e)?(0,r.jsx)("a",{href:e,target:"_blank",rel:"noopener noreferrer",children:t}):t:null}(t)})]},e))})]})}let rK={source:"Source",preview:"Preview",diff:"Diff"},rJ={fontFamily:"var(--font-mono)",fontSize:13,lineHeight:1.6},rY={width:48,minWidth:48,padding:"0 10px",textAlign:"right",color:"var(--text-dim)",background:"var(--file-panel-gutter)",borderRight:"1px solid var(--border)",fontFamily:"var(--font-mono)",fontSize:11,fontStyle:"normal",fontVariantNumeric:"tabular-nums",lineHeight:"20.8px",userSelect:"none",flexShrink:0,verticalAlign:"top"};function rX(){return(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"4"}),(0,r.jsx)("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"})]})}function rZ(e){let t=e.nodeType===Node.ELEMENT_NODE?e:e.parentElement;return t?.closest(".file-source-line[data-line-number]")??null}function rG(e,t){if(!t||t.isCollapsed||0===t.rangeCount)return null;let n=t.getRangeAt(0);if(!e.contains(n.startContainer)||!e.contains(n.endContainer))return null;let r=rZ(n.startContainer),i=rZ(n.endContainer);if(!r||!i||!e.contains(r)||!e.contains(i))return null;let o=Number(r.dataset.lineNumber),l=Number(i.dataset.lineNumber);if(!Number.isInteger(o)||!Number.isInteger(l))return null;if(o<l){let e=r.querySelector(".file-source-line-content");if(e?.contains(n.startContainer)){let t=document.createRange();if(t.selectNodeContents(e),t.setStart(n.startContainer,n.startOffset),0===t.toString().length){let e=r.nextElementSibling;e instanceof HTMLElement&&e.matches(".file-source-line[data-line-number]")&&(o=Number((r=e).dataset.lineNumber))}}let t=i.querySelector(".file-source-line-content");if(t?.contains(n.endContainer)){let e=document.createRange();if(e.selectNodeContents(t),e.setEnd(n.endContainer,n.endOffset),0===e.toString().length){let e=i.previousElementSibling;e instanceof HTMLElement&&e.matches(".file-source-line[data-line-number]")&&(l=Number((i=e).dataset.lineNumber))}}}return o>l?null:{startLine:o,endLine:l}}function rQ({rows:e,stylesheet:t,useInlineStyles:n,wrapLines:i}){return e.map((e,o)=>{let l=e.children??[],a=l[0]?.properties?.className,s=Array.isArray(a)&&a.includes("react-syntax-highlighter-line-number"),d=s?l[0]:null,c=s?l.slice(1):l;return(0,r.jsxs)("span",{className:"file-source-line","data-line-number":o+1,style:{display:"flex",minWidth:"100%"},children:[d&&(0,rA.Ay)({node:d,stylesheet:t,useInlineStyles:n,key:`source-line-number-${o}`}),(0,r.jsx)("span",{className:"file-source-line-content",style:{flex:"1 1 auto",minWidth:0,overflowWrap:i?"anywhere":"normal",whiteSpace:i?"pre-wrap":"pre"},children:c.map((e,r)=>(0,rA.Ay)({node:e,stylesheet:t,useInlineStyles:n,key:`source-token-${o}-${r}`}))})]},`source-line-${o}`)})}function r0(e,t,n,r={}){let i=P(e),o=new URLSearchParams({type:t});for(let[e,t]of(n&&o.set("sessionId",n),Object.entries(r)))void 0!==t&&o.set(e,String(t));return`/api/files/${i}?${o.toString()}`}function r1({filePath:e,sourceSessionId:t}){let{t:n}=(0,m.s)();return(0,r.jsx)("a",{href:r0(e,"download",t),download:D(e),title:n("i18n.downloadFile"),"aria-label":n("i18n.downloadFile"),className:"file-viewer-icon-button",children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("polyline",{points:"7 10 12 15 17 10"}),(0,r.jsx)("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})})}function r2(e){return e<1024?`${e} B`:e<1048576?`${(e/1024).toFixed(1)} KB`:`${(e/1048576).toFixed(1)} MB`}function r4({patch:e}){let t,{t:n}=(0,m.s)(),i=(t=tC(e))?t.flatMap(e=>e.rows.flatMap(e=>{if("hunk"===e.type)return[];if("context"===e.left.type&&"context"===e.right.type)return[{type:"unchanged",text:e.right.text,oldLineNo:e.left.lineNo,newLineNo:e.right.lineNo}];let t=[];return"removed"===e.left.type&&t.push({type:"removed",text:e.left.text,oldLineNo:e.left.lineNo,newLineNo:null}),"added"===e.right.type&&t.push({type:"added",text:e.right.text,oldLineNo:null,newLineNo:e.right.lineNo}),t})):[];if(!i.some(e=>"unchanged"!==e.type))return(0,r.jsx)("div",{style:{padding:"12px 16px",fontSize:12,color:"var(--text-dim)",fontFamily:"var(--font-mono)"},children:n("i18n.noChanges")});let o=new Set(i.flatMap((e,t)=>"unchanged"!==e.type?[t]:[])),l=new Set;for(let e of o)for(let t=Math.max(0,e-3);t<=Math.min(i.length-1,e+3);t++)l.add(t);let a=[],s=0;for(;s<i.length;)if(l.has(s)){let e=[];for(;s<i.length&&l.has(s);)e.push(i[s]),s++;a.push({hidden:!1,lines:e})}else{let e=0;for(;s<i.length&&!l.has(s);)e++,s++;a.push({hidden:!0,count:e})}return(0,r.jsx)("div",{className:"file-diff-view",style:{width:"max-content",minWidth:"100%",...rJ},children:a.map((e,t)=>{if(e.hidden)return(0,r.jsxs)("div",{style:{padding:"2px 16px",color:"var(--text-dim)",background:"var(--file-panel-gutter)",fontSize:11,borderTop:"1px solid var(--border)",borderBottom:"1px solid var(--border)"},children:["... ",e.count," unchanged lines ..."]},t);let n=e.lines.map((e,t)=>{let n="added"===e.type?"rgba(0,200,80,0.12)":"removed"===e.type?"rgba(240,60,60,0.14)":"transparent",i="added"===e.type?"+":"removed"===e.type?"-":" ",o="added"===e.type?"#4ade80":"removed"===e.type?"#f87171":"var(--text-dim)";return(0,r.jsxs)("div",{className:"file-diff-line",style:{display:"flex",minWidth:"100%",background:n,borderLeft:"added"===e.type?"3px solid #4ade80":"removed"===e.type?"3px solid #f87171":"3px solid transparent"},children:[(0,r.jsx)("span",{style:rY,children:"removed"===e.type?e.oldLineNo:e.newLineNo}),(0,r.jsx)("span",{style:{minWidth:16,padding:"0 6px",color:o,userSelect:"none",flexShrink:0,fontWeight:600},children:i}),(0,r.jsx)("span",{className:"file-diff-line-content",style:{flexShrink:0,padding:"0 8px 0 0",whiteSpace:"pre",color:"var(--text)"},children:e.text||"\xa0"})]},t)});return(0,r.jsx)("div",{children:n},t)})})}function r8({filePath:e,cwd:t,sourceSessionId:n,watchEnabled:o=!0}){let{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(0),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(null),[x,f]=(0,i.useState)(null),v=(0,i.useRef)(null),b=(0,i.useRef)(0),y=D(e).toLowerCase().split(".").pop()??"";(0,i.useEffect)(()=>{c(0),p(null),g(null),f(null),s(!1)},[e,n]),(0,i.useEffect)(()=>{if(s(!1),v.current&&(v.current.close(),v.current=null),!o)return;let t=!0,r=new EventSource(r0(e,"watch",n));v.current=r,r.addEventListener("connected",()=>{let r;s(!0),r=++b.current,fetch(r0(e,"meta",n)).then(e=>e.json()).then(e=>{if(t&&r===b.current){if(e.error)return void f(e.error);"number"==typeof e.size&&p(e.size),g(null),f(null),c(e=>e+1)}}).catch(e=>{t&&r===b.current&&f(String(e))})}),r.addEventListener("change",e=>{b.current+=1;try{let t=JSON.parse(e.data);"number"==typeof t.size&&p(t.size)}catch{}g(null),f(null),c(e=>e+1)});let i=()=>{s(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{t=!1,r.close(),v.current===r&&(v.current=null)}},[e,n,o]);let k=r0(e,"read",n,d?{v:d}:void 0),w=null!=u?r2(u):null;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"4px 16px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--file-panel-chrome)",flexShrink:0},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},title:e,children:A(e,t)}),(0,r.jsx)("span",{style:{marginLeft:"auto"},children:y||"image"}),h&&(0,r.jsxs)("span",{children:[h.w," \xd7 ",h.h]}),w&&(0,r.jsx)("span",{children:w}),(0,r.jsxs)("span",{title:l(a?"i18n.liveSync":"i18n.notWatching"),style:{display:"flex",alignItems:"center",gap:4,color:a?"#4ade80":"var(--text-dim)"},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:a?"#4ade80":"var(--border)",display:"inline-block",boxShadow:a?"0 0 4px #4ade80":"none"}}),a?"live":"static"]}),(0,r.jsx)(r1,{filePath:e,sourceSessionId:n})]}),(0,r.jsx)("div",{style:{flex:1,overflow:"auto",background:"var(--bg-panel)",display:"flex",alignItems:"center",justifyContent:"center",padding:16,backgroundImage:"linear-gradient(45deg, var(--bg) 25%, transparent 25%), linear-gradient(-45deg, var(--bg) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--bg) 75%), linear-gradient(-45deg, transparent 75%, var(--bg) 75%)",backgroundSize:"16px 16px",backgroundPosition:"0 0, 0 8px, 8px -8px, -8px 0px"},children:x?(0,r.jsx)("div",{style:{color:"#f87171",fontSize:13},children:x}):(0,r.jsx)("img",{src:k,alt:e,onLoad:e=>{let t=e.currentTarget;g({w:t.naturalWidth,h:t.naturalHeight})},onError:()=>f("Failed to load image"),style:{maxWidth:"100%",maxHeight:"100%",objectFit:"contain",boxShadow:"0 2px 8px rgba(0,0,0,0.15)"}})})]})}function r5({filePath:e,cwd:t,sourceSessionId:n,watchEnabled:o=!0}){let{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(0),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(null),[x,f]=(0,i.useState)(null),v=(0,i.useRef)(null),b=(0,i.useRef)(0),y=D(e).toLowerCase().split(".").pop()??"";(0,i.useEffect)(()=>{c(0),p(null),g(null),f(null),s(!1)},[e,n]),(0,i.useEffect)(()=>{if(s(!1),v.current&&(v.current.close(),v.current=null),!o)return;let t=!0,r=new EventSource(r0(e,"watch",n));v.current=r,r.addEventListener("connected",()=>{let r;s(!0),r=++b.current,fetch(r0(e,"meta",n)).then(e=>e.json()).then(e=>{if(t&&r===b.current){if(e.error)return void f(e.error);"number"==typeof e.size&&p(e.size),g(null),f(null),c(e=>e+1)}}).catch(e=>{t&&r===b.current&&f(String(e))})}),r.addEventListener("change",e=>{b.current+=1;try{let t=JSON.parse(e.data);"number"==typeof t.size&&p(t.size)}catch{}g(null),f(null),c(e=>e+1)});let i=()=>{s(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{t=!1,r.close(),v.current===r&&(v.current=null)}},[e,n,o]);let k=r0(e,"read",n,d?{v:d}:void 0);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"4px 16px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--file-panel-chrome)",flexShrink:0},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)"},title:e,children:A(e,t)}),(0,r.jsx)("span",{style:{marginLeft:"auto"},children:y||"audio"}),null!=h&&(0,r.jsx)("span",{children:function(e){if(!Number.isFinite(e))return"";let t=Math.round(e),n=Math.floor(t/60);return`${n}:${String(t%60).padStart(2,"0")}`}(h)}),null!=u&&(0,r.jsx)("span",{children:r2(u)}),(0,r.jsxs)("span",{title:l(a?"i18n.liveSync":"i18n.notWatching"),style:{display:"flex",alignItems:"center",gap:4,color:a?"#4ade80":"var(--text-dim)"},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:a?"#4ade80":"var(--border)",display:"inline-block",boxShadow:a?"0 0 4px #4ade80":"none"}}),a?"live":"static"]}),(0,r.jsx)(r1,{filePath:e,sourceSessionId:n})]}),(0,r.jsx)("div",{style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",padding:24,background:"transparent"},children:(0,r.jsxs)("div",{style:{width:"min(680px, 100%)"},children:[x&&(0,r.jsx)("div",{style:{color:"#f87171",fontSize:13,marginBottom:12,textAlign:"center"},children:x}),(0,r.jsx)("audio",{controls:!0,preload:"metadata",src:k,onLoadedMetadata:e=>g(e.currentTarget.duration),onError:()=>f("Failed to load audio"),style:{width:"100%"}},k)]})})]})}function r6({filePath:e,cwd:t,sourceSessionId:n,watchEnabled:o=!0}){let{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(!1),[d,c]=(0,i.useState)(0),[u,p]=(0,i.useState)(null),[h,g]=(0,i.useState)(null),x=(0,i.useRef)(null),f=(0,i.useRef)(0),v=rH(e),b="pdf"===v,y=b?r0(e,"read",n,d?{v:d}:void 0):r0(e,"preview",n,d?{v:d}:void 0);return(0,i.useEffect)(()=>{c(0),p(null),g(null),s(!1);let t=!0,r=++f.current;return fetch(r0(e,"meta",n)).then(e=>e.json()).then(e=>{t&&r===f.current&&(e.error&&g(e.error),"number"==typeof e.size&&(p(e.size),!b&&e.size>0xa00000&&g("DOCX too large for preview (>10MB)")))}).catch(e=>{t&&r===f.current&&g(String(e))}),()=>{t=!1}},[e,b,n]),(0,i.useEffect)(()=>{if(s(!1),x.current&&(x.current.close(),x.current=null),!o)return;let t=!0,r=new EventSource(r0(e,"watch",n));x.current=r,r.addEventListener("connected",()=>{let r;s(!0),r=++f.current,fetch(r0(e,"meta",n)).then(e=>e.json()).then(e=>{if(t&&r===f.current){if(e.error)return void g(e.error);if("number"==typeof e.size&&(p(e.size),!b&&e.size>0xa00000))return void g("DOCX too large for preview (>10MB)");g(null),c(e=>e+1)}}).catch(e=>{t&&r===f.current&&g(String(e))})}),r.addEventListener("change",e=>{f.current+=1;try{let t=JSON.parse(e.data);if("number"==typeof t.size&&(p(t.size),!b&&t.size>0xa00000))return void g("DOCX too large for preview (>10MB)")}catch{}g(null),c(e=>e+1)});let i=()=>{s(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{t=!1,r.close(),x.current===r&&(x.current=null)}},[e,b,n,o]),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:12,padding:"4px 16px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--file-panel-chrome)",flexShrink:0},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e,children:A(e,t)}),(0,r.jsx)("span",{style:{marginLeft:"auto"},children:"docx"===v?"docx preview":"pdf"}),null!=u&&(0,r.jsx)("span",{children:r2(u)}),(0,r.jsx)(r1,{filePath:e,sourceSessionId:n}),(0,r.jsxs)("span",{title:l(a?"i18n.liveSync":"i18n.notWatching"),style:{display:"flex",alignItems:"center",gap:4,color:a?"#4ade80":"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:a?"#4ade80":"var(--border)",display:"inline-block",boxShadow:a?"0 0 4px #4ade80":"none"}}),a?"live":"static"]})]}),(0,r.jsx)("div",{style:{flex:1,minHeight:0,background:"transparent"},children:h?(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",padding:24,color:"#f87171",fontSize:13,textAlign:"center"},children:h}):(0,r.jsx)("iframe",{src:y,sandbox:b?void 0:"allow-same-origin",title:l("i18n.previewFile",{file:D(e)}),style:{width:"100%",height:"100%",border:"none",background:b?"var(--bg)":"#eef1f5"}},y)})]})}function r3({filePath:e,cwd:t,sourceSessionId:n,onOpenFile:i,onMentionLines:o,onAtMention:l,gitRefreshKey:a,initialDisplayMode:s,initialState:d,onStateChange:c,watchEnabled:u=!0}){let p;return null!==(rB[rH(e)]??null)?(0,r.jsx)(r8,{filePath:e,cwd:t,sourceSessionId:n,watchEnabled:u}):null!==(rN[rH(e)]??null)?(0,r.jsx)(r5,{filePath:e,cwd:t,sourceSessionId:n,watchEnabled:u}):null!==("pdf"===(p=rH(e))||"docx"===p?p:null)?(0,r.jsx)(r6,{filePath:e,cwd:t,sourceSessionId:n,watchEnabled:u}):(0,r.jsx)(r7,{filePath:e,cwd:t,sourceSessionId:n,onOpenFile:i,onMentionLines:o,onAtMention:l,gitRefreshKey:a,initialDisplayMode:s,initialState:d,onStateChange:c,watchEnabled:u})}function r7({filePath:e,cwd:t,sourceSessionId:n,onOpenFile:o,onMentionLines:l,onAtMention:a,gitRefreshKey:s,initialDisplayMode:d,initialState:c,onStateChange:u,watchEnabled:p=!0}){let{isDark:h}=tf(),{t:g}=(0,m.s)(),[x,f]=(0,i.useState)(null),[v,b]=(0,i.useState)(null),[y,k]=(0,i.useState)(!1),[w,j]=(0,i.useState)(!1),[S,C]=(0,i.useState)(!0),[T,M]=(0,i.useState)(null),R=c?.displayMode??d??"source",L=c?.wrapLines??!1,I=c?.scrollTop??0,z=c?.scrollLeft??0,[E,W]=(0,i.useState)(R),[$,P]=(0,i.useState)(L),[D,B]=(0,i.useState)(!1),N=(0,i.useRef)(null),H=(0,i.useRef)(0),O=(0,i.useRef)(0),U=(0,i.useRef)(null),_=(0,i.useRef)(!1),V=(0,i.useRef)(void 0===c&&void 0===d),q=(0,i.useRef)(!0),K=(0,i.useRef)({displayMode:R,wrapLines:L,scrollTop:I,scrollLeft:z}),J=(0,i.useRef)(u),[Y,X]=(0,i.useState)(null);J.current=u;let Z=(0,i.useCallback)(e=>{K.current.displayMode=e,W(e)},[]),G=(0,i.useCallback)(()=>{P(e=>{let t=!e;return K.current.wrapLines=t,t})},[]);(0,i.useEffect)(()=>(K.current={displayMode:R,wrapLines:L,scrollTop:I,scrollLeft:z},q.current=!0,_.current=!1,W(R),P(L),()=>{J.current?.({...K.current})}),[e,n,R,L,I,z]);let Q=(0,i.useCallback)(e=>{let t=++H.current;return fetch(r0(e,"read",n)).then(e=>e.json()).then(e=>t!==H.current?null:e.error?(M(e.error),null):(M(null),f(e),e)).catch(e=>(t!==H.current||M(String(e)),null))},[n]),ee=(0,i.useCallback)(async e=>{let n=++O.current;if(k(!0),!t){b(null),k(!1),j(!0);return}try{let r=new URLSearchParams({cwd:t,path:e}),i=await fetch(`/api/git/diff?${r.toString()}`),o=await i.json();if(n!==O.current)return;b(i.ok&&o.supported&&"string"==typeof o.patch?o:null)}catch{n===O.current&&b(null)}finally{n===O.current&&(k(!1),j(!0))}},[t]);(0,i.useEffect)(()=>{let t=!0;return C(!0),M(null),f(null),b(null),j(!1),B(!1),Q(e).finally(()=>{t&&C(!1)}),()=>{t=!1}},[e,Q,n]),(0,i.useEffect)(()=>{if(B(!1),N.current&&(N.current.close(),N.current=null),!p)return;let t=()=>{Q(e),ee(e)},r=new EventSource(r0(e,"watch",n));N.current=r,r.addEventListener("connected",()=>{B(!0),t()}),r.addEventListener("change",t);let i=()=>{B(!1)};return r.addEventListener("error",i),r.onerror=i,()=>{r.close(),N.current===r&&(N.current=null)}},[e,Q,ee,n,p]),(0,i.useEffect)(()=>{ee(e)},[ee,e,s]),(0,i.useEffect)(()=>{V.current&&(x?.language==="markdown"||x?.language==="html")&&(V.current=!1,Z("preview"))},[x?.language,Z]);let et=v?.supported===!0&&"string"==typeof v.patch,en=et&&"deleted"===v.status;(0,i.useEffect)(()=>{w&&!et&&"diff"===E&&Z("source")},[E,w,et,Z]),(0,i.useEffect)(()=>{"diff"===R&&et&&!_.current&&(_.current=!0,Z("diff"))},[R,et,Z]);let er=(0,i.useMemo)(()=>x?.language==="markdown"?e1(x.content):"",[x]),ei=(0,i.useMemo)(()=>x?.language==="markdown"?function(e){let t=function(e){let t=rU.exec(e);if(!t)return null;let n=/^---[ \t]*(?:(?:\r\n|\n|\r)|$)/gm;n.lastIndex=t[0].length;let r=n.exec(e);return r?{yaml:e.slice(t[0].length,r.index).replace(/(?:\r\n|\n|\r)$/,""),rest:e.slice(r.index+r[0].length)}:null}(e);if(!t)return{data:null,rest:e};try{let e=(0,rO.Hh)(t.yaml);if(e&&"object"==typeof e&&!Array.isArray(e))return{data:e,rest:t.rest}}catch{}return{data:null,rest:t.rest}}(x.content):null,[x]);(0,i.useEffect)(()=>{let e=()=>{let e=U.current;X(l&&"source"===E&&e?rG(e,window.getSelection()):null)};if(e(),l&&"source"===E)return document.addEventListener("selectionchange",e),()=>document.removeEventListener("selectionchange",e)},[x?.content,E,l]);let eo=(0,i.useCallback)(n=>{l&&n&&l(A(e,t),n.startLine,n.endLine)},[t,e,l]);if((0,i.useEffect)(()=>{if(!l||"source"!==E)return;let e=e=>{if(e.repeat||"i"!==e.key.toLowerCase()||!e.metaKey&&!e.ctrlKey||e.altKey||e.shiftKey)return;let t=e.target;if(t instanceof Element&&t.closest("input, textarea, [contenteditable='true']"))return;let n=U.current,r=n?rG(n,window.getSelection()):null;r&&(e.preventDefault(),eo(r))};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[E,eo,l]),(0,i.useEffect)(()=>{if(!q.current||S||T&&!en||"diff"===R&&!w||"diff"===R&&et&&"diff"!==E)return;let e=U.current;e&&(e.scrollTop=K.current.scrollTop,e.scrollLeft=K.current.scrollLeft,q.current=!1)},[x?.content,E,T,w,et,en,S,R]),S||"diff"===R&&y&&!x)return(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-muted)",fontSize:13},children:g("i18n.loading")});if(T&&!en)return(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"#f87171",fontSize:13},children:T});if(!x&&!en)return null;let el=x?.language??"text",ea=x?.content??"",es="html"===el,ed="markdown"===el,ec=F(e),eu=ea.split("\n"),ep=en?"diff":E,eh=en?["diff"]:["source",...es||ed?["preview"]:[],...et?["diff"]:[]],eg=en?g("files.deleted"):`${el} \xb7 ${eu.length} lines \xb7 ${r2(x.size)}`;return(0,r.jsxs)("div",{className:"file-viewer-shell",style:{display:"flex",flexDirection:"column",height:"100%",overflow:"hidden"},children:[(0,r.jsxs)("div",{className:"file-viewer-toolbar",style:{display:"flex",alignItems:"center",gap:8,padding:"5px 12px",borderBottom:"1px solid var(--border)",fontSize:11,color:"var(--text-dim)",background:"var(--file-panel-chrome)",flexShrink:0},children:[(0,r.jsx)("span",{className:"file-viewer-path",style:{fontFamily:"var(--font-mono)"},title:e,children:A(e,t)}),(0,r.jsx)("span",{className:"file-viewer-meta",title:eg,children:eg}),!en&&(0,r.jsx)("span",{title:D?g("i18n.liveSync"):g("i18n.notWatching"),"aria-label":D?g("i18n.liveSync"):g("i18n.notWatching"),className:"file-viewer-live-indicator",style:{background:D?"#4ade80":"var(--border)",boxShadow:D?"0 0 4px #4ade80":"none"}}),(0,r.jsxs)("div",{className:"file-viewer-controls",children:[eh.length>1&&(0,r.jsx)("div",{className:"file-viewer-mode-switch","aria-label":g("i18n.fileViewMode"),children:eh.map(e=>{let t=ep===e;return(0,r.jsx)("button",{type:"button",onClick:()=>Z(e),title:"diff"===e?g("i18n.compareHead"):void 0,"aria-pressed":t,className:"file-viewer-mode-button",style:{background:t?"var(--side-active)":"transparent",color:t?"var(--text)":"var(--text-muted)"},children:rK[e]},e)})}),(0,r.jsxs)("div",{className:"file-viewer-actions",children:[(a||l)&&(0,r.jsx)("button",{type:"button",onPointerDown:e=>e.preventDefault(),onClick:()=>{Y&&l?eo(Y):a?.(A(e,t),!1)},title:Y&&l?`${g("i18n.mentionSelectedLines")} (L${Y.startLine}${Y.startLine!==Y.endLine?`-L${Y.endLine}`:""})`:g("files.insertPath"),"aria-label":g("files.mention"),disabled:!a&&!l,className:"file-viewer-icon-button",children:(0,r.jsx)(rX,{})}),"source"===ep&&(0,r.jsx)(r.Fragment,{children:(0,r.jsx)("button",{type:"button",onClick:G,title:$?g("i18n.disableWrap"):g("i18n.enableWrap"),"aria-label":$?g("i18n.disableWrap"):g("i18n.enableWrap"),"aria-pressed":$,className:"file-viewer-icon-button",style:{background:$?"var(--side-active)":"transparent",color:$?"var(--text)":"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M3 6h18"}),(0,r.jsx)("path",{d:"M3 12h15a3 3 0 1 1 0 6h-4"}),(0,r.jsx)("path",{d:"m16 16-2 2 2 2"}),(0,r.jsx)("path",{d:"M3 18h7"})]})})})]}),!en&&(0,r.jsx)(r1,{filePath:e,sourceSessionId:n})]})]}),(0,r.jsx)("div",{ref:U,className:"file-viewer-content",onScroll:e=>{K.current.scrollTop=e.currentTarget.scrollTop,K.current.scrollLeft=e.currentTarget.scrollLeft},style:{flex:1,overflow:"auto",background:"transparent"},children:"diff"===ep&&et?(0,r.jsx)(r4,{patch:v.patch}):es&&"preview"===ep?(0,r.jsx)("iframe",{srcDoc:ea,sandbox:"allow-scripts",style:{width:"100%",height:"100%",border:"none",background:"var(--bg)"},title:g("i18n.htmlPreview")}):ed&&"preview"===ep?(0,r.jsxs)("div",{className:"markdown-body markdown-file-preview",style:{padding:"24px 32px"},children:[ei?.data&&(0,r.jsx)(rq,{data:ei.data}),(0,r.jsx)(eq.oz,{remarkPlugins:e6,rehypePlugins:e7,components:{code({className:e,children:t,...n}){let i=e?.replace("language-","").toLowerCase()??"",o=String(t);return e?.includes("language-")||o.includes("\n")?"mermaid"===i?(0,r.jsx)(tv,{code:o.replace(/\n$/,""),defaultPreview:!0}):(0,r.jsx)(ty,{code:o.replace(/\n$/,""),lang:i}):(0,r.jsx)("code",{className:e,...n,children:t})},pre:({children:e})=>(0,r.jsx)(r.Fragment,{children:e}),a({href:e,children:n,...i}){delete i.node;let l=o?e_(e,ec,t??ec):null;return l&&o?(0,r.jsx)("a",{href:e,...i,onClick:e=>{e.defaultPrevented||0!==e.button||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey||(e.preventDefault(),o(l))},children:n}):(0,r.jsx)("a",{href:e,...i,children:n})},img({src:e,alt:i,...o}){delete o.node;let l="string"==typeof e?e_(e,ec,t??ec):null,a=l?r0(l,"read",n):e;return(0,r.jsx)("img",{src:a,alt:i??"",loading:"lazy",...o})}},children:er})]}):(0,r.jsx)(e9.A,{className:$?"file-source-view is-wrapped":"file-source-view",language:"text"===el?"plaintext":el,style:h?te.xJ:te.vs,showLineNumbers:!0,lineNumberStyle:{...rY},customStyle:{margin:0,padding:0,border:0,background:"transparent",...rJ,width:$?"100%":"max-content",minWidth:"100%",minHeight:"100%",overflow:"visible"},codeTagProps:{style:{fontFamily:"var(--font-mono)",overflowWrap:$?"anywhere":"normal"}},renderer:e=>(0,r.jsx)(rQ,{...e,wrapLines:$}),wrapLongLines:$,children:ea})})]})}function r9({tabs:e,activeTabId:t,onSelectTab:n,onCloseTab:o}){let{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(null);return(0,r.jsx)("div",{style:{display:"flex",alignItems:"flex-end",background:"transparent",overflowX:"auto",flexShrink:0,height:36},children:e.map(e=>{let i=e.id===t;return(0,r.jsxs)("div",{onClick:()=>n(e.id),onMouseDown:e=>{1===e.button&&e.preventDefault()},onAuxClick:t=>{1===t.button&&(t.preventDefault(),t.stopPropagation(),o(e.id))},style:{display:"flex",alignItems:"center",gap:6,height:36,paddingLeft:12,paddingRight:6,borderRight:"1px solid var(--border)",background:i?"var(--file-panel-paper)":"transparent",cursor:"pointer",fontSize:12,color:i?"var(--text)":"var(--text-muted)",whiteSpace:"nowrap",maxWidth:180,minWidth:80,flexShrink:0,userSelect:"none",transition:"background 0.1s, color 0.1s"},children:[(0,r.jsx)("span",{style:{flexShrink:0,opacity:i?1:.7,display:"flex",alignItems:"center"},children:W(e.label,13)}),(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",flex:1,fontWeight:i?500:400},title:e.filePath,children:e.label}),(0,r.jsx)("button",{onClick:t=>{t.stopPropagation(),o(e.id)},onMouseEnter:()=>s(e.id),onMouseLeave:()=>s(null),style:{display:"flex",alignItems:"center",justifyContent:"center",width:24,height:24,background:a===e.id?"var(--side-hover)":"transparent",border:"none",borderRadius:4,color:a===e.id?"var(--text)":"var(--text-dim)",cursor:"pointer",padding:0,flexShrink:0,transition:"background 0.1s, color 0.1s"},title:l("i18n.close"),"aria-label":`${l("i18n.close")} ${e.label}`,children:(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"2",y1:"2",x2:"8",y2:"8"}),(0,r.jsx)("line",{x1:"8",y1:"2",x2:"2",y2:"8"})]})})]},e.id)})})}let ie=["input","output","cacheRead","cacheWrite"];function it(e){return{input:e?.input===void 0?"":String(e.input),output:e?.output===void 0?"":String(e.output),cacheRead:e?.cacheRead===void 0?"":String(e.cacheRead),cacheWrite:e?.cacheWrite===void 0?"":String(e.cacheWrite)}}function ir(e){if(!ii(e))return;let t=e=>{if(!e.trim())return 0;let t=Number(e);return Number.isFinite(t)&&t>=0?t:void 0},n=t(e.input),r=t(e.output),i=t(e.cacheRead),o=t(e.cacheWrite);if(void 0!==n&&void 0!==r&&void 0!==i&&void 0!==o)return{input:n,output:r,cacheRead:i,cacheWrite:o}}function ii(e){return ie.some(t=>""!==e[t].trim())}function io(e){return{fill:"currentColor",fillRule:"evenodd",height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg"}}let il=e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M9.205 8.658v-2.26c0-.19.072-.333.238-.428l4.543-2.616c.619-.357 1.356-.523 2.117-.523 2.854 0 4.662 2.212 4.662 4.566 0 .167 0 .357-.024.547l-4.71-2.759a.797.797 0 00-.856 0l-5.97 3.473zm10.609 8.8V12.06c0-.333-.143-.57-.429-.737l-5.97-3.473 1.95-1.118a.433.433 0 01.476 0l4.543 2.617c1.309.76 2.189 2.378 2.189 3.948 0 1.808-1.07 3.473-2.76 4.163zM7.802 12.703l-1.95-1.142c-.167-.095-.239-.238-.239-.428V5.899c0-2.545 1.95-4.472 4.591-4.472 1 0 1.927.333 2.712.928L8.23 5.067c-.285.166-.428.404-.428.737v6.898zM12 15.128l-2.795-1.57v-3.33L12 8.658l2.795 1.57v3.33L12 15.128zm1.796 7.23c-1 0-1.927-.332-2.712-.927l4.686-2.712c.285-.166.428-.404.428-.737v-6.898l1.974 1.142c.167.095.238.238.238.428v5.233c0 2.545-1.974 4.472-4.614 4.472zm-5.637-5.303l-4.544-2.617c-1.308-.761-2.188-2.378-2.188-3.948A4.482 4.482 0 014.21 6.327v5.423c0 .333.143.571.428.738l5.947 3.449-1.95 1.118a.432.432 0 01-.476 0zm-.262 3.9c-2.688 0-4.662-2.021-4.662-4.519 0-.19.024-.38.047-.57l4.686 2.71c.286.167.571.167.856 0l5.97-3.448v2.26c0 .19-.07.333-.237.428l-4.543 2.616c-.619.357-1.356.523-2.117.523zm5.899 2.83a5.947 5.947 0 005.827-4.756C22.287 18.339 24 15.84 24 13.296c0-1.665-.713-3.282-1.998-4.448.119-.5.19-.999.19-1.498 0-3.401-2.759-5.947-5.946-5.947-.642 0-1.26.095-1.88.31A5.962 5.962 0 0010.205 0a5.947 5.947 0 00-5.827 4.757C1.713 5.447 0 7.945 0 10.49c0 1.666.713 3.283 1.998 4.448-.119.5-.19 1-.19 1.499 0 3.401 2.759 5.946 5.946 5.946.642 0 1.26-.095 1.88-.309a5.96 5.96 0 004.162 1.713z"})}),ia=e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#4285F4",d:"M23 12.245c0-.905-.075-1.565-.236-2.25h-10.54v4.083h6.186c-.124 1.014-.797 2.542-2.294 3.569l-.021.136 3.332 2.53.23.022C21.779 18.417 23 15.593 23 12.245z"}),(0,r.jsx)("path",{fill:"#34A853",d:"M12.225 23c3.03 0 5.574-.978 7.433-2.665l-3.542-2.688c-.948.648-2.22 1.1-3.891 1.1a6.745 6.745 0 01-6.386-4.572l-.132.011-3.465 2.628-.045.124C4.043 20.531 7.835 23 12.225 23z"}),(0,r.jsx)("path",{fill:"#FBBC05",d:"M5.84 14.175A6.65 6.65 0 015.463 12c0-.758.138-1.491.361-2.175l-.006-.147-3.508-2.67-.115.054A10.831 10.831 0 001 12c0 1.772.436 3.447 1.197 4.938l3.642-2.763z"}),(0,r.jsx)("path",{fill:"#EB4335",d:"M12.225 5.253c2.108 0 3.529.892 4.34 1.638l3.167-3.031C17.787 2.088 15.255 1 12.225 1 7.834 1 4.043 3.469 2.197 7.062l3.63 2.763a6.77 6.77 0 016.398-4.572z"})]}),is=e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M1.052 16.916l9.539 2.552a21.007 21.007 0 00.06 2.033l5.956 1.593a11.997 11.997 0 01-5.586.865l-.18-.016-.044-.004-.084-.009-.094-.01a11.605 11.605 0 01-.157-.02l-.107-.014-.11-.016a11.962 11.962 0 01-.32-.051l-.042-.008-.075-.013-.107-.02-.07-.015-.093-.019-.075-.016-.095-.02-.097-.023-.094-.022-.068-.017-.088-.022-.09-.024-.095-.025-.082-.023-.109-.03-.062-.02-.084-.025-.093-.028-.105-.034-.058-.019-.08-.026-.09-.031-.066-.024a6.293 6.293 0 01-.044-.015l-.068-.025-.101-.037-.057-.022-.08-.03-.087-.035-.088-.035-.079-.032-.095-.04-.063-.028-.063-.027a5.655 5.655 0 01-.041-.018l-.066-.03-.103-.047-.052-.024-.096-.046-.062-.03-.084-.04-.086-.044-.093-.047-.052-.027-.103-.055-.057-.03-.058-.032a6.49 6.49 0 01-.046-.026l-.094-.053-.06-.034-.051-.03-.072-.041-.082-.05-.093-.056-.052-.032-.084-.053-.061-.039-.079-.05-.07-.047-.053-.035a7.785 7.785 0 01-.054-.036l-.044-.03-.044-.03a6.066 6.066 0 01-.04-.028l-.057-.04-.076-.054-.069-.05-.074-.054-.056-.042-.076-.057-.076-.059-.086-.067-.045-.035-.064-.052-.074-.06-.089-.073-.046-.039-.046-.039a7.516 7.516 0 01-.043-.037l-.045-.04-.061-.053-.07-.062-.068-.06-.062-.058-.067-.062-.053-.05-.088-.084a13.28 13.28 0 01-.099-.097l-.029-.028-.041-.042-.069-.07-.05-.051-.05-.053a6.457 6.457 0 01-.168-.179l-.08-.088-.062-.07-.071-.08-.042-.049-.053-.062-.058-.068-.046-.056a7.175 7.175 0 01-.027-.033l-.045-.055-.066-.082-.041-.052-.05-.064-.02-.025a11.99 11.99 0 01-1.44-2.402zm-1.02-5.794l11.353 3.037a20.468 20.468 0 00-.469 2.011l10.817 2.894a12.076 12.076 0 01-1.845 2.005L.657 15.923l-.016-.046-.035-.104a11.965 11.965 0 01-.05-.153l-.007-.023a11.896 11.896 0 01-.207-.741l-.03-.126-.018-.08-.021-.097-.018-.081-.018-.09-.017-.084-.018-.094c-.026-.141-.05-.283-.071-.426l-.017-.118-.011-.083-.013-.102a12.01 12.01 0 01-.019-.161l-.005-.047a12.12 12.12 0 01-.034-2.145zm1.593-5.15l11.948 3.196c-.368.605-.705 1.231-1.01 1.875l11.295 3.022c-.142.82-.368 1.612-.668 2.365l-11.55-3.09L.124 10.26l.015-.1.008-.049.01-.067.015-.087.018-.098c.026-.148.056-.295.088-.442l.028-.124.02-.085.024-.097c.022-.09.045-.18.07-.268l.028-.102.023-.083.03-.1.025-.082.03-.096.026-.082.031-.095a11.896 11.896 0 011.01-2.232zm4.442-4.4L17.352 4.59a20.77 20.77 0 00-1.688 1.721l7.823 2.093c.267.852.442 1.744.513 2.665L2.106 5.213l.045-.065.027-.04.04-.055.046-.065.055-.076.054-.072.064-.086.05-.065.057-.073.055-.07.06-.074.055-.069.065-.077.054-.066.066-.077.053-.06.072-.082.053-.06.067-.074.054-.058.073-.078.058-.06.063-.067.168-.17.1-.098.059-.056.076-.071a12.084 12.084 0 012.272-1.677zM12.017 0h.097l.082.001.069.001.054.002.068.002.046.001.076.003.047.002.06.003.054.002.087.005.105.007.144.011.088.007.044.004.077.008.082.008.047.005.102.012.05.006.108.014.081.01.042.006.065.01.207.032.07.012.065.011.14.026.092.018.11.022.046.01.075.016.041.01L14.7.3l.042.01.065.015.049.012.071.017.096.024.112.03.113.03.113.032.05.015.07.02.078.024.073.023.05.016.05.016.076.025.099.033.102.036.048.017.064.023.093.034.11.041.116.045.1.04.047.02.06.024.041.018.063.026.04.018.057.025.11.048.1.046.074.035.075.036.06.028.092.046.091.045.102.052.053.028.049.026.046.024.06.033.041.022.052.029.088.05.106.06.087.051.057.034.053.032.096.059.088.055.098.062.036.024.064.041.084.056.04.027.062.042.062.043.023.017c.054.037.108.075.161.114l.083.06.065.048.056.043.086.065.082.064.04.03.05.041.086.069.079.065.085.071c.712.6 1.353 1.283 1.909 2.031L7.222.994l.062-.027.065-.028.081-.034.086-.035c.113-.045.227-.09.341-.131l.096-.035.093-.033.084-.03.096-.031c.087-.03.176-.058.264-.085l.091-.027.086-.025.102-.03.085-.023.1-.026L9.04.37l.09-.023.091-.022.095-.022.09-.02.098-.021.091-.02.095-.018.092-.018.1-.018.091-.016.098-.017.092-.014.097-.015.092-.013.102-.013.091-.012.105-.012.09-.01.105-.01c.093-.01.186-.018.28-.024l.106-.008.09-.005.11-.006.093-.004.1-.004.097-.002.099-.002.197-.002z"})}),id=e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M16.278 2c1.156 0 2.093.927 2.093 2.07v12.501a.74.74 0 00.744.709.74.74 0 00.743-.709V9.099a2.06 2.06 0 012.071-2.049A2.06 2.06 0 0124 9.1v6.561a.649.649 0 01-.652.645.649.649 0 01-.653-.645V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v7.472a2.037 2.037 0 01-2.048 2.026 2.037 2.037 0 01-2.048-2.026v-12.5a.785.785 0 00-.788-.753.785.785 0 00-.789.752l-.001 15.904A2.037 2.037 0 0113.441 22a2.037 2.037 0 01-2.048-2.026V18.04c0-.356.292-.645.652-.645.36 0 .652.289.652.645v1.934c0 .263.142.506.372.638.23.131.514.131.744 0a.734.734 0 00.372-.638V4.07c0-1.143.937-2.07 2.093-2.07zm-5.674 0c1.156 0 2.093.927 2.093 2.07v11.523a.648.648 0 01-.652.645.648.648 0 01-.652-.645V4.07a.785.785 0 00-.789-.78.785.785 0 00-.789.78v14.013a2.06 2.06 0 01-2.07 2.048 2.06 2.06 0 01-2.071-2.048V9.1a.762.762 0 00-.766-.758.762.762 0 00-.766.758v3.8a2.06 2.06 0 01-2.071 2.049A2.06 2.06 0 010 12.9v-1.378c0-.357.292-.646.652-.646.36 0 .653.29.653.646V12.9c0 .418.343.757.766.757s.766-.339.766-.757V9.099a2.06 2.06 0 012.07-2.048 2.06 2.06 0 012.071 2.048v8.984c0 .419.343.758.767.758.423 0 .766-.339.766-.758V4.07c0-1.143.937-2.07 2.093-2.07z"})}),ic=e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#F38020",d:"M16.493 17.4c.135-.52.08-.983-.161-1.338-.215-.328-.592-.519-1.05-.519l-8.663-.109a.148.148 0 01-.135-.082c-.027-.054-.027-.109-.027-.163.027-.082.108-.164.189-.164l8.744-.11c1.05-.054 2.153-.9 2.556-1.937l.511-1.31c.027-.055.027-.11.027-.164C17.92 8.91 15.66 7 12.942 7c-2.503 0-4.628 1.638-5.381 3.903a2.432 2.432 0 00-1.803-.491c-1.21.109-2.153 1.092-2.287 2.32-.027.328 0 .628.054.9C1.56 13.688 0 15.326 0 17.319c0 .19.027.355.027.545 0 .082.08.137.161.137h15.983c.08 0 .188-.055.215-.164l.107-.437"}),(0,r.jsx)("path",{fill:"#FCAD32",d:"M19.238 11.75h-.242c-.054 0-.108.054-.135.109l-.35 1.2c-.134.52-.08.983.162 1.338.215.328.592.518 1.05.518l1.855.11c.054 0 .108.027.135.082.027.054.027.109.027.163-.027.082-.108.164-.188.164l-1.91.11c-1.05.054-2.153.9-2.557 1.937l-.134.355c-.027.055.026.137.107.137h6.592c.081 0 .162-.055.162-.137.107-.41.188-.846.188-1.31-.027-2.62-2.153-4.777-4.762-4.777"})]}),iu=e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M16 6H8v12h8V6zm4 16H4V2h16v20z"})}),ip=e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M.958 15.936a.459.459 0 01.459.44v2.729a.46.46 0 01-.918 0v-2.729a.459.459 0 01.459-.44zm4.814-2.035a.46.46 0 01.553.45v4.754a.458.458 0 11-.918 0V15.48L3.74 17.202a.462.462 0 01-.655.016.462.462 0 01-.065-.082L.628 14.67a.459.459 0 01.658-.637l2.124 2.187 2.127-2.188a.46.46 0 01.235-.13zm2.068.004a.46.46 0 01.458.445v4.755a.46.46 0 01-.458.458.459.459 0 01-.458-.458V14.35a.459.459 0 01.458-.445zm1.973 2.014a.46.46 0 01.46.457v2.729a.46.46 0 01-.784.324.46.46 0 01-.134-.324v-2.729a.46.46 0 01.458-.458zm.002-2.045a.458.458 0 01.328.157l2.127 2.19 2.125-2.19a.459.459 0 01.784.318v4.756a.46.46 0 01-.455.458.46.46 0 01-.458-.458V15.48l-1.667 1.723a.46.46 0 01-.65.008l-.005-.005c0-.002-.002-.002-.004-.003l-2.455-2.534a.46.46 0 01-.008-.667.461.461 0 01.338-.128zm6.797 1.206a.46.46 0 01.53.651A1.966 1.966 0 0019.81 18.4a.462.462 0 01.623.18.46.46 0 01-.181.624 2.863 2.863 0 01-1.38.353l-.142-.004a2.88 2.88 0 01-2.393-4.263.461.461 0 01.274-.21zm.864-.931a2.884 2.884 0 013.915 3.914.46.46 0 01-.402.24l-.057-.004a.458.458 0 01-.164-.055.46.46 0 01-.182-.622 1.967 1.967 0 00-2.669-2.67.459.459 0 11-.441-.803zM9.59 6.368c1.481 0 1.696 1.202 1.696 1.654v2.648h-.917v-.432c-.26.346-.792.535-1.36.535-.133 0-1.289-.03-1.384-1.136-.082-.932.675-1.61 2.053-1.61h.691c0-.563-.367-.886-.983-.886-.44.013-.864.174-1.2.458l-.36-.664c.484-.379 1.012-.567 1.764-.567zm4.427.1c1.263 0 2.082.97 2.083 2.15 0 1.181-.824 2.154-2.083 2.154-1.26 0-2.084-.972-2.084-2.152 0-1.18.82-2.153 2.084-2.153zm6.801.015c.68 0 1.202.465 1.197 1.548v2.642H21.1V8.29c0-.312-.002-.98-.63-.98s-.628.667-.628.838v2.524h-.89V8.148c0-.17-.001-.838-.63-.838-.628 0-.628.668-.628.98v2.383h-.917v-4.03h.917V7a1.22 1.22 0 01.947-.516c.398 0 .76.193.982.686a1.321 1.321 0 011.195-.686zm-18.093.872l1.457-1.772H5.32L3.311 8.07l2.14 2.602H4.24L2.725 8.796 1.21 10.672H0L2.138 8.07.13 5.583h1.138l1.458 1.772zm4.149 3.317h-.916V6.644h.916v4.028zm16.99 0h-.916V6.644h.916v4.028zM9.925 8.71c-1.055 0-1.359.412-1.326.742.032.329.324.537.757.537a1.013 1.013 0 001.014-.968l.002-.31h-.447zM14.018 7.3c-.663 0-1.184.487-1.184 1.32 0 .832.52 1.32 1.184 1.32.662 0 1.182-.49 1.182-1.32 0-.832-.52-1.32-1.182-1.32zM6.417 5.001a.568.568 0 01.587.582.588.588 0 01-1.175 0A.57.57 0 016.417 5zm16.991 0a.57.57 0 01.592.582.588.588 0 01-1.174 0 .57.57 0 01.357-.542.572.572 0 01.225-.04z"})}),ih=e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12.105 2L9.927 4.953H.653L2.83 2h9.276zM23.254 19.048L21.078 22h-9.242l2.174-2.952h9.244zM24 2L9.264 22H0L14.736 2H24z"})}),ig={anthropic:{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z"})}),hasColor:!1},openai:{Icon:il,hasColor:!1},"openai-codex":{Icon:il,hasColor:!1},google:{Icon:ia,hasColor:!0},"google-vertex":{Icon:ia,hasColor:!0},"ant-ling":{Icon:e=>(0,r.jsxs)("svg",{...io(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{d:"M9.797 6.282a.451.451 0 01-.336-.315 1.019 1.019 0 010-.505c.156-.86.3-1.725.501-2.577.14-.7.42-1.367.823-1.96.305-.431.75-.746 1.262-.89.877-.217 1.24.629.937 1.348-.259.593-.877.914-1.334 1.348-.835.795-1.096 2.14-1.336 3.212a.427.427 0 01-.186.277.437.437 0 01-.331.062z"}),(0,r.jsx)("path",{d:"M6.334 4.672c.33-.121.682.146.946.297.278.145.587.219.901.214.231.01.466 0 .688.018 4.098.176 7.484 3.22 8.05 7.237.565 4.016-1.852 7.859-5.745 9.134-3.894 1.276-8.153-.38-10.126-3.935A8.339 8.339 0 013.133 7.081c.348-.278.716-.53 1.102-.755a8.404 8.404 0 001.318-.79c.28-.243.45-.742.781-.864zm4.406 2.15c-2.841.003-4.898 2.533-4.628 5.642.27 3.109 2.781 5.641 5.613 5.665 2.832.024 4.932-2.512 4.658-5.644-.273-3.133-2.802-5.666-5.643-5.663zm.357.57a4.707 4.707 0 013.304 1.446 5.703 5.703 0 011.643 3.49 4.841 4.841 0 01-1.141 3.705v.015a3.923 3.923 0 01-2.808 1.303 4.664 4.664 0 01-3.367-1.387 5.678 5.678 0 01-1.71-3.518 4.832 4.832 0 011.14-3.753 3.923 3.923 0 012.813-1.3h.126z"}),(0,r.jsx)("path",{d:"M2.346 2.054a1.26 1.26 0 01.384-.594.842.842 0 011.165.11c.694.82.169 2.078.142 3.02.013.805.208 1.597.57 2.318.084.134.147.279.186.43a.539.539 0 01-.3.577c-.345.17-.568-.19-.709-.446-.324-.6-.617-1.216-.877-1.846a8.698 8.698 0 01-.618-1.987 7.523 7.523 0 01-.051-.37 3.717 3.717 0 01-.024-.34 2.506 2.506 0 01.132-.872z"})]}),hasColor:!0},deepseek:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#4D6BFE",d:"M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z"})}),hasColor:!0},groq:{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12.036 2c-3.853-.035-7 3-7.036 6.781-.035 3.782 3.055 6.872 6.908 6.907h2.42v-2.566h-2.292c-2.407.028-4.38-1.866-4.408-4.23-.029-2.362 1.901-4.298 4.308-4.326h.1c2.407 0 4.358 1.915 4.365 4.278v6.305c0 2.342-1.944 4.25-4.323 4.279a4.375 4.375 0 01-3.033-1.252l-1.851 1.818A7 7 0 0012.029 22h.092c3.803-.056 6.858-3.083 6.879-6.816v-6.5C18.907 4.963 15.817 2 12.036 2z"})}),hasColor:!1},mistral:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"gold",d:"M3.428 3.4h3.429v3.428H3.428V3.4zm13.714 0h3.43v3.428h-3.43V3.4z"}),(0,r.jsx)("path",{fill:"#FFAF00",d:"M3.428 6.828h6.857v3.429H3.429V6.828zm10.286 0h6.857v3.429h-6.857V6.828z"}),(0,r.jsx)("path",{fill:"#FF8205",d:"M3.428 10.258h17.144v3.428H3.428v-3.428z"}),(0,r.jsx)("path",{fill:"#FA500F",d:"M3.428 13.686h3.429v3.428H3.428v-3.428zm6.858 0h3.429v3.428h-3.429v-3.428zm6.856 0h3.43v3.428h-3.43v-3.428z"}),(0,r.jsx)("path",{fill:"#E10500",d:"M0 17.114h10.286v3.429H0v-3.429zm13.714 0H24v3.429H13.714v-3.429z"})]}),hasColor:!0},moonshotai:{Icon:is,hasColor:!1},"moonshotai-cn":{Icon:is,hasColor:!1},moonshot:{Icon:is,hasColor:!1},minimax:{Icon:id,hasColor:!0},"minimax-cn":{Icon:id,hasColor:!0},fireworks:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#5019C5",d:"M14.8 5l-2.801 6.795L9.195 5H7.397l3.072 7.428a1.64 1.64 0 003.038.002L16.598 5H14.8zm1.196 10.352l5.124-5.244-.699-1.669-5.596 5.739a1.664 1.664 0 00-.343 1.807 1.642 1.642 0 001.516 1.012L16 17l8-.02-.699-1.669-7.303.041h-.002zM2.88 10.104l.699-1.669 5.596 5.739c.468.479.603 1.189.343 1.807a1.643 1.643 0 01-1.516 1.012l-8-.018-.002.002.699-1.669 7.303.042-5.122-5.246z"})}),hasColor:!0},huggingface:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#FF9D0B",d:"M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z"}),(0,r.jsx)("path",{fill:"#FFD21E",d:"M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z"}),(0,r.jsx)("path",{fill:"#FF323D",d:"M11.875 15.113c2.457 0 3.25-2.156 3.25-3.263 0-.576-.393-.394-1.023-.089-.582.283-1.365.675-2.224.675-1.798 0-3.25-1.693-3.25-.586 0 1.107.79 3.263 3.25 3.263h-.003z"}),(0,r.jsx)("path",{fill:"#3A3B45",d:"M14.76 9.21c.32.108.445.753.767.585.447-.233.707-.708.659-1.204a1.235 1.235 0 00-.879-1.059 1.262 1.262 0 00-1.33.394c-.322.384-.377.92-.14 1.36.153.283.638-.177.925-.079l-.002.003zm-5.887 0c-.32.108-.448.753-.768.585a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003zm1.12 5.34a2.166 2.166 0 011.325-1.106c.07-.02.144.06.219.171l.192.306c.069.1.139.175.209.175.074 0 .15-.074.223-.172l.205-.302c.08-.11.157-.188.234-.165.537.168.986.536 1.25 1.026.932-.724 1.275-1.905 1.275-2.633 0-.508-.306-.426-.81-.19l-.616.296c-.52.24-1.148.48-1.824.48-.676 0-1.302-.24-1.823-.48l-.589-.283c-.52-.248-.838-.342-.838.177 0 .703.32 1.831 1.187 2.56l.18.14z"}),(0,r.jsx)("path",{fill:"#FF9D0B",d:"M17.812 10.366a.806.806 0 00.813-.8c0-.441-.364-.8-.813-.8a.806.806 0 00-.812.8c0 .442.364.8.812.8zm-11.624 0a.806.806 0 00.812-.8c0-.441-.364-.8-.812-.8a.806.806 0 00-.813.8c0 .442.364.8.813.8zM4.515 13.073c-.405 0-.765.162-1.017.46a1.455 1.455 0 00-.333.925 1.801 1.801 0 00-.485-.074c-.387 0-.737.146-.985.409a1.41 1.41 0 00-.2 1.722 1.302 1.302 0 00-.447.694c-.06.222-.12.69.2 1.166a1.267 1.267 0 00-.093 1.236c.238.533.81.958 1.89 1.405l.24.096c.768.3 1.473.492 1.478.494.89.243 1.808.375 2.732.394 1.465 0 2.513-.443 3.115-1.314.93-1.342.842-2.575-.274-3.763l-.151-.154c-.692-.684-1.155-1.69-1.25-1.912-.195-.655-.71-1.383-1.562-1.383-.46.007-.889.233-1.15.605-.25-.31-.495-.553-.715-.694a1.87 1.87 0 00-.993-.312zm14.97 0c.405 0 .767.162 1.017.46.216.262.333.588.333.925.158-.047.322-.071.487-.074.388 0 .738.146.985.409a1.41 1.41 0 01.2 1.722c.22.178.377.422.445.694.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.238.533-.81.958-1.889 1.405l-.239.096c-.77.3-1.475.492-1.48.494-.89.243-1.808.375-2.732.394-1.465 0-2.513-.443-3.115-1.314-.93-1.342-.842-2.575.274-3.763l.151-.154c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694.244-.162.523-.265.814-.3l.176-.012z"}),(0,r.jsx)("path",{fill:"#FFD21E",d:"M9.785 20.132c.688-.994.638-1.74-.305-2.667-.945-.928-1.495-2.288-1.495-2.288s-.205-.788-.672-.714c-.468.074-.81 1.25.17 1.971.977.721-.195 1.21-.573.534-.375-.677-1.405-2.416-1.94-2.751-.532-.332-.907-.148-.782.541.125.687 2.357 2.35 2.14 2.707-.218.362-.983-.42-.983-.42S2.953 14.9 2.43 15.46c-.52.558.398 1.026 1.7 1.803 1.308.778 1.41.985 1.225 1.28-.187.295-3.07-2.1-3.34-1.083-.27 1.011 2.943 1.304 2.745 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725 1.075.276 3.813.859 4.77-.522zm4.432 0c-.687-.994-.64-1.74.305-2.667.943-.928 1.493-2.288 1.493-2.288s.205-.788.675-.714c.465.074.807 1.25-.17 1.971-.98.721.195 1.21.57.534.377-.677 1.407-2.416 1.94-2.751.532-.332.91-.148.782.541-.125.687-2.355 2.35-2.137 2.707.215.362.98-.42.98-.42S21.05 14.9 21.57 15.46c.52.558-.395 1.026-1.7 1.803-1.308.778-1.408.985-1.225 1.28.187.295 3.07-2.1 3.34-1.083.27 1.011-2.94 1.304-2.743 2.006.2.7 2.263-1.324 2.685-.537.423.79-2.912 1.718-2.94 1.725-1.077.276-3.815.859-4.77-.522z"})]}),hasColor:!0},cerebras:{Icon:e=>(0,r.jsxs)("svg",{...io(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#F15A29",d:"M14.121 2.701a9.299 9.299 0 000 18.598V22.7c-5.91 0-10.7-4.791-10.7-10.701S8.21 1.299 14.12 1.299V2.7zm4.752 3.677A7.353 7.353 0 109.42 17.643l-.901 1.074a8.754 8.754 0 01-1.08-12.334 8.755 8.755 0 0112.335-1.08l-.901 1.075zm-2.255.844a5.407 5.407 0 00-5.048 9.563l-.656 1.24a6.81 6.81 0 016.358-12.043l-.654 1.24zM14.12 8.539a3.46 3.46 0 100 6.922v1.402a4.863 4.863 0 010-9.726v1.402z"}),(0,r.jsx)("path",{d:"M15.407 10.836a2.24 2.24 0 00-.51-.409 1.084 1.084 0 00-.544-.152c-.255 0-.483.047-.684.14a1.58 1.58 0 00-.84.912c-.074.203-.11.416-.11.631 0 .218.036.43.11.631a1.594 1.594 0 00.84.913c.2.093.43.14.684.14.216 0 .417-.046.602-.135.188-.09.35-.225.475-.392l.928 1.006c-.14.14-.3.261-.482.363a3.367 3.367 0 01-1.083.38c-.17.026-.317.04-.44.04a3.315 3.315 0 01-1.182-.21 2.825 2.825 0 01-.961-.597 2.816 2.816 0 01-.644-.929 2.987 2.987 0 01-.238-1.21c0-.444.08-.847.238-1.21.15-.35.368-.666.643-.929.278-.261.605-.464.962-.596a3.315 3.315 0 011.182-.21c.355 0 .712.068 1.072.204.361.138.685.36.944.649l-.962.97z"})]}),hasColor:!0},openrouter:{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M16.804 1.957l7.22 4.105v.087L16.73 10.21l.017-2.117-.821-.03c-1.059-.028-1.611.002-2.268.11-1.064.175-2.038.577-3.147 1.352L8.345 11.03c-.284.195-.495.336-.68.455l-.515.322-.397.234.385.23.53.338c.476.314 1.17.796 2.701 1.866 1.11.775 2.083 1.177 3.147 1.352l.3.045c.694.091 1.375.094 2.825.033l.022-2.159 7.22 4.105v.087L16.589 22l.014-1.862-.635.022c-1.386.042-2.137.002-3.138-.162-1.694-.28-3.26-.926-4.881-2.059l-2.158-1.5a21.997 21.997 0 00-.755-.498l-.467-.28a55.927 55.927 0 00-.76-.43C2.908 14.73.563 14.116 0 14.116V9.888l.14.004c.564-.007 2.91-.622 3.809-1.124l1.016-.58.438-.274c.428-.28 1.072-.726 2.686-1.853 1.621-1.133 3.186-1.78 4.881-2.059 1.152-.19 1.974-.213 3.814-.138l.02-1.907z"})}),hasColor:!1},xai:{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M6.469 8.776L16.512 23h-4.464L2.005 8.776H6.47zm-.004 7.9l2.233 3.164L6.467 23H2l4.465-6.324zM22 2.582V23h-3.659V7.764L22 2.582zM22 1l-9.952 14.095-2.233-3.163L17.533 1H22z"})}),hasColor:!1},"cloudflare-ai-gateway":{Icon:ic,hasColor:!0},"cloudflare-workers-ai":{Icon:ic,hasColor:!0},"vercel-ai-gateway":{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12 0l12 20.785H0L12 0z"})}),hasColor:!1},"github-copilot":{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M19.245 5.364c1.322 1.36 1.877 3.216 2.11 5.817.622 0 1.2.135 1.592.654l.73.964c.21.278.323.61.323.955v2.62c0 .339-.173.669-.453.868C20.239 19.602 16.157 21.5 12 21.5c-4.6 0-9.205-2.583-11.547-4.258-.28-.2-.452-.53-.453-.868v-2.62c0-.345.113-.679.321-.956l.73-.963c.392-.517.974-.654 1.593-.654l.029-.297c.25-2.446.81-4.213 2.082-5.52 2.461-2.54 5.71-2.851 7.146-2.864h.198c1.436.013 4.685.323 7.146 2.864zm-7.244 4.328c-.284 0-.613.016-.962.05-.123.447-.305.85-.57 1.108-1.05 1.023-2.316 1.18-2.994 1.18-.638 0-1.306-.13-1.851-.464-.516.165-1.012.403-1.044.996a65.882 65.882 0 00-.063 2.884l-.002.48c-.002.563-.005 1.126-.013 1.69.002.326.204.63.51.765 2.482 1.102 4.83 1.657 6.99 1.657 2.156 0 4.504-.555 6.985-1.657a.854.854 0 00.51-.766c.03-1.682.006-3.372-.076-5.053-.031-.596-.528-.83-1.046-.996-.546.333-1.212.464-1.85.464-.677 0-1.942-.157-2.993-1.18-.266-.258-.447-.661-.57-1.108-.32-.032-.64-.049-.96-.05zm-2.525 4.013c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zm5 0c.539 0 .976.426.976.95v1.753c0 .525-.437.95-.976.95a.964.964 0 01-.976-.95v-1.752c0-.525.437-.951.976-.951zM7.635 5.087c-1.05.102-1.935.438-2.385.906-.975 1.037-.765 3.668-.21 4.224.405.394 1.17.657 1.995.657h.09c.649-.013 1.785-.176 2.73-1.11.435-.41.705-1.433.675-2.47-.03-.834-.27-1.52-.63-1.813-.39-.336-1.275-.482-2.265-.394zm6.465.394c-.36.292-.6.98-.63 1.813-.03 1.037.24 2.06.675 2.47.968.957 2.136 1.104 2.776 1.11h.044c.825 0 1.59-.263 1.995-.657.555-.556.765-3.187-.21-4.224-.45-.468-1.335-.804-2.385-.906-.99-.088-1.875.058-2.265.394zM12 7.615c-.24 0-.525.015-.84.044.03.16.045.336.06.526l-.001.159a2.94 2.94 0 01-.014.25c.225-.022.425-.027.612-.028h.366c.187 0 .387.006.612.028-.015-.146-.015-.277-.015-.409.015-.19.03-.365.06-.526a9.29 9.29 0 00-.84-.044z"})}),hasColor:!1},"amazon-bedrock":{Icon:e=>(0,r.jsxs)("svg",{...io(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{d:"M6.763 11.212c0 .296.032.535.088.71.064.176.144.368.256.576.04.063.056.127.056.183 0 .08-.048.16-.152.24l-.503.335a.383.383 0 01-.208.072c-.08 0-.16-.04-.239-.112a2.47 2.47 0 01-.287-.375 6.18 6.18 0 01-.248-.471c-.622.734-1.405 1.101-2.347 1.101-.67 0-1.205-.191-1.596-.574-.39-.384-.59-.894-.59-1.533 0-.678.24-1.23.726-1.644.487-.415 1.133-.623 1.955-.623.272 0 .551.024.846.064.296.04.6.104.918.176v-.583c0-.607-.127-1.03-.375-1.277-.255-.248-.686-.367-1.3-.367-.28 0-.568.031-.863.103-.295.072-.583.16-.862.272a2.4 2.4 0 01-.28.104.488.488 0 01-.127.023c-.112 0-.168-.08-.168-.247v-.391c0-.128.016-.224.056-.28a.597.597 0 01.224-.167 4.577 4.577 0 011.005-.36 4.84 4.84 0 011.246-.151c.95 0 1.644.216 2.091.647.44.43.662 1.085.662 1.963v2.586h.016zm-3.24 1.214c.263 0 .534-.048.822-.144a1.78 1.78 0 00.758-.51 1.27 1.27 0 00.272-.512c.047-.191.08-.423.08-.694v-.335a6.66 6.66 0 00-.735-.136 6.02 6.02 0 00-.75-.048c-.535 0-.926.104-1.19.32-.263.215-.39.518-.39.917 0 .375.095.655.295.846.191.2.47.296.838.296zm6.41.862c-.144 0-.24-.024-.304-.08-.064-.048-.12-.16-.168-.311L7.586 6.726a1.398 1.398 0 01-.072-.32c0-.128.064-.2.191-.2h.783c.151 0 .255.025.31.08.065.048.113.16.16.312l1.342 5.284 1.245-5.284c.04-.16.088-.264.151-.312a.549.549 0 01.32-.08h.638c.152 0 .256.025.32.08.063.048.12.16.151.312l1.261 5.348 1.381-5.348c.048-.16.104-.264.16-.312a.52.52 0 01.311-.08h.743c.127 0 .2.065.2.2 0 .04-.009.08-.017.128a1.137 1.137 0 01-.056.2l-1.923 6.17c-.048.16-.104.263-.168.311a.51.51 0 01-.303.08h-.687c-.15 0-.255-.024-.32-.08-.063-.056-.119-.16-.15-.32L12.32 7.747l-1.23 5.14c-.04.16-.087.264-.15.32-.065.056-.177.08-.32.08l-.686.001zm10.256.215c-.415 0-.83-.048-1.229-.143-.399-.096-.71-.2-.918-.32-.128-.071-.215-.151-.247-.223a.563.563 0 01-.048-.224v-.407c0-.167.064-.247.183-.247.048 0 .096.008.144.024.048.016.12.048.2.08.271.12.566.215.878.279.32.064.63.096.95.096.502 0 .894-.088 1.165-.264a.86.86 0 00.415-.758.777.777 0 00-.215-.559c-.144-.151-.416-.287-.807-.415l-1.157-.36c-.583-.183-1.014-.454-1.277-.813a1.902 1.902 0 01-.4-1.158c0-.335.073-.63.216-.886.144-.255.335-.479.575-.654.24-.184.51-.32.83-.415.32-.096.655-.136 1.006-.136.175 0 .36.008.535.032.183.024.35.056.518.088.16.04.312.08.455.127.144.048.256.096.336.144a.69.69 0 01.24.2.43.43 0 01.071.263v.375c0 .168-.064.256-.184.256a.83.83 0 01-.303-.096 3.652 3.652 0 00-1.532-.311c-.455 0-.815.071-1.062.223-.248.152-.375.383-.375.71 0 .224.08.416.24.567.16.152.454.304.877.44l1.134.358c.574.184.99.44 1.237.767.247.327.367.702.367 1.117 0 .343-.072.655-.207.926a2.157 2.157 0 01-.583.703c-.248.2-.543.343-.886.447-.36.111-.734.167-1.142.167z"}),(0,r.jsx)("path",{fill:"#F90",d:"M.378 15.475c3.384 1.963 7.56 3.153 11.877 3.153 2.914 0 6.114-.607 9.06-1.852.44-.2.814.287.383.607-2.626 1.94-6.442 2.969-9.722 2.969-4.598 0-8.74-1.7-11.87-4.526-.247-.223-.024-.527.272-.351zm23.531-.2c.287.36-.08 2.826-1.485 4.007-.215.184-.423.088-.327-.151l.175-.439c.343-.88.802-2.198.52-2.555-.336-.43-2.22-.207-3.074-.103-.255.032-.295-.192-.063-.36 1.5-1.053 3.967-.75 4.254-.399z"})]}),hasColor:!0},"azure-openai-responses":{Icon:e=>(0,r.jsxs)("svg",{...io(e),viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{d:"M7.242 1.613A1.11 1.11 0 018.295.857h6.977L8.03 22.316a1.11 1.11 0 01-1.052.755h-5.43a1.11 1.11 0 01-1.053-1.466L7.242 1.613z"}),(0,r.jsx)("path",{fill:"#0078D4",d:"M18.397 15.296H7.4a.51.51 0 00-.347.882l7.066 6.595c.206.192.477.298.758.298h6.226l-2.706-7.775z"}),(0,r.jsx)("path",{d:"M15.272.857H7.497L0 23.071h7.775l1.596-4.73 5.068 4.73h6.665l-2.707-7.775h-7.998L15.272.857z"}),(0,r.jsx)("path",{d:"M17.193 1.613a1.11 1.11 0 00-1.052-.756h-7.81.035c.477 0 .9.304 1.052.756l6.748 19.992a1.11 1.11 0 01-1.052 1.466h-.12 7.895a1.11 1.11 0 001.052-1.466L17.193 1.613z"})]}),hasColor:!0},"kimi-coding":{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#1783FF",d:"M21.846 0a1.923 1.923 0 110 3.846H20.15a.226.226 0 01-.227-.226V1.923C19.923.861 20.784 0 21.846 0z"}),(0,r.jsx)("path",{fill:"#fff",d:"M11.065 11.199l7.257-7.2c.137-.136.06-.41-.116-.41H14.3a.164.164 0 00-.117.051l-7.82 7.756c-.122.12-.302.013-.302-.179V3.82c0-.127-.083-.23-.185-.23H3.186c-.103 0-.186.103-.186.23V19.77c0 .128.083.23.186.23h2.69c.103 0 .186-.102.186-.23v-3.25c0-.069.025-.135.069-.178l2.424-2.406a.158.158 0 01.205-.023l6.484 4.772a7.677 7.677 0 003.453 1.283c.108.012.2-.095.2-.23v-3.06c0-.117-.07-.212-.164-.227a5.028 5.028 0 01-2.027-.807l-5.613-4.064c-.117-.078-.132-.279-.028-.381z"})]}),hasColor:!0},nvidia:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#74B71B",d:"M10.212 8.976V7.62c.127-.01.256-.017.388-.021 3.596-.117 5.957 3.184 5.957 3.184s-2.548 3.647-5.282 3.647a3.227 3.227 0 01-1.063-.175v-4.109c1.4.174 1.681.812 2.523 2.258l1.873-1.627a4.905 4.905 0 00-3.67-1.846 6.594 6.594 0 00-.729.044m0-4.476v2.025c.13-.01.259-.019.388-.024 5.002-.174 8.261 4.226 8.261 4.226s-3.743 4.69-7.643 4.69c-.338 0-.675-.031-1.007-.092v1.25c.278.038.558.057.838.057 3.629 0 6.253-1.91 8.794-4.169.421.347 2.146 1.193 2.501 1.564-2.416 2.083-8.048 3.763-11.24 3.763-.308 0-.603-.02-.894-.048V19.5H24v-15H10.21zm0 9.756v1.068c-3.356-.616-4.287-4.21-4.287-4.21a7.173 7.173 0 014.287-2.138v1.172h-.005a3.182 3.182 0 00-2.502 1.178s.615 2.276 2.507 2.931m-5.961-3.3c1.436-1.935 3.604-3.148 5.961-3.336V6.523C5.81 6.887 2 10.723 2 10.723s2.158 6.427 8.21 7.015v-1.166C5.77 16 4.25 10.958 4.25 10.958h-.002z"})}),hasColor:!0},opencode:{Icon:iu,hasColor:!1},"opencode-go":{Icon:iu,hasColor:!1},qwen:{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z"})}),hasColor:!0},xiaomi:{Icon:ip,hasColor:!1},"xiaomi-token-plan-ams":{Icon:ip,hasColor:!1},"xiaomi-token-plan-cn":{Icon:ip,hasColor:!1},"xiaomi-token-plan-sgp":{Icon:ip,hasColor:!1},zai:{Icon:ih,hasColor:!1},"zai-coding-cn":{Icon:ih,hasColor:!1},zhipu:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#3859FF",d:"M11.991 23.503a.24.24 0 00-.244.248.24.24 0 00.244.249.24.24 0 00.245-.249.24.24 0 00-.22-.247l-.025-.001zM9.671 5.365a1.697 1.697 0 011.099 2.132l-.071.172-.016.04-.018.054c-.07.16-.104.32-.104.498-.035.71.47 1.279 1.186 1.314h.366c1.309.053 2.338 1.173 2.286 2.523-.052 1.332-1.152 2.38-2.478 2.327h-.174c-.715.018-1.274.64-1.239 1.368 0 .124.018.23.053.337.209.373.54.658.96.8.75.23 1.517-.125 1.9-.782l.018-.035c.402-.64 1.17-.96 1.92-.711.854.284 1.378 1.226 1.099 2.167a1.661 1.661 0 01-2.077 1.102 1.711 1.711 0 01-.907-.711l-.017-.035c-.2-.323-.463-.58-.851-.711l-.056-.018a1.646 1.646 0 00-1.954.746 1.66 1.66 0 01-1.065.764 1.677 1.677 0 01-1.989-1.279c-.209-.906.332-1.83 1.257-2.043a1.51 1.51 0 01.296-.035h.018c.68-.071 1.151-.622 1.116-1.333a1.307 1.307 0 00-.227-.693 2.515 2.515 0 01-.366-1.403 2.39 2.39 0 01.366-1.208c.14-.195.21-.444.227-.693.018-.71-.506-1.261-1.186-1.332l-.07-.018a1.43 1.43 0 01-.299-.07l-.05-.019a1.7 1.7 0 01-1.047-2.114 1.68 1.68 0 012.094-1.101zm-5.575 10.11c.26-.264.639-.367.994-.27.355.096.633.379.728.74.095.362-.007.748-.267 1.013-.402.41-1.053.41-1.455 0a1.062 1.062 0 010-1.482zm14.845-.294c.359-.09.738.024.992.297.254.274.344.665.237 1.025-.107.36-.396.634-.756.718-.551.128-1.1-.22-1.23-.781a1.05 1.05 0 01.757-1.26zm-.064-4.39c.314.32.49.753.49 1.206 0 .452-.176.886-.49 1.206-.315.32-.74.5-1.185.5-.444 0-.87-.18-1.184-.5a1.727 1.727 0 010-2.412 1.654 1.654 0 012.369 0zm-11.243.163c.364.484.447 1.128.218 1.691a1.665 1.665 0 01-2.188.923c-.855-.36-1.26-1.358-.907-2.228a1.68 1.68 0 011.33-1.038c.593-.08 1.183.169 1.547.652zm11.545-4.221c.368 0 .708.2.892.524.184.324.184.724 0 1.048a1.026 1.026 0 01-.892.524c-.568 0-1.03-.47-1.03-1.048 0-.579.462-1.048 1.03-1.048zm-14.358 0c.368 0 .707.2.891.524.184.324.184.724 0 1.048a1.026 1.026 0 01-.891.524c-.569 0-1.03-.47-1.03-1.048 0-.579.461-1.048 1.03-1.048zm10.031-1.475c.925 0 1.675.764 1.675 1.706s-.75 1.705-1.675 1.705-1.674-.763-1.674-1.705c0-.942.75-1.706 1.674-1.706zm-2.626-.684c.362-.082.653-.356.761-.718a1.062 1.062 0 00-.238-1.028 1.017 1.017 0 00-.996-.294c-.547.14-.881.7-.752 1.257.13.558.675.907 1.225.783zm0 16.876c.359-.087.644-.36.75-.72a1.062 1.062 0 00-.237-1.019 1.018 1.018 0 00-.985-.301 1.037 1.037 0 00-.762.717c-.108.361-.017.754.239 1.028.245.263.606.377.953.305l.043-.01zM17.19 3.5a.631.631 0 00.628-.64c0-.355-.279-.64-.628-.64a.631.631 0 00-.628.64c0 .355.28.64.628.64zm-10.38 0a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64a.631.631 0 00-.628.64c0 .355.279.64.628.64zm-5.182 7.852a.631.631 0 00-.628.64c0 .354.28.639.628.639a.63.63 0 00.627-.606l.001-.034a.62.62 0 00-.628-.64zm5.182 9.13a.631.631 0 00-.628.64c0 .355.279.64.628.64a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64zm10.38.018a.631.631 0 00-.628.64c0 .355.28.64.628.64a.631.631 0 00.628-.64c0-.355-.279-.64-.628-.64zm5.182-9.148a.631.631 0 00-.628.64c0 .354.279.639.628.639a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64zm-.384-4.992a.24.24 0 00.244-.249.24.24 0 00-.244-.249.24.24 0 00-.244.249c0 .142.122.249.244.249zM11.991.497a.24.24 0 00.245-.248A.24.24 0 0011.99 0a.24.24 0 00-.244.249c0 .133.108.236.223.247l.021.001zM2.011 6.36a.24.24 0 00.245-.249.24.24 0 00-.244-.249.24.24 0 00-.244.249.24.24 0 00.244.249zm0 11.263a.24.24 0 00-.243.248.24.24 0 00.244.249.24.24 0 00.244-.249.252.252 0 00-.244-.248zm19.995-.018a.24.24 0 00-.245.248.24.24 0 00.245.25.24.24 0 00.244-.25.252.252 0 00-.244-.248z"})}),hasColor:!0},cohere:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#39594D",d:"M8.128 14.099c.592 0 1.77-.033 3.398-.703 1.897-.781 5.672-2.2 8.395-3.656 1.905-1.018 2.74-2.366 2.74-4.18A4.56 4.56 0 0018.1 1H7.549A6.55 6.55 0 001 7.55c0 3.617 2.745 6.549 7.128 6.549z"}),(0,r.jsx)("path",{fill:"#D18EE2",d:"M9.912 18.61a4.387 4.387 0 012.705-4.052l3.323-1.38c3.361-1.394 7.06 1.076 7.06 4.715a5.104 5.104 0 01-5.105 5.104l-3.597-.001a4.386 4.386 0 01-4.386-4.387z"}),(0,r.jsx)("path",{fill:"#FF7759",d:"M4.776 14.962A3.775 3.775 0 001 18.738v.489a3.776 3.776 0 007.551 0v-.49a3.775 3.775 0 00-3.775-3.775z"})]}),hasColor:!0},perplexity:{Icon:e=>(0,r.jsx)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{fill:"#22B8CD",d:"M19.785 0v7.272H22.5V17.62h-2.935V24l-7.037-6.194v6.145h-1.091v-6.152L4.392 24v-6.465H1.5V7.188h2.884V0l7.053 6.494V.19h1.09v6.49L19.786 0zm-7.257 9.044v7.319l5.946 5.234V14.44l-5.946-5.397zm-1.099-.08l-5.946 5.398v7.235l5.946-5.234V8.965zm8.136 7.58h1.844V8.349H13.46l6.105 5.54v2.655zm-8.982-8.28H2.59v8.195h1.8v-2.576l6.192-5.62zM5.475 2.476v4.71h5.115l-5.115-4.71zm13.219 0l-5.115 4.71h5.115v-4.71z"})}),hasColor:!0},together:{Icon:e=>(0,r.jsxs)("svg",{height:e.size??"1em",width:e.size??"1em",style:{flex:"none",lineHeight:1,...e.style},xmlns:"http://www.w3.org/2000/svg",fillRule:"evenodd",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{fill:"#EF2CC1",d:"M23.197 4.503A6 6 0 0015 2.307a5.973 5.973 0 00-2.995 4.933l5.996.008v.515h-5.996c.039.937.298 1.87.8 2.74a6 6 0 1010.39-6z"}),(0,r.jsx)("path",{fill:"#CAAEF5",d:"M.805 4.5A6 6 0 003 12.697a5.972 5.972 0 005.77.127L5.779 7.627l.446-.257 2.997 5.192A6 6 0 10.804 4.5z"}),(0,r.jsx)("path",{fill:"#FC4C02",d:"M12 23.894a6 6 0 005.999-6c0-2.13-1.1-3.996-2.775-5.06l-3.005 5.189-.444-.258 2.997-5.192A6 6 0 1012 23.894z"})]}),hasColor:!0},grok:{Icon:e=>(0,r.jsx)("svg",{...io(e),viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M9.27 15.29l7.978-5.897c.391-.29.95-.177 1.137.272.98 2.369.542 5.215-1.41 7.169-1.951 1.954-4.667 2.382-7.149 1.406l-2.711 1.257c3.889 2.661 8.611 2.003 11.562-.953 2.341-2.344 3.066-5.539 2.388-8.42l.006.007c-.983-4.232.242-5.924 2.75-9.383.06-.082.12-.164.179-.248l-3.301 3.305v-.01L9.267 15.292M7.623 16.723c-2.792-2.67-2.31-6.801.071-9.184 1.761-1.763 4.647-2.483 7.166-1.425l2.705-1.25a7.808 7.808 0 00-1.829-1A8.975 8.975 0 005.984 5.83c-2.533 2.536-3.33 6.436-1.962 9.764 1.022 2.487-.653 4.246-2.34 6.022-.599.63-1.199 1.259-1.682 1.925l7.62-6.815"})}),hasColor:!1}},ix=["openai-completions","openai-responses","anthropic-messages","google-generative-ai"];function im({label:e,children:t}){return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[(0,r.jsx)("label",{style:{fontSize:11,color:"var(--text-muted)",fontWeight:500},children:e}),t]})}let iv={padding:"6px 9px",background:"var(--bg-panel)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",fontSize:12,outline:"none",width:"100%",boxSizing:"border-box"};function ib({value:e,onChange:t,placeholder:n,mono:i}){return(0,r.jsx)("input",{value:e,onChange:e=>t(e.target.value),placeholder:n,style:{...iv,fontFamily:i?"var(--font-mono)":"inherit"}})}function iy({value:e,onChange:t,placeholder:n,mono:o,onKeyDown:l,autoComplete:a="off",spellCheck:s=!1,style:d}){let[c,u]=(0,i.useState)(!1),{t:p}=(0,m.s)();return(0,i.useEffect)(()=>{e||u(!1)},[e]),(0,r.jsxs)("div",{style:{position:"relative",width:"100%",...d},children:[(0,r.jsx)("input",{type:c?"text":"password",value:e,onChange:e=>t(e.target.value),onKeyDown:l,placeholder:n,style:{...iv,paddingRight:34,fontFamily:o?"var(--font-mono)":"inherit"},autoComplete:a,spellCheck:s}),(0,r.jsx)("button",{type:"button",onClick:()=>u(e=>!e),"aria-label":p(c?"i18n.hideDetails":"i18n.showDetails"),title:p(c?"i18n.hideDetails":"i18n.showDetails"),style:{position:"absolute",right:5,top:"50%",transform:"translateY(-50%)",width:24,height:24,padding:0,border:"none",background:"transparent",color:"var(--text-dim)",cursor:"pointer",display:"flex",alignItems:"center",justifyContent:"center"},children:c?(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M17.94 17.94A10.94 10.94 0 0 1 12 20C7 20 2.73 16.89 1 12a18.45 18.45 0 0 1 5.06-6.94"}),(0,r.jsx)("path",{d:"M9.9 4.24A10.94 10.94 0 0 1 12 4c5 0 9.27 3.11 11 8a18.5 18.5 0 0 1-2.16 3.19"}),(0,r.jsx)("path",{d:"M14.12 14.12A3 3 0 0 1 9.88 9.88"}),(0,r.jsx)("path",{d:"M1 1l22 22"})]}):(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12Z"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"})]})})]})}function ik({value:e,onChange:t,placeholder:n}){return(0,r.jsx)("input",{type:"number",value:e,onChange:e=>t(e.target.value),placeholder:n,style:iv})}function iw({value:e,onChange:t,options:n,required:i}){let{t:o}=(0,m.s)();return(0,r.jsxs)("select",{value:e,onChange:e=>t(e.target.value),style:{...iv,color:e?"var(--text)":"var(--text-dim)"},children:[!i&&(0,r.jsxs)("option",{value:"",children:["— ",o("i18n.default")," / none —"]}),n.map(e=>(0,r.jsx)("option",{value:e,children:e},e))]})}function ij({label:e,checked:t,onChange:n}){return(0,r.jsxs)("label",{style:{display:"flex",alignItems:"center",gap:6,cursor:"pointer",fontSize:12,color:"var(--text-muted)"},children:[(0,r.jsx)("input",{type:"checkbox",checked:t,onChange:e=>n(e.target.checked),style:{width:13,height:13,accentColor:"var(--accent)",cursor:"pointer"}}),e]})}function iS({children:e}){return(0,r.jsx)("div",{style:{fontSize:11,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.06em",marginBottom:2},children:e})}function iC({name:e,provider:t,onChange:n,onRename:o,onDelete:l,onAddModels:a}){let{t:s}=(0,m.s)(),[d,c]=(0,i.useState)(e),[u,p]=(0,i.useState)({phase:"idle"}),[h,g]=(0,i.useState)(""),[x,f]=(0,i.useState)([]),v=(0,i.useRef)(0),b=(0,i.useRef)(null);(0,i.useEffect)(()=>c(e),[e]);let y=(e,r)=>n({...t,[e]:r});(0,i.useEffect)(()=>{t.api||n({...t,api:"openai-completions"})},[t.api]),(0,i.useEffect)(()=>{v.current+=1,p({phase:"idle"}),g(""),f([])},[e,t.baseUrl,t.api,t.apiKey]);let k=(0,i.useCallback)(async()=>{if(!t.baseUrl?.trim()||"loading"===u.phase)return;let n=++v.current;p({phase:"loading"}),f([]);try{let r=await fetch("/api/models-config/discover",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({providerName:e,provider:{...t,models:void 0}})}),i=await r.json();if(n!==v.current)return;if(!r.ok||i.error||!i.models)return void p({phase:"error",message:i.error??`HTTP ${r.status}`});p({phase:"success",models:i.models,endpoint:i.endpoint??t.baseUrl})}catch(e){if(n!==v.current)return;p({phase:"error",message:e instanceof Error?e.message:String(e)})}},[u.phase,e,t]),w=new Set((t.models??[]).map(e=>e.id)),j="success"===u.phase?u.models:[],S=h.trim().toLocaleLowerCase(),C=j.filter(e=>!S||e.id.toLocaleLowerCase().includes(S)||e.name?.toLocaleLowerCase().includes(S)),T=C.slice(0,300),M=T.filter(e=>!w.has(e.id)).map(e=>e.id),R=x.filter(e=>!w.has(e)).length,L=M.length>0&&M.every(e=>x.includes(e)),I=!L&&M.some(e=>x.includes(e));return(0,i.useEffect)(()=>{b.current&&(b.current.indeterminate=I)},[I]),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(iS,{children:s("i18n.provider")}),(0,r.jsx)("button",{onClick:l,style:{padding:"3px 8px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:4,color:"#ef4444",cursor:"pointer",fontSize:11},children:s("i18n.delete")})]}),(0,r.jsxs)(im,{label:s("i18n.providerName"),children:[(0,r.jsx)(ib,{value:d,onChange:c,placeholder:"provider-name",mono:!0}),d!==e&&d.trim()&&(0,r.jsx)("button",{onClick:()=>o(d.trim()),style:{marginTop:4,padding:"3px 10px",background:"var(--accent)",border:"none",borderRadius:4,color:"#fff",cursor:"pointer",fontSize:11,alignSelf:"flex-start"},children:s("i18n.rename")})]}),(0,r.jsx)(im,{label:"Base URL",children:(0,r.jsx)(ib,{value:t.baseUrl??"",onChange:e=>y("baseUrl",e||void 0),placeholder:"https://api.example.com/v1",mono:!0})}),(0,r.jsxs)(im,{label:"API Key",children:[(0,r.jsx)(iy,{value:t.apiKey??"",onChange:e=>y("apiKey",e||void 0),placeholder:"ENV_VAR_NAME, !shell-command, or literal key",mono:!0}),(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:["Prefix with ",(0,r.jsx)("code",{style:{fontFamily:"var(--font-mono)"},children:"!"})," to run a shell command, or use an env var name"]})]}),(0,r.jsx)(im,{label:"API",children:(0,r.jsx)(iw,{value:t.api??"openai-completions",onChange:e=>y("api",e),options:ix,required:!0})}),(0,r.jsxs)(im,{label:"Headers",children:[(0,r.jsx)(iz,{headers:t.headers,onChange:e=>y("headers",e)}),(0,r.jsx)("span",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:"Added to every request from this provider (e.g. User-Agent). Useful for gateways with bot detection."})]}),(0,r.jsxs)("div",{style:{borderTop:"1px solid var(--border)",paddingTop:14,display:"flex",flexDirection:"column",gap:10},children:["success"!==u.phase&&(0,r.jsx)("button",{onClick:k,disabled:!t.baseUrl?.trim()||"loading"===u.phase,style:{alignSelf:"flex-start",height:30,padding:"0 12px",border:"1px solid var(--border)",borderRadius:5,background:"var(--bg-panel)",color:t.baseUrl?.trim()&&"loading"!==u.phase?"var(--text-muted)":"var(--text-dim)",cursor:t.baseUrl?.trim()&&"loading"!==u.phase?"pointer":"not-allowed",fontSize:11},children:"loading"===u.phase?s("models.discoveryFetching"):s("models.discoveryFetch")}),"error"===u.phase&&(0,r.jsx)("div",{style:{padding:"7px 9px",border:"1px solid rgba(239,68,68,0.3)",borderRadius:5,color:"#ef4444",fontSize:11,lineHeight:1.4},children:u.message}),"success"===u.phase&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("input",{value:h,onChange:e=>g(e.target.value),placeholder:s("models.discoveryFilterPlaceholder",{count:u.models.length}),"aria-label":s("models.discoveryFilter"),style:{...iv,width:"100%",minWidth:0}}),(0,r.jsxs)("div",{style:{maxHeight:220,overflowY:"auto",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)"},children:[(0,r.jsxs)("label",{style:{minHeight:32,padding:"5px 9px",display:"flex",alignItems:"center",gap:8,position:"sticky",top:0,zIndex:1,borderBottom:"1px solid var(--border)",background:"var(--bg)",cursor:M.length?"pointer":"default",color:"var(--text-muted)",fontSize:10,fontWeight:600},children:[(0,r.jsx)("input",{ref:b,type:"checkbox",checked:L,disabled:0===M.length,onChange:()=>{let e=new Set(M);f(t=>L?t.filter(t=>!e.has(t)):Array.from(new Set([...t,...M])))},style:{width:13,height:13,accentColor:"var(--accent)",flexShrink:0}}),s("models.discoverySelectShown")]}),0===T.length?(0,r.jsx)("div",{style:{padding:12,color:"var(--text-dim)",fontSize:11},children:s("models.discoveryNoMatches")}):T.map((e,t)=>{let n=w.has(e.id),i=x.includes(e.id);return(0,r.jsxs)("label",{style:{minHeight:36,padding:"6px 9px",display:"flex",alignItems:"center",gap:8,borderTop:0===t?"none":"1px solid var(--border)",cursor:n?"default":"pointer",opacity:n?.65:1},children:[(0,r.jsx)("input",{type:"checkbox",checked:i||n,disabled:n,onChange:()=>{var t;return t=e.id,void f(e=>e.includes(t)?e.filter(e=>e!==t):[...e,t])},style:{width:13,height:13,accentColor:"var(--accent)",flexShrink:0}}),(0,r.jsxs)("span",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("span",{style:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:"var(--text)",fontSize:11},children:e.name??e.id}),e.name&&(0,r.jsx)("code",{style:{display:"block",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:"var(--text-dim)",fontSize:10,fontFamily:"var(--font-mono)"},children:e.id})]}),n&&(0,r.jsx)("span",{style:{color:"var(--text-dim)",fontSize:10},children:s("models.discoveryAdded")})]},e.id)})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10},children:[(0,r.jsx)("span",{title:u.endpoint,style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",color:"var(--text-dim)",fontSize:10},children:C.length>T.length?s("models.discoveryShowing",{shown:T.length,total:C.length}):s("models.discoveryFetched",{count:u.models.length})}),(0,r.jsx)("button",{onClick:()=>{if("success"!==u.phase)return;let e=new Set(x),t=u.models.filter(t=>e.has(t.id)&&!w.has(t.id));0!==t.length&&(a(t),f([]))},disabled:0===R,style:{height:28,padding:"0 11px",border:"none",borderRadius:5,background:R?"var(--accent)":"var(--bg-panel)",color:R?"#fff":"var(--text-dim)",cursor:R?"pointer":"not-allowed",fontSize:11,fontWeight:600,whiteSpace:"nowrap"},children:R?s("models.discoveryAddSelectedCount",{count:R}):s("models.discoveryAddSelected")})]})]})]})]})}let iT=["off","minimal","low","medium","high","xhigh","max"],iM={off:"var(--text-dim)",minimal:"#6b7280",low:"#60a5fa",medium:"#a78bfa",high:"#f472b6",xhigh:"#fb923c",max:"#ef4444"};function iR({value:e,onChange:t}){let n=e??{},i=(e,r)=>{let i={...n};"omit"===r?delete i[e]:i[e]=r,t(Object.keys(i).length?i:void 0)};return(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:2},children:iT.map(e=>{let t=n[e],o=e in n?null===t?"null":"string":"omit",l="string"==typeof t?t:"",a=iM[e],s={padding:"4px 10px",fontSize:10,border:"none",cursor:"pointer",fontWeight:400,transition:"background 0.1s, color 0.1s",whiteSpace:"nowrap",background:"var(--bg-panel)",color:"var(--text-dim)"},d={background:"var(--accent)",color:"#fff",fontWeight:600};return(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"5px 4px",borderRadius:6,background:"transparent",border:"1px solid transparent"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:5,width:68,flexShrink:0},children:[(0,r.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:a,flexShrink:0,opacity:"null"===o?.3:1}}),(0,r.jsx)("span",{style:{fontSize:11,fontFamily:"var(--font-mono)",color:"null"===o?"var(--text-dim)":"var(--text-muted)",textDecoration:"null"===o?"line-through":"none"},children:e})]}),(0,r.jsxs)("div",{style:{display:"flex",borderRadius:5,border:"1px solid var(--border)",overflow:"hidden",flexShrink:0},children:[(0,r.jsx)("button",{onClick:()=>i(e,"omit"),style:{...s,..."omit"===o?d:{}},children:"Default"}),(0,r.jsx)("button",{onClick:()=>i(e,null),style:{...s,borderLeft:"1px solid var(--border)",..."null"===o?{background:"#ef4444",color:"#fff",fontWeight:600}:{}},children:"Disabled"})]}),(0,r.jsxs)("div",{style:{display:"flex",borderRadius:5,border:`1px solid ${"string"===o?"var(--accent)":"var(--border)"}`,overflow:"hidden",transition:"border-color 0.1s"},children:[(0,r.jsx)("button",{onClick:()=>i(e,l||e),style:{...s,..."string"===o?d:{},borderRight:"1px solid var(--border)",flexShrink:0},children:"Custom"}),(0,r.jsx)("input",{value:l,onChange:t=>i(e,t.target.value),onFocus:()=>{"string"!==o&&i(e,l||e)},placeholder:e,maxLength:10,style:{width:"12ch",background:"string"===o?"var(--bg)":"var(--bg-panel)",border:"none",outline:"none",color:"string"===o?"var(--text)":"var(--text-dim)",fontFamily:"var(--font-mono)",fontSize:11,padding:"4px 7px",transition:"background 0.1s, color 0.1s"}})]})]},e)})})}let iL={thinkingFormat:"deepseek",requiresReasoningContentOnAssistantMessages:!0};function iI(e){return e.compat?.thinkingFormat==="deepseek"}function iz({headers:e,onChange:t}){let[n,o]=(0,i.useState)(()=>Object.entries(e??{}).map(([e,t],n)=>({id:n,name:e,value:t}))),l=(0,i.useRef)(n.length),a=e=>{o(e),t(function(e){let t={};for(let n of e){let e=n.name.trim();e&&(t[e]=n.value)}return Object.keys(t).length?t:void 0}(e))},s=(e,t)=>{a(n.map(n=>n.id===e?{...n,...t}:n))},d={padding:"6px 9px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:4,color:"#ef4444",cursor:"pointer",fontSize:11,lineHeight:1};return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:[n.map(e=>(0,r.jsxs)("div",{style:{display:"flex",gap:6},children:[(0,r.jsx)("input",{value:e.name,onChange:t=>s(e.id,{name:t.target.value}),placeholder:"Header-Name",style:{...iv,fontFamily:"var(--font-mono)",flex:1}}),(0,r.jsx)("input",{value:e.value,onChange:t=>s(e.id,{value:t.target.value}),placeholder:"value",style:{...iv,fontFamily:"var(--font-mono)",flex:1}}),(0,r.jsx)("button",{onClick:()=>{var t;return t=e.id,void a(n.filter(e=>e.id!==t))},style:d,children:"✕"})]},e.id)),(0,r.jsx)("button",{onClick:()=>o(e=>[...e,{id:l.current++,name:"",value:""}]),style:{padding:"5px 9px",background:"none",border:"1px solid var(--border)",borderRadius:4,color:"var(--text-muted)",cursor:"pointer",fontSize:11,display:"inline-flex",alignItems:"center",justifyContent:"center",gap:5,alignSelf:"flex-start"},children:"+ Add header"})]})}function iE({providerName:e,provider:t,model:n,onChange:o,onDelete:l}){let[a,s]=(0,i.useState)({phase:"idle"}),{t:d}=(0,m.s)(),[c,u]=(0,i.useState)({phase:"idle"}),[p,h]=(0,i.useState)(!1),[g,x]=(0,i.useState)(()=>it(n.cost)),f=(0,i.useRef)(g),[v,b]=(0,i.useState)(!1),y=(0,i.useRef)(0),k=(0,i.useRef)(null),w=(0,i.useRef)(n.cost),j=(e,t)=>o({...n,[e]:t}),S=(()=>{if("idle"===a.phase)return null;if("testing"===a.phase)return d("i18n.testingModel");let e=[void 0!==a.latencyMs?`${a.latencyMs}ms`:null,void 0!==a.status?`HTTP ${a.status}`:null].filter(Boolean);return"success"===a.phase?[d("i18n.connected"),...e,a.responseText||null].filter(Boolean).join(" \xb7 "):[d("i18n.failed"),...e,a.message].filter(Boolean).join(" \xb7 ")})();(0,i.useEffect)(()=>{s({phase:"idle"})},[e,t.baseUrl,t.api,t.apiKey,n.id,n.api]),(0,i.useEffect)(()=>{y.current+=1,u({phase:"idle"}),k.current=null},[e,t.baseUrl,n.id]);let C=(0,i.useCallback)(async()=>{if(n.id.trim()&&"testing"!==a.phase){s({phase:"testing"});try{let r=await fetch("/api/models-config/test",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({providerName:e,provider:t,model:n})}),i=await r.json();if(!r.ok||!i.ok)return void s({phase:"error",message:i.error??`HTTP ${r.status}`,latencyMs:i.latencyMs,status:i.status});s({phase:"success",latencyMs:i.latencyMs,status:i.status,responseText:i.responseText})}catch(e){s({phase:"error",message:e instanceof Error?e.message:String(e)})}}},[n,t,e,a.phase]),T=(0,i.useCallback)(async()=>{let r=n.id.trim();if(!r||"loading"===c.phase)return;let i=++y.current;u({phase:"loading"});try{let l=new URLSearchParams({q:r,provider:e,limit:"50"});t.baseUrl?.trim()&&l.set("baseUrl",t.baseUrl.trim());let a=await fetch(`/api/models-config/catalog?${l}`),s=await a.json();if(i!==y.current)return;if(!a.ok||s.error||!s.recommendation)return void u({phase:"error",message:s.error??`HTTP ${a.status}`});let d=function(e,t){let n={...e},r=0;if(!e.name?.trim()&&t.name&&(n.name=t.name,r+=1),void 0===e.reasoning&&!0===t.reasoning&&(n.reasoning=!0,r+=1),!e.input?.length&&t.input?.length&&(n.input=[...t.input],r+=1),void 0===e.contextWindow&&void 0!==t.contextWindow&&(n.contextWindow=t.contextWindow,r+=1),void 0===e.maxTokens&&void 0!==t.maxTokens&&(n.maxTokens=t.maxTokens,r+=1),t.cost){let i={...e.cost??{}},o=0;for(let e of["input","output","cacheRead","cacheWrite"])void 0===i[e]&&void 0!==t.cost[e]&&(i[e]=t.cost[e],o+=1);let l=ir(it(i));o>0&&l&&(n.cost={...i,...l},r+=o)}return{model:n,appliedCount:r}}(n,s.recommendation.preset);d.appliedCount>0&&(k.current=n,o(d.model)),h(!1),u({phase:"success",recommendation:s.recommendation,appliedCount:d.appliedCount})}catch(e){if(i!==y.current)return;u({phase:"error",message:e instanceof Error?e.message:String(e)})}},[c.phase,n,o,t.baseUrl,e]),M=(()=>{if("success"!==c.phase)return null;let{recommendation:t,appliedCount:n}=c,r=n>0?d("models.catalogFilled",{count:n}):d("models.catalogNoEmptyFields");if("unreliable"===t.price.status){let e="no-exact-match"===t.price.reason?d("models.catalogNoExactMatch"):d("models.catalogPriceUnreliable");return`${r} \xb7 ${e}`}let i="provider"===t.price.method?d("models.catalogPriceProvider",{provider:t.price.providerName??t.price.providerId??e}):"base-url"===t.price.method?d("models.catalogPriceBaseUrl",{provider:t.price.providerName??t.price.providerId??e}):d("models.catalogPriceConsensus",{support:t.price.support,total:t.price.total});return`${r} \xb7 ${i}`})(),R="error"===c.phase?c.message:M,L="error"===c.phase?"#ef4444":"success"===c.phase&&"unreliable"===c.recommendation.price.status?"#d97706":"var(--text-dim)",I=[{key:"input",label:d("models.costInput")},{key:"output",label:d("models.costOutput")},{key:"cacheRead",label:d("models.costCacheRead")},{key:"cacheWrite",label:d("models.costCacheWrite")}],z=new Set(Object.keys(n.compat??{})),E=0;iI(n)&&(E+=1,z.delete("thinkingFormat"),z.delete("requiresReasoningContentOnAssistantMessages")),Object.prototype.hasOwnProperty.call(n.compat??{},"supportsDeveloperRole")&&(E+=1,z.delete("supportsDeveloperRole")),E+=z.size;let W=[n.api?`API: ${n.api}`:null,Object.keys(n.headers??{}).length?d("models.headersSummary",{count:Object.keys(n.headers??{}).length}):null,E?d("models.compatSummary",{count:E}):null,Object.keys(n.thinkingLevelMap??{}).length?d("models.thinkingSummary",{count:Object.keys(n.thinkingLevelMap??{}).length}):null].filter(e=>!!e),$=W.length?W.join(" \xb7 "):d("models.providerDefaults");return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(iS,{children:d("i18n.model")}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8},children:[S&&(0,r.jsx)("span",{title:S,style:{maxWidth:260,height:24,padding:"0 8px",border:`1px solid ${"error"===a.phase?"#fecaca":"success"===a.phase?"#bbf7d0":"var(--border)"}`,borderRadius:4,background:"error"===a.phase?"#fee2e2":"success"===a.phase?"#dcfce7":"#e5e7eb",color:"#111827",fontSize:11,display:"inline-flex",alignItems:"center",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",boxSizing:"border-box"},children:S}),(0,r.jsxs)("button",{onClick:C,disabled:!n.id.trim()||"testing"===a.phase,title:d("i18n.testConnection"),style:{height:24,padding:"0 8px",background:"success"===a.phase?"#16a34a":"none",border:`1px solid ${"success"===a.phase?"#16a34a":"var(--border)"}`,borderRadius:4,color:"success"===a.phase?"#fff":n.id.trim()&&"testing"!==a.phase?"var(--text-muted)":"var(--text-dim)",cursor:n.id.trim()&&"testing"!==a.phase?"pointer":"not-allowed",fontSize:11,display:"inline-flex",alignItems:"center",justifyContent:"center",boxSizing:"border-box",gap:5},children:["success"===a.phase&&(0,r.jsx)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}),"testing"===a.phase?d("i18n.checking"):"success"===a.phase?d("common.ok"):d("i18n.test")]}),(0,r.jsx)("button",{onClick:l,style:{height:24,padding:"0 8px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:4,color:"#ef4444",cursor:"pointer",fontSize:11,boxSizing:"border-box"},children:d("i18n.remove")})]})]}),(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:10},children:[(0,r.jsx)(im,{label:"ID *",children:(0,r.jsx)(ib,{value:n.id,onChange:e=>j("id",e),placeholder:"model-id",mono:!0})}),(0,r.jsx)(im,{label:"Name",children:(0,r.jsx)(ib,{value:n.name??"",onChange:e=>j("name",e||void 0),placeholder:"Display name"})})]}),(0,r.jsxs)("div",{style:{padding:"2px 0"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,flexWrap:"wrap"},children:[(0,r.jsx)("button",{onClick:()=>void T(),disabled:!n.id.trim()||"loading"===c.phase,style:{height:28,padding:"0 10px",border:"1px solid var(--border)",borderRadius:5,background:"var(--bg-panel)",color:n.id.trim()&&"loading"!==c.phase?"var(--text-muted)":"var(--text-dim)",cursor:n.id.trim()&&"loading"!==c.phase?"pointer":"not-allowed",fontSize:11},children:"loading"===c.phase?d("models.catalogFilling"):d("models.catalogFill")}),(0,r.jsx)("a",{href:"https://github.com/anomalyco/models.dev",target:"_blank",rel:"noreferrer",style:{marginLeft:"auto",color:"var(--text-dim)",fontSize:10,textDecoration:"none"},children:d("models.catalogSource")})]}),R&&(0,r.jsxs)("div",{"aria-live":"polite",style:{marginTop:8,display:"flex",alignItems:"center",justifyContent:"space-between",gap:8,color:L,fontSize:10},children:[(0,r.jsx)("span",{title:R,style:{minWidth:0,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:R}),k.current&&(0,r.jsx)("button",{onClick:()=>{let e=k.current;e&&(k.current=null,o(e),u({phase:"idle"}))},style:{flexShrink:0,padding:"0 2px",border:"none",background:"none",color:"var(--accent)",cursor:"pointer",fontSize:10},children:d("models.catalogUndo")})]})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)(iS,{children:d("models.capabilities")}),(0,r.jsxs)("div",{style:{display:"flex",gap:20,flexWrap:"wrap",marginTop:8},children:[(0,r.jsx)(ij,{label:d("models.reasoning"),checked:n.reasoning??!1,onChange:e=>j("reasoning",e||void 0)}),(0,r.jsx)(ij,{label:d("models.imageInput"),checked:n.input?.includes("image")??!1,onChange:e=>j("input",e?["text","image"]:void 0)})]})]}),(0,r.jsxs)("section",{children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12},children:[(0,r.jsx)(iS,{children:d("models.modelSpecs")}),(0,r.jsx)("button",{type:"button",onClick:()=>{if(p)return void h(!1);w.current=n.cost;let e=it(n.cost);f.current=e,x(e),h(!0)},"aria-expanded":p,style:{padding:"2px 4px",border:"none",background:"transparent",color:"var(--accent)",cursor:"pointer",fontSize:10},children:p?d("models.finishEditingCosts"):d("models.editCosts")})]}),(0,r.jsxs)("div",{style:{marginTop:10,display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(170px, 1fr))",gap:10},children:[(0,r.jsx)(im,{label:d("models.contextWindow"),children:(0,r.jsx)(ik,{value:void 0!==n.contextWindow?String(n.contextWindow):"",onChange:e=>j("contextWindow",e?parseInt(e):void 0),placeholder:"128000"})}),(0,r.jsx)(im,{label:d("models.maxOutputTokens"),children:(0,r.jsx)(ik,{value:void 0!==n.maxTokens?String(n.maxTokens):"",onChange:e=>j("maxTokens",e?parseInt(e):void 0),placeholder:"16384"})})]}),(0,r.jsxs)("div",{style:{marginTop:16},children:[(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",fontWeight:600,textTransform:"uppercase"},children:d("models.costPerMillion")}),p?(0,r.jsxs)("div",{style:{marginTop:8,display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(110px, 1fr))",gap:8},children:[I.map(({key:e,label:t})=>(0,r.jsx)(im,{label:t,children:(0,r.jsx)(ik,{value:g[e],onChange:t=>{let r,i,l;return i=ir(r={...f.current,[e]:t}),l={...n},void(f.current=r,x(r),i?(l.cost={...w.current??{},...i},w.current=l.cost):delete l.cost,o(l))},placeholder:"0"})},e)),ii(g)&&!ir(g)&&(0,r.jsx)("div",{"aria-live":"polite",style:{gridColumn:"1 / -1",color:"#d97706",fontSize:10},children:d("models.costAllRequired")})]}):(0,r.jsx)("div",{style:{marginTop:8,display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(105px, 1fr))",gap:"8px 16px"},children:I.map(({key:e,label:t})=>{let i,o=n.cost?.[e]===void 0;return(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:t}),(0,r.jsx)("div",{style:{marginTop:3,color:o?"var(--text-dim)":"var(--text)",fontSize:12,fontFamily:"var(--font-mono)",fontVariantNumeric:"tabular-nums"},children:void 0===(i=n.cost?.[e])?d("models.notProvided"):`$${String(i)}`})]},e)})})]})]}),(0,r.jsxs)("section",{style:{borderTop:"1px solid var(--border)",paddingTop:4},children:[(0,r.jsxs)("button",{type:"button",onClick:()=>b(e=>!e),"aria-expanded":v,"aria-controls":"model-advanced-settings",style:{width:"100%",minHeight:48,padding:"8px 0",border:"none",background:"transparent",display:"grid",gridTemplateColumns:"minmax(0, 1fr) 18px",alignItems:"center",gap:10,color:"var(--text)",cursor:"pointer",textAlign:"left"},children:[(0,r.jsxs)("span",{style:{minWidth:0},children:[(0,r.jsx)("span",{style:{display:"block",fontSize:11,fontWeight:600},children:d("models.advancedSettings")}),(0,r.jsx)("span",{style:{display:"block",marginTop:3,color:"var(--text-dim)",fontSize:10,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:$})]}),(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{color:"var(--text-dim)",transform:v?"rotate(180deg)":"none",transition:"transform 0.15s ease"},children:(0,r.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),v&&(0,r.jsxs)("div",{id:"model-advanced-settings",style:{display:"flex",flexDirection:"column",gap:14,padding:"4px 0 16px"},children:[(0,r.jsx)(im,{label:d("models.apiOverride"),children:(0,r.jsx)(iw,{value:n.api??"",onChange:e=>j("api",e||void 0),options:ix})}),(0,r.jsxs)(im,{label:d("models.headers"),children:[(0,r.jsx)(iz,{headers:n.headers,onChange:e=>j("headers",e)}),(0,r.jsx)("span",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:d("models.headersHelp")})]}),n.reasoning&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:12},children:[(0,r.jsx)(iS,{children:d("models.compatibility")}),(0,r.jsx)(ij,{label:d("models.deepSeekThinkingCompat"),checked:iI(n),onChange:e=>o(function(e,t){if(t)return{...e,compat:{...e.compat??{},...iL}};if(!e.compat)return e;let n={...e.compat};return delete n.thinkingFormat,delete n.requiresReasoningContentOnAssistantMessages,{...e,compat:Object.keys(n).length?n:void 0}}(n,e))}),(0,r.jsx)(ij,{label:d("models.developerRole"),checked:!1!==({...t.compat??{},...n.compat??{}}).supportsDeveloperRole,onChange:e=>o({...n,compat:{...n.compat??{},supportsDeveloperRole:e}})}),(0,r.jsxs)("div",{style:{marginTop:4},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:10,marginBottom:8},children:[(0,r.jsx)(iS,{children:d("models.thinkingLevelMap")}),n.thinkingLevelMap&&(0,r.jsx)("button",{type:"button",onClick:()=>j("thinkingLevelMap",void 0),style:{fontSize:10,padding:"2px 5px",background:"none",border:"none",color:"var(--text-dim)",cursor:"pointer"},children:d("models.clearAll")})]}),(0,r.jsx)(iR,{value:n.thinkingLevelMap,onChange:e=>j("thinkingLevelMap",e)})]})]})]})]})]})}function iW({provider:e,onRefresh:t}){let[n,o]=(0,i.useState)({phase:"idle"}),{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(""),d=(0,i.useRef)(null),c=(0,i.useRef)(null);(0,i.useEffect)(()=>{("auth"===n.phase||"prompt"===n.phase)&&setTimeout(()=>c.current?.focus(),50)},[n.phase]),(0,i.useEffect)(()=>{o({phase:"idle"}),s(""),d.current?.close(),d.current=null},[e.id]),(0,i.useEffect)(()=>()=>{d.current?.close()},[]);let u=(0,i.useCallback)(()=>{d.current?.close(),o({phase:"connecting"}),s("");let n=new EventSource(`/api/auth/login/${encodeURIComponent(e.id)}`);d.current=n,n.onmessage=e=>{let r=JSON.parse(e.data);"auth"===r.type?(o({phase:"auth",url:r.url,instructions:r.instructions??null,token:r.token}),window.open(r.url,"_blank","noopener,noreferrer")):"device_code"===r.type?(o({phase:"device_code",userCode:r.userCode,verificationUri:r.verificationUri,intervalSeconds:r.intervalSeconds??null,expiresInSeconds:r.expiresInSeconds??null}),window.open(r.verificationUri,"_blank","noopener,noreferrer")):"prompt_request"===r.type?o({phase:"prompt",message:r.message,placeholder:r.placeholder??null,token:r.token}):"select_request"===r.type?o({phase:"select",message:r.message,options:r.options??[],token:r.token}):"progress"===r.type?o({phase:"progress",message:r.message}):"success"===r.type?(n.close(),o({phase:"success"}),t()):"error"===r.type?(n.close(),o({phase:"error",message:r.message})):"cancelled"===r.type&&(n.close(),o({phase:"idle"}))},n.onerror=()=>{n.close(),o(e=>"success"===e.phase?e:{phase:"error",message:"Connection lost"})}},[e.id,t]),p=(0,i.useCallback)(async()=>{await fetch(`/api/auth/logout/${encodeURIComponent(e.id)}`,{method:"POST"}),o({phase:"idle"}),t()},[e.id,t]),h=(0,i.useCallback)(async(t,n)=>{if(n.trim()){o({phase:"progress",message:"Verifying…"});try{let r=await fetch(`/api/auth/login/${encodeURIComponent(e.id)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:t,code:n.trim()})});if(!r.ok){let e=await r.json().catch(()=>({}));o({phase:"error",message:e.error??`Server error ${r.status}`});return}s("")}catch(e){o({phase:"error",message:e instanceof Error?e.message:"Network error"})}}},[e.id]),g=(0,i.useCallback)(async(t,n)=>{o({phase:"progress",message:"Continuing…"});try{let r=await fetch(`/api/auth/login/${encodeURIComponent(e.id)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:t,code:n})});if(!r.ok){let e=await r.json().catch(()=>({}));o({phase:"error",message:e.error??`Server error ${r.status}`})}}catch(e){o({phase:"error",message:e instanceof Error?e.message:"Network error"})}},[e.id]),x="connecting"===n.phase||"progress"===n.phase||"auth"===n.phase||"device_code"===n.phase||"prompt"===n.phase||"select"===n.phase;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(iS,{children:l("i18n.subscription")}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:e.loggedIn?"#4ade80":"var(--border)",display:"inline-block"}}),(0,r.jsx)("span",{style:{fontSize:11,color:e.loggedIn?"#4ade80":"var(--text-dim)"},children:l(e.loggedIn?"i18n.connected":"i18n.notConnected")})]})]}),(0,r.jsxs)("div",{style:{minHeight:48},children:["idle"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:e.loggedIn?"Already connected. You can re-login or disconnect.":`Connect your ${e.name} account.`}),"connecting"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)"},children:l("i18n.openingBrowser")}),"select"===n.phase&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:n.message}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:n.options.map(e=>(0,r.jsx)("button",{onClick:()=>g(n.token,e.id),style:{padding:"6px 9px",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",cursor:"pointer",fontSize:12,textAlign:"left"},children:e.label},e.id))})]}),("auth"===n.phase||"prompt"===n.phase)&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:"auth"===n.phase?"Complete sign-in in the browser, then copy the redirect URL from the address bar and paste it below.":n.message}),"auth"===n.phase&&(0,r.jsxs)("p",{style:{margin:0,fontSize:11,color:"var(--text-dim)",lineHeight:1.5},children:["If the browser window did not open,"," ",(0,r.jsx)("a",{href:n.url,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--accent)",wordBreak:"break-all"},children:"click here to open the login page"}),"."]}),(0,r.jsxs)("div",{style:{display:"flex",gap:6},children:[(0,r.jsx)("input",{ref:c,value:a,onChange:e=>s(e.target.value),onKeyDown:e=>{"Enter"===e.key&&h(n.token,a)},placeholder:"auth"===n.phase?"http://localhost:1455/auth/callback?code=…":n.placeholder??"Enter value…",style:{flex:1,padding:"6px 9px",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",fontSize:12,outline:"none",fontFamily:"var(--font-mono)",boxSizing:"border-box"}}),(0,r.jsx)("button",{onClick:()=>h(n.token,a),disabled:!a.trim(),style:{padding:"6px 12px",background:a.trim()?"var(--accent)":"var(--bg-panel)",border:"none",borderRadius:5,color:a.trim()?"#fff":"var(--text-dim)",cursor:a.trim()?"pointer":"not-allowed",fontSize:12,fontWeight:600,flexShrink:0},children:l("i18n.submit")})]})]}),"device_code"===n.phase&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:10},children:[(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:"Open the verification page and enter this code:"}),(0,r.jsx)("div",{style:{padding:"8px 10px",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:5,color:"var(--text)",fontSize:16,fontWeight:700,fontFamily:"var(--font-mono)",letterSpacing:0},children:n.userCode}),(0,r.jsxs)("p",{style:{margin:0,fontSize:11,color:"var(--text-dim)",lineHeight:1.5},children:[(0,r.jsx)("a",{href:n.verificationUri,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--accent)",wordBreak:"break-all"},children:n.verificationUri}),n.expiresInSeconds?` Expires in ${Math.ceil(n.expiresInSeconds/60)} minutes.`:""]})]}),"progress"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)"},children:n.message}),"success"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"#4ade80"},children:l("i18n.connectedSuccessfully")}),"error"===n.phase&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"#f87171"},children:n.message})]}),(0,r.jsx)("div",{style:{display:"flex",gap:8},children:x?(0,r.jsx)("button",{onClick:()=>{d.current?.close(),o({phase:"idle"})},style:{padding:"5px 12px",background:"none",border:"1px solid var(--border)",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:12},children:l("i18n.cancel")}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("button",{onClick:u,style:{padding:"5px 14px",background:"var(--accent)",border:"none",borderRadius:5,color:"#fff",cursor:"pointer",fontSize:12,fontWeight:600},children:l(e.loggedIn?"i18n.relogin":"i18n.login")}),e.loggedIn&&(0,r.jsx)("button",{onClick:p,style:{padding:"5px 12px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:5,color:"#ef4444",cursor:"pointer",fontSize:12},children:l("i18n.disconnect")})]})})]})}function i$({provider:e,onRefresh:t}){let[n,o]=(0,i.useState)(""),[l,a]=(0,i.useState)(!1),[s,d]=(0,i.useState)(!1),[c,u]=(0,i.useState)(null),[p,h]=(0,i.useState)(!1),{t:g}=(0,m.s)();(0,i.useEffect)(()=>{o(""),u(null),h(!1)},[e.id]);let x=(0,i.useCallback)(async()=>{if(n.trim()){a(!0),u(null),h(!1);try{let r=await fetch(`/api/auth/api-key/${encodeURIComponent(e.id)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({apiKey:n.trim()})}),i=await r.json();!r.ok||i.error?u(i.error??`HTTP ${r.status}`):(o(""),h(!0),setTimeout(()=>h(!1),2e3),t())}catch(e){u(String(e))}finally{a(!1)}}},[n,e.id,t]),f=(0,i.useCallback)(async()=>{d(!0),u(null);try{let n=await fetch(`/api/auth/api-key/${encodeURIComponent(e.id)}`,{method:"DELETE"}),r=await n.json();!n.ok||r.error?u(r.error??`HTTP ${n.status}`):t()}catch(e){u(String(e))}finally{d(!1)}},[e.id,t]);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:16},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,r.jsx)(iS,{children:"API Key"}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,r.jsx)("span",{style:{width:7,height:7,borderRadius:"50%",background:e.configured?"#4ade80":"var(--border)",display:"inline-block"}}),(0,r.jsx)("span",{style:{fontSize:11,color:e.configured?"#4ade80":"var(--text-dim)"},children:g(e.configured?"i18n.configured":"i18n.notConfigured")})]})]}),(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"var(--text-muted)",lineHeight:1.5},children:e.configured?"API key is stored. Enter a new key below to replace it, or disconnect to remove it.":`Enter your ${e.displayName} API key to enable ${e.modelCount} model${1!==e.modelCount?"s":""}.`}),(0,r.jsx)(im,{label:"API Key",children:(0,r.jsxs)("div",{style:{display:"flex",gap:6},children:[(0,r.jsx)(iy,{value:n,onChange:o,onKeyDown:e=>{"Enter"===e.key&&n.trim()&&x()},placeholder:e.configured?"Enter new key to replace…":"sk-…",style:{flex:1},autoComplete:"off",spellCheck:!1,mono:!0}),(0,r.jsxs)("button",{onClick:x,disabled:l||!n.trim()||p,style:{padding:"6px 12px",background:p?"#16a34a":n.trim()?"var(--accent)":"var(--bg-panel)",border:"none",borderRadius:5,color:n.trim()||p?"#fff":"var(--text-dim)",cursor:l||!n.trim()||p?"not-allowed":"pointer",fontSize:12,fontWeight:600,flexShrink:0,display:"flex",alignItems:"center",gap:5},children:[p&&(0,r.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}),g(p?"i18n.saved":l?"i18n.saving":"i18n.save")]})]})}),c&&(0,r.jsx)("p",{style:{margin:0,fontSize:12,color:"#f87171"},children:c}),e.configured&&(0,r.jsx)("button",{onClick:f,disabled:s,style:{alignSelf:"flex-start",padding:"5px 12px",background:"none",border:"1px solid rgba(239,68,68,0.3)",borderRadius:5,color:"#ef4444",cursor:s?"not-allowed":"pointer",fontSize:12},children:g(s?"i18n.removing":"i18n.disconnect")})]})}function iP({id:e,size:t}){let n=ig[e];if(!n){let n=e.split(/[-_]/).filter(Boolean).slice(0,2).map(e=>e[0]).join("").toUpperCase()||"?";return(0,r.jsx)("span",{"aria-hidden":"true",style:{width:t,height:t,border:"1px solid var(--border)",borderRadius:4,color:"var(--text-dim)",display:"inline-flex",alignItems:"center",justifyContent:"center",flexShrink:0,fontSize:Math.max(8,Math.floor(.42*t)),fontWeight:700,lineHeight:1},children:n})}return n.hasColor?(0,r.jsx)(n.Icon,{size:t}):(0,r.jsx)(n.Icon,{size:t,style:{color:"var(--text-muted)"}})}function iD({oauthProviders:e,apiKeyProviders:t,onSelectOAuth:n,onSelectApiKey:o,onAddCustom:l,onClose:a}){let[s,d]=(0,i.useState)(""),{t:c}=(0,m.s)(),u=(0,i.useRef)(null);(0,i.useEffect)(()=>{setTimeout(()=>u.current?.focus(),30)},[]);let p=s.trim().toLowerCase(),h=e.filter(e=>!e.loggedIn&&(!p||e.name.toLowerCase().includes(p))),g=t.filter(e=>!e.configured&&(!p||e.displayName.toLowerCase().includes(p)||e.id.toLowerCase().includes(p))),x=!p||"custom".includes(p)||"openai-compatible".includes(p)||"anthropic-compatible".includes(p),f=h.length+g.length+ +!!x,v={display:"flex",flexDirection:"row",alignItems:"center",gap:8,padding:"10px 12px",background:"var(--bg-panel)",border:"1px solid var(--border)",borderRadius:7,boxSizing:"border-box",cursor:"pointer",minWidth:0,textAlign:"left",transition:"border-color 0.12s, background 0.12s",width:"100%"};return(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1100,background:"rgba(0,0,0,0.4)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:e=>{e.target===e.currentTarget&&a()},children:(0,r.jsxs)("div",{style:{width:820,maxWidth:"calc(100vw - 32px)",maxHeight:"min(72vh, calc(100vh - 32px))",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.22)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{padding:"10px 14px",borderBottom:"1px solid var(--border)",flexShrink:0,display:"flex",alignItems:"center",gap:8},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("circle",{cx:"11",cy:"11",r:"8"}),(0,r.jsx)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),(0,r.jsx)("input",{ref:u,value:s,onChange:e=>d(e.target.value),onKeyDown:e=>{"Escape"===e.key&&a()},placeholder:c("i18n.searchProviders"),style:{flex:1,background:"none",border:"none",outline:"none",color:"var(--text)",fontSize:13,boxSizing:"border-box"}})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:14},children:0===f?(0,r.jsx)("div",{style:{padding:"20px 0",fontSize:12,color:"var(--text-dim)",textAlign:"center"},children:c("i18n.noProviders")}):(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fit, minmax(min(240px, 100%), 1fr))",gap:8},children:[x&&(0,r.jsx)("div",{style:{gridColumn:"1 / -1",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em"},children:c("i18n.custom")}),x&&(0,r.jsxs)("button",{onClick:()=>{l(),a()},style:v,onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text)",lineHeight:1.3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:"OpenAI / Anthropic compatible"}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:c("i18n.customEndpoint")})]}),(0,r.jsx)("span",{style:{width:26,height:26,borderRadius:5,background:"var(--bg-hover)",border:"1px dashed var(--border)",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:"var(--text-dim)"},children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]}),h.length>0&&(0,r.jsx)("div",{style:{gridColumn:"1 / -1",paddingTop:6*!!x,fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em"},children:c("i18n.subscriptions")}),h.map(e=>(0,r.jsxs)("button",{onClick:()=>{n(e.id),a()},style:v,onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text)",lineHeight:1.3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:"OAuth"})]}),(0,r.jsx)(iP,{id:e.id,size:28})]},e.id)),g.length>0&&(0,r.jsx)("div",{style:{gridColumn:"1 / -1",paddingTop:6*(h.length>0),fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.07em"},children:"API Key"}),g.map(e=>(0,r.jsxs)("button",{onClick:()=>{o(e.id),a()},style:v,onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text)",lineHeight:1.3,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.displayName}),(0,r.jsxs)("div",{style:{fontSize:10,color:"var(--text-dim)",marginTop:2},children:[e.modelCount," models"]})]}),(0,r.jsx)(iP,{id:e.id,size:28})]},e.id))]})})]})})}function iF({onClose:e,cwd:t}){let n=(0,nk.a)(),{t:o}=(0,m.s)(),[l,a]=(0,i.useState)({providers:{}}),[s,d]=(0,i.useState)(!0),[c,u]=(0,i.useState)(!1),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(!1),[f,v]=(0,i.useState)(null),[b,y]=(0,i.useState)([]),[k,w]=(0,i.useState)([]),[j,S]=(0,i.useState)(!1),C=(0,i.useCallback)(()=>{fetch(t?`/api/auth/providers?cwd=${encodeURIComponent(t)}`:"/api/auth/providers").then(e=>e.json()).then(e=>{Array.isArray(e.providers)&&y(e.providers)}).catch(()=>{})},[t]),T=(0,i.useCallback)(()=>{fetch(t?`/api/auth/all-providers?cwd=${encodeURIComponent(t)}`:"/api/auth/all-providers").then(e=>e.json()).then(e=>{Array.isArray(e.providers)&&w(e.providers)}).catch(()=>{})},[t]),M=(0,i.useCallback)(()=>{C(),T()},[C,T]);(0,i.useEffect)(()=>{fetch("/api/models-config").then(e=>e.json()).then(e=>{let t=e.providers?e:{...e,providers:{}};a(t);let n=Object.keys(t.providers??{});n.length>0&&v({type:"provider",name:n[0]})}).catch(()=>a({providers:{}})).finally(()=>d(!1)),M()},[M]);let R=(0,i.useCallback)(()=>{let e="new-provider",t=1;for(;l.providers?.[e];)e=`new-provider-${t++}`;a(t=>({...t,providers:{...t.providers??{},[e]:{api:"openai-completions"}}})),v({type:"provider",name:e})},[l.providers]),L=(0,i.useCallback)((e,t)=>{a(n=>({...n,providers:{...n.providers??{},[e]:t}}))},[]),I=(0,i.useCallback)((e,t)=>{a(n=>{let r=Object.entries(n.providers??{}),i=r.findIndex(([t])=>t===e);return -1===i?n:(r[i]=[t,r[i][1]],{...n,providers:Object.fromEntries(r)})}),v(n=>n?"provider"===n.type&&n.name===e?{type:"provider",name:t}:"model"===n.type&&n.providerName===e?{...n,providerName:t}:n:n)},[]),z=(0,i.useCallback)(e=>{a(t=>{let n={...t.providers??{}};return delete n[e],{...t,providers:n}}),a(e=>{let t=Object.keys(e.providers??{});return v(t.length>0?{type:"provider",name:t[0]}:null),e})},[]),E=(0,i.useCallback)(e=>{a(t=>{let n=t.providers?.[e]??{},r=[...n.models??[],{id:""}];return{...t,providers:{...t.providers??{},[e]:{...n,models:r}}}}),a(t=>{let n=(t.providers?.[e]?.models?.length??1)-1;return v({type:"model",providerName:e,index:n}),t})},[]),W=(0,i.useCallback)((e,t)=>{a(n=>{let r=n.providers?.[e]??{},i=[...r.models??[]],o=new Set(i.map(e=>e.id));for(let e of t)o.has(e.id)||(o.add(e.id),i.push({id:e.id,name:e.name}));return{...n,providers:{...n.providers??{},[e]:{...r,models:i}}}})},[]),$=(0,i.useCallback)((e,t,n)=>{a(r=>{let i=r.providers?.[e]??{},o=[...i.models??[]];return o[t]=n,{...r,providers:{...r.providers??{},[e]:{...i,models:o}}}})},[]),P=(0,i.useCallback)((e,t)=>{a(n=>{let r=n.providers?.[e]??{},i=[...r.models??[]];return i.splice(t,1),{...n,providers:{...n.providers??{},[e]:{...r,models:i.length?i:void 0}}}}),v({type:"provider",name:e})},[]),D=(0,i.useCallback)(async()=>{u(!0),h(null),x(!1);try{let e=await fetch("/api/models-config",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(l)}),t=await e.json();!e.ok||t.error?h(t.error??`HTTP ${e.status}`):(x(!0),setTimeout(()=>x(!1),2e3))}catch(e){h(String(e))}finally{u(!1)}},[l]),F=Object.entries(l.providers??{}),A=b.filter(e=>e.loggedIn),B=k.filter(e=>e.configured),N=(()=>{if(!f)return null;if("oauth"===f.type){let e=b.find(e=>e.id===f.providerId);return e?(0,r.jsx)(iW,{provider:e,onRefresh:M},e.id):null}if("apikey"===f.type){let e=k.find(e=>e.id===f.providerId);return e?(0,r.jsx)(i$,{provider:e,onRefresh:M},e.id):null}if("provider"===f.type){let e=l.providers?.[f.name];return e?(0,r.jsx)(iC,{name:f.name,provider:e,onChange:e=>L(f.name,e),onRename:e=>I(f.name,e),onDelete:()=>z(f.name),onAddModels:e=>W(f.name,e)},f.name):null}let e=l.providers?.[f.providerName],t=e?.models?.[f.index];return t?(0,r.jsx)(iE,{providerName:f.providerName,provider:e,model:t,onChange:e=>$(f.providerName,f.index,e),onDelete:()=>P(f.providerName,f.index)},`${f.providerName}-${f.index}`):null})();return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1e3,background:"rgba(0,0,0,0.35)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:t=>{t.target===t.currentTarget&&e()},children:(0,r.jsxs)("div",{style:{width:n?"calc(100vw - 16px)":860,maxWidth:"calc(100vw - 16px)",height:n?"calc(100dvh - 16px)":"78vh",maxHeight:"calc(100dvh - 16px)",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.18)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 18px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:10},children:[(0,r.jsx)("span",{style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:o("common.models")}),(0,r.jsx)("code",{style:{fontSize:11,color:"var(--text-muted)",fontFamily:"var(--font-mono)"},children:"~/.pi/agent/models.json"})]}),(0,r.jsx)("button",{onClick:e,style:{background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:20,lineHeight:1,padding:"2px 6px"},children:"\xd7"})]}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:n?"column":"row",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{width:n?"100%":210,maxHeight:n?"40vh":void 0,borderRight:n?"none":"1px solid var(--border)",borderBottom:n?"1px solid var(--border)":"none",display:"flex",flexDirection:"column",flexShrink:0,background:"var(--bg-panel)"},children:[(0,r.jsxs)("div",{style:{flex:1,overflowY:"auto",padding:"8px 6px"},children:[A.map(e=>{let t=f?.type==="oauth"&&f.providerId===e.id;return(0,r.jsxs)("div",{onClick:()=>v({type:"oauth",providerId:e.id}),style:{display:"flex",alignItems:"center",gap:7,padding:"5px 8px",borderRadius:5,cursor:"pointer",background:t?"var(--bg-selected)":"none"},onMouseEnter:e=>{t||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[(0,r.jsx)(iP,{id:e.id,size:16}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]},e.id)}),B.map(e=>{let t=f?.type==="apikey"&&f.providerId===e.id;return(0,r.jsxs)("div",{onClick:()=>v({type:"apikey",providerId:e.id}),style:{display:"flex",alignItems:"center",gap:7,padding:"5px 8px",borderRadius:5,cursor:"pointer",background:t?"var(--bg-selected)":"none"},onMouseEnter:e=>{t||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[(0,r.jsx)(iP,{id:e.id,size:16}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.displayName})]},e.id)}),(A.length>0||B.length>0)&&F.length>0&&(0,r.jsx)("div",{style:{margin:"4px 8px",borderTop:"1px solid var(--border)"}}),s?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:o("i18n.loading")}):F.map(([e,t])=>{let n=f?.type==="provider"&&f.name===e,i=t.models??[];return(0,r.jsxs)("div",{style:{marginBottom:2},children:[(0,r.jsxs)("div",{onClick:()=>v({type:"provider",name:e}),style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,cursor:"pointer",background:n?"var(--bg-selected)":"none"},onMouseEnter:e=>{n||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{n||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),(0,r.jsx)("rect",{x:"9",y:"9",width:"6",height:"6"}),(0,r.jsx)("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),(0,r.jsx)("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),(0,r.jsx)("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),(0,r.jsx)("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),(0,r.jsx)("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),(0,r.jsx)("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),(0,r.jsx)("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]}),(0,r.jsx)("span",{style:{fontSize:12,fontWeight:n?600:400,color:"var(--text)",fontFamily:"var(--font-mono)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e})]}),i.map((t,n)=>{let i=f?.type==="model"&&f.providerName===e&&f.index===n;return(0,r.jsxs)("div",{onClick:()=>v({type:"model",providerName:e,index:n}),style:{display:"flex",alignItems:"center",gap:6,padding:"5px 8px 5px 26px",borderRadius:5,cursor:"pointer",background:i?"var(--bg-selected)":"none"},onMouseEnter:e=>{i||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{fontSize:11,fontFamily:"var(--font-mono)",color:t.id?"var(--text-muted)":"var(--text-dim)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:t.id||o("i18n.newModel")}),t.reasoning&&(0,r.jsx)("span",{style:{fontSize:9,padding:"1px 4px",background:"rgba(99,102,241,0.12)",color:"rgba(99,102,241,0.8)",borderRadius:3,flexShrink:0},children:"T"})]},n)}),(0,r.jsx)("div",{onClick:t=>{t.stopPropagation(),E(e)},style:{display:"flex",alignItems:"center",gap:4,padding:"4px 8px 4px 26px",borderRadius:5,cursor:"pointer",color:"var(--text-dim)"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-dim)",e.currentTarget.style.background="none"},children:(0,r.jsxs)("span",{style:{fontSize:11},children:["+ ",o("i18n.model")]})})]},e)})]}),(0,r.jsx)("div",{style:{borderTop:"1px solid var(--border)",padding:"8px 6px"},children:(0,r.jsxs)("button",{onClick:()=>S(!0),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:5,width:"100%",padding:"6px 0",background:"none",border:"1px dashed var(--border)",borderRadius:5,color:"var(--text-muted)",cursor:"pointer",fontSize:12},onMouseEnter:e=>{e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.color="var(--text-muted)"},children:["+ ",o("i18n.addProvider")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:s?null:N??(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-dim)",fontSize:13},children:o("i18n.selectProviderModel")})})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"flex-end",gap:10,padding:"10px 18px",borderTop:"1px solid var(--border)",flexShrink:0},children:[p&&(0,r.jsx)("span",{style:{fontSize:12,color:"#f87171",flex:1},children:p}),(0,r.jsx)("button",{onClick:e,style:{padding:"6px 14px",background:"none",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",fontSize:13},children:o("i18n.cancel")}),(0,r.jsxs)("button",{onClick:D,disabled:c||g,style:{position:"relative",padding:"6px 16px",minWidth:92,background:g?"#16a34a":c?"var(--bg-panel)":"var(--accent)",border:"none",borderRadius:6,color:g?"#fff":c?"var(--text-muted)":"#fff",cursor:c||g?"default":"pointer",fontSize:13,fontWeight:600,display:"inline-flex",alignItems:"center",justifyContent:"center",gap:6,transition:"background-color 0.2s ease, color 0.2s ease",animation:g?"saved-pop 0.45s ease":void 0},children:[g&&(0,r.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round",style:{strokeDasharray:18,animation:"saved-check-draw 0.35s ease forwards",flexShrink:0},children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}),(0,r.jsx)("span",{children:g?o("i18n.saved"):c?o("i18n.saving"):o("i18n.save")})]})]})]})}),j&&(0,r.jsx)(iD,{oauthProviders:b,apiKeyProviders:k,onSelectOAuth:e=>v({type:"oauth",providerId:e}),onSelectApiKey:e=>v({type:"apikey",providerId:e}),onAddCustom:R,onClose:()=>S(!1)})]})}function iA(e){return e.replace(/^\/(?:Users|home)\/[^/]+/,"~")}function iB(e){let t=e.sourceInfo?.source,n=e.sourceInfo?.scope;return"user"===n||"user"===t?"global":"project"===n||"project"===t?"project":"path"}function iN(e){let t=iB(e);return"path"===t?t:e.install?.skillsShUrl?`${t} / skills.sh`:t}function iH(e){return e.install?`${e.install.scope}\0${e.install.package}`:null}function iO(e){return e?e.slice(0,8):"unknown"}function iU({enabled:e,loading:t,onToggle:n}){let{t:i}=(0,m.s)();return(0,r.jsx)("button",{onClick:n,disabled:t,title:i(e?"i18n.visibleInPrompt":"i18n.hiddenFromPrompt"),style:{flexShrink:0,width:40,height:22,borderRadius:11,border:"none",padding:0,cursor:t?"wait":"pointer",background:e?"var(--accent)":"var(--border)",position:"relative",transition:"background 0.18s",outline:"none"},children:(0,r.jsx)("span",{style:{position:"absolute",top:3,left:e?21:3,width:16,height:16,borderRadius:"50%",background:"var(--bg)",boxShadow:"0 1px 4px rgba(0,0,0,0.22)",transition:"left 0.18s cubic-bezier(.4,0,.2,1)"}})})}function i_({skill:e,cwd:t,onToggle:n,toggling:i,saveError:o,updateStatus:l,checkingUpdate:a,updating:s,updateError:d,onCheckUpdate:c,onUpdate:u}){let{t:p}=(0,m.s)(),h=iB(e),g=!e.disableModelInvocation;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:20},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:7},children:[(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,flexShrink:0,background:"project"===h?"rgba(99,102,241,0.12)":"rgba(120,120,120,0.12)",color:"project"===h?"rgba(99,102,241,0.8)":"var(--text-dim)"},children:h}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:function(e){if("project"===h&&e.startsWith(t)){let n=e.slice(t.length).replace(/^[/\\]/,"");return`./${n}`}return iA(e)}(e.filePath)}),(0,r.jsx)(iU,{enabled:g,loading:i,onToggle:()=>n(e)})]}),(0,r.jsxs)("div",{style:{minHeight:16,display:"flex",alignItems:"center",justifyContent:"flex-end",gap:8,flexWrap:"wrap",textAlign:"right"},children:[!g&&(0,r.jsx)("span",{style:{fontSize:11,color:"var(--text-dim)"},children:p("i18n.hiddenButInvocable")}),o&&(0,r.jsx)("span",{style:{fontSize:12,color:"#f87171",overflowWrap:"anywhere"},children:o})]})]}),e.install?.skillsShUrl&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Source"}),(0,r.jsx)("a",{href:e.install.skillsShUrl,target:"_blank",rel:"noreferrer",title:e.install.skillsShUrl,style:{display:"flex",alignItems:"center",gap:8,width:"fit-content",maxWidth:"100%",color:"var(--accent)",textDecoration:"none"},children:(0,r.jsxs)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:[e.install.skillsShUrl.replace(/^https?:\/\//,"")," ↗"]})})]}),e.install&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Version"}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"var(--text-muted)"},children:iO(l?.currentVersion??e.install.versionHash)}),e.install.canCheckForUpdates&&(0,r.jsx)("button",{onClick:c,disabled:a||s,style:{padding:"4px 9px",border:"1px solid var(--border)",borderRadius:5,background:"none",color:"var(--text-muted)",cursor:a||s?"not-allowed":"pointer",opacity:a||s?.5:1,fontSize:11},children:p("i18n.check")}),l?.state==="update-available"&&(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"#d97706"},children:iO(l.latestVersion)}),(a||l&&"update-available"!==l.state)&&(0,r.jsx)("span",{style:{fontSize:12,color:a?"var(--accent)":l?.state==="up-to-date"?"#16a34a":l?.state==="error"?"#ef4444":"var(--text-dim)"},children:a?p("i18n.checking"):l?.state==="up-to-date"?p("i18n.upToDate"):l?.state==="unsupported"?p("i18n.automaticChecksUnavailable"):l?.message||p("i18n.checkFailed")}),l?.state==="update-available"&&(0,r.jsx)("button",{onClick:u,disabled:s||a,style:{padding:"4px 10px",border:"none",borderRadius:5,background:"var(--accent)",color:"#fff",cursor:s||a?"not-allowed":"pointer",opacity:s||a?.5:1,fontSize:11,fontWeight:600},children:p(s?"i18n.updating":"i18n.update")})]}),d&&(0,r.jsx)("span",{style:{fontSize:12,color:"#ef4444"},children:d})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Name"}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:14,color:"var(--text)"},children:e.name})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:"Description"}),(0,r.jsx)("span",{style:{fontSize:14,color:"var(--text-muted)",lineHeight:1.6},children:e.description})]})]})}function iV({cwd:e,installedPackages:t,projectResourcesLoaded:n,onInstalled:o}){let{t:l}=(0,m.s)(),[a,s]=(0,i.useState)(""),[d,c]=(0,i.useState)([]),[u,p]=(0,i.useState)(!1),[h,g]=(0,i.useState)(null),[x,f]=(0,i.useState)(null),[v,b]=(0,i.useState)(null),[y,k]=(0,i.useState)(new Set),[w,j]=(0,i.useState)("global"),S=(0,i.useRef)(null);(0,i.useEffect)(()=>{S.current?.focus()},[]);let C=(0,i.useCallback)(async e=>{if(e.trim()){p(!0),g(null),c([]);try{let t=await fetch("/api/skills/search",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:e.trim()})}),n=await t.json();if(n.error)return void g(n.error);c(n.results??[]),0===(n.results??[]).length&&g("No skills found")}catch(e){g(String(e))}finally{p(!1)}}},[]),T=(0,i.useCallback)(async t=>{f(t),b(null);try{let n=await fetch("/api/skills/install",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({package:t,scope:w,cwd:e})}),r=await n.json();if(!n.ok||r.error)return void b(r.error??`HTTP ${n.status}`);k(e=>new Set(e).add(`${w}:${t}`)),o()}catch(e){b(String(e))}finally{f(null)}},[o,w,e]),M="global"===w?"~/.pi/agent/skills/":`${iA(e)}/.pi/skills/`;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:12,marginBottom:20},children:[(0,r.jsx)("div",{style:{fontSize:14,fontWeight:600,color:"var(--text)"},children:l("i18n.addSkill")}),(0,r.jsxs)("div",{style:{display:"flex",gap:8},children:[(0,r.jsx)("input",{ref:S,value:a,onChange:e=>s(e.target.value),onKeyDown:e=>{"Enter"===e.key&&C(a)},placeholder:l("i18n.skillSearchPlaceholder"),style:{flex:1,padding:"7px 10px",fontSize:13,background:"var(--bg-panel)",border:"1px solid var(--border)",borderRadius:6,color:"var(--text)",outline:"none"}}),(0,r.jsx)("button",{onClick:()=>C(a),disabled:u||!a.trim(),style:{padding:"7px 16px",fontSize:13,borderRadius:6,border:"none",background:"var(--accent)",color:"#fff",cursor:u||!a.trim()?"not-allowed":"pointer",opacity:u||!a.trim()?.5:1,flexShrink:0},children:u?l("i18n.searching"):l("i18n.search")})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10},children:[(0,r.jsx)("div",{style:{display:"flex",borderRadius:5,border:"1px solid var(--border)",overflow:"hidden",fontSize:12,flexShrink:0},children:["global","project"].map(e=>(0,r.jsx)("button",{onClick:()=>{("global"===e||n)&&j(e)},disabled:"project"===e&&!n,title:"project"!==e||n?void 0:l("trust.projectScopeUnavailable"),style:{padding:"3px 10px",border:"none",cursor:"project"!==e||n?"pointer":"not-allowed",background:w===e?"var(--bg-selected)":"none",color:w===e?"var(--text)":"var(--text-dim)",fontWeight:w===e?600:400,opacity:"project"!==e||n?1:.45,borderRight:"global"===e?"1px solid var(--border)":"none"},children:e},e))}),(0,r.jsxs)("span",{style:{fontSize:12,color:"var(--text-dim)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:["→ ",M]})]}),h&&(0,r.jsx)("div",{style:{fontSize:12,color:"#f87171"},children:h}),v&&(0,r.jsx)("div",{style:{fontSize:12,color:"#f87171",wordBreak:"break-word"},children:v})]}),d.length>0?(0,r.jsx)("div",{style:{flex:1,overflowY:"auto"},children:d.map(e=>{let n=t[w].has(e.package)||y.has(`${w}:${e.package}`),i=x===e.package,o=e.package.indexOf("@"),a=o>-1?e.package.slice(0,o):e.package,s=o>-1?e.package.slice(o+1):null;return(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:14,padding:"12px 0",borderBottom:"1px solid var(--border)"},children:[(0,r.jsxs)("div",{style:{flex:1,minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:13,fontWeight:600,color:"var(--text)",marginBottom:3},children:s??a}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:11,color:"var(--text-dim)"},children:a}),(0,r.jsx)("span",{style:{fontSize:12,color:"var(--text-muted)",fontWeight:500},children:e.installs}),e.url&&(0,r.jsx)("a",{href:e.url,target:"_blank",rel:"noreferrer",style:{fontSize:12,color:"var(--accent)",textDecoration:"none"},children:"skills.sh ↗"})]})]}),(0,r.jsx)("button",{onClick:()=>!n&&!i&&T(e.package),disabled:n||i||null!==x,style:{flexShrink:0,padding:"5px 14px",fontSize:12,fontWeight:500,borderRadius:5,border:"1px solid var(--border)",cursor:n||i||null!==x?"not-allowed":"pointer",background:n?"rgba(34,197,94,0.1)":"none",color:n?"#16a34a":i?"var(--accent)":"var(--text-muted)",transition:"color 0.12s"},children:n?`✓ ${l("i18n.installed")}`:i?l("i18n.installing"):l("i18n.install")})]},e.package)})}):!h&&!u&&(0,r.jsxs)("div",{style:{fontSize:13,color:"var(--text-dim)",lineHeight:1.8},children:["Search"," ",(0,r.jsx)("a",{href:"https://skills.sh",target:"_blank",rel:"noreferrer",style:{color:"var(--accent)",textDecoration:"none"},children:"skills.sh"})," ","to discover and install skills for your agent."]})]})}function iq({cwd:e,onClose:t}){let n=(0,nk.a)(),{t:o}=(0,m.s)(),[l,a]=(0,i.useState)([]),[s,d]=(0,i.useState)(!0),[c,u]=(0,i.useState)(null),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(new Set),[f,v]=(0,i.useState)(null),[b,y]=(0,i.useState)(!1),[k,w]=(0,i.useState)({}),[j,S]=(0,i.useState)(new Set),[C,T]=(0,i.useState)(!1),[M,R]=(0,i.useState)(null),[L,I]=(0,i.useState)(null),[z,E]=(0,i.useState)(!0),[W,$]=(0,i.useState)({}),P=(0,i.useCallback)(async()=>{d(!0),u(null);try{let t=await fetch(`/api/skills?cwd=${encodeURIComponent(e)}`),n=await t.json();if(!t.ok||n.error)throw Error(n.error??`HTTP ${t.status}`);let r=n.skills??[];if(a(r),E(n.projectResourcesLoaded??!0),r.length>0&&!p){let e=r.find(e=>!e.disableModelInvocation)??r[0];h(e.filePath),e.disableModelInvocation&&$(t=>({...t,[iN(e)]:!0}))}return r}catch(e){return u(String(e)),[]}finally{d(!1)}},[e,p]);(0,i.useEffect)(()=>{w({}),I(null),P()},[e]);let D=(0,i.useCallback)(async t=>{let n=(t?[t]:l.filter(e=>!!e.install)).map(iH).filter(e=>!!e);if(0!==n.length){I(null),S(e=>new Set([...e,...n])),t||T(!0);try{let n=await fetch("/api/skills/check",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e,package:t?.install?.package,scope:t?.install?.scope})}),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);w(e=>{let t={...e};for(let e of r.updates??[])t[`${e.scope}\0${e.package}`]=e;return t})}catch(e){I(e instanceof Error?e.message:String(e))}finally{S(e=>{let t=new Set(e);for(let e of n)t.delete(e);return t}),t||T(!1)}}},[e,l]),F=(0,i.useCallback)(async t=>{if(!t.install)return;let n=iH(t);R(n),I(null);try{let r=await fetch("/api/skills/update",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e,package:t.install.package,scope:t.install.scope})}),i=await r.json();if(!r.ok||i.error||!i.success)throw Error(i.error??`HTTP ${r.status}`);await P();let o=i.skill?.install?.versionHash;w(e=>({...e,[n]:{package:t.install.package,scope:t.install.scope,state:"up-to-date",currentVersion:o,latestVersion:o}}))}catch(e){I(e instanceof Error?e.message:String(e))}finally{R(null)}},[e,P]),A=(0,i.useCallback)(async e=>{let t=!e.disableModelInvocation;x(t=>new Set(t).add(e.filePath)),v(null);try{let n=await fetch("/api/skills",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({filePath:e.filePath,disableModelInvocation:t})}),r=await n.json();if(!n.ok||r.error)return void v(r.error??`HTTP ${n.status}`);a(n=>n.map(n=>n.filePath===e.filePath?{...n,disableModelInvocation:t}:n)),t&&$(t=>({...t,[iN(e)]:!0}))}catch(e){v(String(e))}finally{x(t=>{let n=new Set(t);return n.delete(e.filePath),n})}},[]),B=l.find(e=>e.filePath===p)??null;return(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1e3,background:"rgba(0,0,0,0.35)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:e=>{e.target===e.currentTarget&&t()},children:(0,r.jsxs)("div",{style:{width:n?"calc(100vw - 16px)":860,maxWidth:"calc(100vw - 16px)",height:n?"calc(100dvh - 16px)":"78vh",maxHeight:"calc(100dvh - 16px)",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:10,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.18)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 18px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:10},children:[(0,r.jsx)("span",{style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:o("common.skills")}),(0,r.jsx)("code",{style:{fontSize:11,color:"var(--text-muted)",fontFamily:"var(--font-mono)",maxWidth:320,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:iA(e)})]}),(0,r.jsx)("button",{onClick:t,style:{background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:20,lineHeight:1,padding:"2px 6px"},children:"\xd7"})]}),!z&&(0,r.jsx)("div",{role:"status",style:{padding:"8px 18px",borderBottom:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text-muted)",fontSize:12},children:o("trust.skillsNotLoaded")}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:n?"column":"row",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{width:n?"100%":210,maxHeight:n?"40vh":void 0,borderRight:n?"none":"1px solid var(--border)",borderBottom:n?"1px solid var(--border)":"none",display:"flex",flexDirection:"column",flexShrink:0,background:"var(--bg-panel)"},children:[(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:"8px 6px"},children:s?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:o("i18n.loading")}):c?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"#f87171"},children:c}):0===l.length?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"var(--text-dim)"},children:o("i18n.noSkills")}):(()=>{let e=[];for(let{label:t,matches:n}of[{label:"project / skills.sh",matches:e=>"project"===iB(e)&&!!e.install?.skillsShUrl},{label:"project",matches:e=>"project"===iB(e)&&!e.install?.skillsShUrl},{label:"global / skills.sh",matches:e=>"global"===iB(e)&&!!e.install?.skillsShUrl},{label:"global",matches:e=>"global"===iB(e)&&!e.install?.skillsShUrl},{label:"path",matches:e=>"path"===iB(e)}]){let r=l.filter(n);r.length>0&&e.push({label:t,skills:r})}let t=e=>{let t,n,i=!b&&p===e.filePath,l=e.disableModelInvocation;return(0,r.jsxs)("div",{onClick:()=>{h(e.filePath),y(!1)},style:{display:"flex",alignItems:"center",gap:7,padding:"8px 8px",borderRadius:5,cursor:"pointer",background:i?"var(--bg-selected)":"none"},onMouseEnter:e=>{i||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{i||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:l?"var(--border)":"var(--accent)",boxShadow:l?"none":"0 0 4px var(--accent)",transition:"background 0.15s, box-shadow 0.15s"}}),(0,r.jsx)("span",{style:{fontSize:12,fontWeight:i?600:400,color:l?"var(--text-dim)":"var(--text)",fontFamily:"var(--font-mono)",flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),(n=(t=iH(e))?k[t]:void 0,n?.state!=="update-available"?null:(0,r.jsx)("span",{title:o("i18n.updateAvailable"),style:{color:"#d97706",fontSize:13,lineHeight:1,flexShrink:0},children:"↑"}))]},e.filePath)};return e.map(({label:e,skills:n})=>{let i=n.filter(e=>!e.disableModelInvocation),l=n.filter(e=>e.disableModelInvocation),a=W[e]??!1;return(0,r.jsxs)("div",{style:{marginBottom:6},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.06em"},children:e}),i.map(t),l.length>0&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{onClick:()=>$(t=>({...t,[e]:!a})),style:{display:"flex",alignItems:"center",gap:5,padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase",letterSpacing:"0.06em",cursor:"pointer",userSelect:"none"},children:[(0,r.jsx)("span",{style:{fontSize:8},children:a?"▾":"▸"}),o("i18n.dormant")," (",l.length,")"]}),a&&l.map(t)]})]},e)})})()}),(0,r.jsx)("div",{style:{padding:"8px 6px",borderTop:"1px solid var(--border)",flexShrink:0},children:(0,r.jsxs)("div",{onClick:()=>y(!0),style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,cursor:"pointer",background:b?"var(--bg-selected)":"none",color:b?"var(--accent)":"var(--text-dim)",fontSize:12},onMouseEnter:e=>{b||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{b||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),o("i18n.addSkill")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:b?(0,r.jsx)(iV,{cwd:e,projectResourcesLoaded:z,installedPackages:{global:new Set(l.filter(e=>e.install?.scope==="global").map(e=>e.install.package)),project:new Set(l.filter(e=>e.install?.scope==="project").map(e=>e.install.package))},onInstalled:()=>{P()}}):s?null:B?(0,r.jsx)(i_,{skill:B,cwd:e,onToggle:A,toggling:g.has(B.filePath),saveError:f,updateStatus:iH(B)?k[iH(B)]:void 0,checkingUpdate:!!iH(B)&&j.has(iH(B)),updating:M===iH(B),updateError:L,onCheckUpdate:()=>void D(B),onUpdate:()=>void F(B)},B.filePath):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-dim)",fontSize:13},children:o("i18n.selectSkill")})})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"10px 18px",borderTop:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10},children:[l.some(e=>!!e.install)&&(0,r.jsx)("button",{onClick:()=>void D(),disabled:C||null!==M,style:{padding:"6px 12px",background:"none",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:C||null!==M?"not-allowed":"pointer",opacity:C||null!==M?.5:1,fontSize:12},children:C?o("i18n.checking"):o("i18n.checkUpdates")}),Object.values(k).filter(e=>"update-available"===e.state).length>0&&(0,r.jsxs)("span",{style:{fontSize:12,color:"#d97706"},children:[Object.values(k).filter(e=>"update-available"===e.state).length," ",1===Object.values(k).filter(e=>"update-available"===e.state).length?o("i18n.update"):o("i18n.updates")]})]}),(0,r.jsx)("button",{onClick:t,style:{padding:"6px 14px",background:"none",border:"1px solid var(--border)",borderRadius:6,color:"var(--text-muted)",cursor:"pointer",fontSize:13},children:o("i18n.close")})]})]})})}function iK(e){return e.replace(/^\/(?:Users|home)\/[^/]+/,"~")}function iJ(e){let t=e.trim().match(/^\$?\s*pi\s+install\s+(\S+)\s*$/);return t?.[1]??e}function iY(e){return`${e.scope}\0${e.source}`}function iX(e,t){if(e.disabled)return t("i18n.disabled");let n=[e.counts.extensions?t("i18n.resourceCount",{count:e.counts.extensions,label:t("i18n.extensionShort")}):"",e.counts.skills?t("i18n.resourceCount",{count:e.counts.skills,label:t("i18n.skillShort")}):"",e.counts.prompts?t("i18n.resourceCount",{count:e.counts.prompts,label:t("i18n.promptShort")}):"",e.counts.themes?t("i18n.resourceCount",{count:e.counts.themes,label:t("i18n.themeShort")}):""].filter(Boolean);return n.length?n.join(" \xb7 "):t("i18n.noResources")}function iZ(e,t){let n=[];return e.version&&n.push(t("i18n.installedVersion",{version:e.version})),e.configuredVersion&&n.push(t("i18n.configuredVersion",{version:e.configuredVersion})),n.length?n.join(" \xb7 "):t("i18n.unknown")}function iG(e){return"loaded"===e?"var(--accent)":"installed"===e?"#f59e0b":"disabled"===e?"var(--text-dim)":"#ef4444"}function iQ({pkg:e}){let{t}=(0,m.s)(),n=[["extension",t("i18n.extensions")],["skill",t("i18n.skills")],["prompt",t("i18n.prompts")],["theme",t("i18n.themes")]].map(([t,n])=>({kind:t,label:n,resources:e.resources.filter(e=>e.kind===t)})).filter(e=>e.resources.length>0);return 0===n.length?(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-dim)"},children:t(e.disabled?"i18n.packageDisabled":"i18n.noResolvedResources")}):(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:12},children:n.map((e,t)=>(0,r.jsxs)("div",{style:{borderTop:0===t?"none":"1px solid var(--border)",paddingTop:12*(0!==t)},children:[(0,r.jsx)("div",{style:{fontSize:10,fontWeight:700,color:"var(--text-dim)",textTransform:"uppercase",marginBottom:6},children:e.label}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:e.resources.map(e=>(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},title:e.path,children:e.name}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:1},title:e.path,children:e.relativePath})]},`${e.kind}:${e.path}`))})]},e.kind))})}function i0({scope:e}){return(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,flexShrink:0,background:"project"===e?"rgba(99,102,241,0.12)":"rgba(120,120,120,0.12)",color:"project"===e?"rgba(99,102,241,0.85)":"var(--text-dim)"},children:e})}function i1(e,t){return{padding:"6px 12px",background:t?"rgba(239,68,68,0.08)":"none",border:"1px solid var(--border)",borderRadius:6,color:t?"#ef4444":"var(--text-muted)",cursor:e?"not-allowed":"pointer",fontSize:12,opacity:e?.5:1}}function i2({enabled:e,loading:t,onToggle:n,label:i}){return(0,r.jsx)("button",{type:"button",onClick:n,disabled:t,title:i,"aria-label":i,"aria-pressed":e,style:{flexShrink:0,width:40,height:22,borderRadius:11,border:"none",padding:0,cursor:t?"wait":"pointer",background:e?"var(--accent)":"var(--border)",position:"relative",transition:"background 0.18s",outline:"none",opacity:t?.65:1},children:(0,r.jsx)("span",{style:{position:"absolute",top:3,left:e?21:3,width:16,height:16,borderRadius:"50%",background:"var(--bg)",boxShadow:"0 1px 4px rgba(0,0,0,0.22)",transition:"left 0.18s cubic-bezier(.4,0,.2,1)"}})})}function i4({value:e,projectResourcesLoaded:t,onChange:n}){let{t:i}=(0,m.s)();return(0,r.jsx)("div",{style:{display:"inline-flex",border:"1px solid var(--border)",borderRadius:7,overflow:"hidden",height:30},children:["global","project"].map(o=>{let l=e===o,a="project"===o&&!t;return(0,r.jsx)("button",{onClick:()=>{a||n(o)},disabled:a,title:a?i("trust.projectScopeUnavailable"):void 0,style:{width:76,border:"none",borderRight:"global"===o?"1px solid var(--border)":"none",background:l?"var(--bg-selected)":"none",color:l?"var(--text)":"var(--text-muted)",cursor:a?"not-allowed":"pointer",opacity:a?.45:1,fontSize:12},children:o},o)})})}function i8({cwd:e,source:t,scope:n,projectResourcesLoaded:o,busy:l,actionError:a,onSourceChange:s,onScopeChange:d,onInstall:c}){let{t:u}=(0,m.s)(),p=(0,i.useRef)(null);return(0,i.useEffect)(()=>{p.current?.focus()},[]),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:18,maxWidth:660,minHeight:"100%"},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,flexWrap:"wrap"},children:[(0,r.jsx)("div",{style:{fontSize:14,fontWeight:700,color:"var(--text)"},children:u("i18n.addPlugin")}),(0,r.jsxs)("a",{href:"https://pi.dev/packages",target:"_blank",rel:"noopener noreferrer",style:{display:"inline-flex",alignItems:"center",gap:5,color:"var(--accent)",fontSize:12,textDecoration:"none",whiteSpace:"nowrap"},children:[(0,r.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 800 800","aria-hidden":"true",focusable:"false",style:{flexShrink:0},children:[(0,r.jsx)("path",{fill:"#000",fillRule:"evenodd",d:"M165.29 165.29H517.36V400H400V517.36H282.65V634.72H165.29ZM282.65 282.65V400H400V282.65Z"}),(0,r.jsx)("path",{fill:"#000",d:"M517.36 400H634.72V634.72H517.36Z"})]}),"pi.dev/packages"]})]}),(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-dim)",fontFamily:"var(--font-mono)"},children:"project"===n?`${iK(e)}/.pi/agent/{npm,git}`:"~/.pi/agent/{npm,git}"})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{htmlFor:"plugin-source",style:{fontSize:12,fontWeight:600,color:"var(--text-muted)"},children:"Source"}),(0,r.jsx)("input",{id:"plugin-source",ref:p,value:t,onChange:e=>s(e.target.value),onPaste:e=>{let t=w(e.clipboardData),n=t.length>0?t[0]:e.clipboardData.getData("text"),r=iJ(n);(r!==n||0!==t.length)&&(e.preventDefault(),s(r))},onBlur:e=>s(iJ(e.currentTarget.value)),placeholder:"npm:@scope/package",style:{width:"100%",height:36,padding:"0 11px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:13,outline:"none"},onKeyDown:e=>{"Enter"===e.key&&t.trim()&&!l&&c()}})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)(i4,{value:n,projectResourcesLoaded:o,onChange:d}),(0,r.jsx)("button",{type:"button",onClick:c,disabled:l||!t.trim(),style:{...i1(l||!t.trim()),background:"var(--accent)",color:"white",borderColor:"var(--accent)"},children:u(l?"i18n.installing":"i18n.install")})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:600,color:"var(--text-muted)"},children:"Examples"}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:6},children:["npm:@scope/pi-plugin","git:https://github.com/user/repo","/absolute/path/to/plugin"].map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>s(e),style:{width:"100%",minHeight:30,textAlign:"left",padding:"6px 9px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text-dim)",cursor:"pointer",fontFamily:"var(--font-mono)",fontSize:11},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text-muted)"},onMouseLeave:e=>{e.currentTarget.style.background="var(--bg-panel)",e.currentTarget.style.color="var(--text-dim)"},children:e},e))})]}),a&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:a})]})}function i5({pkg:e,cwd:t,busyKey:n,actionError:i,actionMessage:o,sessionId:l,onAction:a,onReloadSession:s}){let{t:d}=(0,m.s)(),c=iY(e),u=n?.endsWith(c)??!1,p="reload"===n,h=!e.disabled;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:20,maxWidth:680},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",justifyContent:"space-between",gap:12,minWidth:0,flexWrap:"wrap"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:180,flex:1},children:[(0,r.jsx)(i2,{enabled:h,loading:u||p,onToggle:()=>a(e.disabled?"enable":"disable",e),label:d(e.disabled?"i18n.enablePackage":"i18n.disablePackage")}),(0,r.jsx)(i0,{scope:e.scope}),e.disabled?(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,background:"rgba(120,120,120,0.12)",color:"var(--text-dim)"},children:d("i18n.disabled")}):e.filtered&&(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,background:"rgba(245,158,11,0.12)",color:"#d97706"},children:d("i18n.filtered")}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.source})]}),(0,r.jsxs)("div",{style:{display:"flex",gap:8,flexWrap:"wrap"},children:[(0,r.jsx)("button",{onClick:()=>a("update",e),disabled:u||p,style:i1(u||p),children:d(n===`update:${c}`?"i18n.updating":"i18n.update")}),(0,r.jsx)("button",{onClick:s,disabled:!l||p||u,style:i1(!l||p||u),title:d(l?"i18n.reloadSession":"i18n.openSessionToReload"),children:d(p?"i18n.reloading":"i18n.reloadSession")}),(0,r.jsx)("button",{onClick:()=>a("remove",e),disabled:u||p,style:i1(u||p,!0),children:d(n===`remove:${c}`?"i18n.removing":"i18n.remove")})]})]}),(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"minmax(96px, 130px) minmax(0, 1fr)",gap:"9px 14px",fontSize:12,lineHeight:1.45},children:[(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.status")}),(0,r.jsx)("div",{style:{color:iG(e.status),textTransform:"capitalize"},children:e.status}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.version")}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",fontFamily:"var(--font-mono)"},children:iZ(e,d)}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.package")}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:e.packageName??d("i18n.unknown")}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.resources")}),(0,r.jsx)("div",{style:{color:"var(--text-muted)"},children:iX(e,d)}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.installedPath")}),(0,r.jsx)("div",{style:{color:e.installedPath?"var(--text-muted)":"#ef4444",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:e.installedPath?iK(e.installedPath):d("i18n.notFound")}),(0,r.jsx)("div",{style:{color:"var(--text-dim)"},children:d("i18n.cwd")}),(0,r.jsx)("div",{style:{color:"var(--text-dim)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:iK(t)})]}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:8},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:700,color:"var(--text)"},children:d("i18n.resolvedResources")}),(0,r.jsx)(iQ,{pkg:e})]}),o&&(0,r.jsx)("div",{style:{fontSize:12,color:"#16a34a"},children:o}),i&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:i})]})}function i6({cwd:e,sessionId:t,onClose:n,onReloaded:o}){let l=(0,nk.a)(),{t:a}=(0,m.s)(),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(!0),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(null),[f,v]=(0,i.useState)(!1),[b,y]=(0,i.useState)(""),[k,w]=(0,i.useState)("global"),[j,S]=(0,i.useState)(null),[C,T]=(0,i.useState)(null),[M,R]=(0,i.useState)(null),L=(0,i.useMemo)(()=>s?.packages??[],[s?.packages]),I=L.find(e=>iY(e)===g)??null,z=s?.projectResourcesLoaded??!0,E=(0,i.useMemo)(()=>["project","global"].map(e=>({scope:e,packages:L.filter(t=>t.scope===e)})).filter(e=>e.packages.length>0),[L]),W=(0,i.useCallback)(async()=>{u(!0),h(null);try{let t=await fetch(`/api/plugins?cwd=${encodeURIComponent(e)}`),n=await t.json();if(!t.ok||n.error)throw Error(n.error??`HTTP ${t.status}`);d(n),v(e=>0===n.packages.length||e),x(e=>e&&n.packages.some(t=>iY(t)===e)?e:n.packages[0]?iY(n.packages[0]):null)}catch(e){h(e instanceof Error?e.message:String(e))}finally{u(!1)}},[e]);(0,i.useEffect)(()=>{W()},[W]);let $=(0,i.useCallback)(async(t,n)=>{let r=iY(n);S(`${t}:${r}`),T(null),R(null);try{let r=await fetch("/api/plugins",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:t,source:n.source,scope:n.scope,cwd:e})}),i=await r.json();if(!r.ok||i.error)throw Error(i.error??`HTTP ${r.status}`);d(i),"remove"===t?(x(i.packages[0]?iY(i.packages[0]):null),0===i.packages.length&&v(!0),R("Package removed.")):R({install:"Package installed.",update:"Package updated.",disable:"Package disabled.",enable:"Package enabled."}[t])}catch(e){T(e instanceof Error?e.message:String(e))}finally{S(null)}},[e]),P=(0,i.useCallback)(async()=>{let t=iJ(b).trim();if(!t)return;y(t);let n=`${k}\0${t}`;S(`install:${n}`),T(null),R(null);try{var r;let i,o,l=await fetch("/api/plugins",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"install",source:t,scope:k,cwd:e})}),a=await l.json();if(!l.ok||a.error)throw Error(a.error??`HTTP ${l.status}`);d(a);let s=(r=a.packages,o=(i=t.trim()).startsWith("npm:")?i.slice(4):i,r.find(e=>e.scope===k&&e.source===i)??r.find(e=>e.scope===k&&e.source===`npm:${o}`)??r.find(e=>e.scope===k&&e.source.endsWith(i)));x(s?iY(s):n),v(!1),y(""),R("Package installed.")}catch(e){T(e instanceof Error?e.message:String(e))}finally{S(null)}},[e,k,b]),D=(0,i.useCallback)(async()=>{if(t){S("reload"),T(null),R(null);try{await rc(t,{type:"reload"}),o?.(),await W(),R("Session reloaded.")}catch(e){T(e instanceof Error?e.message:String(e))}finally{S(null)}}},[W,o,t]),F=j?.startsWith("install:")??!1;return(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:1e3,background:"rgba(0,0,0,0.35)",display:"flex",alignItems:"center",justifyContent:"center"},onClick:e=>{e.target===e.currentTarget&&n()},children:(0,r.jsxs)("div",{style:{width:l?"calc(100vw - 16px)":860,maxWidth:"calc(100vw - 16px)",height:l?"calc(100dvh - 16px)":"76vh",maxHeight:"calc(100dvh - 16px)",background:"var(--bg)",border:"1px solid var(--border)",borderRadius:8,display:"flex",flexDirection:"column",boxShadow:"0 8px 32px rgba(0,0,0,0.18)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 18px",borderBottom:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"baseline",gap:10,minWidth:0},children:[(0,r.jsx)("span",{style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:a("common.plugins")}),(0,r.jsx)("code",{style:{fontSize:11,color:"var(--text-muted)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:iK(e)})]}),(0,r.jsx)("button",{onClick:n,style:{background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:20,lineHeight:1,padding:"2px 6px"},children:"\xd7"})]}),!z&&(0,r.jsx)("div",{role:"status",style:{padding:"8px 18px",borderBottom:"1px solid var(--border)",background:"var(--bg-panel)",color:"var(--text-muted)",fontSize:12},children:a("trust.pluginsNotLoaded")}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:l?"column":"row",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{width:l?"100%":245,maxHeight:l?"40vh":void 0,borderRight:l?"none":"1px solid var(--border)",borderBottom:l?"1px solid var(--border)":"none",display:"flex",flexDirection:"column",flexShrink:0,background:"var(--bg-panel)"},children:[(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:"8px 6px"},children:c?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:"Loading..."}):p?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"#ef4444"},children:p}):0===L.length?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"var(--text-dim)"},children:"No plugins configured"}):E.map(e=>(0,r.jsxs)("div",{style:{marginBottom:6},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-dim)",textTransform:"uppercase"},children:e.scope}),e.packages.map(e=>{let t=iY(e),n=!f&&g===t;return(0,r.jsxs)("div",{onClick:()=>{x(t),v(!1),T(null),R(null)},style:{display:"flex",alignItems:"center",gap:7,padding:"8px 8px",borderRadius:5,cursor:"pointer",background:n?"var(--bg-selected)":"none"},onMouseEnter:e=>{n||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{n||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:iG(e.status)}}),(0,r.jsxs)("div",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:n?600:400,color:"var(--text)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.source}),(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:2},children:iX(e,a)}),(e.version||e.configuredVersion)&&(0,r.jsx)("div",{style:{fontSize:10,color:"var(--text-dim)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:2},children:iZ(e,a)})]})]},t)})]},e.scope))}),(0,r.jsx)("div",{style:{padding:"8px 6px",borderTop:"1px solid var(--border)",flexShrink:0},children:(0,r.jsxs)("button",{type:"button",onClick:()=>{v(!0),T(null),R(null)},style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,border:"none",width:"100%",cursor:"pointer",background:f?"var(--bg-selected)":"none",color:f?"var(--accent)":"var(--text-dim)",fontSize:12},onMouseEnter:e=>{f||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{f||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),a("i18n.addPlugin")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:f?(0,r.jsx)(i8,{cwd:e,source:b,scope:k,projectResourcesLoaded:z,busy:F,actionError:C,onSourceChange:y,onScopeChange:w,onInstall:P}):c?null:I?(0,r.jsx)(i5,{pkg:I,cwd:e,busyKey:j,actionError:C,actionMessage:M,sessionId:t,onAction:$,onReloadSession:D},iY(I)):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-dim)",fontSize:13},children:a("i18n.selectPackage")})})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,padding:"10px 18px",borderTop:"1px solid var(--border)",flexShrink:0},children:[(0,r.jsx)("div",{style:{minWidth:0,flex:1,fontSize:11,color:"var(--text-dim)",overflow:"hidden"},children:s?.diagnostics.length?(0,r.jsxs)("span",{title:s.diagnostics.map(e=>`${e.type}: ${e.source?`${e.source}: `:""}${e.message}`).join("\n"),style:{color:s.diagnostics.some(e=>"error"===e.type)?"#ef4444":"#d97706"},children:[s.diagnostics.length," diagnostic",1===s.diagnostics.length?"":"s"]}):(0,r.jsx)("span",{children:s?`${s.totals.extensions} ext \xb7 ${s.totals.skills} skills \xb7 ${s.totals.prompts} prompts \xb7 ${s.totals.themes} themes`:""})}),(0,r.jsx)("button",{onClick:()=>void W(),disabled:c||null!==j,style:i1(c||null!==j),children:a("i18n.refresh")}),(0,r.jsx)("button",{onClick:n,style:i1(!1),children:a("i18n.close")})]})]})})}function i3(e){return e.replace(/^\/(?:Users|home)\/[^/]+/,"~")}function i7({scope:e}){return(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,flexShrink:0,background:"project"===e?"rgba(99,102,241,0.12)":"rgba(120,120,120,0.12)",color:"project"===e?"rgba(99,102,241,0.85)":"var(--text-meta)"},children:e})}function i9(e,t){return{padding:"6px 12px",background:t?"rgba(239,68,68,0.08)":"none",border:"1px solid var(--border)",borderRadius:6,color:t?"#ef4444":"var(--text-muted)",cursor:e?"not-allowed":"pointer",fontSize:12,opacity:e?.5:1}}function oe({enabled:e,loading:t,onToggle:n,label:i}){return(0,r.jsx)("button",{type:"button",onClick:n,disabled:t,title:i,"aria-label":i,"aria-pressed":e,style:{flexShrink:0,width:40,height:22,borderRadius:11,border:"none",padding:0,cursor:t?"wait":"pointer",background:e?"var(--accent)":"var(--border)",position:"relative",transition:"background 0.18s",outline:"none",opacity:t?.65:1},children:(0,r.jsx)("span",{style:{position:"absolute",top:3,left:e?21:3,width:16,height:16,borderRadius:"50%",background:"var(--bg)",boxShadow:"0 1px 4px rgba(0,0,0,0.22)",transition:"left 0.18s cubic-bezier(.4,0,.2,1)"}})})}function ot({value:e,projectResourcesLoaded:t,onChange:n}){let{t:i}=(0,m.s)();return(0,r.jsx)("div",{style:{display:"inline-flex",border:"1px solid var(--border)",borderRadius:7,overflow:"hidden",height:30},children:["global","project"].map(o=>{let l=e===o,a="project"===o&&!t;return(0,r.jsx)("button",{onClick:()=>{a||n(o)},disabled:a,title:a?i("trust.projectScopeUnavailable"):void 0,style:{width:76,border:"none",cursor:a?"not-allowed":"pointer",opacity:a?.4:1,fontSize:11,background:l?"var(--bg-selected)":"none",color:l?"var(--text)":"var(--text-muted)"},children:o},o)})})}function on({server:e,cwd:t,busy:n,actionError:i,actionMessage:o,onToggle:l,onRemove:a,onMove:s,onTest:d,onEdit:c}){let{t:u}=(0,m.s)(),p=!e.disabled,h="project"===e.scope?"global":"project",g="url"===e.kind?e.url:"socket"===e.kind?e.socket:e.command,x={color:"var(--text-meta)"},f={color:"var(--text-muted)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"};return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:20,maxWidth:680},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",justifyContent:"space-between",gap:12,minWidth:0,flexWrap:"wrap"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,minWidth:180,flex:1},children:[(0,r.jsx)(oe,{enabled:p,loading:n,onToggle:l,label:u(p?"mcp.disable":"mcp.enable")}),(0,r.jsx)(i7,{scope:e.scope}),e.disabled&&(0,r.jsx)("span",{style:{fontSize:10,padding:"1px 5px",borderRadius:3,background:"rgba(120,120,120,0.12)",color:"var(--text-meta)"},children:u("mcp.disabledBadge")}),(0,r.jsx)("span",{style:{fontFamily:"var(--font-mono)",fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name})]}),(0,r.jsxs)("div",{style:{display:"flex",gap:8,flexWrap:"wrap"},children:[(0,r.jsx)("button",{onClick:d,disabled:n,style:i9(n),children:u(n?"mcp.testing":"mcp.test")}),(0,r.jsx)("button",{onClick:c,disabled:n,style:i9(n),children:u("mcp.edit")}),(0,r.jsx)("button",{onClick:s,disabled:n,style:i9(n),children:u("project"===h?"mcp.moveToProject":"mcp.moveToGlobal")}),(0,r.jsx)("button",{onClick:a,disabled:n,style:i9(n,!0),children:u("mcp.delete")})]})]}),(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"minmax(96px, 130px) minmax(0, 1fr)",gap:"9px 14px",fontSize:12,lineHeight:1.45},children:[(0,r.jsx)("div",{style:x,children:u("mcp.fieldType")}),(0,r.jsx)("div",{style:f,children:e.kind}),(0,r.jsx)("div",{style:x,children:u("url"===e.kind?"mcp.kindUrl":"socket"===e.kind?"mcp.kindSocket":"mcp.kindCommand")}),(0,r.jsx)("div",{style:f,children:g??"—"}),"command"===e.kind&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:x,children:u("mcp.fieldArgs")}),(0,r.jsx)("div",{style:f,children:e.args.length?e.args.join(" "):"—"})]}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldEnv")}),(0,r.jsx)("div",{style:f,children:e.envKeys.length?e.envKeys.join(", "):"—"}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldOptions")}),(0,r.jsx)("div",{style:f,children:Object.keys(e.options).length?JSON.stringify(e.options):"—"}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldSource")}),(0,r.jsx)("div",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:i3(e.source)}),(0,r.jsx)("div",{style:x,children:u("mcp.fieldCwd")}),(0,r.jsx)("div",{style:{color:"var(--text-meta)",fontFamily:"var(--font-mono)",overflowWrap:"anywhere"},children:i3(t)})]}),o&&(0,r.jsx)("div",{style:{fontSize:12,color:"#16a34a",whiteSpace:"pre-wrap"},children:o}),i&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:i})]})}function or({cwd:e,scope:t,projectResourcesLoaded:n,busy:o,actionError:l,initial:a,onScopeChange:s,onSave:d,onFetchDef:c,onCancel:u}){let{t:p}=(0,m.s)(),h=!!a,[g,x]=(0,i.useState)(h&&a?a.name:""),[f,v]=(0,i.useState)(()=>a?"command"===a.kind?[a.command,...a.args].join(" "):a.url??a.socket??"":""),[b,y]=(0,i.useState)(""),[k,w]=(0,i.useState)("basic"),[j,S]=(0,i.useState)(null),[C,T]=(0,i.useState)(null),[M,R]=(0,i.useState)(!1),L={width:"100%",height:36,padding:"0 11px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:13,outline:"none"},I={fontSize:12,fontWeight:600,color:"var(--text-muted)"},z=/^https?:\/\//.test(f.trim()),E=()=>{let e=f.trim();if(/^https?:\/\//.test(e))return{url:e};let t=e.split(/\s+/),n=t[0]??"",r=b.trim()?b.trim().split(/\s+/):[];return{command:n,args:[...t.slice(1),...r]}},W=async()=>{if(T(null),null!==j)return void w("json");if(h&&a){w("json"),R(!0);try{let e=await c(a.name,a.scope);S(JSON.stringify(e??E(),null,2))}finally{R(!1)}}else S(JSON.stringify(E(),null,2)),w("json")},$=g.trim()&&("json"===k?(j??"").trim().length>0:f.trim().length>0);return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:18,maxWidth:660,minHeight:"100%"},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:5},children:[(0,r.jsx)("div",{style:{fontSize:14,fontWeight:700,color:"var(--text)"},children:h?p("mcp.editTitle",{name:a?.name??""}):p("mcp.addTitle")}),(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-meta)",fontFamily:"var(--font-mono)"},children:"project"===t?`${i3(e)}/.pi/mcp.json`:"~/.pi/agent/mcp.json"})]}),(0,r.jsx)("div",{style:{display:"flex",gap:8},children:["basic","json"].map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>"json"===e?void W():w("basic"),style:{padding:"6px 14px",borderRadius:6,border:"1px solid var(--border)",cursor:"pointer",fontSize:12,background:k===e?"var(--accent)":"none",color:k===e?"white":"var(--text-muted)"},children:"basic"===e?p("mcp.modeBasic"):p("mcp.modeJson")},e))}),(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:I,children:p("mcp.nameLabel")}),(0,r.jsx)("input",{value:g,onChange:e=>x(e.target.value),placeholder:p("mcp.namePlaceholder"),style:L})]}),"json"===k?(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:I,children:p("mcp.jsonLabel")}),M?(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-muted)"},children:p("mcp.loadingDef")}):(0,r.jsx)("textarea",{value:j??"",onChange:e=>S(e.target.value),spellCheck:!1,placeholder:'{\n "command": "npx",\n "args": ["-y", "@modelcontextprotocol/server-github"],\n "env": {}\n}',style:{width:"100%",minHeight:200,padding:"9px 11px",border:"1px solid var(--border)",borderRadius:6,background:"var(--bg-panel)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:12,lineHeight:1.5,outline:"none",resize:"vertical",whiteSpace:"pre",overflow:"auto"}})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:I,children:p("mcp.specLabel")}),(0,r.jsx)("input",{value:f,onChange:e=>v(e.target.value),placeholder:p("mcp.specPlaceholder"),style:L})]}),!z&&(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:7},children:[(0,r.jsx)("label",{style:I,children:p("mcp.argsLabel")}),(0,r.jsx)("input",{value:b,onChange:e=>y(e.target.value),style:L})]})]}),C&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:C}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10,flexWrap:"wrap"},children:[(0,r.jsx)(ot,{value:t,projectResourcesLoaded:n,onChange:s}),(0,r.jsx)("button",{type:"button",onClick:()=>{if(T(null),"json"===k){let e,t=j??"";if(!t.trim())return void T(p("mcp.jsonEmpty"));try{e=JSON.parse(t)}catch(e){T(p("mcp.jsonParseError",{message:e instanceof Error?e.message:String(e)}));return}if(!e||"object"!=typeof e||Array.isArray(e))return void T(p("mcp.jsonNotObject"));let n=e;return n.command||n.url||n.socket?void d(g,n):void T(p("mcp.jsonNeedsEntry"))}d(g,E())},disabled:o||!$,style:{...i9(o||!$),background:"var(--accent)",color:"white",borderColor:"var(--accent)"},children:o?p("mcp.saving"):h?p("mcp.saveEdit"):p("mcp.save")}),(0,r.jsx)("button",{type:"button",onClick:u,style:i9(!1),children:p("mcp.cancel")})]}),l&&(0,r.jsx)("div",{style:{fontSize:12,color:"#ef4444",whiteSpace:"pre-wrap"},children:l})]})}function oi({anchorRect:e,cwd:t,hidden:n,onClose:l}){let{t:a}=(0,m.s)(),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(!0),[p,h]=(0,i.useState)(null),[g,x]=(0,i.useState)(!1),[f,v]=(0,i.useState)("global"),[b,y]=(0,i.useState)(null),[k,w]=(0,i.useState)(null),[j,S]=(0,i.useState)(null),[C,T]=(0,i.useState)(null),[M,R]=(0,i.useState)(null),L=(0,i.useRef)(null),I=s?.projectResourcesLoaded??!0,z=(0,i.useMemo)(()=>s?.servers.find(e=>e.name===p)??null,[s,p]),E=(0,i.useMemo)(()=>["project","global"].map(e=>({scope:e,servers:(s?.servers??[]).filter(t=>t.scope===e)})).filter(e=>e.servers.length>0),[s]),W=t??"",$=(0,i.useCallback)(async()=>{if(W){u(!0),w(null);try{let e=await fetch(`/api/mcp?cwd=${encodeURIComponent(W)}`),t=await e.json();if(!e.ok||t.error)throw Error(t.error??`HTTP ${e.status}`);d(t),h(e=>e&&t.servers.some(t=>t.name===e)?e:t.servers[0]?.name??null)}catch(e){w(e instanceof Error?e.message:String(e))}finally{u(!1)}}},[W]);(0,i.useEffect)(()=>{n||$()},[n,$]),(0,i.useEffect)(()=>{if(n)return;let e=e=>{let t=e.target;L.current?.contains(t)||t.closest?.("#mcp-topbar-btn")||l()},t=e=>{"Escape"===e.key&&l()};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[n,l]);let P=(0,i.useCallback)(async(e,t)=>{if(!W)return null;R(`mcp:${e}`),w(null),S(null);try{let n=await fetch("/api/mcp",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:W,action:e,...t})}),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);return d(r),r}catch(e){return w(e instanceof Error?e.message:String(e)),null}finally{R(null)}},[W]),D=(0,i.useCallback)(async e=>{await P(e.disabled?"enable":"disable",{name:e.name,scope:e.scope})&&S(e.disabled?a("mcp.msgEnabled",{name:e.name}):a("mcp.msgDisabled",{name:e.name}))},[P,a]),F=(0,i.useCallback)(async e=>{let t=await P("remove",{name:e.name,scope:e.scope});t&&(h(t.servers[0]?.name??null),S(a("mcp.msgDeleted",{name:e.name})),0===t.servers.length&&x(!0))},[P,a]),A=(0,i.useCallback)(async e=>{let t="project"===e.scope?"global":"project";await P("move",{name:e.name,fromScope:e.scope,toScope:t})&&S(a("mcp.msgMoved",{name:e.name,scope:t}))},[P,a]),B=(0,i.useCallback)(async(e,t)=>{let n=!!b,r=n&&b?b.name:e.trim();await P(n?"update":"add",{name:r,scope:f,def:t})&&(h(r),x(!1),y(null),S(n?a("mcp.msgUpdated",{name:r}):a("mcp.msgAdded",{name:r})))},[f,b,P,a]),N=(0,i.useCallback)(async(e,t)=>{if(!W)return null;try{let n=await fetch("/api/mcp",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:W,action:"get",name:e,scope:t})}),r=await n.json();if(!n.ok||r.error)throw Error(r.error??`HTTP ${n.status}`);return r.def??null}catch{return null}},[W]),H=(0,i.useCallback)(async e=>{T(e.name),w(null),S(null);try{let t=await fetch("/api/mcp",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:W,action:"test",name:e.name,scope:e.scope})}),n=await t.json();if(!t.ok||n.error)throw Error(n.error??`HTTP ${t.status}`);S(a("mcp.msgTestResult",{name:e.name,result:n.message??""}))}catch(t){w(a("mcp.msgTestError",{name:e.name,error:t instanceof Error?t.message:String(t)}))}finally{T(null)}},[W,a]),O=null!==M,U=document.documentElement.clientWidth,_=Math.min(780,U-48),V=e?Math.max(24,Math.min(e.left,U-_-24)):U-_-24,q=(0,r.jsxs)("div",{ref:L,role:"dialog","aria-label":a("mcp.sectionTitle"),style:{position:"fixed",zIndex:130,top:e?.bottom??e?.top??46,left:V,width:_,maxHeight:"min(72vh, 600px)",display:"flex",flexDirection:"column",background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",transform:"translateZ(0)",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderTop:"none",borderRadius:"0 0 12px 12px",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",gap:12,padding:"10px 16px",borderBottom:"1px solid color-mix(in srgb, var(--border) 70%, transparent)",flexShrink:0,background:"transparent"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,fontSize:13,fontWeight:600,color:"var(--text)"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("path",{d:"M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M19.1 4.9L17 7M7 17l-2.1 2.1"})]}),a("mcp.sectionTitle")]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,r.jsx)("button",{onClick:()=>void $(),disabled:c||O,style:i9(c||O),children:a("i18n.refresh")}),(0,r.jsx)("button",{onClick:l,style:i9(!1),children:a("i18n.close")})]})]}),(0,r.jsxs)("div",{style:{display:"flex",flex:"1 1 auto",minHeight:0},children:[(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",width:168,flexShrink:0,borderRight:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",background:"transparent"},children:[(0,r.jsxs)("div",{style:{flex:"1 1 auto",minHeight:0,overflowY:"auto",paddingTop:8},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-meta)",textTransform:"uppercase"},children:a("mcp.sectionTitle")}),c?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:12,color:"var(--text-muted)"},children:"Loading..."}):!s&&k?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"#ef4444"},children:k}):(s?.servers.length??0)===0?(0,r.jsx)("div",{style:{padding:"10px 8px",fontSize:11,color:"var(--text-meta)"},children:a("mcp.emptyList")}):E.map(e=>(0,r.jsxs)("div",{style:{marginBottom:6},children:[(0,r.jsx)("div",{style:{padding:"4px 8px 3px",fontSize:10,fontWeight:600,color:"var(--text-meta)",textTransform:"uppercase"},children:e.scope}),e.servers.map(e=>{let t=!g&&p===e.name;return(0,r.jsxs)("div",{onClick:()=>{h(e.name),x(!1),y(null),w(null),S(null)},style:{display:"flex",alignItems:"center",gap:7,padding:"8px 8px",borderRadius:5,cursor:"pointer",background:t?"var(--bg-selected)":"none"},onMouseEnter:e=>{t||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{t||(e.currentTarget.style.background="none")},children:[(0,r.jsx)("span",{style:{flexShrink:0,width:7,height:7,borderRadius:"50%",background:e.disabled?"var(--text-meta)":"var(--accent)"}}),(0,r.jsxs)("div",{style:{minWidth:0,flex:1},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:t?600:400,color:"var(--text)",fontFamily:"var(--font-mono)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:e.name}),(0,r.jsxs)("div",{style:{fontSize:10,color:"var(--text-meta)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",marginTop:2},children:[e.kind," \xb7 ",e.disabled?a("mcp.itemDisabled"):a("mcp.itemEnabled")]})]})]},e.name)})]},e.scope))]}),(0,r.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:4,padding:"8px 6px",borderTop:"1px solid var(--border)",flexShrink:0},children:(0,r.jsxs)("button",{type:"button",onClick:()=>{x(!0),y(null),v("global"),w(null),S(null)},style:{display:"flex",alignItems:"center",gap:6,padding:"7px 8px",borderRadius:5,border:"none",width:"100%",cursor:"pointer",background:g?"var(--bg-selected)":"none",color:g?"var(--accent)":"var(--text-meta)",fontSize:12},onMouseEnter:e=>{g||(e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{g||(e.currentTarget.style.background="none")},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,r.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]}),a("mcp.addButton")]})})]}),(0,r.jsx)("div",{style:{flex:1,overflowY:"auto",padding:20},children:g?(0,r.jsx)(or,{cwd:W,scope:f,projectResourcesLoaded:I,busy:O,actionError:k,initial:b,onScopeChange:v,onSave:(e,t)=>void B(e,t),onFetchDef:N,onCancel:()=>{x(!1),y(null)}}):z?(0,r.jsx)(on,{server:z,cwd:W,busy:O||C===z.name,actionError:k,actionMessage:j,onToggle:()=>void D(z),onRemove:()=>void F(z),onMove:()=>void A(z),onTest:()=>void H(z),onEdit:()=>{y(z),x(!0),w(null),S(null)}},z.name):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-meta)",fontSize:13},children:a("mcp.emptyDetail")})})]})]});return n?null:(0,o.createPortal)(q,document.body)}function oo({cwd:e,busy:t,error:n,onCancel:i,onConfirm:o}){let{t:l}=(0,m.s)();return(0,r.jsx)("div",{role:"presentation",style:{position:"fixed",inset:0,zIndex:1100,display:"flex",alignItems:"center",justifyContent:"center",padding:16,background:"rgba(0,0,0,0.4)"},onClick:e=>{t||e.target!==e.currentTarget||i()},children:(0,r.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":"project-trust-title",style:{width:440,maxWidth:"100%",border:"1px solid var(--border)",borderRadius:8,background:"var(--bg-panel)",boxShadow:"0 12px 36px rgba(0,0,0,0.24)",overflow:"hidden"},children:[(0,r.jsxs)("div",{style:{display:"flex",gap:12,padding:"18px 18px 14px"},children:[(0,r.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"#f59e0b",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{flexShrink:0,marginTop:1},children:[(0,r.jsx)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z"}),(0,r.jsx)("path",{d:"m9 12 2 2 4-4"})]}),(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{id:"project-trust-title",style:{fontSize:15,fontWeight:700,color:"var(--text)"},children:l("trust.dialogTitle")}),(0,r.jsx)("div",{style:{marginTop:7,fontSize:12,lineHeight:1.6,color:"var(--text-muted)"},children:l("trust.dialogBody")}),(0,r.jsx)("code",{style:{display:"block",marginTop:10,padding:"8px 10px",border:"1px solid var(--border)",borderRadius:5,background:"var(--bg)",color:"var(--text)",fontFamily:"var(--font-mono)",fontSize:11,overflowWrap:"anywhere"},children:e}),n&&(0,r.jsx)("div",{role:"alert",style:{marginTop:10,color:"#ef4444",fontSize:12,lineHeight:1.5},children:n})]})]}),(0,r.jsxs)("div",{style:{display:"flex",justifyContent:"flex-end",gap:8,padding:"10px 18px",borderTop:"1px solid var(--border)"},children:[(0,r.jsx)("button",{type:"button",onClick:i,disabled:t,style:{height:32,padding:"0 12px",border:"1px solid var(--border)",borderRadius:5,background:"transparent",color:"var(--text-muted)",cursor:t?"not-allowed":"pointer",fontSize:12},children:l("trust.cancel")}),(0,r.jsx)("button",{type:"button",onClick:o,disabled:t,style:{height:32,padding:"0 12px",border:"1px solid var(--accent)",borderRadius:5,background:"var(--accent)",color:"white",cursor:t?"wait":"pointer",opacity:t?.7:1,fontSize:12,fontWeight:600},children:l(t?"trust.trusting":"trust.trustProject")})]})]})})}function ol(e){return"message"===e.type&&"message"in e}function oa(e){let t=e,n=t.branchPreview,r=ol(t.entry)?t.entry:null,i=t.compressedEntryIds?.length??0;for(;1===t.children.length;)t=t.children[0],n??=t.branchPreview,!r&&ol(t.entry)&&(r=t.entry),i+=1+(t.compressedEntryIds?.length??0);return{node:t,skipped:i,branchPreview:n,labelEntry:r??t.entry}}function os({node:e,activePathIds:t,depth:n,isLast:i,parentLines:o,onSelect:l}){let{node:a,skipped:s,branchPreview:d,labelEntry:c}=oa(e),u=t.has(a.entry.id),p=t.has(e.entry.id)||t.has(a.entry.id),h=d?.text??function(e){if("message"===e.type&&"message"in e){let t=e.message,n=t.content,r="";if("string"==typeof n?r=n:Array.isArray(n)&&(r=n.filter(e=>"text"===e.type).map(e=>e.text).join(" ")),r.length>40&&(r=r.slice(0,40)+"…"),r)return r;if("assistant"===t.role)return"[assistant]"}return e.type}(c),g=d?d.role??null:ol(c)?c.message.role:null;return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",height:24,cursor:"pointer"},onClick:()=>l(a.entry.id),children:[o.map((e,t)=>(0,r.jsx)("div",{style:{width:16,flexShrink:0,position:"relative",height:"100%",alignSelf:"stretch"},children:e&&(0,r.jsx)("div",{style:{position:"absolute",left:7,top:0,bottom:0,width:1,background:"var(--border)"}})},t)),(0,r.jsxs)("div",{style:{width:16,flexShrink:0,position:"relative",height:"100%",alignSelf:"stretch"},children:[(0,r.jsx)("div",{style:{position:"absolute",left:7,top:0,bottom:i?"50%":0,width:1,background:"var(--border)"}}),(0,r.jsx)("div",{style:{position:"absolute",left:7,top:"50%",width:9,height:1,background:"var(--border)"}})]}),(0,r.jsx)("div",{style:{width:7,height:7,borderRadius:"50%",flexShrink:0,background:u?"var(--accent)":p?"var(--text-muted)":"var(--border)",border:u?"none":"1px solid var(--text-dim)",marginRight:6,transition:"background 0.12s"}}),g&&(0,r.jsx)("span",{style:{fontSize:9,fontFamily:"var(--font-mono)",color:"user"===g?"var(--accent)":"var(--text-dim)",background:"user"===g?"rgba(37,99,235,0.08)":"var(--bg-hover)",border:`1px solid ${"user"===g?"rgba(37,99,235,0.2)":"var(--border)"}`,borderRadius:3,padding:"0 4px",marginRight:5,flexShrink:0,lineHeight:"16px"},children:"user"===g?"U":"A"}),s>0&&(0,r.jsxs)("span",{style:{fontSize:10,color:"var(--text-dim)",marginRight:5,flexShrink:0},children:["+",s]}),(0,r.jsx)("span",{style:{fontSize:11,color:u?"var(--text)":p?"var(--text-muted)":"var(--text-dim)",fontWeight:u?500:400,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",flex:1,minWidth:0},children:h})]}),a.children.map((e,s)=>(0,r.jsx)(os,{node:e,activePathIds:t,depth:n+1,isLast:s===a.children.length-1,parentLines:[...o,!i],onSelect:l},e.entry.id))]})}function od({tree:e,activeLeafId:t,onLeafChange:n,inline:o,containerRef:l,open:a,onToggle:s,hasSession:d,compact:c,hideInlineButton:u}){let{t:p}=(0,m.s)(),[h,g]=(0,i.useState)(!1),x=void 0!==a?a:h,f=(0,i.useRef)(null),[v,b]=(0,i.useState)(null);(0,i.useEffect)(()=>{if(!x||!o)return;let e=l?.current??f.current;if(!e)return;let t=()=>{let t=e.getBoundingClientRect();b({top:t.bottom,left:t.left,width:t.width})};t();let n=new ResizeObserver(t);return n.observe(e),()=>n.disconnect()},[x,o,l]);let y=(0,i.useMemo)(()=>(function(e,t){if(!t)return new Set;let n=e.map(e=>({node:e,path:[e.entry.id]}));for(;n.length>0;){let{node:e,path:r}=n.pop();if(e.entry.id===t||e.compressedEntryIds?.includes(t))return new Set(r);for(let t of e.children)n.push({node:t,path:[...r,t.entry.id]})}return new Set})(e,t),[e,t]),k=(0,i.useCallback)(e=>{n(e)},[n]),w=d?!function(e){if(e.length>1)return!0;let t=[...e];for(;t.length>0;){let e=t.pop();if(e.children.length>1)return!0;for(let n of e.children)t.push(n)}return!1}(e)?p("i18n.noBranches"):null:p("i18n.noActiveSession"),j=function(e){if(e.length>1)return e;if(0===e.length)return[];let t=oa(e[0]).node;return t.children.length>1?t.children:[]}(e),S=!w&&j.length>0,C=(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:S?"var(--accent)":"var(--text-dim)",flexShrink:0},children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]}),T=(0,r.jsx)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"var(--text-dim)",strokeWidth:"1.6",strokeLinecap:"round",strokeLinejoin:"round",style:{marginLeft:2,transform:x?"rotate(180deg)":"none",transition:"transform 0.15s"},children:(0,r.jsx)("polyline",{points:"2 3.5 5 6.5 8 3.5"})});return o?(0,r.jsxs)("div",{style:{height:"100%",display:"flex",alignItems:"stretch"},children:[(0,r.jsxs)("button",{ref:f,"data-top-panel-trigger":!0,onClick:()=>s?s():g(e=>!e),style:{display:u?"none":"flex",alignItems:"center",gap:6,height:"100%",padding:"0 12px",background:x?"var(--bg-selected)":"none",border:"none",borderTop:x?"2px solid var(--accent)":"2px solid transparent",borderRight:"1px solid var(--border)",cursor:"pointer",color:x?"var(--text)":"var(--text-muted)",fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color=x?"var(--text)":"var(--text-muted)"},title:p("i18n.branches"),"aria-label":p("i18n.branches"),"aria-pressed":x,children:[C,!c&&(0,r.jsx)("span",{children:p("i18n.branches")})]}),x&&v&&(0,r.jsx)("div",{style:{position:"fixed",top:v.top,left:v.left,width:v.width,zIndex:500},className:"glass-top-panel",children:S?(0,r.jsx)("div",{style:{padding:"4px 12px 8px 12px",maxHeight:260,overflowY:"auto"},children:j.map((e,t)=>(0,r.jsx)(os,{node:e,activePathIds:y,depth:0,isLast:t===j.length-1,parentLines:[],onSelect:k},e.entry.id))}):(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:w})})]}):(0,r.jsxs)("div",{style:{borderBottom:"1px solid var(--border)",background:"var(--bg)",flexShrink:0,position:"relative"},children:[(0,r.jsxs)("button",{onClick:()=>g(e=>!e),style:{display:"flex",alignItems:"center",gap:6,width:"100%",padding:"5px 12px",background:"none",border:"none",cursor:"pointer",color:"var(--text-muted)",fontSize:11,textAlign:"left"},children:[C,(0,r.jsx)("span",{style:{color:"var(--text-muted)"},children:p("i18n.branches")}),T]}),x&&(0,r.jsx)("div",{style:{position:"absolute",top:"100%",left:0,right:0,background:"var(--bg)",borderBottom:"1px solid var(--border)",boxShadow:"0 4px 12px rgba(0,0,0,0.1)",zIndex:100},children:S?(0,r.jsx)("div",{style:{padding:"4px 12px 8px 12px",maxHeight:260,overflowY:"auto"},children:j.map((e,t)=>(0,r.jsx)(os,{node:e,activePathIds:y,depth:0,isLast:t===j.length-1,parentLines:[],onSelect:k},e.entry.id))}):(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:w??p("i18n.noBranches")})})]})}function oc({onSelectSession:e}){let{t}=(0,m.s)(),n=(0,nk.a)(),[l,a]=(0,i.useState)(""),[s,d]=(0,i.useState)(null),[c,u]=(0,i.useState)(!1),[p,h]=(0,i.useState)(!1),[g,x]=(0,i.useState)(!1),[f,v]=(0,i.useState)(null),b=(0,i.useRef)(null),y=(0,i.useRef)(null),k=(0,i.useRef)(null),w=(0,i.useRef)(null);(0,i.useEffect)(()=>{if(!p||!b.current||n)return;let e=()=>{let e=b.current?.getBoundingClientRect();e&&v({top:e.bottom+4,left:e.left,width:Math.max(320,e.width)})};e();let t=new ResizeObserver(e);return t.observe(document.documentElement),window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{t.disconnect(),window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[p,n]),(0,i.useEffect)(()=>{if(!l.trim())return;let e=l.trim(),t=setTimeout(()=>{w.current?.abort();let t=new AbortController;w.current=t,h(!0),u(!0),fetch(`/api/search?q=${encodeURIComponent(e)}&limit=20`,{signal:t.signal}).then(e=>e.ok?e.json():null).then(e=>{e&&(d(e.results??[]),u(e.indexing))}).catch(()=>{}).finally(()=>{t.signal.aborted||u(!1)})},350);return()=>clearTimeout(t)},[l,n]),(0,i.useEffect)(()=>{g&&setTimeout(()=>k.current?.focus(),0)},[g]);let j=(0,i.useCallback)(()=>{h(!1),x(!1),a(""),d(null)},[]);(0,i.useEffect)(()=>{if(!p&&!g)return;let e=e=>{let t=e.target;y.current?.contains(t)||b.current?.contains(t)||k.current?.closest("[data-mobile-search]")?.contains(t)||j()},t=e=>{"Escape"===e.key&&j()};return document.addEventListener("mousedown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("mousedown",e,!0),document.removeEventListener("keydown",t,!0)}},[p,g,j]);let S=(0,i.useCallback)(t=>{j(),e(t)},[j,e]),C=(e,n)=>(0,r.jsx)("div",{ref:y,className:"glass-top-panel",style:{overflow:"hidden",maxHeight:"min(420px, 60vh)",display:"flex",flexDirection:"column"},children:n?(0,r.jsx)("div",{style:{padding:"10px 14px",fontSize:12,color:"var(--text-muted)"},children:t("search.indexing")}):null===e||0===e.length?(0,r.jsx)("div",{style:{padding:"10px 14px",fontSize:12,color:"var(--text-muted)"},children:l.trim()?t("search.noResults"):t("search.empty")}):(0,r.jsx)("div",{style:{overflowY:"auto"},children:e.map(e=>{let n=e.session,i=n.name||n.firstMessage.slice(0,50)||n.id.slice(0,12);return(0,r.jsxs)("button",{type:"button",onClick:()=>S(n),style:{display:"block",width:"100%",padding:"8px 12px",background:"none",border:"none",borderBottom:"1px solid var(--border)",cursor:"pointer",textAlign:"left"},onMouseEnter:e=>{e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.background="none"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6,minWidth:0},children:[e.titleMatch&&(0,r.jsx)("span",{style:{flexShrink:0,fontSize:9,fontFamily:"var(--font-mono)",color:"var(--accent)",background:"var(--side-selected)",border:"1px solid color-mix(in srgb, var(--accent) 30%, transparent)",borderRadius:3,padding:"0 4px",lineHeight:"15px"},children:t("search.title")}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,fontSize:12,color:"var(--text)",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap",fontWeight:500},children:i}),(0,r.jsx)("span",{style:{flexShrink:0,fontSize:10,color:"var(--text-dim)",fontFamily:"var(--font-mono)"},children:n.cwd.split(/[\\/]/).filter(Boolean).pop()})]}),e.snippet&&(0,r.jsx)("div",{style:{marginTop:3,fontSize:11,color:"var(--text-muted)",lineHeight:1.5,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:function(e){if(!e)return null;let t=e.split(/([\[\]])/g),n=!1;return t.map((e,t)=>"["===e?(n=!0,null):"]"===e?(n=!1,null):e?n?(0,r.jsx)("mark",{style:{background:"color-mix(in srgb, var(--accent) 22%, transparent)",color:"var(--text)",borderRadius:2},children:e},t):(0,r.jsx)("span",{children:e},t):null)}(e.snippet)})]},n.id)})})});return n?(0,r.jsxs)("div",{"data-mobile-search":!0,style:{height:"100%",display:"flex",alignItems:"stretch",position:"relative",flexShrink:0},children:[(0,r.jsx)("button",{type:"button",onClick:()=>x(e=>!e),title:t("search.placeholder"),"aria-label":t("search.placeholder"),"aria-expanded":g,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:"100%",padding:0,background:g?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:g?"var(--text)":"var(--text-muted)",cursor:"pointer"},children:(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"11",cy:"11",r:"7"}),(0,r.jsx)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]})}),g&&(0,o.createPortal)((0,r.jsxs)("div",{style:{position:"fixed",top:0,left:0,right:0,zIndex:480,background:"var(--frame-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",borderBottom:"1px solid var(--border)",boxShadow:"0 10px 28px rgba(0,0,0,0.14)"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6,padding:"8px 10px"},children:[(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"var(--text-muted)",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},children:[(0,r.jsx)("circle",{cx:"11",cy:"11",r:"7"}),(0,r.jsx)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),(0,r.jsx)("input",{ref:k,value:l,onChange:e=>a(e.target.value),placeholder:t("search.placeholder"),style:{width:"100%",height:"100%",padding:"0 8px",border:"none",outline:"none",background:"var(--glass-bg-input)",color:"var(--text)",fontSize:12,flex:1,background:"transparent"}}),(0,r.jsx)("button",{type:"button",onClick:j,style:{flexShrink:0,background:"none",border:"none",color:"var(--text-muted)",cursor:"pointer",fontSize:12,padding:"4px 6px"},children:t("sidebar.cancel")})]}),l.trim()&&C(s,c)]}),document.body)]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{ref:b,onMouseEnter:e=>{p||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{p||(e.currentTarget.style.background="transparent",e.currentTarget.style.color="var(--text-muted)")},style:{position:"relative",height:"100%",display:"flex",alignItems:"center",gap:6,flexShrink:0,width:190,padding:"0 12px",borderRight:"1px solid var(--border)",background:p?"var(--bg-selected)":"transparent",color:p?"var(--text)":"var(--text-muted)",cursor:"text",transition:"background 0.12s, color 0.12s"},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"11",cy:"11",r:"7"}),(0,r.jsx)("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"})]}),(0,r.jsx)("input",{value:l,onChange:e=>{a(e.target.value),d(null)},onFocus:()=>h(!0),placeholder:t("search.placeholder"),style:{flex:1,minWidth:0,height:"100%",padding:0,border:"none",outline:"none",background:"transparent",color:"inherit",fontSize:12}})]}),p&&f&&(0,o.createPortal)((0,r.jsx)("div",{style:{position:"fixed",top:f.top,left:f.left,width:f.width,zIndex:520},children:C(s,c)}),document.body)]})}function ou(e,t,n){let r=Number.isFinite(e)?e:t,i=Math.max(t,n);return Math.round(Math.max(t,Math.min(i,r)))}function op(e,t){try{window.localStorage.setItem(e,String(t))}catch{}}function oh(e){let{ariaLabel:t,cssVariable:n,defaultWidth:r,getDefaultWidth:o,getMaxWidth:l,growthDirection:a,maxWidth:s,minWidth:d,storageKey:c,widthRef:u}=e,p=(0,i.useRef)(null),h=(0,i.useRef)(null),g=(0,i.useRef)(!1),[x,f]=(0,i.useState)(r),[m,v]=(0,i.useState)(!1),[b,y]=(0,i.useState)(!1);(0,i.useEffect)(()=>{y(!0)},[]);let k=(0,i.useCallback)(()=>Math.min(s,Math.max(d,l())),[l,s,d]),w=(0,i.useCallback)(e=>ou(e,d,k()),[k,d]),j=(0,i.useCallback)(e=>{u.current=e,p.current?.style.setProperty(n,`${e}px`)},[n,u]),S=(0,i.useCallback)((e,t={})=>{let{forcePersist:n=!1,persist:r=!0}=t,i=w(e),o=i!==u.current;return j(i),f(i),r&&(o||n)&&op(c,i),i},[j,w,c,u]),C=(0,i.useCallback)(e=>{document.body.style.cursor=e.previousCursor,document.body.style.userSelect=e.previousUserSelect},[]),T=(0,i.useCallback)(e=>{let t=h.current;if(t&&t.pointerId===e){h.current=null,C(t),v(!1),S(u.current,{forcePersist:!0});try{t.target.hasPointerCapture(e)&&t.target.releasePointerCapture(e)}catch{}}},[S,C,u]),M=(0,i.useCallback)(e=>{if("mouse"===e.pointerType&&0!==e.button)return;e.preventDefault(),e.stopPropagation();let t=h.current;t&&T(t.pointerId);let n=e.currentTarget;n.focus({preventScroll:!0}),n.setPointerCapture(e.pointerId),h.current={pointerId:e.pointerId,startX:e.clientX,startWidth:u.current,target:n,previousCursor:document.body.style.cursor,previousUserSelect:document.body.style.userSelect},document.body.style.cursor="col-resize",document.body.style.userSelect="none",v(!0)},[T,u]),R=(0,i.useCallback)(e=>{let t=h.current;if(!t||t.pointerId!==e.pointerId)return;if("mouse"===e.pointerType&&0===e.buttons)return void T(e.pointerId);e.preventDefault();let n="right"===a?1:-1,r=w(t.startWidth+(e.clientX-t.startX)*n);j(r),e.currentTarget.setAttribute("aria-valuenow",String(r)),e.currentTarget.setAttribute("aria-valuetext",`${r} px`)},[j,w,T,a]),L=(0,i.useCallback)(e=>{T(e.pointerId)},[T]),I=(0,i.useCallback)(e=>{T(e.pointerId)},[T]),z=(0,i.useCallback)(e=>{T(e.pointerId)},[T]),E=(0,i.useCallback)(()=>{S(o?.()??r,{forcePersist:!0})},[S,r,o]),W=(0,i.useCallback)(()=>{S(u.current)},[S,u]),$=(0,i.useCallback)(e=>{let t=e.shiftKey?32:12,n="right"===a?"ArrowRight":"ArrowLeft",r="right"===a?"ArrowLeft":"ArrowRight";e.key===n?(e.preventDefault(),S(u.current+t,{forcePersist:!0})):e.key===r?(e.preventDefault(),S(u.current-t,{forcePersist:!0})):"Home"===e.key?(e.preventDefault(),S(d,{forcePersist:!0})):"End"===e.key?(e.preventDefault(),S(k(),{forcePersist:!0})):"Enter"===e.key&&(e.preventDefault(),E())},[S,k,a,d,E,u]);return(0,i.useEffect)(()=>{if(g.current)return;g.current=!0;let e=function(e){try{let t=window.localStorage.getItem(e);if(null===t)return null;let n=Number.parseInt(t,10);return Number.isFinite(n)?n:null}catch{return null}}(c),t=S(e??o?.()??r,{persist:!1});null!==e&&e!==t&&op(c,t)},[S,r,o,c]),(0,i.useEffect)(()=>{if(!g.current)return;S(u.current);let e=()=>{S(u.current)};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[S,u]),(0,i.useEffect)(()=>{if(!m)return;let e=()=>{let e=h.current;e&&T(e.pointerId)},t=()=>{"visible"!==document.visibilityState&&e()};return window.addEventListener("blur",e),document.addEventListener("visibilitychange",t),()=>{window.removeEventListener("blur",e),document.removeEventListener("visibilitychange",t)}},[T,m]),(0,i.useEffect)(()=>()=>{let e=h.current;e&&(h.current=null,C(e))},[C]),{isResizing:m,panelRef:p,reclampWidth:W,resetWidth:E,separatorProps:{"aria-label":t,"aria-orientation":"vertical","aria-valuemax":b?k():s,"aria-valuemin":d,"aria-valuenow":x,"aria-valuetext":`${x} px`,onDoubleClick:E,onKeyDown:$,onLostPointerCapture:z,onPointerCancel:I,onPointerDown:M,onPointerMove:R,onPointerUp:L,role:"separator",tabIndex:0},width:x}}let og="bg-image",ox="wallpaper";function of(){return new Promise((e,t)=>{let n=indexedDB.open("pi-web",1);n.onupgradeneeded=()=>{n.result.objectStoreNames.contains(og)||n.result.createObjectStore(og)},n.onsuccess=()=>e(n.result),n.onerror=()=>t(n.error)})}let om=null,ov=null;function ob(e){om&&URL.revokeObjectURL(om),ov=e?e.type.startsWith("video/")?"video":e.type.startsWith("image/")?"image":null:null,om=e?URL.createObjectURL(e):null;let t=document.documentElement.style;return"image"===ov&&om?t.setProperty("--app-bg-image",`url("${om}")`):t.setProperty("--app-bg-image","none"),{url:om,kind:ov}}async function oy(){try{let e=await of(),t=await new Promise((t,n)=>{let r=e.transaction(og,"readonly").objectStore(og).get(ox);r.onsuccess=()=>t(r.result??null),r.onerror=()=>n(r.error)});if(!t)return{loaded:!1,...ob(null)};return{loaded:!0,...ob(t)}}catch{return{loaded:!1,...ob(null)}}}async function ok(e){let t=await of();await new Promise((n,r)=>{let i=t.transaction(og,"readwrite"),o=i.objectStore(og);e?o.put(e,ox):o.delete(ox),i.oncomplete=()=>n(),i.onerror=()=>r(i.error)})}let ow={repeat:!1,offsetX:0,fill:!1,fillColorLeft:"#000000",fillColorRight:"#000000",bubbleOpacity:44,bubbleBlur:18},oj="wallpaper-settings";async function oS(e){try{let t=await createImageBitmap(e),n=Math.max(1,Math.round(8*t.width/t.height)),r=document.createElement("canvas");r.width=n,r.height=8;let i=r.getContext("2d",{willReadFrequently:!0});if(!i)return null;i.drawImage(t,0,0,n,8);let o=e=>{let t=i.getImageData(e,0,1,8).data,n=0,r=0,o=0;for(let e=0;e<8;e++)n+=t[4*e],r+=t[4*e+1],o+=t[4*e+2];return`rgb(${Math.round(n/8)}, ${Math.round(r/8)}, ${Math.round(o/8)})`},l={left:o(0),right:o(n-1)};return t.close(),l}catch{return null}}let oC=(0,a.default)(()=>Promise.all([n.e(1838),n.e(3888),n.e(3266)]).then(n.bind(n,83266)).then(e=>e.TerminalPanel),{loadableGenerated:{webpack:()=>[83266]},ssr:!1});function oT(){let e,t,n,a,d,c,f,v,b,y=(0,l.useRouter)(),k=(0,l.useSearchParams)(),[w]=(0,i.useState)(()=>{let e;return{requestedCwd:e=k.get("cwd")?.trim()||null,sessionId:e?null:k.get("session")}}),{preference:j,toggleTheme:S}=tf(),{hasBg:C,ready:T,pick:M,remove:R,kind:L,url:I}=function(){let[e,t]=(0,i.useState)(!1),[n,r]=(0,i.useState)(!1),[o,l]=(0,i.useState)(null),[a,s]=(0,i.useState)(null);return(0,i.useEffect)(()=>{let e=!0;return oy().then(n=>{e&&(t(n.loaded),s(n.url),l(n.kind),r(!0))}),()=>{e=!1}},[]),{hasBg:e,ready:n,pick:(0,i.useCallback)(async e=>{await ok(e);let n=ob(e);s(n.url),l(n.kind),t(!0)},[]),remove:(0,i.useCallback)(async()=>{await ok(null),ob(null),s(null),l(null),t(!1)},[]),kind:o,url:a}}(),{settings:z,update:E}=function(e){let[t,n]=(0,i.useState)(ow);return(0,i.useEffect)(()=>{n(function(){try{let e=localStorage.getItem(oj);if(!e)return{...ow};return{...ow,...JSON.parse(e)}}catch{return{...ow}}}())},[]),(0,i.useEffect)(()=>{let n;(n=document.documentElement.style).setProperty("--app-bg-repeat",t.repeat?"repeat-x":"no-repeat"),n.setProperty("--app-bg-size","cover"),n.setProperty("--app-bg-pos-x",`calc(50% + ${Math.round(t.offsetX)}px)`),n.setProperty("--bubble-alpha",String(t.bubbleOpacity/100)),n.setProperty("--glass-blur-bubble",`${Math.round(t.bubbleBlur)}px`),t.fill&&!t.repeat&&e?n.setProperty("--app-bg-fill",`linear-gradient(90deg, ${t.fillColorLeft}, ${t.fillColorLeft} 50%, ${t.fillColorRight} 50%, ${t.fillColorRight})`):n.removeProperty("--app-bg-fill")},[t,e]),{settings:t,update:(0,i.useCallback)(e=>n(t=>{let n={...t,...e};try{localStorage.setItem(oj,JSON.stringify(n))}catch{}return n}),[])}}(C&&"image"===L),[W,$]=(0,i.useState)(!1),P=(0,i.useRef)(null),F=(0,i.useRef)(null),A=(0,i.useRef)(0);A.current=z.offsetX,(0,i.useEffect)(()=>{let e=P.current;if(!e)return;e.muted=!0,e.preload="auto";let t=!1,n=()=>{!t&&e.paused&&e.play().catch(()=>{})};return e.addEventListener("loadeddata",n),e.addEventListener("canplay",n),e.addEventListener("pause",n),n(),()=>{t=!0,e.removeEventListener("loadeddata",n),e.removeEventListener("canplay",n),e.removeEventListener("pause",n)}},[I]),(0,i.useEffect)(()=>{let e=P.current,t=F.current;if(!e||!t||"video"!==L)return;let n=t.getContext("2d");if(!n)return;let r=0,i=()=>{if(r=requestAnimationFrame(i),!e.videoWidth||!e.videoHeight)return;let o=t.clientWidth,l=t.clientHeight,a=window.devicePixelRatio||1;(t.width!==Math.round(o*a)||t.height!==Math.round(l*a))&&(t.width=Math.round(o*a),t.height=Math.round(l*a));let s=Math.max(t.width/e.videoWidth,t.height/e.videoHeight),d=e.videoWidth*s,c=e.videoHeight*s,u=(t.width-d)/2+A.current*a,p=(t.height-c)/2;n.clearRect(0,0,t.width,t.height),n.drawImage(e,u,p,d,c)};return r=requestAnimationFrame(i),()=>cancelAnimationFrame(r)},[I,L]),(0,i.useEffect)(()=>{if(!W)return;let e=document.body.style.userSelect;document.body.style.userSelect="none";let t=e=>{"Escape"===e.key&&$(!1)};return window.addEventListener("keydown",t),()=>{document.body.style.userSelect=e,window.removeEventListener("keydown",t)}},[W]);let B="light"===j?"theme.light":"theme.dark",{locale:N,setLocale:H,t:O,supportedLocales:U}=(0,m.s)(),_=(0,nk.a)();(0,i.useEffect)(()=>{let e=window.visualViewport;if(!e)return;let t=document.documentElement,n=null,r=()=>{let r;n=null,!function({hasFocusedEditable:e,innerHeight:t,viewportHeight:n,viewportScale:r}){let i=.01>Math.abs(r-1);return e&&i&&t-n>1}({hasFocusedEditable:(r=document.activeElement)instanceof HTMLElement&&(r.isContentEditable||"INPUT"===r.tagName||"SELECT"===r.tagName||"TEXTAREA"===r.tagName),innerHeight:window.innerHeight,viewportHeight:e.height,viewportScale:e.scale})?t.style.removeProperty("--app-viewport-height"):t.style.setProperty("--app-viewport-height",`${e.height}px`);let i=0!==window.scrollX||0!==window.scrollY,o=.01>Math.abs(e.scale-1);i&&o&&window.scrollTo(0,0)},i=()=>{null!==n&&window.cancelAnimationFrame(n),n=window.requestAnimationFrame(r)};return i(),e.addEventListener("resize",i),e.addEventListener("scroll",i),window.addEventListener("resize",i),window.addEventListener("focusin",i),window.addEventListener("focusout",i),window.addEventListener("pageshow",i),()=>{e.removeEventListener("resize",i),e.removeEventListener("scroll",i),window.removeEventListener("resize",i),window.removeEventListener("focusin",i),window.removeEventListener("focusout",i),window.removeEventListener("pageshow",i),null!==n&&window.cancelAnimationFrame(n),t.style.removeProperty("--app-viewport-height")}},[]);let{soundEnabled:V,onSoundToggle:q,playDoneSound:K,unlockAudio:J,soundEnabledRef:Y}=function(){let[e,t]=(0,i.useState)(()=>{let e=localStorage.getItem("pi-sound-enabled");return null===e||"true"===e}),n=(0,i.useRef)(e);(0,i.useEffect)(()=>{n.current=e},[e]);let r=(0,i.useRef)(null),o=(0,i.useCallback)(()=>{if(r.current&&"closed"!==r.current.state)return r.current;try{r.current=new AudioContext}catch{return null}return r.current},[]),l=(0,i.useCallback)((e=!1)=>{if(!e&&!n.current)return;let t=o();t&&"suspended"===t.state&&t.resume().catch(()=>{})},[o]);return{soundEnabled:e,onSoundToggle:(0,i.useCallback)(()=>{let e=!n.current;e&&l(!0),n.current=e,localStorage.setItem("pi-sound-enabled",String(e)),t(e)},[l]),playDoneSound:(0,i.useCallback)(()=>{if(!n.current)return;let e=o();if(!e)return;let t=()=>{try{let t;t=e.currentTime,[523.25,659.25].forEach((n,r)=>{let i=e.createOscillator(),o=e.createGain();i.connect(o),o.connect(e.destination),i.type="sine",i.frequency.value=n;let l=t+.18*r;o.gain.setValueAtTime(0,l),o.gain.linearRampToValueAtTime(.18,l+.02),o.gain.exponentialRampToValueAtTime(.001,l+.45),i.start(l),i.stop(l+.45)})}catch{}};"suspended"===e.state?e.resume().then(t).catch(()=>{}):t()},[o]),unlockAudio:l,soundEnabledRef:n}}(),X=(0,i.useRef)(new Set),Z=(0,i.useCallback)(()=>{Y.current&&K()},[K,Y]),[G,Q]=(0,i.useState)(null),[ee,et]=(0,i.useState)(()=>new Set),en=(0,i.useCallback)(e=>{et(t=>t.size===e.size&&[...e].every(e=>t.has(e))?t:e)},[]),[er,ei]=(0,i.useState)(null),[eo,el]=(0,i.useState)("initial"),ea=(0,i.useRef)(null),[es,ed]=(0,i.useState)(()=>w.requestedCwd?"validating":"idle"),[ec,eu]=(0,i.useState)(null),[ep,eg]=(0,i.useState)(0),[ex,ef]=(0,i.useState)(0),[em,ev]=(0,i.useState)(0),[eb,ey]=(0,i.useState)(!1),[ek,ew]=(0,i.useState)(0),[ej,eS]=(0,i.useState)(!1),[eC,eT]=(0,i.useState)(!1),[eM,eR]=(0,i.useState)(null),[eL,eI]=(0,i.useState)(!1),[ez,eE]=(0,i.useState)(!1),[eW,e$]=(0,i.useState)(null),[eP,eD]=(0,i.useState)(!0),[eF,eA]=(0,i.useState)(!1),[eB,eN]=(0,i.useState)("top"),[eH,eO]=(0,i.useState)(null),eU=(0,i.useRef)(null),[e_,eV]=(0,i.useState)(!1),eq=(0,i.useRef)(null),[eK,eJ]=(0,i.useState)(!1),[eY,eX]=(0,i.useState)(!1),[eZ,eG]=(0,i.useState)(!1),eQ=(0,i.useRef)(null),e0=(0,i.useRef)(null),e1=(0,i.useRef)(null),[e2,e4]=(0,i.useState)(null),[e8,e5]=(0,i.useState)(!1),e6=(0,i.useRef)(260),e3=(0,i.useRef)(560),e7=(0,i.useCallback)(()=>ou(.42*window.innerWidth,360,640),[]),e9=(0,i.useCallback)(()=>(function(e){let{viewportWidth:t,rightPanelOpen:n,rightPanelWidth:r}=e;if(t<=640)return 480;let i=t<960;return Math.min(480,t-(i?320:420)-(!i&&n?r:0))})({viewportWidth:window.innerWidth,rightPanelOpen:eK,rightPanelWidth:e3.current}),[eK]),te=(0,i.useCallback)(()=>(function(e){let{viewportWidth:t,sidebarOpen:n,sidebarWidth:r}=e;return t<960?1200:Math.min(1200,t-420-(n?r:0))})({viewportWidth:window.innerWidth,sidebarOpen:eP,sidebarWidth:e6.current}),[eP]),tt=oh({ariaLabel:O("layout.resizeSidebar"),cssVariable:"--sidebar-width",defaultWidth:260,getMaxWidth:e9,growthDirection:"right",maxWidth:480,minWidth:180,storageKey:"pi-sidebar-width",widthRef:e6}),tn=oh({ariaLabel:O("layout.resizeFilePanel"),cssVariable:"--right-panel-width",defaultWidth:560,getDefaultWidth:e7,getMaxWidth:te,growthDirection:"left",maxWidth:1200,minWidth:300,storageKey:"pi-right-panel-width",widthRef:e3}),tr=tt.reclampWidth,ti=tn.reclampWidth;(0,i.useEffect)(()=>{_&&eD(!1)},[_]);let to=(0,i.useCallback)(e=>{let t=e.currentTarget.getBoundingClientRect(),n=t.left;n+264>window.innerWidth-8&&(n=Math.max(8,window.innerWidth-264-8)),e4({left:n,top:t.bottom}),eG(e=>!e)},[]);(0,i.useEffect)(()=>{if(!eZ)return;let e=e=>{eQ.current&&!eQ.current.contains(e.target)&&e1.current&&!e1.current.contains(e.target)&&eG(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[eZ]),(0,i.useEffect)(()=>{e5(!0)},[]),(0,i.useEffect)(()=>{eK&&(tr(),ti())},[ti,tr,eK]);let tl=(0,i.useRef)(null),ta=(0,i.useRef)(null),ts=(0,i.useRef)(null),td=(0,i.useRef)(null),[tc,tu]=(0,i.useState)([]),[tp,th]=(0,i.useState)(null),tg=(0,i.useRef)(null),tx=(0,i.useRef)(null),tv=(0,i.useRef)(!1),tb=(0,i.useCallback)((e,t,n)=>{tu(e),th(t),tg.current=n},[]),ty=(0,i.useCallback)(e=>{tg.current?.(e)},[]),[tk,tw]=(0,i.useState)(null),[tj,tS]=(0,i.useState)(!1),tC=(0,i.useRef)(null),tT=(0,i.useRef)(0),tM=(0,i.useRef)(null),tR=(0,i.useCallback)(e=>{tw(e),tS(!1)},[]),tL=(0,i.useCallback)(e=>{tT.current+=1,tC.current=e,tS(!1)},[]),[tI,tz]=(0,i.useState)(null),[tE,tW]=(0,i.useState)([]),[t$,tP]=(0,i.useState)(!1),[tD,tF]=(0,i.useState)(null),tA=(0,i.useRef)(null),tB=(0,i.useRef)(null),tN=(0,i.useCallback)(e=>{tz(e)},[]),tH=(0,i.useCallback)(e=>{tW(e)},[]),tO=(0,i.useCallback)(async e=>{try{let t=await fetch(`/api/sessions/${encodeURIComponent(e)}/todos`);if(!t.ok)return;let n=await t.json();Array.isArray(n.todos)&&tW(n.todos)}catch{}},[]),[tU,t_]=(0,i.useState)(null),tV=(0,i.useRef)(null),tq=(0,i.useCallback)((e,t)=>{tm(t).then(()=>{tV.current&&clearTimeout(tV.current),t_(e),tV.current=setTimeout(()=>t_(null),1400)})},[]);(0,i.useEffect)(()=>()=>{tV.current&&clearTimeout(tV.current)},[]);let[tK,tJ]=(0,i.useState)(null),tY=(0,i.useCallback)(e=>{tJ(e)},[]),[tX,tZ]=(0,i.useState)(null),[tG,tQ]=(0,i.useState)(null),t0=(0,i.useRef)(null),t1=(0,i.useCallback)((e,t=!1)=>{_&&eD(!1),tP(!1),tZ(t=>t===e?null:e),_&&t&&eX(!0)},[_]),t2=(0,i.useCallback)((e=!1)=>{let t="system"!==tX;if(t1("system",e),!t||tj)return;let n=tC.current;if(!n)return;let r=++tT.current;tS(!0),n().catch(e=>{console.error("Failed to load system prompt:",e)}).finally(()=>{tT.current===r&&tS(!1)})},[tX,tj,t1]),t4=(0,i.useCallback)(()=>{_&&eD(!1),eX(!1),tP(!1),tZ("session")},[_]),t8=(0,i.useCallback)(()=>{_&&eD(!1),eX(!1),tZ(null),!t$&&G?.id&&tO(G.id),tP(e=>!e)},[_,t$,G?.id,tO]);(0,i.useEffect)(()=>{if(!t$||!tA.current)return;let e=()=>{let e=tA.current;if(!e)return;let t=e.getBoundingClientRect();tF({top:t.bottom,right:Math.max(8,Math.round(window.innerWidth-t.right))})};e();let t=new ResizeObserver(e);t.observe(document.documentElement);let n=tA.current.parentElement;for(;n;)t.observe(n),n=n.parentElement;return window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{t.disconnect(),window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[t$]),(0,i.useEffect)(()=>{if(!t$)return;let e=e=>{let t=e.target;tA.current?.contains(t)||tB.current?.contains(t)||tP(!1)},t=e=>{"Escape"===e.key&&tP(!1)};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[t$]),(0,i.useEffect)(()=>{if(!eF)return;let e=()=>{let e="top"===eB?eU.current:document.getElementById("terminal-bottombar-btn");if(!e)return;let t=e.getBoundingClientRect();eO({top:t.top,left:t.left,right:t.right,bottom:t.bottom})};e();let t=new ResizeObserver(e);return t.observe(document.documentElement),window.addEventListener("resize",e),window.addEventListener("scroll",e,!0),()=>{t.disconnect(),window.removeEventListener("resize",e),window.removeEventListener("scroll",e,!0)}},[eF,eB]);let t5=(0,i.useCallback)(e=>{eN(e),eA(t=>e!==eB||!t)},[eB]);(0,i.useEffect)(()=>{if(!tX)return;let e=e=>{let t=e.target;t0.current?.contains(t)||t.closest?.("button[data-top-panel-trigger]")||tZ(null)},t=e=>{"Escape"===e.key&&tZ(null)};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[tX]);let t6=(0,i.useCallback)(()=>{_&&(tZ(null),tP(!1),eX(!1)),eD(e=>!e)},[_]),t3=(0,i.useCallback)(()=>{eD(!1),tZ(null),tP(!1),eX(e=>!e)},[]),t7=(0,i.useCallback)(()=>{_&&(eD(!1),tZ(null),eX(!1)),eJ(e=>!e)},[_]);(0,i.useEffect)(()=>{if(!eY)return;let e=e=>{let t=ts.current;t&&e.composedPath().includes(t)||eX(!1)},t=e=>{"Escape"===e.key&&(e.preventDefault(),e.stopPropagation(),eX(!1))};return document.addEventListener("pointerdown",e,!0),document.addEventListener("keydown",t,!0),()=>{document.removeEventListener("pointerdown",e,!0),document.removeEventListener("keydown",t,!0)}},[eY]),(0,i.useEffect)(()=>{eX(!1)},[_,G?.id,eo]),(0,i.useEffect)(()=>{if(!tX||!ta.current)return;let e=()=>{let e=ta.current.getBoundingClientRect();if("language"===tX&&!_&&td.current){let t=td.current.getBoundingClientRect(),n=Math.min(176,e.width),r=Math.min(t.left-1,Math.max(e.left,e.right-n));tQ({top:e.bottom,left:r,width:n});return}tQ({top:e.bottom,left:e.left,width:e.width})};e();let t=new ResizeObserver(e);return t.observe(ta.current),td.current&&t.observe(td.current),()=>t.disconnect()},[tX,_]);let[t9,ne]=(0,i.useState)([]),[nt,nn]=(0,i.useState)(null),nr=(0,i.useCallback)((e,t,n)=>{ne(r=>(function(e,t,n,r){let i=e.findIndex(e=>e.id===t);if(-1===i||(e[i].viewerRevision??0)!==n)return e;let o=[...e];return o[i]={...o[i],viewerState:r},o})(r,e,t,n))},[]),ni=(0,i.useCallback)((e,t)=>{tl.current?.insertText(no(e,t)),_&&(eJ(!1),eD(!1))},[_]),nl=(0,i.useCallback)(e=>{let t=e.map(e=>no(e,!1)).join("");t&&tl.current?.insertText(t),_&&(eJ(!1),eD(!1))},[_]),na=(0,i.useCallback)((e,t,n)=>{let r,i,o,l;tl.current?.insertText((r=Math.max(1,Math.min(t,n)),i=Math.max(1,Math.max(t,n)),o=e.includes(" ")?`@"${e}"`:`@${e}`,l=r===i?`:${r}`:`:${r}-${i}`,`${o}${l} `)),_&&(eJ(!1),eD(!1))},[_]),ns=w.sessionId,[nd,nc]=(0,i.useState)(null),nu=(0,i.useRef)(null),[np,nh]=(0,i.useState)(()=>!ns),ng=(0,i.useRef)(!1),nx=(0,i.useRef)(0),nf=(0,i.useCallback)(()=>{nx.current+=1},[]);(0,i.useEffect)(()=>{G&&function(e,t,n=p()){if(n)try{let r=h(n);r[e]=t,n.setItem(u,JSON.stringify(r))}catch{}}(G.projectKey??nu.current??x(G),G.id)},[G]),(0,i.useEffect)(()=>{let e=w.requestedCwd;if(!e)return;let t=new AbortController;return ed("validating"),eu(null),fetch("/api/cwd/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e}),signal:t.signal}).then(async t=>{let n=await t.json().catch(()=>({}));if(!t.ok||!n.cwd)throw Error(n.error??`HTTP ${t.status}`);ng.current=!0;let r=`initial:${e}`;el(r),ea.current=`new:${r}:${n.cwd}`,ei(n.cwd),ed("ready")}).catch(e=>{t.signal.aborted||(eu(e instanceof Error?e.message:String(e)),ed("error"))}),()=>t.abort()},[w]);let nm=(0,i.useCallback)(e=>{let t=++nx.current,n=function(e,t=p()){if(!t)return null;try{let n=h(t)[e];return"string"==typeof n&&n.length>0?n:null}catch{return null}}(e);n&&fetch("/api/sessions").then(e=>e.ok?e.json():null).then(r=>{if(t!==nx.current)return;let i=r?.sessions.find(e=>e.id===n);if(!i){r&&g(e);return}x(i)!==e?g(e):(Q(i),ef(e=>e+1),new URLSearchParams(window.location.search).get("session")!==i.id&&y.replace(`?session=${encodeURIComponent(i.id)}`,{scroll:!1}))}).catch(()=>{})},[y]),nv=(0,i.useCallback)((e,t,n)=>{nf();let r=er??nd;if(nc(e),!e)return;let i=n??t??e,o=nu.current??(G?x(G):null);if(nu.current=i,ng.current){ng.current=!1;return}if(r===e&&o!==i||o===i&&(null!==G||r===e))return;let l="function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`;el(l),ea.current=`new:${l}:${e}`,Q(null),ei(t=>t&&t!==e?null:t),ef(e=>e+1),tu([]),th(null),tw(null),tS(!1),tZ(null),o!==i&&(ne([]),nn(null),eJ(!1),tv.current?tv.current=!1:nm(i)),y.replace("/",{scroll:!1})},[nd,nf,er,y,G,nm]),nb=(0,i.useCallback)((e,t=!1)=>{if(nf(),ea.current=null,!t&&G){let t=x(G)===x(e);if(G.id===e.id&&t){_&&eD(!1);return}}ei(null),Q(e),ef(e=>e+1),tw(null),tS(!1),nh(!0),_&&!t&&eD(!1),t&&(ng.current=!0),t||y.replace(`?session=${encodeURIComponent(e.id)}`,{scroll:!1})},[nf,y,_,G]),ny=(0,i.useCallback)(e=>{tv.current=!0,nb(e)},[nb]),nw=(0,i.useCallback)((e,t)=>{nf(),ea.current=`new:${e}:${t}`,el(e),Q(null),ei(t),ef(e=>e+1),tu([]),th(null),tw(null),tS(!1),tZ(null),_&&eD(!1),y.replace("/",{scroll:!1})},[nf,y,_]),nj=(0,i.useCallback)((e,t)=>{let n=G?.cwd??er??nd;n&&(tx.current={taskId:e,projectKey:t},nw(`task-${Date.now()}`,n))},[G?.cwd,er,nd,nw]);!function(e){let{onNewSession:t,activeCwd:n}=e;(0,i.useEffect)(()=>{let e=e=>{if("Escape"===e.key){if(!s)return;let t=e.target?.tagName;if("TEXTAREA"===t||"INPUT"===t)return;e.preventDefault(),s();return}if("n"===e.key&&e.ctrlKey&&e.altKey){if(!n||!t)return;e.preventDefault(),t(n)}};return window.addEventListener("keydown",e),()=>window.removeEventListener("keydown",e)},[n,t])}({onNewSession:e=>nw(`kb-${Date.now()}`,e),activeCwd:nd});let nS=(0,i.useCallback)(e=>{fetch("/api/sessions",{cache:"no-store"}).then(e=>e.ok?e.json():null).then(t=>{let n=t?.sessions.find(t=>t.id===e);n&&Q(t=>t?.id===e?{...t,...n,transient:n.transient??!1}:t)}).catch(()=>{})},[]),nC=(0,i.useCallback)((e,t)=>{eg(e=>e+1),ea.current===t&&(nf(),ea.current=null,ei(null),Q(e),nS(e.id),y.replace(`?session=${encodeURIComponent(e.id)}`,{scroll:!1}),tx.current=null)},[nf,y,nS]),nT=(0,i.useCallback)(({targetSession:e,title:t,body:n,tag:r})=>{if(!("Notification"in window))return;let i=()=>{ro({title:t,body:n,sessionUrl:e?`/?session=${encodeURIComponent(e.id)}`:"/",tag:r,onClick:()=>{window.focus(),e&&nb(e)}})};"granted"===Notification.permission?i():"default"===Notification.permission&&Notification.requestPermission().then(e=>{"granted"===e&&i()})},[nb]),nM=(0,i.useCallback)(()=>{eg(e=>e+1),ev(e=>e+1),G&&nS(G.id),rr()&&nT({targetSession:G,title:G?.name??O("i18n.sessionComplete"),body:O("i18n.taskFinished")})},[nT,nS,G,O]),nR=(0,i.useCallback)(e=>{var t;rr()&&(t=X.current,!(!ri(e)||t.has(e.id))&&(t.add(e.id),1)&&nT({targetSession:G,title:O("i18n.attentionNeeded"),body:"custom"===e.method?O("i18n.extensionInputNeeded"):e.title,tag:`pi-extension-ui:${e.id}`}))},[nT,G,O]);(0,i.useEffect)(()=>{tP(!1);let e=G?.id;e&&tO(e)},[G?.id,tO]);let nL=!!(G?.id&&ee.has(G.id));(0,i.useEffect)(()=>{let e,t=G?.id;if(!t||!nL)return;let n=!1,r=async()=>{await tO(t),n||(e=setTimeout(r,6e3))};return r(),()=>{n=!0,e&&clearTimeout(e)}},[G?.id,nL,tO]);let nI=(0,i.useCallback)(()=>{ev(e=>e+1)},[]),nz=(0,i.useCallback)(e=>{nf(),ea.current=null,eg(e=>e+1),ef(e=>e+1),ei(null),Q(t=>({...t??{path:"",cwd:"",created:"",modified:"",messageCount:0,firstMessage:""},id:e,transient:!1})),nS(e),y.replace(`?session=${encodeURIComponent(e)}`,{scroll:!1})},[nf,y,nS]),nE=(0,i.useCallback)(()=>{nh(!0)},[]),nW=(0,i.useCallback)(e=>{if(nf(),eg(e=>e+1),G?.id===e){let e=G.cwd,t="function"==typeof crypto.randomUUID?crypto.randomUUID():`${Date.now().toString(36)}-${Math.random().toString(36).slice(2)}`;el(t),ea.current=e?`new:${t}:${e}`:null,Q(null),ei(e??null),ef(e=>e+1),tu([]),th(null),tw(null),tS(!1),tZ(null),y.replace("/",{scroll:!1})}},[nf,G,y]),n$=(0,i.useCallback)((e,t,n)=>{let r=n?.sourceSessionId,i=n?.modeHint,o=`file:${e}`;ne(n=>(function(e,t){let n=e.find(e=>e.id===t.tabId);if(!n)return[...e,{id:t.tabId,label:t.fileName,filePath:t.filePath,sourceSessionId:t.sourceSessionId,initialDisplayMode:t.modeHint,viewerState:t.modeHint?{displayMode:t.modeHint,wrapLines:!1,scrollTop:0,scrollLeft:0}:void 0,viewerRevision:0}];let r=!!(t.sourceSessionId&&n.sourceSessionId!==t.sourceSessionId);return r||t.modeHint?e.map(e=>{if(e.id!==t.tabId)return e;let n={...e};return r&&(n.sourceSessionId=t.sourceSessionId),t.modeHint?(n.initialDisplayMode=t.modeHint,n.viewerState={displayMode:t.modeHint,wrapLines:e.viewerState?.wrapLines??!1,scrollTop:0,scrollLeft:0},n.viewerRevision=(e.viewerRevision??0)+1):r&&(n.viewerRevision=(e.viewerRevision??0)+1),n}):e})(n,{fileName:t,filePath:e,modeHint:i,sourceSessionId:r,tabId:o})),nn(o),eJ(!0),_&&eD(!1)},[_]),nP=(0,i.useCallback)(e=>{n$(e,D(e),{sourceSessionId:G?.id??null})},[n$,G?.id]),nD=(0,i.useCallback)(e=>{ne(t=>{let n=t.filter(t=>t.id!==e);return 0===n.length&&eJ(!1),n}),nn(t=>{if(t!==e)return t;let n=t9.filter(t=>t.id!==e);return n.length>0?n[n.length-1].id:null})},[t9]),nF=(0,i.useCallback)(()=>{G&&window.open(`/api/sessions/${encodeURIComponent(G.id)}/export?inline=1`,"_blank","noopener,noreferrer")},[G]),nA=er??(null===G&&nd?nd:null),nB=null===G&&nA?`new:${eo}:${nA}`:null;(0,i.useLayoutEffect)(()=>{ea.current=nB},[nB]);let nN=null!==G||null!==nA,nH=G?.cwd??nA,nO=np&&!nN;(0,i.useEffect)(()=>{if(eR(null),eI(!1),e$(null),!nH)return;let e=new AbortController;return fetch(`/api/project-trust?cwd=${encodeURIComponent(nH)}`,{signal:e.signal}).then(async e=>{let t=await e.json();if(!e.ok||t.error)throw Error(t.error??`HTTP ${e.status}`);eR(t)}).catch(e=>{e instanceof DOMException&&"AbortError"===e.name||console.error("Failed to load project trust:",e)}),()=>e.abort()},[nH]);let nU=(0,i.useCallback)(async()=>{if(nH&&!ez){eE(!0),e$(null);try{let e=await fetch("/api/project-trust",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:nH})}),t=await e.json();if(!e.ok||t.error)throw Error(t.error??`HTTP ${e.status}`);eR(t),eI(!1),ew(e=>e+1),ef(e=>e+1)}catch(e){e$(e instanceof Error?e.message:String(e))}finally{eE(!1)}}},[ez,nH]),n_=t9.find(e=>e.id===nt)??null,nV=nd?D(nd)||nd:null,nq=nV?`${nV} - Pi Web`:"Pi Web";(0,i.useEffect)(()=>{let e=()=>{document.title!==nq&&(document.title=nq)};e();let t=new MutationObserver(e);return t.observe(document.head,{childList:!0,subtree:!0,characterData:!0}),()=>t.disconnect()},[nq]);let nK=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(eh,{selectedSessionId:G?.id??null,onSelectSession:nb,onNewSession:nw,initialSessionId:ns,skipInitialProjectSelection:null!==w.requestedCwd,onInitialRestoreDone:nE,refreshKey:ep,onSessionDeleted:nW,selectedCwd:G?.cwd??er??null,onCwdChange:nv,onOpenFile:n$,explorerRefreshKey:em,onExplorerRefresh:nI,onAtMention:ni,onAtMentions:nl,onBackgroundTaskDone:Z,onRunningSessionIdsChange:en,onNewSessionFromTask:nj}),(0,r.jsx)("div",{style:{padding:"8px",flexShrink:0,display:"flex",justifyContent:"space-between",gap:4},children:[{label:O("common.models"),onClick:()=>ey(!0),disabled:!1,icon:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2"}),(0,r.jsx)("rect",{x:"9",y:"9",width:"6",height:"6"}),(0,r.jsx)("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),(0,r.jsx)("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),(0,r.jsx)("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),(0,r.jsx)("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),(0,r.jsx)("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),(0,r.jsx)("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),(0,r.jsx)("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),(0,r.jsx)("line",{x1:"1",y1:"14",x2:"4",y2:"14"})]})},{label:O("common.skills"),onClick:()=>eS(!0),disabled:!nd&&!G?.cwd&&!er,icon:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,r.jsx)("path",{d:"M2 17l10 5 10-5"}),(0,r.jsx)("path",{d:"M2 12l10 5 10-5"})]})},{label:O("common.plugins"),onClick:()=>eT(!0),disabled:!nd&&!G?.cwd&&!er,icon:(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("path",{d:"M9 7V2"}),(0,r.jsx)("path",{d:"M15 7V2"}),(0,r.jsx)("path",{d:"M6 13V8a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v5a6 6 0 0 1-12 0Z"}),(0,r.jsx)("path",{d:"M12 19v3"})]})}].map(({label:e,onClick:t,disabled:n,icon:i})=>(0,r.jsxs)("button",{onClick:t,disabled:n,title:e,style:{flex:1,display:"flex",alignItems:"center",justifyContent:"center",gap:6,height:32,padding:0,background:"none",border:"none",borderRadius:9,color:"var(--text-muted)",cursor:n?"default":"pointer",fontSize:12,opacity:n?.35:1,transition:"background 0.12s, color 0.12s"},onMouseEnter:e=>{n||(e.currentTarget.style.background="var(--bg-hover)",e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.background="none",e.currentTarget.style.color="var(--text-muted)"},children:[i,e]},e))})]}),nJ=e=>(0,r.jsx)("button",{type:"button",onClick:t=>{let n=t.currentTarget.getBoundingClientRect();S({x:n.left+n.width/2,y:n.top+n.height/2}),e&&eX(!0)},title:O(B),"aria-label":O(B),style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"none",border:"none",borderRight:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},"data-mobile-toolbar-action":e?"theme":void 0,children:"light"===j?(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,r.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,r.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,r.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,r.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,r.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,r.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,r.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,r.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}):"dark"===j?(0,r.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}):(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2"}),(0,r.jsx)("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),(0,r.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]})}),nY=e=>(0,r.jsx)("button",{ref:e1,type:"button",onClick:t=>{to(t),e&&eX(!0)},title:O("bg.title"),"aria-label":O("bg.title"),"aria-haspopup":"menu","aria-expanded":eZ,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:eZ?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},"data-mobile-toolbar-action":e?"bg":void 0,children:(0,r.jsxs)("span",{style:{position:"relative",display:"inline-flex"},children:[(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),(0,r.jsx)("path",{d:"M21 15l-5-5L5 21"})]}),C&&(0,r.jsx)("span",{"aria-label":O("bg.title"),title:O("bg.title"),style:{position:"absolute",top:-2,right:-2,width:7,height:7,borderRadius:"50%",background:"var(--accent)",boxShadow:"0 0 0 2px var(--bg-panel)"}})]})}),nX=e=>(0,r.jsx)("button",{ref:td,type:"button","data-top-panel-trigger":!0,onClick:()=>t1("language",e),title:O("common.language"),"aria-label":O("common.language"),"aria-haspopup":"menu","aria-expanded":"language"===tX,"aria-pressed":"language"===tX,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"language"===tX?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:"language"===tX?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="language"===tX?"var(--text)":"var(--text-muted)"},"data-mobile-toolbar-action":e?"language":void 0,children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"m5 8 6 6"}),(0,r.jsx)("path",{d:"m4 14 6-6 2-3"}),(0,r.jsx)("path",{d:"M2 5h12"}),(0,r.jsx)("path",{d:"M7 2h1"}),(0,r.jsx)("path",{d:"m22 22-5-10-5 10"}),(0,r.jsx)("path",{d:"M14 18h6"})]})}),nZ=e=>nN&&eM?.requiresTrust&&!eM.trusted?(0,r.jsxs)("button",{type:"button",onClick:()=>{e$(null),eI(!0)},title:O("trust.resourcesNotLoaded"),"aria-label":O("trust.resourcesNotLoaded"),style:{display:"flex",alignItems:"center",justifyContent:e?"flex-start":"center",gap:6,width:e?"100%":void 0,minHeight:e?32:void 0,height:e?void 0:"100%",padding:e?"6px 12px":"0 12px",background:e?"color-mix(in srgb, #d97706 8%, var(--bg-panel))":"none",border:"none",borderRight:e?"none":"1px solid var(--border)",borderBottom:e?"1px solid var(--border)":"none",color:"#d97706",cursor:"pointer",flexShrink:0,fontSize:11,lineHeight:1.35,textAlign:"left"},"data-mobile-trust-banner":e?"true":void 0,children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",style:{flexShrink:0},children:[(0,r.jsx)("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z"}),(0,r.jsx)("path",{d:"M12 8v4"}),(0,r.jsx)("path",{d:"M12 16h.01"})]}),(0,r.jsx)("span",{children:O("trust.resourcesNotLoaded")})]}):null,nG=e=>e||nN?(0,r.jsxs)("div",{style:{display:"flex",alignItems:"stretch",height:"100%"},children:[(0,r.jsxs)("button",{type:"button",onClick:()=>{nF(),e&&eX(!0)},disabled:!G,title:G?O("history.full"):O("history.unsaved"),"aria-label":O("history.full"),style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,width:e?36:void 0,height:"100%",padding:e?0:"0 12px",background:"none",border:"none",borderTop:"2px solid transparent",borderRight:"1px solid var(--border)",color:G?"var(--text-muted)":"var(--text-dim)",cursor:G?"pointer":"not-allowed",opacity:G?1:.45,flexShrink:0,fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s, opacity 0.1s"},onMouseEnter:e=>{G&&(e.currentTarget.style.color="var(--text)",e.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:e=>{e.currentTarget.style.color=G?"var(--text-muted)":"var(--text-dim)",e.currentTarget.style.background="none"},"data-mobile-toolbar-action":e?"history":void 0,children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:G?"var(--text-muted)":"var(--text-dim)",flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M3 12a9 9 0 1 0 3-6.7L3 8"}),(0,r.jsx)("path",{d:"M3 3v5h5"}),(0,r.jsx)("path",{d:"M12 7v5l3 2"})]}),!e&&(0,r.jsx)("span",{children:O("history.label")})]}),e?(0,r.jsx)("button",{type:"button","data-top-panel-trigger":!0,onClick:()=>t1("branches",!0),title:O("i18n.branches"),"aria-label":O("i18n.branches"),"aria-pressed":"branches"===tX,style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:"100%",padding:0,background:"branches"===tX?"var(--bg-selected)":"none",border:"none",borderTop:"branches"===tX?"2px solid var(--accent)":"2px solid transparent",borderRight:"1px solid var(--border)",color:"branches"===tX?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0},"data-mobile-toolbar-action":"branches",children:(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:tc.length>0?"var(--accent)":"var(--text-dim)"},"aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"18",r:"3"}),(0,r.jsx)("path",{d:"M18 9a9 9 0 0 1-9 9"})]})}):(0,r.jsx)(od,{tree:tc,activeLeafId:tp,onLeafChange:ty,inline:!0,containerRef:ta,open:"branches"===tX,onToggle:()=>t1("branches"),hasSession:!0}),(0,r.jsxs)("button",{ref:tM,type:"button","data-top-panel-trigger":!0,onClick:()=>t2(e),disabled:e&&!nN,title:O("system.prompt"),"aria-label":O("system.prompt"),"aria-pressed":"system"===tX,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,width:e?36:void 0,height:"100%",padding:e?0:"0 12px",background:"system"===tX?"var(--bg-selected)":"none",border:"none",borderTop:"system"===tX?"2px solid var(--accent)":"2px solid transparent",borderRight:"1px solid var(--border)",cursor:e&&!nN?"not-allowed":"pointer",color:"system"===tX?"var(--text)":"var(--text-muted)",opacity:e&&!nN?.45:1,fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s"},onMouseEnter:t=>{(!e||nN)&&(t.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color="system"===tX?"var(--text)":"var(--text-muted)"},"data-mobile-toolbar-action":e?"system":void 0,children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",style:{color:tk?"var(--accent)":"var(--text-dim)",flexShrink:0},"aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),(0,r.jsx)("polyline",{points:"14 2 14 8 20 8"}),(0,r.jsx)("line",{x1:"8",y1:"13",x2:"16",y2:"13"}),(0,r.jsx)("line",{x1:"8",y1:"17",x2:"13",y2:"17"})]}),!e&&(0,r.jsx)("span",{children:O("system.label")})]}),!e&&n1(),!e&&n2(),e&&nJ(!0),e&&nX(!0),e&&nY(!0)]}):null,nQ=e=>{if(!e&&(!nN||!tI&&!tK))return null;let t=tI?.tokens,n=tI?.cost??0,i=e=>e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(0)}k`:String(e),o=n>0?n>=.01?`$${n.toFixed(2)}`:"<$0.01":null,l="var(--text-muted)",a=null,s=null;if(tK?.contextWindow){let e=tK.percent;null!==e&&e>90?l="#ef4444":null!==e&&e>70&&(l="rgba(234,179,8,0.95)"),a=null!==e?`${e.toFixed(0)}% / ${i(tK.contextWindow)}`:`? / ${i(tK.contextWindow)}`,s=null!==e?`${e.toFixed(0)}%`:null}let d=[];if(t&&(d.push(`in: ${t.input.toLocaleString(N)}`),d.push(`out: ${t.output.toLocaleString(N)}`),d.push(`cache read: ${t.cacheRead.toLocaleString(N)}`),d.push(`cache write: ${t.cacheWrite.toLocaleString(N)}`),n>0&&d.push(`cost: $${n.toFixed(4)}`)),tK?.contextWindow){let e=tK.percent;d.push(`context: ${null!==e?e.toFixed(1)+"%":"unknown"} of ${tK.contextWindow.toLocaleString()} tokens`)}let c=d.join(" | "),u=e&&eY,p=!!(t&&(t.input>0||t.output>0)||o||s);return(0,r.jsx)("button",{type:"button","data-top-panel-trigger":!0,onClick:()=>t1("session"),disabled:!nN||u,tabIndex:u?-1:void 0,title:c||O("session.title"),"aria-label":O("session.title"),"aria-pressed":"session"===tX,"aria-hidden":!!u||void 0,className:e?"mobile-session-stats":void 0,"data-mobile-toolbar-stats":e?"true":void 0,style:{marginLeft:e?0:"auto",display:"flex",alignItems:"center",justifyContent:"flex-end",flex:e?1:void 0,minWidth:0,gap:e?7:10,paddingLeft:e?6:12,paddingRight:e?6:12,height:"100%",overflow:"hidden",visibility:u?"hidden":"visible",pointerEvents:u?"none":"auto",background:"session"===tX?"var(--bg-selected)":"none",border:"none",borderTop:"session"===tX?"2px solid var(--accent)":"2px solid transparent",fontSize:11,color:"var(--text-muted)",whiteSpace:"nowrap",cursor:nN?"pointer":"default",fontVariantNumeric:"tabular-nums",transition:"color 0.1s, background 0.1s"},onMouseEnter:e=>{nN&&!u&&(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color="session"===tX?"var(--text)":"var(--text-muted)"},children:e?(0,r.jsxs)(r.Fragment,{children:[t&&t.input>0&&(0,r.jsxs)("span",{className:"mobile-session-stat-io",style:{display:"flex",alignItems:"center",gap:2,flexShrink:0},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"8.5",x2:"5",y2:"1.5"}),(0,r.jsx)("polyline",{points:"2 4 5 1.5 8 4"})]}),i(t.input)]}),t&&t.output>0&&(0,r.jsxs)("span",{className:"mobile-session-stat-io",style:{display:"flex",alignItems:"center",gap:2,flexShrink:0},children:[(0,r.jsxs)("svg",{width:"10",height:"10",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"1.5",x2:"5",y2:"8.5"}),(0,r.jsx)("polyline",{points:"2 6 5 8.5 8 6"})]}),i(t.output)]}),o&&(0,r.jsx)("span",{className:"mobile-session-stat-cost",style:{color:"var(--text)",fontWeight:500,flexShrink:0},children:o}),s&&(0,r.jsx)("span",{style:{color:l,flexShrink:0},children:s}),!p&&nN&&(0,r.jsx)("span",{style:{overflow:"hidden",textOverflow:"ellipsis",color:"var(--text-dim)"},children:O("session.title")})]}):(0,r.jsxs)(r.Fragment,{children:[t&&t.input>0&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"8.5",x2:"5",y2:"1.5"}),(0,r.jsx)("polyline",{points:"2 4 5 1.5 8 4"})]}),i(t.input)]}),t&&t.output>0&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"1.5",x2:"5",y2:"8.5"}),(0,r.jsx)("polyline",{points:"2 6 5 8.5 8 6"})]}),i(t.output)]}),t&&t.cacheRead>0&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M8.5 5a3.5 3.5 0 1 1-1-2.45"}),(0,r.jsx)("polyline",{points:"6.5 1.5 8.5 2.5 7.5 4.5"})]}),i(t.cacheRead)]}),o&&(0,r.jsx)("span",{style:{display:"flex",alignItems:"center",color:"var(--text)",fontWeight:500},children:o}),a&&(0,r.jsxs)("span",{style:{display:"flex",alignItems:"center",gap:4,color:l},children:[(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 10 10",fill:"none",stroke:"currentColor",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M1 9 L1 5 Q1 1 5 1 Q9 1 9 5 L9 9"}),(0,r.jsx)("line",{x1:"1",y1:"9",x2:"9",y2:"9"})]}),a]})]})})},n0=e=>{if(0===tE.length)return null;let t=tE.filter(e=>"completed"!==e.status).length,n=t$&&!e;return(0,r.jsxs)("button",{type:"button",ref:tA,onClick:t8,title:O("todo.title"),"aria-label":O("todo.title"),"aria-expanded":t$,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:6,height:"100%",padding:e?"0 8px":"0 12px",background:n?"var(--bg-selected)":"none",border:"none",borderTop:n?"2px solid var(--accent)":"2px solid transparent",borderLeft:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",fontSize:11,whiteSpace:"nowrap",transition:"color 0.1s, background 0.1s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color=n?"var(--text)":"var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"4",width:"18",height:"16",rx:"3"}),(0,r.jsx)("path",{d:"M8 9h8M8 13h5"})]}),(0,r.jsx)("span",{children:t>0?t:"✓"})]})},n1=()=>{let e=eF&&"top"===eB;return(0,r.jsxs)("button",{type:"button",id:"terminal-topbar-btn",ref:eU,onClick:()=>t5("top"),title:O("terminal.title"),"aria-label":O("terminal.title"),"aria-expanded":e,style:{display:"flex",alignItems:"center",justifyContent:"center",width:"auto",height:"100%",padding:"0 10px",gap:5,background:e?"var(--bg-selected)":"none",border:"none",borderTop:e?"2px solid var(--accent)":"2px solid transparent",borderLeft:"1px solid var(--border)",color:e?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s",fontSize:11,whiteSpace:"nowrap"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:t=>{t.currentTarget.style.color=e?"var(--text)":"var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"4 17 10 11 4 5"}),(0,r.jsx)("line",{x1:"12",y1:"19",x2:"20",y2:"19"})]}),(0,r.jsx)("span",{children:O("terminal.title")})]})},n2=()=>(0,r.jsxs)("button",{type:"button",id:"mcp-topbar-btn",ref:eq,onClick:()=>eV(e=>!e),title:"MCP","aria-label":"MCP","aria-expanded":e_,style:{display:"flex",alignItems:"center",justifyContent:"center",width:"auto",height:"100%",padding:"0 10px",gap:5,background:e_?"var(--bg-selected)":"none",border:"none",borderTop:e_?"2px solid var(--accent)":"2px solid transparent",borderLeft:"1px solid var(--border)",color:e_?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s",fontSize:11,whiteSpace:"nowrap"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color=e_?"var(--text)":"var(--text-muted)"},children:[(0,r.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3"}),(0,r.jsx)("path",{d:"M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M19.1 4.9L17 7M7 17l-2.1 2.1"})]}),(0,r.jsx)("span",{children:"MCP"})]}),n4=e=>{let t=e&&eY;return(0,r.jsx)("button",{type:"button",onClick:t7,disabled:t,tabIndex:t?-1:void 0,"aria-controls":"file-panel","aria-expanded":eK,"aria-hidden":!!t||void 0,title:eK?O("files.hidePanel"):O("files.showPanel"),"aria-label":eK?O("files.hidePanel"):O("files.showPanel"),"data-mobile-toolbar-file":e?"true":void 0,style:{marginLeft:e||tI||tK?0:"auto",display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,visibility:t?"hidden":"visible",pointerEvents:t?"none":"auto",background:eK?"var(--bg-selected)":"none",border:"none",borderLeft:"1px solid var(--border)",color:eK?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s"},onMouseEnter:e=>{t||(e.currentTarget.style.color="var(--text)")},onMouseLeave:e=>{e.currentTarget.style.color=eK?"var(--text)":"var(--text-muted)"},children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("line",{x1:"15",y1:"3",x2:"15",y2:"21"})]})})},n8=(0,i.useMemo)(()=>{if(G){let e=G.projectRoot??G.cwd,t=e.split(/[\\/]/).filter(Boolean).pop()??e;return G.worktreeBranch?`${t}\xb7${G.worktreeBranch}`:t}return nA?nA.split(/[\\/]/).filter(Boolean).pop()??nA:null},[G,nA]);return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("style",{children:`
|
|
5
|
-
@keyframes session-info-pop {
|
|
6
|
-
0% {
|
|
7
|
-
opacity: 0;
|
|
8
|
-
transform: translateY(-24px);
|
|
9
|
-
filter: blur(6px);
|
|
10
|
-
box-shadow: 0 2px 8px rgba(0,0,0,0);
|
|
11
|
-
}
|
|
12
|
-
55% {
|
|
13
|
-
opacity: 1;
|
|
14
|
-
transform: translateY(0);
|
|
15
|
-
filter: blur(0);
|
|
16
|
-
background: color-mix(in srgb, var(--accent) 8%, var(--bg-panel));
|
|
17
|
-
box-shadow: 0 18px 44px rgba(37,99,235,0.16);
|
|
18
|
-
}
|
|
19
|
-
100% {
|
|
20
|
-
opacity: 1;
|
|
21
|
-
transform: translateY(0);
|
|
22
|
-
filter: blur(0);
|
|
23
|
-
background: var(--bg-panel);
|
|
24
|
-
box-shadow: 0 10px 28px rgba(0,0,0,0.10);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
@keyframes session-info-light-wash {
|
|
28
|
-
0% {
|
|
29
|
-
opacity: 0;
|
|
30
|
-
transform: translateX(-110%) skewX(-16deg);
|
|
31
|
-
}
|
|
32
|
-
24% {
|
|
33
|
-
opacity: 0.42;
|
|
34
|
-
}
|
|
35
|
-
100% {
|
|
36
|
-
opacity: 0;
|
|
37
|
-
transform: translateX(115%) skewX(-16deg);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
.session-info-popover {
|
|
41
|
-
position: relative;
|
|
42
|
-
overflow: hidden;
|
|
43
|
-
transform-origin: top right;
|
|
44
|
-
animation: session-info-pop 360ms ease-out both;
|
|
45
|
-
/* 不设 will-change:会压住 glass-top-panel 的 backdrop-filter,
|
|
46
|
-
导致浏览器在合成层不渲染毛玻璃模糊(此前会话信息面板 blur 失效)。
|
|
47
|
-
动画很短,去掉优化提示无感知损失。 */
|
|
48
|
-
}
|
|
49
|
-
.session-info-popover::after {
|
|
50
|
-
content: "";
|
|
51
|
-
position: absolute;
|
|
52
|
-
top: 0;
|
|
53
|
-
bottom: 0;
|
|
54
|
-
left: 0;
|
|
55
|
-
width: 44%;
|
|
56
|
-
pointer-events: none;
|
|
57
|
-
background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 24%, transparent), transparent);
|
|
58
|
-
animation: session-info-light-wash 620ms ease-out both;
|
|
59
|
-
}
|
|
60
|
-
@media (prefers-reduced-motion: reduce) {
|
|
61
|
-
.session-info-popover,
|
|
62
|
-
.session-info-popover::after {
|
|
63
|
-
animation: none;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
.mobile-session-stats {
|
|
67
|
-
container-type: inline-size;
|
|
68
|
-
}
|
|
69
|
-
@container (max-width: 158px) {
|
|
70
|
-
.mobile-session-stat-io {
|
|
71
|
-
display: none !important;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
@container (max-width: 88px) {
|
|
75
|
-
.mobile-session-stat-cost {
|
|
76
|
-
display: none !important;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
@media (max-width: 640px) {
|
|
80
|
-
.sidebar-overlay-backdrop.sidebar-mobile-pending {
|
|
81
|
-
opacity: 0 !important;
|
|
82
|
-
pointer-events: none !important;
|
|
83
|
-
}
|
|
84
|
-
.sidebar-container.sidebar-mobile-pending.sidebar-open {
|
|
85
|
-
transform: translateX(calc(-100% - env(safe-area-inset-left)));
|
|
86
|
-
box-shadow: none;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
`}),(0,r.jsxs)("div",{style:{display:"flex",width:"100%",height:"var(--app-viewport-height, 100dvh)",paddingLeft:"env(safe-area-inset-left)",paddingRight:"env(safe-area-inset-right)",overflow:"hidden",background:"transparent"},children:[eZ&&e2&&(0,r.jsxs)("div",{ref:eQ,role:"menu","aria-label":O("bg.title"),className:"glass-top-panel",style:{position:"fixed",top:e2.top,left:e2.left,zIndex:600,width:264,padding:12,fontFamily:"inherit"},children:[(0,r.jsx)("div",{style:{fontSize:12,fontWeight:700,color:"var(--text)",letterSpacing:0,marginBottom:10},children:O("bg.title")}),(0,r.jsx)("input",{ref:e0,type:"file",accept:"image/*,video/mp4,video/webm",style:{display:"none"},onChange:async e=>{let t=e.target.files?.[0];t&&(await M(t),E({offsetX:0})),e.target.value=""}}),(0,r.jsxs)("button",{type:"button",onClick:()=>e0.current?.click(),disabled:!T,style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",background:"var(--accent)",color:"#fff",border:"none",borderRadius:8,fontSize:13,fontWeight:600,cursor:"pointer",transition:"opacity 0.12s"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),(0,r.jsx)("polyline",{points:"17 8 12 3 7 8"}),(0,r.jsx)("line",{x1:"12",y1:"3",x2:"12",y2:"15"})]}),C?O("bg.replace"):O("bg.choose")]}),C&&(0,r.jsxs)("button",{type:"button",onClick:async()=>{await R(),eG(!1)},style:{display:"flex",alignItems:"center",gap:7,width:"100%",padding:"8px 10px",marginTop:6,background:"rgba(239,68,68,0.08)",color:"#dc2626",border:"1px solid rgba(239,68,68,0.25)",borderRadius:8,fontSize:13,cursor:"pointer",transition:"background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.background="rgba(239,68,68,0.14)"},onMouseLeave:e=>{e.currentTarget.style.background="rgba(239,68,68,0.08)"},children:[(0,r.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,r.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]}),O("bg.remove")]}),C&&(0,r.jsxs)("div",{style:{marginTop:8,display:"flex",flexDirection:"column",gap:4},children:["image"===L&&(0,r.jsxs)("button",{type:"button",role:"menuitemcheckbox","aria-checked":z.repeat,onClick:()=>E({repeat:!z.repeat}),style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:z.repeat?"var(--bg-selected)":"transparent",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:"pointer",textAlign:"left",transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",color:"var(--accent)"},children:z.repeat?"✓":""}),O("bg.repeat")]}),"image"===L&&!z.repeat&&(0,r.jsxs)("button",{type:"button",role:"menuitemcheckbox","aria-checked":z.fill,onClick:async()=>{let e=!z.fill;if(e&&I)try{let t=await (await fetch(I)).blob(),n=await oS(t);if(n)return void E({fill:e,fillColorLeft:n.left,fillColorRight:n.right})}catch{}E({fill:e})},disabled:!T,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:z.fill?"var(--bg-selected)":"transparent",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:"pointer",textAlign:"left",transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",color:"var(--accent)"},children:z.fill?"✓":""}),O("bg.fill")]}),(0,r.jsxs)("button",{type:"button",onClick:()=>$(!0),style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:"transparent",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:"pointer",textAlign:"left",transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center"},children:"↔"}),O("bg.adjust")]}),(0,r.jsxs)("button",{type:"button",onClick:()=>E({offsetX:0}),disabled:0===z.offsetX,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:(z.offsetX,"transparent"),color:0===z.offsetX?"var(--text-dim)":"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:0===z.offsetX?"default":"pointer",textAlign:"left",opacity:0===z.offsetX?.55:1,transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center"},children:"↺"}),O("bg.reset")]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",fontSize:12},children:"◐"}),(0,r.jsx)("span",{style:{flexShrink:0},children:O("bg.bubbleOpacity")}),(0,r.jsx)("input",{type:"range",min:0,max:100,value:z.bubbleOpacity,onChange:e=>E({bubbleOpacity:Number(e.target.value)}),style:{flex:1,minWidth:0,accentColor:"var(--accent)",cursor:"pointer"},"aria-label":O("bg.bubbleOpacity")}),(0,r.jsxs)("span",{style:{width:30,flexShrink:0,textAlign:"right",fontSize:11,color:"var(--text-dim)"},children:[z.bubbleOpacity,"%"]})]}),(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",color:"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center",fontSize:12},children:"❄"}),(0,r.jsx)("span",{style:{flexShrink:0},children:O("bg.bubbleBlur")}),(0,r.jsx)("input",{type:"range",min:0,max:30,value:z.bubbleBlur,onChange:e=>E({bubbleBlur:Number(e.target.value)}),style:{flex:1,minWidth:0,accentColor:"var(--accent)",cursor:"pointer"},"aria-label":O("bg.bubbleBlur")}),(0,r.jsxs)("span",{style:{width:30,flexShrink:0,textAlign:"right",fontSize:11,color:"var(--text-dim)"},children:[z.bubbleBlur,"px"]})]}),(0,r.jsxs)("button",{type:"button",onClick:()=>E({bubbleOpacity:44,bubbleBlur:18}),disabled:44===z.bubbleOpacity&&18===z.bubbleBlur,style:{display:"flex",alignItems:"center",gap:8,width:"100%",padding:"7px 10px",background:"transparent",color:44===z.bubbleOpacity&&18===z.bubbleBlur?"var(--text-dim)":"var(--text)",border:"1px solid var(--border)",borderRadius:8,fontSize:12.5,cursor:44===z.bubbleOpacity&&18===z.bubbleBlur?"default":"pointer",textAlign:"left",opacity:44===z.bubbleOpacity&&18===z.bubbleBlur?.55:1,transition:"background 0.12s"},children:[(0,r.jsx)("span",{style:{width:14,flexShrink:0,textAlign:"center"},children:"↺"}),O("bg.bubbleReset")]})]}),(0,r.jsx)("div",{style:{fontSize:11,color:"var(--text-dim)",lineHeight:1.5,marginTop:10},children:O("bg.hint")})]}),"video"===L&&I&&(0,r.jsxs)("div",{style:{position:"fixed",inset:0,zIndex:0,overflow:"hidden",pointerEvents:"none"},children:[(0,r.jsx)("video",{ref:P,src:I,autoPlay:!0,loop:!0,playsInline:!0,preload:"auto",style:{position:"absolute",inset:0,width:"100%",height:"100%",opacity:0}}),(0,r.jsx)("canvas",{ref:F,style:{position:"absolute",inset:0,width:"100%",height:"100%",display:"block"}}),(0,r.jsx)("div",{style:{position:"absolute",inset:0,background:"var(--app-bg-scrim)"}})]}),W&&(0,r.jsx)("div",{style:{position:"fixed",inset:0,zIndex:700,cursor:"ew-resize",touchAction:"none"},onPointerDown:e=>{e.preventDefault();let t=e.currentTarget;t.setPointerCapture(e.pointerId);let n=e.clientX,r=z.offsetX,i=e=>{E({offsetX:r+e.clientX-n})},o=()=>{t.removeEventListener("pointermove",i),t.removeEventListener("pointerup",o),z.fill&&I&&fetch(I).then(e=>e.blob()).then(async e=>{let t=await oS(e);t&&E({fillColorLeft:t.left,fillColorRight:t.right})}).catch(()=>{})};t.addEventListener("pointermove",i),t.addEventListener("pointerup",o)},children:(0,r.jsxs)("div",{onPointerDown:e=>e.stopPropagation(),style:{position:"absolute",left:"50%",top:16,transform:"translateX(-50%)",display:"flex",alignItems:"center",gap:10,padding:"8px 14px",borderRadius:999,background:"var(--panel-glass)",color:"var(--text)",border:"1px solid var(--border)",fontSize:12,whiteSpace:"nowrap"},children:[O("bg.adjustHint"),(0,r.jsx)("button",{type:"button",onClick:()=>$(!1),style:{background:"var(--accent)",color:"#fff",border:"none",borderRadius:999,padding:"4px 12px",fontSize:12,fontWeight:600,cursor:"pointer",flexShrink:0},children:O("bg.adjustDone")})]})}),(0,r.jsx)("div",{className:`sidebar-overlay-backdrop${e8?"":" sidebar-mobile-pending"}`,onClick:()=>eD(!1),style:{position:"fixed",inset:0,zIndex:199,background:"rgba(0,0,0,0.4)",opacity:+!!eP,pointerEvents:eP?"auto":"none",transition:"opacity 0.25s ease"}}),(0,r.jsx)("div",{ref:tt.panelRef,id:"session-sidebar",className:`sidebar-container${eP?" sidebar-open":" sidebar-closed"}${e8?"":" sidebar-mobile-pending"}${tt.isResizing?" sidebar-resizing":""}`,style:{"--sidebar-width":`${tt.width}px`,background:"var(--side-panel)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",borderRight:"1px solid color-mix(in srgb, var(--border) 80%, transparent)",display:"flex",flexDirection:"column",flexShrink:0,paddingTop:"env(safe-area-inset-top)",paddingBottom:"env(safe-area-inset-bottom)",zIndex:200},children:nK}),eP&&(0,r.jsx)("div",{...tt.separatorProps,"aria-controls":"session-sidebar",className:`panel-resize-handle sidebar-resize-handle${tt.isResizing?" is-resizing":""}`,"data-resize-handle":"sidebar",title:`${O("layout.resizeSidebar")}: ${O("layout.resizeHint")}`}),(0,r.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden",minWidth:0},children:[(0,r.jsxs)("div",{ref:ta,style:{position:"relative",zIndex:300,flexShrink:0,background:"var(--frame-glass)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",position:"relative",borderBottom:"1px solid var(--border)",height:"calc(36px + env(safe-area-inset-top))",paddingTop:"env(safe-area-inset-top)"},children:[(0,r.jsx)("button",{onClick:t6,title:eP?O("sidebar.hide"):O("sidebar.show"),"aria-label":eP?O("sidebar.hide"):O("sidebar.show"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"none",border:"none",borderRight:"1px solid var(--border)",color:"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--text)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text-muted)"},children:eP?(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("line",{x1:"9",y1:"3",x2:"9",y2:"21"})]}):(0,r.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,r.jsx)("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),(0,r.jsx)("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),(0,r.jsx)("line",{x1:"3",y1:"18",x2:"21",y2:"18"})]})}),_&&(0,r.jsxs)("div",{ref:ts,"data-mobile-toolbar":"true",style:{position:"relative",display:"flex",alignItems:"stretch",flex:1,minWidth:0,height:"100%"},children:[(0,r.jsx)("button",{type:"button",onClick:t3,title:eY?O("chat.close"):O("chat.moreControls"),"aria-label":eY?O("chat.close"):O("chat.moreControls"),"aria-controls":"mobile-toolbar-actions","aria-expanded":eY,"data-mobile-toolbar-more":"true",style:{position:"relative",zIndex:eY?21:void 0,display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:eY?"var(--bg-selected)":"none",border:"none",borderRight:"1px solid var(--border)",color:eY?"var(--text)":"var(--text-muted)",cursor:"pointer",flexShrink:0,transition:"color 0.12s, background 0.12s"},children:eY?(0,r.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round","aria-hidden":"true",children:[(0,r.jsx)("line",{x1:"5",y1:"5",x2:"19",y2:"19"}),(0,r.jsx)("line",{x1:"19",y1:"5",x2:"5",y2:"19"})]}):(0,r.jsxs)("svg",{width:"17",height:"17",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:[(0,r.jsx)("circle",{cx:"5",cy:"12",r:"1.5"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"1.5"}),(0,r.jsx)("circle",{cx:"19",cy:"12",r:"1.5"})]})}),_&&(0,r.jsx)("div",{style:{height:"100%",flexShrink:0},children:(0,r.jsx)(oc,{onSelectSession:ny})}),nQ(!0),n0(!0),n4(!0),eY&&(0,r.jsx)("div",{id:"mobile-toolbar-actions",role:"toolbar","aria-label":O("chat.moreControls"),"data-mobile-toolbar-actions":"true",style:{position:"absolute",top:0,right:0,bottom:0,left:36,zIndex:20,display:"flex",alignItems:"stretch",background:"color-mix(in srgb, var(--glass-bg-strong) 60%, transparent)",boxShadow:"4px 0 18px rgba(0,0,0,0.12)",backdropFilter:"blur(var(--glass-blur-popover)) saturate(var(--glass-saturate))"},children:nG(!0)})]}),!_&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{style:{height:"100%",flexShrink:0},children:(0,r.jsx)(oc,{onSelectSession:ny})}),nY(!1),nJ(!1),nX(!1),nZ(!1),nG(!1),nQ(!1),n0(!1)]}),!_&&n4(!1),_&&(0,r.jsx)(od,{tree:tc,activeLeafId:tp,onLeafChange:ty,inline:!0,compact:!0,containerRef:ta,open:"branches"===tX,onToggle:()=>t1("branches"),hasSession:nN,hideInlineButton:!0}),tX&&tG&&(0,o.createPortal)((0,r.jsxs)("div",{ref:t0,style:{position:"fixed",top:tG.top,left:tG.left,width:tG.width,maxHeight:`calc(100dvh - ${tG.top}px)`,overflowY:"auto",zIndex:500},children:["language"===tX&&(0,r.jsx)("div",{role:"menu","aria-label":O("common.language"),className:"glass-top-panel",style:{overflow:"hidden",padding:4},children:U.map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>{H(e.id),tZ(null)},role:"menuitemradio","aria-checked":N===e.id,style:{display:"flex",alignItems:"center",width:"100%",height:34,padding:"0 10px",border:"none",borderRadius:4,background:N===e.id?"var(--side-selected)":"transparent",color:N===e.id?"var(--accent)":"var(--text)",cursor:"pointer",textAlign:"left",fontSize:12,transition:"background 0.1s",fontWeight:N===e.id?600:400},onMouseEnter:t=>{N!==e.id&&(t.currentTarget.style.background="var(--bg-hover)")},onMouseLeave:t=>{N!==e.id&&(t.currentTarget.style.background="transparent")},children:(0,r.jsx)("span",{children:e.label})},e.id))}),"system"===tX&&(0,r.jsx)("div",{className:"glass-top-panel",children:tk?(0,r.jsx)("div",{style:{maxHeight:"min(600px, 75vh)",overflowY:"auto",padding:"12px 16px",color:"var(--text-muted)",fontSize:12,lineHeight:1.6,whiteSpace:"pre-wrap",fontFamily:"var(--font-mono)"},children:tk}):""===tk?(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:O("system.empty")}):(0,r.jsx)("div",{style:{padding:"10px 16px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:tj?O("system.loading"):O("system.load")})}),"session"===tX&&(0,r.jsx)("div",{className:"session-info-popover glass-top-panel",style:{padding:"12px 16px",maxWidth:"min(560px, 100%)",marginLeft:"auto"},children:tI?(e=tI.totalActiveMs??0,t=[...tI.sessionName?[{label:O("session.name"),value:tI.sessionName,copyField:null}]:[],{label:O("session.file"),value:tI.sessionFile??O("session.inMemory"),copyField:"file"},{label:O("session.id"),value:tI.sessionId,copyField:"id"},...e>0?[{label:O("session.totalActive"),value:(e=>{if(e<=0)return"0s";let t=Math.floor(e/1e3),n=Math.floor(t/3600),r=Math.floor(t%3600/60),i=t%60;return n>0?`${n}h ${r}m`:r>0?`${r}m ${i}s`:`${i}s`})(e),copyField:null}]:[]],n=[[O("session.user"),tI.userMessages.toLocaleString(N)],[O("session.assistant"),tI.assistantMessages.toLocaleString(N)],[O("session.toolCalls"),tI.toolCalls.toLocaleString(N)],[O("session.toolResults"),tI.toolResults.toLocaleString(N)],[O("session.total"),tI.totalMessages.toLocaleString(N)]],a=[[O("session.input"),tI.tokens.input.toLocaleString(N)],[O("session.output"),tI.tokens.output.toLocaleString(N)],...tI.tokens.cacheRead>0?[[O("session.cacheRead"),tI.tokens.cacheRead.toLocaleString(N)]]:[],...tI.tokens.cacheWrite>0?[[O("session.cacheWrite"),tI.tokens.cacheWrite.toLocaleString(N)]]:[],[O("session.total"),tI.tokens.total.toLocaleString(N)]],d=tK??tI.contextUsage,f=[...tI.cost>0?[[O("session.cost"),`$${tI.cost.toFixed(4)}`]]:[],...d?.contextWindow?[[O("session.context"),`${null!==d.percent?`${d.percent.toFixed(1)}%`:"?"} / ${(c=d.contextWindow)>=1e6?`${(c/1e6).toFixed(1)}M`:c>=1e3?`${(c/1e3).toFixed(0)}k`:String(c)}`]]:[],...tI.tokens.cacheRead+tI.tokens.cacheWrite>0&&tI.tokens.cacheRead+tI.tokens.cacheWrite+tI.tokens.input>0?[[O("session.cacheHitRate"),`${(tI.tokens.cacheRead/(tI.tokens.cacheRead+tI.tokens.cacheWrite+tI.tokens.input)*100).toFixed(1)}%`]]:[]],v=(e,t,n="left",i=!1)=>(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:11,fontWeight:700,color:"var(--text)",marginBottom:6},children:e}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:i?"max-content minmax(0, 1fr)":"auto minmax(0, 1fr)",columnGap:i?14:12,rowGap:4,justifyContent:i?"start":void 0},children:t.map(([t,i])=>(0,r.jsxs)("div",{style:{display:"contents"},children:[(0,r.jsx)("div",{style:{color:"var(--text-meta)",whiteSpace:"nowrap"},children:t}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",minWidth:0,overflowWrap:"anywhere",textAlign:n,whiteSpace:"normal"},children:i})]},`${e}:${t}`))})]}),b=(0,r.jsxs)("div",{style:{minWidth:0},children:[(0,r.jsx)("div",{style:{fontSize:11,fontWeight:700,color:"var(--text)",marginBottom:6},children:O("session.infoSection")}),(0,r.jsx)("div",{style:{display:"grid",gridTemplateColumns:"auto minmax(0, 1fr) auto",columnGap:12,rowGap:8,alignItems:"start"},children:t.map(e=>{var t,n;let i;return(0,r.jsxs)("div",{style:{display:"contents"},children:[(0,r.jsx)("div",{style:{color:"var(--text-meta)",whiteSpace:"nowrap"},children:e.label}),(0,r.jsx)("div",{style:{color:"var(--text-muted)",minWidth:0,overflowWrap:"anywhere",wordBreak:"break-word",whiteSpace:"normal"},children:e.value}),(0,r.jsx)("div",{children:e.copyField?(t=e.copyField,n=e.value,i=tU===t,(0,r.jsx)("button",{type:"button",title:i?O("session.copied"):O("file"===t?"session.copyFile":"session.copyId"),onClick:()=>tq(t,n),style:{alignSelf:"start",display:"inline-flex",alignItems:"center",justifyContent:"center",width:22,height:22,marginTop:-2,color:i?"var(--accent)":"var(--text-meta)",background:"transparent",border:"1px solid var(--border)",borderRadius:4,cursor:"pointer",flex:"0 0 auto",transition:"color 0.12s, border-color 0.12s, background 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)",e.currentTarget.style.borderColor="var(--accent)",e.currentTarget.style.background="var(--bg-hover)"},onMouseLeave:e=>{e.currentTarget.style.color=i?"var(--accent)":"var(--text-meta)",e.currentTarget.style.borderColor="var(--border)",e.currentTarget.style.background="transparent"},children:i?(0,r.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:(0,r.jsx)("polyline",{points:"20 6 9 17 4 12"})}):(0,r.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),(0,r.jsx)("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]})})):null})]},`session-info:${e.label}`)})})]}),(0,r.jsxs)("div",{style:{display:"grid",gap:_?16:20,fontSize:12,lineHeight:1.5,fontFamily:"var(--font-mono)"},children:[b,(0,r.jsxs)("div",{style:{display:"grid",gridTemplateColumns:_?"1fr":"minmax(160px, 0.5fr) minmax(240px, 0.7fr)",gap:_?16:24},children:[v(O("session.messages"),n),v(O("session.tokens"),[...a,...f],"right",!0)]})]})):(0,r.jsx)("div",{style:{fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:O("session.load")})})]}),document.body),t$&&tD&&(0,o.createPortal)((0,r.jsxs)("div",{ref:tB,role:"menu","aria-label":O("todo.title"),style:{position:"fixed",top:tD.top,right:tD.right,width:300,maxHeight:"min(440px, calc(100dvh - 44px))",overflowY:"auto",zIndex:500,background:"var(--popover-glass)",backdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-panel)) saturate(var(--glass-saturate))",transform:"translateZ(0)",border:"1px solid color-mix(in srgb, var(--border) 60%, transparent)",borderRadius:"0 0 12px 12px",boxShadow:"0 1px 2px rgba(15,23,42,0.04), 0 4px 16px -8px rgba(15,23,42,0.10)",fontFamily:"inherit"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"9px 12px",borderBottom:"1px solid color-mix(in srgb, var(--border) 70%, transparent)",fontSize:12,fontWeight:650,color:"var(--text)"},children:[O("todo.title"),(0,r.jsxs)("span",{style:{marginLeft:"auto",fontSize:11,color:"var(--text-meta)",fontWeight:500},children:[tE.filter(e=>"completed"===e.status).length,"/",tE.length," ",O("todo.completed")]})]}),0===tE.length?(0,r.jsx)("div",{style:{padding:"12px 14px",fontSize:12,color:"var(--text-muted)",fontStyle:"italic"},children:O("todo.empty")}):(0,r.jsx)("div",{style:{maxHeight:330,overflowY:"auto"},children:tE.map(e=>{let t="completed"===e.status,n="high"===e.priority?"#ef4444":"medium"===e.priority?"rgba(234,179,8,0.9)":"var(--text-meta)";return(0,r.jsxs)("div",{style:{display:"flex",alignItems:"flex-start",gap:8,padding:"7px 12px",borderBottom:"1px solid color-mix(in srgb, var(--border) 45%, transparent)"},children:[(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,marginTop:2,width:13,height:13,borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center",fontSize:10,fontWeight:800,lineHeight:1,color:t?"#fff":"transparent",background:t?"#16a34a":"color-mix(in srgb, var(--border) 70%, transparent)",border:t?"none":"1px solid color-mix(in srgb, var(--border) 80%, transparent)"},children:"✓"}),(0,r.jsx)("span",{style:{flex:1,minWidth:0,fontSize:12,lineHeight:1.4,color:t?"var(--text-meta)":"var(--text)",textDecoration:t?"line-through":"none",wordBreak:"break-word"},children:e.content}),(0,r.jsx)("span",{"aria-hidden":"true",style:{flexShrink:0,marginTop:5,width:7,height:7,borderRadius:"50%",background:n}})]},e.id??e.content)})})]}),document.body)]}),_&&nZ(!0)]}),(0,r.jsx)("div",{style:{flex:1,overflow:"hidden",position:"relative"},children:nN?(0,r.jsx)(r$,{session:G,sessionRunning:!!(G&&ee.has(G.id)),newSessionCwd:nA,newSessionDraftKey:nB,pendingNewSessionTaskRef:tx,onAgentEnd:nM,onAttentionNeeded:nR,onSessionCreated:nC,onSessionForked:nz,modelsRefreshKey:ek,chatInputRef:tl,onBranchDataChange:tb,onSystemPromptChange:tR,onSystemPromptLoaderChange:tL,onSessionStatsChange:tN,onSessionStatsPanelOpen:t4,onTodosChange:tH,onContextUsageChange:tY,onOpenFile:nP,soundEnabled:V,onSoundToggle:q,playDoneSound:K,unlockAudio:J,terminalOpen:eF&&"bottombar"===eB,onToggleTerminal:()=>t5("bottombar")},ex):"validating"===es?(0,r.jsxs)("div",{role:"status",style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:8,padding:24,color:"var(--text-muted)",textAlign:"center"},children:[(0,r.jsx)("div",{style:{fontSize:14,color:"var(--text)"},children:O("workspace.opening")}),(0,r.jsx)("div",{style:{maxWidth:"min(720px, 100%)",overflowWrap:"anywhere",fontFamily:"var(--font-mono)",fontSize:12},children:w.requestedCwd})]}):"error"===es?(0,r.jsxs)("div",{role:"alert",style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:8,padding:24,color:"var(--text-muted)",textAlign:"center"},children:[(0,r.jsx)("div",{style:{fontSize:14,color:"#dc2626"},children:O("workspace.unable")}),(0,r.jsx)("div",{style:{maxWidth:"min(720px, 100%)",overflowWrap:"anywhere",fontFamily:"var(--font-mono)",fontSize:12},children:w.requestedCwd}),(0,r.jsx)("div",{style:{maxWidth:720,fontSize:12},children:ec})]}):nO?nd?(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-muted)",fontSize:15},children:O("workspace.selectSession")}):(0,r.jsxs)("div",{style:{position:"absolute",top:12,left:12,display:"flex",alignItems:"flex-start",gap:8,userSelect:"none",pointerEvents:"none"},children:[(0,r.jsxs)("svg",{width:"44",height:"44",viewBox:"0 0 24 24",fill:"none",stroke:"var(--accent)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",style:{opacity:.7,flexShrink:0},children:[(0,r.jsx)("line",{x1:"20",y1:"12",x2:"4",y2:"12"}),(0,r.jsx)("polyline",{points:"10 6 4 12 10 18"})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("div",{style:{fontSize:18,fontWeight:600,color:"var(--text)",marginBottom:8},children:O("workspace.getStarted")}),(0,r.jsxs)("div",{style:{fontSize:12,color:"var(--text-muted)",lineHeight:1.8},children:[(0,r.jsx)("span",{style:{color:"var(--text-meta)",marginRight:6},children:"1."}),O("workspace.selectProject"),(0,r.jsx)("br",{}),(0,r.jsx)("span",{style:{color:"var(--text-meta)",marginRight:6},children:"2."}),O("workspace.addModels")]})]})]}):null})]}),(0,r.jsx)("div",{"aria-hidden":"true",className:`right-panel-overlay-backdrop${eK?" is-open":""}`,onClick:()=>eJ(!1)}),eK&&(0,r.jsx)("div",{...tn.separatorProps,"aria-controls":"file-panel",className:`panel-resize-handle right-panel-resize-handle${tn.isResizing?" is-resizing":""}`,"data-resize-handle":"right-panel",title:`${O("layout.resizeFilePanel")}: ${O("layout.resizeHint")}`}),(0,r.jsxs)("div",{ref:tn.panelRef,id:"file-panel",className:`right-panel-container${eK?" right-panel-open":" right-panel-closed"}${tn.isResizing?" right-panel-resizing":""}`,style:{"--right-panel-width":`${tn.width}px`,display:"flex",flexDirection:"column",borderLeft:"1px solid color-mix(in srgb, var(--border) 80%, transparent)",background:"var(--file-panel)",backdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))",WebkitBackdropFilter:"blur(var(--glass-blur-heavy)) saturate(var(--glass-saturate))"},children:[(0,r.jsxs)("div",{style:{display:"flex",alignItems:"center",flexShrink:0,height:"calc(36px + env(safe-area-inset-top))",paddingTop:"env(safe-area-inset-top)",background:"var(--file-panel-chrome)",borderBottom:"1px solid var(--border)"},children:[(0,r.jsx)("div",{style:{flex:1,overflow:"hidden"},children:(0,r.jsx)(r9,{tabs:t9,activeTabId:nt??"",onSelectTab:nn,onCloseTab:nD})}),(0,r.jsx)("button",{type:"button",onClick:()=>eJ(!1),"aria-controls":"file-panel","aria-expanded":eK,title:O("files.hidePanel"),"aria-label":O("files.hidePanel"),style:{display:"flex",alignItems:"center",justifyContent:"center",width:36,height:36,padding:0,background:"var(--side-active)",border:"none",borderLeft:"1px solid var(--border)",color:"var(--text)",cursor:"pointer",flexShrink:0,transition:"color 0.12s"},onMouseEnter:e=>{e.currentTarget.style.color="var(--accent)"},onMouseLeave:e=>{e.currentTarget.style.color="var(--text)"},children:(0,r.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2"}),(0,r.jsx)("line",{x1:"15",y1:"3",x2:"15",y2:"21"})]})})]}),(0,r.jsx)("div",{style:{flex:1,overflow:"hidden",paddingBottom:"env(safe-area-inset-bottom)"},children:n_?.filePath?(0,r.jsx)(r3,{filePath:n_.filePath,cwd:nd??void 0,sourceSessionId:n_.sourceSessionId,gitRefreshKey:em,initialDisplayMode:n_.initialDisplayMode,initialState:n_.viewerState,watchEnabled:eK,onStateChange:e=>nr(n_.id,n_.viewerRevision??0,e),onMentionLines:eK?na:void 0,onAtMention:ni,onOpenFile:e=>n$(e,D(e),{sourceSessionId:n_.sourceSessionId})},`${n_.id}:${n_.viewerRevision??0}`):(0,r.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--text-meta)",fontSize:12},children:O("files.noneOpen")})})]})]}),eb&&(0,r.jsx)(iF,{onClose:()=>{ey(!1),ew(e=>e+1)},cwd:G?.cwd??er??nd??void 0}),(0,r.jsx)(oC,{origin:eB,anchorRect:eH,activeCwd:G?.cwd??nA??null,activeProjectLabel:n8,hidden:!eF,onClose:()=>eA(!1)}),(0,r.jsx)(oi,{anchorRect:e_?(()=>{let e=eq.current;if(!e)return null;let t=e.getBoundingClientRect();return{top:t.top,left:t.left,right:t.right,bottom:t.bottom}})():null,cwd:G?.cwd??nA??null,hidden:!e_,onClose:()=>eV(!1)}),eL&&nH&&(0,r.jsx)(oo,{cwd:nH,busy:ez,error:eW,onCancel:()=>{ez||eI(!1)},onConfirm:()=>void nU()}),ej&&nH&&(0,r.jsx)(iq,{cwd:nH,onClose:()=>eS(!1)}),eC&&nH&&(0,r.jsx)(i6,{cwd:nH,sessionId:G?.id??null,onClose:()=>eT(!1),onReloaded:()=>ef(e=>e+1)})]})}},59767:e=>{e.exports={panel:"DraftStash_panel__oKqVT","draft-stash-in":"DraftStash_draft-stash-in__ri0Cg",toggle:"DraftStash_toggle__Bnscj",toggleOpen:"DraftStash_toggleOpen__8e8PR",toggleLabel:"DraftStash_toggleLabel__uY4AC",toggleArrow:"DraftStash_toggleArrow__Ggwg9",expandArea:"DraftStash_expandArea__FsTfq",activeBar:"DraftStash_activeBar__b6iYc",activeDot:"DraftStash_activeDot__lnx2D",activeLabel:"DraftStash_activeLabel__QKNcj",cancelBtn:"DraftStash_cancelBtn__WGbk5",list:"DraftStash_list__J4Tfv",row:"DraftStash_row__AxlvA",rowActions:"DraftStash_rowActions__SI2BG",btn:"DraftStash_btn__iCSwh",content:"DraftStash_content__OS0mw",time:"DraftStash_time__TpC8e",btnDanger:"DraftStash_btnDanger__RuifZ"}},67061:(e,t,n)=>{Promise.resolve().then(n.bind(n,50142)),Promise.resolve().then(n.bind(n,39247))},88576:e=>{e.exports={preview:"ChatMinimap_preview__laAya",turn:"ChatMinimap_turn__fZuce",number:"ChatMinimap_number__3C_cY",content:"ChatMinimap_content__C7_ju",user:"ChatMinimap_user__WHJHv",userText:"ChatMinimap_userText__Nj9jo",assistant:"ChatMinimap_assistant__s6JLb",assistantJump:"ChatMinimap_assistantJump__3CM2M",outline:"ChatMinimap_outline__aleIF",heading:"ChatMinimap_heading__djZbv",paragraph:"ChatMinimap_paragraph__EqWlO"}}},e=>{e.O(0,[3578,7330,5362,8441,3794,7358],()=>e(e.s=67061)),_N_E=e.O()}]);
|