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

@@ -21,7 +21,7 @@ Wake words are stored on the gateway machine at:
Shape:
```json
{ "triggers": ["clawd", "claude"], "updatedAtMs": 1730000000000 }
{ "triggers": ["clawd", "claude", "computer"], "updatedAtMs": 1730000000000 }
```
## Protocol