From 0fb88abc91e9a88f8042146c005647fd5f602e10 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 20:07:55 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@02f3e9cfa25f26826e8dfd79d4bf174f2f9d8f54 --- .openclaw-sync/source.json | 4 ++-- docs/.generated/config-baseline.sha256 | 4 ++-- docs/gateway/config-agents.md | 2 ++ docs/gateway/configuration-reference.md | 1 + docs/nodes/talk.md | 2 ++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 9f1038949..37d28bf94 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "6e1017d88aa70def04e9b9d5aee28507a98478f8", - "syncedAt": "2026-04-25T20:01:31.706Z" + "sha": "02f3e9cfa25f26826e8dfd79d4bf174f2f9d8f54", + "syncedAt": "2026-04-25T20:06:27.419Z" } diff --git a/docs/.generated/config-baseline.sha256 b/docs/.generated/config-baseline.sha256 index 630b4ee97..6bc941f4a 100644 --- a/docs/.generated/config-baseline.sha256 +++ b/docs/.generated/config-baseline.sha256 @@ -1,4 +1,4 @@ -6ed33ef102e7c92816243bfabc3626222a679c3270c12ec5ea47b28b66204b3b config-baseline.json -f86cb4d57ec1f5fd75008be0ab86151194945eb013a47ab4bdeaddafd3780da7 config-baseline.core.json +9ac3d271f9bfa9611557f0b52e4d0a600693bdd1de75cc1bafc320fc4d4f0075 config-baseline.json +271fdf1d6652927e0fc160a6f25276bf6dccb8f1b27fab15e0fc2620e8cacab4 config-baseline.core.json 7cd9c908f066c143eab2a201efbc9640f483ab28bba92ddeca1d18cc2b528bc3 config-baseline.channel.json 7825b56a5b3fcdbe2e09ef8fe5d9f12ac3598435afebe20413051e45b0d1968e config-baseline.plugin.json diff --git a/docs/gateway/config-agents.md b/docs/gateway/config-agents.md index c735efa1e..097611f5f 100644 --- a/docs/gateway/config-agents.md +++ b/docs/gateway/config-agents.md @@ -1332,6 +1332,7 @@ Defaults for Talk mode (macOS/iOS/Android). }, system: {}, }, + speechLocale: "ru-RU", silenceTimeoutMs: 1500, interruptOnSpeech: true, }, @@ -1346,6 +1347,7 @@ Defaults for Talk mode (macOS/iOS/Android). - `providers.*.voiceAliases` lets Talk directives use friendly names. - `providers.mlx.modelId` selects the Hugging Face repo used by the macOS local MLX helper. If omitted, macOS uses `mlx-community/Soprano-80M-bf16`. - macOS MLX playback runs through the bundled `openclaw-mlx-tts` helper when present, or an executable on `PATH`; `OPENCLAW_MLX_TTS_BIN` overrides the helper path for development. +- `speechLocale` sets the BCP 47 locale id used by iOS/macOS Talk speech recognition. Leave unset to use the device default. - `silenceTimeoutMs` controls how long Talk mode waits after user silence before it sends the transcript. Unset keeps the platform default pause window (`700 ms on macOS and Android, 900 ms on iOS`). --- diff --git a/docs/gateway/configuration-reference.md b/docs/gateway/configuration-reference.md index d1eb0fec4..6e4c27b2d 100644 --- a/docs/gateway/configuration-reference.md +++ b/docs/gateway/configuration-reference.md @@ -43,6 +43,7 @@ Moved to a dedicated page — see - `session.*` (session lifecycle, compaction, pruning) - `messages.*` (message delivery, TTS, markdown rendering) - `talk.*` (Talk mode) + - `talk.speechLocale`: optional BCP 47 locale id for Talk speech recognition on iOS/macOS - `talk.silenceTimeoutMs`: when unset, Talk keeps the platform default pause window before sending the transcript (`700 ms on macOS and Android, 900 ms on iOS`) ## Tools and custom providers diff --git a/docs/nodes/talk.md b/docs/nodes/talk.md index c8d40b089..fac213100 100644 --- a/docs/nodes/talk.md +++ b/docs/nodes/talk.md @@ -63,6 +63,7 @@ Supported keys: }, system: {}, }, + speechLocale: "ru-RU", silenceTimeoutMs: 1500, interruptOnSpeech: true, }, @@ -78,6 +79,7 @@ Defaults: - `providers.elevenlabs.modelId`: defaults to `eleven_v3` when unset. - `providers.mlx.modelId`: defaults to `mlx-community/Soprano-80M-bf16` when unset. - `providers.elevenlabs.apiKey`: falls back to `ELEVENLABS_API_KEY` (or gateway shell profile if available). +- `speechLocale`: optional BCP 47 locale id for on-device Talk speech recognition on iOS/macOS. Leave unset to use the device default. - `outputFormat`: defaults to `pcm_44100` on macOS/iOS and `pcm_24000` on Android (set `mp3_*` to force MP3 streaming) ## macOS UI