Skip to content

v0.1.33

Choose a tag to compare

@Anionex Anionex released this 19 Aug 05:48
20eda8d

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.