feat(voicewake): add computer wake word

This commit is contained in:
Peter Steinberger
2025-12-20 20:33:03 +01:00
parent 44ffe41775
commit b36b20d246
3 changed files with 4 additions and 4 deletions

View File

@@ -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");