@surething/cockpit 1.0.208 → 1.0.209
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 +11 -9
- package/.next-prod/build-manifest.json +3 -3
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/react-loadable-manifest.json +25 -1
- package/.next-prod/routes-manifest.json +12 -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 +1 -1
- package/.next-prod/server/app/_not-found.rsc +16 -17
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +16 -17
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +5 -6
- 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 -0
- package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/agent/test/route_client-reference-manifest.js +1 -0
- 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 +18 -18
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js +4 -4
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +18 -18
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +20 -109
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route.js +4 -4
- package/.next-prod/server/app/api/chat/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 +15 -15
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +3 -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 +2 -2
- 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 -0
- package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/dev/spans/route_client-reference-manifest.js +1 -0
- 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/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/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 +9 -9
- 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/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/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/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/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 +1 -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/manifest.webmanifest/route.js +2 -2
- package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest.body +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 +11 -9
- package/.next-prod/server/chunks/2728.js +1 -0
- package/.next-prod/server/chunks/304.js +1 -0
- package/.next-prod/server/chunks/3718.js +1 -0
- package/.next-prod/server/chunks/3863.js +1 -0
- package/.next-prod/server/chunks/4034.js +114 -0
- package/.next-prod/server/chunks/5159.js +1 -0
- package/.next-prod/server/chunks/{6007.js → 5292.js} +2 -2
- package/.next-prod/server/chunks/5616.js +1 -0
- package/.next-prod/server/chunks/6955.js +1 -0
- package/.next-prod/server/chunks/7184.js +244 -0
- package/.next-prod/server/chunks/8916.js +1 -0
- package/.next-prod/server/chunks/9658.js +42 -0
- package/.next-prod/server/functions-config-manifest.json +2 -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 +1 -1
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/chunks/2580.69af80de5bcfcefe.js +1 -0
- package/.next-prod/static/chunks/2708.7263182a029113c8.js +1 -0
- package/.next-prod/static/chunks/327-9ffab8f0b2b0b4cd.js +13 -0
- package/.next-prod/static/chunks/{5204-c8293184aa55cdd5.js → 5204-babf0d0290febbec.js} +1 -1
- package/.next-prod/static/chunks/6345-3c06cdc8c89677b8.js +14 -0
- package/.next-prod/static/chunks/7562.8fdc3abdd45c77ab.js +1 -0
- package/.next-prod/static/chunks/8024-a869e23f4e8e5b38.js +29 -0
- package/.next-prod/static/chunks/9012.6ed079104670001d.js +1 -0
- package/.next-prod/static/chunks/9617.d038e8ea9fc93e24.js +1 -0
- package/.next-prod/static/chunks/96c8525a-f1e0653013503d49.js +2 -0
- package/.next-prod/static/chunks/app/_global-error/page-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/agent/test/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/layout-e3b4c334b1eceb18.js +1 -0
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/app/{page-db32ebfdf1ac9174.js → page-3d87bb74a7b3d36e.js} +1 -1
- package/.next-prod/static/chunks/app/project/{page-db32ebfdf1ac9174.js → page-3d87bb74a7b3d36e.js} +1 -1
- package/.next-prod/static/chunks/app/review/[id]/page-7db3a48a13f1840c.js +1 -0
- package/.next-prod/static/chunks/bc21e3dd-a78364524623b9b0.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-826847d169541fa9.js +1 -0
- package/.next-prod/static/chunks/webpack-b618ac52d349e5ca.js +1 -0
- package/.next-prod/static/css/dcde719317bea028.css +1 -0
- package/.next-prod/static/zlybFiR-nH1wBW1--beGo/_buildManifest.js +1 -0
- package/.next-prod/trace +12 -12
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/agent/test/route.ts +351 -0
- package/.next-prod/types/app/api/dev/spans/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +3 -1
- package/.next-prod/types/validator.ts +18 -0
- package/README.md +29 -8
- package/README.zh.md +30 -9
- package/dist/{chunk-VCZEGP64.mjs → chunk-FBR4KJI5.mjs} +24 -250
- package/dist/chunk-OWUW2O3D.mjs +28475 -0
- package/dist/{chunk-RSHKDWJM.mjs → chunk-TXBVUZVH.mjs} +94 -0
- package/dist/httpApi.mjs +239 -0
- package/dist/scheduledTasks.mjs +1239 -66
- package/dist/{server-K6XWP7DX.mjs → server-E7G55DY7.mjs} +9 -10
- package/dist/wsServer.mjs +867 -704
- package/package.json +15 -2
- package/server.mjs +3 -1
- package/.next-prod/server/chunks/240.js +0 -1
- package/.next-prod/server/chunks/3204.js +0 -42
- package/.next-prod/server/chunks/5466.js +0 -1
- package/.next-prod/server/chunks/7264.js +0 -5
- package/.next-prod/server/chunks/8750.js +0 -1
- package/.next-prod/server/chunks/900.js +0 -1
- package/.next-prod/server/chunks/9255.js +0 -1
- package/.next-prod/server/chunks/9755.js +0 -101
- package/.next-prod/server/chunks/987.js +0 -139
- package/.next-prod/static/WsSesL2O_jRoZztt2Y5r6/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/327.8ecab0b86d52b597.js +0 -1
- package/.next-prod/static/chunks/5660-3d87dfb12f95e96d.js +0 -29
- package/.next-prod/static/chunks/6028-1d6ced1439a3f01f.js +0 -1
- package/.next-prod/static/chunks/6345-6b34b0528ff833a1.js +0 -14
- package/.next-prod/static/chunks/app/_global-error/page-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/layout-92d5dcd25bad9196.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/app/review/[id]/page-05cd4cb51babd64c.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-7975a2b8c7d0b214.js +0 -1
- package/.next-prod/static/chunks/webpack-bb0c02e3a9602d78.js +0 -1
- package/.next-prod/static/css/a7974d62fe853925.css +0 -1
- package/dist/chunk-HIRLDMCH.mjs +0 -314
- /package/.next-prod/static/{WsSesL2O_jRoZztt2Y5r6 → zlybFiR-nH1wBW1--beGo}/_ssgManifest.js +0 -0
|
@@ -1,3 +1,93 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __export = (target, all) => {
|
|
3
|
+
for (var name in all)
|
|
4
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
// packages/feature/console/src/server/plugins/neo4j/neo4jCore.ts
|
|
8
|
+
import neo4j from "neo4j-driver";
|
|
9
|
+
async function createNeo4jDriver(connectionString) {
|
|
10
|
+
const url = new URL(connectionString);
|
|
11
|
+
const scheme = url.protocol.replace(":", "");
|
|
12
|
+
const host = url.hostname;
|
|
13
|
+
const port = url.port || "7687";
|
|
14
|
+
const user = decodeURIComponent(url.username || "neo4j");
|
|
15
|
+
const password = decodeURIComponent(url.password || "");
|
|
16
|
+
const uri = `${scheme}://${host}:${port}`;
|
|
17
|
+
const driver = neo4j.driver(uri, neo4j.auth.basic(user, password));
|
|
18
|
+
await driver.verifyConnectivity();
|
|
19
|
+
return driver;
|
|
20
|
+
}
|
|
21
|
+
async function runCypherWithDriver(driver, cypher, params) {
|
|
22
|
+
const session = driver.session();
|
|
23
|
+
try {
|
|
24
|
+
const start = Date.now();
|
|
25
|
+
const result = await session.run(cypher, params || {});
|
|
26
|
+
const duration = Date.now() - start;
|
|
27
|
+
const records = result.records.map((record) => {
|
|
28
|
+
const obj = {};
|
|
29
|
+
for (const key of record.keys) {
|
|
30
|
+
obj[key] = serializeValue(record.get(key));
|
|
31
|
+
}
|
|
32
|
+
return obj;
|
|
33
|
+
});
|
|
34
|
+
return {
|
|
35
|
+
records,
|
|
36
|
+
keys: result.records.length > 0 ? result.records[0].keys : [],
|
|
37
|
+
duration,
|
|
38
|
+
counters: result.summary.counters.updates()
|
|
39
|
+
};
|
|
40
|
+
} finally {
|
|
41
|
+
await session.close();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
function serializeValue(val) {
|
|
45
|
+
if (val === null || val === void 0) return null;
|
|
46
|
+
if (neo4j.isInt(val)) return val.toNumber();
|
|
47
|
+
if (val && typeof val === "object" && "labels" in val && "properties" in val) {
|
|
48
|
+
const node = val;
|
|
49
|
+
return {
|
|
50
|
+
_type: "node",
|
|
51
|
+
_id: serializeValue(node.identity),
|
|
52
|
+
_labels: node.labels,
|
|
53
|
+
...Object.fromEntries(
|
|
54
|
+
Object.entries(node.properties).map(([k, v]) => [k, serializeValue(v)])
|
|
55
|
+
)
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
if (val && typeof val === "object" && "type" in val && "start" in val && "end" in val && "properties" in val) {
|
|
59
|
+
const rel = val;
|
|
60
|
+
return {
|
|
61
|
+
_type: "relationship",
|
|
62
|
+
_id: serializeValue(rel.identity),
|
|
63
|
+
_relType: rel.type,
|
|
64
|
+
_start: serializeValue(rel.start),
|
|
65
|
+
_end: serializeValue(rel.end),
|
|
66
|
+
...Object.fromEntries(
|
|
67
|
+
Object.entries(rel.properties).map(([k, v]) => [k, serializeValue(v)])
|
|
68
|
+
)
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
if (val && typeof val === "object" && "segments" in val) {
|
|
72
|
+
const path = val;
|
|
73
|
+
return {
|
|
74
|
+
_type: "path",
|
|
75
|
+
segments: path.segments.map((s) => ({
|
|
76
|
+
start: serializeValue(s.start),
|
|
77
|
+
relationship: serializeValue(s.relationship),
|
|
78
|
+
end: serializeValue(s.end)
|
|
79
|
+
}))
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
if (Array.isArray(val)) return val.map((v) => serializeValue(v));
|
|
83
|
+
if (val && typeof val === "object" && val.constructor === Object) {
|
|
84
|
+
return Object.fromEntries(
|
|
85
|
+
Object.entries(val).map(([k, v]) => [k, serializeValue(v)])
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
return val;
|
|
89
|
+
}
|
|
90
|
+
|
|
1
91
|
// packages/shared/utils/src/paths.ts
|
|
2
92
|
import { homedir } from "os";
|
|
3
93
|
import { join } from "path";
|
|
@@ -117,6 +207,10 @@ function withFileLock(filePath, fn) {
|
|
|
117
207
|
}
|
|
118
208
|
|
|
119
209
|
export {
|
|
210
|
+
__export,
|
|
211
|
+
createNeo4jDriver,
|
|
212
|
+
runCypherWithDriver,
|
|
213
|
+
serializeValue,
|
|
120
214
|
GLOBAL_STATE_FILE,
|
|
121
215
|
SCHEDULED_TASKS_FILE,
|
|
122
216
|
REVIEW_DIR,
|
package/dist/httpApi.mjs
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createPendingRequest,
|
|
3
|
+
getBrowserByShortId,
|
|
4
|
+
getRunningCommand,
|
|
5
|
+
getTerminalByShortId,
|
|
6
|
+
listBrowsers,
|
|
7
|
+
listTerminals,
|
|
8
|
+
registerTerminal,
|
|
9
|
+
sendCommandToBrowser,
|
|
10
|
+
unregisterBrowser,
|
|
11
|
+
unregisterTerminal
|
|
12
|
+
} from "./chunk-FBR4KJI5.mjs";
|
|
13
|
+
import {
|
|
14
|
+
getTerminalHistoryPath
|
|
15
|
+
} from "./chunk-TXBVUZVH.mjs";
|
|
16
|
+
|
|
17
|
+
// src/lib/httpApi.ts
|
|
18
|
+
import { parse } from "url";
|
|
19
|
+
import { readFile } from "fs/promises";
|
|
20
|
+
import { randomUUID } from "crypto";
|
|
21
|
+
import { WebSocket } from "ws";
|
|
22
|
+
async function readFinishedOutput(projectCwd, tabId, commandId) {
|
|
23
|
+
try {
|
|
24
|
+
const historyPath = getTerminalHistoryPath(projectCwd, tabId);
|
|
25
|
+
const content = await readFile(historyPath, "utf-8");
|
|
26
|
+
for (const line of content.trim().split("\n").reverse()) {
|
|
27
|
+
try {
|
|
28
|
+
const entry = JSON.parse(line);
|
|
29
|
+
if (entry.id === commandId) {
|
|
30
|
+
let output = entry.output || "";
|
|
31
|
+
if (entry.outputFile) {
|
|
32
|
+
try {
|
|
33
|
+
output = await readFile(entry.outputFile, "utf-8");
|
|
34
|
+
} catch {
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
return { output, exitCode: entry.exitCode ?? 0 };
|
|
38
|
+
}
|
|
39
|
+
} catch {
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
} catch {
|
|
43
|
+
}
|
|
44
|
+
return void 0;
|
|
45
|
+
}
|
|
46
|
+
async function handleTerminalApi(req, res) {
|
|
47
|
+
const { pathname } = parse(req.url || "", true);
|
|
48
|
+
const match = pathname?.match(/^\/api\/terminal\/([a-z]+)$/);
|
|
49
|
+
if (!match || req.method !== "POST") return false;
|
|
50
|
+
const action = match[1];
|
|
51
|
+
if (action !== "list" && action !== "register" && action !== "unregister") {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
const chunks = [];
|
|
55
|
+
for await (const chunk of req) chunks.push(chunk);
|
|
56
|
+
let body;
|
|
57
|
+
try {
|
|
58
|
+
body = JSON.parse(Buffer.concat(chunks).toString());
|
|
59
|
+
} catch {
|
|
60
|
+
body = {};
|
|
61
|
+
}
|
|
62
|
+
const sendJson = (status, data) => {
|
|
63
|
+
res.writeHead(status, { "Content-Type": "application/json" });
|
|
64
|
+
res.end(JSON.stringify(data));
|
|
65
|
+
};
|
|
66
|
+
if (action === "list") {
|
|
67
|
+
sendJson(200, { ok: true, data: listTerminals(getRunningCommand) });
|
|
68
|
+
return true;
|
|
69
|
+
}
|
|
70
|
+
if (action === "register") {
|
|
71
|
+
const { tabId, commandId, command, projectCwd } = body;
|
|
72
|
+
if (!tabId || !commandId || !command) {
|
|
73
|
+
sendJson(400, {
|
|
74
|
+
ok: false,
|
|
75
|
+
error: "Missing tabId/commandId/command"
|
|
76
|
+
});
|
|
77
|
+
return true;
|
|
78
|
+
}
|
|
79
|
+
const shortId = registerTerminal(tabId, commandId, command, projectCwd);
|
|
80
|
+
sendJson(200, { ok: true, data: { shortId } });
|
|
81
|
+
return true;
|
|
82
|
+
}
|
|
83
|
+
if (action === "unregister") {
|
|
84
|
+
const { commandId } = body;
|
|
85
|
+
if (!commandId) {
|
|
86
|
+
sendJson(400, { ok: false, error: "Missing commandId" });
|
|
87
|
+
return true;
|
|
88
|
+
}
|
|
89
|
+
unregisterTerminal(commandId);
|
|
90
|
+
sendJson(200, { ok: true });
|
|
91
|
+
return true;
|
|
92
|
+
}
|
|
93
|
+
const { id } = body;
|
|
94
|
+
if (!id) {
|
|
95
|
+
sendJson(400, { ok: false, error: "Missing terminal id" });
|
|
96
|
+
return true;
|
|
97
|
+
}
|
|
98
|
+
const entry = getTerminalByShortId(id);
|
|
99
|
+
if (!entry) {
|
|
100
|
+
sendJson(404, { ok: false, error: `Terminal "${id}" not found` });
|
|
101
|
+
return true;
|
|
102
|
+
}
|
|
103
|
+
const cmd = getRunningCommand(entry.commandId);
|
|
104
|
+
if (action === "output") {
|
|
105
|
+
if (cmd) {
|
|
106
|
+
const output = cmd.outputLines.join("\n") + (cmd.outputPartial ? "\n" + cmd.outputPartial : "");
|
|
107
|
+
sendJson(200, {
|
|
108
|
+
ok: true,
|
|
109
|
+
data: {
|
|
110
|
+
output,
|
|
111
|
+
command: entry.command,
|
|
112
|
+
pid: cmd.pid,
|
|
113
|
+
running: true
|
|
114
|
+
}
|
|
115
|
+
});
|
|
116
|
+
} else {
|
|
117
|
+
if (!entry.projectCwd) {
|
|
118
|
+
sendJson(404, { ok: false, error: "Command projectCwd unknown" });
|
|
119
|
+
return true;
|
|
120
|
+
}
|
|
121
|
+
const historyOutput = await readFinishedOutput(
|
|
122
|
+
entry.projectCwd,
|
|
123
|
+
entry.tabId,
|
|
124
|
+
entry.commandId
|
|
125
|
+
);
|
|
126
|
+
if (historyOutput !== void 0) {
|
|
127
|
+
sendJson(200, {
|
|
128
|
+
ok: true,
|
|
129
|
+
data: {
|
|
130
|
+
output: historyOutput.output,
|
|
131
|
+
command: entry.command,
|
|
132
|
+
exitCode: historyOutput.exitCode,
|
|
133
|
+
running: false
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
} else {
|
|
137
|
+
sendJson(404, { ok: false, error: "Command output not available" });
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
return true;
|
|
141
|
+
}
|
|
142
|
+
if (action === "stdin") {
|
|
143
|
+
if (!cmd) {
|
|
144
|
+
sendJson(404, { ok: false, error: "Command no longer running" });
|
|
145
|
+
return true;
|
|
146
|
+
}
|
|
147
|
+
const { data } = body;
|
|
148
|
+
if (data === void 0) {
|
|
149
|
+
sendJson(400, { ok: false, error: "Missing data" });
|
|
150
|
+
return true;
|
|
151
|
+
}
|
|
152
|
+
if (cmd.usePty && cmd.ptyProcess) {
|
|
153
|
+
try {
|
|
154
|
+
cmd.ptyProcess.write(data);
|
|
155
|
+
} catch {
|
|
156
|
+
}
|
|
157
|
+
} else if (cmd.process.stdin?.writable) {
|
|
158
|
+
cmd.process.stdin.write(data);
|
|
159
|
+
} else {
|
|
160
|
+
sendJson(500, { ok: false, error: "stdin not writable" });
|
|
161
|
+
return true;
|
|
162
|
+
}
|
|
163
|
+
sendJson(200, { ok: true });
|
|
164
|
+
return true;
|
|
165
|
+
}
|
|
166
|
+
sendJson(400, { ok: false, error: `Unknown action: ${action}` });
|
|
167
|
+
return true;
|
|
168
|
+
}
|
|
169
|
+
async function handleBrowserApi(req, res) {
|
|
170
|
+
const { pathname } = parse(req.url || "", true);
|
|
171
|
+
const match = pathname?.match(/^\/api\/browser\/([a-z][a-z_]*)$/);
|
|
172
|
+
if (!match || req.method !== "POST") return false;
|
|
173
|
+
const action = match[1];
|
|
174
|
+
const chunks = [];
|
|
175
|
+
for await (const chunk of req) chunks.push(chunk);
|
|
176
|
+
let body;
|
|
177
|
+
try {
|
|
178
|
+
body = JSON.parse(Buffer.concat(chunks).toString());
|
|
179
|
+
} catch {
|
|
180
|
+
body = {};
|
|
181
|
+
}
|
|
182
|
+
const { id, params: cmdParams = {}, timeout = 1e4 } = body;
|
|
183
|
+
const sendJson = (status, data) => {
|
|
184
|
+
res.writeHead(status, { "Content-Type": "application/json" });
|
|
185
|
+
res.end(JSON.stringify(data));
|
|
186
|
+
};
|
|
187
|
+
if (action === "list") {
|
|
188
|
+
sendJson(200, { ok: true, data: listBrowsers() });
|
|
189
|
+
return true;
|
|
190
|
+
}
|
|
191
|
+
if (action === "unregister") {
|
|
192
|
+
if (!id) {
|
|
193
|
+
sendJson(400, { ok: false, error: "Missing browser id" });
|
|
194
|
+
return true;
|
|
195
|
+
}
|
|
196
|
+
const browser2 = getBrowserByShortId(id);
|
|
197
|
+
if (browser2) {
|
|
198
|
+
if (browser2.ws && browser2.ws.readyState === WebSocket.OPEN) {
|
|
199
|
+
browser2.ws.close();
|
|
200
|
+
}
|
|
201
|
+
unregisterBrowser(browser2.fullId);
|
|
202
|
+
}
|
|
203
|
+
sendJson(200, { ok: true });
|
|
204
|
+
return true;
|
|
205
|
+
}
|
|
206
|
+
if (!id) {
|
|
207
|
+
sendJson(400, { ok: false, error: "Missing browser id" });
|
|
208
|
+
return true;
|
|
209
|
+
}
|
|
210
|
+
const browser = getBrowserByShortId(id);
|
|
211
|
+
if (!browser) {
|
|
212
|
+
sendJson(404, { ok: false, error: `Browser "${id}" not found` });
|
|
213
|
+
return true;
|
|
214
|
+
}
|
|
215
|
+
if (!browser.ws || browser.ws.readyState !== WebSocket.OPEN) {
|
|
216
|
+
sendJson(503, {
|
|
217
|
+
ok: false,
|
|
218
|
+
error: `Browser "${id}" is disconnected`
|
|
219
|
+
});
|
|
220
|
+
return true;
|
|
221
|
+
}
|
|
222
|
+
const reqId = `r-${randomUUID().slice(0, 8)}`;
|
|
223
|
+
const sent = sendCommandToBrowser(id, reqId, action, cmdParams);
|
|
224
|
+
if (!sent) {
|
|
225
|
+
sendJson(503, { ok: false, error: "Failed to send command" });
|
|
226
|
+
return true;
|
|
227
|
+
}
|
|
228
|
+
try {
|
|
229
|
+
const data = await createPendingRequest(reqId, timeout);
|
|
230
|
+
sendJson(200, { ok: true, data });
|
|
231
|
+
} catch (err) {
|
|
232
|
+
sendJson(504, { ok: false, error: err.message });
|
|
233
|
+
}
|
|
234
|
+
return true;
|
|
235
|
+
}
|
|
236
|
+
export {
|
|
237
|
+
handleBrowserApi,
|
|
238
|
+
handleTerminalApi
|
|
239
|
+
};
|