Skip to content

feat(cowork): refine agent and model selectors #105

feat(cowork): refine agent and model selectors

feat(cowork): refine agent and model selectors #105

Triggered via push June 14, 2026 16:57
Status Failure
Total duration 1m 22s
Artifacts

ci.yml

on: push
build-main
0s
build-main
build-renderer
build-renderer
test
test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
lint
Process completed with exit code 123.
changed-files
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, dorny/paths-filter@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint: src/renderer/components/cowork/CoworkSessionDetail.tsx#L2808
React Hook useMemo has unnecessary dependencies: 'coworkConfig.agentEngine', 'currentSession.createdAt', and 'getEngineLabel'. Either exclude them or remove the dependency array
lint: src/renderer/components/cowork/CoworkSessionDetail.tsx#L2244
The 'closeMenu' function makes the dependencies of useCallback Hook (at line 2396) change on every render. To fix this, wrap the definition of 'closeMenu' in its own useCallback() Hook
lint: src/renderer/components/cowork/CoworkPromptInput.tsx#L336
React Hook useEffect has a missing dependency: 'draftPrompt'. Either include it or remove the dependency array
build-skills
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/