summaryrefslogtreecommitdiff
path: root/docs/cli/configuration.md
diff options
context:
space:
mode:
authorDidier Durand <[email protected]>2025-07-05 17:23:39 +0200
committerGitHub <[email protected]>2025-07-05 15:23:39 +0000
commitab96676e360b57cb5467826793288d4d6e003d60 (patch)
tree2367b013462ed831cc436b1b1632915c0aaf6e2b /docs/cli/configuration.md
parent47dc16d243d7a7fb82f52ad5028d2c0692b8e333 (diff)
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'docs/cli/configuration.md')
-rw-r--r--docs/cli/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md
index 77d91b59..6e724ab1 100644
--- a/docs/cli/configuration.md
+++ b/docs/cli/configuration.md
@@ -257,7 +257,7 @@ The CLI automatically loads environment variables from an `.env` file. The loadi
- Example: `export OTLP_GOOGLE_CLOUD_PROJECT="YOUR_PROJECT_ID"`.
- **`GOOGLE_CLOUD_LOCATION`**:
- Your Google Cloud Project Location (e.g., us-central1).
- - Required for using Vertex AI in non express mode.
+ - Required for using Vertex AI in non-express mode.
- If using Vertex AI, ensure you have the necessary permissions and set the `GOOGLE_GENAI_USE_VERTEXAI=true` environment variable.
- Example: `export GOOGLE_CLOUD_LOCATION="YOUR_PROJECT_LOCATION"`.
- **`GEMINI_SANDBOX`**:
@@ -364,7 +364,7 @@ This example demonstrates how you can provide general project context, specific
- Scope: Provides context relevant to the entire project or a significant portion of it.
3. **Sub-directory Context Files (Contextual/Local):**
- Location: The CLI also scans for the configured context file in subdirectories _below_ the current working directory (respecting common ignore patterns like `node_modules`, `.git`, etc.).
- - Scope: Allows for highly specific instructions relevant to a particular component, module, or sub-section of your project.
+ - Scope: Allows for highly specific instructions relevant to a particular component, module, or subsection of your project.
- **Concatenation & UI Indication:** The contents of all found context files are concatenated (with separators indicating their origin and path) and provided as part of the system prompt to the Gemini model. The CLI footer displays the count of loaded context files, giving you a quick visual cue about the active instructional context.
- **Commands for Memory Management:**
- Use `/memory refresh` to force a re-scan and reload of all context files from all configured locations. This updates the AI's instructional context.