What's new in v0.50.83
Fixed
- Provider models from
config.yamlnow appear in the model dropdown — users who configured custom providers with an explicitmodels:list saw the hardcoded fallback instead of their configured models. The fix extends the model-list builder to check and usecfg.providers[pid].modelswhen present, supporting both dict and list formats. Providers only inconfig.yaml(not in the built-in list) are now included in the dropdown instead of being silently skipped. (PR #644 by @ccqqlo)
What's Changed
- fix(config): load provider models from config.yaml in model dropdown (PR #644 integration) by @nesquena-hermes in #665
Full Changelog: v0.50.82...v0.50.83