mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 14:43:16 -06:00
2a702f927f
Arms the guard at each of the three compaction-success points in run.ts and observes tool-call outcomes from the diagnostic session state's toolCallHistory after each attempt. Aborts with PostCompactionLoopPersistedError when the same (tool, args, result) triple repeats windowSize times within the post-compaction window. Refs #77474