feat(FN-5469): add useAgentLogs resume instrumentation and test coverage

Added resume instrumentation to the `useAgentLogs` hook (`packages/dashboard/app/hooks/useAgentLogs.ts`) with test coverage and diagnostics documentation. The new test file is included in the dashboard test gate via `vitest.config.ts`.

Fusion-Task-Id: FN-5469
This commit is contained in:
Fusion (runfusion.ai)
2026-05-21 19:59:32 -07:00
committed by gsxdsm
parent d04c7803e0
commit 4cbdd157c5
4 changed files with 181 additions and 1 deletions

View File

@@ -105,6 +105,7 @@ FN-5416 extends resume-correlation coverage to stream-focused hooks and their pr
- `useDevServerLogs`: `project-context-change`, `sse-open`, `sse-reconnect`
- `useResearch`: `sse-open`, `sse-reconnect`
- `useBackgroundSessions`: `sse-open`, `sse-reconnect`
- `useAgentLogs`: `project-context-change`, `sse-open`, `sse-reconnect` on `/api/tasks/:id/logs/stream`
- Route shells
- `DevServerView`: `remount` / `route-active` / `route-inactive`
- `ResearchView`: `remount` / `route-active` / `route-inactive`