summaryrefslogtreecommitdiff
path: root/docs/cli/configuration.md
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-06-09 08:57:30 -0700
committerGitHub <[email protected]>2025-06-09 08:57:30 -0700
commit87474e52d7e0f3abcaf74272b11c7b9244d98af5 (patch)
treee8ead2ce030823fda16af21a3deafe17c7116afa /docs/cli/configuration.md
parentc55a1d90120ff8b567e9059466819c4920dc560e (diff)
rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869)
Diffstat (limited to 'docs/cli/configuration.md')
-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 703cf2c4..7c8ff81e 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 `write_file`) will likely still require confirmation regardless of this setting.
+ - Potentially destructive or system-modifying tools (like `run_shell_command` or `write_file`) will likely still require confirmation regardless of this setting.
- **Example:** `"autoAccept": true`
- **`theme`** (string):