Settings → Status → Voice lets you test a wake word and accept the engine's spellings as aliases (sb:wakeword-aliases). In Chat, the standby hint shows only the phrase (Waiting for “Hey Merl”…). When standby hears something that isn't the phrase, the hint says what it heard — but a user who accepted aliases can't see them without going back to Settings.
Small change in web/src/routes/chat/+page.svelte (standby hint) using loadWakeWord().
Done means: with aliases saved, the standby hint reads Waiting for “Hey Merl” (also: hey merle, hey mural)…; with none saved it is unchanged.
Settings → Status → Voice lets you test a wake word and accept the engine's spellings as aliases (
sb:wakeword-aliases). In Chat, the standby hint shows only the phrase (Waiting for “Hey Merl”…). When standby hears something that isn't the phrase, the hint says what it heard — but a user who accepted aliases can't see them without going back to Settings.Small change in web/src/routes/chat/+page.svelte (standby hint) using
loadWakeWord().Done means: with aliases saved, the standby hint reads
Waiting for “Hey Merl” (also: hey merle, hey mural)…; with none saved it is unchanged.