feat: Pass coder.edit_format into get_input

This commit is contained in:
Paul Gauthier (aider) 2024-08-21 16:07:49 -07:00
parent b79776f78f
commit 70fb4c2d03

View file

@ -784,6 +784,7 @@ class Coder:
self.get_addable_relative_files(),
self.commands,
self.abs_read_only_fnames,
edit_format=self.edit_format,
)
def preproc_user_input(self, inp):