From b057b3043c2f0378d15d62db589034fb97ccda3c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 Aug 2024 07:53:11 -0300 Subject: [PATCH] feat: Rename `cmd_add_clipboard_image` to `cmd_clipboard` --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 12409bab0..a634fe918 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -894,7 +894,7 @@ class Commands: return text - def cmd_add_clipboard_image(self, args): + def cmd_clipboard(self, args): "Add an image from the clipboard to the chat" try: image = ImageGrab.grabclipboard()