feat: Always display file(s) on line before prompt

This commit is contained in:
Paul Gauthier (aider) 2024-08-21 16:05:24 -07:00
parent ff039e80ad
commit 25f9886a40

View file

@ -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