From 1b08a6c063da803cb79e7d6df236f32d4b9a6a56 Mon Sep 17 00:00:00 2001 From: xyizko <164354015+xyizko@users.noreply.github.com> Date: Wed, 6 Aug 2025 04:11:27 +0530 Subject: fix(minor): Grammar and Typos (#5053) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/tools/multi-file.md | 2 +- docs/tools/shell.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/tools') diff --git a/docs/tools/multi-file.md b/docs/tools/multi-file.md index 1bc495f6..68c1a3ae 100644 --- a/docs/tools/multi-file.md +++ b/docs/tools/multi-file.md @@ -52,7 +52,7 @@ Read the main README, all Markdown files in the `docs` directory, and a specific read_many_files(paths=["README.md", "docs/**/*.md", "assets/logo.png"], exclude=["docs/OLD_README.md"]) ``` -Read all JavaScript files but explicitly including test files and all JPEGs in an `images` folder: +Read all JavaScript files but explicitly include test files and all JPEGs in an `images` folder: ``` read_many_files(paths=["**/*.js"], include=["**/*.test.js", "images/**/*.jpg"], useDefaultExcludes=False) diff --git a/docs/tools/shell.md b/docs/tools/shell.md index 3e2a00e4..253e0218 100644 --- a/docs/tools/shell.md +++ b/docs/tools/shell.md @@ -137,6 +137,5 @@ To block all shell commands, add the `run_shell_command` wildcard to `excludeToo ## Security Note for `excludeTools` -Command-specific restrictions in -`excludeTools` for `run_shell_command` are based on simple string matching and can be easily bypassed. This feature is **not a security mechanism** and should not be relied upon to safely execute untrusted code. It is recommended to use `coreTools` to explicitly select commands +Command-specific restrictions in `excludeTools` for `run_shell_command` are based on simple string matching and can be easily bypassed. This feature is **not a security mechanism** and should not be relied upon to safely execute untrusted code. It is recommended to use `coreTools` to explicitly select commands that can be executed. -- cgit v1.2.3