From e7253d819e956831c65b4af9b4ed715334542e3e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 4 Sep 2024 10:16:11 -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 1a7e841da..2d9ff3e8a 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -34,6 +34,7 @@ cog.out(get_help_md()) | **/models** | Search the list of available models | | **/quit** | Exit the application | | **/read-only** | Add files to the chat that are for reference, not to be edited | +| **/report** | Report a problem by opening a GitHub Issue | | **/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 |