mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
feat(quality): Skip the next speaker check by default (#7614)
This commit is contained in:
@@ -424,7 +424,7 @@ export const SETTINGS_SCHEMA = {
|
||||
label: 'Skip Next Speaker Check',
|
||||
category: 'Model',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
default: true,
|
||||
description: 'Skip the next speaker check.',
|
||||
showInDialog: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user