mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 10:10:56 -07:00
docs: fix misleading YOLO mode description in defaultApprovalMode (#21878)
Co-authored-by: Adib234 <30782825+Adib234@users.noreply.github.com> Co-authored-by: A.K.M. Adib <adibakm@google.com>
This commit is contained in:
committed by
GitHub
parent
3e3d04877b
commit
99bbbc2170
@@ -204,7 +204,8 @@ const SETTINGS_SCHEMA = {
|
||||
description: oneLine`
|
||||
The default approval mode for tool execution.
|
||||
'default' prompts for approval, 'auto_edit' auto-approves edit tools,
|
||||
and 'plan' is read-only mode. 'yolo' is not supported yet.
|
||||
and 'plan' is read-only mode. YOLO mode (auto-approve all actions) can
|
||||
only be enabled via command line (--yolo or --approval-mode=yolo).
|
||||
`,
|
||||
showInDialog: true,
|
||||
options: [
|
||||
|
||||
Reference in New Issue
Block a user