diff --git a/aider/io.py b/aider/io.py index 7d3e90269..e9f1cf68e 100644 --- a/aider/io.py +++ b/aider/io.py @@ -239,9 +239,7 @@ class InputOutput: rel_fnames = list(rel_fnames) show = " ".join(rel_fnames) - if len(show) > 10: - show += "\n" - show += "> " + show += "\n> " inp = "" multiline_input = False