@surething/cockpit 1.0.225 → 1.0.226
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 +2 -1
- package/.next-prod/build-manifest.json +3 -3
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/react-loadable-manifest.json +1 -1
- package/.next-prod/routes-manifest.json +6 -0
- package/.next-prod/server/app/_global-error/page.js +2 -2
- 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 +3 -27
- 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 -5
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +3 -21
- 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 -91
- 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 -23
- 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 +2 -2
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +1 -1
- 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/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 -0
- package/.next-prod/server/app/api/health/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/health/route_client-reference-manifest.js +1 -0
- 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 +2 -2
- 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 +1 -1
- 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/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 +2 -2
- 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/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 +9 -1
- 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/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/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 +2 -1
- package/.next-prod/server/chunks/2939.js +1 -1
- package/.next-prod/server/chunks/304.js +1 -1
- package/.next-prod/server/chunks/{2637.js → 3633.js} +8 -8
- package/.next-prod/server/chunks/3742.js +1 -0
- package/.next-prod/server/chunks/3792.js +1 -1
- package/.next-prod/server/chunks/6955.js +1 -1
- package/.next-prod/server/chunks/7003.js +1 -1
- package/.next-prod/server/chunks/7338.js +89 -0
- package/.next-prod/server/chunks/8916.js +1 -1
- package/.next-prod/server/chunks/9658.js +13 -11
- package/.next-prod/server/chunks/9989.js +1 -0
- package/.next-prod/server/functions-config-manifest.json +1 -0
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/middleware-react-loadable-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/8ynyJhylJ-L1v1YRm30nG/_buildManifest.js +1 -0
- package/.next-prod/static/chunks/{1959.b9473117faf354bf.js → 1959.698f1d1accabcbe6.js} +2 -2
- package/.next-prod/static/chunks/217-259a6d7d3cac75d8.js +5 -0
- package/.next-prod/static/chunks/{2576-7459f532e98e12d6.js → 2576-02f5659d0b08eada.js} +13 -13
- package/.next-prod/static/chunks/9469-7902249e8fbf7955.js +14 -0
- package/.next-prod/static/chunks/app/_global-error/page-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/agent/test/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/pty-input/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/stop/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/current-branch/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/health/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/push/public-key/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/push/subscribe/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/{layout-312d106fe47907df.js → layout-edef27fb2f6b346e.js} +1 -1
- package/.next-prod/static/chunks/app/m/page-50afaa8bd837e768.js +1 -0
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/app/{page-db70085227aa56aa.js → page-49470b6c107b5dee.js} +1 -1
- package/.next-prod/static/chunks/app/project/{page-db70085227aa56aa.js → page-49470b6c107b5dee.js} +1 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-d7801a0008b8d59b.js +1 -0
- package/.next-prod/static/chunks/{webpack-cb3881d9a37f80b7.js → webpack-2404d47da29b5b14.js} +1 -1
- package/.next-prod/static/css/431aee2b8a9b6d2b.css +1 -0
- package/.next-prod/trace +13 -13
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/health/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +2 -1
- package/.next-prod/types/validator.ts +9 -0
- package/bin/cock-browser.mjs +7 -3
- package/bin/cock-connection.mjs +5 -1
- package/bin/cock-terminal.mjs +6 -2
- package/dist/{chunk-EYFKVFTP.mjs → chunk-GFI4IHYM.mjs} +82 -78
- package/dist/{chunk-WULEYRUC.mjs → chunk-J5B4FIW5.mjs} +168 -1
- package/dist/{chunk-7T2FX6X4.mjs → chunk-R564FMS3.mjs} +162 -34
- package/dist/httpApi.mjs +4 -2
- package/dist/scheduledTasks.mjs +17009 -76
- package/dist/{server-TRLQURYS.mjs → server-J7ZUYRI6.mjs} +8 -2
- package/dist/wsServer.mjs +15 -7
- package/package.json +1 -1
- package/server.mjs +58 -9
- package/.next-prod/static/WSUa0F_X_5GfMavORSxeX/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/5156-04537ce3c95435b2.js +0 -3
- package/.next-prod/static/chunks/9469-424d7be830f93183.js +0 -14
- package/.next-prod/static/chunks/app/_global-error/page-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/agent/test/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/pty-input/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/stop/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/dev/spans/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/current-branch/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/push/public-key/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/push/subscribe/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/app/m/page-0be3799c1b38c991.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-cc849cd7b6f01cad.js +0 -1
- package/.next-prod/static/css/217cb3486f7b68d7.css +0 -1
- /package/.next-prod/static/{WSUa0F_X_5GfMavORSxeX → 8ynyJhylJ-L1v1YRm30nG}/_ssgManifest.js +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
+
INTERRUPTED_EXIT_CODE,
|
|
2
3
|
PtyRingBuffer,
|
|
3
4
|
addExitListener,
|
|
4
5
|
addOutputListener,
|
|
@@ -9,6 +10,7 @@ import {
|
|
|
9
10
|
finalizeCommand,
|
|
10
11
|
finalizeTerminal,
|
|
11
12
|
findSafeStart,
|
|
13
|
+
flushAllRunningSync,
|
|
12
14
|
getAllProjectCwds,
|
|
13
15
|
getBrowserByShortId,
|
|
14
16
|
getBrowserHealth,
|
|
@@ -30,6 +32,7 @@ import {
|
|
|
30
32
|
readHead,
|
|
31
33
|
readSince,
|
|
32
34
|
readTail,
|
|
35
|
+
reconcileOrphanedRunning,
|
|
33
36
|
recordCommandResolved,
|
|
34
37
|
registerBrowser,
|
|
35
38
|
registerCommand,
|
|
@@ -41,14 +44,15 @@ import {
|
|
|
41
44
|
unregisterTerminal,
|
|
42
45
|
updateBrowserWs,
|
|
43
46
|
writeStdinToCommand
|
|
44
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-R564FMS3.mjs";
|
|
45
48
|
import {
|
|
46
49
|
createNeo4jDriver,
|
|
47
50
|
runCypherWithDriver,
|
|
48
51
|
serializeValue
|
|
49
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-GFI4IHYM.mjs";
|
|
50
53
|
import "./chunk-7P6ASYW6.mjs";
|
|
51
54
|
export {
|
|
55
|
+
INTERRUPTED_EXIT_CODE,
|
|
52
56
|
PtyRingBuffer,
|
|
53
57
|
addExitListener,
|
|
54
58
|
addOutputListener,
|
|
@@ -60,6 +64,7 @@ export {
|
|
|
60
64
|
finalizeCommand,
|
|
61
65
|
finalizeTerminal,
|
|
62
66
|
findSafeStart,
|
|
67
|
+
flushAllRunningSync,
|
|
63
68
|
getAllProjectCwds,
|
|
64
69
|
getBrowserByShortId,
|
|
65
70
|
getBrowserHealth,
|
|
@@ -81,6 +86,7 @@ export {
|
|
|
81
86
|
readHead,
|
|
82
87
|
readSince,
|
|
83
88
|
readTail,
|
|
89
|
+
reconcileOrphanedRunning,
|
|
84
90
|
recordCommandResolved,
|
|
85
91
|
registerBrowser,
|
|
86
92
|
registerCommand,
|
package/dist/wsServer.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
addRunListener,
|
|
3
3
|
getRunSnapshot,
|
|
4
4
|
getSessionPreview
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-J5B4FIW5.mjs";
|
|
6
6
|
import {
|
|
7
7
|
addExitListener,
|
|
8
8
|
addOutputListener,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
resolvePendingRequest,
|
|
19
19
|
unregisterBrowser,
|
|
20
20
|
writeStdinToCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-R564FMS3.mjs";
|
|
22
22
|
import {
|
|
23
23
|
AppError,
|
|
24
24
|
Effect_exports,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
ValidationError,
|
|
35
35
|
WSError,
|
|
36
36
|
readJsonFile
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-GFI4IHYM.mjs";
|
|
38
38
|
import "./chunk-7P6ASYW6.mjs";
|
|
39
39
|
|
|
40
40
|
// src/lib/wsServer.ts
|
|
@@ -690,7 +690,7 @@ var handleJupyter = (conn, bubbleId, cwd) => Effect_exports.gen(function* () {
|
|
|
690
690
|
Effect_exports.annotateLogs("cwd", cwd)
|
|
691
691
|
);
|
|
692
692
|
const { kernelManager } = yield* Effect_exports.tryPromise({
|
|
693
|
-
try: () => import("./server-
|
|
693
|
+
try: () => import("./server-J7ZUYRI6.mjs"),
|
|
694
694
|
catch: (cause) => new AppError({
|
|
695
695
|
message: "failed to import kernel manager",
|
|
696
696
|
cause
|
|
@@ -942,7 +942,7 @@ var attachPtyListeners = (registry, send, commandId, pty) => Effect_exports.gen(
|
|
|
942
942
|
var dispatchMessage = (msg, projectCwd, registry, send) => Effect_exports.sync(() => {
|
|
943
943
|
const type = msg.type;
|
|
944
944
|
if (type === "exec") {
|
|
945
|
-
const { commandId, command, cwd, tabId, env, usePty, cols, rows } = msg;
|
|
945
|
+
const { commandId, command, cwd, tabId, env, usePty, cols, rows, sourceId } = msg;
|
|
946
946
|
if (!commandId || !command || !cwd || !tabId) {
|
|
947
947
|
Effect_exports.runFork(
|
|
948
948
|
send({
|
|
@@ -973,6 +973,12 @@ var dispatchMessage = (msg, projectCwd, registry, send) => Effect_exports.sync((
|
|
|
973
973
|
CLICOLOR_FORCE: "1",
|
|
974
974
|
PYTHONUNBUFFERED: "1",
|
|
975
975
|
npm_config_color: "always",
|
|
976
|
+
// Propagate the cockpit data dir + server port so CLI bridges
|
|
977
|
+
// (cock-terminal/browser/connection) run inside the PTY resolve the
|
|
978
|
+
// SAME data dir and hit THIS server, not a sibling dev/prod instance.
|
|
979
|
+
// (childEnv is rebuilt from scratch, so these must be explicit.)
|
|
980
|
+
COCKPIT_HOME: process.env.COCKPIT_HOME,
|
|
981
|
+
COCKPIT_PORT: process.env.COCKPIT_PORT,
|
|
976
982
|
...env
|
|
977
983
|
};
|
|
978
984
|
try {
|
|
@@ -1004,7 +1010,8 @@ var dispatchMessage = (msg, projectCwd, registry, send) => Effect_exports.sync((
|
|
|
1004
1010
|
process: dummyChild,
|
|
1005
1011
|
ptyProcess,
|
|
1006
1012
|
usePty: true,
|
|
1007
|
-
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
1013
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
1014
|
+
sourceId
|
|
1008
1015
|
});
|
|
1009
1016
|
Effect_exports.runFork(send({ type: "pid", commandId, pid: ptyProcess.pid }));
|
|
1010
1017
|
Effect_exports.runFork(
|
|
@@ -1026,7 +1033,8 @@ var dispatchMessage = (msg, projectCwd, registry, send) => Effect_exports.sync((
|
|
|
1026
1033
|
tabId,
|
|
1027
1034
|
pid: child.pid,
|
|
1028
1035
|
process: child,
|
|
1029
|
-
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
1036
|
+
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
1037
|
+
sourceId
|
|
1030
1038
|
});
|
|
1031
1039
|
Effect_exports.runFork(send({ type: "pid", commandId, pid: child.pid }));
|
|
1032
1040
|
Effect_exports.runFork(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surething/cockpit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.226",
|
|
4
4
|
"description": "Claude Code GUI for parallel AI coding — drive Claude (default), Codex, DeepSeek, Kimi, or local Ollama in tabs. Multi-project sessions, terminal, browser & DB bubbles, code review, slash modes. Local-first, MIT.",
|
|
5
5
|
"author": "Robert",
|
|
6
6
|
"license": "MIT",
|
package/server.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createServer } from 'http';
|
|
2
2
|
import { exec, execSync } from 'child_process';
|
|
3
3
|
import { networkInterfaces, homedir } from 'os';
|
|
4
|
-
import { writeFileSync, mkdirSync } from 'fs';
|
|
5
|
-
import { join, dirname } from 'path';
|
|
4
|
+
import { writeFileSync, mkdirSync, readFileSync, realpathSync } from 'fs';
|
|
5
|
+
import { join, dirname, resolve } from 'path';
|
|
6
6
|
import { fileURLToPath } from 'url';
|
|
7
7
|
import next from 'next';
|
|
8
8
|
|
|
@@ -15,6 +15,43 @@ const port = parseInt(process.env.PORT || (dev ? '3456' : '3457'), 10);
|
|
|
15
15
|
process.title = dev ? 'cockpit-dev' : 'cockpit';
|
|
16
16
|
process.env.COCKPIT_PORT = String(port);
|
|
17
17
|
|
|
18
|
+
// Data dir (COCKPIT_HOME-aware) — single source for the instance lock + server.json.
|
|
19
|
+
const cockpitHome = process.env.COCKPIT_HOME
|
|
20
|
+
? resolve(process.env.COCKPIT_HOME.replace(/^~(?=$|\/)/, homedir()))
|
|
21
|
+
: join(homedir(), '.cockpit');
|
|
22
|
+
|
|
23
|
+
// Normalize a data-dir path for comparison (resolve symlinks) so a symlinked COCKPIT_HOME
|
|
24
|
+
// doesn't read as a different home and defeat the single-instance guard. Falls back to the raw
|
|
25
|
+
// path if it doesn't exist yet.
|
|
26
|
+
const normHome = (p) => { try { return realpathSync(p); } catch { return p; } };
|
|
27
|
+
|
|
28
|
+
// Single-instance-per-data-dir guard. Probe the recorded instance's /api/health: if a live
|
|
29
|
+
// cockpit on THIS data dir answers (app === 'cockpit' && home === this data dir), refuse and
|
|
30
|
+
// point the user at COCKPIT_HOME. Connection refused / timeout / wrong signature → stale → take
|
|
31
|
+
// over. COCKPIT_FORCE=1 bypasses. (The OS already prevents two binds on one port; this guards
|
|
32
|
+
// the case of two instances on different ports sharing one data dir → would double-fire tasks.)
|
|
33
|
+
async function ensureSingleInstance() {
|
|
34
|
+
if (process.env.COCKPIT_FORCE) return;
|
|
35
|
+
let prev;
|
|
36
|
+
try { prev = JSON.parse(readFileSync(join(cockpitHome, 'server.json'), 'utf8')); } catch { return; }
|
|
37
|
+
if (!prev || !prev.port) return;
|
|
38
|
+
try {
|
|
39
|
+
const ac = new AbortController();
|
|
40
|
+
const timer = setTimeout(() => ac.abort(), 800);
|
|
41
|
+
const res = await fetch(`http://127.0.0.1:${prev.port}/api/health`, { signal: ac.signal }).finally(() => clearTimeout(timer));
|
|
42
|
+
if (!res.ok) return; // not a healthy cockpit → stale, proceed
|
|
43
|
+
const body = await res.json().catch(() => ({}));
|
|
44
|
+
if (body.app === 'cockpit' && normHome(body.home) === normHome(cockpitHome)) {
|
|
45
|
+
console.error(`\n✗ This data dir already has a running cockpit (pid ${body.pid}, port ${body.port}).`);
|
|
46
|
+
console.error(` Data dir: ${cockpitHome}`);
|
|
47
|
+
console.error(` To run a second instance, isolate it with COCKPIT_HOME, e.g.:`);
|
|
48
|
+
console.error(` COCKPIT_HOME=~/.cockpit-alt cockpit`);
|
|
49
|
+
console.error(` False alarm? Delete ${join(cockpitHome, 'server.json')} or set COCKPIT_FORCE=1.\n`);
|
|
50
|
+
process.exit(1);
|
|
51
|
+
}
|
|
52
|
+
} catch { /* connection refused / timeout / non-cockpit → stale, proceed */ }
|
|
53
|
+
}
|
|
54
|
+
|
|
18
55
|
// ============================================
|
|
19
56
|
// 进程生命周期防护
|
|
20
57
|
//
|
|
@@ -28,6 +65,11 @@ process.env.COCKPIT_PORT = String(port);
|
|
|
28
65
|
// 端口 3000**,然后把后续 `npm run dev` 卡死(Next 通过 .next/dev/logs 检测到
|
|
29
66
|
// "已有 dev server 在跑"而拒绝再启)。所以父进程退出前必须显式杀掉所有直接子进程。
|
|
30
67
|
// ============================================
|
|
68
|
+
// Assigned once the server-side bundle is loaded (see app.prepare below). Lets the
|
|
69
|
+
// synchronous exit hook flush live PTY scrollback to disk so a graceful restart
|
|
70
|
+
// (Ctrl-C / SIGINT / SIGTERM) keeps terminal bubbles' content. null until ready.
|
|
71
|
+
let flushRunningSync = null;
|
|
72
|
+
|
|
31
73
|
let _cleanupRan = false;
|
|
32
74
|
function killChildren() {
|
|
33
75
|
if (_cleanupRan) return;
|
|
@@ -48,8 +90,13 @@ function killChildren() {
|
|
|
48
90
|
try { execSync(`pkill -TERM -P ${process.pid}`, { stdio: 'ignore' }); } catch {}
|
|
49
91
|
}
|
|
50
92
|
|
|
51
|
-
// 正常退出路径(包括所有的 process.exit() 调用)—— Node 保证此 handler
|
|
52
|
-
process.
|
|
93
|
+
// 正常退出路径(包括所有的 process.exit() 调用)—— Node 保证此 handler 同步执行。
|
|
94
|
+
// 所有信号/异常路径最终都走 process.exit() → 触发 'exit' → 这一个点覆盖全部优雅退出。
|
|
95
|
+
// 先把活着的 PTY 滚动缓冲同步落盘,再杀子进程(flush 读的是本进程内存,与子进程无关)。
|
|
96
|
+
process.on('exit', () => {
|
|
97
|
+
try { flushRunningSync?.(); } catch {}
|
|
98
|
+
killChildren();
|
|
99
|
+
});
|
|
53
100
|
|
|
54
101
|
// 信号路径 —— 先杀子进程再退出,并让 shell 看到正确的退出码
|
|
55
102
|
const cleanupAndExit = (code) => () => { killChildren(); process.exit(code); };
|
|
@@ -77,17 +124,20 @@ const app = next({ dev });
|
|
|
77
124
|
const handle = app.getRequestHandler();
|
|
78
125
|
|
|
79
126
|
app.prepare().then(async () => {
|
|
127
|
+
await ensureSingleInstance();
|
|
80
128
|
const upgradeHandler = app.getUpgradeHandler();
|
|
81
129
|
// v2 P8: HTTP intercepts (handleTerminalApi / handleBrowserApi) moved to src/lib/httpApi.ts
|
|
82
130
|
const { handleUpgrade, broadcastToGlobalState } = await import(dev ? './src/lib/wsServer.ts' : './dist/wsServer.mjs');
|
|
83
|
-
const
|
|
131
|
+
const httpApi = await import(dev ? './src/lib/httpApi.ts' : './dist/httpApi.mjs');
|
|
132
|
+
const { handleBrowserApi, handleTerminalApi, handleConnectionApi } = httpApi;
|
|
133
|
+
flushRunningSync = httpApi.flushAllRunningSync || null;
|
|
84
134
|
const { scheduledTaskManager } = await import(dev ? '@cockpit/feature-agent/server/scheduledTasks' : './dist/scheduledTasks.mjs');
|
|
85
135
|
|
|
86
136
|
// 初始化定时任务管理器
|
|
87
137
|
scheduledTaskManager.setOnTaskFired((task) => {
|
|
88
138
|
broadcastToGlobalState({ type: 'task-fired', taskId: task.id, cwd: task.cwd, tabId: task.tabId, sessionId: task.sessionId });
|
|
89
139
|
});
|
|
90
|
-
await scheduledTaskManager.init(
|
|
140
|
+
await scheduledTaskManager.init();
|
|
91
141
|
|
|
92
142
|
const server = createServer(async (req, res) => {
|
|
93
143
|
// /api/browser/* 必须在自定义 server 中处理(与 WS 共享 BrowserBridge 内存)
|
|
@@ -120,9 +170,8 @@ app.prepare().then(async () => {
|
|
|
120
170
|
|
|
121
171
|
// 写入 server.json 供 CLI 子命令读取端口
|
|
122
172
|
try {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
writeFileSync(join(cockpitDir, 'server.json'), JSON.stringify({ pid: process.pid, port }, null, 2));
|
|
173
|
+
mkdirSync(cockpitHome, { recursive: true });
|
|
174
|
+
writeFileSync(join(cockpitHome, 'server.json'), JSON.stringify({ pid: process.pid, port }, null, 2));
|
|
126
175
|
} catch {}
|
|
127
176
|
|
|
128
177
|
// prod 模式自动打开浏览器(--no-open 禁用)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:124,errorRate:1e-4,numBits:2378,numHashes:14,bitArray:[0,1,0,0,0,1,0,1,0,1,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,0,0,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,1,1,1,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,0,1,0,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,0,1,1,0,1,0,0,1,0,0,0,1,0,0,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,1,1,0,1,1,1,1,0,0,1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,1,1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,1,1,1,0,0,0,0,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,1,1,0,0,1,0,1,0,0,1,1,0,1,1,0,1,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,1,0,0,0,0,1,0,1,1,0,0,1,0,0,0,0,1,0,1,0,0,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,1,1,1,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,0,1,1,0,1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0,0,0,1,1,1,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,1,1,1,1,1,0,0,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,1,0,0,0,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,1,0,0,0,1,0,1,1,0,1,0,0,0,1,0,1,0,1,0,1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0,1,0,1,1,0,1,0,0,1,1,1,1,0,0,0,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,1,0,0,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,1,1,1,1,1,1,0,1,0,1,0,1,1,1,0,0,1,0,1,0,1,0,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0,1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,0,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,0,0,1,1,1,0,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,0,0,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,1,1,1,0,0,1,0,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,1,0,1,0,1,0,0,1,0,1,0,1,1,1,0,0,0,1,1,1,1,0,0,1,0,1,1,1,1,1,1,1,0,0,1,1,0,0,0,0,1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,1,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,1,0,0,1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,1,0,1,1,0,1,1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,0,0,1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,1,0,1,1,1,1,1,0,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,0,0,1,1,1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,1,1,0,0,0,1,1,1,1,0,0,0,1,1,1,1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0,0,0,1,1,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,1,1,0,0,1,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,1,0,1,1,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,1,0,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,0,0,1,1,1,0,1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,1,0,1,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,1,1,0,0,1,0,0,1,1,1,1,1,1,0,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,1,1,0,1,1,1,0,0,0,1,0,0,0,0,1,1,1,0,1,0,0,0,1,0,1,1,1,1,0,0,0,0,1,1,0,1,0,1,1,0,1,1,1,0,1,0,1,1,0,1,0,0,1,0,1,0,0,0,0,0,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,1,1,0,1,1,0,0,0,1,1,1,1,1,1,0,1,0,1,0,0,1,1,1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,1,1,1,1,0,1,1,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,0,1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,1,0,0,1,0,1,1,1,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,1,1,0,0,1,0,1,1,1,1,1,1,1,1,0,0,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,0,1,0,0,1,0,0,0,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,0,0,1,0,0,1,1,1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,1,1,0,1,1,1,1,0,1,0,1,1,0,1,0,0,0,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,0,1,1,0,1,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,1,1,0,1,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,1,0,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,1,1,0,1,1,0,0,1,0,1,1,0]},__routerFilterDynamic:{numItems:5,errorRate:1e-4,numBits:96,numHashes:14,bitArray:[1,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0]},sortedPages:["/_app"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|