v0.1.1 — Fix MiMo model registration and quiet routine logs
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.debugLoggingsetting (off by default). - Eager activation — added
"*"toactivationEventsso 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