summaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/commands.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index f9e229a0..d5d8bc18 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -58,9 +58,15 @@ Slash commands provide meta-level control over the CLI itself. They can typicall
- **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.
+- **`/compress`**
+
+ - **Description:** Compresses the current context. This will save on tokens used for future tasks while retaining a high level summary of what has happened.
+ - **Action:** Replaces the entire chat context with a summary.
+
## 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.