feat: add comment for future cmd_load implementation

This commit is contained in:
Paul Gauthier 2024-10-29 12:40:57 -07:00 committed by Paul Gauthier (aider)
parent ed4ad45e3d
commit 01439875af

View file

@ -771,6 +771,7 @@ class Commands:
all_files = [self.quote_fname(fn) for fn in 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=""):
"Remove files from the chat session to free up context space"