mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 11:24:58 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -36,7 +36,7 @@ async function withTempHome<T>(fn: (home: string) => Promise<T>): Promise<T> {
|
||||
vi.mocked(runEmbeddedPiAgent).mockReset();
|
||||
return await fn(home);
|
||||
},
|
||||
{ prefix: "moltbot-queue-" },
|
||||
{ prefix: "openclaw-queue-" },
|
||||
);
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ function makeCfg(home: string, queue?: Record<string, unknown>) {
|
||||
agents: {
|
||||
defaults: {
|
||||
model: "anthropic/claude-opus-4-5",
|
||||
workspace: path.join(home, "clawd"),
|
||||
workspace: path.join(home, "openclaw"),
|
||||
},
|
||||
},
|
||||
channels: { whatsapp: { allowFrom: ["*"] } },
|
||||
|
||||
Reference in New Issue
Block a user