index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
core
/
src
/
services
/
loopDetectionService.ts
Age
Commit message (
Collapse
)
Author
2025-08-17
chore(compiler): Enable strict property access TS compiler flag. (#6255)
Richie Foreman
Co-authored-by: Jacob Richman <
[email protected]
>
2025-08-11
skip loop check if it is currently inside a loop (#6022)
Sandy Tao
2025-08-11
chore: migrate from responseSchema to use responseJsonSchema. (#4814)
Wanlin Du
2025-08-08
feat(quality): Reset when seeing a new type of Markdown element (#5820)
Sandy Tao
2025-07-30
Skip and reset loop checking around code blocks (#5144)
Sandy Tao
2025-07-25
Implement hashing based loop detection (#4831)
Sandy Tao
2025-07-24
Log prompt id when a loop is detected (#4765)
Sandy Tao
Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-07-18
Implement loop check with LLM (#4337)
Sandy Tao
Co-authored-by: N. Taylor Mullen <
[email protected]
>
2025-07-17
Fix resetting loop counts on every other event (#4348)
Sandy Tao
2025-07-15
Log the 2 types of loop detection (#4193)
Sandy Tao
2025-07-15
Introduce loop detection service that breaks simple loop (#3919)
Sandy Tao
Co-authored-by: Scott Densmore <
[email protected]
> Co-authored-by: N. Taylor Mullen <
[email protected]
>