From 64f1d80b26af25708356e8a743ea7fab1496c7e9 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Mon, 14 Jul 2025 16:33:05 +0200 Subject: [PATCH] Add documentation for the /extensions command (#4051) Co-authored-by: Bryan Morgan --- docs/cli/commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cli/commands.md b/docs/cli/commands.md index dadfce30..6c748d18 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -31,6 +31,9 @@ Slash commands provide meta-level control over the CLI itself. - **`/editor`** - **Description:** Open a dialog for selecting supported editors. +- **`/extensions`** + - **Description:** Lists all active extensions in the current Gemini CLI session. See [Gemini CLI Extensions](../extension.md). + - **`/help`** (or **`/?`**) - **Description:** Display help information about the Gemini CLI, including available commands and their usage.