Skip to content

feat: add standalone daemonctl CLI for headless daemon management #1474

feat: add standalone daemonctl CLI for headless daemon management

feat: add standalone daemonctl CLI for headless daemon management #1474

Re-run triggered February 23, 2026 08:20
Status Failure
Total duration 6m 36s
Artifacts

ci.yml

on: pull_request
Matrix: test-tauri
Matrix: build-tauri
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Rust tests (Windows)
Process completed with exit code 1.
lint: src/features/threads/hooks/useThreadMessaging.ts#L363
React Hook useCallback has a missing dependency: 'getCustomName'. Either include it or remove the dependency array. If 'getCustomName' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/features/app/hooks/useRemoteThreadLiveConnection.ts#L506
The ref value 'ignoreDetachedEventsUntilRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ignoreDetachedEventsUntilRef.current' to a variable inside the effect, and use that variable in the cleanup function