summaryrefslogtreecommitdiff
path: root/packages/core/src/services/loopDetectionService.ts
AgeCommit message (Expand)Author
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
2025-08-11skip loop check if it is currently inside a loop (#6022)Sandy Tao
2025-08-11chore: migrate from responseSchema to use responseJsonSchema. (#4814)Wanlin Du
2025-08-08feat(quality): Reset when seeing a new type of Markdown element (#5820)Sandy Tao
2025-07-30Skip and reset loop checking around code blocks (#5144)Sandy Tao
2025-07-25Implement hashing based loop detection (#4831)Sandy Tao
2025-07-24Log prompt id when a loop is detected (#4765)Sandy Tao
2025-07-18Implement loop check with LLM (#4337)Sandy Tao
2025-07-17Fix resetting loop counts on every other event (#4348)Sandy Tao
2025-07-15Log the 2 types of loop detection (#4193)Sandy Tao
2025-07-15Introduce loop detection service that breaks simple loop (#3919)Sandy Tao