mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
feat: Add /read command to load files from anywhere
This commit is contained in:
parent
fa58addcfa
commit
598ae7b6b9
2 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue