aider icon indicating copy to clipboard operation
aider copied to clipboard

feat: include non-repo files for completing /read (take 2, exclude .files)

Open jbellis opened this issue 1 year ago • 1 comments

This should be faster, but I don't have a repo large enough to reproduce the slowdown in the original version (Cassandra isn't big enough), happy to test against a different repo if you have one in mind.

jbellis avatar Sep 27 '24 22:09 jbellis

Enumerating all the files is just going to be slow for large filesystems.

The main branch has an implementation of this now. Let me know if it works for you.

aider --install-main-branch

paul-gauthier avatar Sep 28 '24 22:09 paul-gauthier

Looks great, thanks!

jbellis avatar Sep 30 '24 19:09 jbellis