feat(voicewake): add computer wake word
This commit is contained in:
@@ -8,7 +8,7 @@ export type VoiceWakeConfig = {
|
||||
updatedAtMs: number;
|
||||
};
|
||||
|
||||
const DEFAULT_TRIGGERS = ["clawd", "claude"];
|
||||
const DEFAULT_TRIGGERS = ["clawd", "claude", "computer"];
|
||||
|
||||
function defaultBaseDir() {
|
||||
return path.join(os.homedir(), ".clawdis");
|
||||
|
||||
Reference in New Issue
Block a user