Peter Steinberger
5dfaed1846
refactor(agents): use loop detection switch for post-compaction guard
2026-05-05 02:15:42 +01:00
Eduardo Piva
2a702f927f
feat(agents): wire post-compaction loop guard into pi-embedded-runner
...
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
2026-05-05 02:15:42 +01:00
Dallin Romney
68918ab36a
docs(tools): scope loop detection recommendation to smaller models ( #76837 )
2026-05-04 01:28:23 +08:00
Peter Steinberger
6a55a00da4
fix(agents): scope loop detection to runs
2026-04-27 12:59:54 +01:00
Peter Steinberger
e9bce3f81c
fix(agents): stabilize exec loop outcome hashing
2026-04-27 12:33:37 +01:00
Vincent Koc
6667f66fd8
docs(tools): add Related sections and unify See also to Related
2026-04-23 15:41:56 -07:00
Vincent Koc
c5c163d078
docs: standardize frontmatter field order (summary before title)
2026-04-23 13:18:17 -07:00
Vincent Koc
4a2cd533ac
docs: remove duplicate H1 where frontmatter title already sets it
2026-04-23 13:11:14 -07:00
Vincent Koc
c3b05fc4d9
docs: add missing title, remove stale description fields from frontmatter
2026-03-19 15:26:26 -07:00
Mylszd
d89e1e40f9
docs(loop-detection): fix config keys to match schema ( #33182 )
...
Merged via squash.
Prepared head SHA: 612ecc00d3
Co-authored-by: Mylszd <23611557+Mylszd@users.noreply.github.com >
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com >
Reviewed-by: @gumadeiras
2026-03-03 11:02:30 -05:00
Peter Steinberger
e0d4194869
docs: add missing summary/read_when metadata
2026-02-22 20:45:09 +01:00
Peter Steinberger
076df941a3
feat: add configurable tool loop detection
2026-02-17 00:17:01 +01:00