mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
stronger wholefile prompt about file listings; adopt allowed_to_edit in wholefile; tests
This commit is contained in:
parent
d00e7c39d1
commit
eaf02da46b
4 changed files with 50 additions and 12 deletions
|
@ -95,6 +95,9 @@ class Coder:
|
|||
stream=True,
|
||||
use_git=True,
|
||||
):
|
||||
if not fnames:
|
||||
fnames = []
|
||||
|
||||
self.verbose = verbose
|
||||
self.abs_fnames = set()
|
||||
self.cur_messages = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue