@surething/cockpit 1.0.266 → 1.0.268
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 +4 -3
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/cockpit-build.json +1 -1
- package/.next-prod/prerender-manifest.json +4 -4
- package/.next-prod/routes-manifest.json +6 -0
- package/.next-prod/server/app/_global-error/page.js +2 -2
- package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +1 -1
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page.js +1 -1
- 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/_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/_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 +1 -1
- 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/glm/route.js +1 -1
- package/.next-prod/server/app/api/chat/glm/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js +1 -1
- 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/route.js +1 -1
- package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/stop/route.js +1 -1
- package/.next-prod/server/app/api/chat/stop/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/commands/route.js +1 -1
- package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/comments/route.js +1 -1
- package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/columns/route.js +1 -1
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route.js +2 -2
- package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/export/route.js +1 -1
- package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/query/route.js +1 -1
- package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js +2 -2
- package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/deepseek/balance/route.js +1 -1
- package/.next-prod/server/app/api/deepseek/balance/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/deepseek/credentials/route.js +1 -1
- package/.next-prod/server/app/api/deepseek/credentials/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/deepseek/models/route.js +1 -1
- package/.next-prod/server/app/api/deepseek/models/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/blob/route.js +1 -1
- package/.next-prod/server/app/api/git/blob/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/glm/credentials/route.js +1 -1
- package/.next-prod/server/app/api/glm/credentials/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/glm/models/route.js +1 -1
- package/.next-prod/server/app/api/glm/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/glm/usage/route.js +1 -1
- package/.next-prod/server/app/api/glm/usage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/global-state/route.js +1 -1
- package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/health/route.js +1 -1
- package/.next-prod/server/app/api/health/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/html-apps/[id]/route.js +1 -1
- package/.next-prod/server/app/api/html-apps/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/html-apps/route.js +1 -1
- package/.next-prod/server/app/api/html-apps/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/kimi/credentials/route.js +1 -1
- package/.next-prod/server/app/api/kimi/credentials/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/kimi/models/route.js +1 -1
- package/.next-prod/server/app/api/kimi/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/kimi/usage/route.js +1 -1
- package/.next-prod/server/app/api/kimi/usage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
- package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/note/route.js +1 -1
- package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/config/route.js +1 -1
- package/.next-prod/server/app/api/ollama/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-settings/route.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-state/route.js +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/prompts/config/route.js +1 -1
- package/.next-prod/server/app/api/prompts/config/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/restart/route.js +1 -1
- package/.next-prod/server/app/api/restart/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 +2 -2
- 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/shutdown/route.js +1 -1
- package/.next-prod/server/app/api/shutdown/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/blob/route.js +1 -0
- package/.next-prod/server/app/api/snapshots/blob/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/snapshots/blob/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/snapshots/diff/route.js +1 -1
- package/.next-prod/server/app/api/snapshots/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/snapshots/route.js +1 -1
- package/.next-prod/server/app/api/snapshots/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/update/route.js +1 -1
- package/.next-prod/server/app/api/update/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/update-state/route.js +1 -1
- package/.next-prod/server/app/api/update-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/version/route.js +1 -1
- package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/apps/[...path]/route.js +1 -1
- package/.next-prod/server/app/apps/[...path]/route.js.nft.json +1 -1
- package/.next-prod/server/app/favicon.ico/route.js +1 -1
- package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next-prod/server/app/m/page.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +4 -3
- package/.next-prod/server/chunks/2493.js +3 -3
- package/.next-prod/server/chunks/3286.js +3 -3
- package/.next-prod/server/chunks/{3641.js → 3583.js} +1 -1
- package/.next-prod/server/chunks/4949.js +1 -0
- package/.next-prod/server/chunks/516.js +1 -1
- package/.next-prod/server/chunks/5750.js +14 -14
- package/.next-prod/server/chunks/6548.js +1 -1
- package/.next-prod/server/chunks/7184.js +4 -4
- package/.next-prod/server/chunks/816.js +1 -1
- package/.next-prod/server/chunks/9312.js +1 -1
- package/.next-prod/server/chunks/9352.js +1 -1
- package/.next-prod/server/chunks/9830.js +1 -1
- package/.next-prod/server/middleware-build-manifest.js +1 -1
- package/.next-prod/server/pages/404.html +2 -2
- package/.next-prod/server/pages/500.html +1 -1
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/MM6vZhLQFwtUo_vz7BSfe/_buildManifest.js +1 -0
- package/.next-prod/static/chunks/33372-a2d65ba0d112fc24.js +35 -0
- package/.next-prod/static/chunks/46784-24ed72109d7c318b.js +716 -0
- package/.next-prod/static/chunks/{5504-583edbefcb22ed17.js → 87834-dfec736663e6aac2.js} +2 -2
- package/.next-prod/static/chunks/96911-08609dc685108dcc.js +15 -0
- package/.next-prod/static/chunks/app/_global-error/{page-c1a2c7e62ce669f7.js → page-db8b43ac5e6e9ac5.js} +1 -1
- package/.next-prod/static/chunks/app/api/agent/test/{route-c1a2c7e62ce669f7.js → route-db8b43ac5e6e9ac5.js} +1 -1
- package/.next-prod/static/chunks/app/api/bash/{route-c1a2c7e62ce669f7.js → route-db8b43ac5e6e9ac5.js} +1 -1
- package/.next-prod/static/chunks/app/api/chat/codex/{route-c1a2c7e62ce669f7.js → route-db8b43ac5e6e9ac5.js} +1 -1
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/glm/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/stop/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/deepseek/balance/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/deepseek/credentials/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/deepseek/models/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/dev/spans/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/stat/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/files/text/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/blob/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/current-branch/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/glm/credentials/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/glm/models/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/glm/usage/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/health/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/html-apps/[id]/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/html-apps/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/kimi/credentials/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/kimi/models/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/kimi/usage/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/config/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/prompts/config/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/push/public-key/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/push/subscribe/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/restart/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/shutdown/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/blob/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/diff/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/snapshots/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/update/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/update-state/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/apps/[...path]/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/{layout-60f41d682cd860e9.js → layout-9585d7901d2a6c15.js} +1 -1
- package/.next-prod/static/chunks/app/m/{page-7eabf179a8b13f49.js → page-69cf611ceae66f33.js} +1 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/app/page-340e8a5ca67a0dad.js +1 -0
- package/.next-prod/static/chunks/app/project/page-340e8a5ca67a0dad.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-db8b43ac5e6e9ac5.js +1 -0
- package/.next-prod/static/css/303e8ac791ff3d31.css +1 -0
- package/.next-prod/trace +15 -14
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/snapshots/blob/route.ts +353 -0
- package/.next-prod/types/routes.d.ts +2 -1
- package/.next-prod/types/validator.ts +9 -0
- package/bin/cock-service.mjs +10 -8
- package/bin/cock.mjs +8 -6
- package/bin/postinstall.mjs +9 -8
- package/bin/updater.mjs +64 -26
- package/dist/{chunk-FBAFMLUC.mjs → chunk-6EMR3NZV.mjs} +9 -5
- package/dist/{chunk-ZE2JXL6E.mjs → chunk-ETYX2YQF.mjs} +141 -59
- package/dist/{chunk-H6AI4XJC.mjs → chunk-SGUW2QJI.mjs} +1 -1
- package/dist/httpApi.mjs +2 -2
- package/dist/scheduledTasks.mjs +187 -37
- package/dist/{server-HRP33LCV.mjs → server-C6LPAKPM.mjs} +2 -2
- package/dist/wsServer.mjs +8 -4
- package/package.json +6 -5
- package/public/html-lib/json-viewer.js +12 -12
- package/scripts/agentBinaries.mjs +86 -0
- package/.next-prod/server/chunks/9281.js +0 -1
- package/.next-prod/static/YOIsQRqVhYPuRyXlhwhoY/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/33940-9631b513c48757f4.js +0 -35
- package/.next-prod/static/chunks/46784-031e2d50dc5f9fba.js +0 -716
- package/.next-prod/static/chunks/72353-f1aaa693ddc49568.js +0 -15
- package/.next-prod/static/chunks/app/api/chat/deepseek/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/glm/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/stop/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/deepseek/balance/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/deepseek/credentials/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/deepseek/models/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/dev/spans/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/stat/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/files/text/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/blob/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/current-branch/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/glm/credentials/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/glm/models/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/glm/usage/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/health/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/html-apps/[id]/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/html-apps/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/kimi/credentials/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/kimi/models/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/kimi/usage/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/config/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/affected/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callees/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/callers/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/context/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/impact/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/related/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/risk/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projectGraph/search/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/prompts/config/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/push/public-key/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/push/subscribe/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/push/unsubscribe/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/restart/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/shutdown/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/[id]/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/content/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/skills/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/snapshots/diff/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/snapshots/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/update/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/update-state/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/apps/[...path]/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/app/page-e83cd7365efbf878.js +0 -1
- package/.next-prod/static/chunks/app/project/page-e83cd7365efbf878.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-c1a2c7e62ce669f7.js +0 -1
- package/.next-prod/static/css/45835d91c2519c62.css +0 -1
- package/scripts/claudeBinary.mjs +0 -38
- /package/.next-prod/static/{YOIsQRqVhYPuRyXlhwhoY → MM6vZhLQFwtUo_vz7BSfe}/_ssgManifest.js +0 -0
package/dist/scheduledTasks.mjs
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
stashCodexRollout,
|
|
15
15
|
stashTranscript,
|
|
16
16
|
updateGlobalState
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-6EMR3NZV.mjs";
|
|
18
18
|
import {
|
|
19
19
|
AgentError,
|
|
20
20
|
AppRuntime,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
settlePendingRecord,
|
|
46
46
|
withFileLock,
|
|
47
47
|
writeJsonFile
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-ETYX2YQF.mjs";
|
|
49
49
|
import {
|
|
50
50
|
__export
|
|
51
51
|
} from "./chunk-7P6ASYW6.mjs";
|
|
@@ -123,13 +123,13 @@ var forkSnapshot = (effect) => {
|
|
|
123
123
|
)
|
|
124
124
|
);
|
|
125
125
|
};
|
|
126
|
-
function snapshotOnRunStart(cwd, sessionKey, provider) {
|
|
126
|
+
function snapshotOnRunStart(cwd, sessionKey, provider, runId) {
|
|
127
127
|
if (!cwd) return;
|
|
128
128
|
forkSnapshot(
|
|
129
|
-
Effect_exports.flatMap(SnapshotService, (svc) => svc.baseline(cwd, sessionKey, provider))
|
|
129
|
+
Effect_exports.flatMap(SnapshotService, (svc) => svc.baseline(cwd, sessionKey, provider, runId))
|
|
130
130
|
);
|
|
131
131
|
}
|
|
132
|
-
function snapshotOnRunEvent(cwd, sessionKey, provider, event) {
|
|
132
|
+
function snapshotOnRunEvent(cwd, sessionKey, provider, event, runId) {
|
|
133
133
|
if (!cwd) return;
|
|
134
134
|
if (event.type === "assistant") {
|
|
135
135
|
for (const b of contentBlocks(event)) {
|
|
@@ -159,6 +159,7 @@ function snapshotOnRunEvent(cwd, sessionKey, provider, event) {
|
|
|
159
159
|
(svc) => svc.record({
|
|
160
160
|
cwd,
|
|
161
161
|
sessionKey,
|
|
162
|
+
runId,
|
|
162
163
|
provider,
|
|
163
164
|
toolId,
|
|
164
165
|
toolName: meta3?.name ?? "tool",
|
|
@@ -2303,7 +2304,7 @@ function deriveBaseUrl() {
|
|
|
2303
2304
|
const port = process.env.COCKPIT_PORT || process.env.PORT || "3457";
|
|
2304
2305
|
return `http://localhost:${port}`;
|
|
2305
2306
|
}
|
|
2306
|
-
var COMMAND_LINE_RE = /^\s*([/@])(
|
|
2307
|
+
var COMMAND_LINE_RE = /^\s*([/@])(\S+?)(?:\s+|$)/;
|
|
2307
2308
|
function resolveCommandPrompt(prompt, language = "en", _req) {
|
|
2308
2309
|
const lang = language.startsWith("zh") ? "zh" : "en";
|
|
2309
2310
|
const userSkills = listUserSkills();
|
|
@@ -2487,10 +2488,10 @@ async function dispatchChat(spec, body, request) {
|
|
|
2487
2488
|
abort.abort();
|
|
2488
2489
|
});
|
|
2489
2490
|
if (cwd && sessionId) {
|
|
2490
|
-
updateGlobalState(cwd, sessionId, "loading", void 0, promptText).catch(() => {
|
|
2491
|
+
updateGlobalState(cwd, sessionId, "loading", void 0, promptText, spec.name).catch(() => {
|
|
2491
2492
|
});
|
|
2492
2493
|
}
|
|
2493
|
-
snapshotOnRunStart(cwd || "", currentKey, spec.name);
|
|
2494
|
+
snapshotOnRunStart(cwd || "", currentKey, spec.name, runId);
|
|
2494
2495
|
const ctx = {
|
|
2495
2496
|
prompt: promptText,
|
|
2496
2497
|
images,
|
|
@@ -2501,7 +2502,7 @@ async function dispatchChat(spec, body, request) {
|
|
|
2501
2502
|
emit(event) {
|
|
2502
2503
|
if (isClosed) return;
|
|
2503
2504
|
appendRun(currentKey, event);
|
|
2504
|
-
snapshotOnRunEvent(cwd || "", currentKey, spec.name, event);
|
|
2505
|
+
snapshotOnRunEvent(cwd || "", currentKey, spec.name, event, runId);
|
|
2505
2506
|
},
|
|
2506
2507
|
rekey(realSessionId) {
|
|
2507
2508
|
if (!realSessionId) return;
|
|
@@ -2509,7 +2510,7 @@ async function dispatchChat(spec, body, request) {
|
|
|
2509
2510
|
currentKey = realSessionId;
|
|
2510
2511
|
actualSessionId = realSessionId;
|
|
2511
2512
|
if (cwd) {
|
|
2512
|
-
updateGlobalState(cwd, realSessionId, "loading", void 0, promptText).catch(() => {
|
|
2513
|
+
updateGlobalState(cwd, realSessionId, "loading", void 0, promptText, spec.name).catch(() => {
|
|
2513
2514
|
});
|
|
2514
2515
|
}
|
|
2515
2516
|
},
|
|
@@ -2532,14 +2533,14 @@ async function dispatchChat(spec, body, request) {
|
|
|
2532
2533
|
isClosed = true;
|
|
2533
2534
|
if (cwd && actualSessionId) {
|
|
2534
2535
|
const title = await getSessionTitle(cwd, actualSessionId).catch(() => void 0);
|
|
2535
|
-
await updateGlobalState(cwd, actualSessionId, "unread", title).catch(() => {
|
|
2536
|
+
await updateGlobalState(cwd, actualSessionId, "unread", title, void 0, spec.name).catch(() => {
|
|
2536
2537
|
});
|
|
2537
2538
|
}
|
|
2538
2539
|
return;
|
|
2539
2540
|
}
|
|
2540
2541
|
if (cwd && actualSessionId) {
|
|
2541
2542
|
const title = await (spec.runner.resolveTitle ? spec.runner.resolveTitle(cwd, actualSessionId).catch(() => void 0) : Promise.resolve(void 0));
|
|
2542
|
-
await updateGlobalState(cwd, actualSessionId, "unread", title).catch(() => {
|
|
2543
|
+
await updateGlobalState(cwd, actualSessionId, "unread", title, void 0, spec.name).catch(() => {
|
|
2543
2544
|
});
|
|
2544
2545
|
}
|
|
2545
2546
|
isClosed = true;
|
|
@@ -2551,6 +2552,17 @@ async function dispatchChat(spec, body, request) {
|
|
|
2551
2552
|
// packages/feature/agent/src/server/engines/shared/sdkLoop.ts
|
|
2552
2553
|
import { query } from "@anthropic-ai/claude-agent-sdk";
|
|
2553
2554
|
var MAX_COMPACTION_RETRIES = 1;
|
|
2555
|
+
var STDERR_LOG_BUDGET_BYTES = 1e4;
|
|
2556
|
+
function makeStderrForwarder() {
|
|
2557
|
+
let spent = 0;
|
|
2558
|
+
return (data) => {
|
|
2559
|
+
if (spent > STDERR_LOG_BUDGET_BYTES) return;
|
|
2560
|
+
spent += data.length;
|
|
2561
|
+
const text = data.trimEnd();
|
|
2562
|
+
if (text) console.error(`[claude:stderr] ${text}`);
|
|
2563
|
+
if (spent > STDERR_LOG_BUDGET_BYTES) console.error("[claude:stderr] \u2026 further output suppressed");
|
|
2564
|
+
};
|
|
2565
|
+
}
|
|
2554
2566
|
function follow(ctx) {
|
|
2555
2567
|
const ac = new AbortController();
|
|
2556
2568
|
if (ctx.signal.aborted) ac.abort();
|
|
@@ -2599,7 +2611,8 @@ async function runSdkLoop(ctx, buildOptions) {
|
|
|
2599
2611
|
})();
|
|
2600
2612
|
const attemptAbort = follow(ctx);
|
|
2601
2613
|
const resume = isRetry ? ctx.currentKey() : ctx.sessionId;
|
|
2602
|
-
const
|
|
2614
|
+
const built = isRetry ? { ...buildOptions(attemptAbort, resume, true), resume } : buildOptions(attemptAbort, ctx.sessionId, false);
|
|
2615
|
+
const options = { ...built, stderr: makeStderrForwarder() };
|
|
2603
2616
|
const response = query({ prompt: input, options });
|
|
2604
2617
|
let receivedResult = false;
|
|
2605
2618
|
for await (const message of response) {
|
|
@@ -17583,33 +17596,138 @@ function extractPatchLiteral(script) {
|
|
|
17583
17596
|
}
|
|
17584
17597
|
return null;
|
|
17585
17598
|
}
|
|
17586
|
-
|
|
17587
|
-
|
|
17588
|
-
|
|
17589
|
-
|
|
17590
|
-
|
|
17591
|
-
|
|
17592
|
-
|
|
17593
|
-
|
|
17594
|
-
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17599
|
+
var JS_IDENT_RE = /^[A-Za-z_$][A-Za-z0-9_$]*/;
|
|
17600
|
+
var JS_SCALAR_RE = /^(-?\d[\d_]*(?:\.\d*)?(?:[eE][+-]?\d+)?|true|false|null|undefined)/;
|
|
17601
|
+
var skipJsWs = (c) => {
|
|
17602
|
+
while (c.i < c.s.length && /\s/.test(c.s[c.i])) c.i++;
|
|
17603
|
+
};
|
|
17604
|
+
function readJsString(c) {
|
|
17605
|
+
const q = c.s[c.i];
|
|
17606
|
+
if (q !== '"' && q !== "'" && q !== "`") return null;
|
|
17607
|
+
const start = c.i;
|
|
17608
|
+
c.i++;
|
|
17609
|
+
while (c.i < c.s.length) {
|
|
17610
|
+
const ch = c.s[c.i];
|
|
17611
|
+
if (ch === "\\") {
|
|
17612
|
+
c.i += 2;
|
|
17598
17613
|
continue;
|
|
17599
17614
|
}
|
|
17615
|
+
if (ch === q) {
|
|
17616
|
+
c.i++;
|
|
17617
|
+
return decodeJsStringLiteral(c.s.slice(start, c.i));
|
|
17618
|
+
}
|
|
17619
|
+
c.i++;
|
|
17620
|
+
}
|
|
17621
|
+
return null;
|
|
17622
|
+
}
|
|
17623
|
+
function readJsValue(c) {
|
|
17624
|
+
skipJsWs(c);
|
|
17625
|
+
const ch = c.s[c.i];
|
|
17626
|
+
if (ch === void 0) return null;
|
|
17627
|
+
if (ch === '"' || ch === "'" || ch === "`") {
|
|
17628
|
+
const str = readJsString(c);
|
|
17629
|
+
return str === null ? null : { v: str };
|
|
17630
|
+
}
|
|
17631
|
+
if (ch === "{") return readJsObject(c);
|
|
17632
|
+
if (ch === "[") return readJsArray(c);
|
|
17633
|
+
const m = JS_SCALAR_RE.exec(c.s.slice(c.i));
|
|
17634
|
+
if (!m) return null;
|
|
17635
|
+
c.i += m[0].length;
|
|
17636
|
+
const raw = m[0];
|
|
17637
|
+
if (raw === "true") return { v: true };
|
|
17638
|
+
if (raw === "false") return { v: false };
|
|
17639
|
+
if (raw === "null" || raw === "undefined") return { v: null };
|
|
17640
|
+
const n = Number(raw.replace(/_/g, ""));
|
|
17641
|
+
return Number.isNaN(n) ? null : { v: n };
|
|
17642
|
+
}
|
|
17643
|
+
function readJsArray(c) {
|
|
17644
|
+
if (c.s[c.i] !== "[") return null;
|
|
17645
|
+
c.i++;
|
|
17646
|
+
const out = [];
|
|
17647
|
+
for (; ; ) {
|
|
17648
|
+
skipJsWs(c);
|
|
17649
|
+
if (c.s[c.i] === "]") {
|
|
17650
|
+
c.i++;
|
|
17651
|
+
return { v: out };
|
|
17652
|
+
}
|
|
17653
|
+
if (c.i >= c.s.length) return null;
|
|
17654
|
+
const item = readJsValue(c);
|
|
17655
|
+
if (!item) return null;
|
|
17656
|
+
out.push(item.v);
|
|
17657
|
+
skipJsWs(c);
|
|
17658
|
+
if (c.s[c.i] === ",") {
|
|
17659
|
+
c.i++;
|
|
17660
|
+
continue;
|
|
17661
|
+
}
|
|
17662
|
+
if (c.s[c.i] === "]") {
|
|
17663
|
+
c.i++;
|
|
17664
|
+
return { v: out };
|
|
17665
|
+
}
|
|
17666
|
+
return null;
|
|
17667
|
+
}
|
|
17668
|
+
}
|
|
17669
|
+
function readJsObject(c) {
|
|
17670
|
+
if (c.s[c.i] !== "{") return null;
|
|
17671
|
+
c.i++;
|
|
17672
|
+
const out = {};
|
|
17673
|
+
for (; ; ) {
|
|
17674
|
+
skipJsWs(c);
|
|
17675
|
+
if (c.s[c.i] === "}") {
|
|
17676
|
+
c.i++;
|
|
17677
|
+
return { v: out };
|
|
17678
|
+
}
|
|
17679
|
+
if (c.i >= c.s.length) return null;
|
|
17680
|
+
let key = null;
|
|
17681
|
+
const ch = c.s[c.i];
|
|
17600
17682
|
if (ch === '"' || ch === "'" || ch === "`") {
|
|
17601
|
-
|
|
17683
|
+
key = readJsString(c);
|
|
17684
|
+
} else {
|
|
17685
|
+
const m = JS_IDENT_RE.exec(c.s.slice(c.i));
|
|
17686
|
+
if (m) {
|
|
17687
|
+
key = m[0];
|
|
17688
|
+
c.i += m[0].length;
|
|
17689
|
+
}
|
|
17690
|
+
}
|
|
17691
|
+
if (key === null) return null;
|
|
17692
|
+
skipJsWs(c);
|
|
17693
|
+
if (c.s[c.i] !== ":") return null;
|
|
17694
|
+
c.i++;
|
|
17695
|
+
const val = readJsValue(c);
|
|
17696
|
+
if (!val) return null;
|
|
17697
|
+
out[key] = val.v;
|
|
17698
|
+
skipJsWs(c);
|
|
17699
|
+
if (c.s[c.i] === ",") {
|
|
17700
|
+
c.i++;
|
|
17602
17701
|
continue;
|
|
17603
17702
|
}
|
|
17604
|
-
if (
|
|
17605
|
-
|
|
17606
|
-
|
|
17607
|
-
const parsed = JSON.parse(script.slice(open, i + 1));
|
|
17608
|
-
return parsed && typeof parsed === "object" ? parsed : null;
|
|
17609
|
-
} catch {
|
|
17610
|
-
return null;
|
|
17611
|
-
}
|
|
17703
|
+
if (c.s[c.i] === "}") {
|
|
17704
|
+
c.i++;
|
|
17705
|
+
return { v: out };
|
|
17612
17706
|
}
|
|
17707
|
+
return null;
|
|
17708
|
+
}
|
|
17709
|
+
}
|
|
17710
|
+
function readToolArgsAt(script, from) {
|
|
17711
|
+
const open = script.indexOf("{", from);
|
|
17712
|
+
if (open === -1) return null;
|
|
17713
|
+
const read = readJsObject({ s: script, i: open });
|
|
17714
|
+
if (!read || !read.v || typeof read.v !== "object") return null;
|
|
17715
|
+
return read.v;
|
|
17716
|
+
}
|
|
17717
|
+
function extractExecArgs(script) {
|
|
17718
|
+
const call = script.indexOf("tools.exec_command(");
|
|
17719
|
+
if (call === -1) return null;
|
|
17720
|
+
return readToolArgsAt(script, call);
|
|
17721
|
+
}
|
|
17722
|
+
var TOOL_CALL_RE = /tools\.([A-Za-z_$][A-Za-z0-9_$]*)\s*\(/g;
|
|
17723
|
+
function extractOtherToolCall(script) {
|
|
17724
|
+
TOOL_CALL_RE.lastIndex = 0;
|
|
17725
|
+
let m;
|
|
17726
|
+
while (m = TOOL_CALL_RE.exec(script)) {
|
|
17727
|
+
const tool2 = m[1];
|
|
17728
|
+
if (tool2 === "exec_command" || tool2 === "apply_patch") continue;
|
|
17729
|
+
const args = readToolArgsAt(script, m.index);
|
|
17730
|
+
if (args) return { tool: tool2, args };
|
|
17613
17731
|
}
|
|
17614
17732
|
return null;
|
|
17615
17733
|
}
|
|
@@ -17620,6 +17738,8 @@ function parseCodexExecScript(script) {
|
|
|
17620
17738
|
if (args) {
|
|
17621
17739
|
return { kind: "exec", command: typeof args.cmd === "string" ? args.cmd : "", args };
|
|
17622
17740
|
}
|
|
17741
|
+
const other = extractOtherToolCall(script);
|
|
17742
|
+
if (other) return { kind: "other", tool: other.tool, args: other.args };
|
|
17623
17743
|
return { kind: "unknown" };
|
|
17624
17744
|
}
|
|
17625
17745
|
var CODEX_AGENT_DONE = /* @__PURE__ */ new Set(["completed", "errored", "interrupted", "not_found", "failed"]);
|
|
@@ -18308,6 +18428,9 @@ async function runCodexSdk(ctx) {
|
|
|
18308
18428
|
} catch (error48) {
|
|
18309
18429
|
const message = error48 instanceof Error ? error48.message : "";
|
|
18310
18430
|
if (!message.includes("Unable to locate Codex CLI binaries")) throw error48;
|
|
18431
|
+
console.error(
|
|
18432
|
+
"[codex] bundled CLI binary is missing \u2014 falling back to `codex` on PATH. That build is not the version this SDK was pinned against. Repair with: cockpit update"
|
|
18433
|
+
);
|
|
18311
18434
|
codex = new Codex({ codexPathOverride: "codex", env });
|
|
18312
18435
|
}
|
|
18313
18436
|
const thread = ctx.sessionId ? codex.resumeThread(ctx.sessionId, codexThreadOptions(ctx)) : codex.startThread(codexThreadOptions(ctx));
|
|
@@ -18632,6 +18755,11 @@ var en_default2 = {
|
|
|
18632
18755
|
resume: "Resume",
|
|
18633
18756
|
pause: "Pause",
|
|
18634
18757
|
completedCount: "Completed ({{count}})",
|
|
18758
|
+
groupPendingReview: "Finished \xB7 to review",
|
|
18759
|
+
groupUpcoming: "Running \xB7 upcoming",
|
|
18760
|
+
openSession: "Open session",
|
|
18761
|
+
selectTaskHint: "Select a task on the left to preview its session messages",
|
|
18762
|
+
noTaskMessages: "No messages in this task's session yet",
|
|
18635
18763
|
success: "Success",
|
|
18636
18764
|
failure: "Failed",
|
|
18637
18765
|
createTask: "Create Scheduled Task",
|
|
@@ -18802,6 +18930,8 @@ var en_default2 = {
|
|
|
18802
18930
|
toggleJsonReadable: "Toggle JSON readable mode",
|
|
18803
18931
|
previewMarkdown: "Preview Markdown",
|
|
18804
18932
|
exitPreview: "Exit Preview",
|
|
18933
|
+
collapseAllJson: "Fold",
|
|
18934
|
+
expandAllJson: "Full",
|
|
18805
18935
|
viewBlame: "View line-by-line change history",
|
|
18806
18936
|
viewDiff: "View changes against HEAD",
|
|
18807
18937
|
exitDiff: "Exit Diff",
|
|
@@ -18863,6 +18993,8 @@ var en_default2 = {
|
|
|
18863
18993
|
scrollUpForMore: "\u2191 Scroll up to load more history",
|
|
18864
18994
|
jumpToStart: "Jump to start",
|
|
18865
18995
|
jumpToLatest: "Jump to latest",
|
|
18996
|
+
jumpToPrevUserMessage: "Previous user message",
|
|
18997
|
+
jumpToNextUserMessage: "Next user message",
|
|
18866
18998
|
copyMessage: "Copy message",
|
|
18867
18999
|
copyImage: "Copy image",
|
|
18868
19000
|
copiedImage: "Image copied",
|
|
@@ -18901,6 +19033,7 @@ var en_default2 = {
|
|
|
18901
19033
|
noQuickPrompts: "No quick prompts yet",
|
|
18902
19034
|
addQuickPrompt: "Add quick prompt",
|
|
18903
19035
|
quickPromptPlaceholder: "One-line prompt \u2014 Enter to save, Esc to cancel",
|
|
19036
|
+
insertQuickPrompt: "Insert into input (without sending)",
|
|
18904
19037
|
context: "Context",
|
|
18905
19038
|
output: "Output",
|
|
18906
19039
|
copiedCommandTooltip: "Copied!",
|
|
@@ -19208,7 +19341,8 @@ var en_default2 = {
|
|
|
19208
19341
|
language: "Language",
|
|
19209
19342
|
languageAuto: "System",
|
|
19210
19343
|
switchDark: "Switch to dark",
|
|
19211
|
-
switchLight: "Switch to light"
|
|
19344
|
+
switchLight: "Switch to light",
|
|
19345
|
+
agentsBundled: "bundled"
|
|
19212
19346
|
},
|
|
19213
19347
|
editor: {
|
|
19214
19348
|
placeholder: "Write something... Type / for commands",
|
|
@@ -19886,6 +20020,11 @@ var zh_default = {
|
|
|
19886
20020
|
resume: "\u6062\u590D",
|
|
19887
20021
|
pause: "\u6682\u505C",
|
|
19888
20022
|
completedCount: "\u5DF2\u5B8C\u6210 ({{count}})",
|
|
20023
|
+
groupPendingReview: "\u8FD0\u884C\u5B8C\u6210\u5F85\u67E5\u770B",
|
|
20024
|
+
groupUpcoming: "\u8FD0\u884C\u4E2D \xB7 \u5F85\u8FD0\u884C",
|
|
20025
|
+
openSession: "\u6253\u5F00\u4F1A\u8BDD",
|
|
20026
|
+
selectTaskHint: "\u9009\u62E9\u5DE6\u4FA7\u4EFB\u52A1\uFF0C\u67E5\u770B\u5B83\u7684\u4F1A\u8BDD\u6D88\u606F",
|
|
20027
|
+
noTaskMessages: "\u8BE5\u4EFB\u52A1\u7684\u4F1A\u8BDD\u6682\u65E0\u6D88\u606F",
|
|
19889
20028
|
success: "\u6210\u529F",
|
|
19890
20029
|
failure: "\u5931\u8D25",
|
|
19891
20030
|
createTask: "\u521B\u5EFA\u5B9A\u65F6\u4EFB\u52A1",
|
|
@@ -20056,6 +20195,8 @@ var zh_default = {
|
|
|
20056
20195
|
toggleJsonReadable: "\u5207\u6362 JSON \u53EF\u8BFB\u6A21\u5F0F",
|
|
20057
20196
|
previewMarkdown: "\u9884\u89C8 Markdown \u6E32\u67D3\u6548\u679C",
|
|
20058
20197
|
exitPreview: "\u9000\u51FA\u9884\u89C8",
|
|
20198
|
+
collapseAllJson: "\u6298\u53E0",
|
|
20199
|
+
expandAllJson: "\u5C55\u5F00",
|
|
20059
20200
|
viewBlame: "\u67E5\u770B\u6BCF\u884C\u4EE3\u7801\u7684\u4FEE\u6539\u8BB0\u5F55",
|
|
20060
20201
|
viewDiff: "\u67E5\u770B\u76F8\u5BF9 HEAD \u7684\u6539\u52A8",
|
|
20061
20202
|
exitDiff: "\u9000\u51FA Diff",
|
|
@@ -20117,6 +20258,8 @@ var zh_default = {
|
|
|
20117
20258
|
scrollUpForMore: "\u2191 \u5411\u4E0A\u6EDA\u52A8\u52A0\u8F7D\u66F4\u591A\u5386\u53F2",
|
|
20118
20259
|
jumpToStart: "\u8DF3\u8F6C\u5230\u5F00\u59CB",
|
|
20119
20260
|
jumpToLatest: "\u8DF3\u8F6C\u5230\u6700\u65B0",
|
|
20261
|
+
jumpToPrevUserMessage: "\u4E0A\u4E00\u6761\u7528\u6237\u6D88\u606F",
|
|
20262
|
+
jumpToNextUserMessage: "\u4E0B\u4E00\u6761\u7528\u6237\u6D88\u606F",
|
|
20120
20263
|
copyMessage: "\u590D\u5236\u6D88\u606F",
|
|
20121
20264
|
copyImage: "\u590D\u5236\u56FE\u7247",
|
|
20122
20265
|
copiedImage: "\u5DF2\u590D\u5236\u56FE\u7247",
|
|
@@ -20155,6 +20298,7 @@ var zh_default = {
|
|
|
20155
20298
|
noQuickPrompts: "\u6682\u65E0\u5FEB\u6377 Prompt",
|
|
20156
20299
|
addQuickPrompt: "\u65B0\u589E\u5FEB\u6377 Prompt",
|
|
20157
20300
|
quickPromptPlaceholder: "\u8F93\u5165\u4E00\u53E5\u8BDD Prompt\uFF0CEnter \u4FDD\u5B58\uFF0CEsc \u53D6\u6D88",
|
|
20301
|
+
insertQuickPrompt: "\u586B\u5165\u8F93\u5165\u6846\uFF08\u4E0D\u53D1\u9001\uFF09",
|
|
20158
20302
|
context: "\u4E0A\u4E0B\u6587",
|
|
20159
20303
|
output: "\u8F93\u51FA",
|
|
20160
20304
|
copiedCommandTooltip: "\u5DF2\u590D\u5236!",
|
|
@@ -20462,7 +20606,8 @@ var zh_default = {
|
|
|
20462
20606
|
language: "\u8BED\u8A00",
|
|
20463
20607
|
languageAuto: "\u8DDF\u968F\u7CFB\u7EDF",
|
|
20464
20608
|
switchDark: "\u5207\u6362\u6697\u8272",
|
|
20465
|
-
switchLight: "\u5207\u6362\u4EAE\u8272"
|
|
20609
|
+
switchLight: "\u5207\u6362\u4EAE\u8272",
|
|
20610
|
+
agentsBundled: "\u5185\u7F6E"
|
|
20466
20611
|
},
|
|
20467
20612
|
editor: {
|
|
20468
20613
|
placeholder: "\u5199\u70B9\u4EC0\u4E48... \u8F93\u5165 / \u6253\u5F00\u5FEB\u6377\u547D\u4EE4",
|
|
@@ -21032,7 +21177,12 @@ var sendChatMessageEff = (task) => Effect_exports.gen(function* () {
|
|
|
21032
21177
|
(err) => Effect_exports.gen(function* () {
|
|
21033
21178
|
console.error(`[ScheduledTask] Failed to send message for task ${task.id}:`, err);
|
|
21034
21179
|
yield* Effect_exports.tryPromise(
|
|
21035
|
-
() =>
|
|
21180
|
+
() => (
|
|
21181
|
+
// Pass the engine here too: this branch also covers dispatch never
|
|
21182
|
+
// starting (bad engine, 409, missing task file), so the orchestrator
|
|
21183
|
+
// never got to record it.
|
|
21184
|
+
updateGlobalState(task.cwd, task.sessionId, "unread", void 0, void 0, task.engine)
|
|
21185
|
+
)
|
|
21036
21186
|
).pipe(Effect_exports.orElse(() => Effect_exports.void));
|
|
21037
21187
|
return false;
|
|
21038
21188
|
})
|
|
@@ -46,12 +46,12 @@ import {
|
|
|
46
46
|
unregisterTerminal,
|
|
47
47
|
updateBrowserWs,
|
|
48
48
|
writeStdinToCommand
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-SGUW2QJI.mjs";
|
|
50
50
|
import {
|
|
51
51
|
createNeo4jDriver,
|
|
52
52
|
runCypherWithDriver,
|
|
53
53
|
serializeValue
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-ETYX2YQF.mjs";
|
|
55
55
|
import "./chunk-7P6ASYW6.mjs";
|
|
56
56
|
export {
|
|
57
57
|
INTERRUPTED_EXIT_CODE,
|
package/dist/wsServer.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
getRunSnapshot,
|
|
5
5
|
recoverStashedCodexRollouts,
|
|
6
6
|
recoverStashedTranscripts
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6EMR3NZV.mjs";
|
|
8
8
|
import {
|
|
9
9
|
addExitListener,
|
|
10
10
|
addOutputListener,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
resolvePendingRequest,
|
|
21
21
|
unregisterBrowser,
|
|
22
22
|
writeStdinToCommand
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-SGUW2QJI.mjs";
|
|
24
24
|
import {
|
|
25
25
|
AppError,
|
|
26
26
|
Effect_exports,
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
ValidationError,
|
|
37
37
|
WSError,
|
|
38
38
|
sanitizedSpawnEnv
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-ETYX2YQF.mjs";
|
|
40
40
|
import "./chunk-7P6ASYW6.mjs";
|
|
41
41
|
|
|
42
42
|
// src/lib/wsServer.ts
|
|
@@ -717,7 +717,7 @@ var handleJupyter = (conn, bubbleId, cwd) => Effect_exports.gen(function* () {
|
|
|
717
717
|
Effect_exports.annotateLogs("cwd", cwd)
|
|
718
718
|
);
|
|
719
719
|
const { kernelManager } = yield* Effect_exports.tryPromise({
|
|
720
|
-
try: () => import("./server-
|
|
720
|
+
try: () => import("./server-C6LPAKPM.mjs"),
|
|
721
721
|
catch: (cause) => new AppError({
|
|
722
722
|
message: "failed to import kernel manager",
|
|
723
723
|
cause
|
|
@@ -1511,6 +1511,10 @@ var handleSessionStream = (conn, sessionId) => Effect_exports.gen(function* () {
|
|
|
1511
1511
|
// Turn time-boundary: lets clients cut the in-flight turn's disk image by
|
|
1512
1512
|
// message timestamp instead of by prompt text (see useLiveStream).
|
|
1513
1513
|
startedAt: snap.startedAt,
|
|
1514
|
+
// Turn identity: the viewer scopes this turn's tool-call snapshots by it.
|
|
1515
|
+
// Not derivable from the events alone — an images-only turn seeds no
|
|
1516
|
+
// `_human` event to carry it.
|
|
1517
|
+
runId: snap.runId,
|
|
1514
1518
|
outputTokens: snap.outputTokens,
|
|
1515
1519
|
events: snap.events
|
|
1516
1520
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@surething/cockpit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.268",
|
|
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",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"next.config.mjs",
|
|
80
80
|
"scripts/copy-tree-sitter-wasms.mjs",
|
|
81
81
|
"scripts/copy-pdfjs-worker.mjs",
|
|
82
|
-
"scripts/
|
|
82
|
+
"scripts/agentBinaries.mjs",
|
|
83
83
|
"LICENSE",
|
|
84
84
|
"README.md"
|
|
85
85
|
],
|
|
86
86
|
"scripts": {
|
|
87
87
|
"predev": "node scripts/copy-tree-sitter-wasms.mjs && node scripts/copy-pdfjs-worker.mjs && node scripts/build-html-lib.mjs",
|
|
88
88
|
"dev": "COCKPIT_ENV=dev node --import tsx server.mjs",
|
|
89
|
-
"prepublishOnly": "npm run build && npm run build:server && rm -rf .next-prod/cache",
|
|
89
|
+
"prepublishOnly": "npm run check-agents && npm run build && npm run build:server && rm -rf .next-prod/cache",
|
|
90
90
|
"prebuild": "node scripts/copy-tree-sitter-wasms.mjs && node scripts/copy-pdfjs-worker.mjs && node scripts/build-html-lib.mjs",
|
|
91
91
|
"build": "next build --webpack",
|
|
92
92
|
"postbuild": "node scripts/stamp-build.mjs",
|
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
"lint": "eslint",
|
|
97
97
|
"test": "vitest run",
|
|
98
98
|
"test:watch": "vitest",
|
|
99
|
+
"check-agents": "node scripts/check-agents.mjs",
|
|
99
100
|
"generate-icons": "node scripts/generate-icons.js",
|
|
100
101
|
"copy-wasms": "node scripts/copy-tree-sitter-wasms.mjs",
|
|
101
102
|
"copy-pdfjs-worker": "node scripts/copy-pdfjs-worker.mjs",
|
|
@@ -103,9 +104,9 @@
|
|
|
103
104
|
},
|
|
104
105
|
"dependencies": {
|
|
105
106
|
"@ai-sdk/openai": "^3.0.52",
|
|
106
|
-
"@anthropic-ai/claude-agent-sdk": "
|
|
107
|
+
"@anthropic-ai/claude-agent-sdk": "0.3.250",
|
|
107
108
|
"@dagrejs/dagre": "^3.0.0",
|
|
108
|
-
"@openai/codex-sdk": "0.
|
|
109
|
+
"@openai/codex-sdk": "0.150.1",
|
|
109
110
|
"@tanstack/react-virtual": "^3.13.18",
|
|
110
111
|
"@tiptap/extension-link": "^3.19.0",
|
|
111
112
|
"@tiptap/extension-placeholder": "^3.19.0",
|