From e75ff966b90ef4e3b50c10d9d7a08719409e120d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Aug 2024 06:36:37 -0700 Subject: [PATCH] copy --- aider/website/docs/usage/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/website/docs/usage/commands.md b/aider/website/docs/usage/commands.md index ef3cfc24a..1a7e841da 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -36,6 +36,7 @@ cog.out(get_help_md()) | **/read-only** | Add files to the chat that are for reference, not to be edited | | **/reset** | Drop all files and clear the chat history | | **/run** | Run a shell command and optionally add the output to the chat (alias: !) | +| **/settings** | Print out the current settings | | **/test** | Run a shell command and add the output to the chat on non-zero exit code | | **/tokens** | Report on the number of tokens used by the current chat context | | **/undo** | Undo the last git commit if it was done by aider |