mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:14:33 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -8,7 +8,7 @@ export type VoiceWakeConfig = {
|
||||
updatedAtMs: number;
|
||||
};
|
||||
|
||||
const DEFAULT_TRIGGERS = ["clawd", "claude", "computer"];
|
||||
const DEFAULT_TRIGGERS = ["openclaw", "claude", "computer"];
|
||||
|
||||
function resolvePath(baseDir?: string) {
|
||||
const root = baseDir ?? resolveStateDir();
|
||||
|
||||
Reference in New Issue
Block a user