mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
feat: add comment for future cmd_load implementation
This commit is contained in:
parent
ed4ad45e3d
commit
01439875af
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ class Commands:
|
||||||
all_files = [self.quote_fname(fn) for fn in all_files]
|
all_files = [self.quote_fname(fn) for fn in all_files]
|
||||||
return all_files
|
return all_files
|
||||||
|
|
||||||
|
# ai add cmd_load which takes a filename. read `/commands` from each line an execute them!
|
||||||
def cmd_drop(self, args=""):
|
def cmd_drop(self, args=""):
|
||||||
"Remove files from the chat session to free up context space"
|
"Remove files from the chat session to free up context space"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue