fix: Add abs_read_only_fnames to get_coder_state

This commit is contained in:
Paul Gauthier 2024-08-09 18:42:23 -04:00 committed by Paul Gauthier (aider)
parent ac4c339904
commit 46dc6a0b90

View file

@ -689,6 +689,7 @@ class Coder:
self.get_inchat_relative_files(),
self.get_addable_relative_files(),
self.commands,
self.abs_read_only_fnames,
)
def preproc_user_input(self, inp):