feat(FN-1664): merge fusion/fn-1664 (auto-resolved)

- docs(FN-1664): add changeset for Active Agents card selection fix
- test(FN-1664): add regression tests for active agent card selection
- feat(FN-1664): wire ActiveAgentsPanel selection to open AgentDetailView
This commit is contained in:
gsxdsm
2026-04-13 00:31:54 -07:00
parent 65c15c56b6
commit a3e154dc31
4 changed files with 185 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix Active Agents card selection so spawned agents can open AgentDetailView. Added click and keyboard (Enter/Space) support to LiveAgentCard components with proper accessibility attributes (role="button", tabIndex=0, aria-label).