diff --git a/aider/commands.py b/aider/commands.py index 06fb3f435..131a669d5 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -678,7 +678,9 @@ class Commands: res = list(map(str, matched_files)) return res - sort the filenames before adding them @ai + make the same change to cmd_read @ai <====== + + def cmd_add(self, args): "Add files to the chat so aider can edit them or review them in detail"