mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:24:32 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -252,7 +252,7 @@ export async function processMessage(params: {
|
||||
const responsePrefix =
|
||||
prefixContext.responsePrefix ??
|
||||
(configuredResponsePrefix === undefined && isSelfChat
|
||||
? (resolveIdentityNamePrefix(params.cfg, params.route.agentId) ?? "[clawdbot]")
|
||||
? (resolveIdentityNamePrefix(params.cfg, params.route.agentId) ?? "[moltbot]")
|
||||
: undefined);
|
||||
|
||||
const ctxPayload = finalizeInboundContext({
|
||||
|
||||
Reference in New Issue
Block a user