Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ with a forward slash (`/`), an at symbol (`@`), or an exclamation mark (`!`).

Slash commands provide meta-level control over the CLI itself.

### Built-in Commands
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't remove.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok added it back.


### `/about`

- **Description:** Show version info. Share this information when filing issues.
Expand Down Expand Up @@ -61,9 +59,9 @@ Slash commands provide meta-level control over the CLI itself.
modifications, see the
[Checkpointing documentation](../cli/checkpointing.md).
- **`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`.

### `/clear`

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/tools-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ its specific functionality.
## Extending with custom tools

While direct programmatic registration of new tools by users isn't explicitly
detailed as a primary workflow in the provided files for typical end-users, the
architecture supports extension through:
detailed as a primary workflow in this documentation, the architecture supports
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there's a conflict here as this section no longer exists. you can undo this change and it should resolve the conflict.

extension through:

- **Command-based discovery:** Advanced users or project administrators can
define a `tools.discoveryCommand` in `settings.json`. This command, when run
Expand Down