mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 20:24:33 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -8,7 +8,7 @@ describe("system-presence", () => {
|
||||
const instanceIdLower = instanceIdUpper.toLowerCase();
|
||||
|
||||
upsertPresence(instanceIdUpper, {
|
||||
host: "clawdbot",
|
||||
host: "moltbot",
|
||||
mode: "ui",
|
||||
instanceId: instanceIdUpper,
|
||||
reason: "connect",
|
||||
@@ -39,7 +39,7 @@ describe("system-presence", () => {
|
||||
|
||||
upsertPresence(deviceId, {
|
||||
deviceId,
|
||||
host: "clawdbot",
|
||||
host: "moltbot",
|
||||
roles: ["operator"],
|
||||
scopes: ["operator.admin"],
|
||||
reason: "connect",
|
||||
|
||||
Reference in New Issue
Block a user