summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorN. Taylor Mullen <[email protected]>2025-06-08 16:20:43 -0700
committerGitHub <[email protected]>2025-06-08 23:20:43 +0000
commitd62dad5575a53b5bb8058509563502ca922a4fc5 (patch)
tree0820928b5dc87ea9841b22d69efaa656c84ae679 /docs/cli
parent152af28a347186517c46fc0d9ae88eb6fa883267 (diff)
Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index 22d4f698..703cf2c4 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -70,7 +70,7 @@ When you create a `.gemini/settings.json` file for project-specific settings, or
- **Default:** `false` (users will be prompted for most tool calls).
- **Behavior:**
- If set to `true`, the CLI will bypass the confirmation prompt for tools deemed safe. An indicator may be shown in the UI when auto-accept is active.
- - Potentially destructive or system-modifying tools (like `execute_bash_command` or `edit_file`) will likely still require confirmation regardless of this setting.
+ - Potentially destructive or system-modifying tools (like `execute_bash_command` or `write_file`) will likely still require confirmation regardless of this setting.
- **Example:** `"autoAccept": true`
- **`theme`** (string):