From 93b3b7a184ef807b28a8e725edf3a7906af2cd23 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 5 Dec 2024 20:35:46 -0800 Subject: [PATCH] feat: set auto-copy-context based on copypaste argument --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index 222e330db..0d217d3f8 100644 --- a/aider/main.py +++ b/aider/main.py @@ -801,6 +801,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F suggest_shell_commands=args.suggest_shell_commands, chat_language=args.chat_language, detect_urls=args.detect_urls, + auto_copy_context=args.copypaste, ) except UnknownEditFormat as err: io.tool_error(str(err))