mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
refactor: sort filenames in cmd_read to match cmd_add behavior
This commit is contained in:
parent
239302a219
commit
dd6124fa64
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue