mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
The LLM-based loop detection was causing issues where the process would stop unexpectedly. This change removes the LLM-based loop detection feature entirely and sets skipLoopDetection to true by default to prevent false positives from interrupting user sessions. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .. | ||
| src | ||
| index.ts | ||
| package.json | ||
| test-setup.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||