From 6b6ea338ad8168d859ad1b88ac420f21ac9c92bc Mon Sep 17 00:00:00 2001 From: ntzyz Date: Tue, 7 Jul 2026 12:51:48 +0800 Subject: feat: split README and INSTALL, complete plugin.yaml fields - Split README.md (overview) and INSTALL.md (install for agents) - Add kind/requires_env/provides_tts_providers to plugin.yaml - Unify author to ntzyz - Add .gitignore - Add Windows PowerShell equivalents and reuse tip --- plugin.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'plugin.yaml') diff --git a/plugin.yaml b/plugin.yaml index 42ddc63..95c64b1 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,4 +1,9 @@ -name: mimo-tts +name: tts-mimo version: 1.0.0 -description: "Xiaomi MiMo V2.5 TTS — high-quality speech synthesis with built-in voices, voice design, and voice cloning." -author: user +description: "Xiaomi MiMo V2.5 TTS — high-quality speech synthesis with built-in voices, voice design, and voice cloning. Requires XIAOMI_API_KEY (https://mimo.mi.com)." +author: ntzyz +kind: backend +provides_tts_providers: + - mimo +requires_env: + - XIAOMI_API_KEY -- cgit v1.3.1