mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
experiment: Add feature exp flag for folder trust (#5709)
This commit is contained in:
parent
5cd63a6abc
commit
626844b539
4 changed files with 44 additions and 0 deletions
|
|
@ -313,6 +313,8 @@ export async function loadCliConfig(
|
|||
const ideModeFeature =
|
||||
argv.ideModeFeature ?? settings.ideModeFeature ?? false;
|
||||
|
||||
const folderTrustFeature = settings.folderTrustFeature ?? false;
|
||||
|
||||
const allExtensions = annotateActiveExtensions(
|
||||
extensions,
|
||||
argv.extensions || [],
|
||||
|
|
@ -480,6 +482,7 @@ export async function loadCliConfig(
|
|||
summarizeToolOutput: settings.summarizeToolOutput,
|
||||
ideMode,
|
||||
ideModeFeature,
|
||||
folderTrustFeature,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue