From 41d5b284e39e8fbf28f5d425f860dc286653edd9 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 27 Sep 2024 19:31:43 -0700 Subject: [PATCH] fix: resolve syntax errors in commands.py and improve file handling logic --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index 2df4eb312..e827fea24 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -715,6 +715,7 @@ class Commands: self.coder.abs_fnames.add(abs_file_path) self.io.tool_output( f"Moved {matched_file} from read-only to editable files in the chat" + ) else: if is_image_file(matched_file) and not self.coder.main_model.accepts_images: self.io.tool_error(