mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: Always display file(s) on line before prompt
This commit is contained in:
parent
ff039e80ad
commit
25f9886a40
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue