summaryrefslogtreecommitdiff
path: root/docs/tools/index.md
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-05-16 13:09:27 -0700
committerGitHub <[email protected]>2025-05-16 13:09:27 -0700
commit1728bf3f44f7298c6f86366eee9a11913aca5aa0 (patch)
tree793dc2dfeb11014c7dd28ef3e264f1b7ac4e7a59 /docs/tools/index.md
parentc692a0c583f343225c4435ad14fb1b5a8d0e1b01 (diff)
fixes and tweaks to docs, mostly related to sandboxing (#385)
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 2f35c99a..7bd24485 100644
--- a/docs/tools/index.md
+++ b/docs/tools/index.md
@@ -33,7 +33,7 @@ You will typically see messages in the CLI indicating when a tool is being calle
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:** For tools like `execute_bash_command`, sandboxing mechanisms (configurable via settings) are employed to limit the potential impact of the command.
+- **Utilize Sandboxing:** All tools are subject to restrictions enforced by sandboxing (see [README](../../README.md#sandboxing)).
It's important to always review confirmation prompts carefully before allowing a tool to proceed.