From b89944c3a3c5c1626f8afd4a196f5280340a2760 Mon Sep 17 00:00:00 2001 From: Francesco Camporeale Date: Tue, 10 Mar 2026 00:26:04 +0100 Subject: [PATCH] docs: fix heading formatting in commands.md and phrasing in tools-api.md (#20679) Co-authored-by: Sam Roberts <158088236+g-samroberts@users.noreply.github.com> --- docs/reference/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commands.md b/docs/reference/commands.md index e5e39cf875..c7c25cba1e 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -71,9 +71,9 @@ Slash commands provide meta-level control over the CLI itself. [Checkpointing documentation](../cli/checkpointing.md). - **Equivalent:** `/resume save ` - **`share [filename]`** - - **Description** Writes the current conversation to a provided Markdown or + - **Description:** Writes the current conversation to a provided Markdown or JSON file. If no filename is provided, then the CLI will generate one. - - **Usage** `/chat share file.md` or `/chat share file.json`. + - **Usage:** `/chat share file.md` or `/chat share file.json`. - **Equivalent:** `/resume share [filename]` ### `/clear`