feat(FN-3275): unify AgentDetailView header with planning and harden resear

This merge adds idempotent cancel/retry and SSE streaming to the research lifecycle (FN-2999), tightens mobile spacing in the AgentDetailView header cluster (FN-3275), and wires the planning mode into the agent detail header actions (FN-3238). Research orchestrator, store, routes, and the SSE layer

Fusion-Task-Id: FN-3275
This commit is contained in:
Fusion
2026-05-03 09:16:29 -07:00
committed by gsxdsm
parent f2fa44e270
commit aecc2a7f4c
2 changed files with 43 additions and 1 deletions

View File

@@ -1309,7 +1309,12 @@
.planning-view-scroll {
padding: var(--space-lg);
gap: 20px;
gap: var(--space-lg);
}
.planning-question-scroll {
padding-top: var(--space-sm);
gap: var(--space-md);
}
.planning-view-footer,