You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a text provider is connected, article heading match and auto-insert use the AI score. Keywords only build the candidate shortlist. AI failure or an empty ranking no longer falls back to a keyword 100% insert (so “Foxes” will not auto-insert eastern-fox-squirrel.jpg).
The post-edit matcher and the “insert best match for selected heading” command use the same AI path: opening the matcher queues AI ranking (does not run on editor load). No keyword fallback while AI is active. A failed queue returns an error instead of a keyword 100% list.
Added
Settings → AI Features: Preferred text model (mistralai/mistral-nemo) and Backup text model (meta-llama/llama-3.1-8b-instruct). With AI Provider for OpenRouter installed, text calls pin provider openrouter and pass those slugs via using_model_preference().