Add a setting to disable auth mode validation on startup (#5358)

This commit is contained in:
Billy Biggs
2025-08-01 11:49:03 -07:00
committed by GitHub
parent a2db3d1b38
commit cab60a38a1
6 changed files with 143 additions and 18 deletions

View File

@@ -60,6 +60,7 @@ export interface Settings {
theme?: string;
customThemes?: Record<string, CustomTheme>;
selectedAuthType?: AuthType;
useExternalAuth?: boolean;
sandbox?: boolean | string;
coreTools?: string[];
excludeTools?: string[];