fix(agents): stabilize exec loop outcome hashing

This commit is contained in:
Peter Steinberger
2026-04-27 12:33:37 +01:00
parent 35335214b3
commit e9bce3f81c
4 changed files with 146 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ Per-agent override (optional):
- `detectors.knownPollNoProgress`: detects known polling-like patterns with no state change.
- `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.
## Recommended setup
- Start with `enabled: true`, defaults unchanged.