@surething/cockpit 1.0.213 → 1.0.214
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +7 -3
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/routes-manifest.json +24 -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 +2 -2
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +2 -2
- 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 +1 -1
- package/.next-prod/server/app/api/agent/test/route.js +1 -1
- package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/bash/route.js +1 -1
- package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/codex/route.js +2 -2
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +2 -2
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +3 -3
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route.js +2 -2
- 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 +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/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 +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js +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 +1 -1
- package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -0
- package/.next-prod/server/app/api/projectGraph/affected/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/affected/route_client-reference-manifest.js +1 -0
- 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 -0
- package/.next-prod/server/app/api/projectGraph/context/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/context/route_client-reference-manifest.js +1 -0
- 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 -0
- package/.next-prod/server/app/api/projectGraph/related/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/related/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -0
- package/.next-prod/server/app/api/projectGraph/risk/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/projectGraph/risk/route_client-reference-manifest.js +1 -0
- 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/page.js +2 -2
- package/.next-prod/server/app/page.js.nft.json +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page.js +2 -2
- package/.next-prod/server/app/project/page.js.nft.json +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js +2 -2
- package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +7 -3
- package/.next-prod/server/chunks/2540.js +1 -0
- package/.next-prod/server/chunks/2939.js +1 -1
- package/.next-prod/server/chunks/4008.js +1 -0
- package/.next-prod/server/chunks/7828.js +79 -2
- package/.next-prod/server/chunks/9658.js +3 -3
- package/.next-prod/server/middleware-build-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/2171-1d5aa2a301006dfb.js +1 -0
- package/.next-prod/static/chunks/{5188-3337a5d88efc5fc1.js → 5188-38f55b21ae1eeb28.js} +1 -1
- package/.next-prod/static/chunks/6345-fc2d45a72316c5f8.js +14 -0
- package/.next-prod/static/chunks/{aaea2bcf-be8b39a8f32280f3.js → aaea2bcf-56770c8875ee56c9.js} +1 -1
- package/.next-prod/static/chunks/app/_global-error/page-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/agent/test/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-8ae56b9359db0996.js +1 -0
- package/.next-prod/static/ekMRRxcvpy2AIjMrVn4lK/_buildManifest.js +1 -0
- package/.next-prod/trace +13 -12
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/projectGraph/affected/route.ts +351 -0
- package/.next-prod/types/app/api/projectGraph/context/route.ts +351 -0
- package/.next-prod/types/app/api/projectGraph/related/route.ts +351 -0
- package/.next-prod/types/app/api/projectGraph/risk/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +5 -1
- package/.next-prod/types/validator.ts +36 -0
- package/README.md +0 -1
- package/README.zh.md +0 -1
- package/bin/cock-affected.mjs +190 -0
- package/bin/cock-terminal.mjs +471 -159
- package/bin/cock.mjs +9 -1
- package/dist/cache-GIQJA4HL.mjs +502 -0
- package/dist/chunk-7P6ASYW6.mjs +9 -0
- package/dist/{chunk-OWUW2O3D.mjs → chunk-CZWJPTRO.mjs} +4 -2
- package/dist/{chunk-FBR4KJI5.mjs → chunk-KRTISG5I.mjs} +213 -2
- package/dist/{chunk-TXBVUZVH.mjs → chunk-ZJ6CC3MH.mjs} +0 -7
- package/dist/httpApi.mjs +203 -17
- package/dist/scheduledTasks.mjs +3 -2
- package/dist/{server-E7G55DY7.mjs → server-OSOMFNXR.mjs} +27 -4
- package/dist/wsServer.mjs +8 -34
- package/package.json +3 -1
- package/.next-prod/static/-BWPF5YtAsgnego1UPtt9/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/2171-5163d946ec03ce80.js +0 -1
- package/.next-prod/static/chunks/6345-4299a3385983e28c.js +0 -14
- package/.next-prod/static/chunks/app/_global-error/page-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/agent/test/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/dev/spans/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-994734ef0d317687.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-994734ef0d317687.js +0 -1
- /package/.next-prod/static/{-BWPF5YtAsgnego1UPtt9 → ekMRRxcvpy2AIjMrVn4lK}/_ssgManifest.js +0 -0
|
@@ -383,7 +383,45 @@ curl -fsS "{{BASE_URL}}/api/projectGraph/coedit?cwd=$PWD&filePath=<REL_PATH>"
|
|
|
383
383
|
## 技术契约
|
|
384
384
|
- 接口只返坐标,源码用 Read 自取:\`Read offset=startLine limit=endLine-startLine+1\`
|
|
385
385
|
- qname 用 \`Parent>Child\` 形式(不是 \`.\`),直接复用 search 返回的 \`qualifiedName\`
|
|
386
|
-
- 同名符号跨多文件时响应里 \`ambiguousIn\` 列出,加 \`&filePath=<rel>\`
|
|
386
|
+
- 同名符号跨多文件时响应里 \`ambiguousIn\` 列出,加 \`&filePath=<rel>\` 消歧
|
|
387
|
+
|
|
388
|
+
## 3 个进阶接口(智能排序 / 关联 / 风险)
|
|
389
|
+
|
|
390
|
+
当基础 6 个接口的纯结构信息不够用 —— 尤其在"探索式追代码"或"评估影响范围"时 —— 用这 3 个接口拿到带相关性评分和风险标注的结果。
|
|
391
|
+
|
|
392
|
+
| 问题 | 接口 |
|
|
393
|
+
|---|---|
|
|
394
|
+
| 这个问题/光标位置相关的代码在哪? | context?query=&cursor= |
|
|
395
|
+
| 看 X 时,还应该顺手看哪些相关代码? | related?qname=X |
|
|
396
|
+
| 改 X 真正高风险的少数节点是哪些?哪些测试要跑? | risk?qname=X |
|
|
397
|
+
| 改了这些文件,CI 应该跑哪些测试文件?(保守闭包) | affected?files=… |
|
|
398
|
+
|
|
399
|
+
# context: 多源种子语义检索(query / cursor / openFiles 任传其一)
|
|
400
|
+
# 返回 Top-K 相关坐标 + signals(query-match / ppr / pagerank / open)
|
|
401
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/context?cwd=$PWD&query=<TEXT>&cursor=<FILE>::<QNAME>&topK=15"
|
|
402
|
+
|
|
403
|
+
# related: 比 callers/callees 更广,纳入 coedit / PPR 邻居 / Louvain 社区
|
|
404
|
+
# 每个结果带 relations 数组:caller / callee / ppr-neighbor / frequent-coedit / sibling-in-community
|
|
405
|
+
# 同名跨多文件时响应里 ambiguousIn 列出,加 &filePath=<rel> 消歧(同 callers/callees 行为)
|
|
406
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/related?cwd=$PWD&qname=<QNAME>&topK=10"
|
|
407
|
+
|
|
408
|
+
# risk: impact 的风险化版本
|
|
409
|
+
# 返回 highRisk(按 risk.score 降序) + suggestedTests 建议运行的测试文件
|
|
410
|
+
# risk.score = callFreq + coeditProb + (hasTest ? 0 : penalty) + pagerank,按 depth 衰减
|
|
411
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/risk?cwd=$PWD&qname=<QNAME>&depth=2&topK=20"
|
|
412
|
+
|
|
413
|
+
# affected: 给定一组改动文件,沿 importedBy 闭包返回受影响的测试文件
|
|
414
|
+
# 与 risk 互补:risk 给人/LLM 看(按符号、精准),affected 给 CI/管道用(按文件、保守)
|
|
415
|
+
# 多文件输入用 POST,URL 太长用 POST;要纯文本输出用 format=plain
|
|
416
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/affected?cwd=$PWD&files=<a.ts,b.ts>&depth=10"
|
|
417
|
+
|
|
418
|
+
## 进阶接口契约
|
|
419
|
+
- \`score\` / \`risk.score\` 只用于排序参考,无绝对意义
|
|
420
|
+
- \`signals\` / \`relations\` / \`tags\` 是"为什么相关"的解释,引用时可直接告诉用户
|
|
421
|
+
- \`degraded: true\` 时结果仍可用,但精度降低;\`degradedReason\` 给出原因(\`analytics-warming\` 表示后台索引还在预热,\`coedit-unavailable\` 表示 git 历史信号不可用,回落手工挑测试)
|
|
422
|
+
- **risk / related 响应里已经带 \`coedit\` 字段**(target 文件的 coedit 历史),同一文件不要再单独发 /coedit 请求
|
|
423
|
+
- related 响应若有 \`ambiguousIn\`,表示同名符号跨多文件,下次调用补 \`&filePath=\`
|
|
424
|
+
- 这 3 个接口同样只返坐标,源码用 Read 自取`,en:`Enter project graph exploration mode (CodeGraph).
|
|
387
425
|
|
|
388
426
|
CodeGraph = pre-built symbol + call-graph index + git co-edit view. Six endpoints, each answers one class of question:
|
|
389
427
|
|
|
@@ -420,6 +458,45 @@ curl -fsS "{{BASE_URL}}/api/projectGraph/coedit?cwd=$PWD&filePath=<REL_PATH>"
|
|
|
420
458
|
## Technical contract
|
|
421
459
|
- Endpoints return coordinates only. Fetch source with Read: \`Read offset=startLine limit=endLine-startLine+1\`
|
|
422
460
|
- qname uses \`Parent>Child\` form (not \`.\`); copy \`qualifiedName\` from search's response directly
|
|
423
|
-
- Cross-file name collisions are listed in \`ambiguousIn\` — pass \`&filePath=<rel>\` to disambiguate
|
|
461
|
+
- Cross-file name collisions are listed in \`ambiguousIn\` — pass \`&filePath=<rel>\` to disambiguate
|
|
462
|
+
|
|
463
|
+
## Three advanced endpoints (smart ranking / relatedness / risk)
|
|
464
|
+
|
|
465
|
+
When the six base endpoints' pure structural data isn't enough — especially when exploring code or evaluating change impact — use these to get scored, signal-annotated results.
|
|
466
|
+
|
|
467
|
+
| Question | Endpoint |
|
|
468
|
+
|---|---|
|
|
469
|
+
| Where is the code related to this question / cursor? | context?query=&cursor= |
|
|
470
|
+
| What else should I read while looking at X? | related?qname=X |
|
|
471
|
+
| Changing X — which few nodes truly matter? Which tests to run? | risk?qname=X |
|
|
472
|
+
| Changed these files — which tests should CI run? (conservative closure) | affected?files=… |
|
|
473
|
+
|
|
474
|
+
# context: multi-source semantic retrieval (query / cursor / openFiles — at least one)
|
|
475
|
+
# Returns Top-K relevant coordinates + signals (query-match / ppr / pagerank / open)
|
|
476
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/context?cwd=$PWD&query=<TEXT>&cursor=<FILE>::<QNAME>&topK=15"
|
|
477
|
+
|
|
478
|
+
# related: broader than callers/callees — includes coedit / PPR neighbours / Louvain community
|
|
479
|
+
# Each result carries a relations[] array: caller / callee / ppr-neighbor / frequent-coedit / sibling-in-community
|
|
480
|
+
# Cross-file name collisions are listed in ambiguousIn — pass &filePath=<rel> to disambiguate (same as callers/callees)
|
|
481
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/related?cwd=$PWD&qname=<QNAME>&topK=10"
|
|
482
|
+
|
|
483
|
+
# risk: risk-scored impact
|
|
484
|
+
# Returns highRisk (sorted by risk.score desc) + suggestedTests
|
|
485
|
+
# risk.score = callFreq + coeditProb + (hasTest ? 0 : penalty) + pagerank, decayed by depth
|
|
486
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/risk?cwd=$PWD&qname=<QNAME>&depth=2&topK=20"
|
|
487
|
+
|
|
488
|
+
# affected: file-level reverse-import closure → test files transitively affected
|
|
489
|
+
# Sister to /risk: risk is symbol-centric + precision-oriented (for analysis),
|
|
490
|
+
# affected is file-centric + recall-oriented (for CI / selective-test pipelines).
|
|
491
|
+
# Use POST when files list is large; use format=plain for newline-separated paths.
|
|
492
|
+
curl -fsS "{{BASE_URL}}/api/projectGraph/affected?cwd=$PWD&files=<a.ts,b.ts>&depth=10"
|
|
493
|
+
|
|
494
|
+
## Advanced endpoint contract
|
|
495
|
+
- \`score\` / \`risk.score\` are for ranking only; absolute values have no meaning
|
|
496
|
+
- \`signals\` / \`relations\` / \`tags\` explain WHY each result is relevant — feel free to cite them to the user
|
|
497
|
+
- \`degraded: true\` means results are still usable but lower precision; \`degradedReason\` gives the cause (\`analytics-warming\` = backing index warming up; \`coedit-unavailable\` = git history signal unavailable, fall back to manually picking tests)
|
|
498
|
+
- **risk / related responses already include a \`coedit\` field** (target file's coedit history) — DO NOT issue a separate /coedit request for the same file
|
|
499
|
+
- If related returns \`ambiguousIn\`, the same qname exists in multiple files — retry with \`&filePath=<rel>\`
|
|
500
|
+
- These three endpoints also return coordinates only; fetch source with Read`,labelZh:"探索问题:",labelEn:"Exploration: "}};function e(a,b="en",c){var f,g;let h,i=a.trimStart(),j=i.match(/^\/([a-zA-Z]+)(?:\s+|$)/);if(!j)return a;let k=j[1],l=b.startsWith("zh")?"zh":"en",m=d[k],n=m?.[l];if(!n)return a;let o=function(a){if(a){let b=new URL(a.url),c=a.headers.get("x-forwarded-proto"),d=a.headers.get("x-forwarded-host");return c||d?`${c??b.protocol.replace(":","")}://${d??b.host}`:b.origin}let b=process.env.COCKPIT_PORT||process.env.PORT||"3457";return`http://localhost:${b}`}(c),p=n.replaceAll("{{BASE_URL}}",o),q=i.slice(j[0].length).trimStart(),r=(f=m,(h="zh"===(g=l)?f.labelZh:f.labelEn)||("zh"===g?"问题:":"Question: "));return q?`${p}
|
|
424
501
|
|
|
425
502
|
${r}${q}`:p}}};
|