@surething/cockpit 1.0.238 → 1.0.240
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 +3 -0
- package/.next-prod/build-manifest.json +3 -3
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/react-loadable-manifest.json +12 -12
- package/.next-prod/routes-manifest.json +20 -0
- package/.next-prod/server/app/_global-error/page.js +2 -2
- package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page.js +2 -2
- package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
- package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_not-found.html +2 -2
- package/.next-prod/server/app/_not-found.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next-prod/server/app/api/agent/test/route.js +1 -1
- package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/bash/route.js +1 -1
- package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/codex/route.js +2 -2
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js +1 -1
- package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +2 -2
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/pty-input/route.js +1 -1
- package/.next-prod/server/app/api/chat/pty-input/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route.js +1 -1
- package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/stop/route.js +1 -1
- package/.next-prod/server/app/api/chat/stop/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/commands/route.js +1 -1
- package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/comments/route.js +1 -1
- package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/columns/route.js +1 -1
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +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 +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 -1
- package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/extension/version/route.js +1 -1
- package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/file/route.js +1 -1
- package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/blame/route.js +1 -1
- package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/copy/route.js +1 -1
- package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/delete/route.js +1 -1
- package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/index/route.js +1 -1
- package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/init/route.js +1 -1
- package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/paste/route.js +1 -1
- package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/read/route.js +1 -1
- package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/recent/route.js +1 -1
- package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/save/route.js +1 -1
- package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/search/route.js +1 -1
- package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/stat/route.js +1 -1
- package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/text/route.js +1 -1
- package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branches/route.js +1 -1
- package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commits/route.js +1 -1
- package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/current-branch/route.js +1 -1
- package/.next-prod/server/app/api/git/current-branch/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/diff/route.js +1 -1
- package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/discard/route.js +1 -1
- package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/stage/route.js +1 -1
- package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/status/route.js +1 -1
- package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/global-state/route.js +2 -2
- package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/health/route.js +1 -1
- package/.next-prod/server/app/api/health/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
- package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/note/route.js +1 -1
- package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/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/preview/[...path]/route.js +1 -0
- package/.next-prod/server/app/api/preview/[...path]/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/preview/[...path]/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/project-settings/route.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-state/route.js +2 -2
- package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/affected/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/callees/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/callers/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/coedit/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/context/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/context/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/impact/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/related/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/related/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/risk/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
- package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projects/route.js +1 -1
- package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/push/public-key/route.js +1 -1
- package/.next-prod/server/app/api/push/public-key/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/push/subscribe/route.js +1 -1
- package/.next-prod/server/app/api/push/subscribe/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/push/unsubscribe/route.js +1 -1
- package/.next-prod/server/app/api/push/unsubscribe/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/command/route.js +1 -1
- package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/get/route.js +1 -1
- package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/set/route.js +1 -1
- package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/identify/route.js +1 -1
- package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/order/route.js +1 -1
- package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/route.js +1 -1
- package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/users/route.js +1 -1
- package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js +3 -3
- package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/config/route.js +1 -1
- package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/route.js +1 -1
- package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/settings/route.js +1 -1
- package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/content/route.js +1 -1
- package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/skills/route.js +1 -1
- package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/snapshots/diff/route.js +1 -0
- package/.next-prod/server/app/api/snapshots/diff/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/snapshots/diff/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/snapshots/route.js +1 -0
- package/.next-prod/server/app/api/snapshots/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/snapshots/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/version/route.js +1 -1
- package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/favicon.ico/route.js +1 -1
- package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next-prod/server/app/m/page.js +2 -2
- package/.next-prod/server/app/m/page.js.nft.json +1 -1
- package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
- package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/.next-prod/server/app/page.js +2 -2
- package/.next-prod/server/app/page.js.nft.json +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page.js +2 -2
- package/.next-prod/server/app/project/page.js.nft.json +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js +2 -2
- package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +3 -0
- package/.next-prod/server/chunks/304.js +5 -1
- package/.next-prod/server/chunks/{5897.js → 4848.js} +8 -8
- package/.next-prod/server/chunks/{8523.js → 5674.js} +2 -2
- package/.next-prod/server/chunks/7184.js +1 -1
- package/.next-prod/server/chunks/8916.js +1 -1
- package/.next-prod/server/chunks/9658.js +15 -15
- package/.next-prod/server/chunks/9830.js +1 -1
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/middleware-react-loadable-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +2 -2
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/ArsrRKOrvluh7oFS0G-Fg/_buildManifest.js +1 -0
- package/.next-prod/static/chunks/{6787-866a3046a4a0fa50.js → 1973-5ba02ae354968836.js} +7 -7
- package/.next-prod/static/chunks/{2501.4e65b56602faa956.js → 2501.8a795c737a86ac2f.js} +1 -1
- package/.next-prod/static/chunks/{3304.16305e84f4ff6598.js → 3304.540e84c28c47b48b.js} +1 -1
- package/.next-prod/static/chunks/{4523.3f277a24fbcfde6d.js → 4523.a6c0a4fb0a46d0bb.js} +1 -1
- package/.next-prod/static/chunks/{4678.867dfae26694be02.js → 4678.9870fc2e3d7d1e5d.js} +1 -1
- package/.next-prod/static/chunks/5408-b31a0bb83ee220ad.js +25 -0
- package/.next-prod/static/chunks/{6729.77a5381ac8f5c9ae.js → 6729.582a7ca4e74b0aea.js} +1 -1
- package/.next-prod/static/chunks/6784-a155388d7e43ef3d.js +0 -0
- package/.next-prod/static/chunks/{7799.40b047a634f96a24.js → 7799.ada4812ac0884dcc.js} +1 -1
- package/.next-prod/static/chunks/{2502-fb8682bc7a61e04d.js → 7849-7c580c908fe21e9d.js} +2 -2
- package/.next-prod/static/chunks/9530-aac4bba2518aa113.js +15 -0
- package/.next-prod/static/chunks/{2160.e38d781fd5c4cde0.js → 9779.7a4ff1aee2a02f63.js} +1 -1
- package/.next-prod/static/chunks/app/_global-error/page-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/agent/test/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/pty-input/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/stop/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/current-branch/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/health/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/preview/[...path]/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/push/public-key/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/push/subscribe/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/diff/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/{layout-09e14606d83f2723.js → layout-95cb81ab4128b70e.js} +1 -1
- package/.next-prod/static/chunks/app/m/{page-bf48756850ebe349.js → page-54053828af79704f.js} +1 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/app/{page-9ad16c0c615eedae.js → page-5969e7f2f5788be2.js} +1 -1
- package/.next-prod/static/chunks/app/project/{page-9ad16c0c615eedae.js → page-5969e7f2f5788be2.js} +1 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-f265b8a7128b7a1a.js +1 -0
- package/.next-prod/static/chunks/webpack-798abcb0f340ce75.js +1 -0
- package/.next-prod/static/css/5b0dd8036a3ffc10.css +1 -0
- package/.next-prod/trace +13 -13
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/preview/[...path]/route.ts +351 -0
- package/.next-prod/types/app/api/snapshots/diff/route.ts +351 -0
- package/.next-prod/types/app/api/snapshots/route.ts +351 -0
- package/.next-prod/types/routes.d.ts +4 -1
- package/.next-prod/types/validator.ts +27 -0
- package/README.md +2 -0
- package/README.zh.md +2 -0
- package/dist/{chunk-GFI4IHYM.mjs → chunk-44DBCDDK.mjs} +615 -4
- package/dist/{chunk-IQXDXTI7.mjs → chunk-JDX7Z54G.mjs} +59 -31
- package/dist/{chunk-RJMSCVG5.mjs → chunk-TRQ4S2LT.mjs} +1 -1
- package/dist/httpApi.mjs +2 -2
- package/dist/scheduledTasks.mjs +111 -4
- package/dist/{server-K4DO2GUO.mjs → server-UDKNFSZE.mjs} +2 -2
- package/dist/wsServer.mjs +4 -4
- package/package.json +1 -1
- package/.next-prod/static/UnrfRwZSyDx6zJRTpvkls/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/217-1bf54355c7c0c898.js +0 -15
- package/.next-prod/static/chunks/3283-06498d72f2d02c34.js +0 -25
- package/.next-prod/static/chunks/6784-11888818d8e3114e.js +0 -0
- package/.next-prod/static/chunks/app/_global-error/page-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/agent/test/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/pty-input/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/stop/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/dev/spans/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/current-branch/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/health/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/push/public-key/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/push/subscribe/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-d7801a0008b8d59b.js +0 -1
- package/.next-prod/static/chunks/webpack-fb9d282647d95d0a.js +0 -1
- package/.next-prod/static/css/76211649f6d7a87c.css +0 -1
- /package/.next-prod/static/{UnrfRwZSyDx6zJRTpvkls → ArsrRKOrvluh7oFS0G-Fg}/_ssgManifest.js +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
readJsonFile,
|
|
11
11
|
withFileLock,
|
|
12
12
|
writeJsonFile
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-44DBCDDK.mjs";
|
|
14
14
|
|
|
15
15
|
// packages/feature/agent/src/server/state/globalState.ts
|
|
16
16
|
import { createReadStream, existsSync } from "fs";
|
|
@@ -101,6 +101,43 @@ async function sendPushNotification(payload) {
|
|
|
101
101
|
return { sent, pruned: dead.length };
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
+
// packages/feature/agent/src/server/sessionTitle.ts
|
|
105
|
+
function filterCommandTags(text) {
|
|
106
|
+
const argsMatch = text.match(/<command-args>([^<]*)<\/command-args>/);
|
|
107
|
+
if (argsMatch && argsMatch[1].trim()) {
|
|
108
|
+
return argsMatch[1].trim();
|
|
109
|
+
}
|
|
110
|
+
const nameMatch = text.match(/<command-name>([^<]*)<\/command-name>/);
|
|
111
|
+
if (nameMatch && nameMatch[1].trim()) {
|
|
112
|
+
return nameMatch[1].trim();
|
|
113
|
+
}
|
|
114
|
+
let filtered = text.replace(/<command-message>[^<]*<\/command-message>/g, "");
|
|
115
|
+
filtered = filtered.replace(/<command-name>[^<]*<\/command-name>/g, "");
|
|
116
|
+
filtered = filtered.replace(/<command-args>[^<]*<\/command-args>/g, "");
|
|
117
|
+
filtered = filtered.replace(/<local-command-stdout>[\s\S]*?<\/local-command-stdout>/g, "");
|
|
118
|
+
filtered = filtered.replace(/<local-command-caveat>[\s\S]*?<\/local-command-caveat>/g, "");
|
|
119
|
+
return filtered.trim();
|
|
120
|
+
}
|
|
121
|
+
function generateTitle(aiTitle, summary, userMessages) {
|
|
122
|
+
if (aiTitle) return aiTitle;
|
|
123
|
+
if (summary) return summary;
|
|
124
|
+
let commandName = "";
|
|
125
|
+
for (const msg of userMessages) {
|
|
126
|
+
const filtered = filterCommandTags(msg);
|
|
127
|
+
if (!filtered) continue;
|
|
128
|
+
if (filtered.startsWith("/") && !commandName) {
|
|
129
|
+
commandName = filtered;
|
|
130
|
+
continue;
|
|
131
|
+
}
|
|
132
|
+
if (commandName) {
|
|
133
|
+
return `${commandName} ${filtered}`;
|
|
134
|
+
}
|
|
135
|
+
return filtered;
|
|
136
|
+
}
|
|
137
|
+
if (commandName) return commandName;
|
|
138
|
+
return "Untitled Session";
|
|
139
|
+
}
|
|
140
|
+
|
|
104
141
|
// packages/feature/agent/src/server/state/globalState.ts
|
|
105
142
|
var MAX_SESSIONS = 100;
|
|
106
143
|
var MIN_SESSIONS = 15;
|
|
@@ -226,17 +263,17 @@ async function getSessionContent(cwd, sessionId) {
|
|
|
226
263
|
if (existsSync(ollamaPath)) return getClaudeStyleContent(ollamaPath);
|
|
227
264
|
const codexPath = findCodexSessionPath(sessionId);
|
|
228
265
|
if (codexPath && existsSync(codexPath)) {
|
|
229
|
-
return { summary: "", messages: await getCodexUserMessages(codexPath) };
|
|
266
|
+
return { aiTitle: "", summary: "", messages: await getCodexUserMessages(codexPath) };
|
|
230
267
|
}
|
|
231
268
|
const kimiPath = findKimiSessionPath(sessionId);
|
|
232
269
|
if (kimiPath && existsSync(kimiPath)) {
|
|
233
|
-
return { summary: "", messages: await getKimiUserMessages(kimiPath) };
|
|
270
|
+
return { aiTitle: "", summary: "", messages: await getKimiUserMessages(kimiPath) };
|
|
234
271
|
}
|
|
235
|
-
return { summary: "", messages: [] };
|
|
272
|
+
return { aiTitle: "", summary: "", messages: [] };
|
|
236
273
|
}
|
|
237
274
|
async function getSessionPreview(cwd, sessionId) {
|
|
238
|
-
const { summary, messages } = await getSessionContent(cwd, sessionId);
|
|
239
|
-
const title = generateTitle(summary, messages);
|
|
275
|
+
const { aiTitle, summary, messages } = await getSessionContent(cwd, sessionId);
|
|
276
|
+
const title = generateTitle(aiTitle, summary, messages);
|
|
240
277
|
const lastUserMessage = messages[messages.length - 1];
|
|
241
278
|
const searchText = [summary, ...messages].join("\n").toLowerCase();
|
|
242
279
|
if (messages.length <= SUMMARY_THRESHOLD) {
|
|
@@ -277,7 +314,7 @@ async function getGlobalSessionsSnapshot(limit = 15) {
|
|
|
277
314
|
})
|
|
278
315
|
);
|
|
279
316
|
}
|
|
280
|
-
function
|
|
317
|
+
function filterCommandTags2(text) {
|
|
281
318
|
let filtered = text.replace(/<command-[^>]*>[\s\S]*?<\/command-[^>]*>/g, "");
|
|
282
319
|
filtered = filtered.replace(/<local-command-[^>]*>[\s\S]*?<\/local-command-[^>]*>/g, "");
|
|
283
320
|
filtered = filtered.trim();
|
|
@@ -293,12 +330,16 @@ async function getClaudeStyleTitle(filePath) {
|
|
|
293
330
|
try {
|
|
294
331
|
const fileStream = createReadStream(filePath);
|
|
295
332
|
const rl = createInterface({ input: fileStream, crlfDelay: Infinity });
|
|
333
|
+
let aiTitle = "";
|
|
296
334
|
let summary = "";
|
|
297
335
|
const userMessages = [];
|
|
298
336
|
for await (const line of rl) {
|
|
299
337
|
if (!line.trim()) continue;
|
|
300
338
|
try {
|
|
301
339
|
const entry = JSON.parse(line);
|
|
340
|
+
if (entry.type === "ai-title" && entry.aiTitle) {
|
|
341
|
+
aiTitle = entry.aiTitle;
|
|
342
|
+
}
|
|
302
343
|
if (entry.type === "summary" && entry.summary) {
|
|
303
344
|
summary = entry.summary;
|
|
304
345
|
}
|
|
@@ -316,7 +357,7 @@ async function getClaudeStyleTitle(filePath) {
|
|
|
316
357
|
} catch {
|
|
317
358
|
}
|
|
318
359
|
}
|
|
319
|
-
return generateTitle(summary, userMessages);
|
|
360
|
+
return generateTitle(aiTitle, summary, userMessages);
|
|
320
361
|
} catch {
|
|
321
362
|
return "Untitled Session";
|
|
322
363
|
}
|
|
@@ -345,7 +386,7 @@ async function getClaudeStyleUserMessages(filePath) {
|
|
|
345
386
|
}
|
|
346
387
|
}
|
|
347
388
|
if (!text) continue;
|
|
348
|
-
const filtered =
|
|
389
|
+
const filtered = filterCommandTags2(text);
|
|
349
390
|
if (filtered && isValidUserMessage(filtered)) {
|
|
350
391
|
messages.push(filtered);
|
|
351
392
|
}
|
|
@@ -357,6 +398,7 @@ async function getClaudeStyleUserMessages(filePath) {
|
|
|
357
398
|
return messages;
|
|
358
399
|
}
|
|
359
400
|
async function getClaudeStyleContent(filePath) {
|
|
401
|
+
let aiTitle = "";
|
|
360
402
|
let summary = "";
|
|
361
403
|
const messages = [];
|
|
362
404
|
try {
|
|
@@ -366,6 +408,10 @@ async function getClaudeStyleContent(filePath) {
|
|
|
366
408
|
if (!line.trim()) continue;
|
|
367
409
|
try {
|
|
368
410
|
const entry = JSON.parse(line);
|
|
411
|
+
if (entry.type === "ai-title" && entry.aiTitle) {
|
|
412
|
+
aiTitle = entry.aiTitle;
|
|
413
|
+
continue;
|
|
414
|
+
}
|
|
369
415
|
if (entry.type === "summary" && entry.summary) {
|
|
370
416
|
summary = entry.summary;
|
|
371
417
|
continue;
|
|
@@ -385,7 +431,7 @@ async function getClaudeStyleContent(filePath) {
|
|
|
385
431
|
}
|
|
386
432
|
}
|
|
387
433
|
if (!text) continue;
|
|
388
|
-
const filtered =
|
|
434
|
+
const filtered = filterCommandTags2(text);
|
|
389
435
|
if (filtered && isValidUserMessage(filtered)) {
|
|
390
436
|
messages.push(filtered);
|
|
391
437
|
}
|
|
@@ -394,7 +440,7 @@ async function getClaudeStyleContent(filePath) {
|
|
|
394
440
|
}
|
|
395
441
|
} catch {
|
|
396
442
|
}
|
|
397
|
-
return { summary, messages };
|
|
443
|
+
return { aiTitle, summary, messages };
|
|
398
444
|
}
|
|
399
445
|
async function getCodexUserMessages(filePath) {
|
|
400
446
|
const messages = [];
|
|
@@ -414,7 +460,7 @@ async function getCodexUserMessages(filePath) {
|
|
|
414
460
|
if (!payload || payload.type !== "message" || payload.role !== "user") continue;
|
|
415
461
|
const text = payload.content?.filter((c) => c.type === "input_text" && c.text).map((c) => c.text).join("") || "";
|
|
416
462
|
if (!text || text.startsWith("<") || text.startsWith("#")) continue;
|
|
417
|
-
const filtered =
|
|
463
|
+
const filtered = filterCommandTags2(text);
|
|
418
464
|
if (filtered && isValidUserMessage(filtered)) {
|
|
419
465
|
messages.push(filtered);
|
|
420
466
|
}
|
|
@@ -465,7 +511,7 @@ async function getKimiUserMessages(filePath) {
|
|
|
465
511
|
if (!text || text.startsWith("<system") || text.startsWith("<environment") || text.startsWith("# AGENTS.md") || text.startsWith("<permissions")) {
|
|
466
512
|
continue;
|
|
467
513
|
}
|
|
468
|
-
const filtered =
|
|
514
|
+
const filtered = filterCommandTags2(text);
|
|
469
515
|
if (filtered && isValidUserMessage(filtered)) {
|
|
470
516
|
messages.push(filtered);
|
|
471
517
|
}
|
|
@@ -498,24 +544,6 @@ async function getKimiTitle(filePath) {
|
|
|
498
544
|
return void 0;
|
|
499
545
|
}
|
|
500
546
|
}
|
|
501
|
-
function generateTitle(summary, userMessages) {
|
|
502
|
-
if (summary) return summary;
|
|
503
|
-
let commandName = "";
|
|
504
|
-
for (const msg of userMessages) {
|
|
505
|
-
const filtered = filterCommandTags(msg);
|
|
506
|
-
if (!filtered) continue;
|
|
507
|
-
if (filtered.startsWith("/") && !commandName) {
|
|
508
|
-
commandName = filtered;
|
|
509
|
-
continue;
|
|
510
|
-
}
|
|
511
|
-
if (commandName) {
|
|
512
|
-
return `${commandName} ${filtered}`;
|
|
513
|
-
}
|
|
514
|
-
return filtered;
|
|
515
|
-
}
|
|
516
|
-
if (commandName) return commandName;
|
|
517
|
-
return "Untitled Session";
|
|
518
|
-
}
|
|
519
547
|
|
|
520
548
|
// packages/feature/agent/src/server/sessionRunHub.ts
|
|
521
549
|
var GRACE_MS = 6e4;
|
package/dist/httpApi.mjs
CHANGED
|
@@ -22,10 +22,10 @@ import {
|
|
|
22
22
|
unregisterBrowser,
|
|
23
23
|
unregisterTerminal,
|
|
24
24
|
writeStdinToCommand
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-TRQ4S2LT.mjs";
|
|
26
26
|
import {
|
|
27
27
|
getTerminalHistoryPath
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-44DBCDDK.mjs";
|
|
29
29
|
import "./chunk-7P6ASYW6.mjs";
|
|
30
30
|
|
|
31
31
|
// src/lib/httpApi.ts
|
package/dist/scheduledTasks.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
setRunAbort,
|
|
11
11
|
startRun,
|
|
12
12
|
updateGlobalState
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-JDX7Z54G.mjs";
|
|
14
14
|
import {
|
|
15
15
|
AgentError,
|
|
16
16
|
AppRuntime,
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
SCHEDULED_TASKS_FILE,
|
|
22
22
|
SETTINGS_FILE,
|
|
23
23
|
SKILLS_FILE,
|
|
24
|
+
SnapshotService,
|
|
24
25
|
createOllamaModel,
|
|
25
26
|
encodePath,
|
|
26
27
|
findCodexSessionPath,
|
|
@@ -30,10 +31,12 @@ import {
|
|
|
30
31
|
getDeepseekSessionPath,
|
|
31
32
|
getOllamaSessionPath,
|
|
32
33
|
mutateJsonFile,
|
|
34
|
+
notePendingRecord,
|
|
33
35
|
readJsonFile,
|
|
36
|
+
settlePendingRecord,
|
|
34
37
|
withFileLock,
|
|
35
38
|
writeJsonFile
|
|
36
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-44DBCDDK.mjs";
|
|
37
40
|
import {
|
|
38
41
|
__export
|
|
39
42
|
} from "./chunk-7P6ASYW6.mjs";
|
|
@@ -41,6 +44,108 @@ import {
|
|
|
41
44
|
// packages/feature/agent/src/server/scheduledTasks.ts
|
|
42
45
|
import { existsSync as existsSync3 } from "fs";
|
|
43
46
|
|
|
47
|
+
// packages/feature/agent/src/shared/toolMutation.ts
|
|
48
|
+
var READ_ONLY_TOOLS = /* @__PURE__ */ new Set([
|
|
49
|
+
"Read",
|
|
50
|
+
"Grep",
|
|
51
|
+
"Glob",
|
|
52
|
+
"LS",
|
|
53
|
+
"WebSearch",
|
|
54
|
+
"WebFetch",
|
|
55
|
+
"NotebookRead",
|
|
56
|
+
"TodoRead",
|
|
57
|
+
"AskUserQuestion",
|
|
58
|
+
"ExitPlanMode",
|
|
59
|
+
"TodoWrite",
|
|
60
|
+
// writes outside the project tree
|
|
61
|
+
"Skill"
|
|
62
|
+
// loads skill content only
|
|
63
|
+
]);
|
|
64
|
+
|
|
65
|
+
// packages/feature/agent/src/server/snapshot/hook.ts
|
|
66
|
+
var g = globalThis;
|
|
67
|
+
var toolIndex = g.__cockpitSnapshotToolIndex ?? (g.__cockpitSnapshotToolIndex = /* @__PURE__ */ new Map());
|
|
68
|
+
var TOOL_INDEX_CAP = 4e3;
|
|
69
|
+
function declaredFiles(input) {
|
|
70
|
+
if (!input) return [];
|
|
71
|
+
const out = [];
|
|
72
|
+
if (typeof input.file_path === "string" && input.file_path) out.push(input.file_path);
|
|
73
|
+
if (typeof input.notebook_path === "string" && input.notebook_path) out.push(input.notebook_path);
|
|
74
|
+
return out;
|
|
75
|
+
}
|
|
76
|
+
function toolDetail(input) {
|
|
77
|
+
if (!input) return void 0;
|
|
78
|
+
if (typeof input.description === "string" && input.description) return input.description;
|
|
79
|
+
if (typeof input.command === "string" && input.command) return input.command;
|
|
80
|
+
return void 0;
|
|
81
|
+
}
|
|
82
|
+
function pruneToolIndex() {
|
|
83
|
+
if (toolIndex.size <= TOOL_INDEX_CAP) return;
|
|
84
|
+
let toDrop = Math.floor(toolIndex.size / 2);
|
|
85
|
+
for (const key of toolIndex.keys()) {
|
|
86
|
+
if (toDrop-- <= 0) break;
|
|
87
|
+
toolIndex.delete(key);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
function contentBlocks(event) {
|
|
91
|
+
const message = event.message;
|
|
92
|
+
return Array.isArray(message?.content) ? message.content : [];
|
|
93
|
+
}
|
|
94
|
+
var forkSnapshot = (effect) => {
|
|
95
|
+
void AppRuntime.runFork(
|
|
96
|
+
effect.pipe(
|
|
97
|
+
Effect_exports.catchAll((e) => Effect_exports.logWarning(`snapshot failed: ${e.message}`))
|
|
98
|
+
)
|
|
99
|
+
);
|
|
100
|
+
};
|
|
101
|
+
function snapshotOnRunStart(cwd, sessionKey, provider) {
|
|
102
|
+
if (!cwd) return;
|
|
103
|
+
forkSnapshot(
|
|
104
|
+
Effect_exports.flatMap(SnapshotService, (svc) => svc.baseline(cwd, sessionKey, provider))
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
function snapshotOnRunEvent(cwd, sessionKey, provider, event) {
|
|
108
|
+
if (!cwd) return;
|
|
109
|
+
if (event.type === "assistant") {
|
|
110
|
+
for (const b of contentBlocks(event)) {
|
|
111
|
+
if (b.id && b.name) {
|
|
112
|
+
toolIndex.set(b.id, {
|
|
113
|
+
name: b.name,
|
|
114
|
+
files: declaredFiles(b.input),
|
|
115
|
+
provider,
|
|
116
|
+
detail: toolDetail(b.input)
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
pruneToolIndex();
|
|
121
|
+
return;
|
|
122
|
+
}
|
|
123
|
+
if (event.type === "user") {
|
|
124
|
+
for (const b of contentBlocks(event)) {
|
|
125
|
+
if (!b.tool_use_id) continue;
|
|
126
|
+
const meta3 = toolIndex.get(b.tool_use_id);
|
|
127
|
+
if (meta3) toolIndex.delete(b.tool_use_id);
|
|
128
|
+
if (meta3 && READ_ONLY_TOOLS.has(meta3.name)) continue;
|
|
129
|
+
const toolId = b.tool_use_id;
|
|
130
|
+
notePendingRecord(cwd);
|
|
131
|
+
forkSnapshot(
|
|
132
|
+
Effect_exports.flatMap(
|
|
133
|
+
SnapshotService,
|
|
134
|
+
(svc) => svc.record({
|
|
135
|
+
cwd,
|
|
136
|
+
sessionKey,
|
|
137
|
+
provider,
|
|
138
|
+
toolId,
|
|
139
|
+
toolName: meta3?.name ?? "tool",
|
|
140
|
+
toolFiles: meta3?.files ?? [],
|
|
141
|
+
toolDetail: meta3?.detail
|
|
142
|
+
})
|
|
143
|
+
).pipe(Effect_exports.ensuring(Effect_exports.sync(() => settlePendingRecord(cwd))))
|
|
144
|
+
);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
44
149
|
// packages/feature/agent/src/server/lib/slashCommands.ts
|
|
45
150
|
import { mkdirSync, writeFileSync, readFileSync } from "fs";
|
|
46
151
|
import { join } from "path";
|
|
@@ -1708,6 +1813,7 @@ async function dispatchChat(spec, body, request) {
|
|
|
1708
1813
|
updateGlobalState(cwd, sessionId, "loading", void 0, promptText).catch(() => {
|
|
1709
1814
|
});
|
|
1710
1815
|
}
|
|
1816
|
+
snapshotOnRunStart(cwd || "", currentKey, spec.name);
|
|
1711
1817
|
const ctx = {
|
|
1712
1818
|
prompt: promptText,
|
|
1713
1819
|
images,
|
|
@@ -1718,6 +1824,7 @@ async function dispatchChat(spec, body, request) {
|
|
|
1718
1824
|
emit(event) {
|
|
1719
1825
|
if (isClosed) return;
|
|
1720
1826
|
appendRun(currentKey, event);
|
|
1827
|
+
snapshotOnRunEvent(cwd || "", currentKey, spec.name, event);
|
|
1721
1828
|
},
|
|
1722
1829
|
rekey(realSessionId) {
|
|
1723
1830
|
if (!realSessionId) return;
|
|
@@ -17916,8 +18023,8 @@ var ScheduledTaskManager = class {
|
|
|
17916
18023
|
}
|
|
17917
18024
|
}
|
|
17918
18025
|
};
|
|
17919
|
-
var
|
|
17920
|
-
var scheduledTaskManager =
|
|
18026
|
+
var g2 = globalThis;
|
|
18027
|
+
var scheduledTaskManager = g2.__scheduledTaskManager ?? (g2.__scheduledTaskManager = new ScheduledTaskManager());
|
|
17921
18028
|
export {
|
|
17922
18029
|
getNextCronTime,
|
|
17923
18030
|
scheduledTaskManager,
|
|
@@ -45,12 +45,12 @@ import {
|
|
|
45
45
|
unregisterTerminal,
|
|
46
46
|
updateBrowserWs,
|
|
47
47
|
writeStdinToCommand
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-TRQ4S2LT.mjs";
|
|
49
49
|
import {
|
|
50
50
|
createNeo4jDriver,
|
|
51
51
|
runCypherWithDriver,
|
|
52
52
|
serializeValue
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-44DBCDDK.mjs";
|
|
54
54
|
import "./chunk-7P6ASYW6.mjs";
|
|
55
55
|
export {
|
|
56
56
|
INTERRUPTED_EXIT_CODE,
|
package/dist/wsServer.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
addRunListener,
|
|
3
3
|
getGlobalSessionsSnapshot,
|
|
4
4
|
getRunSnapshot
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JDX7Z54G.mjs";
|
|
6
6
|
import {
|
|
7
7
|
addExitListener,
|
|
8
8
|
addOutputListener,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
resolvePendingRequest,
|
|
19
19
|
unregisterBrowser,
|
|
20
20
|
writeStdinToCommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-TRQ4S2LT.mjs";
|
|
22
22
|
import {
|
|
23
23
|
AppError,
|
|
24
24
|
Effect_exports,
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
Stream_exports,
|
|
34
34
|
ValidationError,
|
|
35
35
|
WSError
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-44DBCDDK.mjs";
|
|
37
37
|
import "./chunk-7P6ASYW6.mjs";
|
|
38
38
|
|
|
39
39
|
// src/lib/wsServer.ts
|
|
@@ -665,7 +665,7 @@ var handleJupyter = (conn, bubbleId, cwd) => Effect_exports.gen(function* () {
|
|
|
665
665
|
Effect_exports.annotateLogs("cwd", cwd)
|
|
666
666
|
);
|
|
667
667
|
const { kernelManager } = yield* Effect_exports.tryPromise({
|
|
668
|
-
try: () => import("./server-
|
|
668
|
+
try: () => import("./server-UDKNFSZE.mjs"),
|
|
669
669
|
catch: (cause) => new AppError({
|
|
670
670
|
message: "failed to import kernel manager",
|
|
671
671
|
cause
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surething/cockpit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.240",
|
|
4
4
|
"description": "The open-source Claude Code GUI — an IDE-like workbench for parallel AI coding. Drive Claude (default), Codex, DeepSeek, Kimi, or local Ollama in tabs. Terminal, browser & DB bubbles, code review. Self-host on a shared dev box — a seat for every teammate. Local-first, MIT.",
|
|
5
5
|
"author": "Robert",
|
|
6
6
|
"license": "MIT",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:125,errorRate:1e-4,numBits:2397,numHashes:14,bitArray:[1,1,1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,0,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,0,0,1,0,1,1,0,0,1,0,0,0,1,1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,1,1,0,0,1,1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,0,0,0,0,1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0,0,0,1,0,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,0,0,1,0,1,1,0,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,1,1,0,1,1,1,1,0,1,0,0,0,1,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0,1,1,1,1,0,1,1,0,0,0,1,1,0,0,0,0,1,1,1,1,0,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0,0,1,1,0,1,0,1,0,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,1,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,1,1,1,0,0,1,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,1,1,1,1,0,0,1,0,1,0,1,1,0,1,1,0,1,0,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,1,0,1,1,1,0,1,1,1,0,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,0,1,0,1,1,0,0,1,1,0,0,0,0,1,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,1,0,1,0,0,0,0,1,0,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,1,1,1,0,1,1,0,0,0,0,0,0,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,1,0,0,0,1,1,0,1,0,1,1,1,1,1,0,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,1,1,0,1,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0,1,0,1,1,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,0,1,1,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0,1,1,1,1,1,1,0,0,1,1,0,1,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0,1,1,1,1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,1,1,0,1,1,1,1,1,1,0,0,1,0,1,0,1,0,0,1,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,1,1,0,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,0,0,0,1,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,1,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,1,1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,0,0,0,1,1,1,0,0,0,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,1,1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,1,1,0,0,1,0,0,1,1,1,0,0,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0,1,1,1,1,1,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,0,0,0,0,1,1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,0,1,1,1,1,1,0,1,1,1,0,1,0,0,1,1,1,0,1,0,1,1,1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0,1,1,0,0,0,1,0,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,0,1,0,0,1,1,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,1,0,0,0,1,0,0,0,0,1,1,1,1,1,0,0,1,1,0,1,0,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,1,0,0,1,0,0,0,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,1,1,0,1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,0,0,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,1,1,0,0,1,0,0,0,0,1,0,1,0,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,1,1,1,0,0,0,0,0,1,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,0,0,1,1,1,0,1,1,0,1,0,1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,1,1,0,1,0,1,0,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,1,0,1,0,1,1,0,1,1,0,1,0,0,1,0,1,1,1,0,1,1,1,0,1,0,1,1,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,0,0,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,0,0,1,1,1,0,1,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,1,1,1,0,1,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,1,1,0,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,1,0,1,0,1,1,0,0,1,1,1,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,1,0,1,0,1,1,0,1,0,0,0,0,0,1,0,0,1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,1,0,0,0,1,1,0,0,1,0,0,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,1,1,0,0,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,1,0,0,1,1,1,1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,1,1,1,1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,0,1,1,1,0,0,1,1,0,0,0,1,1,1,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,0,1,1,0,0,0,1,1,1,0,0,1,1,1,0,0,0,1,1,1,1,1,0,0,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,1,1,1,1,0,1,0,1,1,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,1,1,1,0,0,1,1,0,0]},__routerFilterDynamic:{numItems:5,errorRate:1e-4,numBits:96,numHashes:14,bitArray:[1,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0]},sortedPages:["/_app"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|