summaryrefslogtreecommitdiff
path: root/docs/tools/index.md
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/tools/index.md
parent152af28a347186517c46fc0d9ae88eb6fa883267 (diff)
Revert "Add batch editing capabilities to Edit Tool (#648)" (#857)
Diffstat (limited to 'docs/tools/index.md')
-rw-r--r--docs/tools/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/index.md b/docs/tools/index.md
index 614dc16a..2e3b7c26 100644
--- a/docs/tools/index.md
+++ b/docs/tools/index.md
@@ -30,7 +30,7 @@ You will typically see messages in the CLI indicating when a tool is being calle
## Security and Confirmation
-Many tools, especially those that can modify your file system or execute commands (`edit_file`, `execute_bash_command`), are designed with safety in mind. The Gemini CLI will typically:
+Many tools, especially those that can modify your file system or execute commands (`write_file`, `edit`, `execute_bash_command`), are designed with safety in mind. The Gemini CLI will typically:
- **Require Confirmation:** Prompt you before executing potentially sensitive operations, showing you what action is about to be taken.
- **Utilize Sandboxing:** All tools are subject to restrictions enforced by sandboxing (see [README](../../README.md#sandboxing)).