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

@@ -172,7 +172,7 @@ export async function agentsAddCommand(
const prompter = createClackPrompter();
try {
await prompter.intro("Add Moltbot agent");
await prompter.intro("Add OpenClaw agent");
const name =
nameInput ??
(await prompter.text({
@@ -326,7 +326,7 @@ export async function agentsAddCommand(
await prompter.note(
[
"Routing unchanged. Add bindings when you're ready.",
"Docs: https://docs.molt.bot/concepts/multi-agent",
"Docs: https://docs.openclaw.ai/concepts/multi-agent",
].join("\n"),
"Routing",
);