feat(FN-1965): add per-agent model override controls in dashboard

- Show the active model override in Agent Information, including support for legacy runtimeConfig.model values
- Add a Model section to agent settings with CustomModelDropdown and available model loading via fetchModels
- Persist model overrides as modelProvider/modelId/model and clear those fields when reverting to global default
- Expand AgentDetailView tests to cover model display, prefill behavior, save payloads, and clearing overrides
- Add a changeset for @gsxdsm/fusion describing the new agent model selection capability
This commit is contained in:
Fusion
2026-04-16 15:17:24 -07:00
committed by gsxdsm
parent 78a7c0a829
commit c8c2bba8f5
3 changed files with 286 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Add model selection to agent settings — view and change the AI model per agent from the dashboard.