From 2fe3701f2258080390a6e7c7a9ad34c4a7b6e613 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 1 Aug 2024 14:37:38 -0300 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 4bdfb26eb..ed9bb00f9 100644 --- a/aider/website/docs/usage/commands.md +++ b/aider/website/docs/usage/commands.md @@ -15,6 +15,7 @@ cog.out(get_help_md()) |Command|Description| |:------|:----------| | **/add** | Add files to the chat so GPT can edit them or review them in detail | +| **/add-clipboard-image** | Add an image from the clipboard to the chat | | **/ask** | Ask questions about the code base without editing any files | | **/chat-mode** | Switch to a new chat mode | | **/clear** | Clear the chat history |