Skip to content

chore(release): v1.57.3 #40

chore(release): v1.57.3

chore(release): v1.57.3 #40

Triggered via push July 16, 2026 14:36
Status Failure
Total duration 53s
Artifacts

ci.yml

on: push
Lint + Typecheck + Build
49s
Lint + Typecheck + Build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Lint + Typecheck + Build: server/opencode-cli.js#L30
Dependencies to unknown elements are not allowed
Lint + Typecheck + Build: server/openai-codex.js#L23
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/openai-codex.js#L22
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/gemini-cli.js#L12
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/gemini-cli.js#L9
Dependencies to unknown elements are not allowed
Lint + Typecheck + Build: server/cursor-cli.js#L7
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/cursor-cli.js#L6
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/claude-sdk.js#L32
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/claude-sdk.js#L29
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: server/claude-sdk.js#L28
Cross-module imports must go through that module's barrel file (server/modules/<module>/index.ts or index.js)
Lint + Typecheck + Build: src/components/vscode-workbench/view/VSCodeWorkbench.tsx#L6
'@/lib/icons' imported multiple times
Lint + Typecheck + Build: src/components/vscode-workbench/view/VSCodeWorkbench.tsx#L6
`@/lib/icons` import should occur after type import of `../../main-content/types/types`
Lint + Typecheck + Build: src/components/vscode-workbench/view/VSCodeWorkbench.tsx#L5
There should be at least one empty line between import groups
Lint + Typecheck + Build: src/components/tasks/TasksPage.tsx#L4
`@/lib/icons` import should occur after import of `./TaskDetail`
Lint + Typecheck + Build: src/components/tasks/TaskDetail.tsx#L91
Invalid Tailwind CSS classnames order
Lint + Typecheck + Build: src/components/tasks/TaskDetail.tsx#L63
Invalid Tailwind CSS classnames order
Lint + Typecheck + Build: src/components/tasks/TaskDetail.tsx#L4
`@/lib/icons` import should occur after type import of `./types`
Lint + Typecheck + Build: src/components/tasks/TaskCreateDialog.tsx#L4
`@/lib/icons` import should occur after type import of `./types`
Lint + Typecheck + Build: src/components/sidebar/view/Sidebar.tsx#L51
'versionModalSnapshot' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint + Typecheck + Build: server/index.js#L150
'evaluatePermissionRequest' is defined but never used