mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Add a setting to disable auth mode validation on startup (#5358)
This commit is contained in:
parent
a2db3d1b38
commit
cab60a38a1
6 changed files with 143 additions and 18 deletions
|
|
@ -60,6 +60,7 @@ export interface Settings {
|
|||
theme?: string;
|
||||
customThemes?: Record<string, CustomTheme>;
|
||||
selectedAuthType?: AuthType;
|
||||
useExternalAuth?: boolean;
|
||||
sandbox?: boolean | string;
|
||||
coreTools?: string[];
|
||||
excludeTools?: string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue