mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 13:01:25 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -535,7 +535,7 @@ export async function runAgentTurnWithFallback(params: {
|
||||
? "⚠️ Context overflow — prompt too large for this model. Try a shorter message or a larger-context model."
|
||||
: isRoleOrderingError
|
||||
? "⚠️ Message ordering conflict - please try again. If this persists, use /new to start a fresh session."
|
||||
: `⚠️ Agent failed before reply: ${trimmedMessage}.\nLogs: clawdbot logs --follow`;
|
||||
: `⚠️ Agent failed before reply: ${trimmedMessage}.\nLogs: moltbot logs --follow`;
|
||||
|
||||
return {
|
||||
kind: "final",
|
||||
|
||||
Reference in New Issue
Block a user