openclaw/apps
Guillaume Nodet 479fc7450e macOS: fix voice wake crash in trimmedAfterTrigger
Fixed an index out of bounds crash in VoiceWakeRuntime.trimmedAfterTrigger that occurred when processing voice transcripts. The issue was caused by attempting to subscript a string with an index that could exceed the string's endIndex when using indices from a lowercased version of the string.

Added a guard statement to check that the index is within bounds before attempting to subscript the string. If the index is out of bounds, the function continues to the next trigger instead of crashing.

Fixes the crash reported in crash.txt at line 743.
2026-01-28 15:15:36 +01:00
..
android chore: bump beta version to 2026.1.27-beta.1 2026-01-28 01:28:16 +01:00
ios chore: bump beta version to 2026.1.27-beta.1 2026-01-28 01:28:16 +01:00
macos macOS: fix voice wake crash in trimmedAfterTrigger 2026-01-28 15:15:36 +01:00
shared/MoltbotKit Branding: update bot.molt bundle IDs + launchd labels 2026-01-27 14:46:50 -06:00