The Ollama model useEffect hooks were triggering on every config prop change (including after revalidatePath), causing a model list refetch that reset the combobox selection. Limited dependencies to provider state only so fetch only runs on mount and provider switch. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>