feat(FN-2201): make Run Now available for active agents

- Show Run Now controls in AgentsView for active and running agents without requiring taskId
- Rename Run Heartbeat copy to Run Now and update runs-tab accessibility labels in AgentDetailView
- Add AgentsView coverage for Run Now visibility and startAgentRun invocation when no task is assigned
- Update agent runs UI static-analysis tests and add a patch changeset for @gsxdsm/fusion
This commit is contained in:
Fusion
2026-04-20 17:16:22 -07:00
committed by gsxdsm
parent 99cafa3a44
commit 8beb1e181c
5 changed files with 98 additions and 52 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add a "Run Now" action for active agents in the dashboard and remove the taskId gate so on-demand runs can be triggered even when no task is currently assigned.