diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index c9924856e..22dbc18a9 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -595,7 +595,7 @@ class Coder: # Skip files that share names with existing files if Path(fname).name in existing_files: continue - + base = Path(fname).with_suffix("").name.lower() if len(base) >= 5: all_fnames[base].add(fname)