Files
openclaw/src
chenxingzhen 71caada7d0 fix: address PR review feedback on mid-turn rate limit detection
1. run.ts: differentiate error message by stopReason — use rate-limit
   message only for "toolUse", generic message for "error" stop reason
2. run.ts: exclude deterministic approval-prompt turns from incomplete
   turn detection via !attempt.didSendDeterministicApprovalPrompt guard
3. agent-runner-execution.ts: prioritize metaErrorMsg (raw upstream error)
   over errorPayloadText to avoid self-matching on pre-formatted "⚠️"
   messages from run.ts
4. agent-runner-execution.ts: skip already-formatted payloads (startsWith
   "⚠️") so tool-specific 429 errors are preserved rather than overwritten

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 10:34:08 -07:00
..
2026-03-24 19:36:08 +00:00
2026-03-25 09:31:05 -07:00
2026-03-25 00:51:55 -04:00