Skip to content

Add auto-delete countdown for merged threads (#207) #35

Add auto-delete countdown for merged threads (#207)

Add auto-delete countdown for merged threads (#207) #35

Triggered via push April 2, 2026 18:33
Status Failure
Total duration 56s
Artifacts

release.yml

on: push
Preflight
51s
Preflight
Configure build matrix
2s
Configure build matrix
Matrix: build
Publish GitHub Release
0s
Publish GitHub Release
Finalize release
0s
Finalize release
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
Preflight
Process completed with exit code 2.
Preflight
@okcode/web#typecheck: command (/home/runner/work/okcode/okcode/apps/web) /home/runner/.bun/bin/bun run typecheck exited (2)
Preflight
Object literal may only specify known properties, and 'dismissAfterVisibleMs' does not exist in type 'ToastManagerAddOptions<ThreadToastData>'.
Preflight
Property 'dialog' does not exist on type 'NativeApi'. Did you mean 'dialogs'?
Preflight
Expected 3 arguments, but got 2.
Preflight
Expected 3 arguments, but got 2.
Preflight
Expected 3 arguments, but got 2.
eslint(no-unused-vars): apps/web/src/components/WorkspaceFileTree.tsx#L61
Parameter 'ctx' is declared but never used. Unused parameters should start with a '_'.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/DiffPanel.tsx#L562
React hook useCallback depends on `selectTurn`, which changes every render
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/DiffPanel.tsx#L562
React hook useCallback depends on `selectWholeConversation`, which changes every render
eslint(no-unused-vars): apps/web/src/components/ThreadTerminalDrawer.tsx#L1056
Variable 'closeTerminalActionLabel' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/web/src/components/ThreadTerminalDrawer.tsx#L1053
Variable 'newTerminalActionLabel' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/web/src/components/ThreadTerminalDrawer.tsx#L1048
Variable 'splitTerminalActionLabel' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): apps/web/src/components/ThreadTerminalDrawer.tsx#L833
Function 'TerminalActionButton' is declared but never used.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/hooks/useAutoDeleteMergedThreads.ts#L147
The ref's value `.current` is accessed directly in the effect cleanup function.
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/hooks/useAutoDeleteMergedThreads.ts#L144
The ref's value `.current` is accessed directly in the effect cleanup function.
eslint-plugin-unicorn(no-array-sort): apps/web/src/hooks/useFileViewNavigation.ts#L25
Use `Array#toSorted()` instead of `Array#sort()`.