Skip to content

v0.1.1 — Fix MiMo model registration and quiet routine logs

Choose a tag to compare

@github-actions github-actions released this 30 May 07:00
fb8b98e

What's Fixed

  • Corrected MiMo model IDs to Xiaomi's lowercase API identifiers (mimo-v2.5, mimo-v2.5-pro) — the previous PascalCase IDs were rejected by Xiaomi's API.
  • Filtered live model list to chat-capable MiMo models only, excluding TTS/voice variants.
  • SecretStorage API key fallback — the extension now reuses the stored API key when VS Code does not pass provider configuration into model discovery or chat requests.
  • Quieted routine logs — verbose request/model metadata output is now gated behind the xiaomi-mimo.debugLogging setting (off by default).
  • Eager activation — added "*" to activationEvents so the provider registers early after VS Code starts.

New Setting

Setting Type Default Description
xiaomi-mimo.debugLogging boolean false Write verbose transport and model registration diagnostics to the MiMo output channel

Contributors

Thanks to our first community contributor 🎉

Full Changelog: v0.1.0...v0.1.1