From da09431be975e6ccc26db536a85313c0a6069360 Mon Sep 17 00:00:00 2001 From: Billy Biggs Date: Sun, 15 Jun 2025 07:56:07 -0700 Subject: Add support for showing descriptions of CLI tools (#1052) Adds support for /tools desc to show the full description of tools as provided to the model. --- docs/cli/commands.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/cli/commands.md') diff --git a/docs/cli/commands.md b/docs/cli/commands.md index d5d8bc18..26c3ed49 100644 --- a/docs/cli/commands.md +++ b/docs/cli/commands.md @@ -61,6 +61,13 @@ Slash commands provide meta-level control over the CLI itself. They can typicall - **Description:** Displays a list of all the tools that are currently available to the model. - **Action:** Outputs a list of the available tools. + - **Sub-commands:** + - **`desc`** or **`descriptions`**: + - **Description:** Shows detailed descriptions of each tool. + - **Action:** Displays each tool's name with its full description as provided to the model. + - **`nodesc`** or **`nodescriptions`**: + - **Description:** Hides tool descriptions, showing only the tool names. + - **Action:** Displays a compact list with only tool names. - **`/compress`** -- cgit v1.2.3