From b3bee33ab3dbd45ae93169401e0c0bb088553e2f Mon Sep 17 00:00:00 2001 From: helix4u <4317663+helix4u@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:24:02 -0600 Subject: [PATCH] fix(tui): keep bare custom model listing stable --- hermes_cli/model_switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes_cli/model_switch.py b/hermes_cli/model_switch.py index 905cb46cd90..5d9ecfd2050 100644 --- a/hermes_cli/model_switch.py +++ b/hermes_cli/model_switch.py @@ -2104,7 +2104,7 @@ def list_authenticated_providers( ) ): _models = [current_model] if current_model else [] - if _can_probe_custom_provider(row_is_current=True): + if refresh or probe_current_custom_provider: try: from hermes_cli.models import fetch_api_models