From 25f9886a40d613a1558a4b9a21c5ad7b43fa98cf Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 21 Aug 2024 16:05:24 -0700 Subject: [PATCH] feat: Always display file(s) on line before prompt --- aider/io.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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