From 01439875af0453f96d4af6985d07062f23c8f8ba Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 29 Oct 2024 12:40:57 -0700 Subject: [PATCH] feat: add comment for future cmd_load implementation --- aider/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/commands.py b/aider/commands.py index f890d6693..4d7c1073a 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -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"