What's new
English deployments actually hear English now. The persona language field auto-selects the matching streaming-ASR model (Chinese-first bilingual zipformer for zh, the English zipformer for en) — previously full English speech was garbled by the bilingual model. Switching personas rebuilds the recognizers on the fly; asr.sherpa_stream.repo left empty means auto, an explicit repo still wins.
Admin commands work in guild channels. /persona-admin, /voice-admin and /admin no longer force you into a DM — still owner-only, replies are ephemeral. (Command contexts re-sync on bot restart; global propagation can take up to 1h.)
Smoother first run. scripts/download_models.sh now prefetches both streaming ASR models (zh + en, ~200 MB) and drops a dead ~900 MB prefetch; quick start gained the missing git clone step; CONTRIBUTING.md added.
Full diff: v0.1.0...v0.1.1