feat: Add pipe_editor function for system editor interaction

This commit is contained in:
Paul Gauthier 2025-02-24 10:21:59 -08:00 committed by Paul Gauthier (aider)
parent 757fbb0124
commit 031e8cea6e

View file

@ -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.