feat(notifications): add sub-agent system notification toggle #1304
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
|