From 46ed4f2de1823df4c9f33ca80efbbfd3c28e46a0 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 6 Dec 2025 05:23:28 +0100 Subject: [PATCH] docs: clarify Voice Wake runs on-device --- apps/macos/Sources/Clawdis/AppMain.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/macos/Sources/Clawdis/AppMain.swift b/apps/macos/Sources/Clawdis/AppMain.swift index 4fc53b8be..eec43561c 100644 --- a/apps/macos/Sources/Clawdis/AppMain.swift +++ b/apps/macos/Sources/Clawdis/AppMain.swift @@ -2130,7 +2130,7 @@ struct VoiceWakeSettings: View { VStack(alignment: .leading, spacing: 14) { SettingsToggleRow( title: "Enable Voice Wake", - subtitle: "Listen for a wake phrase (e.g. \"Claude\") before running voice commands.", + subtitle: "Listen for a wake phrase (e.g. \"Claude\") before running voice commands. Voice recognition runs fully on-device.", binding: self.$state.swabbleEnabled) .disabled(!voiceWakeSupported)