mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: sort filenames before adding them to chat
This commit is contained in:
parent
e0c603c764
commit
e0949bff69
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ class Commands:
|
||||||
res = list(map(str, matched_files))
|
res = list(map(str, matched_files))
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
sort the filenames before adding them @ai
|
||||||
def cmd_add(self, args):
|
def cmd_add(self, args):
|
||||||
"Add files to the chat so aider can edit them or review them in detail"
|
"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