chore: rename project to clawdbot

This commit is contained in:
Peter Steinberger
2026-01-04 14:32:47 +00:00
parent d48dc71fa4
commit 246adaa119
841 changed files with 4590 additions and 4328 deletions

View File

@@ -943,7 +943,7 @@ export async function monitorWebProvider(
let messagePrefix = cfg.messages?.messagePrefix;
if (messagePrefix === undefined) {
const hasAllowFrom = (cfg.whatsapp?.allowFrom?.length ?? 0) > 0;
messagePrefix = hasAllowFrom ? "" : "[clawdis]";
messagePrefix = hasAllowFrom ? "" : "[clawdbot]";
}
const prefixStr = messagePrefix ? `${messagePrefix} ` : "";
const senderLabel =
@@ -1552,7 +1552,7 @@ export async function monitorWebProvider(
if (loggedOut) {
runtime.error(
"WhatsApp session logged out. Run `clawdis login --provider web` to relink.",
"WhatsApp session logged out. Run `clawdbot login --provider web` to relink.",
);
await closeListener();
break;