mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 00:38:28 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -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",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user