diff --git a/aider/io.py b/aider/io.py index ba38758be..eb9c6737f 100644 --- a/aider/io.py +++ b/aider/io.py @@ -478,7 +478,7 @@ class InputOutput: ) else: res = input(question) - + if not res: res = "y" # Default to Yes if no input break