@surething/cockpit 1.0.253 → 1.0.254
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-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +7 -4
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/routes-manifest.json +18 -0
- package/.next-prod/server/app/_global-error/page.js +3 -3
- package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page.js +2 -2
- package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
- package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_not-found.html +2 -2
- package/.next-prod/server/app/_not-found.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next-prod/server/app/api/agent/test/route.js +1 -1
- package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/bash/route.js +1 -1
- package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/codex/route.js +2 -2
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +2 -2
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/pty-input/route.js +1 -1
- package/.next-prod/server/app/api/chat/pty-input/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route.js +1 -1
- package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/stop/route.js +1 -1
- package/.next-prod/server/app/api/chat/stop/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/commands/route.js +1 -1
- package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/comments/route.js +1 -1
- package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/columns/route.js +1 -1
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +2 -2
- package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/export/route.js +1 -1
- package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/query/route.js +1 -1
- package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/deepseek/balance/route.js +1 -0
- package/.next-prod/server/app/api/deepseek/balance/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/deepseek/balance/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/deepseek/credentials/route.js +1 -1
- package/.next-prod/server/app/api/deepseek/credentials/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/deepseek/models/route.js +1 -0
- package/.next-prod/server/app/api/deepseek/models/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/deepseek/models/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/dev/spans/route.js +1 -1
- package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/extension/version/route.js +1 -1
- package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/file/route.js +1 -1
- package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/blame/route.js +1 -1
- package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/copy/route.js +1 -1
- package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/delete/route.js +1 -1
- package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/index/route.js +1 -1
- package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/init/route.js +1 -1
- package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/paste/route.js +1 -1
- package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/read/route.js +1 -1
- package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/recent/route.js +1 -1
- package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/save/route.js +1 -1
- package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/search/route.js +1 -1
- package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/stat/route.js +1 -1
- package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/text/route.js +1 -1
- package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branches/route.js +1 -1
- package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commits/route.js +1 -1
- package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/current-branch/route.js +1 -1
- package/.next-prod/server/app/api/git/current-branch/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/diff/route.js +1 -1
- package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/discard/route.js +1 -1
- package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/stage/route.js +1 -1
- package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/status/route.js +1 -1
- package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/global-state/route.js +1 -1
- package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/health/route.js +1 -1
- package/.next-prod/server/app/api/health/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/html-apps/[id]/route.js +1 -1
- package/.next-prod/server/app/api/html-apps/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/html-apps/route.js +1 -1
- package/.next-prod/server/app/api/html-apps/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
- package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/note/route.js +1 -1
- package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/config/route.js +1 -1
- package/.next-prod/server/app/api/ollama/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-settings/route.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-state/route.js +1 -1
- package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/affected/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/callees/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/callers/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/coedit/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/context/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/context/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/impact/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/related/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/related/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/risk/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projects/route.js +1 -1
- package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/prompts/config/route.js +1 -0
- package/.next-prod/server/app/api/prompts/config/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/prompts/config/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/push/public-key/route.js +1 -1
- package/.next-prod/server/app/api/push/public-key/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/push/subscribe/route.js +1 -1
- package/.next-prod/server/app/api/push/subscribe/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/push/unsubscribe/route.js +1 -1
- package/.next-prod/server/app/api/push/unsubscribe/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/command/route.js +1 -1
- package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/get/route.js +1 -1
- package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/set/route.js +1 -1
- package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/identify/route.js +1 -1
- package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/order/route.js +1 -1
- package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/route.js +1 -1
- package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/users/route.js +1 -1
- package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js +3 -3
- package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/config/route.js +1 -1
- package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/route.js +1 -1
- package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/settings/route.js +1 -1
- package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/content/route.js +1 -1
- package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/route.js +1 -1
- package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/snapshots/diff/route.js +1 -1
- package/.next-prod/server/app/api/snapshots/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/snapshots/route.js +1 -1
- package/.next-prod/server/app/api/snapshots/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/version/route.js +1 -1
- package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/apps/[...path]/route.js +1 -1
- package/.next-prod/server/app/apps/[...path]/route.js.nft.json +1 -1
- package/.next-prod/server/app/favicon.ico/route.js +1 -1
- package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next-prod/server/app/m/page.js +2 -2
- package/.next-prod/server/app/m/page.js.nft.json +1 -1
- package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
- package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/.next-prod/server/app/page.js +2 -2
- package/.next-prod/server/app/page.js.nft.json +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page.js +2 -2
- package/.next-prod/server/app/project/page.js.nft.json +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js +2 -2
- package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +7 -4
- package/.next-prod/server/chunks/304.js +1 -1
- package/.next-prod/server/chunks/3863.js +2 -2
- package/.next-prod/server/chunks/{4848.js → 4338.js} +2 -2
- package/.next-prod/server/chunks/6038.js +1 -1
- package/.next-prod/server/chunks/{293.js → 7139.js} +4 -4
- package/.next-prod/server/chunks/9419.js +89 -0
- package/.next-prod/server/chunks/9658.js +12 -12
- package/.next-prod/server/chunks/9830.js +1 -1
- package/.next-prod/server/functions-config-manifest.json +1 -0
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +2 -2
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/chunks/{4304-408f5bddd7583676.js → 2308-c6b5ed3c19252dce.js} +3 -3
- package/.next-prod/static/chunks/6260-f566ccfbd8e8809c.js +25 -0
- package/.next-prod/static/chunks/6784-d35737ae5f04a2d2.js +0 -0
- package/.next-prod/static/chunks/9530-870e97119b45f025.js +15 -0
- package/.next-prod/static/chunks/app/_global-error/{page-51252a3b116b8135.js → page-0ad1f48c09ff2c02.js} +1 -1
- package/.next-prod/static/chunks/app/api/agent/test/{route-51252a3b116b8135.js → route-0ad1f48c09ff2c02.js} +1 -1
- package/.next-prod/static/chunks/app/api/bash/{route-51252a3b116b8135.js → route-0ad1f48c09ff2c02.js} +1 -1
- package/.next-prod/static/chunks/app/api/chat/codex/{route-51252a3b116b8135.js → route-0ad1f48c09ff2c02.js} +1 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/pty-input/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/stop/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/deepseek/balance/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/deepseek/credentials/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/deepseek/models/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/current-branch/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/health/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/html-apps/[id]/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/html-apps/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/config/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/prompts/config/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/push/public-key/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/push/subscribe/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/diff/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/apps/[...path]/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/{layout-145570f39a827c0f.js → layout-d43dd702b3ee9d15.js} +1 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/app/{page-487095ac01a4c1ef.js → page-8e7a3d723260097a.js} +1 -1
- package/.next-prod/static/chunks/app/project/{page-487095ac01a4c1ef.js → page-8e7a3d723260097a.js} +1 -1
- package/.next-prod/static/chunks/app/review/[id]/page-c0136423507b7547.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-0ad1f48c09ff2c02.js +1 -0
- package/.next-prod/static/css/05889d4d244bd7d5.css +1 -0
- package/.next-prod/static/xXMzxSYQCcHCrntVXcycC/_buildManifest.js +1 -0
- package/.next-prod/trace +14 -14
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/deepseek/balance/route.ts +351 -0
- package/.next-prod/types/app/api/deepseek/models/route.ts +351 -0
- package/.next-prod/types/app/api/prompts/config/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +4 -1
- package/.next-prod/types/validator.ts +27 -0
- package/dist/{chunk-BRW4ZEIC.mjs → chunk-7G4OXJJ4.mjs} +52 -7
- package/dist/{chunk-RUNUGDPP.mjs → chunk-H3JSYJCZ.mjs} +25 -29
- package/dist/{chunk-7WPYQYA6.mjs → chunk-HIW2SGCF.mjs} +4 -4
- package/dist/httpApi.mjs +2 -2
- package/dist/scheduledTasks.mjs +326 -275
- package/dist/{server-MCN5AIEU.mjs → server-O434I7QD.mjs} +2 -2
- package/dist/wsServer.mjs +7 -6
- package/package.json +1 -1
- package/.next-prod/server/chunks/7338.js +0 -89
- package/.next-prod/static/8aWX4sRFsO4Rx4DD9L9w-/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/2876-4336c42044f38302.js +0 -25
- package/.next-prod/static/chunks/6784-c9969c13c13b25af.js +0 -0
- package/.next-prod/static/chunks/9530-27352e6f8bafeb3c.js +0 -15
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/pty-input/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/stop/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/deepseek/credentials/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/dev/spans/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/current-branch/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/health/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/html-apps/[id]/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/html-apps/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/config/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/push/public-key/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/push/subscribe/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/snapshots/diff/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/snapshots/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/apps/[...path]/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/app/review/[id]/page-c9716ea0049cc328.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-51252a3b116b8135.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-51252a3b116b8135.js +0 -1
- package/.next-prod/static/css/5aa1c710591e36bb.css +0 -1
- /package/.next-prod/static/{8aWX4sRFsO4Rx4DD9L9w- → xXMzxSYQCcHCrntVXcycC}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9530],{1058:(e,t,n)=>{n.d(t,{_:()=>o});var r=n(12115),s=n(90717),l=n(86957),a=n(46456);function o({cwd:e,filePath:t}){let[n,i]=(0,r.useState)([]),[c,d]=(0,r.useState)(!1),[u,h]=(0,r.useState)(null),m=(0,r.useCallback)(async()=>{if(!e||!t)return;d(!0),h(null);let n=await l.t4.runPromiseExit((0,a.lb)(e,t));if("Success"===n._tag)i(n.value.comments??[]);else{let e="Fail"===n.cause._tag?n.cause.error:null,t=e?.cause;h(t instanceof Error?t.message:"Failed to load comments")}d(!1)},[e,t]);(0,r.useEffect)(()=>{m()},[m]),(0,r.useEffect)(()=>(0,s.zL)(()=>{m()}),[m]);let f=(0,r.useCallback)(async(n,r,s,o)=>{let c=await l.t4.runPromiseExit((0,a.BC)({cwd:e,filePath:t,startLine:n,endLine:r,content:s,...o?{selectedText:o}:{}}));if("Success"===c._tag&&c.value.comment){let e=c.value.comment;return i(t=>[...t,e]),e}return"Failure"===c._tag&&console.error("Failed to add comment:",c.cause),null},[e,t]),x=(0,r.useCallback)(async(t,n)=>{let r=await l.t4.runPromiseExit((0,a.vv)(e,t,n));if("Success"===r._tag&&r.value.comment){let e=r.value.comment;return i(n=>n.map(n=>n.id===t?e:n)),!0}return"Failure"===r._tag&&console.error("Failed to update comment:",r.cause),!1},[e]),p=(0,r.useCallback)(async t=>{let n=await l.t4.runPromiseExit((0,a.Tu)(e,t));return"Success"===n._tag?(i(e=>e.filter(e=>e.id!==t)),!0):(console.error("Failed to delete comment:",n.cause),!1)},[e]),g=(0,r.useCallback)(e=>n.filter(t=>e>=t.startLine&&e<=t.endLine),[n]);return{comments:n,isLoading:c,error:u,addComment:f,updateComment:x,deleteComment:p,refresh:m,getCommentsForLine:g}}},3292:(e,t,n)=>{n.d(t,{P:()=>c});var r=n(12115),s=n(95045),l=n(75346),a=n(49433),o=n(86957),i=n(82680);function c(){let[e,t]=(0,r.useState)([]),n=(0,r.useCallback)(()=>{let e=a.tryPromise({try:async()=>{let e=await fetch("/api/pinned-sessions");return await e.json()},catch:e=>new i.uV({message:"loadPinnedSessions failed",cause:e})});o.t4.runPromise(e.pipe(a.match({onSuccess:e=>t(e.sessions||[]),onFailure:()=>{}})))},[]);(0,r.useEffect)(()=>{n()},[n]),(0,r.useEffect)(()=>{let e=e=>{e.data?.type==="PINNED_SESSIONS_CHANGED"&&n()};return window.addEventListener("message",e),()=>window.removeEventListener("message",e)},[n]);let c=(0,r.useCallback)(e=>{t(e);let n=a.tryPromise({try:async()=>{await fetch("/api/pinned-sessions",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessions:e})})},catch:e=>new i.uV({message:"savePinnedSessions failed",cause:e})});o.t4.runFork(n.pipe(a.orElse(()=>a.void))),(0,s.F)(l.n.PinnedSessionsChanged,{})},[]),d=(0,r.useCallback)(t=>e.some(e=>e.sessionId===t),[e]),u=(0,r.useCallback)((t,n,r)=>{e.some(e=>e.sessionId===t)||c([...e,{sessionId:t,cwd:n,customTitle:r}])},[e,c]),h=(0,r.useCallback)(t=>{c(e.filter(e=>e.sessionId!==t))},[e,c]),m=(0,r.useCallback)((t,n)=>{c(e.map(e=>e.sessionId===t?{...e,customTitle:n}:e))},[e,c]);return{pinnedSessions:e,isPinned:d,pinSession:u,unpinSession:h,updateTitle:m,reorder:(0,r.useCallback)(e=>{c(e)},[c]),reload:n}}},5135:(e,t,n)=>{n.d(t,{M:()=>E});var r=n(95155),s=n(12115),l=n(79114),a=n(14341),o=n(47650),i=n(70188),c=n(34075),d=n(89109),u=n(7320),h=n(37614),m=n(1058),f=n(48347),x=n(90717),p=n(69809),g=n(13219),b=n(34582),v=n(97251),y=n(11890),w=n(47215),k=n(10794),j=n(47176),C=n(79968),N=n(27570);let S=[v.W];function E({content:e,filePath:t,cwd:n,onClose:v,sourceFile:L,embedded:M=!1,onLocalMdLink:R,scrollToAnchor:T}){let $=L||(n&&t.startsWith(n)?t.slice(n.endsWith("/")?n.length:n.length+1):t),{t:P}=(0,l.Bd)(),I=(0,i.iN)(),A=(0,f.r)(),_=(0,k.U)(),{comments:F,addComment:D,updateComment:B,deleteComment:W,refresh:V}=(0,m._)({cwd:n,filePath:t}),[O,z]=(0,s.useState)(!1),[H,U]=(0,s.useState)(null),[K,q]=(0,s.useState)(null),[J,X]=(0,s.useState)(null),Z=(0,s.useMemo)(()=>e.split("\n"),[e]),G=(0,s.useMemo)(()=>(0,b.J4)(t,n),[t,n]);(0,s.useEffect)(()=>{queueMicrotask(()=>z(!0))},[]);let[Y,Q]=(0,s.useState)(null),ee=(0,s.useRef)(null);(0,s.useEffect)(()=>{ee.current!==Y&&Q(ee.current)});let et=(0,s.useRef)({onLocalMdLink:R,sourceFile:$});et.current={onLocalMdLink:R,sourceFile:$};let en=(0,s.useRef)(e=>{let{onLocalMdLink:t,sourceFile:n}=et.current;if(!t||/^[a-z][a-z0-9+.-]*:/i.test(e))return!1;let r=e.indexOf("#"),s=r>=0?e.slice(0,r):e,l=r>=0?e.slice(r+1):null;if(!s)return!1;let a=s;try{a=decodeURIComponent(s)}catch{}return!!(0,w.e$)(a)&&(t((0,w.WU)(n,a),l),!0)}).current;(0,s.useEffect)(()=>{if(!T)return;let e=setTimeout(()=>{(0,y.O)(ee.current,T)},80);return()=>clearTimeout(e)},[T,e]);let{toolbarRef:er,bumpRef:es,clearToolbar:el}=(0,N.L)({enabled:!0,container:Y,resolveLineRange:e=>{let t=function(e){let t=e.nodeType===Node.TEXT_NODE?e.parentElement:e;if(!t||!("closest"in t))return null;let n=t.closest("[data-source-start]");if(!n)return null;let r=n.getAttribute("data-source-start"),s=n.getAttribute("data-source-end");return r&&s?{start:parseInt(r,10),end:parseInt(s,10)}:null}(e);return t?{start:t.start,end:t.end}:null},buildLineSnapshot:({start:e,end:t})=>{let n=Math.max(0,e-1),r=Math.min(Z.length,t);return Z.slice(n,r).join("\n")}}),ea=(0,s.useCallback)(()=>{let e=er.current;e&&(U({x:e.x,y:e.y,range:e.range,selectedText:e.selectedText,lineSnapshot:e.lineSnapshot}),el())},[el,er]),eo=(0,s.useCallback)(()=>{let e=er.current;e&&(q({x:e.x,y:e.y,range:e.range,selectedText:e.selectedText,lineSnapshot:e.lineSnapshot}),el())},[el,er]),ei=(0,s.useCallback)(()=>{let e=er.current;e&&A&&(el(),(0,x.Ff)(A.sendMessage,{filePath:t,startLine:e.range.start,endLine:e.range.end,codeContent:e.lineSnapshot},p.A.t("explain.selectionMessage")))},[A,t,el,er]),ec=(0,s.useCallback)(async e=>{H&&(await D(H.range.start,H.range.end,e,H.selectedText),U(null))},[H,D]),ed=(0,s.useCallback)(async(e,r)=>{if(A)try{let s=await (0,x.$3)(n),l=[];for(let e of s)l.push({filePath:e.filePath,startLine:e.startLine,endLine:e.endLine,codeContent:e.codeContent,note:e.content||void 0});l.push({filePath:t,startLine:e.range.start,endLine:e.range.end,codeContent:e.lineSnapshot});let a=(0,x.Gw)(l,r);A.sendMessage(a),await (0,x.RP)(n),V()}catch(e){console.error("Failed to send to AI:",e)}},[A,t,n,V]),eu=(0,s.useCallback)(e=>{K&&ed(K,e)},[K,ed]),eh=(0,s.useCallback)(e=>{H&&ed(H,e)},[H,ed]),em=(0,s.useMemo)(()=>{if(0===F.length)return[];let e=new Map;for(let t of F){let n=`${t.startLine}-${t.endLine}`;e.has(n)||e.set(n,[]),e.get(n).push(t)}return Array.from(e.entries()).map(([e,t])=>({key:e,startLine:t[0].startLine,endLine:t[0].endLine,comments:t}))},[F]),[ef,ex]=(0,s.useState)([]);return(0,s.useEffect)(()=>{if(0===em.length||!ee.current)return void queueMicrotask(()=>ex([]));let e=setTimeout(()=>{let e=ee.current;if(!e)return;let t=[],n=e.querySelectorAll("[data-source-start]");for(let r of em){let s=null,l=1/0;for(let e of n){let t=parseInt(e.getAttribute("data-source-start"),10),n=parseInt(e.getAttribute("data-source-end"),10);if(t<=r.startLine&&n>=r.endLine){let r=n-t;r<l&&(l=r,s=e)}}if(s){let n=e.getBoundingClientRect(),l=s.getBoundingClientRect();t.push({key:r.key,top:l.top-n.top+e.scrollTop,comments:r.comments})}}ex(t)},100);return()=>clearTimeout(e)},[em,e]),(0,s.useEffect)(()=>{let e=e=>{if("Escape"===e.key){if(K){q(null),e.stopPropagation();return}if(H){U(null),e.stopPropagation();return}if(er.current){er.current=null,es.current(),e.stopPropagation();return}if(J){X(null),e.stopPropagation();return}v?.()}};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[K,H,J,v]),(0,r.jsxs)(r.Fragment,{children:[!M&&(0,r.jsxs)("div",{className:"px-4 py-3 border-b border-border flex items-center justify-between gap-3 flex-shrink-0",children:[(0,r.jsxs)("span",{className:"text-sm font-medium text-foreground truncate min-w-0 flex-1 cursor-pointer hover:text-brand transition-colors",style:{direction:"rtl",textAlign:"left"},"data-tooltip":t,onClick:()=>{navigator.clipboard.writeText(t),(0,c.oR)(P("common.copiedPath"))},children:["",t]}),(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)(C.ShareReviewToggle,{content:e,sourceFile:$}),(0,w.C_)(t)&&(0,r.jsx)("button",{onClick:()=>_(t.startsWith("/")||!n?t:`${n.replace(/\/$/,"")}/${t}`),className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",title:P("skills.addTooltip"),children:(0,r.jsx)(a.A,{className:"w-4 h-4"})}),(0,r.jsx)("button",{onClick:v,className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",title:P("common.close"),children:(0,r.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})]}),(0,r.jsxs)("div",{className:"flex-1 flex overflow-hidden",children:[(0,r.jsx)(j.l,{content:e,containerRef:ee}),(0,r.jsxs)("div",{className:"flex-1 overflow-auto relative",ref:ee,children:[(0,r.jsx)("div",{className:"p-6",children:(0,r.jsx)(g.T,{content:e,basePath:G,rehypePlugins:S,onLinkClick:en})}),ef.map(({key:e,top:t,comments:n})=>(0,r.jsx)("div",{className:"absolute right-3 cursor-pointer z-10",style:{top:t},onClick:e=>{e.stopPropagation(),X({comment:n[0],x:e.clientX,y:e.clientY})},children:(0,r.jsx)("div",{className:"w-5 h-5 rounded-full bg-amber-500/80 text-white text-xs flex items-center justify-center shadow-sm hover:bg-amber-500 transition-colors",children:n.length})},e))]})]}),O&&I&&(0,o.createPortal)((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(d.f,{floatingToolbarRef:er,bumpRef:es,container:I,onAddComment:ea,onSendToAI:eo,onExplain:A?ei:void 0,isChatLoading:A?.isLoading}),H&&(0,r.jsx)(u.t,{x:H.x,y:H.y,range:H.range,filePath:t,lineSnapshot:H.lineSnapshot,container:I,onSubmit:ec,onSendToAI:A?eh:void 0,onClose:()=>U(null),isChatLoading:A?.isLoading}),K&&(0,r.jsx)(u.G,{x:K.x,y:K.y,range:K.range,filePath:t,lineSnapshot:K.lineSnapshot,container:I,onSubmit:eu,onClose:()=>q(null),isChatLoading:A?.isLoading}),J&&(0,r.jsx)(h.t,{x:J.x,y:J.y,comment:J.comment,container:I,onClose:()=>X(null),onUpdateComment:B,onDeleteComment:W})]}),I)]})}},7320:(e,t,n)=>{n.d(t,{G:()=>o,t:()=>a});var r=n(95155),s=n(12115),l=n(79114);function a({x:e,y:t,range:n,filePath:o,lineSnapshot:i,container:c,onSubmit:d,onSendToAI:u,onClose:h,isChatLoading:m}){let{t:f}=(0,l.Bd)(),[x,p]=(0,s.useState)(""),[g,b]=(0,s.useState)(!1),v=(0,s.useRef)(null),y=(0,s.useRef)(null),[w,k]=(0,s.useState)({x:0,y:0}),j=i?.split("\n").slice(0,5).join("\n"),C=!!i&&i.split("\n").length>5;(0,s.useEffect)(()=>{if(v.current&&c){let n=c.getBoundingClientRect(),r=v.current.getBoundingClientRect(),s=e-n.left,l=t-n.top;s+r.width>n.width-16&&(s=n.width-r.width-16),s<16&&(s=16),l+r.height>n.height-16&&(l=l-r.height-8),l<16&&(l=16),queueMicrotask(()=>k({x:s,y:l}))}},[e,t,c]),(0,s.useEffect)(()=>{y.current?.focus()},[]),(0,s.useEffect)(()=>{let e=e=>{g||!v.current||v.current.contains(e.target)||h()};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[h,g]);let N=()=>{!g&&x.trim()&&(b(!0),d(x.trim()))};return(0,r.jsxs)("div",{ref:v,className:"absolute z-[200] w-[640px] bg-card border border-border rounded-lg shadow-lg overflow-hidden",style:{left:w.x,top:w.y},children:[(0,r.jsxs)("div",{className:"px-3 py-2 bg-amber-9/10 border-b border-border",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between",children:[(0,r.jsx)("span",{className:"text-xs font-medium text-amber-11",children:f("comments.addComment")}),(n.start>0||n.end>0)&&(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:f("comments.lineRange",{start:n.start,end:n.end})})]}),o&&(0,r.jsx)("div",{className:"mt-1 text-xs text-muted-foreground truncate",children:o})]}),i&&(0,r.jsx)("div",{className:"px-3 py-2 bg-secondary/50 border-b border-border max-h-24 overflow-hidden",children:(0,r.jsxs)("pre",{className:"text-xs font-mono text-muted-foreground whitespace-pre-wrap break-all",children:[j,C&&(0,r.jsx)("span",{className:"text-muted-foreground/50",children:"..."})]})}),(0,r.jsxs)("div",{className:"p-2",children:[(0,r.jsx)("textarea",{ref:y,value:x,onChange:e=>p(e.target.value),placeholder:f("comments.inputPlaceholder"),className:"w-full px-2 py-1.5 text-sm border border-border rounded bg-card resize-none focus:outline-none focus:ring-1 focus:ring-ring disabled:opacity-50 disabled:cursor-not-allowed",rows:2,disabled:g,onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||e.nativeEvent.isComposing||(e.preventDefault(),N()),"Escape"!==e.key||g||h()}}),(0,r.jsxs)("div",{className:"mt-1 flex items-center justify-between gap-2",children:[(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:f(g?"comments.submitting":"comments.enterSubmit")}),(0,r.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,r.jsx)("button",{className:"px-3 py-1 text-xs font-medium border border-amber-11 text-amber-11 rounded-md hover:bg-amber-9/10 transition-colors disabled:opacity-50 disabled:cursor-not-allowed",onClick:N,disabled:g||!x.trim(),children:f("comments.submitComment")}),u&&(0,r.jsx)("button",{className:"px-3 py-1 text-xs font-medium border border-brand text-brand rounded-md hover:bg-brand/10 transition-colors disabled:opacity-50 disabled:cursor-not-allowed",onClick:()=>{!g&&!m&&u&&x.trim()&&(b(!0),u(x.trim()),h())},disabled:g||m||!x.trim(),title:m?f("comments.aiResponding"):void 0,children:f("comments.sendToAI")})]})]})]})]})}function o({x:e,y:t,range:n,filePath:a,lineSnapshot:i,container:c,onSubmit:d,onClose:u,isChatLoading:h}){let{t:m}=(0,l.Bd)(),[f,x]=(0,s.useState)(""),p=(0,s.useRef)(null),g=(0,s.useRef)(null),[b,v]=(0,s.useState)({x:0,y:0});(0,s.useEffect)(()=>{if(p.current&&c){let n=c.getBoundingClientRect(),r=p.current.getBoundingClientRect(),s=e-n.left,l=t-n.top;s+r.width>n.width-16&&(s=n.width-r.width-16),s<16&&(s=16),l+r.height>n.height-16&&(l=l-r.height-8),l<16&&(l=16),queueMicrotask(()=>v({x:s,y:l}))}},[e,t,c]),(0,s.useEffect)(()=>{g.current?.focus()},[]),(0,s.useEffect)(()=>{let e=e=>{p.current&&!p.current.contains(e.target)&&u()};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[u]);let y=i?.split("\n").slice(0,5).join("\n"),w=!!i&&i.split("\n").length>5;return(0,r.jsxs)("div",{ref:p,className:"absolute z-[200] w-[640px] bg-card border border-border rounded-lg shadow-lg overflow-hidden",style:{left:b.x,top:b.y},children:[(0,r.jsxs)("div",{className:"px-3 py-2 bg-brand/10 border-b border-border",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between",children:[(0,r.jsx)("span",{className:"text-xs font-medium text-brand",children:m("comments.askAI")}),(n.start>0||n.end>0)&&(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:m("comments.lineRange",{start:n.start,end:n.end})})]}),a&&(0,r.jsx)("div",{className:"mt-1 text-xs text-muted-foreground truncate",children:a})]}),i&&(0,r.jsx)("div",{className:"px-3 py-2 bg-secondary/50 border-b border-border max-h-24 overflow-hidden",children:(0,r.jsxs)("pre",{className:"text-xs font-mono text-muted-foreground whitespace-pre-wrap break-all",children:[y,w&&(0,r.jsx)("span",{className:"text-muted-foreground/50",children:"..."})]})}),(0,r.jsxs)("div",{className:"p-2",children:[(0,r.jsx)("textarea",{ref:g,value:f,onChange:e=>x(e.target.value),placeholder:m("comments.inputQuestion"),className:"w-full px-2 py-1.5 text-sm border border-border rounded bg-card resize-none focus:outline-none focus:ring-1 focus:ring-ring disabled:opacity-50 disabled:cursor-not-allowed",rows:2,disabled:h,onKeyDown:e=>{"Enter"===e.key&&!e.shiftKey&&!e.nativeEvent.isComposing&&(e.preventDefault(),!h&&f.trim()&&(d(f.trim()),u())),"Escape"===e.key&&u()}}),(0,r.jsx)("div",{className:"mt-1 text-xs text-muted-foreground",children:m(h?"comments.aiGenerating":"comments.enterSend")})]})]})}},9573:(e,t,n)=>{n.d(t,{se:()=>o,xK:()=>a});var r=n(49433),s=n(82680);let l=e=>r.tryPromise({try:async()=>{let t=await fetch(e);if(!t.ok)throw Error(`HTTP ${t.status}`);return await t.json()},catch:t=>new s.uV({message:`GET ${e} failed`,cause:t})}),a=(e,t)=>l(`/api/snapshots?cwd=${encodeURIComponent(e)}&toolIds=${encodeURIComponent(t.join(","))}`).pipe(r.map(e=>e.commits??[])),o=(e,t)=>a(e,t).pipe(r.flatMap(t=>r.all(t.map(t=>{let n;return n=t.hash,l(`/api/snapshots/diff?cwd=${encodeURIComponent(e)}&commit=${encodeURIComponent(n)}`)}),{concurrency:4})))},10794:(e,t,n)=>{n.d(t,{U:()=>c});var r=n(12115),s=n(79114),l=n(34075),a=n(48764),o=n(58250),i=n(86957);function c(){let{t:e}=(0,s.Bd)();return(0,r.useCallback)(async t=>{let n=await i.t4.runPromiseExit((0,a.L5)(t));if("Success"===n._tag)n.value.alreadyExists?(0,l.oR)(e("skills.alreadyAdded"),"info"):((0,l.oR)(e("skills.added"),"success"),(0,o.k)());else{let t="Fail"===n.cause._tag?n.cause.error:null,r=t?.cause,s=r instanceof Error?r.message:e("skills.addFailed");(0,l.oR)(s,"error")}},[e])}},14575:(e,t,n)=>{n.d(t,{o:()=>a});var r=n(95155);n(12115);let s={ts:"#3178c6",tsx:"#3178c6",js:"#f1e05a",jsx:"#61dafb",mjs:"#f1e05a",cjs:"#f1e05a",html:"#e44d26",css:"#563d7c",scss:"#cd6799",sass:"#cd6799",less:"#1d365d",vue:"#41b883",svelte:"#ff3e00",json:"#cbcb41",yaml:"#cb171e",yml:"#cb171e",toml:"#9c4121",xml:"#e37933",env:"#ecd53f",md:"#519aba",mdx:"#519aba",txt:"#89898a",py:"#3572a5",go:"#00add8",rs:"#dea584",java:"#b07219",kt:"#a97bff",kts:"#a97bff",c:"#555555",h:"#555555",cpp:"#f34b7d",hpp:"#f34b7d",rb:"#701516",php:"#4f5d95",sh:"#89e051",bash:"#89e051",zsh:"#89e051",png:"#a074c4",jpg:"#a074c4",jpeg:"#a074c4",gif:"#a074c4",svg:"#ffb13b",webp:"#a074c4",ico:"#a074c4",lock:"#89898a",gitignore:"#f14e32",dockerfile:"#2496ed",sql:"#e38c00",graphql:"#e535ab",gql:"#e535ab",default:"#8a8a8a"},l={"package.json":"#cb3837","package-lock.json":"#cb3837","tsconfig.json":"#3178c6","jsconfig.json":"#f1e05a",".gitignore":"#f14e32",".eslintrc":"#4b32c3",".eslintrc.js":"#4b32c3",".eslintrc.json":"#4b32c3",".prettierrc":"#56b3b4",dockerfile:"#2496ed",".env":"#ecd53f",".env.local":"#ecd53f",".env.development":"#ecd53f",".env.production":"#ecd53f","readme.md":"#519aba",license:"#d4af37",makefile:"#6d8086","cargo.toml":"#dea584","go.mod":"#00add8","go.sum":"#00add8","requirements.txt":"#3572a5","yarn.lock":"#2c8ebb","pnpm-lock.yaml":"#f9ad00","vite.config.ts":"#646cff","vite.config.js":"#646cff","next.config.js":"#000000","next.config.mjs":"#000000","tailwind.config.js":"#38bdf8","tailwind.config.ts":"#38bdf8"};function a({name:e,className:t="",size:n=16}){let o,i=l[o=e.toLowerCase()]?l[o]:s[e.split(".").pop()?.toLowerCase()||""]||s.default,c=e.split(".").pop()?.toLowerCase()||"";return["ts","tsx"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2",fill:i}),(0,r.jsx)("path",{d:"M7 10h10M12 10v8",stroke:"white",strokeWidth:"2",strokeLinecap:"round"})]}):["js","jsx","mjs","cjs"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2",fill:i}),(0,r.jsx)("path",{d:"M10 10v6c0 1-1 2-2 2M14 10v4c0 2 4 2 4 0v-4",stroke:"#323330",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]}):"jsx"===c||"tsx"===c&&e.includes("component")?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("ellipse",{cx:"12",cy:"12",rx:"10",ry:"4",stroke:"#61dafb",strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("ellipse",{cx:"12",cy:"12",rx:"10",ry:"4",stroke:"#61dafb",strokeWidth:"1.5",fill:"none",transform:"rotate(60 12 12)"}),(0,r.jsx)("ellipse",{cx:"12",cy:"12",rx:"10",ry:"4",stroke:"#61dafb",strokeWidth:"1.5",fill:"none",transform:"rotate(120 12 12)"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"2",fill:"#61dafb"})]}):"json"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M6 4C4 4 4 6 4 8v2c0 1-1 2-2 2 1 0 2 1 2 2v2c0 2 0 4 2 4",stroke:i,strokeWidth:"2",fill:"none",strokeLinecap:"round"}),(0,r.jsx)("path",{d:"M18 4c2 0 2 2 2 4v2c0 1 1 2 2 2-1 0-2 1-2 2v2c0 2 0 4-2 4",stroke:i,strokeWidth:"2",fill:"none",strokeLinecap:"round"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"1.5",fill:i})]}):["md","mdx"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("path",{d:"M5 15V9l3 4 3-4v6M17 12l-2-3v6M17 12l2-3v6",stroke:i,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}):["py","pyi","pyx"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M12 4c-4 0-4 2-4 3v2h5v1H6c-2 0-3 2-3 4s1 4 3 4h2v-2c0-2 1-3 3-3h4c1 0 2-1 2-2V7c0-2-2-3-5-3z",fill:"#3572a5"}),(0,r.jsx)("path",{d:"M12 20c4 0 4-2 4-3v-2h-5v-1h7c2 0 3-2 3-4s-1-4-3-4h-2v2c0 2-1 3-3 3h-4c-1 0-2 1-2 2v4c0 2 2 3 5 3z",fill:"#ffd43b"}),(0,r.jsx)("circle",{cx:"9",cy:"7",r:"1",fill:"white"}),(0,r.jsx)("circle",{cx:"15",cy:"17",r:"1",fill:"white"})]}):"go"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("ellipse",{cx:"12",cy:"12",rx:"8",ry:"6",fill:i}),(0,r.jsx)("circle",{cx:"9",cy:"11",r:"1.5",fill:"white"}),(0,r.jsx)("circle",{cx:"15",cy:"11",r:"1.5",fill:"white"}),(0,r.jsx)("circle",{cx:"9",cy:"11",r:"0.7",fill:"#333"}),(0,r.jsx)("circle",{cx:"15",cy:"11",r:"0.7",fill:"#333"})]}):"rs"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9",stroke:i,strokeWidth:"2",fill:"none"}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3",fill:i}),(0,r.jsx)("path",{d:"M12 3v3M12 18v3M3 12h3M18 12h3",stroke:i,strokeWidth:"2",strokeLinecap:"round"})]}):["png","jpg","jpeg","gif","webp","ico","bmp"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"3",y:"4",width:"18",height:"16",rx:"2",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("circle",{cx:"8",cy:"9",r:"2",fill:i}),(0,r.jsx)("path",{d:"M3 16l5-5 3 3 4-4 6 6",stroke:i,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}):"svg"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"3",y:"4",width:"18",height:"16",rx:"2",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("path",{d:"M7 12 Q12 6 17 12 Q12 18 7 12",stroke:i,strokeWidth:"1.5",fill:"none"})]}):"html"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M4 3l1.5 17L12 22l6.5-2L20 3H4z",fill:i}),(0,r.jsx)("path",{d:"M8 7h8l-.5 6-3.5 1-3.5-1-.2-2",stroke:"white",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}):["css","scss","sass","less"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M4 3l1.5 17L12 22l6.5-2L20 3H4z",fill:i}),(0,r.jsx)("path",{d:"M15 8H9l.3 3h5.2l-.4 4-2.1.7-2.1-.7-.1-2",stroke:"white",strokeWidth:"1.2",strokeLinecap:"round",strokeLinejoin:"round",fill:"none"})]}):["yaml","yml"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("path",{d:"M7 8l3 4v5M17 8l-3 4v5",stroke:i,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}):["sh","bash","zsh","fish"].includes(c)?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",fill:"#1e1e1e",stroke:"#555",strokeWidth:"1"}),(0,r.jsx)("path",{d:"M6 9l3 3-3 3M12 15h5",stroke:i,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}):"gitignore"===c||".gitignore"===e.toLowerCase()?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("circle",{cx:"12",cy:"12",r:"9",fill:i}),(0,r.jsx)("circle",{cx:"12",cy:"12",r:"3",fill:"white"}),(0,r.jsx)("path",{d:"M12 6v3M12 15v3M6 12h3M15 12h3",stroke:"white",strokeWidth:"2",strokeLinecap:"round"})]}):"dockerfile"===c||"dockerfile"===e.toLowerCase()||e.toLowerCase().startsWith("dockerfile")?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M3 12h3v3H3zM7 12h3v3H7zM11 12h3v3h-3zM7 8h3v3H7zM11 8h3v3h-3zM11 4h3v3h-3zM15 12h3v3h-3z",fill:i}),(0,r.jsx)("path",{d:"M21 13c-1-2-3-2-4-2h-1c0-1 0-2-2-3h-1v1c0 1-1 2-2 2H3c-1 3 0 6 2 8s5 3 9 3c5 0 8-2 10-6",stroke:i,strokeWidth:"1.5",fill:"none"})]}):"env"===c||e.startsWith(".env")?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("circle",{cx:"8",cy:"8",r:"2",fill:i}),(0,r.jsx)("path",{d:"M12 8h6M8 12h8M8 16h5",stroke:i,strokeWidth:"1.5",strokeLinecap:"round"})]}):"sql"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("ellipse",{cx:"12",cy:"7",rx:"8",ry:"3",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("path",{d:"M4 7v10c0 1.7 3.6 3 8 3s8-1.3 8-3V7",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("path",{d:"M4 12c0 1.7 3.6 3 8 3s8-1.3 8-3",stroke:i,strokeWidth:"1.5",fill:"none"})]}):"vue"===c?(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M2 4h4l6 10 6-10h4L12 22 2 4z",fill:i}),(0,r.jsx)("path",{d:"M6 4h4l2 4 2-4h4l-6 10L6 4z",fill:"#35495e"})]}):(0,r.jsxs)("svg",{width:n,height:n,viewBox:"0 0 24 24",fill:"none",className:t,children:[(0,r.jsx)("path",{d:"M6 3h8l5 5v13H6V3z",stroke:i,strokeWidth:"1.5",fill:"none"}),(0,r.jsx)("path",{d:"M14 3v5h5",stroke:i,strokeWidth:"1.5",fill:"none"})]})}},14594:(e,t,n)=>{function r(e,t,n){return t?e?n?`${e.replace(/\n+$/,"")}
|
|
2
|
+
|
|
3
|
+
${t}`:e+t:t:e}function s(e,t,n=!1){let r=e||[];if(!t)return r;let l=r[r.length-1];return n||l?.type!=="text"?[...r,{type:"text",text:t}]:[...r.slice(0,-1),{type:"text",text:l.text+t}]}function l(e,t,n){let{engine:l,assistantId:a}=n;if("stream_event"===t.type){let n=t.event;if(n?.type==="content_block_delta"&&n.delta?.type==="text_delta"&&n.delta.text){let t=n.delta.text;return e.map(e=>e.id===a?{...e,content:r(e.content||"",t,!!e.pendingTextBreak),parts:s(e.parts,t,!!e.pendingTextBreak),pendingTextBreak:!1}:e)}return e}if("assistant"===t.type){let n=t.message?.content;if(!Array.isArray(n))return e;let o=e,i=t.message?.model==="<synthetic>";if("codex"===l||"kimi"===l||"ollama"===l||i){let e=n.filter(e=>"text"===e.type&&e.text).map(e=>e.text).join("");e&&(o=o.map(t=>t.id===a?{...t,content:r(t.content||"",e,!!t.pendingTextBreak),parts:s(t.parts,e,!!t.pendingTextBreak),pendingTextBreak:!1}:t))}for(let e of n)if(e.name){let t={id:e.id||`tool-${a}-${e.name}`,name:e.name,input:e.input||{},isLoading:!0};o=o.map(e=>e.id!==a||e.toolCalls?.some(e=>e.id===t.id)?e:{...e,toolCalls:[...e.toolCalls||[],t],parts:function(e,t){let n=e||[];return n.some(e=>"tool"===e.type&&e.id===t)?n:[...n,{type:"tool",id:t}]}(e.parts,t.id),pendingTextBreak:!0})}return o}if("user"===t.type){let n=t.message?.content;if(!Array.isArray(n))return e;let r=e;for(let e of n)if(e.tool_use_id){let t=e.tool_use_id,n="string"==typeof e.content?e.content:JSON.stringify(e.content);r=r.map(e=>e.id===a?{...e,toolCalls:e.toolCalls?.map(e=>e.id===t?{...e,result:n,isLoading:!1}:e)}:e)}return r}if("error"===t.type){let n=t.error||"An error occurred. Please try again.",l=`⚠️ ${n}`;return e.map(e=>e.id===a?{...e,content:r(e.content||"",l,!0),parts:s(e.parts,l,!0),isStreaming:!1}:e)}if("result"===t.type){let n="string"==typeof t.result?t.result.trim():"";return e.map(e=>e.id===a?{...e,content:!e.content&&n?n:e.content,parts:!e.content&&n?s(e.parts,n):e.parts,isStreaming:!1,toolCalls:e.toolCalls?.map(e=>({...e,isLoading:!1}))}:e)}return e}n.d(t,{F:()=>l})},17196:(e,t,n)=>{n.d(t,{Np:()=>c,ZD:()=>o,b8:()=>i,kS:()=>l,sQ:()=>a});let r=null,s=["typescript","tsx","javascript","jsx","html","css","scss","json","yaml","python","go","rust","java","ruby","php","bash","shell","markdown","sql","c","cpp","swift","kotlin","dart","lua","graphql","xml"];function l(){return r||(r=Promise.all([n.e(9304),n.e(4523)]).then(n.bind(n,64523)).then(({createHighlighter:e})=>e({themes:["github-dark","github-light"],langs:[...s]}))),r}function a(e){let t=e.split("/").pop()?.toLowerCase()||"",n=t.split(".").pop()?.toLowerCase();if(".env"===t||t.startsWith(".env.")||"dockerfile"===t||t.startsWith("dockerfile.")||"makefile"===t)return"bash";let r={ts:"typescript",tsx:"tsx",js:"javascript",jsx:"jsx",mjs:"javascript",cjs:"javascript",html:"html",htm:"html",css:"css",scss:"scss",json:"json",yaml:"yaml",yml:"yaml",xml:"xml",py:"python",go:"go",rs:"rust",java:"java",kt:"kotlin",rb:"ruby",php:"php",cs:"cpp",cpp:"cpp",c:"c",h:"c",sh:"bash",bash:"bash",zsh:"bash",md:"markdown",mdx:"markdown",sql:"sql",swift:"swift",dart:"dart",lua:"lua",graphql:"graphql",gql:"graphql",toml:"yaml",sass:"scss",less:"css",scala:"java",r:"python",vim:"bash",env:"bash"}[n||""]||"text";return s.includes(r)?r:"text"}function o(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function i(e){return e.map(e=>e.color?`<span style="color:${e.color}">${o(e.content)}</span>`:o(e.content)).join("")}function c(e,t,n,r){if(!t)return[];let s=[],l=n?t:t.toLowerCase();for(let t=0;t<e.length;t++){let a=n?e[t]:e[t].toLowerCase(),o=0;for(;;){let e=a.indexOf(l,o);if(-1===e)break;let n=e+l.length;if(r){let r=e>0?a[e-1]:" ",l=n<a.length?a[n]:" ",o=!/\w/.test(r),i=!/\w/.test(l);o&&i&&s.push({lineIndex:t,startCol:e,endCol:n})}else s.push({lineIndex:t,startCol:e,endCol:n});o=e+1}}return s}},20917:(e,t,n)=>{n.d(t,{e:()=>i});var r=n(12115),s=n(14594),l=n(69809),a=n(2111),o=n(95942);function i(e,t,{sessionId:n,cwd:c,engine:d,chatMode:u,planMode:h,noHistory:m,ollamaModel:f,deepseekModel:x,onSessionId:p,onFetchTitle:g,onPtyOutput:b,onRunComplete:v}){let[y,w]=(0,r.useState)(!1),[k,j]=(0,r.useState)(null),[C,N]=(0,r.useState)(null),[S,E]=(0,r.useState)(null),[L,M]=(0,r.useState)(null),R=(0,r.useRef)(null),[T,$]=(0,r.useState)(null),P=(0,r.useRef)(T);P.current=T;let I=(0,r.useRef)(v);I.current=v;let A=(0,r.useRef)(!1),_=(0,r.useRef)(null),F=(0,r.useRef)(n);F.current=n;let D=(0,r.useRef)(null),B=(0,r.useRef)(null),W=(0,r.useRef)(null),V=(0,r.useRef)(!1),O=(0,r.useRef)(!1),z=(0,r.useRef)(0),H=(0,r.useCallback)(()=>{let e=D.current;if(e&&e.text){let{messageId:n,text:r}=e;t(e=>(0,s.F)(e,{type:"stream_event",event:{type:"content_block_delta",delta:{type:"text_delta",text:r}}},{engine:d,assistantId:n})),D.current={messageId:n,text:""}}B.current=null},[t,d]),U=(0,r.useCallback)(()=>{B.current&&(clearTimeout(B.current),B.current=null),_.current&&(clearTimeout(_.current),_.current=null),H(),w(!1);let e=P.current,n=W.current;e&&t(t=>t.map(t=>t.id===e.assistantId||t.id===n?{...t,isStreaming:!1}:t)),$(null),I.current?.()},[H,t]),K=(0,r.useCallback)(()=>{let e=P.current;fetch("/api/chat/stop",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({sessionId:F.current,runId:e?.runKey})}).catch(()=>{}),U()},[U]),q=(0,r.useCallback)((e,n)=>{let r=e.type;if("pty_output"===r)return void b?.(e.data);if("pty_notice"===r){let r=e.messageKey?l.A.t(e.messageKey,e.params||{}):e.message;if(!r)return;e.terminal?t(e=>e.map(e=>e.id===n?{...e,content:r,isStreaming:!1}:e)):M(r);return}if("system"===r&&"init"===e.subtype){let n=e.session_id;if(p(n),F.current=n,E(null),V.current){let e=`auto-asst-${++z.current}`;W.current=e,t(t=>[...t,{id:e,role:"assistant",content:"",toolCalls:[],isStreaming:!0,runKey:P.current?.runKey}])}O.current=!0;return}if("system"===r&&"task_notification"===e.subtype){if(!O.current){let n=e.status,r=e.summary||"",s=e.task_id,l=`<task-notification>
|
|
4
|
+
`+(s?`<task-id>${s}</task-id>
|
|
5
|
+
`:"")+(n?`<status>${n}</status>
|
|
6
|
+
`:"")+(r?`<summary>${r}</summary>
|
|
7
|
+
`:"")+(e.output_file?`<output-file>${e.output_file}</output-file>
|
|
8
|
+
`:"")+"</task-notification>",a=`auto-tasknotif-${s||++z.current}`;t(e=>[...e,{id:a,role:"system",content:r,systemEvent:{kind:"task-notification",...n?{status:n}:{},detail:l},runKey:P.current?.runKey}])}return}if("system"===r&&"api_retry"===e.subtype)return void E({attempt:e.attempt??0,maxRetries:e.max_retries??0,delayMs:e.retry_delay_ms??0,errorStatus:e.error_status,error:e.error});if("rate_limit_event"===r){let t=e.rate_limit_info;t&&N({status:t.status||"allowed",resetsAt:t.resetsAt,rateLimitType:t.rateLimitType,utilization:t.utilization,overageStatus:t.overageStatus,overageDisabledReason:t.overageDisabledReason,isUsingOverage:t.isUsingOverage,surpassedThreshold:t.surpassedThreshold});return}if("error"===r){let r=e.error||l.A.t("chat.errorRetry",{defaultValue:"An error occurred. Please try again."});E(null),B.current&&(clearTimeout(B.current),B.current=null),H(),t(e=>e.map(e=>e.id===n?{...e,content:e.content?`${e.content}
|
|
9
|
+
|
|
10
|
+
⚠️ ${r}`:`⚠️ ${r}`,isStreaming:!1}:e));return}if("stream_event"===r){E(e=>e?null:e),M(e=>e?null:e);let t=e.event;if(t?.type==="content_block_delta"&&t.delta?.type==="text_delta"){let e=t.delta.text||"";D.current&&D.current.messageId===n?D.current.text+=e:D.current={messageId:n,text:e},B.current||(B.current=setTimeout(H,50))}return}if("assistant"===r&&t(t=>(0,s.F)(t,e,{engine:d,assistantId:n})),"user"===r&&t(t=>(0,s.F)(t,e,{engine:d,assistantId:n})),"result"===r){O.current=!1,V.current=!0,E(null),B.current&&(clearTimeout(B.current),B.current=null),H();let r=F.current;r&&c&&t(e=>(2===e.length&&g(r),e));let l=e.usage,a=e.total_cost_usd;l&&j({inputTokens:l.input_tokens||0,outputTokens:l.output_tokens||0,cacheCreationInputTokens:l.cache_creation_input_tokens||0,cacheReadInputTokens:l.cache_read_input_tokens||0,totalCostUsd:a||0}),t(t=>(0,s.F)(t,e,{engine:d,assistantId:n}))}},[t,H,p,g,c,d,b]);return(0,a.h)({url:T?`/ws/session-stream?sessionId=${encodeURIComponent(T.runKey)}`:"/ws/session-stream",enabled:!!T,onMessage:e=>{A.current=!0,_.current&&(clearTimeout(_.current),_.current=null);let n=P.current;if(n)if("run-snapshot"===e.type&&Array.isArray(e.events)){for(let r of(B.current&&(clearTimeout(B.current),B.current=null),D.current=null,W.current=n.assistantId,V.current=!1,O.current=!1,t(e=>e.filter(e=>!("string"==typeof e.id&&e.id.startsWith("auto-")&&e.runKey===n.runKey)).map(e=>e.id===n.assistantId?{...e,content:"",toolCalls:[]}:e)),e.events))q(r,W.current??n.assistantId);e.status&&"running"!==e.status&&U()}else if("run-event"===e.type&&e.message){if("run-ended"===e.message.type)return void U();q(e.message,W.current??n.assistantId)}else"run-idle"===e.type&&U()}}),{isLoading:y,tokenUsage:k,rateLimitInfo:C,apiRetryInfo:S,ptyNotice:L,handleSend:(0,r.useCallback)(async(e,n,r)=>{let s=r&&"permissionMode"in r?"plan"===r.permissionMode:h,a=n?.map(e=>({type:"base64",media_type:e.media_type,data:e.data})),i={id:`user-${Date.now()}`,role:"user",content:e,images:a};t(e=>[...e,i]),w(!0),E(null),M(null);let p=`assistant-${Date.now()}`,g={id:p,role:"assistant",content:"",toolCalls:[],isStreaming:!0};t(e=>[...e,g]),W.current=p,V.current=!1,O.current=!1;let b=!d||"claude"===d||"claude2"===d,v="pty"===u&&b,y="builtin"===u&&"deepseek"===d,k="ollama"===d||y,j=function(){try{return crypto.randomUUID()}catch{return`run-${Date.now()}-${Math.floor(1e9*Math.random())}`}}();try{if("ollama"===d&&!f)throw Error("Please select an Ollama model first (click the model picker above)");let n="codex"===d?"/api/chat/codex":"kimi"===d?"/api/chat/kimi":"ollama"===d?"/api/chat/ollama":"deepseek"===d?"/api/chat/deepseek":"/api/chat",r=await fetch(n,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({prompt:e,sessionId:F.current,runId:j,images:a,cwd:c,language:l.A.language,..."ollama"===d&&f&&{model:f},..."deepseek"===d&&x&&{model:x},..."claude2"===d&&{engine:"claude2"},...v&&{mode:"pty",ptyCols:o.EE,ptyRows:o.K2},...y&&{mode:"builtin"},...s&&!v&&b&&{permissionMode:"plan"},...k&&m&&{noHistory:!0}})});if(400===r.status&&"deepseek"===d){let e=await r.json().catch(()=>null);throw Error(e?.error||"DeepSeek request failed")}if(!r.ok)throw Error(l.A.t("chat.requestFailed",{defaultValue:"Request failed"}));let i=await r.json().catch(()=>({}));$({runKey:i.runKey||j,assistantId:p}),A.current=!1,_.current&&clearTimeout(_.current),_.current=setTimeout(()=>{P.current&&!A.current&&(t(e=>e.map(e=>e.id!==p||e.content?e:{...e,content:l.A.t("chat.errorRetry",{defaultValue:"An error occurred. Please try again."})})),U())},15e3)}catch(n){console.error("Chat error:",n);let e=n instanceof Error?n.message:l.A.t("chat.errorRetry",{defaultValue:"An error occurred. Please try again."});t(t=>t.map(t=>t.id===p?{...t,content:e,isStreaming:!1}:t)),w(!1),$(null)}},[c,d,u,h,m,f,x,t,U]),handleStop:K,abortControllerRef:R}}},22576:(e,t,n)=>{n.d(t,{X:()=>r});function r(e,t){let n=e.split("\n"),r=t.split("\n"),s=[],l=n.length,a=r.length,o=Array(l+1).fill(null).map(()=>Array(a+1).fill(0));for(let e=1;e<=l;e++)for(let t=1;t<=a;t++)n[e-1]===r[t-1]?o[e][t]=o[e-1][t-1]+1:o[e][t]=Math.max(o[e-1][t],o[e][t-1]);let i=l,c=a,d=[];for(;i>0||c>0;)i>0&&c>0&&n[i-1]===r[c-1]?(d.push({type:"unchanged",content:n[i-1],oldLineNum:i,newLineNum:c}),i--,c--):c>0&&(0===i||o[i][c-1]>=o[i-1][c])?(d.push({type:"added",content:r[c-1],newLineNum:c}),c--):(d.push({type:"removed",content:n[i-1],oldLineNum:i}),i--);for(;d.length>0;)s.push(d.pop());return s}},24602:(e,t,n)=>{n.d(t,{N:()=>j});var r=n(95155),s=n(12115),l=n(79114),a=n(64428),o=n(34075),i=n(14341),c=n(22164),d=n(38175),u=n(86304),h=n(17243),m=n(28132),f=n(86957),x=n(38408),p=n(60938),g=n(51145);let b=new Set(["png","jpg","jpeg","gif","webp","svg","ico","bmp","avif"]),v=new Set(["js","mjs","cjs","jsx","ts","tsx","css","json","html","htm","md","markdown","txt","yml","yaml","sh","bash","xml","csv"]),y=e=>{let t=e.replace(/\\/g,"/");return t.slice(t.lastIndexOf("/")+1)},w=e=>{let t,n,r=(n=(t=y(e).toLowerCase()).lastIndexOf("."))<0?"":t.slice(n+1);return b.has(r)?"image":v.has(r)?"text":null};function k({entryPath:e,entryContent:t}){let n=(0,s.useMemo)(()=>{let t,n;return(n=(t=e.replace(/\\/g,"/")).lastIndexOf("/"))<=0?"/":t.slice(0,n)},[e]),l=e=>e.startsWith(n+"/")?e.slice(n.length+1):y(e),a=(0,s.useRef)(new Map),[o,i]=(0,s.useState)([]),[c,d]=(0,s.useState)(e),[u,b]=(0,s.useState)(!0);(0,s.useEffect)(()=>{a.current=new Map([[e,t]]);let r={abs:e,rel:y(e),kind:"text"};i([r]),d(e),b(!0);let s=!1;return(async()=>{let o=new Set([e]),c=[r],d=[t];for(;d.length&&c.length<40&&!s;)for(let e of function(e){let t,n=/(?<![.\w])\.\/([\w./-]+\.\w+)/g,r=new Set;for(;null!==(t=n.exec(e));)r.add(t[1]);return[...r]}(d.shift())){if(c.length>=40)break;let t=function(e,t){let n=e.replace(/\\/g,"/").replace(/\/+$/,""),r=[];for(let e of(n+"/"+t).split("/"))if(""!==e&&"."!==e){if(".."===e){if(!r.length)return null;r.pop();continue}r.push(e)}let s="/"+r.join("/");return s===n||s.startsWith(n+"/")?s:null}(n,e);if(!t||o.has(t))continue;o.add(t);let r=w(t);if(r)if("image"===r){let e=await f.t4.runPromise((0,p.r6)(n,t)).catch(()=>null);e?.ok&&e.data&&!s&&(c.push({abs:t,rel:l(t),kind:r}),i([...c]))}else{let e=await f.t4.runPromise((0,g.K)(n,t)).catch(()=>null);e?.ok&&e.data?.content!=null&&(a.current.set(t,e.data.content),d.push(e.data.content),s||(c.push({abs:t,rel:l(t),kind:r}),i([...c])))}}s||b(!1)})(),()=>{s=!0}},[e,t,n]);let v=o.find(e=>e.abs===c),j=o.length>1||u;return(0,r.jsxs)("div",{className:"flex h-full",children:[j&&(0,r.jsxs)("div",{className:"w-56 flex-shrink-0 border-r border-border overflow-y-auto",children:[o.map(e=>(0,r.jsxs)("button",{onClick:()=>d(e.abs),"data-tooltip":e.rel,className:`w-full text-left px-3 py-1.5 text-xs flex items-center gap-2 min-w-0 transition-colors ${c===e.abs?"bg-accent text-foreground":"text-muted-foreground hover:bg-accent/50"}`,children:["image"===e.kind?(0,r.jsx)(h.A,{className:"w-3.5 h-3.5 flex-shrink-0"}):(0,r.jsx)(m.A,{className:"w-3.5 h-3.5 flex-shrink-0"}),(0,r.jsx)("span",{className:"truncate",children:e.rel})]},e.abs)),u&&(0,r.jsx)("div",{className:"px-3 py-1.5 text-xs text-muted-foreground",children:"…"})]}),(0,r.jsx)("div",{className:"flex-1 min-w-0 overflow-hidden",children:v?.kind==="image"?(0,r.jsx)("div",{className:"h-full flex items-center justify-center p-4 overflow-auto bg-background",children:(0,r.jsx)("img",{src:`/api/file?path=${encodeURIComponent(c)}&raw=true`,alt:y(c),className:"max-w-full max-h-full object-contain"})}):(0,r.jsx)(x.Cv,{content:a.current.get(c)??"",filePath:c,cwd:n},c)})]})}function j({filePath:e,content:t,cwd:n,onClose:h,onContentSearch:m}){let{t:f}=(0,l.Bd)(),x=(0,u.P)(),[p,g]=(0,s.useState)("preview");return(0,r.jsx)(a.ZL,{children:(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-0 md:p-4",onClick:h,children:(0,r.jsxs)("div",{className:"bg-card shadow-xl w-full h-full rounded-none md:max-w-[90%] md:h-[90vh] md:rounded-lg flex flex-col relative overflow-hidden",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center justify-between gap-3 px-4 py-2 border-b border-border flex-shrink-0",children:[(0,r.jsxs)("span",{className:"text-sm text-muted-foreground truncate min-w-0 flex-1 cursor-pointer hover:text-foreground transition-colors",style:{direction:"rtl",textAlign:"left"},"data-tooltip":e,onClick:()=>{navigator.clipboard.writeText(e),(0,o.oR)(f("common.copiedPath"))},children:["",e]}),(0,r.jsx)("button",{onClick:()=>g(e=>"preview"===e?"source":"preview"),className:`px-1.5 py-0.5 text-xs rounded transition-colors flex-shrink-0 ${"preview"===p?"bg-brand text-white":"text-muted-foreground hover:bg-accent"}`,children:"preview"===p?f("fileBrowser.exitPreview"):f("common.preview")}),(0,r.jsx)("button",{onClick:()=>x(e),title:f("htmlApps.addTooltip"),className:"text-muted-foreground hover:text-foreground px-1.5 py-0.5 rounded hover:bg-accent transition-colors flex-shrink-0",children:(0,r.jsx)(i.A,{className:"w-4 h-4"})}),(0,r.jsx)("button",{onClick:()=>{window.dispatchEvent(new CustomEvent("console-open-browser",{detail:{url:e}})),h()},title:f("common.openInConsole"),className:"text-muted-foreground hover:text-foreground px-1.5 py-0.5 rounded hover:bg-accent transition-colors flex-shrink-0",children:(0,r.jsx)(c.A,{className:"w-4 h-4"})}),(0,r.jsx)("button",{onClick:h,className:"text-muted-foreground hover:text-foreground px-1.5 py-0.5 rounded hover:bg-accent transition-colors flex-shrink-0",children:"✕"})]}),(0,r.jsx)("div",{className:"flex-1 overflow-hidden",children:"preview"===p?(0,r.jsx)(d.E,{content:t,filePath:e,cwd:n,onContentSearch:m?e=>{m(e),h()}:void 0}):(0,r.jsx)(k,{entryPath:e,entryContent:t,cwd:n})})]})})})}},27570:(e,t,n)=>{n.d(t,{L:()=>s});var r=n(12115);function s({enabled:e,container:t,resolveLineRange:n,buildLineSnapshot:l,dragThresholdPx:a=5}){let o=(0,r.useRef)(null),i=(0,r.useRef)(()=>{}),c=(0,r.useRef)(n),d=(0,r.useRef)(l),u=(0,r.useRef)(a);return c.current=n,d.current=l,u.current=a,(0,r.useEffect)(()=>{if(!e||!t)return;let n=!1,r=0,s=0,l=()=>{o.current&&(o.current=null,i.current())},a=e=>{n=!0,r=e.clientX,s=e.clientY;let t=e.target;t?.closest?.(".floating-toolbar")||l()},h=e=>{n=!1;let a=e.target;if(a?.closest?.(".floating-toolbar"))return;let h=u.current,m=Math.abs(e.clientX-r)>h||Math.abs(e.clientY-s)>h,f=window.getSelection();if(!f||f.isCollapsed||!f.toString().trim()||!m)return void l();let x=f.getRangeAt(0);if(!t.contains(x.commonAncestorContainer))return void l();let p=c.current(x.startContainer),g=c.current(x.endContainer);if(!p||!g)return void l();let b=Math.min(p.start,g.start),v=Math.max(p.end,g.end),y=f.toString(),w=d.current({start:b,end:v});o.current={x:e.clientX,y:e.clientY,range:{start:b,end:v},selectedText:y,lineSnapshot:w},i.current()},m=()=>{if(n||!o.current)return;let e=window.getSelection();e&&!e.isCollapsed&&e.toString().trim()||l()};return t.addEventListener("mousedown",a),document.addEventListener("mouseup",h),document.addEventListener("selectionchange",m),()=>{t.removeEventListener("mousedown",a),document.removeEventListener("mouseup",h),document.removeEventListener("selectionchange",m)}},[e,t]),{toolbarRef:o,bumpRef:i,clearToolbar:()=>{o.current&&(o.current=null,i.current())}}}},30133:(e,t,n)=>{n.d(t,{y:()=>l});var r=n(95155),s=n(79114);function l({value:e,onChange:t,className:n}){let{t:a}=(0,s.Bd)();return(0,r.jsx)("div",{className:`flex items-center gap-0.5 rounded border border-border overflow-hidden ${n??""}`,children:["compact","full"].map(n=>(0,r.jsx)("button",{onClick:e=>{e.stopPropagation(),t(n)},className:`px-2 py-0.5 text-xs transition-colors ${e===n?"bg-brand text-white":"text-muted-foreground hover:bg-accent"}`,children:a("compact"===n?"diffViewer.compact":"diffViewer.full")},n))})}},37614:(e,t,n)=>{n.d(t,{t:()=>a});var r=n(95155),s=n(12115),l=n(79114);function a({x:e,y:t,comment:n,container:o,onClose:i,onUpdateComment:c,onDeleteComment:d}){let{t:u}=(0,l.Bd)(),[h,m]=(0,s.useState)(!1),[f,x]=(0,s.useState)(n.content),p=(0,s.useRef)(null),[g,b]=(0,s.useState)({x:0,y:0});(0,s.useEffect)(()=>{if(p.current&&o){let n=o.getBoundingClientRect(),r=p.current.getBoundingClientRect(),s=e-n.left,l=t-n.top;s+r.width>n.width-16&&(s=n.width-r.width-16),s<16&&(s=16),l+r.height>n.height-16&&(l=l-r.height-8),l<16&&(l=16),queueMicrotask(()=>b({x:s,y:l}))}},[e,t,o]),(0,s.useEffect)(()=>{let e=e=>{p.current&&!p.current.contains(e.target)&&i()};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[i]);let v=async()=>{f.trim()&&(await c(n.id,f.trim()),m(!1))},y=async()=>{await d(n.id),i()};return(0,r.jsx)("div",{ref:p,className:"absolute z-[200] w-96 bg-card border border-border rounded-lg shadow-lg overflow-hidden",style:{left:g.x,top:g.y},children:(0,r.jsx)("div",{className:"p-3",children:h?(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)("textarea",{value:f,onChange:e=>x(e.target.value),className:"w-full px-2 py-1.5 text-sm border border-border rounded bg-card resize-none focus:outline-none focus:ring-1 focus:ring-ring",rows:3,autoFocus:!0,onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||e.nativeEvent.isComposing||(e.preventDefault(),v()),"Escape"===e.key&&(m(!1),x(n.content))}}),(0,r.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,r.jsx)("button",{onClick:()=>{m(!1),x(n.content)},className:"px-2 py-1 text-xs text-muted-foreground hover:text-foreground",children:u("common.cancel")}),(0,r.jsx)("button",{onClick:v,className:"px-2 py-1 text-xs bg-brand text-white rounded hover:bg-brand/90",children:u("common.save")})]})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("p",{className:"text-sm text-foreground whitespace-pre-wrap",children:n.content}),(0,r.jsxs)("div",{className:"mt-2 flex items-center justify-between",children:[(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:u("comments.lineRange",{start:n.startLine,end:n.endLine})}),(0,r.jsxs)("div",{className:"flex gap-1",children:[(0,r.jsx)("button",{onClick:()=>m(!0),className:"p-1 rounded hover:bg-accent text-muted-foreground",title:u("common.edit"),children:(0,r.jsx)("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"})})}),(0,r.jsx)("button",{onClick:y,className:"p-1 rounded hover:bg-accent text-muted-foreground hover:text-red-9",title:u("common.delete"),children:(0,r.jsx)("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})})]})]})]})})})}},38175:(e,t,n)=>{n.d(t,{E:()=>h});var r=n(95155),s=n(12115),l=n(48347),a=n(89109),o=n(7320),i=n(34582),c=n(1058),d=n(90717),u=n(69809);function h({content:e,filePath:t,cwd:n,onContentSearch:m}){let f=(0,l.r)(),x=!!n,p=(0,s.useMemo)(()=>{if((0,i.qF)(t,n))return{mode:"url",url:(0,i.Xe)(t,n)};let r=e??"",s=(0,i.J4)(t,n),l="https:"===window.location.protocol?"wss:":"ws:",a=`${l}//${window.location.host}/ws/bash?cwd=${encodeURIComponent(s)}`;return{mode:"srcdoc",html:(0,i.OP)(r,{cwd:s,wsUrl:a})}},[e,t,n]),{addComment:g,refresh:b}=(0,c._)({cwd:n||"",filePath:t}),[v,y]=(0,s.useState)(null),w=(0,s.useRef)(null),k=(0,s.useRef)(null),j=(0,s.useRef)(()=>{}),[C,N]=(0,s.useState)(null),[S,E]=(0,s.useState)(null),L=(0,s.useRef)(!1);(0,s.useEffect)(()=>{L.current=!!(C||S)},[C,S]);let M=(0,s.useCallback)(()=>{k.current&&(k.current=null,j.current())},[]),R=(0,s.useCallback)(()=>{if(!x)return;let e=w.current,t=e?.contentDocument;e&&t&&(t.addEventListener("mouseup",t=>{if(L.current)return;let n=e.contentWindow?.getSelection(),r=n&&!n.isCollapsed?n.toString().trim():"";if(!r)return void M();let s=e.getBoundingClientRect();k.current={x:s.left+t.clientX,y:s.top+t.clientY,range:{start:0,end:0},selectedText:r,lineSnapshot:r},j.current()}),t.addEventListener("mousedown",()=>{M(),N(null),E(null)}),t.addEventListener("scroll",()=>M(),{capture:!0,passive:!0}))},[x,M]),T=(0,s.useCallback)(()=>{let e=k.current;e&&(N({x:e.x,y:e.y,text:e.selectedText}),M(),w.current?.contentWindow?.getSelection()?.removeAllRanges())},[M]),$=(0,s.useCallback)(()=>{let e=k.current;e&&(E({x:e.x,y:e.y,text:e.selectedText}),M(),w.current?.contentWindow?.getSelection()?.removeAllRanges())},[M]),P=(0,s.useCallback)(()=>{let e=k.current;e&&f&&(M(),w.current?.contentWindow?.getSelection()?.removeAllRanges(),(0,d.Ff)(f.sendMessage,{filePath:t,startLine:0,endLine:0,codeContent:e.selectedText},u.A.t("explain.selectionMessage")))},[f,t,M]),I=(0,s.useCallback)(()=>{let e=k.current;if(!e||!m)return;let t=e.selectedText.trim();M(),w.current?.contentWindow?.getSelection()?.removeAllRanges(),t&&m(t)},[m,M]),A=(0,s.useCallback)(async e=>{C&&(await g(0,0,e,C.text),N(null))},[C,g]),_=(0,s.useCallback)(async(e,r)=>{if(f&&n)try{let s=(await (0,d.$3)(n)).map(e=>({filePath:e.filePath,startLine:e.startLine,endLine:e.endLine,codeContent:e.codeContent,note:e.content||void 0}));s.push({filePath:t,startLine:0,endLine:0,codeContent:e});let l=(0,d.Gw)(s,r);f.sendMessage(l),await (0,d.RP)(n),b()}catch(e){console.error("[HtmlPreview] send to AI failed:",e)}},[f,n,t,b]),F=(0,s.useCallback)(e=>{S&&_(S.text,e)},[S,_]),D=(0,s.useCallback)(e=>{C&&_(C.text,e)},[C,_]);return(0,r.jsxs)("div",{ref:y,className:"relative h-full w-full bg-white",children:[(0,r.jsx)("iframe",{ref:w,..."url"===p.mode?{src:p.url}:{srcDoc:p.html},title:t,className:"h-full w-full border-0",onLoad:R},t),x&&v&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(a.f,{floatingToolbarRef:k,bumpRef:j,container:v,onAddComment:T,onSendToAI:$,onSearch:m?I:void 0,onExplain:f?P:void 0,isChatLoading:f?.isLoading}),C&&(0,r.jsx)(o.t,{x:C.x,y:C.y,range:{start:0,end:0},filePath:t,lineSnapshot:C.text,container:v,onSubmit:A,onSendToAI:f?D:void 0,onClose:()=>N(null),isChatLoading:f?.isLoading}),S&&(0,r.jsx)(o.G,{x:S.x,y:S.y,range:{start:0,end:0},filePath:t,lineSnapshot:S.text,container:v,onSubmit:F,onClose:()=>E(null),isChatLoading:f?.isLoading})]})]})}},38408:(e,t,n)=>{n.d(t,{Cv:()=>A,XO:()=>_});var r=n(95155),s=n(12115),l=n(79114),a=n(47650),o=n(86957),i=n(60938),c=n(51145),d=n(70188),u=n(7320),h=n(56978),m=n(17196),f=n(89109),x=n(37614),p=n(69809),g=n(64428),b=n(96497);function v({blame:e,onClick:t}){let{t:n}=(0,l.Bd)(),a=(0,s.useRef)(null),o=(0,s.useRef)(null),i=(0,g.F2)(),c=(0,s.useRef)(!1),d=(0,s.useRef)(!1),u=(0,s.useRef)(null),h=(0,s.useRef)(null),m=(0,s.useRef)(null),f=(0,s.useRef)(e);(0,s.useEffect)(()=>{f.current=e},[e]);let x=(0,s.useRef)(t);(0,s.useEffect)(()=>{x.current=t},[t]);let b=(0,s.useCallback)(()=>{let e,t=o.current,n=a.current;if(!t||!n)return;let r=n.getBoundingClientRect(),s=t.getBoundingClientRect(),l=i?.getBoundingClientRect(),c=l?.left??0,d=l?.top??0,u=l?.width??window.innerWidth,h=l?.height??window.innerHeight,m=r.left-c;m+s.width>u-8&&(m=u-s.width-8),m<8&&(m=8);let f=r.top-d,x=r.bottom-d;(e=f-s.height-4<0?x+4:f-s.height-4)+s.height>h-8&&(e=h-s.height-8),t.style.left=`${m}px`,t.style.top=`${e}px`},[i]),y=(0,s.useCallback)(()=>{u.current&&(clearTimeout(u.current),u.current=null),h.current&&(clearTimeout(h.current),h.current=null),c.current=!1,d.current=!1,o.current&&(o.current.style.display="none"),m.current&&(document.removeEventListener("mousedown",m.current.down),document.removeEventListener("mouseup",m.current.up),m.current=null)},[]),w=(0,s.useCallback)(()=>{let e=o.current;if(!e||c.current)return;c.current=!0,e.style.left="-9999px",e.style.top="-9999px",e.style.display="block",requestAnimationFrame(()=>requestAnimationFrame(b));let t=0,n=0,r=e=>{t=e.clientX,n=e.clientY},s=e=>{if(!(Math.abs(e.clientX-t)>5||Math.abs(e.clientY-n)>5)){let t;t=e.target,o.current?.contains(t)||a.current?.contains(t)||y()}};document.addEventListener("mousedown",r),document.addEventListener("mouseup",s),m.current={down:r,up:s}},[b,y]),k=(0,s.useCallback)(()=>{if(u.current&&clearTimeout(u.current),h.current&&(clearTimeout(h.current),h.current=null),c.current)return;let e=window.getSelection();(!e||e.isCollapsed)&&(u.current=setTimeout(w,500))},[w]),j=(0,s.useCallback)(()=>{u.current&&(clearTimeout(u.current),u.current=null),c.current&&(h.current=setTimeout(()=>{d.current||y()},200))},[y]),C=(0,s.useCallback)(()=>{d.current=!0,h.current&&(clearTimeout(h.current),h.current=null)},[]),N=(0,s.useCallback)(()=>{d.current=!1,y()},[y]),S=(0,s.useCallback)(e=>{e.stopPropagation();let t=window.getSelection();t&&t.toString().length>0&&o.current?.contains(t.anchorNode)||(x.current?.(f.current),y())},[y]);(0,s.useEffect)(()=>()=>y(),[y]);let E=e.message.split("\n")[0]||"",L=e.message.split("\n").slice(1).join("\n").trim();return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("span",{ref:a,className:"select-none text-xs text-muted-foreground/50 ml-6 cursor-default hover:text-muted-foreground/80",onMouseEnter:k,onMouseLeave:j,children:[e.author.split(" ")[0],", ",function(e){let t=p.A.t,n=Math.floor((Date.now()-1e3*e)/1e3);if(n<60)return t("common.justNow");let r=Math.floor(n/60);if(r<60)return t("common.minutesAgo",{count:r});let s=Math.floor(r/60);if(s<24)return t("common.hoursAgo",{count:s});let l=Math.floor(s/24);if(l<30)return t("common.daysAgo",{count:l});let a=Math.floor(l/30);return a<12?t("common.monthsAgo",{count:a}):t("common.yearsAgo",{count:Math.floor(a/12)})}(e.time)," \xb7 ",E]}),(0,r.jsx)(g.ZL,{children:(0,r.jsxs)("div",{ref:o,className:"fixed z-[9999] bg-card border border-border rounded-lg shadow-xl p-3 text-xs text-foreground whitespace-pre-wrap max-w-md select-text",style:{display:"none",minWidth:280,cursor:"text"},"data-inline-blame-tip":"",onMouseEnter:C,onMouseLeave:N,children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mb-1.5",children:[(0,r.jsx)("span",{className:"font-mono text-brand",children:e.hash}),(0,r.jsx)("span",{className:"text-muted-foreground",children:e.author}),(0,r.jsx)("span",{className:"text-muted-foreground/60",children:new Date(1e3*e.time).toLocaleString()})]}),(0,r.jsx)("div",{className:"font-medium",children:E}),L&&(0,r.jsx)("div",{className:"mt-1 text-muted-foreground",children:L}),(0,r.jsx)("div",{className:"mt-2 text-[11px] text-brand border-t border-border pt-2 cursor-pointer hover:underline",onClick:S,children:n("codeViewer.clickToViewDetails")})]})})]})}let y=[{bg:"rgba(59, 130, 246, 0.15)",border:"rgb(59, 130, 246)"},{bg:"rgba(16, 185, 129, 0.15)",border:"rgb(16, 185, 129)"},{bg:"rgba(245, 158, 11, 0.15)",border:"rgb(245, 158, 11)"},{bg:"rgba(239, 68, 68, 0.15)",border:"rgb(239, 68, 68)"},{bg:"rgba(168, 85, 247, 0.15)",border:"rgb(168, 85, 247)"},{bg:"rgba(236, 72, 153, 0.15)",border:"rgb(236, 72, 153)"},{bg:"rgba(20, 184, 166, 0.15)",border:"rgb(20, 184, 166)"},{bg:"rgba(249, 115, 22, 0.15)",border:"rgb(249, 115, 22)"}],w=(0,s.memo)(function({virtualKey:e,lineNum:t,highlightedHtml:n,hasComments:a,firstComment:o,lineCommentsCount:i,isInRange:c,showLineNumbers:d,lineNumChars:u,commentsEnabled:h,virtualItemSize:m,virtualItemStart:f,onCommentBubbleClick:x,onCmdClick:p,onTokenHover:g,onTokenHoverLeave:y,flashLine:w,blameLine:k,showBlameInfo:j,blameAuthorColor:C,isBlameHovered:N,onBlameClick:S,onBlameMouseEnter:E,onBlameMouseLeave:L,inlineBlameData:M,onInlineBlameClick:R,isCursorLine:T,cursorCol:$}){let{t:P}=(0,l.Bd)(),I=(0,s.useMemo)(()=>T&&null!=$?function(e,t){let n=0,r=0;for(;r<e.length;){if("<"===e[r]){let t=e.indexOf(">",r);if(-1!==t){r=t+1;continue}}if(n===t){let t;if("&"===e[r]){let n=e.indexOf(";",r);t=-1!==n&&n-r<10?n+1:r+1}else t=r+1;let n=e.substring(r,t);return e.substring(0,r)+'<span class="vi-char-cursor">'+n+"</span>"+e.substring(t)}if("&"===e[r]){let t=e.indexOf(";",r);r=-1!==t&&t-r<10?t+1:r+1}else r++;n++}return e+'<span class="vi-char-cursor"> </span>'}(n,$):n,[n,T,$]),A=(0,s.useCallback)(e=>{if(!e.metaKey||!p)return;e.preventDefault(),e.stopPropagation();let n=e.currentTarget,r=(0,b.j)(e,n);window.getSelection()?.removeAllRanges(),p(t,r)},[t,p]),_=(0,s.useCallback)(e=>{if(!g)return;let n=(0,b.A)(e,e.currentTarget);n&&g(t,n.column,n.rect)},[t,g]),F=(0,s.useCallback)(()=>{k&&S&&S(k)},[k,S]),D=(0,s.useCallback)(e=>{k&&E&&E(k,e)},[k,E]);return(0,r.jsxs)("div",{"data-line":t,style:{position:"absolute",top:0,left:0,width:"100%",height:`${m}px`,transform:`translateY(${f}px)`,backgroundColor:N&&C?C.bg:void 0},className:`flex ${w===t?"flash-line":""} ${T?"vi-cursor-line":""} ${c?"bg-blue-9/20":a?"bg-amber-9/10":"hover:bg-accent/50"}`,children:[(0,r.jsxs)("div",{className:"flex shrink-0 sticky left-0 z-[2] bg-secondary",style:{backgroundColor:N&&C?C.bg:void 0},children:[k&&C&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"w-1 flex-shrink-0",style:{backgroundColor:C.border}}),(0,r.jsx)("div",{className:"w-48 flex-shrink-0 px-2 flex items-center gap-2 border-r border-border text-muted-foreground cursor-pointer hover:bg-accent/50",onMouseEnter:D,onMouseLeave:L,onClick:F,title:P("codeViewer.clickToViewCommit"),children:j?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"font-medium",style:{color:C.border},children:k.hash}),(0,r.jsx)("span",{className:"truncate flex-1",children:k.author.split(" ")[0]})]}):null})]}),d&&(0,r.jsxs)("span",{className:`flex-shrink-0 flex items-center justify-end gap-0.5 pr-2 select-none border-r border-border font-variant-tabular ${c?"bg-blue-9/30 text-blue-11":"bg-card/50 text-slate-9"}`,children:[h&&a&&o&&(0,r.jsx)("button",{onClick:e=>x(o,e),className:"w-4 h-4 flex items-center justify-center rounded hover:bg-accent text-amber-9",title:P("codeViewer.nComments",{count:i}),children:(0,r.jsx)("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 20 20",children:(0,r.jsx)("path",{fillRule:"evenodd",d:"M18 10c0 3.866-3.582 7-8 7a8.841 8.841 0 01-4.083-.98L2 17l1.338-3.123C2.493 12.767 2 11.434 2 10c0-3.866 3.582-7 8-7s8 3.134 8 7zM7 9H5v2h2V9zm8 0h-2v2h2V9zM9 9h2v2H9V9z",clipRule:"evenodd"})})}),h&&!a&&(0,r.jsx)("span",{className:"w-4"}),(0,r.jsx)("span",{className:"text-right",style:{minWidth:`${u}ch`},children:t})]})]}),(0,r.jsxs)("span",{className:"flex-1 px-3 whitespace-pre select-text",onClick:A,onMouseOver:_,onMouseLeave:y,"data-code-content":!0,children:[(0,r.jsx)("span",{dangerouslySetInnerHTML:{__html:I}}),M&&(0,r.jsx)(v,{blame:M,onClick:R})]})]},e)});var k=n(64702),j=n(1058),C=n(90717),N=n(48347),S=n(27570);function E(e,t,n){let r,s=document.createTreeWalker(e,NodeFilter.SHOW_TEXT),l=0;for(;(r=s.nextNode())&&r!==t;)l+=r.textContent.length;return l+n}function L(e,t){let n,r=document.createTreeWalker(e,NodeFilter.SHOW_TEXT),s=t,l=null;for(;n=r.nextNode();){l=n;let e=n.textContent.length;if(s<=e)return{node:n,offset:s};s-=e}return l?{node:l,offset:l.textContent.length}:null}var M=n(82292),R=n(34075);let T="white-space:pre;padding:0 12px;min-height:20px;line-height:20px";function $(e){let t=window.getSelection();if(!t?.rangeCount)return null;let n=t.getRangeAt(0),r=n.startContainer;for(;r&&r.parentElement!==e;)r=r.parentElement;if(!r)return null;let s=Array.from(e.children).indexOf(r);if(s<0)return null;let l=document.createRange();return l.selectNodeContents(r),l.setEnd(n.startContainer,n.startOffset),{line:s,offset:l.toString().length}}function P(e,t){let n,r=e.children[t.line];if(!r)return;let s=document.createTreeWalker(r,NodeFilter.SHOW_TEXT),l=t.offset;for(;n=s.nextNode();){let e=n.textContent?.length||0;if(l<=e){let e=window.getSelection(),t=document.createRange();t.setStart(n,l),t.collapse(!0),e?.removeAllRanges(),e?.addRange(t);return}l-=e}let a=window.getSelection(),o=document.createRange();o.selectNodeContents(r),o.collapse(!1),a?.removeAllRanges(),a?.addRange(o)}function I(e){return e.map(e=>`<div style="${T}">${e}</div>`).join("")}let A=(0,s.forwardRef)(function({content:e,filePath:t,showLineNumbers:n=!0,showSearch:g=!0,className:b="",cwd:v,enableComments:A=!1,scrollToLine:_=null,scrollToLineAlign:F="center",onScrollToLineComplete:D,highlightKeyword:B=null,visibleLineRef:W,onCmdClick:V,onTokenHover:O,onTokenHoverLeave:z,onTokenHoverCancel:H,blameLines:U,inlineBlameLines:K,onSelectCommit:q,editable:J=!1,initialMtime:X,onEditorClose:Z,onSaved:G,onEditorStateChange:Y,viMode:Q=!1,onContentMutate:ee,onEnterInsertMode:et,onViSave:en,viStateRef:er,initialCursorLine:es,initialCursorCol:el,onInitialCursorSet:ea,onContentSearch:eo},ei){let{t:ec}=(0,l.Bd)(),ed=(0,s.useRef)(e),eu=(0,s.useRef)(!1),[eh,em]=(0,s.useState)(!1),[ef,ex]=(0,s.useState)(!1),[ep,eg]=(0,s.useState)(()=>e.split("\n").length),eb=(0,s.useRef)(e.split("\n").length),[ev,ey]=(0,s.useState)({show:!1}),ew=(0,s.useRef)(null),ek=(0,s.useRef)(null),ej=(0,s.useRef)(X),eC=(0,s.useRef)(null),eN=(0,s.useRef)(!1),eS=(0,s.useRef)(!1),{parentRef:eE,containerRef:eL,searchInputRef:eM,floatingToolbarRef:eR,suppressHoverRef:eT,bumpToolbarRef:e$,savedSelectionRef:eP,highlightedLines:eI,isMounted:eA,cmdHeld:e_,flashLine:eF,isSearchVisible:eD,searchQuery:eB,caseSensitive:eW,wholeWord:eV,currentMatchIndex:eO,viewingComment:ez,addCommentInput:eH,sendToAIInput:eU,aiBridge:eK,commentsEnabled:eq,updateComment:eJ,deleteComment:eX,lines:eZ,matches:eG,rowData:eY,virtualizer:eQ,commentsByEndLine:e0,linesWithComments:e1,setIsSearchVisible:e2,setSearchQuery:e5,setCaseSensitive:e4,setWholeWord:e3,setViewingComment:e8,setAddCommentInput:e6,setSendToAIInput:e9,goToNextMatch:e7,goToPrevMatch:te,handleSearchKeyDown:tt,handleCommentBubbleClick:tn,handleToolbarAddComment:tr,handleToolbarSendToAI:ts,handleToolbarExplain:tl,handleToolbarSearch:ta,handleCommentSubmit:to,handleSendToAISubmit:ti,handleCommentSendToAI:tc,getHighlightedLineHtml:td,suppressMatchScrollRef:tu,inlineBlameLineRef:th,inlineBlameVersion:tm}=function({content:e,filePath:t,showSearch:n=!0,cwd:r,enableComments:l=!1,scrollToLine:a=null,scrollToLineAlign:o="center",onScrollToLineComplete:i,visibleLineRef:c,onContentSearch:d}){let[u,f]=(0,s.useState)(!1),x=(0,s.useRef)(null),g=(0,s.useRef)(null),b=(0,s.useRef)(null),v=(0,N.r)();(0,s.useEffect)(()=>{f(!0)},[]);let[y,w]=(0,s.useState)(!1),[L,M]=(0,s.useState)(null),R=(0,s.useRef)(null),[T,$]=(0,s.useState)(!1),[P,I]=(0,s.useState)(""),[A,_]=(0,s.useState)(!1),[F,D]=(0,s.useState)(!1),[B,W]=(0,s.useState)(0),[V,O]=(0,s.useState)(0),z=(0,s.useRef)(!1),[H,U]=(0,s.useState)(null),K=(0,s.useRef)(!1),q=(0,s.useRef)(null),[J,X]=(0,s.useState)(null),[Z,G]=(0,s.useState)(null),Y=(0,s.useMemo)(()=>e.split("\n"),[e]),[Q,ee]=(0,s.useState)(null);(0,s.useEffect)(()=>{x.current!==Q&&ee(x.current)});let et=l&&!!r,{toolbarRef:en,bumpRef:er,clearToolbar:es}=(0,S.L)({enabled:et,container:Q,resolveLineRange:e=>{if(!document.contains(e))return null;let t=e.nodeType===Node.TEXT_NODE?e.parentElement:e,n=t?.closest("[data-line]");if(!n)return null;let r=parseInt(n.getAttribute("data-line")||"0",10);return!Number.isFinite(r)||r<=0?null:{start:r,end:r}},buildLineSnapshot:({start:e,end:t})=>Y.slice(e-1,t).join("\n")}),el=(0,s.useRef)(null),[ea,eo]=(0,s.useState)(0),{comments:ei,addComment:ec,updateComment:ed,deleteComment:eu,refresh:eh}=(0,j._)({cwd:r||"",filePath:t}),em=(0,h.C)(Y,t),ef=(0,s.useMemo)(()=>{let e=new Map;for(let t of ei){let n=t.endLine;e.has(n)||e.set(n,[]),e.get(n).push(t)}return e},[ei]),ex=(0,s.useMemo)(()=>{let e=new Set;for(let t of ei)for(let n=t.startLine;n<=t.endLine;n++)e.add(n);return e},[ei]),ep=(0,s.useMemo)(()=>(0,m.Np)(Y,P,A,F),[Y,P,A,F]);(0,s.useEffect)(()=>{ep.length>0&&W(0)},[ep.length,P,A,F]);let eg=(0,s.useMemo)(()=>{let e=[];for(let t=0;t<Y.length;t++)e.push({type:"code",lineIndex:t});return e},[Y.length]),eb=(0,k.Te)({count:eg.length,getScrollElement:()=>x.current,estimateSize:()=>20,overscan:10});(0,s.useEffect)(()=>{if(!c)return;let e=x.current;if(!e)return;let t=()=>{if(!eb.range)return;let t=e.scrollTop;for(let e of eb.getVirtualItems())if(e.start>=t){let t=eg[e.index];t?.type==="code"&&(c.current=t.lineIndex+1);return}};return e.addEventListener("scroll",t,{passive:!0}),t(),()=>e.removeEventListener("scroll",t)},[c,eg]),(0,s.useEffect)(()=>{let e=e=>{"Meta"===e.key&&w(!0)},t=e=>{"Meta"===e.key&&w(!1)},n=()=>w(!1);return window.addEventListener("keydown",e),window.addEventListener("keyup",t),window.addEventListener("blur",n),()=>{window.removeEventListener("keydown",e),window.removeEventListener("keyup",t),window.removeEventListener("blur",n)}},[]),(0,s.useEffect)(()=>{if(!n)return;let e=e=>{(e.metaKey||e.ctrlKey)&&"f"===e.key&&(e.preventDefault(),$(!0),setTimeout(()=>b.current?.focus(),0)),"Escape"===e.key&&(T?($(!1),I("")):Z?G(null):J?X(null):en.current?es():H&&U(null))},t=g.current;if(t)return t.addEventListener("keydown",e),()=>t.removeEventListener("keydown",e)},[n,T,Z,J,H]),(0,s.useEffect)(()=>{if(z.current){z.current=!1;return}if(ep.length>0&&B>=0&&B<ep.length){let e=ep[B],t=eg.findIndex(t=>"code"===t.type&&t.lineIndex===e.lineIndex);t>=0&&eb.scrollToIndex(t,{align:"center"})}},[B,ep,eb,eg,V]);let ev=(0,s.useCallback)(()=>{0!==ep.length&&(W(e=>(e+1)%ep.length),O(e=>e+1))},[ep.length]),ey=(0,s.useCallback)(()=>{0!==ep.length&&(W(e=>(e-1+ep.length)%ep.length),O(e=>e+1))},[ep.length]),ew=(0,s.useRef)(a);ew.current=a,(0,s.useEffect)(()=>{if(null!==ew.current&&ew.current>0&&eg.length>0){let e=ew.current,t=e-1,n=eg.findIndex(e=>"code"===e.type&&e.lineIndex===t);if(n>=0){let t=()=>{eb.scrollToIndex(n,{align:o}),"center"===o&&(R.current&&clearTimeout(R.current),M(e),R.current=setTimeout(()=>M(null),500)),i?.()};"start"===o?requestAnimationFrame(t):setTimeout(t,150)}}},[a,o,eg.length,eb,i]);let ek=(0,s.useCallback)(e=>{"Enter"===e.key&&(e.preventDefault(),e.shiftKey?ey():ev()),"Escape"===e.key&&($(!1),I(""))},[ev,ey]),ej=(0,s.useCallback)((e,t)=>{et&&(t.stopPropagation(),U({comment:e,x:t.clientX,y:t.clientY}),es(),X(null),G(null))},[et,es]);(0,s.useEffect)(()=>{if(!et)return;let e=x.current,t=!1,n=()=>{t=!0,q.current=null,K.current=!0},r=()=>{t=!1;let e=window.getSelection();if(!e||e.isCollapsed||!e.toString().trim()){K.current=!1;return}let n=e.getRangeAt(0),r=x.current;if(!r||!r.contains(n.commonAncestorContainer))return;let s=n.startContainer,l=n.endContainer,a=(s.nodeType===Node.TEXT_NODE?s.parentElement:s)?.closest("[data-line]"),o=(l.nodeType===Node.TEXT_NODE?l.parentElement:l)?.closest("[data-line]");if(!a||!o)return;let i=parseInt(a.getAttribute("data-line")||"0",10),c=parseInt(o.getAttribute("data-line")||"0",10);i&&c&&(K.current=!0,q.current={startLine:i,startOffset:E(a,n.startContainer,n.startOffset),endLine:c,endOffset:E(o,n.endContainer,n.endOffset)})},s=()=>{if(t)return;let e=window.getSelection();e&&!e.isCollapsed&&e.toString().trim()||(q.current=null,K.current=!1)};return e?.addEventListener("mousedown",n),document.addEventListener("mouseup",r),document.addEventListener("selectionchange",s),()=>{e?.removeEventListener("mousedown",n),document.removeEventListener("mouseup",r),document.removeEventListener("selectionchange",s)}},[et]),(0,s.useEffect)(()=>{let e=x.current;if(!e)return;let t=t=>{let n,r;if(!e.contains(t.target)){if(t.target.closest?.("[data-inline-blame-tip]"))return;null!==el.current&&(el.current=null,eo(e=>e+1));return}let s=window.getSelection();if(s&&!s.isCollapsed&&s.toString().trim())return;let l=(n=t.target,(r=n.closest?.("[data-line]"))?parseInt(r.getAttribute("data-line")||"0",10):null);l!==el.current&&(el.current=l,requestAnimationFrame(()=>eo(e=>e+1)))};return document.addEventListener("mouseup",t),()=>document.removeEventListener("mouseup",t)},[]);let eC=(0,s.useCallback)(()=>{let e=en.current;e&&(X({x:e.x,y:e.y,range:e.range,selectedText:e.selectedText,lineSnapshot:e.lineSnapshot}),es())},[es,en]),eN=(0,s.useCallback)(()=>{let e=en.current;e&&(G({x:e.x,y:e.y,range:e.range,selectedText:e.selectedText,lineSnapshot:e.lineSnapshot}),es())},[es,en]),eS=(0,s.useCallback)(()=>{let e=en.current;e&&v&&(es(),(0,C.Ff)(v.sendMessage,{filePath:t,startLine:e.range.start,endLine:e.range.end,codeContent:e.lineSnapshot},p.A.t("explain.selectionMessage")))},[v,t,es,en]),eE=(0,s.useCallback)(()=>{let e=en.current;if(!e||!d)return;let t=e.selectedText.trim();es(),t&&d(t)},[d,es,en]),eL=(0,s.useCallback)(async e=>{J&&(await ec(J.range.start,J.range.end,e,J.selectedText),X(null))},[J,ec]),eM=(0,s.useCallback)(async(e,n)=>{if(v&&r)try{let s=await (0,C.$3)(r),l=[];for(let e of s)l.push({filePath:e.filePath,startLine:e.startLine,endLine:e.endLine,codeContent:e.codeContent,note:e.content||void 0});l.push({filePath:t,startLine:e.range.start,endLine:e.range.end,codeContent:e.lineSnapshot});let a=(0,C.Gw)(l,n);v.sendMessage(a),await (0,C.RP)(r),eh()}catch(e){console.error("Failed to send to AI:",e)}},[v,t,r,eh]),eR=(0,s.useCallback)(e=>{Z&&eM(Z,e)},[Z,eM]),eT=(0,s.useCallback)(e=>{J&&eM(J,e)},[J,eM]),e$=(0,s.useCallback)((e,t,n)=>{let r=Y[e];if(!r)return t;let s=[];if(P&&ep.length>0)for(let t of ep.filter(t=>t.lineIndex===e)){let n=ep[B]?.lineIndex===e&&ep[B]?.startCol===t.startCol;s.push({start:t.startCol,end:t.endCol,cls:n?"hl-cur":"hl-m"})}if(n&&!P&&n.length>=1){let e=n.toLowerCase(),t=r.toLowerCase(),l=0;for(;-1!==(l=t.indexOf(e,l));)s.push({start:l,end:l+n.length,cls:"hl-kw"}),l+=1}if(0===s.length)return t;s.sort((e,t)=>e.start-t.start||e.end-t.end);let l=[],a=0;for(let e of s){if(e.start<a)continue;e.start>a&&l.push((0,m.ZD)(r.substring(a,e.start)));let t=(0,m.ZD)(r.substring(e.start,e.end));l.push(`<span class="${e.cls}">${t}</span>`),a=e.end}if(a<r.length&&l.push((0,m.ZD)(r.substring(a))),t!==(0,m.ZD)(r)){let e=t;for(let t of s){let n=r.substring(t.start,t.end),s=(0,m.ZD)(n),l=s.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),a=RegExp(`(?<=>)([^<]*?)(${l})`,""),o=`$1<span class="${t.cls}">${s}</span>`,i=e.replace(a,o);i.length>e.length+200||(e=i)}return e}return l.join("")},[P,ep,B,Y]);return{parentRef:x,containerRef:g,searchInputRef:b,floatingToolbarRef:en,suppressHoverRef:K,savedSelectionRef:q,highlightedLines:em,isMounted:u,cmdHeld:y,flashLine:L,isSearchVisible:T,searchQuery:P,caseSensitive:A,wholeWord:F,currentMatchIndex:B,viewingComment:H,bumpToolbarRef:er,addCommentInput:J,sendToAIInput:Z,aiBridge:v,commentsEnabled:et,comments:ei,updateComment:ed,deleteComment:eu,lines:Y,matches:ep,rowData:eg,virtualizer:eb,commentsByEndLine:ef,linesWithComments:ex,setIsSearchVisible:$,setSearchQuery:I,suppressMatchScrollRef:z,setCaseSensitive:_,setWholeWord:D,setViewingComment:U,setAddCommentInput:X,setSendToAIInput:G,goToNextMatch:ev,goToPrevMatch:ey,handleSearchKeyDown:ek,handleCommentBubbleClick:ej,handleToolbarAddComment:eC,handleToolbarSendToAI:eN,handleToolbarExplain:eS,handleToolbarSearch:eE,handleCommentSubmit:eL,handleSendToAISubmit:eR,handleCommentSendToAI:eT,getHighlightedLineHtml:e$,inlineBlameLineRef:el,inlineBlameVersion:ea}}({content:e,filePath:t,showSearch:g,cwd:v,enableComments:!J&&A,scrollToLine:J?null:_,scrollToLineAlign:J?"center":F,onScrollToLineComplete:J?void 0:D,visibleLineRef:J?void 0:W,onContentSearch:eo}),tf=(0,d.iN)(),tx=(0,s.useRef)(null),tp=(0,s.useRef)(null),tg=(0,s.useRef)({line:0,col:0}),tb=(0,s.useRef)({line:0,col:0}),tv=function({lines:e,enabled:t,onContentChange:n,onEnterInsert:r,onSave:l,getVisibleLineCount:a,scrollToLine:o,onSearchExecute:i,onSearchNext:c,onSearchPrev:d,onSearchClear:u}){let[h,m]=(0,s.useState)("normal"),[f,x]=(0,s.useState)(-1),[p,g]=(0,s.useState)(0),[b,v]=(0,s.useState)(!1),[y,w]=(0,s.useState)(""),[k,j]=(0,s.useState)(""),[C,N]=(0,s.useState)(""),[S,E]=(0,s.useState)(""),L=(0,s.useRef)([]),M=(0,s.useRef)([]),R=(0,s.useRef)([]),T=(0,s.useRef)(null),$=(0,s.useRef)(e);(0,s.useEffect)(()=>{$.current=e}),(0,s.useEffect)(()=>{0!==e.length&&queueMicrotask(()=>x(t=>Math.min(t,e.length-1)))},[e.length]);let P=(0,s.useCallback)((e,t)=>Math.max(0,Math.min(t,Math.max(0,($.current[e]??"").length-1))),[]),I=(0,s.useRef)(e.length);(0,s.useEffect)(()=>{let t=Math.abs(e.length-I.current);I.current=e.length,t>10&&(queueMicrotask(()=>{x(-1),g(0),v(!1)}),L.current=[],M.current=[],R.current=[])},[e]);let A=(0,s.useCallback)(()=>{T.current&&(clearTimeout(T.current),T.current=null),w("")},[]),_=(0,s.useCallback)(()=>{T.current&&clearTimeout(T.current),T.current=setTimeout(()=>{w(""),T.current=null},500)},[]),F=(0,s.useCallback)((e,t)=>{L.current.push(t),M.current=[],v(!0),n(e.join("\n"))},[n]),D=(0,s.useCallback)((e,t)=>{let n=Math.max(0,Math.min(e,$.current.length-1));x(n),g(P(n,t??0)),o(n,"auto")},[o,P]),B=(0,s.useCallback)(e=>{x(t=>{let n=Math.max(0,Math.min(t+e,$.current.length-1));return o(n,"auto"),g(e=>Math.max(0,Math.min(e,Math.max(0,($.current[n]??"").length-1)))),n})},[o]),W=(0,s.useCallback)(()=>{let e=$.current,t=Math.min(f,e.length-1);if(0===e.length)return;let n=e[t];R.current=[n];let r=[...e];r.splice(t,1),0===r.length&&r.push("");let s=Math.min(t,r.length-1);F(r,{lineIndex:t,oldLines:[n],newLines:[],cursorLine:t}),x(s),g(0)},[f,F]),V=(0,s.useCallback)(()=>{let e=$.current,t=Math.min(f,e.length-1);e.length>0&&(R.current=[e[t]])},[f]),O=(0,s.useCallback)(()=>{let e=R.current;if(0===e.length)return;let t=$.current,n=Math.min(f,t.length-1)+1,r=[...t];r.splice(n,0,...e),F(r,{lineIndex:n,oldLines:[],newLines:[...e],cursorLine:f}),x(n),g(0),o(n,"auto")},[f,F,o]),z=(0,s.useCallback)(()=>{let e=$.current,t=Math.min(f,e.length-1),n=e[t];if(!n||0===n.length)return;let r=n.substring(1),s=[...e];s[t]=r,F(s,{lineIndex:t,oldLines:[n],newLines:[r],cursorLine:f})},[f,F]),H=(0,s.useCallback)(()=>{let e=L.current;if(0===e.length)return;let t=e.pop(),r=[...$.current];0===t.newLines.length&&t.oldLines.length>0?r.splice(t.lineIndex,0,...t.oldLines):0===t.oldLines.length&&t.newLines.length>0?(r.splice(t.lineIndex,t.newLines.length),0===r.length&&r.push("")):r.splice(t.lineIndex,t.newLines.length,...t.oldLines),M.current.push(t),n(r.join("\n")),x(Math.min(t.cursorLine,r.length-1)),o(Math.min(t.cursorLine,r.length-1),"auto"),0===e.length&&v(!1)},[n,o]),U=(0,s.useCallback)(()=>{let e=M.current;if(0===e.length)return;let t=e.pop(),r=[...$.current];0===t.newLines.length&&t.oldLines.length>0?(r.splice(t.lineIndex,t.oldLines.length),0===r.length&&r.push("")):0===t.oldLines.length&&t.newLines.length>0?r.splice(t.lineIndex,0,...t.newLines):r.splice(t.lineIndex,t.oldLines.length,...t.newLines),L.current.push(t),v(!0),n(r.join("\n"));let s=t.lineIndex+Math.max(0,t.newLines.length-1);x(Math.min(s,r.length-1)),o(Math.min(s,r.length-1),"auto")},[n,o]),K=(0,s.useCallback)(e=>{let t=$.current,n=Math.min(f,t.length-1);if("o"===e||"O"===e){let r="o"===e?n+1:n,s=[...t];s.splice(r,0,""),F(s,{lineIndex:r,oldLines:[],newLines:[""],cursorLine:f}),n=r,x(r)}m("insert"),r(n,p,e)},[f,p,F,r]),q=(0,s.useCallback)(()=>{m("normal"),A()},[A]),J=(0,s.useCallback)(()=>{m("command"),j("")},[]),X=(0,s.useCallback)(()=>{m("normal"),j("")},[]),Z=(0,s.useCallback)(()=>{m("search"),N("")},[]),G=(0,s.useCallback)(()=>{m("normal"),N("")},[]),Y=(0,s.useCallback)(e=>{let t=e.trim();if("w"===t){l?.(),m("normal"),j("");return}if("q"===t){m("normal"),j("");return}if("wq"===t){l?.(),m("normal"),j("");return}if("noh"===t||"nohlsearch"===t){u?.(),m("normal"),j("");return}let n=parseInt(t,10);if(!isNaN(n)&&n>0){let e=Math.min(n-1,$.current.length-1);x(e),o(e,"center"),m("normal"),j("");return}m("normal"),j("")},[l,u,o]),Q=(0,s.useCallback)(e=>{if(!e){m("normal"),N("");return}E(e),i?.(e),m("normal"),N("")},[i]),ee=(0,s.useCallback)(e=>{if(!t)return!1;let n=e.ctrlKey&&"c"===e.key&&!e.metaKey&&!e.shiftKey;if("insert"===h)return("Escape"===e.key||!!n)&&(q(),!0);if("command"===h)return!e.isComposing&&("Escape"===e.key||n?X():"Enter"===e.key?Y(k):"Backspace"===e.key?0===k.length?X():j(e=>e.slice(0,-1)):1!==e.key.length||e.metaKey||e.ctrlKey||j(t=>t+e.key),!0);if("search"===h)return!e.isComposing&&("Escape"===e.key||n?G():"Enter"===e.key?Q(C):"Backspace"===e.key?0===C.length?G():N(e=>e.slice(0,-1)):1!==e.key.length||e.metaKey||e.ctrlKey||N(t=>t+e.key),!0);if(f<0&&(x(0),g(0)),e.metaKey)return!1;if(e.ctrlKey)return"d"===e.key?(B(Math.max(1,Math.floor(a()/2))),A(),!0):"u"===e.key?(B(-Math.max(1,Math.floor(a()/2))),A(),!0):"r"===e.key&&(U(),A(),!0);let r=e.key,s=y+r;if("g"===s)return w("g"),_(),!0;if("gg"===s)return D(0),A(),!0;if("d"===s)return w("d"),_(),!0;if("dd"===s)return W(),A(),!0;if("y"===s)return w("y"),_(),!0;if("yy"===s)return V(),A(),!0;if(y&&s!==r&&A(),"j"===r||"ArrowDown"===r)return B(1),!0;if("k"===r||"ArrowUp"===r)return B(-1),!0;if("h"===r||"ArrowLeft"===r)return g(e=>Math.max(0,e-1)),!0;if("l"===r||"ArrowRight"===r){let e=Math.max(0,($.current[f]??"").length-1);return g(t=>Math.min(e,t+1)),!0}if("0"===r)return g(0),!0;if("$"===r)return g(Math.max(0,($.current[f]??"").length-1)),!0;if("^"===r){let e=($.current[f]??"").search(/\S/);return g(e>=0?e:0),!0}return"G"===r?(D($.current.length-1),!0):"x"===r?(z(),!0):"p"===r?(O(),!0):"u"===r?(H(),!0):"i"===r||"a"===r||"I"===r||"A"===r||"o"===r||"O"===r?(K(r),!0):"/"===r?(Z(),!0):"n"===r?(c?.(),!0):"N"===r?(d?.(),!0):":"===r?(J(),!0):"Escape"!==r&&1===r.length},[t,h,y,k,C,f,q,K,J,X,Z,G,Y,Q,B,D,a,W,V,O,z,H,U,A,_,c,d]);return{state:{mode:h,cursorLine:f,cursorCol:p,isDirty:b,keyBuffer:y,commandInput:k,searchInput:C,lastSearch:S},handleKeyDown:ee,enterNormal:q,enterInsert:K,setCursorLine:x,setCursorCol:g,setCommandInput:j,setSearchInput:N,setIsDirty:v,clearUndoHistory:(0,s.useCallback)(()=>{L.current=[],M.current=[]},[])}}({lines:eZ,enabled:Q&&!J,onContentChange:e=>{tg.current={line:tb.current.line,col:tb.current.col},ee?.(e)},onEnterInsert:(e,t,n)=>{let r=t;if("a"===n)r=t+1;else if("A"===n)r=(eZ[e]??"").length;else if("I"===n){let t=(eZ[e]??"").search(/\S/);r=t>=0?t:0}else("o"===n||"O"===n)&&(r=0);tg.current={line:e,col:r},et?.(e)},onSave:en,getVisibleLineCount:()=>{let e=eE.current;return e?Math.floor(e.clientHeight/20):20},scrollToLine:(e,t)=>{let n=eY.findIndex(t=>"code"===t.type&&t.lineIndex===e);n>=0&&eQ.scrollToIndex(n,{align:t||"auto"})},onSearchExecute:e=>{e5(e),e2(!1)},onSearchNext:e7,onSearchPrev:te,onSearchClear:()=>{e5("")}});(0,s.useEffect)(()=>{er&&(er.current={cursorLine:tv.state.cursorLine,cursorCol:tv.state.cursorCol}),tb.current={line:tv.state.cursorLine,col:tv.state.cursorCol}},[er,tv.state.cursorLine,tv.state.cursorCol]);let ty=(0,s.useRef)(null);(0,s.useEffect)(()=>{Q&&!J&&null!=es&&t&&ty.current!==t&&(ty.current=t,tv.setCursorLine(es-1),null!=el&&tv.setCursorCol(el-1),ea?.())},[Q,J,es,el,t]),(0,s.useEffect)(()=>{if(!Q||J)return;let e=eL.current;if(!e)return;let t=e=>{let t=e.target;"TEXTAREA"===t.tagName||"INPUT"===t.tagName||t.isContentEditable||tv.handleKeyDown(e)&&(e.preventDefault(),e.stopPropagation())};return e.addEventListener("keydown",t,!0),()=>e.removeEventListener("keydown",t,!0)},[Q,J,tv.handleKeyDown]),(0,s.useEffect)(()=>{if(!Q||J)return;let e=eL.current;e&&"normal"===tv.state.mode&&requestAnimationFrame(()=>{let t=document.activeElement;t&&("TEXTAREA"===t.tagName||"INPUT"===t.tagName||t.isContentEditable)||e.focus()})},[Q,J,tv.state.mode,e]);let tw=(0,s.useCallback)(e=>{if(!Q||J)return;let t=e.target.closest("[data-line]");if(t){let n=parseInt(t.getAttribute("data-line"),10);if(!isNaN(n)){tv.setCursorLine(n-1);let r=t.querySelector("[data-code-content]");if(r){let t=document.caretRangeFromPoint(e.clientX,e.clientY);if(t&&r.contains(t.startContainer)){let e,s=document.createTreeWalker(r,NodeFilter.SHOW_TEXT),l=0;for(;e=s.nextNode();){if(e===t.startContainer){l+=t.startOffset;break}l+=e.textContent?.length||0}let a=eZ[n-1]??"";tv.setCursorCol(Math.max(0,Math.min(l,Math.max(0,a.length-1))))}}}}let n=e.target;if("TEXTAREA"===n.tagName||"INPUT"===n.tagName||n.isContentEditable)return;let r=eL.current;r&&r.focus()},[Q,J,tv.setCursorLine,tv.setCursorCol,eZ]),tk=(0,s.useCallback)(e=>{Q&&!J&&requestAnimationFrame(()=>{let e=window.getSelection(),t=e?.toString().trim();t&&/^\S+$/.test(t)&&(tu.current=!0,e5(t))})},[Q,J,e5,tu]);(0,s.useEffect)(()=>{"command"===tv.state.mode?setTimeout(()=>tx.current?.focus(),0):"search"===tv.state.mode&&setTimeout(()=>tp.current?.focus(),0)},[tv.state.mode]),(0,s.useEffect)(()=>{let e=eE.current;if(!e)return;let t=()=>{(H??z)?.()};return e.addEventListener("mousedown",t),()=>e.removeEventListener("mousedown",t)},[H,z]),(0,s.useEffect)(()=>{eH||eU?(eT.current=!0,z?.()):eR.current||(eT.current=!1)},[eH,eU,z]),(0,s.useLayoutEffect)(()=>{let e=eP.current;if(!e)return;let t=window.getSelection();if(t&&!t.isCollapsed)return;let n=eE.current;if(!n)return;let r=n.querySelector(`[data-line="${e.startLine}"]`),s=n.querySelector(`[data-line="${e.endLine}"]`);if(!r||!s)return;let l=L(r,e.startOffset),a=L(s,e.endOffset);if(l&&a)try{let e=document.createRange();e.setStart(l.node,l.offset),e.setEnd(a.node,a.offset),t?.removeAllRanges(),t?.addRange(e)}catch{}});let tj=(0,s.useCallback)((e,t,n)=>{eT.current||O?.(e,t,n)},[O]),tC=(0,s.useCallback)((e,t)=>{eT.current||V?.(e,t)},[V]),tN=Math.max(4,String(J?ep:eZ.length).length),tS=(0,s.useMemo)(()=>{let e=0;for(let t of eZ){let n=0;for(let e=0;e<t.length;e++)" "===t[e]?n+=2-n%2:n+=1;n>e&&(e=n)}return e},[eZ]);(0,s.useEffect)(()=>{if(J){ed.current=e;let t=e.split("\n").length;eb.current=t,eg(t),eu.current=!1,em(!1),ey({show:!1}),ej.current=X}},[J,e,X]),(0,s.useEffect)(()=>{if(!J)return;let t=ew.current;if(!t)return;let n=e.split("\n");t.innerHTML=I(n.map((e,t)=>eI[t]||(0,m.ZD)(e||" "))),requestAnimationFrame(()=>{let e,r;Q?(e=Math.max(0,Math.min(tg.current.line,n.length-1)),r=tg.current.col):(e=Math.max(0,Math.min((W?.current??1)-1,n.length-1)),r=0),t.focus(),P(t,{line:e,offset:r});let s=W?.current??1;ek.current&&(ek.current.scrollTop=(s-1)*20)})},[J]),(0,s.useEffect)(()=>{J&&Y?.({isDirty:eh,isSaving:ef})},[J,eh,ef,Y]);let tE=(0,s.useCallback)(()=>{let e=ew.current;if(!e)return ed.current;let t=[];for(let n of e.childNodes){let e=n.textContent||"";t.push(" "===e?"":e)}return t.join("\n")},[]),tL=(0,s.useCallback)(()=>{eC.current&&clearTimeout(eC.current),eC.current=setTimeout(async()=>{let e=ew.current;if(e&&!eS.current){ed.current=tE();try{let n=await (0,m.kS)(),r=(0,m.sQ)(t),s=document.documentElement.classList.contains("dark"),l=ed.current.split("\n"),a=n.codeToTokens(l.join("\n"),{lang:r,theme:s?"github-dark":"github-light"}).tokens.map(e=>(0,m.b8)(e)),o=$(e);eN.current=!0,e.innerHTML=I(a),eN.current=!1,o&&P(e,o)}catch{}}},300)},[t,tE]);(0,s.useEffect)(()=>{if(J)return()=>{eC.current&&clearTimeout(eC.current)}},[J]);let tM=(0,s.useCallback)(()=>{let e=ew.current;if(!e)return;eu.current||(eu.current=!0,em(!0));let t=e.children.length;t!==eb.current&&(eb.current=t,eg(t))},[]),tR=(0,s.useCallback)(()=>{eN.current||eS.current||(tM(),tL())},[tM,tL]),tT=(0,s.useCallback)(e=>{if(!e.nativeEvent.isComposing&&("Tab"===e.key&&(e.preventDefault(),document.execCommand("insertText",!1," ")),"Enter"===e.key)){e.preventDefault();let t=ew.current;if(!t)return;let n=window.getSelection();if(!n?.rangeCount)return;let r=n.getRangeAt(0);r.deleteContents();let s=r.startContainer;for(;s&&s.parentElement!==t;)s=s.parentElement;if(!s||!(s instanceof HTMLElement))return;let l=$(t),a=Array.from(t.children).indexOf(s),o=s.textContent||"",i=l?.offset??o.length,c=o.substring(0,i),d=o.substring(i);s.innerHTML=(0,m.ZD)(c||" ");let u=document.createElement("div");u.setAttribute("style",T),u.innerHTML=(0,m.ZD)(d||" "),s.after(u),P(t,{line:a+1,offset:0}),tM(),tL()}},[tM,tL]),t$=(0,s.useCallback)(e=>{e.preventDefault();let t=e.clipboardData.getData("text/plain");document.execCommand("insertText",!1,t)},[]),tP=(0,s.useCallback)(async(e=!1)=>{if(!v)return;ed.current=tE(),ex(!0);let n=await o.t4.runPromiseExit((0,i.OJ)({cwd:v,path:t,content:ed.current,expectedMtime:e?void 0:ej.current}));if("Failure"===n._tag){console.error("Error saving file:",n.cause),(0,R.oR)(ec("toast.saveFailed"),"error"),ex(!1);return}let r=n.value,s=r.data;if(409===r.status&&s?.conflict){let e=await o.t4.runPromiseExit((0,c.K)(v,t));"Success"===e._tag&&e.value.ok&&"string"==typeof e.value.data?.content?ey({show:!0,diskContent:e.value.data.content}):ey({show:!0}),ex(!1);return}if(!r.ok){console.error("Error saving file: status",r.status),(0,R.oR)(ec("toast.saveFailed"),"error"),ex(!1);return}let l=s?.mtime;l&&(ej.current=l),eu.current=!1,em(!1),ey({show:!1}),(0,R.oR)(ec("toast.savedSuccess"),"success"),G?.(),ex(!1)},[v,t,tE,G,ec]),tI=(0,s.useCallback)(async()=>{eh&&!ef&&await tP(!1)},[eh,ef,tP]),tA=(0,s.useCallback)(async()=>{ey({show:!1}),await tP(!0)},[tP]),t_=(0,s.useCallback)(()=>{if(void 0!==ev.diskContent){ed.current=ev.diskContent;let t=ev.diskContent.split("\n").length;eb.current=t,eg(t);let n=ev.diskContent!==e;eu.current=n,em(n);let r=ew.current;r&&(r.innerHTML=I(ev.diskContent.split("\n").map(e=>(0,m.ZD)(e||" "))),tL())}ey({show:!1}),G?.()},[ev.diskContent,e,G,tL]),tF=(0,s.useCallback)(()=>{let e=ek.current;return e?Math.floor(e.scrollTop/20)+1:W?.current??1},[W]),tD=(0,s.useCallback)(async()=>{(!eh||await (0,R.lJ)(ec("codeViewer.unsavedConfirm"),{danger:!0,confirmText:ec("codeViewer.discardChanges"),cancelText:ec("codeViewer.continueEditing")}))&&Z?.(tF())},[eh,Z,tF]);(0,s.useEffect)(()=>{if(!J)return;let e=e=>{(e.metaKey||e.ctrlKey)&&"s"===e.key&&(e.preventDefault(),tI())};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[J,tI]);let tB=(0,s.useCallback)(()=>{let e=tE();ee?.(e);let t=ew.current,n=t?$(t):null,r=tF();if(tv.enterNormal(),n){tv.setCursorLine(n.line);let t=e.split("\n")[n.line]??"";tv.setCursorCol(Math.max(0,Math.min(n.offset,Math.max(0,t.length-1))))}else tv.setCursorLine(Math.max(0,r-1));Z?.(r)},[tE,ee,tF,Z,tv]);(0,s.useEffect)(()=>{if(!J)return;let e=e=>{let t="Escape"===e.key,n=e.ctrlKey&&"c"===e.key&&!e.metaKey&&!e.shiftKey;(t||Q&&n)&&(e.preventDefault(),e.stopPropagation(),Q?eu.current?(0,R.lJ)(ec("codeViewer.unsavedExitConfirm"),{danger:!0,confirmText:ec("codeViewer.discardChanges"),cancelText:ec("codeViewer.continueEditing")}).then(e=>{e&&tB()}):tB():tD())};return document.addEventListener("keydown",e,!0),()=>document.removeEventListener("keydown",e,!0)},[J,Q,tD,tB]);let tW=(0,s.useCallback)(()=>{eu.current||(eu.current=!0,em(!0))},[]);(0,s.useImperativeHandle)(ei,()=>({save:tI,close:tD,markDirty:tW,get isDirty(){return eu.current},get isSaving(){return ef}}),[tI,tD,tW,ef]);let tV=!!(U&&U.length>0),tO=(0,s.useMemo)(()=>{if(!U)return new Map;let e=[...new Set(U.map(e=>e.author))],t=new Map;return e.forEach((e,n)=>{t.set(e,y[n%y.length])}),t},[U]),[tz,tH]=(0,s.useState)(null),[tU,tK]=(0,s.useState)(null);(0,s.useEffect)(()=>{tH(null),tK(null)},[U]);let tq=(0,s.useCallback)((e,t)=>{tH(e.author);let n=t.currentTarget.getBoundingClientRect();tK({line:e,x:n.right+8,y:n.top})},[]),tJ=(0,s.useCallback)(()=>{tH(null),tK(null)},[]),tX=(0,s.useCallback)(e=>{q&&(q({hash:e.hashFull,shortHash:e.hash,author:e.author,authorEmail:e.authorEmail,date:new Date(1e3*e.time).toISOString(),subject:e.message.split("\n")[0]||"",body:e.message.split("\n").slice(1).join("\n").trim(),time:e.time}),tK(null))},[q]),tZ=`${tN+2}ch`;return(0,r.jsxs)("div",{ref:eL,className:`h-full flex flex-col outline-none ${b}`,tabIndex:0,onClick:tw,onDoubleClick:tk,children:[J&&ev.show&&(0,r.jsxs)("div",{className:"px-4 py-2 bg-amber-500/15 border-b border-amber-500/30 flex items-center gap-3 flex-shrink-0",children:[(0,r.jsx)("svg",{className:"w-5 h-5 text-amber-500 flex-shrink-0",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z"})}),(0,r.jsx)("span",{className:"text-sm text-foreground flex-1",children:ec("codeViewer.fileModifiedExternally")}),(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("button",{onClick:t_,className:"px-3 py-1 text-sm rounded border border-border hover:bg-accent transition-colors",children:ec("codeViewer.useDiskVersion")}),(0,r.jsx)("button",{onClick:tA,className:"px-3 py-1 text-sm rounded bg-amber-500 text-white hover:bg-amber-600 transition-colors",children:ec("codeViewer.forceOverwrite")})]})]}),!J&&g&&eD&&(0,r.jsxs)("div",{className:"flex-shrink-0 flex items-center gap-2 px-3 py-2 bg-secondary border-b border-border",children:[(0,r.jsx)("input",{ref:eM,type:"text",value:eB,onChange:e=>e5(e.target.value),onKeyDown:tt,placeholder:ec("codeViewer.searchPlaceholder"),className:"flex-1 max-w-xs px-2 py-1 text-sm border border-border rounded bg-card text-foreground focus:outline-none focus:ring-2 focus:ring-ring"}),(0,r.jsx)("button",{onClick:()=>e4(!eW),className:`px-2 py-1 text-xs font-mono rounded border transition-colors ${eW?"bg-brand text-white border-brand":"border-border text-muted-foreground hover:bg-accent"}`,title:ec("codeViewer.caseSensitive"),children:"Aa"}),(0,r.jsx)("button",{onClick:()=>e3(!eV),className:`px-2 py-1 text-xs font-mono rounded border transition-colors ${eV?"bg-brand text-white border-brand":"border-border text-muted-foreground hover:bg-accent"}`,title:ec("codeViewer.wholeWordMatch"),children:"[ab]"}),(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:eG.length>0?`${eO+1}/${eG.length}`:ec("common.noMatch")}),(0,r.jsx)("button",{onClick:te,disabled:0===eG.length,className:"p-1 rounded hover:bg-accent disabled:opacity-50",title:ec("common.previous"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 15l7-7 7 7"})})}),(0,r.jsx)("button",{onClick:e7,disabled:0===eG.length,className:"p-1 rounded hover:bg-accent disabled:opacity-50",title:ec("common.next"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})}),(0,r.jsx)("button",{onClick:()=>{e2(!1),e5("")},className:"p-1 rounded hover:bg-accent",title:ec("common.close"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),J?(0,r.jsx)("div",{ref:ek,className:"flex-1 overflow-auto bg-secondary",children:(0,r.jsxs)("div",{className:"flex",style:{minHeight:"100%"},children:[(0,r.jsx)("div",{className:"flex-shrink-0 font-mono text-sm select-none sticky left-0 z-[2] bg-secondary",style:{width:tZ},children:Array.from({length:ep},(e,t)=>(0,r.jsx)("div",{className:"text-right text-muted-foreground/50 pr-3",style:{height:20,lineHeight:"20px"},children:t+1},t))}),(0,r.jsx)("div",{ref:ew,contentEditable:!0,suppressContentEditableWarning:!0,onInput:tR,onKeyDown:tT,onPaste:t$,onCompositionStart:()=>{eS.current=!0},onCompositionEnd:()=>{eS.current=!1,tR()},spellCheck:!1,autoCorrect:"off",autoCapitalize:"off",className:"flex-1 font-mono text-sm outline-none",style:{caretColor:"var(--foreground)",tabSize:2}})]})}):(0,r.jsx)("div",{ref:eE,className:`flex-1 overflow-auto font-mono text-sm bg-secondary${e_?" cmd-held-container":""}`,children:(0,r.jsx)("div",{style:{height:`${eQ.getTotalSize()}px`,minWidth:"100%",width:tV?`calc(${tN+tS+10}ch + 13rem)`:`${tN+tS+10}ch`,position:"relative"},children:eQ.getVirtualItems().map(e=>{let t=eY[e.index];if("code"!==t.type)return null;let s=t.lineIndex,l=s+1,a=eI[s]||(0,m.ZD)(eZ[s]||""),o=td(s,a,B),i=e1.has(l),c=e0.get(l),d=c?.[0],u=!!(eH&&l>=eH.range.start&&l<=eH.range.end),h=tm>=0?th.current:null,f=!J&&K&&h===l?K[s]??null:null,x=tV?U[s]:void 0,p=tV&&s>0?U[s-1]:void 0,g=!!x&&(!p||p.hash!==x.hash),b=x?tO.get(x.author):void 0;return(0,r.jsx)(w,{virtualKey:e.key,lineNum:l,highlightedHtml:o,hasComments:i,firstComment:d,lineCommentsCount:c?.length,isInRange:u,showLineNumbers:n,lineNumChars:tN,commentsEnabled:eq,virtualItemSize:e.size,virtualItemStart:e.start,onCommentBubbleClick:tn,onCmdClick:tC,onTokenHover:tj,onTokenHoverLeave:z,flashLine:eF,blameLine:x,showBlameInfo:g,blameAuthorColor:b,isBlameHovered:!!(x&&tz===x.author),onBlameClick:tX,onBlameMouseEnter:tq,onBlameMouseLeave:tJ,inlineBlameData:f,onInlineBlameClick:tX,isCursorLine:Q&&!J&&tv.state.cursorLine===s,cursorCol:Q&&!J&&tv.state.cursorLine===s?tv.state.cursorCol:void 0},e.key)})})}),Q&&(0,r.jsxs)("div",{className:"vi-status-bar flex-shrink-0 h-6 bg-card border-t border-border flex items-center px-3 text-xs font-mono select-none",children:["normal"===tv.state.mode&&(0,r.jsx)("span",{className:"text-green-11 font-medium",children:"NORMAL"}),"insert"===tv.state.mode&&(0,r.jsx)("span",{className:"text-blue-11 font-medium",children:"INSERT"}),"command"===tv.state.mode&&(0,r.jsxs)("div",{className:"flex items-center flex-1",children:[(0,r.jsx)("span",{className:"text-foreground",children:":"}),(0,r.jsx)("input",{ref:tx,value:tv.state.commandInput,onChange:e=>tv.setCommandInput(e.target.value),onKeyDown:e=>{if(e.nativeEvent.isComposing)return;let t=e.ctrlKey&&"c"===e.key&&!e.metaKey&&!e.shiftKey;("Enter"===e.key||"Escape"===e.key||t)&&(e.preventDefault(),e.stopPropagation(),tv.handleKeyDown(e.nativeEvent))},className:"flex-1 bg-transparent outline-none text-foreground ml-0.5",spellCheck:!1,autoComplete:"off"})]}),"search"===tv.state.mode&&(0,r.jsxs)("div",{className:"flex items-center flex-1",children:[(0,r.jsx)("span",{className:"text-foreground",children:"/"}),(0,r.jsx)("input",{ref:tp,value:tv.state.searchInput,onChange:e=>tv.setSearchInput(e.target.value),onKeyDown:e=>{if(e.nativeEvent.isComposing)return;let t=e.ctrlKey&&"c"===e.key&&!e.metaKey&&!e.shiftKey;("Enter"===e.key||"Escape"===e.key||t)&&(e.preventDefault(),e.stopPropagation(),tv.handleKeyDown(e.nativeEvent))},className:"flex-1 bg-transparent outline-none text-foreground ml-0.5",spellCheck:!1,autoComplete:"off"})]}),tv.state.keyBuffer&&"normal"===tv.state.mode&&(0,r.jsx)("span",{className:"ml-2 text-muted-foreground",children:tv.state.keyBuffer}),tv.state.isDirty&&("normal"===tv.state.mode||"command"===tv.state.mode)&&(0,r.jsx)("span",{className:"ml-2 text-amber-11",children:"[+]"}),(0,r.jsxs)("span",{className:"ml-auto text-muted-foreground",children:[tv.state.cursorLine+1,":",tv.state.cursorCol+1]})]}),eA&&tf&&(0,a.createPortal)((0,r.jsxs)(r.Fragment,{children:[!J&&(0,r.jsx)(f.f,{floatingToolbarRef:eR,bumpRef:e$,container:tf,onAddComment:tr,onSendToAI:ts,onSearch:eo?ta:void 0,onExplain:eK?tl:void 0,isChatLoading:eK?.isLoading}),!J&&eH&&(0,r.jsx)(u.t,{x:eH.x,y:eH.y,range:eH.range,filePath:t,lineSnapshot:eH.lineSnapshot,container:tf,onSubmit:to,onSendToAI:eK?tc:void 0,onClose:()=>e6(null),isChatLoading:eK?.isLoading}),!J&&eU&&(0,r.jsx)(u.G,{x:eU.x,y:eU.y,range:eU.range,filePath:t,lineSnapshot:eU.lineSnapshot,container:tf,onSubmit:ti,onClose:()=>e9(null),isChatLoading:eK?.isLoading}),!J&&ez&&(0,r.jsx)(x.t,{x:ez.x,y:ez.y,comment:ez.comment,container:tf,onClose:()=>e8(null),onUpdateComment:eJ,onDeleteComment:eX}),tU&&(0,r.jsxs)("div",{className:"fixed z-50 bg-card border border-border rounded-lg shadow-lg p-3 max-w-lg",style:{left:Math.min(tU.x,window.innerWidth-450),top:Math.max(8,Math.min(tU.y,window.innerHeight-200))},children:[(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("div",{className:"px-2 py-0.5 rounded text-xs font-mono font-medium text-white flex-shrink-0",style:{backgroundColor:tO.get(tU.line.author)?.border||"#666"},children:tU.line.hash}),(0,r.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,r.jsx)("div",{className:"text-sm font-medium text-foreground",children:tU.line.author}),(0,r.jsx)("div",{className:"text-xs text-muted-foreground",children:tU.line.authorEmail})]})]}),(0,r.jsx)("div",{className:"mt-2 text-sm text-foreground whitespace-pre-wrap max-h-48 overflow-y-auto",children:tU.line.message}),(0,r.jsxs)("div",{className:"mt-2 text-xs text-muted-foreground border-t border-border pt-2",children:[(0,M.fw)(tU.line.time)," \xb7 ",new Date(1e3*tU.line.time).toLocaleString(),(0,r.jsx)("span",{className:"ml-2 text-brand",children:ec("codeViewer.clickToViewDetails")})]})]})]}),tf)]})});function _({content:e,filePath:t,className:n=""}){let l=(0,s.useMemo)(()=>e.split("\n"),[e]),a=(0,h.C)(l,t),o=Math.max(4,String(l.length).length);return(0,r.jsx)("pre",{className:`overflow-auto text-sm font-mono bg-secondary p-2 ${n}`,children:l.map((e,t)=>(0,r.jsxs)("div",{className:"flex",children:[(0,r.jsx)("span",{className:"text-slate-9 select-none pr-4 text-right",style:{minWidth:`${o+2}ch`},children:t+1}),(0,r.jsx)("span",{className:"flex-1",dangerouslySetInnerHTML:{__html:a[t]||(0,m.ZD)(e||" ")}})]},t))})}},38987:(e,t,n)=>{n.d(t,{zB:()=>$,e$:()=>T,vP:()=>E});var r=n(95155),s=n(12115),l=n(79114),a=n(49433),o=n(77725),i=n(62111),c=n(70188),d=n(64428),u=n(12710),h=n(33210),m=n(32967),f=n(88780),x=n(30133),p=n(48661),g=n(53377),b=n(47215),v=n(5135),y=n(24602),w=n(9573);let k=[/(^|\/)__tests__\//,/(^|\/)tests?\//,/\.(test|spec)\.[^/]+$/],j=[/\.(md|mdx)$/i,/(^|\/)docs\//,/(^|\/)README[^/]*$/i,/(^|\/)LICENSE[^/]*$/i,/(^|\/)CHANGELOG[^/]*$/i];function C(e){return k.some(t=>t.test(e))?"test":j.some(t=>t.test(e))?"docs":null}function N(e,t){if(t&&e.startsWith(t)){let n=e.slice(t.length);return n.startsWith("/")?n.slice(1):n}return e}function S(e,t){let n=[];for(let r of e)if("Edit"===r.name){let e=r.input;if(e.file_path&&"string"==typeof e.old_string&&"string"==typeof e.new_string){let s=N(e.file_path,t);n.push({key:r.id,toolName:"Edit",subject:`[Edit] ${s}`,legacy:!0,changeClass:C(s),files:[{path:s,status:"modified",old_string:e.old_string,new_string:e.new_string,fileClass:C(s)}]})}}else if("Write"===r.name){let e=r.input;if(e.file_path&&"string"==typeof e.content){let s=N(e.file_path,t);n.push({key:r.id,toolName:"Write",subject:`[Write] ${s}`,legacy:!0,changeClass:C(s),files:[{path:s,status:"added",old_string:"",new_string:e.content,fileClass:C(s)}]})}}return n}function E(e,t,n){let r=e.map(e=>{let t=new Set(e.commit.toolFiles);return{key:e.commit.toolId??e.commit.hash,shortHash:e.commit.hash.slice(0,7),toolName:e.commit.toolName??"tool",subject:e.commit.subject,timestamp:e.commit.timestamp,truncated:!0===e.truncated,changeClass:function(e){if(0===e.length)return null;let t=C(e[0]);return null===t?null:e.every(e=>C(e)===t)?t:null}(e.files.map(e=>e.path)),files:e.files.map(e=>({path:e.path,status:e.status,additions:e.additions,deletions:e.deletions,old_string:e.oldContent??"",new_string:e.newContent??"",unviewable:e.binary||null===e.oldContent&&null===e.newContent,external:t.size>0&&!t.has(e.path),fileClass:C(e.path)}))}});return r.length>0?r:S(t,n)}function L({additions:e,deletions:t}){return(0,r.jsxs)("span",{className:"flex items-center gap-1 font-mono",children:[(0,r.jsxs)("span",{className:"text-green-11",children:["+",e]}),(0,r.jsxs)("span",{className:"text-red-11",children:["-",t]})]})}function M({cls:e}){return(0,r.jsx)("span",{className:`text-[10px] px-1 py-px rounded flex-shrink-0 ${"test"===e?"bg-emerald-500/15 text-emerald-600 dark:text-emerald-400/80":"bg-sky-500/15 text-sky-600 dark:text-sky-400/80"}`,children:e})}function R(e){let t=new Date(1e3*e),n=new Date,r=String(t.getMonth()+1).padStart(2,"0"),s=String(t.getDate()).padStart(2,"0"),l=String(t.getHours()).padStart(2,"0"),a=String(t.getMinutes()).padStart(2,"0"),o=`${r}-${s} ${l}:${a}`;return t.getFullYear()===n.getFullYear()?o:`${t.getFullYear()}-${o}`}function T({toolCalls:e,cwd:t,onClose:n,onContentSearch:d}){let{t:k}=(0,l.Bd)(),j=(0,s.useRef)(null),[C,N]=(0,s.useState)(null);(0,s.useEffect)(()=>{N(j.current)},[]);let $=(0,s.useMemo)(()=>e.map(e=>e.id).filter(Boolean),[e]),P=$.join(","),[I,A]=(0,s.useState)(0),_=(0,o.Z)(t&&$.length>0?(0,w.se)(t,$):a.succeed([]),[t,P,I]),F=(0,s.useMemo)(()=>e.filter(e=>["Edit","Write","MultiEdit","NotebookEdit"].includes(e.name)).map(e=>e.id),[e]);(0,s.useEffect)(()=>{if("success"!==_.status||I>=2)return;let e=new Set(_.data.map(e=>e.commit.toolId));if(F.some(t=>!e.has(t))){let e=setTimeout(()=>A(e=>e+1),2e3);return()=>clearTimeout(e)}},[_,I,F]);let D=(0,s.useRef)([]),B="loading"===_.status&&0===D.current.length,W=(0,s.useMemo)(()=>{if("success"===_.status){let n=E(_.data,e,t);return n.length>0&&(D.current=n),n}return"loading"===_.status&&D.current.length>0?D.current:"loading"===_.status?[]:S(e,t)},[_,e,t]),[V,O]=(0,s.useState)(null),[z,H]=(0,s.useState)(null),[U,K]=(0,s.useState)(new Set),[q,J]=(0,s.useState)(()=>window.innerWidth>=768),[X,Z]=(0,s.useState)("compact"),[G,Y]=(0,s.useState)("unified"),[Q,ee]=(0,s.useState)(!1),[et,en]=(0,s.useState)(!1),[er,es]=(0,s.useState)(null),el=(0,s.useMemo)(()=>W.find(e=>e.key===V)??null,[W,V]),ea=(0,s.useRef)(null);(0,s.useEffect)(()=>{el&&(ea.current=el)},[el]);let eo=el??ea.current,ei=(0,s.useMemo)(()=>eo?(0,f.Do)(eo.files):[],[eo]),ec=(0,s.useMemo)(()=>eo?.files.find(e=>e.path===z)??null,[eo,z]),ed=(0,s.useCallback)(e=>{O(e.key),H(e.files[0]?.path??null),K(new Set((0,f.Sz)((0,f.Do)(e.files))))},[]);(0,s.useEffect)(()=>{W.length>0&&null==V&&ed(W[0])},[W,V,ed]),(0,s.useEffect)(()=>{let e=e=>{if("Escape"===e.key){if(Q)return void ee(!1);if(et)return void en(!1);if(er)return void es(null);(0,i.k)(),n()}};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[n,Q,et,er]);let eu=(0,s.useMemo)(()=>W.reduce((e,t)=>e+t.files.length,0),[W]),eh=e=>(0,r.jsx)("div",{className:"flex-1 flex items-center justify-center text-muted-foreground text-sm",children:e});return(0,r.jsx)(c.SU,{container:C,children:(0,r.jsxs)("div",{ref:j,className:"relative bg-card shadow-xl w-full h-full flex flex-col rounded-lg",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("button",{onClick:()=>J(e=>!e),"aria-label":k("diffViewer.toggleFileTree"),className:`p-1 rounded transition-colors ${q?"text-foreground bg-accent":"text-muted-foreground hover:text-foreground hover:bg-accent"}`,children:(0,r.jsx)(u.A,{className:"w-4 h-4"})}),(0,r.jsx)("h3",{className:"text-sm font-medium text-foreground",children:k("diffViewer.fileChanges",{count:eu})})]}),(0,r.jsx)("button",{onClick:n,className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",children:(0,r.jsx)(h.A,{className:"w-5 h-5"})})]}),(0,r.jsxs)("div",{className:"flex-1 flex overflow-hidden",children:[q&&(0,r.jsx)("div",{className:"w-60 flex-shrink-0 border-r border-border overflow-y-auto",children:W.map(e=>{let t;return(0,r.jsxs)("div",{onClick:()=>ed(e),className:`px-3 py-2 border-b border-border cursor-pointer hover:bg-accent ${V===e.key?"bg-brand/10":""}`,children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[e.shortHash&&(0,r.jsx)("span",{className:"font-mono text-xs text-brand",children:e.shortHash}),void 0!==e.timestamp&&(0,r.jsx)("span",{className:"text-xs text-slate-9",children:R(e.timestamp)}),e.changeClass&&(0,r.jsx)("span",{className:"ml-auto",children:(0,r.jsx)(M,{cls:e.changeClass})})]}),(0,r.jsx)("div",{className:"text-sm text-foreground truncate mt-0.5","data-tooltip":e.subject,children:e.subject}),(0,r.jsxs)("div",{className:"flex items-center gap-2 mt-0.5 text-xs text-muted-foreground",children:[(0,r.jsx)("span",{children:k("commitDetail.nChanges",{count:e.files.length})}),(t=function(e){let t=!1,n=0,r=0;for(let s of e.files)(void 0!==s.additions||void 0!==s.deletions)&&(t=!0),n+=s.additions??0,r+=s.deletions??0;return t?{additions:n,deletions:r}:null}(e))&&(t.additions>0||t.deletions>0)?(0,r.jsx)(L,{additions:t.additions,deletions:t.deletions}):null]})]},e.key)})}),(0,r.jsx)("div",{className:"flex-1 flex flex-col overflow-hidden",children:B?eh(k("diffViewer.loadingSnapshots")):0===W.length?eh(k("diffViewer.noChanges")):eo?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"flex items-center gap-3 px-4 py-2 border-b border-border text-xs text-muted-foreground",children:[(0,r.jsxs)("span",{className:"flex items-center gap-1 text-foreground",children:[(0,r.jsx)(m.A,{className:"w-3.5 h-3.5"}),eo.toolName]}),eo.shortHash&&(0,r.jsx)("span",{className:"font-mono text-brand",children:eo.shortHash}),void 0!==eo.timestamp&&(0,r.jsx)("span",{children:R(eo.timestamp)}),(0,r.jsx)("span",{className:"flex-1 min-w-0 truncate","data-tooltip":eo.subject,children:eo.subject}),eo.truncated&&(0,r.jsx)("span",{className:"text-amber-500",children:k("diffViewer.truncated")}),eo.legacy&&(0,r.jsx)("span",{className:"px-1.5 py-0.5 rounded bg-amber-500/15 text-amber-600 dark:text-amber-400","data-tooltip":k("diffViewer.reconstructedHint"),children:k("diffViewer.reconstructed")}),(0,r.jsxs)("div",{className:"ml-auto flex items-center gap-2",children:[(0,r.jsx)(x.y,{value:X,onChange:Z}),(0,r.jsx)(p.q,{value:G,onChange:Y})]})]}),(0,r.jsxs)("div",{className:"flex-1 flex overflow-hidden",children:[q&&(0,r.jsx)("div",{className:"w-72 flex-shrink-0 border-r border-border overflow-y-auto overflow-x-hidden",children:(0,r.jsx)(f.VO,{files:ei,selectedPath:z,expandedPaths:U,onToggle:e=>K(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n}),onSelect:e=>{!e.isDirectory&&e.file&&(H(e.file.path),window.innerWidth<768&&J(!1))},cwd:t||"",showChanges:!0,renderActions:e=>{if(e.isDirectory)return null;let t=e.file;return t?(0,r.jsxs)(r.Fragment,{children:[t.fileClass&&(0,r.jsx)(M,{cls:t.fileClass}),t.external&&(0,r.jsx)("span",{className:"w-1.5 h-1.5 rounded-full bg-purple-400 flex-shrink-0","data-tooltip":k("diffViewer.externalChange")})]}):null}})}),(0,r.jsx)("div",{className:"flex-1 overflow-hidden",children:ec?ec.unviewable?(0,r.jsx)("div",{className:"h-full flex items-center justify-center text-muted-foreground text-sm",children:k("diffViewer.notViewable")}):"unified"===G?(0,r.jsx)(g.xU,{oldContent:ec.old_string,newContent:ec.new_string,filePath:ec.path,cwd:t,enableComments:!0,onContentSearch:d,compact:"compact"===X,onPreview:"deleted"===ec.status?void 0:(0,b.e$)(ec.path)?()=>ee(!0):(0,b.aR)(ec.path)?()=>en(!0):ec.path.endsWith(".json")?()=>es({content:ec.new_string,filePath:ec.path}):void 0,previewLabel:ec.path.endsWith(".json")?k("common.readable"):k("common.preview")}):(0,r.jsx)(g.xZ,{oldContent:ec.old_string,newContent:ec.new_string,filePath:ec.path,isNew:"added"===ec.status,isDeleted:"deleted"===ec.status,cwd:t,enableComments:!0,onContentSearch:d,compact:"compact"===X,onPreview:"deleted"===ec.status?void 0:(0,b.e$)(ec.path)?()=>ee(!0):(0,b.aR)(ec.path)?()=>en(!0):ec.path.endsWith(".json")?()=>es({content:ec.new_string,filePath:ec.path}):void 0,previewLabel:ec.path.endsWith(".json")?k("common.readable"):k("common.preview")}):(0,r.jsx)("div",{className:"h-full flex items-center justify-center text-muted-foreground text-sm",children:k("diffViewer.selectFileToView")})})]})]}):eh(k("diffViewer.selectFileToView"))})]}),Q&&ec&&(0,r.jsx)("div",{className:"absolute inset-0 z-50 flex items-center justify-center bg-black/50 p-2 md:p-4",onClick:()=>ee(!1),children:(0,r.jsx)("div",{className:"bg-card rounded-lg shadow-xl w-full max-w-[95%] h-full flex flex-col",onClick:e=>e.stopPropagation(),children:(0,r.jsx)(v.M,{content:ec.new_string,filePath:ec.path,cwd:t||"",onClose:()=>ee(!1)})})}),et&&ec&&(0,r.jsx)(y.N,{filePath:ec.path,content:ec.new_string,cwd:t,onClose:()=>en(!1),onContentSearch:d}),er&&(0,r.jsx)("div",{className:"absolute inset-0 z-50 flex items-center justify-center bg-black/50 p-2 md:p-4",onClick:()=>es(null),children:(0,r.jsxs)("div",{className:"bg-card rounded-lg shadow-xl w-full max-w-[95%] h-full flex flex-col",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-2 border-b border-border flex-shrink-0",children:[(0,r.jsx)("span",{className:"text-sm text-muted-foreground font-mono truncate",children:er.filePath}),(0,r.jsx)("button",{onClick:()=>es(null),className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",children:(0,r.jsx)(h.A,{className:"w-4 h-4"})})]}),(0,r.jsx)("div",{className:"flex-1 overflow-auto px-6 py-4 bg-[#0d1117]",children:(0,r.jsx)("pre",{className:"whitespace-pre-wrap break-words font-mono",style:{fontSize:"0.8125rem",lineHeight:"1.5"},children:(0,b.xb)(er.content)})})]})})]})})}function $({toolCalls:e,cwd:t,onClose:n,onContentSearch:s}){return(0,r.jsx)(d.ZL,{children:(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50",onClick:n,children:(0,r.jsx)(T,{toolCalls:e,cwd:t,onClose:n,onContentSearch:s?e=>{n(),s(e)}:void 0})})})}},46456:(e,t,n)=>{n.d(t,{$:()=>i,BC:()=>c,Tu:()=>u,lb:()=>o,tj:()=>h,vv:()=>d});var r=n(49433),s=n(82680);let l=(e,t)=>r.tryPromise({try:async()=>{let n=await fetch(e,t);if(!n.ok)throw Error(`HTTP ${n.status}`);return await n.json()},catch:n=>new s.uV({message:`${t?.method??"GET"} ${e} failed`,cause:n})}),a=(e,t)=>r.tryPromise({try:async()=>{let n=await fetch(e,t);if(!n.ok)throw Error(`HTTP ${n.status}`)},catch:n=>new s.uV({message:`${t.method} ${e} failed`,cause:n})}),o=(e,t)=>l(`/api/comments?cwd=${encodeURIComponent(e)}${t?`&filePath=${encodeURIComponent(t)}`:""}`),i=e=>l(`/api/comments?cwd=${encodeURIComponent(e)}&all=true`),c=e=>l("/api/comments",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}),d=(e,t,n)=>l("/api/comments",{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({cwd:e,id:t,content:n})}),u=(e,t)=>a(`/api/comments?cwd=${encodeURIComponent(e)}&id=${encodeURIComponent(t)}`,{method:"DELETE"}),h=e=>a(`/api/comments?cwd=${encodeURIComponent(e)}&all=true`,{method:"DELETE"})},47215:(e,t,n)=>{n.d(t,{C6:()=>a,C_:()=>v,Hz:()=>b,WU:()=>y,aR:()=>g,cG:()=>i,e$:()=>p,jU:()=>l,oK:()=>w,u:()=>x,xb:()=>c,zs:()=>m});var r=n(12115),s=n(69809);function l(e){try{return JSON.parse(e),!0}catch{return!1}}function a(e){try{let t=JSON.parse(e);return JSON.stringify(t,null,2)}catch{return e}}let o={key:"#79c0ff",str:"#a5d6ff",num:"#79c0ff",bool:"#ff7b72",punct:"#8b949e",fold:"#6e7681"},i={key:"hsl(var(--blue-11))",str:"hsl(var(--green-11))",num:"hsl(var(--violet-11))",bool:"hsl(var(--red-11))",punct:"hsl(var(--slate-11))",fold:"hsl(var(--slate-11))"};function c(e,t=o){try{let n=JSON.parse(e);return h(n,0,t)}catch{return e}}let d=(e,t)=>r.createElement("span",{style:{color:e}},t);function u({label:e,labelColor:t,value:n,indent:l,colors:a}){let[o,i]=r.useState(!1),[c,m]=r.useState({x:0,y:0}),f="string"==typeof n&&n.replace(/\\n/g,"\n").split("\n").length>3,x={onMouseDown:e=>{m({x:e.clientX,y:e.clientY})},onClick:e=>{let t=e.clientX-c.x,n=e.clientY-c.y;t*t+n*n>25||(e.stopPropagation(),i(e=>!e))},style:{cursor:"pointer"}};if(f&&o&&"string"==typeof n){let l=n.replace(/\\n/g,"\n").split("\n")[0],o=n.replace(/\\n/g,"\n").split("\n").length;return r.createElement("span",x,d(t,e),d(a.punct,": "),d(a.str,l),d(a.fold,` ${s.A.t("toolCall.foldedLines",{count:o})}`))}let p=r.createElement(r.Fragment,null,d(t,e),d(a.punct,": "),h(n,l,a));return f?r.createElement("span",x,p):p}function h(e,t,n){let s=" ".repeat(t);if(null===e)return d(n.bool,"null");if(void 0===e)return d(n.bool,"undefined");if("string"==typeof e){let t=e.replace(/\\n/g,"\n").replace(/\n/g,"\n"+s);return d(n.str,t)}if("number"==typeof e)return d(n.num,String(e));if("boolean"==typeof e)return d(n.bool,String(e));if(Array.isArray(e))return 0===e.length?d(n.punct,"[]"):r.createElement(r.Fragment,null,d(n.punct,"["),"\n",...e.map((l,a)=>r.createElement("span",{key:a},s+" ",r.createElement(u,{label:`[${a}]`,labelColor:n.key,value:l,indent:t+1,colors:n}),a<e.length-1?r.createElement(r.Fragment,null,d(n.punct,","),"\n"):"\n")),s,d(n.punct,"]"));if("object"==typeof e){let l=Object.entries(e);return 0===l.length?d(n.punct,"{}"):r.createElement(r.Fragment,null,d(n.punct,"{"),"\n",...l.map(([e,a],o)=>r.createElement("span",{key:e},s+" ",r.createElement(u,{label:e,labelColor:n.key,value:a,indent:t+1,colors:n}),o<l.length-1?r.createElement(r.Fragment,null,d(n.punct,","),"\n"):"\n")),s,d(n.punct,"}"))}return String(e)}function m(e){try{let t=JSON.parse(e);if(t&&"string"==typeof t.file_path&&"string"==typeof t.old_string&&"string"==typeof t.new_string)return t}catch{}return null}let f=new Set([".png",".jpg",".jpeg",".gif",".webp",".svg",".bmp",".ico",".avif"]);function x(e){let t=e.slice(e.lastIndexOf(".")).toLowerCase();return f.has(t)}function p(e){return e.toLowerCase().endsWith(".md")}function g(e){let t=e.toLowerCase();return t.endsWith(".html")||t.endsWith(".htm")}function b(e){return e.toLowerCase().endsWith(".json")}function v(e){return"skill.md"===e.slice(e.lastIndexOf("/")+1).toLowerCase()}function y(e,t){let n=t.startsWith("/")?[]:e.split("/").slice(0,-1);for(let e of t.replace(/^\//,"").split("/"))""!==e&&"."!==e&&(".."===e?n.pop():n.push(e));return n.join("/")}function w(e){try{let t=JSON.parse(e);if(t&&"string"==typeof t.file_path)return t.file_path}catch{let t=e.trim();if(t.startsWith("/")&&!t.includes("\n")&&t.length<500)return t}return null}},48347:(e,t,n)=>{n.d(t,{H:()=>a,r:()=>o});var r=n(95155),s=n(12115);let l=(0,s.createContext)(null);function a({value:e,children:t}){return(0,r.jsx)(l.Provider,{value:e,children:t})}function o(){return(0,s.useContext)(l)}},48661:(e,t,n)=>{n.d(t,{q:()=>l});var r=n(95155),s=n(79114);function l({value:e,onChange:t,className:n}){let{t:a}=(0,s.Bd)();return(0,r.jsx)("div",{className:`flex items-center gap-0.5 rounded border border-border overflow-hidden ${n??""}`,children:["split","unified"].map(n=>(0,r.jsx)("button",{onClick:e=>{e.stopPropagation(),t(n)},className:`px-2 py-0.5 text-xs transition-colors ${e===n?"bg-brand text-white":"text-muted-foreground hover:bg-accent"}`,children:a("split"===n?"diffViewer.viewSplit":"diffViewer.viewUnified")},n))})}},48764:(e,t,n)=>{n.d(t,{Bz:()=>c,Hy:()=>a,L5:()=>o,hp:()=>i});var r=n(49433),s=n(82680);let l=(e,t)=>r.tryPromise({try:async()=>{let n=await fetch(e,t);if(!n.ok){let e;try{e=(await n.json()).error}catch{}throw Error(e||`HTTP ${n.status}`)}return await n.json()},catch:n=>new s.uV({message:`${t?.method??"GET"} ${e} failed`,cause:n})}),a=()=>l("/api/skills"),o=e=>l("/api/skills",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:e})}),i=e=>l(`/api/skills/${encodeURIComponent(e)}`,{method:"DELETE"}),c=e=>l(`/api/skills/content?id=${encodeURIComponent(e)}`)},50860:(e,t,n)=>{n.d(t,{I:()=>o});var r=n(95155),s=n(12115),l=n(86957),a=n(60938);function o(e){let{refreshKey:t,className:n="h-full flex items-center justify-center p-4 bg-secondary",imgClassName:o="max-w-full max-h-full object-contain",alt:i}=e,c="absPath"in e&&"string"==typeof e.absPath,d=c?void 0:e.cwd,u=c?void 0:e.path,h=c?e.absPath:void 0,[m,f]=(0,s.useState)({kind:"loading"}),x=(0,s.useRef)(0);if((0,s.useEffect)(()=>{let e=++x.current;return f({kind:"loading"}),(async()=>{if(c){if(e!==x.current)return;f({kind:"ready",etag:null,size:0});return}let t=await l.t4.runPromiseExit((0,a.r6)(d,u));if(e!==x.current)return;if("Failure"===t._tag){let e="Fail"===t.cause._tag?t.cause.error:null,n=e?.cause;f({kind:"error",message:n instanceof Error?n.message:"Unknown error"});return}let n=t.value;if(!n.ok)return f({kind:"error",message:`stat failed (${n.status})`});let r=n.data;r&&r.exists?"too-large"===r.category?f({kind:"too-large",size:r.size??0}):"image"!==r.category?f({kind:"error",message:`Not an image (${r.category})`}):f({kind:"ready",etag:r.etag||`t-${r.mtimeMs??Date.now()}`,size:r.size??0}):f({kind:"missing"})})(),()=>{x.current++}},[c,d,u,h,t]),"loading"===m.kind)return(0,r.jsx)("div",{className:n,children:(0,r.jsx)("span",{className:"inline-block w-6 h-6 border-2 border-brand border-t-transparent rounded-full animate-spin"})});if("missing"===m.kind)return(0,r.jsx)("div",{className:n,children:(0,r.jsx)("div",{className:"text-sm text-muted-foreground",children:"File not found"})});if("too-large"===m.kind)return(0,r.jsx)("div",{className:n,children:(0,r.jsxs)("div",{className:"text-sm text-muted-foreground",children:["Image too large to preview (",Math.round(m.size/1024/1024)," MB)"]})});if("error"===m.kind)return(0,r.jsx)("div",{className:n,children:(0,r.jsx)("div",{className:"text-sm text-red-11",children:m.message})});let p=c?`/api/file?path=${encodeURIComponent(h)}&raw=true`:`/api/files/read?cwd=${encodeURIComponent(d)}&path=${encodeURIComponent(u)}&v=${encodeURIComponent(m.etag)}`;return(0,r.jsx)("div",{className:n,children:(0,r.jsx)("img",{src:p,alt:i??(u||h),className:o})})}},51145:(e,t,n)=>{n.d(t,{K:()=>l});var r=n(49433),s=n(82680);let l=(e,t)=>{let n,l;return n=`/api/files/text?cwd=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}`,l={cache:"no-store"},r.tryPromise({try:async()=>{let e=await fetch(n,l),t=null;try{t=await e.json()}catch{}return{status:e.status,ok:e.ok,data:t}},catch:e=>new s.uV({message:`GET ${n} failed`,cause:e})})}},53377:(e,t,n)=>{n.d(t,{xU:()=>E,xZ:()=>S});var r=n(95155),s=n(12115),l=n(79114),a=n(64702),o=n(22576),i=n(34075),c=n(56978),d=n(17196);function u({lines:e,containerRef:t}){let n=(0,s.useRef)(null),[l,a]=(0,s.useState)({top:0,height:0});if((0,s.useEffect)(()=>{let e=t.current;if(!e)return;let r=()=>{let{scrollTop:t,scrollHeight:r,clientHeight:s}=e,l=n.current?.clientHeight||0;if(r<=s)a({top:0,height:l});else{let e=l/r;a({top:t*e,height:s*e})}};return r(),e.addEventListener("scroll",r),window.addEventListener("resize",r),()=>{e.removeEventListener("scroll",r),window.removeEventListener("resize",r)}},[t]),0===e.length)return null;let o=100/e.length;return(0,r.jsxs)("div",{ref:n,className:"w-4 flex-shrink-0 bg-secondary border-l border-border relative cursor-pointer",onClick:e=>{let r=t.current,s=n.current;if(!r||!s)return;let l=s.getBoundingClientRect(),a=(e.clientY-l.top)/l.height*r.scrollHeight-r.clientHeight/2;r.scrollTo({top:Math.max(0,a),behavior:"smooth"})},children:[e.map((e,t)=>"unchanged"!==e.type&&(0,r.jsx)("div",{className:`absolute left-0 right-0 ${"removed"===e.type?"bg-red-9":"bg-green-9"}`,style:{top:`${t*o}%`,height:`${Math.max(o,.5)}%`,minHeight:"2px"}},t)),(0,r.jsx)("div",{className:"absolute left-0 right-0 bg-muted/60 border-y border-border",style:{top:`${l.top}px`,height:`${Math.max(l.height,10)}px`}})]})}var h=n(47650),m=n(1058),f=n(90717),x=n(69809),p=n(70188),g=n(48347),b=n(89109),v=n(7320),y=n(37614),w=n(27570);function k({cwd:e,enableComments:t=!1,filePath:n,diffLines:l,containerEl:a,onContentSearch:o}){let i=(0,p.iN)(),c=(0,g.r)(),d=t&&!!e,{comments:u,addComment:j,updateComment:C,deleteComment:N,refresh:S}=(0,m._)({cwd:e||"",filePath:n}),[E,L]=(0,s.useState)(null),{toolbarRef:M,bumpRef:R,clearToolbar:T}=(0,w.L)({enabled:d,container:a,resolveLineRange:e=>{if(!document.contains(e))return null;let t=e.nodeType===Node.TEXT_NODE?e.parentElement:e,n=t?.closest("[data-new-line]");if(!n)return null;let r=parseInt(n.getAttribute("data-new-line")||"0",10);return!Number.isFinite(r)||r<=0?null:{start:r,end:r}},buildLineSnapshot:({start:e,end:t})=>{let n=[],r=0;for(let s of l)("unchanged"===s.type||"added"===s.type)&&++r>=e&&r<=t&&n.push(s.content);return n.join("\n")}}),[$,P]=(0,s.useState)(null),[I,A]=(0,s.useState)(null),[_,F]=(0,s.useState)(!1);(0,s.useEffect)(()=>{F(!0)},[]);let D=(0,s.useMemo)(()=>{let e=new Set;for(let t of u)for(let n=t.startLine;n<=t.endLine;n++)e.add(n);return e},[u]),B=(0,s.useMemo)(()=>{let e=new Map;for(let t of u){let n=t.endLine;e.has(n)||e.set(n,[]),e.get(n).push(t)}return e},[u]),W=(0,s.useCallback)((e,t)=>{t.stopPropagation(),L({comment:e,x:t.clientX,y:t.clientY}),T(),P(null),A(null)},[T]),V=(0,s.useCallback)(()=>{let e=M.current;e&&(P({x:e.x,y:e.y,range:e.range,selectedText:e.selectedText,lineSnapshot:e.lineSnapshot}),T())},[T,M]),O=(0,s.useCallback)(()=>{let e=M.current;e&&(A({x:e.x,y:e.y,range:e.range,selectedText:e.selectedText,lineSnapshot:e.lineSnapshot}),T())},[T,M]),z=(0,s.useCallback)(()=>{let e=M.current;e&&c&&(T(),(0,f.Ff)(c.sendMessage,{filePath:n,startLine:e.range.start,endLine:e.range.end,codeContent:e.lineSnapshot},x.A.t("explain.selectionMessage")))},[c,n,T,M]),H=(0,s.useCallback)(()=>{let e=M.current;if(!e||!o)return;let t=e.selectedText.trim();T(),t&&o(t)},[o,T,M]),U=(0,s.useCallback)(async(t,r)=>{if(c&&e)try{let s=await (0,f.$3)(e),l=[];for(let e of s)l.push({filePath:e.filePath,startLine:e.startLine,endLine:e.endLine,codeContent:e.codeContent,note:e.content||void 0});l.push({filePath:n,startLine:t.range.start,endLine:t.range.end,codeContent:t.lineSnapshot});let a=(0,f.Gw)(l,r);c.sendMessage(a),await (0,f.RP)(e),S()}catch(e){console.error("Failed to send to AI:",e)}},[c,n,e,S]),K=(0,s.useCallback)(e=>{I&&U(I,e)},[I,U]),q=(0,s.useCallback)(e=>{$&&U($,e)},[$,U]),J=(0,s.useCallback)(async e=>{$&&(await j($.range.start,$.range.end,e,$.selectedText),P(null))},[$,j]),X=_&&i?(0,h.createPortal)((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(b.f,{floatingToolbarRef:M,bumpRef:R,container:i,onAddComment:V,onSendToAI:O,onSearch:o?H:void 0,onExplain:c?z:void 0,isChatLoading:c?.isLoading??!1}),$&&(0,r.jsx)(v.t,{x:$.x,y:$.y,range:$.range,filePath:n,lineSnapshot:$.lineSnapshot,container:i,onSubmit:J,onSendToAI:c?q:void 0,onClose:()=>P(null),isChatLoading:c?.isLoading}),I&&(0,r.jsx)(v.G,{x:I.x,y:I.y,range:I.range,filePath:n,lineSnapshot:I.lineSnapshot,container:i,onSubmit:K,onClose:()=>A(null),isChatLoading:c?.isLoading}),E&&(0,r.jsx)(y.t,{x:E.x,y:E.y,comment:E.comment,container:i,onClose:()=>L(null),onUpdateComment:C,onDeleteComment:N})]}),i):null;return{commentsEnabled:d,linesWithComments:D,commentsByEndLine:B,handleCommentBubbleClick:W,addCommentRange:$?.range??null,sendToAIRange:I?.range??null,commentPortal:X}}var j=n(96497);function C(e){return(0,s.useCallback)((t,n)=>{if(!e||n<=0)return;let r=(0,j.A)(t,t.currentTarget);r&&e(n,r.column,r.rect)},[e])}function N(e){return e.params?`${e.name}(${e.params.join(", ")})`:e.name}function S({oldContent:e,newContent:t,filePath:n,isNew:h=!1,isDeleted:m=!1,cwd:f,enableComments:x=!1,onPreview:p,previewLabel:g,onContentSearch:b,targetLine:v,compact:y=!1,symbols:w,onTokenHover:j,onTokenHoverLeave:E,onTokenHoverCancel:L}){let{t:M}=(0,l.Bd)(),R=C(j),T=g??M("common.preview"),$=(0,s.useMemo)(()=>(0,o.X)(e,t),[e,t]),P=(0,s.useRef)(null),I=(0,s.useRef)(null),A=(0,s.useRef)(null),_=(0,s.useRef)(!1),[F,D]=(0,s.useState)(null);(0,s.useEffect)(()=>{A.current!==F&&D(A.current)});let{commentsEnabled:B,linesWithComments:W,commentsByEndLine:V,handleCommentBubbleClick:O,addCommentRange:z,sendToAIRange:H,commentPortal:U}=k({cwd:f,enableComments:x,filePath:n,diffLines:$,containerEl:F,onContentSearch:b});(0,s.useEffect)(()=>{let e=I.current,t=A.current;if(!e||!t)return;let n=(e,t)=>{_.current||(_.current=!0,t.scrollLeft=e.scrollLeft,requestAnimationFrame(()=>{_.current=!1}))},r=()=>n(e,t),s=()=>n(t,e);return e.addEventListener("scroll",r),t.addEventListener("scroll",s),()=>{e.removeEventListener("scroll",r),t.removeEventListener("scroll",s)}},[]);let{leftLines:K,rightLines:q}=(0,s.useMemo)(()=>{let e=[],t=[],n=0,r=0;for(let s=0;s<$.length;s++){let l=$[s];if("unchanged"===l.type){for(;e.length<t.length;)e.push({lineNum:0,content:"",type:"unchanged",originalIdx:-1});for(;t.length<e.length;)t.push({lineNum:0,content:"",type:"unchanged",originalIdx:-1});n++,r++,e.push({lineNum:n,content:l.content,type:"unchanged",originalIdx:s}),t.push({lineNum:r,content:l.content,type:"unchanged",originalIdx:s})}else"removed"===l.type?(n++,e.push({lineNum:n,content:l.content,type:"removed",originalIdx:s})):"added"===l.type&&(r++,t.push({lineNum:r,content:l.content,type:"added",originalIdx:s}))}for(;e.length<t.length;)e.push({lineNum:0,content:"",type:"unchanged",originalIdx:-1});for(;t.length<e.length;)t.push({lineNum:0,content:"",type:"unchanged",originalIdx:-1});return{leftLines:e,rightLines:t}},[$]),J=(0,s.useMemo)(()=>$.map(e=>e.content),[$]),X=(0,c.C)(J,n),[Z,G]=(0,s.useState)(()=>new Map);(0,s.useLayoutEffect)(()=>{G(new Map),el.measure()},[K,q]);let Y=(0,s.useMemo)(()=>w??[],[w]),{rows:Q,gaps:ee}=(0,s.useMemo)(()=>y?function(e,t,n,r=[]){let s=e.length,l=n=>"unchanged"!==e[n].type||"unchanged"!==t[n].type,a=new Set;for(let e=0;e<s;e++){if(!l(e))continue;let t=Math.max(0,e-3),n=Math.min(s-1,e+3);for(let e=t;e<=n;e++)a.add(e)}let o=[];for(let e=0;e<s;e++){if(a.has(e))continue;let t=e;for(;e<s&&!a.has(e);)e++;o.push({id:o.length,startIdx:t,endIdx:e-1}),e--}for(let e of o){let t=n.get(e.id)??{topRevealed:0,bottomRevealed:0},r=e.endIdx-e.startIdx+1,s=Math.max(0,Math.min(t.topRevealed,r)),l=Math.max(0,Math.min(t.bottomRevealed,r-s));for(let t=e.startIdx;t<e.startIdx+s;t++)a.add(t);for(let t=e.endIdx-l+1;t<=e.endIdx;t++)a.add(t)}let i=[];for(let e=0;e<s;e++){let n;if(a.has(e)){i.push({kind:"diff",idx:e});continue}let l=e;for(;e<s&&!a.has(e);)e++;let c=e-1;e--;let d=o.find(e=>e.startIdx<=l&&c<=e.endIdx);if(!d)continue;let u=c-l+1,h=Math.min(20,u);if(r.length>0&&c+1<s)for(let e=c+1;e<s;e++){let s=t[e].lineNum;if(!(s<=0)){n=function(e,t){let n=null;for(let r of e)r.startLine<=t&&t<=r.endLine&&(!n||r.endLine-r.startLine<n.endLine-n.startLine)&&(n=r);return n}(r,s)??void 0;break}}i.push({kind:"gap-expand",gapId:d.id,direction:"up",revealCount:h}),i.push({kind:"gap-label",gapId:d.id,hiddenCount:u,enclosingFn:n}),i.push({kind:"gap-expand",gapId:d.id,direction:"down",revealCount:h})}return{rows:i,gaps:o}}(K,q,Z,Y):{rows:K.map((e,t)=>({kind:"diff",idx:t})),gaps:[]},[y,K,K,q,Z,Y]),et=(0,s.useCallback)((e,t)=>{let n=ee.find(t=>t.id===e);n&&G(r=>{let s=r.get(e)??{topRevealed:0,bottomRevealed:0},l=n.endIdx-n.startIdx+1-s.topRevealed-s.bottomRevealed;if(l<=0)return r;let a=Math.min(20,l),o="up"===t?{...s,topRevealed:s.topRevealed+a}:{...s,bottomRevealed:s.bottomRevealed+a};return new Map(r).set(e,o)})},[ee]),en=(0,s.useCallback)(e=>{for(let t of ee)if(e>=t.startIdx&&e<=t.endIdx)return t.id;return null},[ee]),er=(0,s.useCallback)(e=>Q[e]?.kind==="gap-label"?28:20,[Q]),es=(0,s.useCallback)(e=>{let t=Q[e];if(!t)return e;if("gap-label"===t.kind)return`gl:${t.gapId}`;if("gap-expand"===t.kind)return`ge:${t.gapId}:${t.direction}`;let n=K[t.idx],r=q[t.idx];return`d:${n?.lineNum??"x"}:${n?.type??"x"}:${r?.lineNum??"x"}:${r?.type??"x"}`},[Q,K,q]),el=(0,a.Te)({count:Q.length,getScrollElement:()=>P.current,estimateSize:er,getItemKey:es,overscan:20}),ea=h?"w-1/4":m?"w-3/4":"w-1/2",eo=h?"w-3/4":m?"w-1/4":"w-1/2",ei=(0,s.useMemo)(()=>Q.map(e=>{if("diff"!==e.kind)return{type:"unchanged"};let t=K[e.idx],n=q[e.idx];return"removed"===t.type?{type:"removed"}:n?.type==="added"?{type:"added"}:{type:"unchanged"}}),[Q,K,q]),ec=el.getTotalSize(),ed=el.getVirtualItems();return(0,s.useEffect)(()=>{if(!v)return;let e=("after"===v.side?q:K).findIndex(e=>e.lineNum===v.line);if(-1===e)return;let t=Q.findIndex(t=>"diff"===t.kind&&t.idx===e);if(-1===t){let t=en(e);if(null!==t){let e=ee.find(e=>e.id===t);if(!e)return;let n=e.endIdx-e.startIdx+1;G(e=>{let r=e.get(t)??{topRevealed:0,bottomRevealed:0};if(r.topRevealed+r.bottomRevealed>=n)return e;let s=new Map(e);return s.set(t,{topRevealed:n,bottomRevealed:0}),s})}return}let n=requestAnimationFrame(()=>{el.scrollToIndex(t,{align:"start"})});return()=>cancelAnimationFrame(n)},[v,K,q,Q]),(0,r.jsxs)("div",{className:"font-mono flex flex-col h-full text-sm",children:[(0,r.jsxs)("div",{className:"flex flex-shrink-0 border-b border-border",children:[(0,r.jsx)("div",{className:`${ea} min-w-0 px-2 py-1 bg-accent text-muted-foreground text-center text-xs font-medium border-r border-border`,children:h?"(New File)":m?"Deleted":"Old"}),(0,r.jsxs)("div",{className:`${eo} min-w-0 px-2 py-1 bg-accent text-muted-foreground text-xs font-medium relative`,children:[(0,r.jsx)("span",{className:"block text-center",children:m?"(Deleted)":"New"}),(0,r.jsxs)("div",{className:"absolute right-2 top-1/2 -translate-y-1/2 flex items-center gap-2",children:[p&&(0,r.jsx)("button",{onClick:p,className:"text-muted-foreground hover:text-foreground transition-colors",children:T}),!m&&t&&(0,r.jsx)("button",{onClick:()=>{navigator.clipboard.writeText(t),(0,i.oR)(M("diffViewer.copiedAll"))},className:"text-muted-foreground hover:text-foreground transition-colors",children:M("common.copy")})]})]}),(0,r.jsx)("div",{className:"w-4 flex-shrink-0 bg-accent"})]}),(0,r.jsxs)("div",{className:"flex-1 min-h-0 flex",children:[(0,r.jsx)("div",{ref:P,className:"flex-1 overflow-y-auto overflow-x-hidden",children:(0,r.jsxs)("div",{className:"flex",style:{height:`${ec}px`},children:[(0,r.jsx)("div",{ref:I,className:`${ea} overflow-x-auto border-r border-border`,children:(0,r.jsx)("div",{className:"min-w-max h-full",style:{position:"relative"},children:ed.map(e=>{let t=Q[e.index];if("gap-expand"===t.kind||"gap-label"===t.kind){let n="gap-label"===t.kind;return(0,r.jsx)("div",{ref:el.measureElement,"data-index":e.index,style:{position:"absolute",top:0,left:0,width:"100%",height:`${Math.max(e.size,er(e.index))}px`,transform:`translateY(${e.start}px)`},className:n?"bg-accent border-y border-border":""},e.key)}let n=K[t.idx];return(0,r.jsxs)("div",{ref:el.measureElement,"data-index":e.index,"data-row-idx":t.idx,style:{position:"absolute",top:0,left:0,minWidth:"100%",width:"max-content",height:`${Math.max(e.size,er(e.index))}px`,transform:`translateY(${e.start}px)`},className:`flex ${"removed"===n.type?"bg-red-9/15 dark:bg-red-9/25":""}`,children:[(0,r.jsx)("span",{className:"w-10 flex-shrink-0 text-right pr-2 text-slate-9 select-none border-r border-border",children:n.lineNum||""}),(0,r.jsx)("span",{className:"whitespace-pre pl-2",dangerouslySetInnerHTML:{__html:n.originalIdx>=0&&X[n.originalIdx]||(0,d.ZD)(n.content||" ")}})]},e.key)})})}),(0,r.jsx)("div",{ref:A,className:`${eo} overflow-x-auto`,children:(0,r.jsx)("div",{className:"min-w-max h-full",style:{position:"relative"},children:ed.map(e=>{let t=Q[e.index];if("gap-expand"===t.kind)return(0,r.jsx)("button",{ref:el.measureElement,"data-index":e.index,type:"button",onClick:()=>et(t.gapId,t.direction),style:{position:"absolute",top:0,left:0,width:"100%",height:`${Math.max(e.size,er(e.index))}px`,transform:`translateY(${e.start}px)`},className:"flex items-center justify-center text-[11px] text-foreground/50 hover:bg-accent hover:text-brand active:bg-brand/15 transition-colors duration-100 cursor-pointer focus:outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-brand/60",title:M("up"===t.direction?"diffViewer.gap.expandUp":"diffViewer.gap.expandDown",{count:t.revealCount}),"aria-label":M("up"===t.direction?"diffViewer.gap.expandUp":"diffViewer.gap.expandDown",{count:t.revealCount}),children:(0,r.jsx)("span",{className:"select-none",children:M("diffViewer.gap.more",{count:t.revealCount})})},e.key);if("gap-label"===t.kind)return(0,r.jsxs)("div",{ref:el.measureElement,"data-index":e.index,"data-gap-id":t.gapId,style:{position:"absolute",top:0,left:0,width:"100%",height:`${Math.max(e.size,er(e.index))}px`,transform:`translateY(${e.start}px)`},className:"flex items-center justify-center gap-2 px-3 text-[11px] text-foreground/80 bg-accent border-y border-border min-w-0 select-none",children:[(0,r.jsx)("span",{className:"flex-shrink-0",children:M("diffViewer.gap.hidden",{count:t.hiddenCount})}),t.enclosingFn&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"opacity-50 flex-shrink-0",children:"\xb7"}),(0,r.jsx)("span",{className:"truncate min-w-0 font-medium","data-tooltip":N(t.enclosingFn),children:N(t.enclosingFn)})]})]},e.key);let n=q[t.idx],s=n?.lineNum||0,l=s>0&&W.has(s),a=V.get(s),o=a?.[0],i=z&&s>=z.start&&s<=z.end,c=H&&s>=H.start&&s<=H.end,u=i||c;return(0,r.jsxs)("div",{ref:el.measureElement,"data-index":e.index,"data-new-line":s||void 0,"data-row-idx":t.idx,style:{position:"absolute",top:0,left:0,minWidth:"100%",width:"max-content",height:`${Math.max(e.size,er(e.index))}px`,transform:`translateY(${e.start}px)`},className:`flex ${u?"bg-blue-9/20":l?"bg-amber-9/10":n?.type==="added"?"bg-green-9/15 dark:bg-green-9/25":""}`,children:[(0,r.jsxs)("span",{className:`flex-shrink-0 flex items-center gap-0.5 pr-1 text-slate-9 select-none border-r border-border ${u?"bg-blue-9/30":""}`,style:{width:B?"52px":"40px"},children:[B&&s>0&&l&&o&&(0,r.jsx)("button",{onClick:e=>O(o,e),className:"w-4 h-4 flex items-center justify-center rounded hover:bg-accent text-amber-9",title:M("codeViewer.nComments",{count:a?.length}),children:(0,r.jsx)("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 20 20",children:(0,r.jsx)("path",{fillRule:"evenodd",d:"M18 10c0 3.866-3.582 7-8 7a8.841 8.841 0 01-4.083-.98L2 17l1.338-3.123C2.493 12.767 2 11.434 2 10c0-3.866 3.582-7 8-7s8 3.134 8 7zM7 9H5v2h2V9zm8 0h-2v2h2V9zM9 9h2v2H9V9z",clipRule:"evenodd"})})}),B&&s>0&&!l&&(0,r.jsx)("span",{className:"w-4"}),(0,r.jsx)("span",{className:"flex-1 text-right pr-1",children:s||""})]}),(0,r.jsx)("span",{className:"whitespace-pre pl-2",onMouseOver:j?e=>R(e,s):void 0,onMouseLeave:j?E:void 0,onMouseDown:j?L:void 0,dangerouslySetInnerHTML:{__html:n?.originalIdx>=0&&X[n.originalIdx]||(0,d.ZD)(n?.content||" ")}})]},e.key)})})})]})}),(0,r.jsx)(u,{lines:ei,containerRef:P})]}),U]})}function E({oldContent:e,newContent:t,filePath:n,cwd:h,enableComments:m=!1,onPreview:f,previewLabel:x,onContentSearch:p,compact:g=!1,onTokenHover:b,onTokenHoverLeave:v,onTokenHoverCancel:y}){let{t:w}=(0,l.Bd)(),j=C(b),N=x??w("common.preview"),S=(0,s.useMemo)(()=>(0,o.X)(e,t),[e,t]),L=(0,s.useRef)(null),M=(0,s.useMemo)(()=>S.map(e=>e.content),[S]),R=(0,c.C)(M,n),[T,$]=(0,s.useState)(null);(0,s.useEffect)(()=>{L.current!==T&&$(L.current)});let{commentsEnabled:P,linesWithComments:I,commentsByEndLine:A,handleCommentBubbleClick:_,addCommentRange:F,sendToAIRange:D,commentPortal:B}=k({cwd:h,enableComments:m,filePath:n,diffLines:S,containerEl:T,onContentSearch:p}),[W,V]=(0,s.useState)(()=>new Set);(0,s.useEffect)(()=>{V(new Set)},[e,t,n]);let O=(0,s.useMemo)(()=>g?function(e,t){let n=e.length,r=Array(n).fill(!1);for(let t=0;t<n;t++){if("unchanged"===e[t].type)continue;let s=Math.max(0,t-3),l=Math.min(n-1,t+3);for(let e=s;e<=l;e++)r[e]=!0}let s=[],l=0,a=0;for(;a<n;){if(r[a]){s.push({kind:"line",line:e[a],index:a}),a++;continue}let o=a;for(;o<n&&!r[o];)o++;let i=l++;if(t.has(i))for(let t=a;t<o;t++)s.push({kind:"line",line:e[t],index:t});else s.push({kind:"gap",id:i,count:o-a});a=o}return s}(S,W):S.map((e,t)=>({kind:"line",line:e,index:t})),[g,S,W]),z=(0,s.useCallback)(e=>{let t=O[e];if(!t)return e;if("gap"===t.kind)return`gap:${t.id}`;let n=t.line;return`${n.type}:${n.oldLineNum??"x"}:${n.newLineNum??"x"}`},[O]),H=(0,a.Te)({count:O.length,getScrollElement:()=>L.current,estimateSize:()=>20,getItemKey:z,overscan:20}),U=(0,s.useMemo)(()=>O.map(e=>"gap"===e.kind?{type:"unchanged"}:{type:e.line.type}),[O]);return(0,r.jsxs)("div",{className:"font-mono flex flex-col h-full text-sm",children:[(f||t)&&(0,r.jsxs)("div",{className:"flex-shrink-0 flex items-center justify-end gap-2 px-2 py-1 border-b border-border bg-accent text-xs",children:[f&&(0,r.jsx)("button",{onClick:f,className:"text-muted-foreground hover:text-foreground transition-colors",children:N}),t&&(0,r.jsx)("button",{onClick:()=>{navigator.clipboard.writeText(t),(0,i.oR)(w("diffViewer.copiedAll"))},className:"text-muted-foreground hover:text-foreground transition-colors",children:w("common.copy")}),(0,r.jsx)("div",{className:"w-4 flex-shrink-0"})]}),(0,r.jsxs)("div",{className:"flex-1 min-h-0 flex",children:[(0,r.jsx)("div",{ref:L,className:"flex-1 min-w-0 overflow-auto",children:(0,r.jsx)("div",{style:{height:`${H.getTotalSize()}px`,position:"relative"},children:H.getVirtualItems().map(e=>{let t=O[e.index];if(!t)return null;let n={position:"absolute",top:0,left:0,minWidth:"100%",width:"max-content",height:`${e.size}px`,transform:`translateY(${e.start}px)`};if("gap"===t.kind){let s=w("diffViewer.gap.hidden",{count:t.count});return(0,r.jsx)("div",{style:n,onClick:()=>V(e=>new Set(e).add(t.id)),className:"flex items-center cursor-pointer bg-slate-2 hover:bg-accent border-y border-border text-xs text-slate-9 select-none","data-tooltip":s,children:(0,r.jsx)("span",{className:"w-full text-center",children:s})},e.key)}let s=t.line,l="removed"!==s.type?s.newLineNum??0:0,a=l>0&&I.has(l),o=A.get(l),i=o?.[0],c=F&&l>=F.start&&l<=F.end,u=D&&l>=D.start&&l<=D.end;return(0,r.jsxs)("div",{style:n,"data-new-line":l||void 0,className:`flex ${c||u?"bg-blue-9/20":a?"bg-amber-9/10":"removed"===s.type?"bg-red-9/15 dark:bg-red-9/25":"added"===s.type?"bg-green-9/15 dark:bg-green-9/25":""}`,children:[P&&(0,r.jsx)("span",{className:"w-5 flex-shrink-0 flex items-center justify-center select-none",children:l>0&&a&&i&&(0,r.jsx)("button",{onClick:e=>_(i,e),className:"w-4 h-4 flex items-center justify-center rounded hover:bg-accent text-amber-9",title:w("codeViewer.nComments",{count:o?.length}),children:(0,r.jsx)("svg",{className:"w-3 h-3",fill:"currentColor",viewBox:"0 0 20 20",children:(0,r.jsx)("path",{fillRule:"evenodd",d:"M18 10c0 3.866-3.582 7-8 7a8.841 8.841 0 01-4.083-.98L2 17l1.338-3.123C2.493 12.767 2 11.434 2 10c0-3.866 3.582-7 8-7s8 3.134 8 7zM7 9H5v2h2V9zm8 0h-2v2h2V9zM9 9h2v2H9V9z",clipRule:"evenodd"})})})}),(0,r.jsx)("span",{className:"w-10 flex-shrink-0 text-right pr-2 text-slate-9 select-none border-r border-border",children:"added"!==s.type?s.oldLineNum:""}),(0,r.jsx)("span",{className:"w-10 flex-shrink-0 text-right pr-2 text-slate-9 select-none border-r border-border",children:"removed"!==s.type?s.newLineNum:""}),(0,r.jsx)("span",{className:`w-6 flex-shrink-0 text-center select-none ${"removed"===s.type?"text-red-11":"added"===s.type?"text-green-11":"text-slate-9"}`,children:"removed"===s.type?"-":"added"===s.type?"+":" "}),(0,r.jsx)("span",{className:"flex-1 whitespace-pre pl-1",onMouseOver:b?e=>j(e,l):void 0,onMouseLeave:b?v:void 0,onMouseDown:b?y:void 0,dangerouslySetInnerHTML:{__html:R[t.index]||(0,d.ZD)(s.content||" ")}})]},e.key)})})}),(0,r.jsx)(u,{lines:U,containerRef:L})]}),B]})}},56045:(e,t,n)=>{n.d(t,{_:()=>o,o:()=>a});var r=n(12115),s=n(69809);let l="json-search-highlight-style";function a(e){let[t,n]=(0,r.useState)(!1),[s,a]=(0,r.useState)(""),[o,i]=(0,r.useState)(!1),[c,d]=(0,r.useState)(0),[u,h]=(0,r.useState)(0),m=(0,r.useRef)(null),f=(0,r.useRef)([]),x=(0,r.useCallback)(()=>{let t;CSS.highlights?.delete("json-search"),CSS.highlights?.delete("json-search-current"),f.current=[];let n=e.current;if(!n||!s){d(0),h(0);return}!function(){if(document.getElementById(l))return;let e=document.createElement("style");e.id=l,e.textContent="::highlight(json-search){background:rgba(217,119,6,.3)}::highlight(json-search-current){background:rgba(217,119,6,.5)}",document.head.appendChild(e)}();let r=n.textContent||"",a=o?s:s.toLowerCase(),i=o?r:r.toLowerCase(),c=[],u=0;for(;u<i.length;){let e=i.indexOf(a,u);if(-1===e)break;c.push([e,e+a.length]),u=e+1}if(0===c.length){d(0),h(0);return}let m=document.createTreeWalker(n,NodeFilter.SHOW_TEXT),x=0,p=0,g=[],b=null,v=0;for(;(t=m.nextNode())&&p<c.length;){let e=t.textContent?.length||0,n=x,r=x+e;for(;p<c.length;){let[e,s]=c[p];if(e>=r)break;if(!b)if(e>=n)(b=document.createRange()).setStart(t,e-n),v=s;else break;if(v<=r)b.setEnd(t,v-n),g.push(b),b=null,p++;else break}x=r}f.current=g,d(g.length),h(e=>g.length>0?Math.min(e,g.length-1):0),CSS.highlights&&g.length>0&&CSS.highlights.set("json-search",new Highlight(...g))},[e,s,o]),p=(0,r.useCallback)((e,t)=>{let n=e.getBoundingClientRect();(t.top<n.top||t.bottom>n.bottom)&&(e.scrollTop+=t.top-n.top-n.height/2+t.height/2)},[]),g=(0,r.useCallback)(t=>{CSS.highlights?.delete("json-search-current");let n=f.current[t];if(!n||!CSS.highlights)return;CSS.highlights.set("json-search-current",new Highlight(n));let r=n.getBoundingClientRect(),s=e.current?.parentElement;s&&p(s,r)},[e,p]);(0,r.useEffect)(()=>{queueMicrotask(()=>x())},[x]),(0,r.useEffect)(()=>{g(u)},[u,c,g]),(0,r.useEffect)(()=>{let t=e.current;if(!t||!s)return;let n=new MutationObserver(()=>x());return n.observe(t,{childList:!0,subtree:!0,characterData:!0}),()=>n.disconnect()},[e,s,x]),(0,r.useEffect)(()=>{t||(CSS.highlights?.delete("json-search"),CSS.highlights?.delete("json-search-current"),f.current=[])},[t]),(0,r.useEffect)(()=>()=>{CSS.highlights?.delete("json-search"),CSS.highlights?.delete("json-search-current")},[]);let b=(0,r.useCallback)(()=>{0!==c&&h(e=>(e+1)%c)},[c]),v=(0,r.useCallback)(()=>{0!==c&&h(e=>(e-1+c)%c)},[c]),y=(0,r.useCallback)(()=>{n(!0),setTimeout(()=>m.current?.focus(),0)},[]),w=(0,r.useCallback)(()=>{n(!1),a(""),h(0)},[]),k=(0,r.useCallback)(e=>{"Enter"===e.key&&(e.preventDefault(),e.shiftKey?v():b()),"Escape"===e.key&&(e.preventDefault(),w())},[b,v,w]);return{isVisible:t,query:s,setQuery:a,caseSensitive:o,setCaseSensitive:i,matchCount:c,currentIndex:u,searchInputRef:m,open:y,close:w,goToNext:b,goToPrev:v,handleKeyDown:k}}function o({search:e}){return e.isVisible?r.createElement("div",{className:"flex-shrink-0 flex items-center gap-2 px-3 py-2 bg-secondary border-b border-border"},r.createElement("input",{ref:e.searchInputRef,type:"text",value:e.query,onChange:t=>e.setQuery(t.target.value),onKeyDown:e.handleKeyDown,placeholder:s.A.t("codeViewer.searchPlaceholder"),className:"flex-1 max-w-xs px-2 py-1 text-sm border border-border rounded bg-card text-foreground focus:outline-none focus:ring-2 focus:ring-ring"}),r.createElement("button",{onClick:()=>e.setCaseSensitive(e=>!e),className:`px-2 py-1 text-xs font-mono rounded border transition-colors ${e.caseSensitive?"bg-brand text-white border-brand":"border-border text-muted-foreground hover:bg-accent"}`,title:s.A.t("codeViewer.caseSensitive")},"Aa"),r.createElement("span",{className:"text-xs text-muted-foreground"},e.matchCount>0?`${e.currentIndex+1}/${e.matchCount}`:s.A.t("common.noMatch")),r.createElement("button",{onClick:e.goToPrev,disabled:0===e.matchCount,className:"p-1 rounded hover:bg-accent disabled:opacity-50",title:s.A.t("common.previous")},r.createElement("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 15l7-7 7 7"}))),r.createElement("button",{onClick:e.goToNext,disabled:0===e.matchCount,className:"p-1 rounded hover:bg-accent disabled:opacity-50",title:s.A.t("common.next")},r.createElement("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"}))),r.createElement("button",{onClick:e.close,className:"p-1 rounded hover:bg-accent",title:s.A.t("common.close")},r.createElement("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},r.createElement("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})))):null}},56978:(e,t,n)=>{n.d(t,{C:()=>l});var r=n(12115),s=n(17196);function l(e,t){let[n,l]=(0,r.useState)(null),[a,o]=(0,r.useState)(!1);(0,r.useEffect)(()=>{let e=()=>{o(document.documentElement.classList.contains("dark"))};e();let t=new MutationObserver(e);return t.observe(document.documentElement,{attributes:!0,attributeFilter:["class"]}),()=>t.disconnect()},[]);let i=(0,r.useMemo)(()=>e.join("\n"),[e]),c=`${i}:${t}:${a}`,d=(0,r.useMemo)(()=>n&&n.key===c?n.html:e.map(e=>(0,s.ZD)(e||" ")),[e,c,n]);return(0,r.useEffect)(()=>{if(0===e.length)return;let n=!1;return(async()=>{try{let r=await (0,s.kS)();if(n)return;let o=(0,s.sQ)(t),i=e.join("\n"),d=r.codeToTokens(i,{lang:o,theme:a?"github-dark":"github-light"}),u=[];for(let e=0;e<d.tokens.length;e++)if(u[e]=(0,s.b8)(d.tokens[e]),e%500==0&&e>0&&(await new Promise(e=>setTimeout(e,0)),n))return;l({key:c,html:u})}catch(e){console.error("Line highlight error:",e)}})(),()=>{n=!0}},[i,t,a]),d}},58250:(e,t,n)=>{n.d(t,{U:()=>l,k:()=>s});let r="cockpit-skills";function s(){let e="u"<typeof BroadcastChannel?null:new BroadcastChannel(r);if(e)try{e.postMessage({type:"changed"})}finally{e.close()}}function l(e){if("u"<typeof BroadcastChannel)return()=>{};let t=new BroadcastChannel(r),n=t=>{t.data?.type==="changed"&&e()};return t.addEventListener("message",n),()=>{t.removeEventListener("message",n),t.close()}}},60938:(e,t,n)=>{n.d(t,{DZ:()=>i,Ft:()=>h,Nn:()=>v,OJ:()=>p,VK:()=>y,YW:()=>u,__:()=>b,dt:()=>g,eA:()=>x,eE:()=>m,gZ:()=>c,mP:()=>o,nM:()=>w,r6:()=>f,r9:()=>d});var r=n(49433),s=n(82680);let l=(e,t={})=>r.tryPromise({try:async()=>{let n=await fetch(e,t.init);if(t.passThroughStatuses&&t.passThroughStatuses.includes(n.status))return await n.json().catch(()=>({}));if(!n.ok){let e;try{e=(await n.json()).error}catch{}throw Error(e||`HTTP ${n.status}`)}return await n.json()},catch:t=>new s.uV({message:`GET ${e} failed`,cause:t})}),a=(e,t)=>r.tryPromise({try:async()=>{let n=await fetch(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!n.ok)throw Error(`HTTP ${n.status}`)},catch:t=>new s.uV({message:`POST ${e} failed`,cause:t})}),o=e=>l(`/api/files/init?cwd=${encodeURIComponent(e)}`),i=e=>l(`/api/files/index?cwd=${encodeURIComponent(e)}`),c=(e,t)=>l(`/api/files/readdir?cwd=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}`),d=e=>l(`/api/files/recent?cwd=${encodeURIComponent(e)}`),u=(e,t,n)=>a("/api/files/recent",{cwd:e,file:t,...n??{}}),h=(e,t)=>a("/api/files/expanded",{cwd:e,paths:t}),m=(e,t)=>l(`/api/files/blame?cwd=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}`).pipe(r.catchAll(e=>r.succeed({error:e.message}))),f=(e,t)=>{let n,l;return n=`/api/files/stat?cwd=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}`,l={cache:"no-store"},r.tryPromise({try:async()=>{let e=await fetch(n,l),t=null;try{t=await e.json()}catch{}return{status:e.status,ok:e.ok,data:t}},catch:e=>new s.uV({message:`GET ${n} failed`,cause:e})})},x=e=>l(`/api/files/text?${e.toString()}`),p=e=>r.tryPromise({try:async()=>{let t=await fetch("/api/files/save",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}),n=null;try{n=await t.json()}catch{}return{status:t.status,ok:t.ok,data:n}},catch:e=>new s.uV({message:"POST /api/files/save failed",cause:e})}),g=()=>l("/api/files/clipboard"),b=e=>r.tryPromise({try:async()=>{let t=await fetch("/api/files/clipboard",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!t.ok)throw Error(`HTTP ${t.status}`)},catch:e=>new s.uV({message:"POST /api/files/clipboard failed",cause:e})}),v=e=>r.tryPromise({try:async()=>{let t=await fetch("/api/files/paste",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}),n=await t.json().catch(()=>null);if(!t.ok)throw Error(n?.error||`HTTP ${t.status}`);return n},catch:e=>new s.uV({message:"POST /api/files/paste failed",cause:e})}),y=e=>r.tryPromise({try:async()=>{let t=await fetch("/api/files/delete",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)}),n=await t.json().catch(()=>null);if(!t.ok)throw Error(n?.error||`HTTP ${t.status}`);return n},catch:e=>new s.uV({message:"POST /api/files/delete failed",cause:e})}),w=e=>l(`/api/file?path=${encodeURIComponent(e)}`)},62111:(e,t,n)=>{n.d(t,{E:()=>l,k:()=>s});var r=n(12115);function s(){"u">typeof document&&document.activeElement instanceof HTMLElement&&document.activeElement.blur()}function l(e,t=!0){(0,r.useEffect)(()=>{if(!t)return;let n=t=>{"Escape"===t.key&&(s(),e())};return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[e,t])}},63563:(e,t,n)=>{n.d(t,{N:()=>r});function r(){let e="u"<typeof BroadcastChannel?null:new BroadcastChannel("cockpit-html-apps");if(e)try{e.postMessage({type:"changed"})}finally{e.close()}}},65153:(e,t,n)=>{n.d(t,{u:()=>a});var r=n(12115),s=n(2111),l=n(14594);function a(e,t,n,a,o){let i=(0,r.useRef)(null),c=(0,r.useRef)(0),d=(0,r.useRef)(!1),u=()=>{let e=`live-asst-${++c.current}`;return i.current=e,t(t=>[...t,{id:e,role:"assistant",content:"",isStreaming:!0}]),e},h=e=>{if("system"===e.type&&"init"===e.subtype){d.current=!0,u();return}if("system"===e.type&&"task_notification"===e.subtype){if(!d.current){let n=`live-tasknotif-${e.task_id||++c.current}`,r=`<task-notification>
|
|
11
|
+
`+(e.task_id?`<task-id>${e.task_id}</task-id>
|
|
12
|
+
`:"")+(e.status?`<status>${e.status}</status>
|
|
13
|
+
`:"")+(e.summary?`<summary>${e.summary}</summary>
|
|
14
|
+
`:"")+(e.output_file?`<output-file>${e.output_file}</output-file>
|
|
15
|
+
`:"")+"</task-notification>";t(t=>[...t,{id:n,role:"system",content:e.summary||"",systemEvent:{kind:"task-notification",...e.status?{status:e.status}:{},detail:r}}])}return}if("user"===e.type&&e._human){let n=e.message?.content,r="string"==typeof n?n:Array.isArray(n)?n.map(e=>e?.text||"").join(""):"",s="string"==typeof e._turnId?e._turnId:null,l="number"==typeof e._ts?e._ts:null,a=s?`live-user-${s}`:`live-user-${++c.current}`;t(e=>{if(s&&e.some(e=>e.id===a))return e;for(let t=e.length-1;t>=0;t--){if("user"!==e[t].role)continue;let n=e[t].timestamp?Date.parse(e[t].timestamp):NaN;if(null===l||Number.isNaN(n)){if(e[t].content===r)return e}else if(n>=l)return e;break}return[...e,{id:a,role:"user",content:r}]});return}"result"===e.type&&(d.current=!1);let n=i.current??u();t(t=>(0,l.F)(t,e,{engine:a,assistantId:n}))};(0,s.h)({url:e?`/ws/session-stream?sessionId=${encodeURIComponent(e)}`:"/ws/session-stream",enabled:n&&!!e,onMessage:e=>{if("run-snapshot"===e.type&&Array.isArray(e.events)){if("running"!==e.status)return void o?.onRunningChange?.(!1);let n=e.events.find(e=>e?.type==="user"&&e?._human),r=n?.message?.content,s="string"==typeof r?r:"",l=new Set,a=new Set;for(let t of e.events){let e=t?.uuid;if("string"==typeof e&&l.add(e),t?.type==="assistant"&&Array.isArray(t.message?.content))for(let e of t.message.content)e?.name&&"string"==typeof e.id&&a.add(e.id)}let u="number"==typeof e.startedAt?e.startedAt:null;for(let n of(t(e=>{let t=e.filter(e=>!("string"==typeof e.id&&e.id.startsWith("live-"))),n=t[t.length-1],r=n?.timestamp?Date.parse(n.timestamp):NaN;if(null!==u&&!Number.isNaN(r)){let e=t.length;for(;e>0;){let n=t[e-1],r=n.timestamp?Date.parse(n.timestamp):NaN;if(!Number.isNaN(r)&&r>=u)e--;else break}return e<t.length?t.slice(0,e):t}if(!s)return t;let o=-1;for(let e=t.length-1;e>=0;e--)if("user"===t[e].role){t[e].content===s&&(o=e);break}return -1===o?t:t.slice(o+1).every(e=>"assistant"===e.role&&("string"==typeof e.id&&l.has(e.id)||!!e.toolCalls?.length&&e.toolCalls.every(e=>a.has(e.id))))?t.slice(0,o):t}),i.current=null,c.current=0,d.current=!1,e.events))h(n);o?.onRunningChange?.(!0)}else if("run-event"===e.type&&e.message){if("run-ended"===e.message.type){o?.onRunningChange?.(!1),o?.onComplete?.();return}h(e.message),o?.onRunningChange?.(!0)}else"run-idle"===e.type&&o?.onRunningChange?.(!1)}})}},67589:(e,t,n)=>{n.d(t,{z:()=>o,m:()=>c});var r=n(12115),s=n(49433),l=n(86957),a=n(82680);let o=e=>s.tryPromise({try:async()=>{let t=await fetch("/api/session-by-path",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});return t.ok?await t.json():null},catch:e=>new a.uV({message:"session-by-path failed",cause:e})}),i=new Map;function c(e,t,n,{cwd:d,initialSessionId:u,onSessionId:h,onTitleChange:m,onTokenUsage:f,liveRunningRef:x}){let[p,g]=(0,r.useState)(!1),[b,v]=(0,r.useState)(!1),[y,w]=(0,r.useState)(!1),[k,j]=(0,r.useState)(void 0),[C,N]=(0,r.useState)(0),[S,E]=(0,r.useState)(null),[L,M]=(0,r.useState)(null),R=(0,r.useRef)(m);R.current=m;let T=(0,r.useRef)(f);T.current=f;let $=(0,r.useRef)(void 0),P=(0,r.useRef)(0),I=(0,r.useCallback)(async(e,n,r=!1,s,a,c=!1)=>{if(r){let e=Date.now();if(!c&&e-P.current<5e3)return;P.current=e}let d=(e,r)=>{e.fingerprint&&($.current=e.fingerprint),void 0!==e.totalTurns&&N(e.totalTurns),void 0!==e.hasMore&&w(e.hasMore),e.messages&&e.messages.length>0&&(r?t(t=>(function(e,t){if(0===t.length)return e;let n=0;if(e.length>0&&e[0].id!==t[0].id){n=-1;for(let r=e.length-1;r>=0;r--)if(e[r].id===t[0].id){n=r;break}}if(n<0)return t;let r=e.slice(n),s=0;for(let e=0;e<Math.min(r.length,t.length)&&r[e].id===t[e].id&&r[e].content===t[e].content;e++)s=e+1;return s===r.length&&s===t.length?e:s===r.length&&s<t.length?[...e,...t.slice(s)]:[...e.slice(0,n),...r.slice(0,s),...t.slice(s)]})(t,e.messages)):x?.current||t(e.messages),E(n)),e.sessionId&&h(e.sessionId),e.engine&&M(e.engine),e.title&&R.current?.(e.title),e.usage&&T.current?.({inputTokens:e.usage.input_tokens||0,outputTokens:e.usage.output_tokens||0,cacheCreationInputTokens:e.usage.cache_creation_input_tokens||0,cacheReadInputTokens:e.usage.cache_read_input_tokens||0,totalCostUsd:0})},u=`${e}::${n}`,m=!r&&void 0===a,f=m?i.get(u):void 0;r||(f?d(f.data,!1):g(!0));try{let t={cwd:e,sessionId:n,limit:s,beforeTurnIndex:a};r&&$.current?t.ifFingerprint=$.current:f&&(t.ifFingerprint=f.fingerprint);let c=await l.t4.runPromiseExit(o(t));if("Success"===c._tag&&c.value){let e=c.value;if(e.notModified)return;if(d(e,r),m&&e.fingerprint&&e.messages&&e.messages.length>0&&(i.delete(u),i.set(u,{data:e,fingerprint:e.fingerprint}),i.size>20)){let e=i.keys().next().value;void 0!==e&&i.delete(e)}}}catch(e){console.error("Failed to load history by cwd and sessionId:",e)}finally{r||g(!1)}},[t,h]),A=(0,r.useCallback)(async()=>{if(d&&n&&!b&&y){v(!0);try{let r=void 0!==k?k:C-Math.ceil(e.filter(e=>"user"===e.role).length),s=await l.t4.runPromiseExit(o({cwd:d,sessionId:n,limit:10,beforeTurnIndex:r>0?r:void 0}));if("Success"===s._tag&&s.value){let e=s.value;if(e.messages&&e.messages.length>0){t(t=>[...e.messages,...t]);let s=e.messages.filter(e=>"user"===e.role).length;j(r-s),E(n)}void 0!==e.hasMore&&w(e.hasMore),e.fingerprint&&($.current=e.fingerprint)}else"Failure"===s._tag&&console.error("Failed to load more history:",s.cause)}finally{v(!1)}}},[d,n,b,y,k,C,e,t]),_=(0,r.useCallback)(async e=>{g(!0);let n=s.tryPromise({try:async()=>{let t=await fetch(`/api/session/${e}/history`);return t.ok?await t.json():null},catch:e=>new a.uV({message:"load session history failed",cause:e})}),r=await l.t4.runPromiseExit(n);"Success"===r._tag&&r.value?.messages&&r.value.messages.length>0?(t(r.value.messages),E(e)):"Failure"===r._tag&&console.error("Failed to load history:",r.cause),g(!1)},[t]);return(0,r.useEffect)(()=>{d&&u&&I(d,u,!1,10)},[]),{isLoadingHistory:p,isLoadingMore:b,hasMoreHistory:y,loadMoreHistory:A,loadHistory:_,loadHistoryByCwdAndSessionId:I,loadedSessionId:S,loadedEngine:L}}},70188:(e,t,n)=>{n.d(t,{Ee:()=>h,SU:()=>c,ft:()=>u,iN:()=>d});var r=n(95155),s=n(12115),l=n(79114),a=n(47650),o=n(34075);let i=(0,s.createContext)(null);function c({container:e,children:t}){return(0,r.jsx)(i.Provider,{value:e,children:t})}function d(){return(0,s.useContext)(i)}function u({x:e,y:t,path:n,cwd:c,isDirectory:d,onClose:h,onCreateFile:m,onDelete:f,onRefresh:x,onCopyFile:p,onPaste:g,onExplain:b,explainDisabled:v}){let{t:y}=(0,l.Bd)(),w=(0,s.useRef)(null),k=(0,s.useContext)(i),j=n.split("/").pop()||n,C=`${c}/${n}`,N=n.includes("/")?n.substring(0,n.lastIndexOf("/")):"",S=N?`${c}/${N}`:c,E=d?n:N,L=d?C:S;(0,s.useEffect)(()=>{let e=e=>{w.current&&!w.current.contains(e.target)&&h()},t=e=>{"Escape"===e.key&&h()};return document.addEventListener("mousedown",e),document.addEventListener("keydown",t),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("keydown",t)}},[h]);let[M,R]=(0,s.useState)({x:0,y:0});(0,s.useEffect)(()=>{if(w.current&&k){let n=k.getBoundingClientRect(),r=w.current.getBoundingClientRect(),s=e-n.left,l=t-n.top;s=Math.min(s,n.width-r.width-8),l=Math.min(l,n.height-r.height-8),R({x:s=Math.max(8,s),y:l=Math.max(8,l)})}else if(w.current){let n=w.current.getBoundingClientRect();R({x:Math.max(8,Math.min(e,window.innerWidth-n.width-8)),y:Math.max(8,Math.min(t,window.innerHeight-n.height-8))})}},[e,t,k]);let T=(0,s.useCallback)(async(e,t)=>{try{await navigator.clipboard.writeText(e),(0,o.oR)(y("toast.copiedName",{name:t}),"success")}catch{(0,o.oR)(y("toast.copyFailed"),"error")}h()},[h,y]),$=d?n:N,P=!!b&&!d,I=[{label:y("fileContextMenu.copyRelativePath"),value:n},{label:y("fileContextMenu.copyAbsolutePath"),value:C},{label:y("fileContextMenu.copyRelativeDirPath"),value:E||"."},{label:y("fileContextMenu.copyAbsoluteDirPath"),value:L},{label:d?y("fileContextMenu.copyFolderName"):y("fileContextMenu.copyFileName"),value:j}],A=(0,r.jsxs)("div",{ref:w,className:"absolute z-[200] bg-card border border-border rounded-lg shadow-lg py-1 w-fit whitespace-nowrap",style:{left:M.x,top:M.y},children:[P&&(0,r.jsx)("button",{className:"block w-full px-3 py-1.5 text-left text-sm text-foreground hover:bg-accent transition-colors disabled:opacity-50 disabled:cursor-not-allowed disabled:hover:bg-transparent",disabled:v,title:v?y("comments.aiResponding"):void 0,onClick:()=>{h(),b(n)},children:y("explain.action")}),P&&(0,r.jsx)("div",{className:"my-1 border-t border-border"}),m&&(0,r.jsx)("button",{className:"block w-full px-3 py-1.5 text-left text-sm text-foreground hover:bg-accent transition-colors",onClick:()=>{h(),m($)},children:y("fileContextMenu.createFile")}),p&&(0,r.jsx)("button",{className:"block w-full px-3 py-1.5 text-left text-sm text-foreground hover:bg-accent transition-colors",onClick:()=>{h(),p(n)},children:d?y("fileContextMenu.copyFolder"):y("fileContextMenu.copyFile")}),g&&(0,r.jsx)("button",{className:"block w-full px-3 py-1.5 text-left text-sm text-foreground hover:bg-accent transition-colors",onClick:()=>{h(),g($)},children:y("fileContextMenu.pasteHere")}),f&&(0,r.jsx)("button",{className:"block w-full px-3 py-1.5 text-left text-sm text-destructive hover:bg-accent transition-colors",onClick:()=>{h(),f(n,d,j)},children:d?y("fileContextMenu.deleteFolder"):y("fileContextMenu.deleteFile")}),!!(m||p||g||f)&&(0,r.jsx)("div",{className:"my-1 border-t border-border"}),I.map((e,t)=>(0,r.jsx)("button",{className:"block w-full px-3 py-1.5 text-left text-sm text-foreground hover:bg-accent transition-colors",onClick:()=>T(e.value,e.label),children:e.label},t))]});return k?(0,a.createPortal)(A,k):A}function h(){let[e,t]=(0,s.useState)(null);return{contextMenu:e,showContextMenu:(0,s.useCallback)((e,n,r)=>{e.preventDefault(),e.stopPropagation(),t({x:e.clientX,y:e.clientY,path:n,isDirectory:r})},[]),hideContextMenu:(0,s.useCallback)(()=>{t(null)},[])}}},73395:(e,t,n)=>{n.d(t,{M:()=>eh});var r=n(95155),s=n(12115),l=n(83897),a=n(64428),o=n(34075),i=n(54731),c=n(12651),d=n(81165),u=n(16950),h=n(11019),m=n(12612),f=n(79114),x=n(86957),p=n(67589);function g({cwd:e,sessionId:t,toolCall:n,workflowRef:l,onClose:o}){let{t:i}=(0,f.Bd)(),[c,d]=(0,s.useState)(null),[u,h]=(0,s.useState)(null),[m,b]=(0,s.useState)(!1),v=(0,s.useRef)(void 0),y=l?!!l.running:!n?.result,w=(0,s.useCallback)(async()=>{let r=await x.t4.runPromiseExit((0,p.z)({cwd:e,sessionId:t,...l?{workflowId:l.runId,workflowAgentId:l.agentId}:{toolUseId:n?.id},ifFingerprint:v.current}));if(b(!0),"Success"!==r._tag||!r.value)return;let s=r.value;s.fingerprint&&(v.current=s.fingerprint),!s.notModified&&(s.messages&&d(s.messages),s.subagent&&h(s.subagent))},[e,t,n?.id,l?.runId,l?.agentId]);(0,s.useEffect)(()=>{if(w(),!y)return;let e=setInterval(w,5e3);return()=>clearInterval(e)},[y,w]);let k=(0,s.useRef)(null),j=(0,s.useRef)(!0);(0,s.useEffect)(()=>{let e=k.current;e&&j.current&&(e.scrollTop=e.scrollHeight)},[c]);let C="string"==typeof n?.input?.description?n.input.description:"",N=l?l.label||"":[u?.agentType,C].filter(Boolean).join(" \xb7 ");return(0,r.jsx)(a.ZL,{children:(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",onClick:o,children:(0,r.jsxs)("div",{className:"bg-card rounded-lg shadow-xl w-full max-w-[90%] h-[90vh] flex flex-col",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 px-4 py-3 border-b border-border flex-shrink-0",children:[(0,r.jsx)("span",{className:"text-base",children:"\uD83E\uDD16"}),(0,r.jsx)("span",{className:"font-medium text-sm text-foreground flex-shrink-0",children:i("chat.subagent")}),N&&(0,r.jsx)("span",{className:"text-xs text-muted-foreground truncate flex-1 min-w-0","data-tooltip":N,children:N}),(0,r.jsxs)("span",{className:"ml-auto flex items-center gap-2 flex-shrink-0",children:[y&&(0,r.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-brand border-t-transparent rounded-full animate-spin"}),(0,r.jsx)("button",{onClick:o,className:"p-1 rounded text-muted-foreground hover:text-foreground hover:bg-accent transition-colors",title:i("common.close"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})]}),(0,r.jsx)("div",{ref:k,onScroll:()=>{let e=k.current;e&&(j.current=e.scrollTop+e.clientHeight>=e.scrollHeight-40)},className:"flex-1 overflow-y-auto px-4 py-3",children:null===c?(0,r.jsx)("div",{className:"text-xs text-muted-foreground text-center py-4",children:i(m?"chat.subagentEmpty":"common.loading")}):c.map(t=>(0,r.jsx)(eo,{message:t,cwd:e},t.id))})]})})})}function b(e){return e?e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(1)}k`:String(e):"0"}function v(e){if(!e)return"–";let t=Math.round(e/1e3);if(t<60)return`${t}s`;let n=Math.floor(t/60);return`${n}m${t%60}s`}let y={done:"text-green-9",running:"text-brand",queued:"text-muted-foreground",error:"text-red-9",failed:"text-red-9"};function w({cwd:e,sessionId:t,runId:n,isRunning:l,onClose:o}){let{t:i}=(0,f.Bd)(),[c,d]=(0,s.useState)(null),[u,h]=(0,s.useState)(!1),[m,y]=(0,s.useState)(null),j=(0,s.useRef)(void 0),C=l||null!=c&&"completed"!==c.status&&"failed"!==c.status,N=(0,s.useCallback)(async()=>{let r=await x.t4.runPromiseExit((0,p.z)({cwd:e,sessionId:t,workflowId:n,ifFingerprint:j.current}));if(h(!0),"Success"!==r._tag||!r.value)return;let s=r.value;s.fingerprint&&(j.current=s.fingerprint),!s.notModified&&s.workflow&&d(s.workflow)},[e,t,n]);(0,s.useEffect)(()=>{if(N(),!C)return;let e=setInterval(N,5e3);return()=>clearInterval(e)},[C,N]);let S=[];if(c?.agents){let e=new Map;for(let t of c.agents){let n=t.phaseTitle||i("chat.workflowUngrouped");e.has(n)||e.set(n,[]),e.get(n).push(t)}for(let[t,n]of e)S.push({title:t,agents:n})}let E=c?[c.workflowName,c.status,`${c.agentCount??c.agents?.length??0} ${i("chat.workflowAgents")}`,`${b(c.totalTokens)} tok`,v(c.durationMs)].filter(Boolean).join(" \xb7 "):"";return(0,r.jsxs)(a.ZL,{children:[(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",onClick:o,children:(0,r.jsxs)("div",{className:"bg-card rounded-lg shadow-xl w-full max-w-[90%] h-[90vh] flex flex-col",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 px-4 py-3 border-b border-border flex-shrink-0",children:[(0,r.jsx)("span",{className:"text-base",children:"\uD83E\uDDE9"}),(0,r.jsx)("span",{className:"font-medium text-sm text-foreground flex-shrink-0",children:i("chat.workflowRun")}),E&&(0,r.jsx)("span",{className:"text-xs text-muted-foreground truncate flex-1 min-w-0","data-tooltip":E,children:E}),(0,r.jsxs)("span",{className:"ml-auto flex items-center gap-2 flex-shrink-0",children:[C&&(0,r.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-brand border-t-transparent rounded-full animate-spin"}),(0,r.jsx)("button",{onClick:o,className:"p-1 rounded text-muted-foreground hover:text-foreground hover:bg-accent transition-colors",title:i("common.close"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})]}),(0,r.jsx)("div",{className:"flex-1 overflow-y-auto px-4 py-3",children:null===c?(0,r.jsx)("div",{className:"text-xs text-muted-foreground text-center py-4",children:i(u?"chat.workflowEmpty":"common.loading")}):(0,r.jsxs)(r.Fragment,{children:[c.summary&&(0,r.jsx)("div",{className:"mb-3 text-xs text-muted-foreground whitespace-pre-wrap",children:c.summary}),S.map(e=>(0,r.jsxs)(s.Fragment,{children:[(0,r.jsx)("div",{className:"text-xs font-semibold text-foreground/80 mt-3 mb-1 sticky top-0 bg-card py-1",children:e.title}),e.agents.map(e=>(0,r.jsx)(k,{agent:e,onOpen:()=>e.agentId&&y({runId:n,agentId:e.agentId,label:e.label,running:"done"!==e.state&&C})},`${e.index}-${e.agentId}`))]},e.title))]})})]})}),m&&(0,r.jsx)(g,{cwd:e,sessionId:t,workflowRef:m,onClose:()=>y(null)})]})}function k({agent:e,onOpen:t}){let{t:n}=(0,f.Bd)(),[l,a]=(0,s.useState)(!1),o=e.state&&y[e.state]||"text-muted-foreground",i=e.resultPreview||e.promptPreview||"";return(0,r.jsxs)("div",{className:"border border-border rounded-md mb-1 bg-secondary/50",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 px-2 py-1.5",children:[(0,r.jsx)("button",{onClick:()=>a(e=>!e),className:"text-slate-9 text-xs flex-shrink-0",title:n(l?"chat.collapse":"chat.expand"),children:l?"▲":"▼"}),(0,r.jsx)("span",{className:"text-xs text-foreground truncate flex-1 min-w-0","data-tooltip":e.label||"",children:e.label||e.agentId}),(0,r.jsx)("span",{className:`text-[10px] flex-shrink-0 ${o}`,children:e.state}),(0,r.jsxs)("span",{className:"text-[10px] text-muted-foreground flex-shrink-0",children:[b(e.tokens)," tok \xb7 ",v(e.durationMs)]}),e.agentId&&(0,r.jsx)("span",{role:"button",tabIndex:0,onClick:t,onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&t()},className:"text-xs text-brand hover:text-teal-10 cursor-pointer flex-shrink-0",title:n("chat.subagentViewTitle"),children:n("chat.workflowViewAgent")})]}),l&&i&&(0,r.jsx)("pre",{className:"text-[11px] bg-secondary px-2 py-1.5 rounded-b overflow-x-auto max-h-32 overflow-y-auto text-muted-foreground whitespace-pre-wrap border-t border-border",children:i})]})}var j=n(60938),C=n(53377),N=n(38408),S=n(13219),E=n(47176),L=n(97251),M=n(34582),R=n(56045),T=n(50860),$=n(47215);function P({filePath:e}){let[t,n]=(0,s.useState)(null),[l,a]=(0,s.useState)(!0),[o,i]=(0,s.useState)(null),c=(0,s.useRef)(!1),d=(0,$.e$)(e),u=(0,$.u)(e);return((0,s.useEffect)(()=>{u?a(!1):c.current||(c.current=!0,(async()=>{a(!0),i(null);let t=await x.t4.runPromiseExit((0,j.nM)(e));if("Success"===t._tag)n(t.value.content??null);else{let e="Fail"===t.cause._tag?t.cause.error:null,n=e?.cause;i(n instanceof Error?n.message:"Failed to load file")}a(!1),c.current=!1})())},[e,u]),o)?(0,r.jsx)("div",{className:"flex items-center justify-center h-full",children:(0,r.jsx)("div",{className:"text-xs text-red-11",children:o})}):l?(0,r.jsx)("div",{className:"flex items-center justify-center h-full",children:(0,r.jsx)("span",{className:"text-sm text-muted-foreground",children:"Loading..."})}):(0,$.u)(e)?(0,r.jsx)(T.I,{absPath:e,className:"flex items-center justify-center h-full overflow-auto",imgClassName:"max-w-full max-h-full object-contain",alt:e.split("/").pop()||"image"}):t?d?(0,r.jsx)(A,{content:t,filePath:e}):(0,r.jsx)(N.Cv,{content:t,filePath:e,showLineNumbers:!0,showSearch:!0,className:"h-full"}):(0,r.jsx)("div",{className:"flex items-center justify-center h-full",children:(0,r.jsx)("span",{className:"text-sm text-muted-foreground",children:"No content"})})}let I=[L.W];function A({content:e,filePath:t}){let n=(0,s.useRef)(null),l=(0,s.useMemo)(()=>(0,M.J4)(t),[t]);return(0,r.jsxs)("div",{className:"h-full flex",children:[(0,r.jsx)(E.l,{content:e,containerRef:n}),(0,r.jsx)("div",{ref:n,className:"flex-1 overflow-auto p-4",children:(0,r.jsx)(S.T,{content:e,basePath:l,rehypePlugins:I})})]})}function _({title:e,content:t,toolName:n,onClose:l}){let{t:i}=(0,f.Bd)(),c=(0,$.jU)(t),d=(0,$.zs)(t),u=(0,$.oK)(t),h=!!d,m=!!u,[x,p]=(0,s.useState)(("Read"===n||"Write"===n)&&m?"file":h?"diff-unified":c?"readable":"json"),g=(0,s.useRef)(null),b=(0,R.o)(g);(0,s.useEffect)(()=>{let e=e=>{if((e.metaKey||e.ctrlKey)&&"f"===e.key&&"readable"===x&&c){e.preventDefault(),b.open();return}if("Escape"===e.key){if(b.isVisible)return void b.close();document.activeElement instanceof HTMLElement&&document.activeElement.blur(),l()}};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[l,x,c,b]);let v=(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-0 md:p-4",onClick:l,children:(0,r.jsxs)("div",{className:"bg-card shadow-xl w-full max-w-[90%] h-full md:h-[90vh] rounded-none md:rounded-lg flex flex-col transition-all",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("h3",{className:"text-sm font-medium text-foreground",children:e}),u&&(0,r.jsx)("button",{onClick:()=>{navigator.clipboard.writeText(u),(0,o.oR)(i("common.copiedPath"))},className:"p-0.5 rounded text-muted-foreground hover:text-foreground hover:bg-accent transition-colors",title:i("common.copyAbsPath"),children:(0,r.jsx)("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})})]}),(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[c&&(0,r.jsxs)("div",{className:"flex items-center gap-1 bg-accent rounded p-0.5",children:[h&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("button",{onClick:()=>p("diff-split"),className:`px-2 py-1 text-xs rounded transition-colors ${"diff-split"===x?"bg-card text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"}`,title:i("diffViewer.sideBySide"),children:"Split"}),(0,r.jsx)("button",{onClick:()=>p("diff-unified"),className:`px-2 py-1 text-xs rounded transition-colors ${"diff-unified"===x?"bg-card text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"}`,title:i("diffViewer.unified"),children:"Unified"})]}),m&&(0,r.jsx)("button",{onClick:()=>p("file"),className:`px-2 py-1 text-xs rounded transition-colors ${"file"===x?"bg-card text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"}`,title:i("diffViewer.previewFile"),children:"File"}),(0,r.jsx)("button",{onClick:()=>p("readable"),className:`px-2 py-1 text-xs rounded transition-colors ${"readable"===x?"bg-card text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"}`,children:i("common.readable")}),(0,r.jsx)("button",{onClick:()=>p("json"),className:`px-2 py-1 text-xs rounded transition-colors ${"json"===x?"bg-card text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"}`,children:"JSON"})]}),(0,r.jsx)("button",{onClick:l,className:"p-1 text-slate-9 hover:text-foreground hover:bg-accent rounded transition-colors",children:(0,r.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})]}),(0,r.jsx)("div",{className:"flex-1 overflow-auto p-4",children:"file"===x&&u?(0,r.jsx)(P,{filePath:u}):"diff-unified"===x&&d?(0,r.jsx)(C.xU,{oldContent:d.old_string,newContent:d.new_string,filePath:d.file_path}):"diff-split"===x&&d?(0,r.jsx)(C.xZ,{oldContent:d.old_string,newContent:d.new_string,filePath:d.file_path}):"readable"===x&&c?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(R._,{search:b}),(0,r.jsx)("pre",{ref:g,className:"text-foreground whitespace-pre-wrap break-words",style:{fontSize:"0.8125rem"},children:(0,$.xb)(t)})]}):(0,r.jsx)("pre",{className:"text-foreground whitespace-pre-wrap break-words",style:{fontSize:"0.8125rem"},children:c?(0,$.C6)(t):t})})]})});return(0,r.jsx)(a.ZL,{children:v})}let F={Read:"\uD83D\uDCC4",Write:"✏️",Edit:"\uD83D\uDCDD",Bash:"\uD83D\uDCBB",Glob:"\uD83D\uDD0D",Grep:"\uD83D\uDD0E",WebFetch:"\uD83C\uDF10",WebSearch:"\uD83D\uDD0D",Workflow:"\uD83E\uDDE9",Skill:"\uD83D\uDEE0️"};function D({toolCall:e,cwd:t,sessionId:n}){var l;let{t:a}=(0,f.Bd)(),[i,c]=(0,s.useState)(!1),[d,u]=(0,s.useState)(null),[h,m]=(0,s.useState)(!1),[x,p]=(0,s.useState)(!1),b=F[e.name]||"\uD83D\uDD27",v="Agent"===e.name||"Task"===e.name,y=v&&!!t&&!!n,k="Workflow"===e.name,j=k&&(l=e.result)?l.match(/subagents\/workflows\/(wf_[A-Za-z0-9_-]+)/)?.[1]??null:null,C=k&&!!j&&!!t&&!!n,N="Skill"===e.name,S=v||k||N,E=(()=>{let t=e.input;if("Bash"===e.name&&t.command&&"string"==typeof t.command)return t.command;if(v&&t.description&&"string"==typeof t.description)return t.description;if(k){let e=["string"==typeof t.name?t.name:"","string"==typeof t.args?t.args:"string"==typeof t.resumeFromRunId?t.resumeFromRunId:""].filter(Boolean).join(" \xb7 ");if(e)return e}if(N&&"string"==typeof t.skill){let e="string"==typeof t.args?t.args:"";return[t.skill,e].filter(Boolean).join(" \xb7 ")}return"Glob"===e.name&&t.pattern&&"string"==typeof t.pattern||"Grep"===e.name&&t.pattern&&"string"==typeof t.pattern?t.pattern:"ToolSearch"===e.name&&t.query&&"string"==typeof t.query?t.query:"TaskCreate"===e.name&&t.subject&&"string"==typeof t.subject?t.subject:t.file_path&&"string"==typeof t.file_path?t.file_path:t.path&&"string"==typeof t.path?t.path:null})(),L="Glob"===e.name||"Grep"===e.name||"Bash"===e.name||v||k||N,M=E?L?E:(e=>{if(t&&e.startsWith(t)){let n=e.slice(t.length);return n.startsWith("/")?n.slice(1):n}let n=e.split("/");return n.length>2?".../"+n.slice(-2).join("/"):e})(E):null,R=t=>{let n="input"===t?a("toolCall.inputParams"):a("toolCall.resultLabel"),r="input"===t?JSON.stringify(e.input,null,2):"string"==typeof e.result?e.result:JSON.stringify(e.result,null,2);u({title:`${e.name}${M?` ${M}`:""} - ${n}`,content:r,toolName:e.name})};return(0,r.jsxs)("div",{className:"my-1 border border-border rounded-lg overflow-hidden bg-secondary",children:[(0,r.jsxs)("button",{onClick:()=>c(!i),className:"w-full px-3 py-1.5 flex items-center gap-2 text-left hover:bg-accent transition-colors",children:[(0,r.jsx)("span",{className:"text-sm",children:b}),(0,r.jsx)("span",{className:"font-medium text-sm text-foreground flex-shrink-0",children:e.name}),M&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"text-xs text-muted-foreground truncate flex-1 min-w-0","data-tooltip":E||"",children:M}),!S&&(0,r.jsx)("span",{role:"button",tabIndex:0,onClick:e=>{e.stopPropagation(),E&&(navigator.clipboard.writeText(E),(0,o.oR)(a("common.copiedPath")))},onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.stopPropagation(),E&&(navigator.clipboard.writeText(E),(0,o.oR)(a("common.copiedPath"))))},className:"p-0.5 rounded text-muted-foreground hover:text-foreground hover:bg-accent transition-colors flex-shrink-0 cursor-pointer",title:a("common.copyAbsPath"),children:(0,r.jsx)("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})})]}),(0,r.jsxs)("span",{className:"ml-auto flex items-center gap-2",children:[y&&(0,r.jsx)("span",{role:"button",tabIndex:0,onClick:e=>{e.stopPropagation(),m(!0)},onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.stopPropagation(),m(!0))},className:"text-xs text-brand hover:text-teal-10 cursor-pointer",title:a("chat.subagentViewTitle"),children:a("chat.subagent")}),C&&(0,r.jsx)("span",{role:"button",tabIndex:0,onClick:e=>{e.stopPropagation(),p(!0)},onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.stopPropagation(),p(!0))},className:"text-xs text-brand hover:text-teal-10 cursor-pointer",title:a("chat.workflowViewTitle"),children:a("chat.workflowRun")}),i&&!e.isLoading&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{role:"button",tabIndex:0,onClick:e=>{e.stopPropagation(),R("input")},onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.stopPropagation(),R("input"))},className:"text-xs text-brand hover:text-teal-10 cursor-pointer",title:a("toolCall.inputParamsTitle"),children:a("toolCall.input")}),e.result&&(0,r.jsx)("span",{role:"button",tabIndex:0,onClick:e=>{e.stopPropagation(),R("result")},onKeyDown:e=>{("Enter"===e.key||" "===e.key)&&(e.stopPropagation(),R("result"))},className:"text-xs text-brand hover:text-teal-10 cursor-pointer",title:a("toolCall.resultTitle"),children:a("toolCall.result")})]}),e.isLoading?(0,r.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-brand border-t-transparent rounded-full animate-spin"}):(0,r.jsx)("span",{className:"text-slate-9 text-xs",children:i?"▲":"▼"})]})]}),i&&(0,r.jsxs)("div",{className:"border-t border-border",children:[(0,r.jsxs)("div",{className:"px-3 py-2",children:[(0,r.jsx)("div",{className:"mb-1",children:(0,r.jsxs)("span",{className:"text-xs text-muted-foreground",children:[a("toolCall.inputParams"),":"]})}),(0,r.jsx)("pre",{className:"text-xs bg-secondary p-2 rounded overflow-x-auto max-h-24 overflow-y-auto text-foreground",children:JSON.stringify(e.input,null,2)})]}),e.result&&(0,r.jsxs)("div",{className:"px-3 py-2 border-t border-border",children:[(0,r.jsx)("div",{className:"mb-1",children:(0,r.jsxs)("span",{className:"text-xs text-muted-foreground",children:[a("toolCall.resultLabel"),":"]})}),(0,r.jsx)("pre",{className:"text-xs bg-secondary p-2 rounded overflow-x-auto max-h-24 overflow-y-auto text-foreground",children:"string"==typeof e.result?e.result:JSON.stringify(e.result,null,2)})]}),e.skillContent&&(0,r.jsxs)("div",{className:"px-3 py-2 border-t border-border",children:[(0,r.jsx)("div",{className:"mb-1",children:(0,r.jsxs)("span",{className:"text-xs text-muted-foreground",children:[a("toolCall.skillContent",{defaultValue:"Skill content"}),":"]})}),(0,r.jsx)("pre",{className:"text-xs bg-secondary p-2 rounded overflow-x-auto max-h-60 overflow-y-auto text-foreground whitespace-pre-wrap",children:e.skillContent})]})]}),d&&(0,r.jsx)(_,{title:d.title,content:d.content,toolName:d.toolName,onClose:()=>u(null)}),h&&t&&n&&(0,r.jsx)(g,{cwd:t,sessionId:n,toolCall:e,onClose:()=>m(!1)}),x&&t&&n&&j&&(0,r.jsx)(w,{cwd:t,sessionId:n,runId:j,isRunning:!!e.isLoading,onClose:()=>p(!1)})]})}var B=n(62111),W=n(56204),V=n(67635),O=n(33210),z=n(58515),H=n(36201),U=n(55804),K=n(37618);function q(e){let t=e.input?.questions||[],n=e.input?.answers||{},r={};if(e.result)try{let t=JSON.parse(e.result);t?.answers&&(r=t.answers)}catch{}return{questions:t,answers:{...n,...r}}}function J(e,t){return`${e}-${t}`}function X({toolCalls:e,onClose:t}){let{t:n}=(0,f.Bd)(),i=(0,l.nH)(),[c,d]=(0,s.useState)({}),[u,h]=(0,s.useState)({}),[m,x]=(0,s.useState)({}),[p,g]=(0,s.useState)({});(0,s.useEffect)(()=>{let t={};e.forEach((e,n)=>{let{questions:r,answers:s}=q(e);r.forEach((e,r)=>{let l=s[e.question];if(l){let s=J(n,r);t[s]=l,e.options.some(e=>e.label===l)||(h(e=>({...e,[s]:!0})),x(e=>({...e,[s]:l})))}})}),queueMicrotask(()=>d(t))},[e]),(0,B.E)(t);let b=e.reduce((e,t)=>{let{questions:n}=q(t);return e+n.length},0),v=Object.values(p).filter(Boolean).length,y=(0,s.useCallback)((e,t)=>{d(n=>({...n,[e]:t})),h(t=>({...t,[e]:!1}))},[]),w=(0,s.useCallback)(e=>{h(t=>{let n=!t[e];if(n){let t=m[e]||"";t&&d(n=>({...n,[e]:t}))}return{...t,[e]:n}})},[m]),k=(0,s.useCallback)((e,t)=>{x(n=>({...n,[e]:t})),t&&d(n=>({...n,[e]:t}))},[]),j=(0,s.useCallback)(e=>{g(t=>({...t,[e]:!t[e]}))},[]),C=(0,s.useCallback)(()=>{let t=v>0,r=[];return e.forEach((e,s)=>{let{questions:l}=q(e);l.forEach((e,l)=>{let a=J(s,l);if(t&&!p[a])return;let o=c[a];r.push(`Q: ${e.question}`),r.push(`A: ${o||n("askQuestion.notSelected")}`),r.push("")})}),r.join("\n").trim()},[e,c,p,v,n]),N=(0,s.useCallback)(()=>{navigator.clipboard.writeText(C()),(0,o.oR)(v>0?n("toast.copiedQA",{count:v}):n("toast.copiedAllQA"))},[C,v,n]),S=(0,s.useCallback)(()=>{i?(i.sendMessage(C()),(0,o.oR)(n("toast.sentQA")),t()):(0,o.oR)(n("askQuestion.sendNoChat"))},[i,C,t,n]),E=(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",onClick:t,children:(0,r.jsxs)("div",{className:"bg-card rounded-lg shadow-xl w-full max-w-6xl h-[90vh] flex flex-col overflow-hidden",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border flex-shrink-0",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)("h3",{className:"text-sm font-medium text-foreground",children:n("askQuestion.title")}),(0,r.jsxs)("span",{className:"text-xs text-muted-foreground",children:[n("askQuestion.nQuestions",{count:b}),v>0&&` \xb7 ${n("askQuestion.checkedN",{count:v})}`]})]}),(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("button",{onClick:S,className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",title:v>0?n("askQuestion.sendChecked",{count:v}):n("askQuestion.sendAll"),children:(0,r.jsx)(W.A,{className:"w-4 h-4"})}),(0,r.jsx)("button",{onClick:N,className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",title:v>0?n("askQuestion.copyChecked",{count:v}):n("askQuestion.copyAll"),children:(0,r.jsx)(V.A,{className:"w-4 h-4"})}),(0,r.jsx)("button",{onClick:t,className:"p-1 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",children:(0,r.jsx)(O.A,{className:"w-5 h-5"})})]})]}),(0,r.jsx)("div",{className:"flex-1 overflow-y-auto px-6 py-4 space-y-6",children:e.map((t,s)=>{let{questions:l}=q(t);return l.map((t,a)=>{let o=J(s,a),i=c[o],d=u[o]||!1,h=p[o]||!1;return(0,r.jsxs)("div",{className:"space-y-3",children:[(0,r.jsxs)("div",{className:"flex items-start gap-2",children:[(0,r.jsx)("button",{onClick:()=>j(o),className:"mt-0.5 flex-shrink-0 p-0.5 rounded hover:bg-accent transition-colors",title:n("askQuestion.checkToCopy"),children:h?(0,r.jsx)(z.A,{className:"w-4 h-4 text-brand"}):(0,r.jsx)(H.A,{className:"w-4 h-4 text-muted-foreground"})}),t.header&&(0,r.jsx)("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-[10px] font-medium bg-brand/10 text-brand flex-shrink-0 mt-0.5",children:t.header}),(0,r.jsx)("span",{className:"text-sm font-medium text-foreground",children:t.question})]}),(0,r.jsxs)("div",{className:"space-y-1 ml-7",children:[t.options.map((e,t)=>{let n=i===e.label&&!d;return(0,r.jsxs)("button",{onClick:()=>y(o,e.label),className:`flex items-start gap-2 px-2.5 py-1.5 rounded-md transition-colors w-full text-left cursor-pointer hover:bg-accent/50 ${n?"bg-brand/10 hover:bg-brand/15":""}`,children:[(0,r.jsx)("div",{className:"mt-0.5 flex-shrink-0",children:n?(0,r.jsx)(U.A,{className:"w-3.5 h-3.5 text-brand"}):(0,r.jsx)("div",{className:"w-3.5 h-3.5 rounded-full border border-muted-foreground"})}),(0,r.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,r.jsx)("div",{className:`text-sm ${n?"text-foreground font-medium":"text-foreground"}`,children:e.label}),e.description&&(0,r.jsx)("div",{className:"text-xs text-muted-foreground mt-0.5",children:e.description})]})]},t)}),(0,r.jsxs)("button",{onClick:()=>w(o),className:`flex items-start gap-2 px-2.5 py-1.5 rounded-md transition-colors w-full text-left cursor-pointer hover:bg-accent/50 ${d?"bg-brand/10 hover:bg-brand/15":""}`,children:[(0,r.jsx)("div",{className:"mt-0.5 flex-shrink-0",children:d?(0,r.jsx)(U.A,{className:"w-3.5 h-3.5 text-brand"}):(0,r.jsx)("div",{className:"w-3.5 h-3.5 rounded-full border border-muted-foreground"})}),(0,r.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,r.jsx)(K.A,{className:"w-3.5 h-3.5 text-muted-foreground"}),(0,r.jsx)("span",{className:"text-sm text-muted-foreground",children:n("askQuestion.custom")})]})]}),d&&(0,r.jsx)("div",{className:"ml-6 mt-1",children:(0,r.jsx)("input",{type:"text",autoFocus:!0,value:m[o]||"",onChange:e=>k(o,e.target.value),placeholder:n("askQuestion.customPlaceholder"),className:"w-full px-3 py-1.5 text-sm bg-background border border-border rounded-md focus:outline-none focus:ring-1 focus:ring-brand text-foreground placeholder:text-muted-foreground"})})]}),(s!==e.length-1||a!==l.length-1)&&(0,r.jsx)("div",{className:"border-b border-border/50 mt-3"})]},o)})})})]})});return(0,r.jsx)(a.ZL,{children:E})}var Z=n(38987),G=n(9573);let Y=new Set(["Read","Grep","Glob","LS","WebSearch","WebFetch","NotebookRead","TodoRead","AskUserQuestion","ExitPlanMode","TodoWrite","Skill"]);var Q=n(5135),ee=n(24602),et=n(70188),en=n(83448);function er({image:e,onClose:t}){let{t:n}=(0,f.Bd)(),s=(0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/80",onClick:t,children:[(0,r.jsx)("button",{onClick:t,className:"absolute top-4 right-4 w-10 h-10 flex items-center justify-center text-white/80 hover:text-white bg-black/40 hover:bg-black/60 rounded-full transition-colors",children:(0,r.jsx)("svg",{className:"w-6 h-6",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),(0,r.jsx)("img",{src:`data:${e.media_type};base64,${e.data}`,alt:n("chat.imagePreview"),className:"max-w-[90vw] max-h-[90vh] object-contain",onClick:e=>e.stopPropagation()})]});return(0,r.jsx)(a.ZL,{children:s})}function es({filePath:e,onClose:t}){return(0,r.jsx)(a.ZL,{children:(0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/80",onClick:t,children:[(0,r.jsx)("button",{onClick:t,className:"absolute top-4 right-4 w-10 h-10 flex items-center justify-center text-white/80 hover:text-white bg-black/40 hover:bg-black/60 rounded-full transition-colors",children:(0,r.jsx)("svg",{className:"w-6 h-6",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),(0,r.jsx)("img",{src:`/api/file?path=${encodeURIComponent(e)}&raw=true`,alt:e.split("/").pop(),className:"max-w-[90vw] max-h-[90vh] object-contain",onClick:e=>e.stopPropagation()})]})})}function el({filePath:e,content:t,cwd:n,onClose:l}){let[o,i]=(0,s.useState)(null);return(0,r.jsx)(a.ZL,{children:(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-0 md:p-4",onClick:l,children:(0,r.jsx)("div",{ref:i,className:"bg-card shadow-xl w-full h-full rounded-none md:max-w-[90%] md:h-[90vh] md:rounded-lg flex flex-col relative",onClick:e=>e.stopPropagation(),children:(0,r.jsx)(et.SU,{container:o,children:(0,r.jsx)(Q.M,{content:t,filePath:e,cwd:n,onClose:l})})})})})}let ea=(0,s.memo)(function({text:e,isAside:t,isUser:n,isStreaming:s}){let l=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(S.T,{content:e,isUser:n,isStreaming:s,enableMath:!1}),s&&(0,r.jsx)("span",{className:"inline-block w-2 h-4 ml-1 bg-current animate-pulse"})]});return t?(0,r.jsxs)("div",{className:"flex gap-1.5 break-words opacity-65",children:[(0,r.jsx)(i.A,{className:"w-3 h-3 mt-[5px] shrink-0 text-muted-foreground","aria-hidden":!0}),(0,r.jsx)("div",{className:"flex-1 min-w-0",children:l})]}):(0,r.jsx)("div",{className:"break-words",children:l})}),eo=(0,s.memo)(function({message:e,cwd:t,sessionId:n,onFork:l,onApprovePlan:i,isLoading:p,onContentSearch:g,onShowFileDiff:b}){let v,y,w,k,{t:j}=(0,f.Bd)(),[C,N]=(0,s.useState)(null),[E,L]=(0,s.useState)(()=>1===(e.toolCalls?.length||0)),[M,R]=(0,s.useState)(!1),[T,P]=(0,s.useState)(!1),[I,A]=(0,s.useState)(!1),_="user"===e.role,F=e.images&&e.images.length>0,B=e.toolCalls?.length||0,W=!!n&&!!t&&!!l,V=(0,s.useMemo)(()=>e.toolCalls?.some(e=>{let t;return t=e.name,!Y.has(t)})||!1,[e.toolCalls]),O=(0,s.useMemo)(()=>{let t=e.parts;if(!t?.length)return e.content?[{text:e.content,isAside:!1}]:[];let n=-1;t.forEach((e,t)=>{"tool"===e.type&&(n=t)});let r=[];return t.forEach((e,t)=>{"text"===e.type&&r.push({text:e.text,isAside:t<n})}),r},[e.parts,e.content]),z=(0,s.useMemo)(()=>(0,Z.vP)([],e.toolCalls??[],t).length>0,[e.toolCalls,t]),[H,U]=(0,s.useState)(!1),K=z||H;(0,s.useEffect)(()=>{if(!V||z||!t)return;let n=(e.toolCalls??[]).map(e=>e.id).filter(Boolean);if(0===n.length)return;let r=(e.toolCalls??[]).filter(e=>["Edit","Write","MultiEdit","NotebookEdit"].includes(e.name)).map(e=>e.id),s=!1,l=null,a=0,o=()=>{x.t4.runPromiseExit((0,G.xK)(t,n)).then(e=>{if(s)return;let t="Success"===e._tag?e.value:[];if(t.length>0)return void U(!0);let n=new Set(t.map(e=>e.toolId));r.some(e=>!n.has(e))&&a<2&&(a+=1,l=setTimeout(o,2e3))})};return o(),()=>{s=!0,l&&clearTimeout(l)}},[V,z,t,e.toolCalls]);let q=(0,s.useMemo)(()=>{if(!e.toolCalls)return null;for(let t=e.toolCalls.length-1;t>=0;t--)if("TodoWrite"===e.toolCalls[t].name)return e.toolCalls[t];return null},[e.toolCalls]),J=(0,s.useMemo)(()=>e.toolCalls?e.toolCalls.filter(e=>"AskUserQuestion"===e.name):[],[e.toolCalls]),Q=(0,s.useMemo)(()=>{if(!e.toolCalls)return null;for(let t=e.toolCalls.length-1;t>=0;t--)if("ExitPlanMode"===e.toolCalls[t].name){let n=e.toolCalls[t].input?.plan;return"string"==typeof n&&n?n:null}return null},[e.toolCalls]),et=(0,s.useMemo)(()=>e.toolCalls?.filter(e=>"ExitPlanMode"!==e.name)??[],[e.toolCalls]),eo=(0,s.useMemo)(()=>{if(!e.toolCalls)return[];let t=new Set,n=[];for(let r of e.toolCalls)if("Read"===r.name||"Edit"===r.name||"Write"===r.name){let e=r.input.file_path;e&&((0,$.e$)(e)||(0,$.aR)(e)||(0,$.u)(e))&&!t.has(e)&&(t.add(e),n.push(e))}return n},[e.toolCalls]),ei=(0,s.useMemo)(()=>{if(!e.toolCalls)return[];let t=[];for(let n of e.toolCalls){let e=n.input?.thought;if(e&&"string"==typeof e){let r=e.match(/PREVIOUS:\s*(.*?)\s*→\s*THIS:\s*(.*?)\s*→\s*EXPECT:\s*(.*)/i);r?t.push({previous:r[1].trim(),current:r[2].trim(),expect:r[3].trim(),raw:e,toolName:n.name}):t.push({previous:"",current:e,expect:"",raw:e,toolName:n.name})}}return t},[e.toolCalls]),[ec,ed]=(0,s.useState)(null),[eu,eh]=(0,s.useState)(null);(0,s.useEffect)(()=>{if(!ec||(0,$.u)(ec))return void queueMicrotask(()=>eh(null));let e=!1;return x.t4.runPromiseExit((0,en.an)(ec)).then(t=>{e||("Success"===t._tag&&void 0!==t.value.content?eh(t.value.content):((0,o.oR)(j("toast.readFileFailed"),"error"),ed(null)))}),()=>{e=!0}},[ec,j]);let em=()=>{e.content&&(navigator.clipboard.writeText(e.content),(0,o.oR)(j("toast.copiedMessage")))},ef=()=>{W&&l(e.id)},ex=(e=>{if(!e)return"";let t=new Date(e);if(isNaN(t.getTime()))return"";let n=String(t.getMonth()+1).padStart(2,"0"),r=String(t.getDate()).padStart(2,"0"),s=String(t.getHours()).padStart(2,"0"),l=String(t.getMinutes()).padStart(2,"0");return`${n}-${r} ${s}:${l}`})(e.timestamp);if("system"===e.role){let t=e.systemEvent,n=t?.kind==="task-notification"?"failed"===t.status?"⚠️":"stopped"===t.status?"⏹️":"\uD83D\uDD14":"ℹ️",s=t?.detail||e.content;return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"flex justify-center my-2 px-2","data-role":"system",children:(0,r.jsxs)("button",{type:"button",onClick:()=>A(!0),className:"flex items-center gap-1.5 max-w-[85%] text-[11px] text-muted-foreground bg-secondary/40 border border-border/50 rounded-full px-3 py-1 hover:bg-secondary hover:text-foreground transition-colors cursor-pointer",title:j("chat.viewDetails",{defaultValue:"Click for details"}),children:[(0,r.jsx)("span",{className:"flex-shrink-0",children:n}),(0,r.jsx)("span",{className:"truncate",children:e.content})]})}),I&&(0,r.jsx)(a.ZL,{children:(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",onClick:()=>A(!1),children:(0,r.jsxs)("div",{className:"bg-card shadow-xl w-full max-w-4xl max-h-[80vh] rounded-lg flex flex-col overflow-hidden",onClick:e=>e.stopPropagation(),children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-2 border-b border-border flex-shrink-0",children:[(0,r.jsxs)("span",{className:"text-sm text-foreground flex items-center gap-1.5",children:[(0,r.jsx)("span",{children:n}),t?.kind==="task-notification"?j("chat.taskNotification",{defaultValue:"Task notification"}):j("chat.systemNotice",{defaultValue:"Notice"})]}),(0,r.jsx)("button",{onClick:()=>A(!1),className:"text-muted-foreground hover:text-foreground px-1.5 py-0.5 rounded hover:bg-accent transition-colors",children:"✕"})]}),(0,r.jsx)("pre",{className:"flex-1 overflow-auto px-4 py-3 text-xs text-foreground whitespace-pre-wrap break-words",children:s})]})})})]})}return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:`flex flex-col ${_?"items-end":"items-start"} mb-4 group`,"data-role":e.role,children:[ex&&(0,r.jsx)("span",{className:"text-[11px] text-muted-foreground opacity-0 group-hover:opacity-100 transition-opacity mb-0.5 px-1",children:ex}),(0,r.jsxs)("div",{className:`flex ${_?"justify-end":"justify-start"} w-full`,children:[_&&(0,r.jsxs)("div",{className:"self-start mt-2 mr-1 flex flex-col gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[e.content&&(0,r.jsx)("button",{onClick:em,className:"p-1 rounded text-muted-foreground hover:text-foreground hover:bg-accent",title:j("chat.copyMessage"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})}),W&&(0,r.jsx)("button",{onClick:ef,className:"p-1 rounded text-muted-foreground hover:text-foreground hover:bg-accent",title:j("chat.forkSession"),children:(0,r.jsxs)("svg",{className:"w-4 h-4",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("circle",{cx:"12",cy:"18",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"}),(0,r.jsx)("path",{d:"M12 12v3"})]})})]}),(0,r.jsxs)("div",{className:`max-w-[80%] ${_?"bg-accent text-foreground border border-brand rounded-2xl rounded-br-md":"bg-accent text-foreground dark:text-slate-11 rounded-2xl rounded-bl-md"} px-4 py-2`,children:[F&&(0,r.jsx)("div",{className:`flex flex-wrap gap-2 ${e.content?"mb-2":""}`,children:e.images.map((e,t)=>(0,r.jsx)("div",{className:"relative w-16 h-16 rounded-lg overflow-hidden border border-white/20 cursor-pointer hover:opacity-90 transition-opacity",onClick:()=>N(e),children:(0,r.jsx)("img",{src:`data:${e.media_type};base64,${e.data}`,alt:j("chat.imageN",{index:t+1}),className:"w-full h-full object-cover"})},t))}),O.length>0&&(0,r.jsx)("div",{className:"space-y-3",children:O.map((t,n)=>(0,r.jsx)(ea,{text:t.text,isAside:t.isAside,isUser:_,isStreaming:!!e.isStreaming&&n===O.length-1},n))}),q&&(w=(y=Array.isArray(v=q.input?.todos)?v:[]).filter(e=>"completed"===e.status).length,k=y.length,(0,r.jsx)("div",{className:`${e.content||F?"mt-2":""}`,children:(0,r.jsxs)("div",{className:"border border-border rounded-lg overflow-hidden bg-secondary/50 px-3 py-2 space-y-1",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mb-1.5",children:[(0,r.jsx)("div",{className:"flex-1 h-1 bg-secondary rounded-full overflow-hidden",children:(0,r.jsx)("div",{className:"h-full bg-green-500 rounded-full transition-all duration-300",style:{width:`${k>0?w/k*100:0}%`}})}),(0,r.jsxs)("span",{className:"text-[10px] text-muted-foreground flex-shrink-0",children:[w,"/",k]})]}),y.map((e,t)=>(0,r.jsxs)("div",{className:`flex items-center gap-1.5 ${"completed"===e.status?"opacity-50":""}`,children:["completed"===e.status?(0,r.jsx)(c.A,{className:"w-3 h-3 text-green-500 flex-shrink-0"}):"in_progress"===e.status?(0,r.jsx)(d.A,{className:"w-3 h-3 text-brand flex-shrink-0 animate-spin"}):(0,r.jsx)(u.A,{className:"w-3 h-3 text-muted-foreground flex-shrink-0"}),(0,r.jsx)("span",{className:`text-xs truncate ${"completed"===e.status?"text-muted-foreground":"text-foreground"}`,children:"in_progress"===e.status&&e.activeForm?e.activeForm:e.content})]},t))]})})),Q&&(0,r.jsx)("div",{className:`${e.content||F||q?"mt-2":""}`,children:(0,r.jsxs)("div",{className:"border border-brand/40 rounded-lg overflow-hidden bg-secondary/50",children:[(0,r.jsxs)("div",{className:"flex items-center gap-1.5 px-3 py-1.5 border-b border-border bg-brand/10",children:[(0,r.jsx)("span",{className:"text-sm",children:"\uD83D\uDCCB"}),(0,r.jsx)("span",{className:"text-xs font-medium text-foreground",children:j("chat.planTitle",{defaultValue:"Plan (awaiting your review)"})})]}),(0,r.jsx)("div",{className:"px-3 py-2",children:(0,r.jsx)(S.T,{content:Q,isUser:!1,enableMath:!1})}),i&&(0,r.jsxs)("div",{className:"px-3 py-2 border-t border-border flex items-center justify-between gap-2",children:[(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:j("chat.planApproveHint",{defaultValue:"本环境无审批弹窗,点此退出 Plan 并执行"})}),(0,r.jsxs)("button",{onClick:()=>i(),disabled:p,className:"flex items-center gap-1.5 px-3 py-1 rounded-md bg-brand text-white text-xs font-medium hover:bg-brand/90 disabled:opacity-50 disabled:cursor-not-allowed transition-colors flex-shrink-0",children:[(0,r.jsx)("span",{children:"✓"}),(0,r.jsx)("span",{children:j("chat.approvePlan",{defaultValue:"批准并执行"})})]})]})]})}),eo.length>0&&(0,r.jsx)("div",{className:`${e.content||F||q?"mt-2":""}`,children:(0,r.jsx)("div",{className:"border border-border rounded-lg overflow-hidden bg-secondary/50 px-3 py-2 space-y-0.5",children:eo.map(e=>(0,r.jsxs)("button",{onClick:()=>ed(e),className:"flex items-center gap-1.5 w-full text-left hover:bg-accent rounded px-1 py-0.5 transition-colors group/md",children:[(0,$.u)(e)?(0,r.jsxs)("svg",{className:"w-3.5 h-3.5 text-muted-foreground flex-shrink-0",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:[(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 5a1 1 0 011-1h14a1 1 0 011 1v14a1 1 0 01-1 1H5a1 1 0 01-1-1V5z"}),(0,r.jsx)("circle",{cx:"8.5",cy:"8.5",r:"1.5",fill:"currentColor",stroke:"none"}),(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 16l4-4 3 3 4-4 5 5"})]}):(0,$.aR)(e)?(0,r.jsx)("svg",{className:"w-3.5 h-3.5 text-muted-foreground flex-shrink-0",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"})}):(0,r.jsx)("svg",{className:"w-3.5 h-3.5 text-muted-foreground flex-shrink-0",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})}),(0,r.jsx)("span",{className:"text-xs text-muted-foreground group-hover/md:text-foreground truncate",children:e.split("/").pop()})]},e))})}),ei.length>0&&(0,r.jsx)("div",{className:`${e.content||F||q||eo.length>0?"mt-2":""}`,children:(0,r.jsx)("div",{className:"border border-border rounded-lg overflow-hidden bg-secondary/50",children:(0,r.jsxs)("table",{className:"w-full text-xs",children:[(0,r.jsx)("thead",{children:(0,r.jsxs)("tr",{className:"border-b border-border text-muted-foreground",children:[(0,r.jsx)("th",{className:"px-2 py-1.5 text-left font-medium w-[60px]",children:"Tool"}),(0,r.jsx)("th",{className:"px-2 py-1.5 text-left font-medium",children:"Previous"}),(0,r.jsx)("th",{className:"px-2 py-1.5 text-left font-medium",children:"Action"}),(0,r.jsx)("th",{className:"px-2 py-1.5 text-left font-medium",children:"Expect"})]})}),(0,r.jsx)("tbody",{children:ei.map((e,t)=>(0,r.jsxs)("tr",{className:t<ei.length-1?"border-b border-border/50":"",children:[(0,r.jsx)("td",{className:"px-2 py-1 text-muted-foreground font-mono",children:e.toolName}),(0,r.jsx)("td",{className:"px-2 py-1 text-muted-foreground",children:e.previous||"—"}),(0,r.jsx)("td",{className:"px-2 py-1 text-foreground",children:e.current}),(0,r.jsx)("td",{className:"px-2 py-1 text-muted-foreground",children:e.expect||"—"})]},t))})]})})}),et.length>0&&(0,r.jsx)("div",{className:`${e.content||F?"mt-2":""}`,children:B>0?(0,r.jsxs)("div",{className:"border border-border rounded-lg overflow-hidden bg-secondary",children:[(0,r.jsxs)("div",{className:"flex items-center",children:[(0,r.jsxs)("button",{onClick:()=>L(!E),className:"flex-1 px-3 py-1.5 flex items-center gap-2 text-left hover:bg-accent transition-colors active:bg-muted",children:[(0,r.jsx)("span",{className:"text-sm",children:"\uD83D\uDD27"}),(0,r.jsx)("span",{className:"font-medium text-foreground",children:j("chat.toolCalls",{count:et.length})}),(0,r.jsx)("span",{className:"ml-auto text-muted-foreground text-sm",children:E?j("chat.collapse"):j("chat.expand")})]}),J.length>0&&(0,r.jsx)("button",{onClick:()=>P(!0),className:"px-3 py-1.5 text-muted-foreground hover:text-foreground hover:bg-accent transition-colors border-l border-border",title:j("chat.viewQuestions"),children:(0,r.jsx)(h.A,{className:"w-4 h-4"})}),K&&(0,r.jsx)("button",{onClick:()=>{b&&e.toolCalls?b(e.toolCalls,t):R(!0)},className:"px-3 py-1.5 text-muted-foreground hover:text-foreground hover:bg-accent transition-colors border-l border-border",title:j("chat.viewAllFileChanges"),children:(0,r.jsx)(m.A,{className:"w-4 h-4"})})]}),E&&(0,r.jsx)("div",{className:"border-t border-border p-2 space-y-1",children:et.map((e,s)=>(0,r.jsx)(D,{toolCall:e,cwd:t,sessionId:n},`${e.id}-${s}`))})]}):et.map((e,s)=>(0,r.jsx)(D,{toolCall:e,cwd:t,sessionId:n},`${e.id}-${s}`))})]}),!_&&(0,r.jsxs)("div",{className:"self-start mt-2 ml-1 flex flex-col gap-0.5 opacity-0 group-hover:opacity-100 transition-opacity",children:[e.content&&(0,r.jsx)("button",{onClick:em,className:"p-1 rounded text-muted-foreground hover:text-foreground hover:bg-accent",title:j("chat.copyMessage"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})}),W&&(0,r.jsx)("button",{onClick:ef,className:"p-1 rounded text-muted-foreground hover:text-foreground hover:bg-accent",title:j("chat.forkSession"),children:(0,r.jsxs)("svg",{className:"w-4 h-4",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round",children:[(0,r.jsx)("circle",{cx:"12",cy:"18",r:"3"}),(0,r.jsx)("circle",{cx:"6",cy:"6",r:"3"}),(0,r.jsx)("circle",{cx:"18",cy:"6",r:"3"}),(0,r.jsx)("path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9"}),(0,r.jsx)("path",{d:"M12 12v3"})]})})]})]})]}),C&&(0,r.jsx)(er,{image:C,onClose:()=>N(null)}),M&&e.toolCalls&&(0,r.jsx)(Z.zB,{toolCalls:e.toolCalls,cwd:t,onClose:()=>R(!1),onContentSearch:g}),T&&J.length>0&&(0,r.jsx)(X,{toolCalls:J,onClose:()=>P(!1)}),ec&&(0,$.u)(ec)&&(0,r.jsx)(es,{filePath:ec,onClose:()=>ed(null)}),ec&&!(0,$.u)(ec)&&null!==eu&&((0,$.aR)(ec)?(0,r.jsx)(ee.N,{filePath:ec,content:eu,cwd:t,onClose:()=>ed(null),onContentSearch:g}):(0,r.jsx)(el,{filePath:ec,content:eu,cwd:t||"",onClose:()=>ed(null)}))]})});var ei=n(1058),ec=n(90717),ed=n(89109),eu=n(7320);let eh=(0,s.forwardRef)(function({messages:e,isLoading:t,cwd:n,sessionId:a,engine:o,apiRetryInfo:i,ptyNotice:c,hasMoreHistory:d,isLoadingMore:u,onLoadMore:h,onFork:m,isActive:x=!0,onContentSearch:p,onShowFileDiff:g,onApprovePlan:b},v){let{t:y}=(0,f.Bd)(),w=(0,s.useRef)(null),k=(0,s.useRef)(null),j=(0,s.useRef)(null),C=(0,s.useRef)(null),[N,S]=(0,s.useState)(null),[E,L]=(0,s.useState)(!0),[M,R]=(0,s.useState)(!1),[T,$]=(0,s.useState)(!1);(0,s.useEffect)(()=>{S(C.current)},[]);let{isSearchVisible:P,searchQuery:I,setSearchQuery:A,matches:_,currentMatchIndex:F,goToNextMatch:D,goToPrevMatch:B,closeSearch:W,searchInputRef:V,handleSearchKeyDown:O}=function(e){let[t,n]=(0,s.useState)(!1),[r,l]=(0,s.useState)(""),[a,o]=(0,s.useState)([]),[i,c]=(0,s.useState)(0),d=(0,s.useRef)(null),u=(0,s.useRef)([]),h=(0,s.useCallback)(()=>{let t=e.current;t&&(t.querySelectorAll("mark.chat-search-match, mark.chat-search-current").forEach(e=>{let t=e.parentNode;t&&(t.replaceChild(document.createTextNode(e.textContent||""),e),t.normalize())}),u.current=[])},[e]),m=(0,s.useCallback)(t=>{if(h(),!t||!e.current){o([]),c(0);return}let n=[],r=[],s=t.toLowerCase();e.current.querySelectorAll("[data-message-id]").forEach(e=>{let l,a=e.getAttribute("data-message-id")||"",o=0,i=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null),c=[];for(;l=i.nextNode();)c.push(l);for(let e of c){let l=(e.textContent||"").toLowerCase(),i=0,c=[];for(;;){let e=l.indexOf(s,i);if(-1===e)break;c.push({start:e,end:e+t.length}),i=e+1}if(0!==c.length)for(let t=c.length-1;t>=0;t--){let s=c[t];e.splitText(s.end);let l=e.splitText(s.start),i=document.createElement("mark");i.className="chat-search-match",i.textContent=l.textContent,l.parentNode.replaceChild(i,l),n.push({messageId:a,markIndex:o}),r.push(i),o++}}}),n.reverse(),r.reverse(),u.current=r,o(n),c(n.length>0?0:-1)},[e,h]);(0,s.useEffect)(()=>{queueMicrotask(()=>m(r))},[r,m]),(0,s.useEffect)(()=>{let e=u.current;e.forEach((e,t)=>{e.className=t===i?"chat-search-current":"chat-search-match"}),i>=0&&i<e.length&&e[i].scrollIntoView({behavior:"smooth",block:"center"})},[i,a]);let f=(0,s.useCallback)(()=>{0!==a.length&&c(e=>(e+1)%a.length)},[a.length]),x=(0,s.useCallback)(()=>{0!==a.length&&c(e=>(e-1+a.length)%a.length)},[a.length]),p=(0,s.useCallback)(()=>{n(!0),setTimeout(()=>d.current?.focus(),0)},[]),g=(0,s.useCallback)(()=>{n(!1),l(""),h(),o([]),c(0)},[h]),b=(0,s.useCallback)(e=>{"Enter"===e.key&&(e.preventDefault(),e.shiftKey?x():f()),"Escape"===e.key&&g()},[f,x,g]);return(0,s.useEffect)(()=>{let t=e.current;if(!t)return;let n=e=>{(e.metaKey||e.ctrlKey)&&"f"===e.key&&(e.preventDefault(),e.stopPropagation(),p())};return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)},[e,p]),{isSearchVisible:t,searchQuery:r,setSearchQuery:l,matches:a,currentMatchIndex:i,goToNextMatch:f,goToPrevMatch:x,openSearch:p,closeSearch:g,searchInputRef:d,handleSearchKeyDown:b}}(C),z=(0,l.nH)(),H=(0,s.useRef)(null),U=(0,s.useRef)(()=>{}),{addComment:K,refresh:q}=(0,ei._)({cwd:n||"",filePath:ec.Un}),[J,X]=(0,s.useState)(null),[Z,G]=(0,s.useState)(null),Y=(0,s.useCallback)(e=>{if(J||Z)return;let t=window.getSelection();if(!t||t.isCollapsed||!t.rangeCount){H.current=null,U.current();return}let n=t.toString().trim();if(!n){H.current=null,U.current();return}let r=t.anchorNode instanceof HTMLElement?t.anchorNode:t.anchorNode?.parentElement;if(r?.closest('[data-role="user"]')){H.current=null,U.current();return}H.current={x:e.clientX,y:e.clientY,range:{start:0,end:0},selectedText:n,lineSnapshot:n},U.current()},[J,Z]),Q=(0,s.useCallback)(e=>{let t=e.target;!(t.closest(".floating-toolbar")||t.closest('[class*="z-[200]"]'))&&H.current&&(H.current=null,U.current())},[]),ee=(0,s.useCallback)(()=>{let e=H.current;e&&(X({x:e.x,y:e.y,text:e.selectedText}),H.current=null,U.current(),window.getSelection()?.removeAllRanges())},[]),et=(0,s.useCallback)(()=>{let e=H.current;e&&(G({x:e.x,y:e.y,text:e.selectedText}),H.current=null,U.current(),window.getSelection()?.removeAllRanges())},[]),en=(0,s.useCallback)(()=>{let e=H.current;e&&z&&(H.current=null,U.current(),window.getSelection()?.removeAllRanges(),(0,ec.Ff)(z.sendMessage,{filePath:ec.Un,startLine:0,endLine:0,codeContent:e.selectedText},y("explain.selectionMessage")))},[z,y]),er=(0,s.useCallback)(()=>{let e=H.current;if(!e||!p)return;let t=e.selectedText.trim();H.current=null,U.current(),window.getSelection()?.removeAllRanges(),t&&p(t)},[p]),es=(0,s.useCallback)(async e=>{J&&(await K(0,0,e,J.text),X(null))},[J,K]),el=(0,s.useCallback)(async(e,t)=>{if(z&&n)try{let r=(await (0,ec.$3)(n)).map(e=>({filePath:e.filePath,startLine:e.startLine,endLine:e.endLine,codeContent:e.codeContent,note:e.content||void 0}));r.push({filePath:ec.Un,startLine:0,endLine:0,codeContent:e});let s=(0,ec.Gw)(r,t);z.sendMessage(s),await (0,ec.RP)(n),q()}catch(e){console.error("Failed to send to AI:",e)}},[z,n,q]),ea=(0,s.useCallback)((e,t)=>{let n=H.current;if(!n)return;let r=n.selectedText;H.current=null,U.current(),window.getSelection()?.removeAllRanges(),"comment"===e?K(0,0,t,r):el(r,t)},[K,el]),eh=(0,s.useCallback)(e=>{Z&&el(Z.text,e)},[Z,el]),em=(0,s.useCallback)(e=>{J&&el(J.text,e)},[J,el]),ef=(0,s.useMemo)(()=>{let t=new Set;return e.filter(e=>!t.has(e.id)&&(t.add(e.id),!0))},[e]),ex=(0,s.useRef)(0),ep=(0,s.useRef)(!1),eg=(0,s.useCallback)(()=>{let e=j.current;return!e||e.scrollHeight-e.scrollTop-e.clientHeight<50},[]),eb=(0,s.useCallback)(()=>{let e=j.current;return!e||e.scrollTop<50},[]),ev=(0,s.useCallback)(()=>{let e=eg(),t=eb();if(L(e),R(!t),$(!e),t&&d&&!u&&h){let e=j.current;e&&(ex.current=e.scrollHeight,ep.current=!0),h()}},[eg,eb,d,u,h]),ey=(0,s.useCallback)(()=>{k.current?.scrollIntoView({behavior:"smooth"})},[]),ew=(0,s.useCallback)(()=>{w.current?.scrollIntoView({behavior:"smooth"})},[]),ek=(0,s.useCallback)(e=>{let t=j.current;if(!t)return;let n=t.querySelector(`[data-message-id="${e}"]`);n&&(n.scrollIntoView({behavior:"smooth",block:"center"}),n.classList.add("ring-2","ring-brand","ring-offset-2"),setTimeout(()=>{n.classList.remove("ring-2","ring-brand","ring-offset-2")},2e3))},[]);(0,s.useImperativeHandle)(v,()=>({scrollToMessage:ek}),[ek]);let ej=(0,s.useRef)(0),eC=(0,s.useRef)(!0);(0,s.useEffect)(()=>{let t=ej.current,n=e.length;ej.current=n,!eC.current&&E&&n>t&&w.current?.scrollIntoView({behavior:"smooth"})},[e,E]),(0,s.useEffect)(()=>{E&&t&&w.current?.scrollIntoView({behavior:"smooth"})},[t,E]),(0,s.useEffect)(()=>{if(ep.current&&!u){let e=j.current;if(e){let t=e.scrollHeight-ex.current;e.scrollTop=t,ep.current=!1}}},[e,u]);let eN=(0,s.useRef)(!1);return(0,s.useEffect)(()=>{x&&eN.current&&e.length>0&&(eN.current=!1,w.current?.scrollIntoView({behavior:"instant"}))},[x,e.length]),(0,s.useEffect)(()=>{eC.current&&e.length>0&&(eC.current=!1,x?w.current?.scrollIntoView({behavior:"instant"}):eN.current=!0)},[e.length,x]),(0,r.jsxs)("div",{ref:C,className:"relative flex-1 min-h-0 overflow-hidden flex flex-col outline-none",tabIndex:-1,onMouseUp:Y,onMouseDown:Q,children:[P&&(0,r.jsxs)("div",{className:"flex-shrink-0 flex items-center gap-2 px-3 py-2 bg-secondary border-b border-border",children:[(0,r.jsx)("input",{ref:V,type:"text",value:I,onChange:e=>A(e.target.value),onKeyDown:O,placeholder:y("codeViewer.searchChat"),className:"flex-1 max-w-xs px-2 py-1 text-sm border border-border rounded bg-card text-foreground focus:outline-none focus:ring-2 focus:ring-ring"}),(0,r.jsx)("span",{className:"text-xs text-muted-foreground",children:_.length>0?`${F+1}/${_.length}`:y("common.noMatch")}),(0,r.jsx)("button",{onClick:B,disabled:0===_.length,className:"p-1 rounded hover:bg-accent disabled:opacity-50",title:y("codeViewer.prevShiftEnter"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 15l7-7 7 7"})})}),(0,r.jsx)("button",{onClick:D,disabled:0===_.length,className:"p-1 rounded hover:bg-accent disabled:opacity-50",title:y("codeViewer.nextEnter"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})}),(0,r.jsx)("button",{onClick:W,className:"p-1 rounded hover:bg-accent",title:y("codeViewer.closeEsc"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),(0,r.jsx)("div",{ref:j,onScroll:ev,className:"relative flex-1 min-h-0 overflow-y-auto p-4",children:0!==e.length||t?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{ref:k}),d&&(0,r.jsx)("div",{className:"flex justify-center py-3",children:u?(0,r.jsxs)("div",{className:"flex items-center gap-2 text-muted-foreground text-sm",children:[(0,r.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-brand border-t-transparent rounded-full animate-spin"}),(0,r.jsx)("span",{children:y("chat.loadMoreHistory")})]}):(0,r.jsx)("button",{onClick:h,className:"text-sm text-muted-foreground hover:text-foreground transition-colors",children:y("chat.scrollUpForMore")})}),ef.map(e=>(0,r.jsx)("div",{"data-message-id":e.id,className:"transition-[box-shadow] duration-300",children:(0,r.jsx)(eo,{message:e,cwd:n,sessionId:a,onFork:m,onApprovePlan:b,isLoading:t,onContentSearch:p,onShowFileDiff:g})},e.id)),t&&(0,r.jsx)("div",{className:"flex justify-start mb-4",children:(0,r.jsxs)("div",{className:"bg-accent rounded-2xl rounded-bl-md px-4 py-3 max-w-[90%]",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 text-muted-foreground",children:[(0,r.jsx)("span",{className:"inline-block w-5 h-5 border-2 border-brand border-t-transparent rounded-full animate-spin"}),(0,r.jsx)("span",{className:"text-sm",children:"claude2"===o?"Claude 2 is thinking...":"codex"===o?"Codex is thinking...":"kimi"===o?"Kimi is thinking...":"ollama"===o?"Ollama is thinking...":"deepseek"===o?"DeepSeek is thinking...":y("chat.claudeThinking")})]}),i&&(0,r.jsxs)("div",{className:"mt-2 flex items-start gap-2 text-xs text-amber-400 border-t border-border/50 pt-2",children:[(0,r.jsx)("svg",{className:"w-3.5 h-3.5 mt-0.5 flex-shrink-0 animate-spin",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})}),(0,r.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,r.jsxs)("div",{children:["Retrying API call (attempt ",i.attempt,i.maxRetries>0?`/${i.maxRetries}`:"",i.delayMs>0?`, delay ${(i.delayMs/1e3).toFixed(1)}s`:"",")"]}),(i.errorStatus||i.error)&&(0,r.jsxs)("div",{className:"text-muted-foreground/80 break-words",children:[i.errorStatus?`${i.errorStatus}`:"",i.errorStatus&&i.error?" \xb7 ":"",i.error||""]})]})]}),c&&(0,r.jsxs)("div",{className:"mt-2 flex items-start gap-2 text-xs text-amber-400 border-t border-border/50 pt-2",children:[(0,r.jsx)("svg",{className:"w-3.5 h-3.5 mt-0.5 flex-shrink-0",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 9v2m0 4h.01M5.07 19h13.86c1.54 0 2.5-1.67 1.73-3L13.73 4a2 2 0 00-3.46 0L3.34 16c-.77 1.33.19 3 1.73 3z"})}),(0,r.jsx)("div",{className:"flex-1 min-w-0 break-words",children:c})]})]})}),(0,r.jsx)("div",{ref:w})]}):(0,r.jsx)("div",{className:"flex items-center justify-center h-full text-slate-9",children:(0,r.jsxs)("div",{className:"text-center",children:[(0,r.jsx)("div",{className:"text-4xl mb-4",children:"\uD83D\uDCAC"}),(0,r.jsx)("div",{children:y("chat.startConversation")})]})})}),M&&e.length>0&&(0,r.jsx)("button",{onClick:ey,className:"absolute top-2 left-1/2 -translate-x-1/2 p-2 bg-card text-muted-foreground hover:text-foreground shadow-md rounded-full transition-all hover:shadow-lg active:scale-95",title:y("chat.jumpToStart"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 15l7-7 7 7"})})}),T&&e.length>0&&(0,r.jsx)("button",{onClick:ew,className:"absolute bottom-2 left-1/2 -translate-x-1/2 p-2 bg-card text-muted-foreground hover:text-foreground shadow-md rounded-full transition-all hover:shadow-lg active:scale-95",title:y("chat.jumpToLatest"),children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})}),N&&(0,r.jsx)(ed.f,{floatingToolbarRef:H,bumpRef:U,container:N,onAddComment:ee,onSendToAI:et,onSearch:p?er:void 0,onExplain:z?en:void 0,onQuickReply:ea,isChatLoading:z?.isLoading}),J&&N&&(0,r.jsx)(eu.t,{x:J.x,y:J.y,range:{start:0,end:0},lineSnapshot:J.text,container:N,onSubmit:es,onSendToAI:z?em:void 0,onClose:()=>X(null),isChatLoading:z?.isLoading}),Z&&N&&(0,r.jsx)(eu.G,{x:Z.x,y:Z.y,range:{start:0,end:0},lineSnapshot:Z.text,container:N,onSubmit:eh,onClose:()=>G(null),isChatLoading:z?.isLoading})]})})},75346:(e,t,n)=>{n.d(t,{n:()=>s});var r=n(88292);let s={SessionChange:(0,r.R)("session-change"),ViewChange:(0,r.R)("view-change"),OpenNote:(0,r.R)("open-note"),LangChange:(0,r.R)("lang-change"),TabAdd:(0,r.R)("tab-add"),TabClose:(0,r.R)("tab-close"),SwitchSession:(0,r.R)("switch-session"),ProjectChange:(0,r.R)("project-change"),OpenProject:(0,r.R)("open-project"),SessionComplete:(0,r.R)("session-complete"),OpenTokenStats:(0,r.R)("open-token-stats"),PinnedSessionsChanged:(0,r.R)("pinned-sessions-changed"),ScheduledTasksChanged:(0,r.R)("scheduled-tasks-changed"),ScreenshotPrepare:(0,r.R)("screenshot-prepare"),ScreenshotDone:(0,r.R)("screenshot-done")}},77725:(e,t,n)=>{n.d(t,{Z:()=>d});var r=n(12115),s=n(10592),l=n(86359),a=n(80905),o=n(49433),i=n(80286),c=n(86957);function d(e,t){let[n,d]=(0,r.useState)({status:"loading"});return(0,r.useEffect)(()=>{d({status:"loading"});let t=c.t4.runFork(e);return t.addObserver(e=>{s.YW(e,{onSuccess:e=>d({status:"success",data:e}),onFailure:e=>{let t=l.od(e);d({status:"error",error:a.Ru(t)?t.value:e})}})}),()=>{o.runFork(i.G(t))}},t),n}},82292:(e,t,n)=>{function r(e,t){for(let n of e){if(n.path===t)return n;if(n.children){let e=r(n.children,t);if(e)return e}}return null}function s(e,t){if(!e)return"";let n=r(t,e);if(n?.isDirectory)return e;let s=e.split("/");return s.pop(),s.join("/")}function l(e){let t=[];for(let n of e){let e=n.split("/"),r=t;for(let t=0;t<e.length;t++){let n=e[t],s=t===e.length-1,l=e.slice(0,t+1).join("/"),a=r.find(e=>e.name===n);a||(a={name:n,path:l,isDirectory:!s,children:s?void 0:[]},r.push(a)),!s&&a.children&&(r=a.children)}}let n=e=>{e.sort((e,t)=>e.isDirectory&&!t.isDirectory?-1:!e.isDirectory&&t.isDirectory?1:e.name.localeCompare(t.name)),e.forEach(e=>{e.children&&n(e.children)})};return n(t),t}function a(e){let t=[],n=e=>{for(let r of e)r.isDirectory&&(t.push(r.path),r.children&&n(r.children))};return n(e),t}n.d(t,{B_:()=>f,HR:()=>function e(t,n){if(0===n.length)return t;let r=new Map(n.map(e=>[e.path,e]));return t.map(t=>{let n=r.get(t.path);return n&&t.isDirectory?void 0===t.children&&void 0!==n.children?{...t,children:n.children}:void 0!==t.children&&void 0!==n.children?{...t,children:e(t.children,n.children)}:t:t})},KH:()=>d,MB:()=>r,S7:()=>s,fw:()=>u,q3:()=>c,r6:()=>h,tE:()=>m,tW:()=>a,u:()=>i,v3:()=>l});let o=new Set(["png","jpg","jpeg","gif","svg","webp","ico","bmp"]);function i(e){let t=e.split(".").pop()?.toLowerCase();return o.has(t||"")}function c(e,t,n=!1){let r=new Set;if(!t)return r;let s=t.toLowerCase(),l=e=>{if(r.add(e.path),e.children)for(let t of e.children)l(t)},a=(e,t)=>{let o=e.name.toLowerCase(),i=n?o===s:o.includes(s);if(i&&e.children)return l(e),t.forEach(e=>r.add(e)),!0;let c=!1;if(e.children)for(let n of e.children)a(n,[...t,e.path])&&(c=!0);return(!!i||!!c)&&(r.add(e.path),t.forEach(e=>r.add(e)),!0)};for(let t of e)a(t,[]);return r}function d(e,t,n=!1){let r=new Set;if(!t)return r;let s=t.toLowerCase();for(let t of e){let e=t.split("/");for(let t=0;t<e.length;t++){let l=e[t].toLowerCase();if(n?l===s:l.includes(s)){for(let t=0;t<=e.length-1;t++)r.add(e.slice(0,t+1).join("/"));break}}}return r}function u(e){let t=Math.floor(Math.floor((Date.now()-1e3*e)/1e3)/60),n=Math.floor(t/60),r=Math.floor(n/24),s=Math.floor(r/30),l=Math.floor(r/365);return l>0?`${l}y ago`:s>0?`${s}mo ago`:r>0?`${r}d ago`:n>0?`${n}h ago`:t>0?`${t}m ago`:"just now"}function h(e){let t=new Date(e),n=new Date,r=t.getFullYear()===n.getFullYear(),s=String(t.getMonth()+1).padStart(2,"0"),l=String(t.getDate()).padStart(2,"0"),a=String(t.getHours()).padStart(2,"0"),o=String(t.getMinutes()).padStart(2,"0");return r?`${s}-${l} ${a}:${o}`:`${t.getFullYear()}-${s}-${l} ${a}:${o}`}let m=()=>{},f=50},83448:(e,t,n)=>{n.d(t,{Cr:()=>S,F4:()=>f,JC:()=>b,M5:()=>p,N8:()=>h,Pk:()=>d,QW:()=>w,XO:()=>E,Zr:()=>y,an:()=>N,em:()=>c,he:()=>m,l1:()=>g,n_:()=>v,pw:()=>u,qD:()=>C,tY:()=>M,td:()=>i,tf:()=>L,yS:()=>x,z2:()=>k});var r=n(49433),s=n(82680);let l=(e,t)=>r.tryPromise({try:async()=>{let n=await fetch(e,t);if(!n.ok)throw Error(`HTTP ${n.status}`);return await n.json()},catch:n=>new s.uV({message:`${t?.method??"GET"} ${e} failed`,cause:n})}),a=(e,t)=>l(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),o=(e,t)=>l(e,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),i=()=>l("/api/settings"),c=e=>o("/api/settings",e),d=()=>l("/api/deepseek/credentials"),u=e=>o("/api/deepseek/credentials",{apiKey:e}),h=()=>l("/api/deepseek/models"),m=()=>l("/api/deepseek/balance"),f=()=>l("/api/ollama/config"),x=e=>o("/api/ollama/config",e),p=()=>l("/api/commands"),g=()=>l("/api/skills"),b=e=>a("/api/bash",e),v=e=>r.tryPromise({try:async()=>{let t=await fetch("/api/session-by-path",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});return t.ok?await t.json():null},catch:e=>new s.uV({message:"POST /api/session-by-path failed",cause:e})}),y=(e,t)=>a(`/api/session/${encodeURIComponent(e)}/fork`,t),w=e=>l(`/api/sessions/projects/${encodeURIComponent(e)}`),k=()=>l("/api/global-state").pipe(r.map(e=>e.sessions??[])),j=()=>r.tryPromise({try:async()=>{let e=await fetch("/api/ollama/models");return 503===e.status?{_tag:"not-running"}:e.ok?{_tag:"ok",models:(await e.json()).models??[]}:{_tag:"error",message:"Failed to fetch models"}},catch:e=>new s.uV({message:"fetch ollama models failed",cause:e})}),C=e=>r.gen(function*(){let t=yield*j();if("not-running"!==t._tag)return t;e&&(yield*r.sync(e));let n=yield*r.tryPromise({try:async()=>{let e=await fetch("/api/ollama/start",{method:"POST"}),t=await e.json().catch(()=>({}));return 404===e.status?{_tag:"not-installed",message:t.message||"Ollama is not installed"}:e.ok?{_tag:"started"}:{_tag:"error",message:"Failed to start Ollama"}},catch:e=>new s.uV({message:"start ollama failed",cause:e})});if("not-installed"===n._tag)return{_tag:"not-installed",message:n.message};if("error"===n._tag)return{_tag:"error",message:n.message};let l=yield*j();return"not-running"===l._tag?{_tag:"error",message:"Ollama started but cannot fetch models"}:l}),N=e=>l(`/api/file?path=${encodeURIComponent(e)}`),S=e=>l(`/api/claude-stats?engine=${encodeURIComponent(e)}`),E=()=>l("/api/prompts/config?scope=global"),L=e=>l(`/api/prompts/config?cwd=${encodeURIComponent(e)}`),M=e=>a("/api/prompts/config",e)},83897:(e,t,n)=>{n.d(t,{k_:()=>o,nH:()=>i});var r=n(95155),s=n(12115),l=n(48347);let a=(0,s.createContext)(null);function o({children:e}){let t=(0,s.useRef)(new Map),n=(0,s.useRef)(null),[i,c]=(0,s.useState)(!1),d=(0,s.useCallback)((e,n)=>{t.current.set(n,e)},[]),u=(0,s.useCallback)(e=>{t.current.delete(e)},[]),h=(0,s.useCallback)(e=>{n.current=e},[]),m=(0,s.useCallback)(e=>{let r=n.current;if(!r)return void console.warn("No active tab to send message");let s=t.current.get(r);s?s(e):console.warn(`No chat sender registered for tab ${r}`)},[]),f=(0,s.useMemo)(()=>({sendMessage:m,isLoading:i,registerChat:d,unregisterChat:u,setActiveTab:h,setIsLoading:c}),[m,i,d,u,h]),x=(0,s.useMemo)(()=>({sendMessage:m,isLoading:i}),[m,i]);return(0,r.jsx)(a.Provider,{value:f,children:(0,r.jsx)(l.H,{value:x,children:e})})}function i(){return(0,s.useContext)(a)}},86304:(e,t,n)=>{n.d(t,{P:()=>c});var r=n(12115),s=n(79114),l=n(34075),a=n(86957),o=n(98036),i=n(63563);function c(){let{t:e}=(0,s.Bd)();return(0,r.useCallback)(async t=>{let n=await a.t4.runPromiseExit((0,o.ot)(t));if("Success"===n._tag)n.value.alreadyExists?(0,l.oR)(e("htmlApps.alreadyAdded"),"info"):((0,l.oR)(e("htmlApps.added"),"success"),(0,i.N)());else{let t="Fail"===n.cause._tag?n.cause.error:null,r=t?.cause,s=r instanceof Error?r.message:e("htmlApps.addFailed");(0,l.oR)(s,"error")}},[e])}},88780:(e,t,n)=>{n.d(t,{Do:()=>u,Sz:()=>h,VO:()=>d,wI:()=>m});var r=n(95155),s=n(12115),l=n(79114),a=n(70188),o=n(14575);function i({status:e}){let{label:t,className:n}={added:{label:"A",className:"text-green-11"},untracked:{label:"A",className:"text-green-11"},modified:{label:"M",className:"text-amber-11"},deleted:{label:"D",className:"text-red-11"},renamed:{label:"R",className:"text-brand"}}[e]||{label:"?",className:"text-muted-foreground"};return(0,r.jsx)("span",{className:`text-xs font-bold ${n}`,children:t})}let c=s.memo(function e({node:t,level:n,selectedPath:l,expandedPaths:a,onSelect:c,onToggle:d,onContextMenu:u,showChanges:h=!1,renderActions:m}){let f=l===t.path,x=a.has(t.path),p=(0,s.useCallback)(()=>{t.isDirectory?d(t.path):c(t)},[t,c,d]),g=(0,s.useCallback)(e=>{e.preventDefault(),e.stopPropagation(),u(e,t.path,t.isDirectory)},[t.path,t.isDirectory,u]);return t.isDirectory?(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-center gap-1 py-0.5 px-2 pr-3 hover:bg-accent cursor-pointer whitespace-nowrap group",style:{paddingLeft:`${12*n+8}px`},onClick:p,onContextMenu:g,children:[(0,r.jsx)("span",{className:"text-slate-9 text-xs",children:x?"▼":"▶"}),(0,r.jsx)("span",{className:"text-sm text-foreground flex-1 truncate","data-tooltip":t.path,children:t.name}),m&&m(t)]}),x&&t.children.map(t=>(0,r.jsx)(e,{node:t,level:n+1,selectedPath:l,expandedPaths:a,onSelect:c,onToggle:d,onContextMenu:u,showChanges:h,renderActions:m},t.path))]}):(0,r.jsxs)("div",{className:`flex items-center gap-1.5 py-0.5 px-2 pr-3 cursor-pointer whitespace-nowrap group ${f?"bg-brand/10":"hover:bg-accent"}`,style:{paddingLeft:`${12*n+8}px`},onClick:p,onContextMenu:g,children:[(0,r.jsx)(o.o,{name:t.name,size:16,className:"flex-shrink-0"}),(0,r.jsx)("span",{className:`text-sm flex-1 truncate ${f?"text-brand":"text-foreground"}`,"data-tooltip":t.path,children:t.name}),t.status&&(0,r.jsx)(i,{status:t.status}),h&&void 0!==t.additions&&void 0!==t.deletions&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("span",{className:"text-xs text-green-11",children:["+",t.additions]}),(0,r.jsxs)("span",{className:"text-xs text-red-11",children:["-",t.deletions]})]}),m&&m(t)]})});function d({files:e,selectedPath:t,expandedPaths:n,onSelect:s,onToggle:o,cwd:i,showChanges:u=!1,renderActions:h,emptyMessage:m,className:f,onExplain:x,explainDisabled:p}){let{t:g}=(0,l.Bd)(),b=m??g("gitFileTree.noFiles"),{contextMenu:v,showContextMenu:y,hideContextMenu:w}=(0,a.Ee)();return 0===e.length?(0,r.jsx)("div",{className:"px-3 py-2 text-xs text-slate-9",children:b}):(0,r.jsxs)("div",{className:f||"py-1",children:[e.map(e=>(0,r.jsx)(c,{node:e,level:0,selectedPath:t,expandedPaths:n,onSelect:s,onToggle:o,onContextMenu:y,showChanges:u,renderActions:h},e.path)),v&&(0,r.jsx)(a.ft,{x:v.x,y:v.y,path:v.path,cwd:i,isDirectory:v.isDirectory,onClose:w,onExplain:x,explainDisabled:p})]})}function u(e){let t=[];for(let n of e){let e=n.path.split("/"),r=t;for(let t=0;t<e.length;t++){let s=e[t],l=t===e.length-1,a=e.slice(0,t+1).join("/"),o=r.find(e=>e.name===s);o||(o={name:s,path:a,isDirectory:!l,children:[],...l&&{status:n.status,additions:n.additions,deletions:n.deletions,oldPath:n.oldPath,file:n}},r.push(o)),l||(r=o.children)}}let n=e=>{e.sort((e,t)=>e.isDirectory&&!t.isDirectory?-1:!e.isDirectory&&t.isDirectory?1:e.name.localeCompare(t.name)),e.forEach(e=>n(e.children))};return n(t),t}function h(e){let t=[],n=e=>{for(let r of e)r.isDirectory&&(t.push(r.path),n(r.children))};return n(e),t}function m(e){let t=[],n=e=>{if(e.isDirectory)for(let t of e.children)n(t);else t.push(e)};return n(e),t}},89109:(e,t,n)=>{n.d(t,{f:()=>c});var r=n(95155),s=n(12115),l=n(79114);let a=[["quickReply.optionA","quickReply.optionB","quickReply.optionC","quickReply.optionD"],["quickReply.allRecommended","quickReply.thisOne","quickReply.notThis"],["quickReply.why","quickReply.elaborate","quickReply.example"],["quickReply.start","quickReply.continue","quickReply.ok","quickReply.done"]];function o({placeAbove:e,onHeight:t,onPick:n,onMouseEnter:i,onMouseLeave:c}){let{t:d}=(0,l.Bd)(),u=(0,s.useRef)(null);return(0,s.useEffect)(()=>{u.current&&t(u.current.getBoundingClientRect().height)},[t]),(0,r.jsx)("div",{ref:u,className:`absolute ${e?"bottom-full mb-1":"top-full mt-1"} left-0 z-[201] flex flex-col gap-1 bg-card border border-border rounded-lg shadow-xl p-1.5`,onMouseEnter:i,onMouseLeave:c,children:a.map((e,t)=>(0,r.jsx)("div",{className:"flex items-center gap-1",children:e.map(e=>(0,r.jsx)("button",{className:"px-2 py-1 text-xs whitespace-nowrap border border-border text-foreground rounded hover:bg-accent transition-colors",onClick:()=>n(d(e)),children:d(e)},e))},t))})}function i({x:e,y:t,visible:n,container:a,onAddComment:c,onSendToAI:d,onSearch:u,onExplain:h,onQuickReply:m,isChatLoading:f}){let{t:x}=(0,l.Bd)(),p=(0,s.useRef)(null),[g,b]=(0,s.useState)({w:0,h:0}),[v,y]=(0,s.useState)(0),[w,k]=(0,s.useState)(null),j=(0,s.useRef)(null);(0,s.useLayoutEffect)(()=>{let e=p.current;if(!e)return;let{width:t,height:n}=e.getBoundingClientRect();b(e=>e.w===t&&e.h===n?e:{w:t,h:n})});let C=(0,s.useCallback)(e=>{y(t=>t===e?t:e)},[]);(0,s.useEffect)(()=>{n||k(null)},[n]);let N=(0,s.useCallback)(()=>{j.current&&(clearTimeout(j.current),j.current=null)},[]),S=(0,s.useCallback)(e=>{N(),k(e)},[N]),E=(0,s.useCallback)(()=>{N(),j.current=setTimeout(()=>k(null),150)},[N]);(0,s.useEffect)(()=>N,[N]);let L=a.getBoundingClientRect(),M=e-L.left,R=Math.max(0,t-L.top-40),T=Math.max(0,Math.min(M+8,L.width-g.w-8)),$=v>0&&R+g.h+8+v>L.height,P=e=>m&&w===e?(0,r.jsx)(o,{placeAbove:$,onHeight:C,onPick:t=>{k(null),m(e,t)},onMouseEnter:N,onMouseLeave:E}):null;return(0,r.jsxs)("div",{ref:p,className:"floating-toolbar absolute z-[200] flex items-center gap-1.5 bg-card border border-border rounded-lg shadow-xl p-1.5",style:{left:T,top:R,visibility:n?"visible":"hidden",pointerEvents:n?"auto":"none"},children:[(0,r.jsxs)("div",{className:"relative",onMouseEnter:()=>S("comment"),onMouseLeave:E,children:[(0,r.jsx)("button",{className:"px-3 py-1.5 text-xs font-medium border border-brand text-brand rounded-md hover:bg-brand/10 transition-colors",onClick:c,children:x("floatingToolbar.addComment")}),P("comment")]}),(0,r.jsxs)("div",{className:"relative",onMouseEnter:()=>{f||S("ai")},onMouseLeave:E,children:[(0,r.jsx)("button",{className:"px-3 py-1.5 text-xs font-medium border border-brand text-brand rounded-md hover:bg-brand/10 transition-colors disabled:opacity-50 disabled:cursor-not-allowed",onClick:d,disabled:f,title:f?x("comments.aiResponding"):void 0,children:x("floatingToolbar.sendToAI")}),P("ai")]}),h&&(0,r.jsx)("button",{className:"px-3 py-1.5 text-xs font-medium border border-brand text-brand rounded-md hover:bg-brand/10 transition-colors disabled:opacity-50 disabled:cursor-not-allowed",onClick:h,disabled:f,title:f?x("comments.aiResponding"):void 0,children:x("explain.action")}),u&&(0,r.jsx)("button",{className:"px-3 py-1.5 text-xs font-medium border border-brand text-brand rounded-md hover:bg-brand/10 transition-colors",onClick:u,children:x("floatingToolbar.search")})]})}let c=(0,s.memo)(function({floatingToolbarRef:e,bumpRef:t,container:n,onAddComment:l,onSendToAI:a,onSearch:o,onExplain:c,onQuickReply:d,isChatLoading:u}){let[h,m]=(0,s.useState)(0);(0,s.useEffect)(()=>{t.current=()=>m(e=>e+1)},[t]);let f=(0,s.useMemo)(()=>e.current,[h]);return(0,r.jsx)(i,{x:f?.x??0,y:f?.y??0,visible:!!f,container:n,onAddComment:l,onSendToAI:a,onSearch:o,onExplain:c,onQuickReply:d,isChatLoading:u})})},90717:(e,t,n)=>{n.d(t,{$3:()=>u,Cm:()=>d,Ff:()=>x,Gw:()=>f,RP:()=>h,Un:()=>m,zL:()=>c});var r=n(69809),s=n(49433),l=n(86957),a=n(82680),o=n(46456);let i=new Set;function c(e){return i.add(e),()=>i.delete(e)}function d(){i.forEach(e=>e())}async function u(e){let t=await l.t4.runPromiseExit((0,o.lb)(e));if("Success"!==t._tag)throw Error("Failed to fetch comments");let n=t.value.comments??[];if(0===n.length)return[];let r=new Map;for(let e of n)e.selectedText||(r.has(e.filePath)||r.set(e.filePath,[]),r.get(e.filePath).push(e));let i=new Map;await Promise.all(Array.from(r.keys()).map(async t=>{let n=await l.t4.runPromiseExit(s.tryPromise({try:async()=>{let n=await fetch(`/api/files/text?cwd=${encodeURIComponent(e)}&path=${encodeURIComponent(t)}`);return n.ok?await n.json():null},catch:e=>new a.uV({message:`read file text ${t} failed`,cause:e})}));"Success"===n._tag&&n.value&&"string"==typeof n.value.content?i.set(t,n.value.content.split("\n")):"Failure"===n._tag&&console.error(`Failed to read file ${t}:`,n.cause)}));let c=[];for(let e of n){if(e.selectedText){c.push({...e,codeContent:e.selectedText});continue}let t=i.get(e.filePath),n="";if(t){let r=Math.max(0,e.startLine-1),s=Math.min(t.length,e.endLine);n=t.slice(r,s).join("\n")}c.push({...e,codeContent:n})}return c}async function h(e){let t=await l.t4.runPromiseExit((0,o.tj)(e));return"Success"===t._tag?(d(),!0):(console.error("Failed to clear comments:",t.cause),!1)}let m="__chat__";function f(e,t){let n=e.filter(e=>e.filePath===m),s=e.filter(e=>e.filePath!==m),l=[];for(let e of(s.length>0&&(l.push(`${r.A.t("comments.codeRef")}`,""),s.forEach((e,t)=>{let n=e.startLine>0||e.endLine>0?`:${e.startLine}-${e.endLine}`:"";l.push(`[${t+1}] ${e.filePath}${n}`),l.push("```"),l.push(e.codeContent),l.push("```"),e.note&&l.push(r.A.t("comments.note",{content:e.note})),l.push("")})),n)){let t=e.codeContent.split("\n").map(e=>`> ${e}`).join("\n");l.push(t),e.note&&l.push(e.note),l.push("")}if(t.trim()){for(;l.length>0&&""===l[l.length-1];)l.pop();l.push(t.trim())}return l.join("\n").trim()}function x(e,t,n){e(f([t],n))}},95045:(e,t,n)=>{n.d(t,{F:()=>a});var r=n(49433),s=n(88292),l=n(86957);let a=(e,t)=>{l.t4.runFork(r.flatMap(s.d,n=>n.publish(e,t)))}},95942:(e,t,n)=>{n.d(t,{EE:()=>o,K2:()=>i,ri:()=>c});var r=n(95155),s=n(12115),l=n(79114),a=n(8422);let o=80,i=24,c=(0,s.forwardRef)(function({visible:e,running:t,onInput:n},c){let{t:d}=(0,l.Bd)(),u=(0,s.useRef)(n);(0,s.useEffect)(()=>{u.current=n},[n]);let[h,m]=(0,s.useState)(!1),f=(0,s.useRef)(!1);(0,s.useEffect)(()=>{t&&!f.current?m(!0):!t&&f.current&&m(!1),f.current=t},[t]);let x=(0,s.useRef)(null),p=(0,s.useRef)(null),g=(0,s.useRef)(""),b=(0,s.useCallback)(()=>{if(p.current||!x.current)return;let e=new a.B({cols:o,rows:i,fontSize:11,fontFamily:'ui-monospace, SFMono-Regular, Menlo, Monaco, "Courier New", monospace',convertEol:!1,scrollback:2e3,theme:{background:"#0a0a0a",foreground:"#d4d4d8"},disableStdin:!1,allowProposedApi:!0});e.open(x.current),e.onData(e=>u.current?.(e)),g.current&&e.write(g.current),p.current=e},[]);return((0,s.useEffect)(()=>{h&&e?b():(p.current?.dispose(),p.current=null)},[h,e,b]),(0,s.useImperativeHandle)(c,()=>({write:e=>{g.current+=e,g.current.length>2e5&&(g.current=g.current.slice(-15e4)),p.current?.write(e)},clear:()=>{g.current="",p.current?.clear()}}),[]),e)?(0,r.jsxs)("div",{className:"absolute top-12 right-3 z-30 rounded-lg border border-border bg-card shadow-lg overflow-hidden",style:{width:h?"auto":180},"data-testid":"pty-floating-window",children:[(0,r.jsxs)("button",{type:"button",onClick:()=>m(e=>!e),"data-testid":"pty-floating-toggle",className:"w-full flex items-center justify-between gap-3 px-2.5 py-1.5 text-xs bg-accent/60 hover:bg-accent",children:[(0,r.jsxs)("span",{className:"flex items-center gap-1.5",children:[(0,r.jsx)("span",{className:`inline-block w-2 h-2 rounded-full ${t?"bg-green-500 animate-pulse":"bg-muted-foreground"}`}),(0,r.jsxs)("span",{className:"text-muted-foreground",children:[d("chat.ptyTerminal"),t?` \xb7 ${d("chat.ptyRunning")}`:""]})]}),(0,r.jsx)("span",{className:"text-muted-foreground",children:h?`${d("chat.ptyCollapse")} ▾`:`${d("chat.ptyExpand")} ▸`})]}),(0,r.jsx)("div",{ref:x,"data-testid":"pty-floating-term",style:{display:h?"block":"none",padding:4},className:"bg-[#0a0a0a]"})]}):null})},96497:(e,t,n)=>{function r(e,t){let n,r=document.caretRangeFromPoint(e.clientX,e.clientY);if(!r||!t.contains(r.startContainer))return 1;let s=r.startContainer,l=r.startOffset,a=document.createTreeWalker(t,NodeFilter.SHOW_TEXT),o=1;for(;n=a.nextNode();){if(n===s){o+=l;break}o+=n.textContent?.length||0}return o}function s(e,t){if(0!==e.buttons)return null;let n=window.getSelection();if(n&&!n.isCollapsed)return null;let s=e.target;if("SPAN"!==s.tagName||!s.style.color)return null;let l=s.getBoundingClientRect();return{column:r(e,t),rect:{x:l.left,y:l.bottom+4}}}n.d(t,{A:()=>s,j:()=>r})},98036:(e,t,n)=>{n.d(t,{m3:()=>i,mi:()=>a,ot:()=>o});var r=n(49433),s=n(82680);let l=(e,t)=>r.tryPromise({try:async()=>{let n=await fetch(e,t);if(!n.ok){let e;try{e=(await n.json()).error}catch{}throw Error(e||`HTTP ${n.status}`)}return await n.json()},catch:n=>new s.uV({message:`${t?.method??"GET"} ${e} failed`,cause:n})}),a=()=>l("/api/html-apps"),o=e=>l("/api/html-apps",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:e})}),i=e=>l(`/api/html-apps/${encodeURIComponent(e)}`,{method:"DELETE"})}}]);
|