feat: add Gradium text-to-speech provider (#64958)

Adds the Gradium bundled plugin with TTS and speech-provider registration, docs, label routing, and focused/live coverage.

Also carries the current main lint cleanup needed for the rebased CI lane.

Co-authored-by: laurent <laurent.mazare@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Laurent Mazare
2026-04-24 19:43:53 +02:00
committed by GitHub
parent 2495886287
commit d7e2939791
19 changed files with 707 additions and 8 deletions

4
.github/labeler.yml vendored
View File

@@ -387,3 +387,7 @@
- changed-files:
- any-glob-to-any-file:
- "extensions/fal/**"
"extensions: gradium":
- changed-files:
- any-glob-to-any-file:
- "extensions/gradium/**"