feat(FN-3079): add changeset for plugin dashboard views delivery

Completes the plugin dashboard views feature (FN-3079) by adding the changeset that documents the change for the next release.

Fusion-Task-Id: FN-3079
This commit is contained in:
Fusion
2026-05-06 03:14:06 -07:00
committed by gsxdsm
parent 94a5dca53c
commit e72156bd58
3 changed files with 19 additions and 1 deletions

View File

@@ -188,6 +188,10 @@ Features:
- Filter by role/state, include/exclude system agents, and inspect health/status
- Start, pause, stop, and trigger agent runs from the view and from detail panels
- Open agent detail tabs for runs, logs, settings/config, tasks, memory, and chain-of-command relationships
- Error indicator on agent list cards when an agent is in the `error` state and has a captured error (`lastError`); select it to open **Agent Error Details**
- Run-level error indicator in **Agent detail → Runs** when a run has captured stderr; select it to open the same **Agent Error Details** modal
- **Agent Error Details** shows full error text plus **Copy** and **Report on GitHub** actions
- **Report on GitHub** opens a pre-filled issue draft with available context from where you launched it (surface plus agent metadata, and run/task IDs when available on that view)
- Jump from agent activity to related task logs, and use onboarding/import flows when `experimentalFeatures.agentOnboarding` is enabled
For full lifecycle behavior, runtime/heartbeat settings, and budgets, see [Agents guide](./agents.md).