mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:47:39 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -22,7 +22,7 @@ describe("sandbox explain command", () => {
|
||||
sandbox: { tools: { deny: ["browser"] } },
|
||||
elevated: { enabled: true, allowFrom: { whatsapp: ["*"] } },
|
||||
},
|
||||
session: { store: "/tmp/clawdbot-test-sessions-{agentId}.json" },
|
||||
session: { store: "/tmp/moltbot-test-sessions-{agentId}.json" },
|
||||
};
|
||||
|
||||
const { sandboxExplainCommand } = await import("./sandbox-explain.js");
|
||||
|
||||
Reference in New Issue
Block a user