From 4ec3203b91d7a04a6eff3bf4a7c8fc3822765222 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 2 Jul 2023 17:53:40 -0700 Subject: [PATCH] fix for issue #33 --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 31d6f8044..29f4bc63b 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -279,7 +279,7 @@ class Commands: if not args.strip(): self.io.tool_output("Dropping all files from the chat session.") - self.coder.abs_fnames = [] + self.coder.abs_fnames = set() for word in args.split(): matched_files = [