From 4cbbbefe2425f906f1de2c7ec62ddbf34f926560 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 12:02:25 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@6a55a00da4611e5b3136a3d59fbb881e6fb3151d --- .openclaw-sync/source.json | 4 ++-- docs/tools/loop-detection.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index d8b1183c1..82c167efd 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "d73e2ee77456ed00c94f052549caa10c0c555cda", - "syncedAt": "2026-04-27T11:56:04.640Z" + "sha": "6a55a00da4611e5b3136a3d59fbb881e6fb3151d", + "syncedAt": "2026-04-27T12:01:09.658Z" } diff --git a/docs/tools/loop-detection.md b/docs/tools/loop-detection.md index b8ee0a7c1..7e3a88726 100644 --- a/docs/tools/loop-detection.md +++ b/docs/tools/loop-detection.md @@ -74,6 +74,7 @@ Per-agent override (optional): - `detectors.pingPong`: detects alternating ping-pong patterns. For `exec`, no-progress checks compare stable command outcomes and ignore volatile runtime metadata such as duration, PID, session ID, and working directory. +When a run id is available, recent tool-call history is evaluated only within that run so scheduled heartbeat cycles and fresh runs do not inherit stale loop counts from earlier runs. ## Recommended setup