mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: Add skipLoopDetection Configuration Option
This commit is contained in:
parent
b01ddf0aed
commit
386538521b
5 changed files with 123 additions and 7 deletions
|
|
@ -604,6 +604,7 @@ export async function loadCliConfig(
|
|||
trustedFolder,
|
||||
shouldUseNodePtyShell: settings.shouldUseNodePtyShell,
|
||||
skipNextSpeakerCheck: settings.skipNextSpeakerCheck,
|
||||
skipLoopDetection: settings.skipLoopDetection ?? false,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue