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 c725e258c6
commit 24c5a15d7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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[];