diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index f08b689d0..df94db0a3 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -585,8 +585,6 @@ class Coder: for fname in self.get_all_relative_files(): base = Path(fname).with_suffix("").name.lower() - # Only skip if we already have a file with this name AND - # the base name matches the identifier if len(base) >= 5: all_fnames[base].add(fname)