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 |