refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -118,7 +118,7 @@ export async function agentsListCommand(
const lines = ["Agents:", ...summaries.map(formatSummary)];
lines.push("Routing rules map channel/account/peer to an agent. Use --bindings for full rules.");
lines.push(
`Channel status reflects local config/creds. For live health: ${formatCliCommand("moltbot channels status --probe")}.`,
`Channel status reflects local config/creds. For live health: ${formatCliCommand("openclaw channels status --probe")}.`,
);
runtime.log(lines.join("\n"));
}