mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 16:23:06 -07:00
fix(docs): clean up remaining yolo references in tips and toml comments
This commit is contained in:
@@ -50,7 +50,7 @@ export const INFORMATIVE_TIPS = [
|
||||
'Define a custom command for calling discovered tools (settings.json)…',
|
||||
'Define and manage connections to MCP servers (settings.json)…',
|
||||
'Enable folder trust to enhance security (/settings)…',
|
||||
'Disable YOLO mode to enforce confirmations (settings.json)…',
|
||||
'Disable wildcard policies to enforce confirmations (settings.json)…',
|
||||
'Block Git extensions for enhanced security (settings.json)…',
|
||||
'Change your authentication method (/settings)…',
|
||||
'Enforce auth type for enterprise use (settings.json)…',
|
||||
@@ -88,7 +88,6 @@ export const INFORMATIVE_TIPS = [
|
||||
'Toggle the debug console display with F12',
|
||||
'Toggle the todo list display with Ctrl+T',
|
||||
'See full, untruncated responses with Ctrl+O',
|
||||
'Toggle auto-approval (YOLO mode) for all tools with Ctrl+Y',
|
||||
'Cycle through approval modes (Default, Auto-Edit, Plan) with Shift+Tab',
|
||||
'Toggle Markdown rendering (raw markdown mode) with Alt+M',
|
||||
'Toggle shell mode by typing ! in an empty prompt',
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# 10: Write tools default to ASK_USER (becomes 1.010 in default tier)
|
||||
# 60: Plan mode catch-all DENY override (becomes 1.060 in default tier)
|
||||
# 70: Plan mode explicit ALLOW override (becomes 1.070 in default tier)
|
||||
# 999: Allow-all allow-all (becomes 1.999 in default tier)
|
||||
# 999: Allow-all (becomes 1.999 in default tier)
|
||||
|
||||
# Mode Transitions (into/out of Plan Mode)
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# 10: Write tools default to ASK_USER (becomes 1.010 in default tier)
|
||||
# 15: Auto-edit tool override (becomes 1.015 in default tier)
|
||||
# 50: Read-only tools (becomes 1.050 in default tier)
|
||||
# 999: Allow-all allow-all (becomes 1.999 in default tier)
|
||||
# 999: Allow-all (becomes 1.999 in default tier)
|
||||
|
||||
[[rule]]
|
||||
toolName = "glob"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
# 10: Write tools default to ASK_USER (becomes 1.010 in default tier)
|
||||
# 15: Auto-edit tool override (becomes 1.015 in default tier)
|
||||
# 50: Read-only tools (becomes 1.050 in default tier)
|
||||
# 999: Allow-all allow-all (becomes 1.999 in default tier)
|
||||
# 999: Allow-all (becomes 1.999 in default tier)
|
||||
|
||||
[[rule]]
|
||||
toolName = "replace"
|
||||
|
||||
Reference in New Issue
Block a user