From 79cdff6163fff439d123b9eb6958131e2acd7dea Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 29 Oct 2024 12:43:49 -0700 Subject: [PATCH] feat: add /save command to persist added files for /load --- aider/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/commands.py b/aider/commands.py index 5044e1e6b..5711c5b59 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1246,6 +1246,8 @@ class Commands: output = f"{announcements}\n{settings}" self.io.tool_output(output) + #ai add cmd_save(fname) that generates a file that cmd_load can read! + #it should use /add and /read to reconstruct the list of added files, one per line def cmd_load(self, args): "Load and execute commands from a file" if not args.strip():