v4.4.25
Fix
- fix: sync XALGORIX_API_BASE from apiBaseOverride when switching providers
Switching providers in the LLM Settings tab (e.g., MiniMax → NVIDIA) did not update XALGORIX_API_BASE in .xalgorix.env. The WebUI sends apiBaseOverride for catalog providers, but the env sync only checked apiBase (used only for "Custom Provider"). The env file now correctly falls through: apiBase → apiBaseOverride → catalog BaseURL.