Skip to content

feat(notifications): add sub-agent system notification toggle #1304

feat(notifications): add sub-agent system notification toggle

feat(notifications): add sub-agent system notification toggle #1304

Triggered via push February 14, 2026 14:48
Status Failure
Total duration 6m 27s
Artifacts

ci.yml

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

Annotations

2 errors and 2 warnings
test-js
Process completed with exit code 1.
src/features/threads/hooks/useThreadItemEvents.test.ts > useThreadItemEvents > dispatches item updates and marks review mode on item start: src/features/threads/hooks/useThreadItemEvents.test.ts#L87
AssertionError: expected "spy" to be called with arguments: [ 'thread-1', { …(2) } ] Received: 1st spy call: @@ -1,6 +1,7 @@ [ + "ws-1", "thread-1", { "id": "item-1", "type": "enteredReviewMode", }, Number of calls: 1 ❯ src/features/threads/hooks/useThreadItemEvents.test.ts:87:36
lint: src/features/threads/hooks/useThreadMessaging.ts#L310
React Hook useCallback has an unnecessary dependency: 'getCustomName'. Either exclude it or remove the dependency array
lint: src/features/layout/components/DesktopLayout.tsx#L136
React Hook useEffect has missing dependencies: 'chatLayerActive' and 'diffLayerActive'. Either include them or remove the dependency array