feat(KB-196): load extension providers for dashboard model selector

- Load pi extensions on dashboard startup to register custom model providers
- Include extension-provided models in the dashboard model selector
- Add comprehensive tests for extension model loading and error handling
- Create changeset for patch release fixing model selector extensions
This commit is contained in:
gsxdsm
2026-03-31 03:21:16 -07:00
parent 2554904421
commit d34951a913
6 changed files with 159 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix the dashboard model selector so it includes models registered by pi extensions via custom providers.