diff options
| author | Billy Biggs <[email protected]> | 2025-06-15 07:56:07 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-15 07:56:07 -0700 |
| commit | da09431be975e6ccc26db536a85313c0a6069360 (patch) | |
| tree | ae9619a564c1145c2ae97c3c8e3825dc6b8cc505 /docs/cli/commands.md | |
| parent | 7352cb403c3ba0d70863f4daefefe0fddb56200e (diff) | |
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.
Diffstat (limited to 'docs/cli/commands.md')
| -rw-r--r-- | docs/cli/commands.md | 7 |
1 files changed, 7 insertions, 0 deletions
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`** |
