summaryrefslogtreecommitdiff
path: root/docs/cli/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli/commands.md')
-rw-r--r--docs/cli/commands.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index 1792ce4c..c0952129 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -32,15 +32,17 @@ Slash commands provide meta-level control over the CLI itself. They can typicall
- **`refresh`**:
- **Description:** Reloads the hierarchical instructional context (memory) from all `GEMINI.md` files found in the configured locations (global, project/ancestors, and sub-directories). This command updates the AI's understanding based on the latest `GEMINI.md` content.
- **Action:** The CLI re-scans for all relevant `GEMINI.md` files and rebuilds its instructional memory. The number of loaded files is typically indicated in the CLI footer.
- - **`delete_all_added`**:
- - **Description:** Removes all ad-hoc memory entries that were added during the current session via `/memory add`. This does not affect memory loaded from `GEMINI.md` files.
- - **Action:** All user-added memory entries for the current session are cleared.
- - **Note:** For more details on how `GEMINI.md` files contribute to hierarchical memory, see the [CLI Configuration documentation](./configuration.md#4-geminimd-files-hierarchical-instructional-context).
+ - **Note:** For more details on how `GEMINI.md` files contribute to hierarchical memory, see the [CLI Configuration documentation](./configuration.md#4-geminimd-files-hierarchical-instructional-context).
- **`/quit`** (or **`/exit`**)
+
- **Description:** Exits the Gemini CLI application.
- **Action:** Terminates the CLI process.
+- **`/tools`**
+ - **Description:** Displays a list of all the tools that are currently available to the model.
+ - **Action:** Outputs a list of the available tools.
+
## At Commands (`@`)
At commands are used to quickly include the content of files or directories as part of your prompt to Gemini. These commands now feature git-aware filtering.