mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +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
|
|
@ -112,6 +112,7 @@ export interface Settings {
|
|||
|
||||
// Flag to be removed post-launch.
|
||||
ideModeFeature?: boolean;
|
||||
folderTrustFeature?: boolean;
|
||||
/// IDE mode setting configured via slash command toggle.
|
||||
ideMode?: boolean;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue