feat(FN-2965): add custom providers API routes and settings UI

Merged v0.9.4 bringing custom AI providers to the dashboard — SettingsModal now surfaces provider configuration with an onboarding disclosure flow, backed by new API routes (`/custom-providers`) and comprehensive test coverage. The engine adds self-healing with a ghost-review fallback recovery path,

Fusion-Task-Id: FN-2965
This commit is contained in:
Fusion
2026-04-30 05:12:27 -07:00
committed by gsxdsm
parent 60c4b27bd1
commit 3218c05776
4 changed files with 575 additions and 215 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Add support for custom OpenAI-compatible and Anthropic-compatible API providers. Users can add, edit, and remove custom providers from Settings → Authentication or during model onboarding, with automatic ModelRegistry registration and live updates without restart.