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
- Xiaomi MiMo: send TTS requests with Bearer auth and reuse the Xiaomi model provider base URL for TTS when no speech-specific base URL is configured, supporting Token Plan regional endpoints. Fixes #77692. Thanks @kidding1412 and @ismael-81.
170
171
- Gateway/watch: leave `OPENCLAW_TRACE_SYNC_IO` disabled by default in `pnpm gateway:watch:raw` so watch mode avoids noisy Node sync-I/O stack traces unless explicitly requested.
171
172
- Codex app-server: close stdio stdin before force-killing the managed app-server, matching Codex single-client shutdown behavior and avoiding unsettled CLI exits after successful runs.
172
173
- CLI/Codex: dispose registered agent harnesses during short-lived CLI shutdown so successful Codex-backed `agent --local` runs do not leave app-server child processes alive.
<ParamField path="baseUrl" type="string">Default `https://api.xiaomimimo.com/v1`. Env: `XIAOMI_BASE_URL`. If omitted, TTS reuses `models.providers.xiaomi.baseUrl`, including Token Plan regional endpoints such as `https://token-plan-cn.xiaomimimo.com/v1` or `https://token-plan-ams.xiaomimimo.com/v1`.</ParamField>
947
947
<ParamField path="model" type="string">Default `mimo-v2.5-tts`. Env: `XIAOMI_TTS_MODEL`. Also supports `mimo-v2-tts`.</ParamField>
0 commit comments