summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHiroaki Mitsuyoshi <[email protected]>2025-08-06 06:58:09 +0900
committerGitHub <[email protected]>2025-08-05 21:58:09 +0000
commitfaf6a5497a7fd902edb4dfd0941c4157edb62dd5 (patch)
tree33b7e88e7dd4645fa9cb13bb4cbb1945c03f162a /docs
parentdd85aaa951f8df0af1b6477922b3a5c061b7d1ba (diff)
feat(docs): Add /chat delete command in commands.md (#5408)
Co-authored-by: Sandy Tao <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r--docs/cli/commands.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cli/commands.md b/docs/cli/commands.md
index 96f47a2a..c4590f5f 100644
--- a/docs/cli/commands.md
+++ b/docs/cli/commands.md
@@ -27,6 +27,9 @@ Slash commands provide meta-level control over the CLI itself.
- **Usage:** `/chat resume <tag>`
- **`list`**
- **Description:** Lists available tags for chat state resumption.
+ - **`delete`**
+ - **Description:** Deletes a saved conversation checkpoint.
+ - **Usage:** `/chat delete <tag>`
- **`/clear`**
- **Description:** Clear the terminal screen, including the visible session history and scrollback within the CLI. The underlying session data (for history recall) might be preserved depending on the exact implementation, but the visual display is cleared.