diff --git a/src/components/chat/view/subcomponents/CommandResultModal.tsx b/src/components/chat/view/subcomponents/CommandResultModal.tsx index 4e0bbe4e..9ee66224 100644 --- a/src/components/chat/view/subcomponents/CommandResultModal.tsx +++ b/src/components/chat/view/subcomponents/CommandResultModal.tsx @@ -346,7 +346,7 @@ function ModelsContent({ return (
+ Catalog Refresh +
++ Model lists are cached for 3 days. Refresh after CLI, auth, or config changes, + or when a new model is missing. +
+ +- Hard refresh model catalogs -
-- Bypasses the 3-day backend cache and re-fetches models for every provider. -
-- Last updated for {getProviderDisplayName(provider)}: {formatUpdatedAt(currentProviderCache?.updatedAt)} -
+Choose a model
++ Catalogs are cached for 3 days. Refresh after CLI/auth changes or if a model is missing. +
++ Refresh checks every provider and replaces the cached catalogs. Last updated for {getProviderDisplayName(provider)}: {formatUpdatedAt(currentProviderCache?.updatedAt)} +