Merge branch 'main' into chore/sync-gemini-cli-v0.3.4

This commit is contained in:
mingholy.lmh 2025-09-15 13:42:42 +08:00
commit 1976837eda
123 changed files with 13595 additions and 1237 deletions

View file

@ -124,7 +124,7 @@ export function AuthDialog({
if (settings.merged.security?.auth?.selectedType === undefined) {
// Prevent exiting if no auth method is set
setErrorMessage(
'You must select an auth method to proceed. Press Ctrl+C twice to exit.',
'You must select an auth method to proceed. Press Ctrl+C again to exit.',
);
return;
}