diff options
| author | xyizko <[email protected]> | 2025-08-06 04:11:27 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-05 22:41:27 +0000 |
| commit | 1b08a6c063da803cb79e7d6df236f32d4b9a6a56 (patch) | |
| tree | 6db43293d8ca13d837313f38b5e13609c98e830b /docs | |
| parent | 82fa7a06600a71544a2d0200cb19588b273f21b3 (diff) | |
fix(minor): Grammar and Typos (#5053)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cli/authentication.md | 2 | ||||
| -rw-r--r-- | docs/tools/multi-file.md | 2 | ||||
| -rw-r--r-- | docs/tools/shell.md | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/cli/authentication.md b/docs/cli/authentication.md index d9adcfb1..564f0da3 100644 --- a/docs/cli/authentication.md +++ b/docs/cli/authentication.md @@ -3,7 +3,7 @@ The Gemini CLI requires you to authenticate with Google's AI services. On initial startup you'll need to configure **one** of the following authentication methods: 1. **Login with Google (Gemini Code Assist):** - - Use this option to log in with your google account. + - Use this option to log in with your Google account. - During initial startup, Gemini CLI will direct you to a webpage for authentication. Once authenticated, your credentials will be cached locally so the web login can be skipped on subsequent runs. - Note that the web login must be done in a browser that can communicate with the machine Gemini CLI is being run from. (Specifically, the browser will be redirected to a localhost url that Gemini CLI will be listening on). - <a id="workspace-gca">Users may have to specify a GOOGLE_CLOUD_PROJECT if:</a> 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. |
