Skip to content

Merge branch 'main' of https://github.com/Dimillian/CodexMonitor #623

Merge branch 'main' of https://github.com/Dimillian/CodexMonitor

Merge branch 'main' of https://github.com/Dimillian/CodexMonitor #623

Triggered via push January 22, 2026 09:31
Status Success
Total duration 1m 55s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint: src/features/threads/hooks/useThreads.ts#L1001
React Hook useMemo has a duplicate dependency: 'handleTerminalInteraction'. Either omit it or remove the dependency array
lint: src/features/messages/components/Messages.tsx#L807
The 'isNearBottom' function makes the dependencies of useCallback Hook (at line 828) change on every render. To fix this, wrap the definition of 'isNearBottom' in its own useCallback() Hook