mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
added temp param, prompt strong that files message is truth
This commit is contained in:
parent
df84bcf38b
commit
819fccc7a4
7 changed files with 22 additions and 14 deletions
|
@ -470,7 +470,7 @@ class RepoMap:
|
|||
lois.append(tag.line)
|
||||
|
||||
# truncate long lines, in case we get minified js or something else crazy
|
||||
output = "".join([line[:100] for line in output.splitlines(keepends=True)])
|
||||
output = "\n".join([line[:100] for line in output.splitlines()]) + "\n"
|
||||
|
||||
return output
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue