refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -63,10 +63,10 @@ export async function handlePortError(
if (details) {
runtime.error(info("Port listener details:"));
runtime.error(details);
if (/clawdbot|src\/index\.ts|dist\/index\.js/.test(details)) {
if (/moltbot|src\/index\.ts|dist\/index\.js/.test(details)) {
runtime.error(
warn(
"It looks like another clawdbot instance is already running. Stop it or pick a different port.",
"It looks like another moltbot instance is already running. Stop it or pick a different port.",
),
);
}