From c67e63bc09f97768ed687d939e3c8be397dcc9b3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 4 Nov 2024 10:34:19 -0800 Subject: [PATCH] feat: add clipboard edit mode via --apply-clipboard-edits flag --- aider/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/main.py b/aider/main.py index 258839b9e..9ad59dc0b 100644 --- a/aider/main.py +++ b/aider/main.py @@ -1,3 +1,5 @@ +#ai: add a --apply-clipboard-edits switch which sets the edit-format to the main models editor format and acts as if "--msg /paste" was provided as an arg! + import configparser import json import os