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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Transparent variant routing (imageInputVariants.hidden, off by default): image-input variant routes keep the original provider/model display names, and the browser hides the upstream text-only twins so the model selector shows one entry per model. Pasted images, image history, and the built-in read_image tool keep working on text-only models; opening the selector no longer flashes a duplicate group because hiding is synchronous DOM reconciliation. Disabling the setting restores the explicit (Vision Toolkit) entries.
Settings UI: “透明变体路由” checkbox under advanced settings → image input, with bilingual copy.
Changed
Lowered the built-in free vision service daily quota to 100 requests.
Fixed
Toggling transparent routing is display-only: it no longer rebuilds or re-verifies the vision runtime.
The browser display-config cache is invalidated on Settings saves, and an in-flight response can no longer repopulate it with a stale flag.
Restoring upstream model entries after transparent routing is disabled, and guarding the selector integrator against duplicate installs.