agent-zero/plugins/_model_config/api
Alessandro 7c59ac9e57 Show active models for Default LLM
Expose sanitized active main and utility model metadata through the model override endpoint, then render those names in the chat model switcher even when no preset override is active. Keep the inline model names hidden on narrow screens and cover the behavior with a regression check.

Refresh model names after settings save

Refresh the active chat model switcher after _model_config settings are saved so changes to main and utility models appear immediately. Extend the model switcher regression check to cover the save-refresh hook.
2026-04-28 16:14:53 +02:00
..
api_keys.py feat: add _model_config plugin with call-time model resolution 2026-03-14 09:41:19 -07:00
model_config_get.py feat: add _model_config plugin with call-time model resolution 2026-03-14 09:41:19 -07:00
model_config_set.py Refactor API key handling and update system improvements 2026-03-24 14:41:46 +01:00
model_override.py Show active models for Default LLM 2026-04-28 16:14:53 +02:00
model_presets.py Add project-scoped LLM presets 2026-04-21 18:18:59 +02:00
model_search.py Refactor model search & reorganize model_providers.yaml 2026-03-17 05:48:43 -07:00