From 031e8cea6e9f8d24a5326695b27f24809ad852d9 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 24 Feb 2025 10:21:59 -0800 Subject: [PATCH] feat: Add pipe_editor function for system editor interaction --- aider/editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/editor.py b/aider/editor.py index a98781bee..c6af8ec43 100644 --- a/aider/editor.py +++ b/aider/editor.py @@ -112,6 +112,7 @@ def discover_editor(editor_override=None): return editor + def pipe_editor(input_data="", suffix=None, editor=None): """ Opens the system editor with optional input data and returns the edited content.