feat: Add /read command to load files from anywhere

This commit is contained in:
Paul Gauthier (aider) 2024-08-09 16:08:46 -03:00
parent fa58addcfa
commit 598ae7b6b9
2 changed files with 34 additions and 0 deletions

View file

@ -50,6 +50,7 @@ def wrap_fence(name):
class Coder:
abs_fnames = None
abs_read_only_fnames = None
repo = None
last_aider_commit_hash = None
aider_edited_files = None