diff --git a/changelog/4282.added.md b/changelog/4282.added.md new file mode 100644 index 000000000..a3e31dd57 --- /dev/null +++ b/changelog/4282.added.md @@ -0,0 +1 @@ +- `CartesiaSTTService` now supports runtime settings updates (e.g. changing `language` or `model` via `STTUpdateSettingsFrame`). The service automatically reconnects with the new parameters. Previously, settings updates were silently ignored.