diff --git a/aider/coders/editblock_coder.py b/aider/coders/editblock_coder.py index 8f4a5a04b..c7e61fbae 100644 --- a/aider/coders/editblock_coder.py +++ b/aider/coders/editblock_coder.py @@ -429,7 +429,7 @@ def find_original_update_blocks(content, fence=DEFAULT_FENCE): if pieces and pieces[-1].strip().startswith("```"): pieces.pop() # Remove the closing ``` shell_type = cur.strip().split("```")[1] - yield f"{shell_type}_command", "".join(shell_content), "" + yield "".join(shell_content) continue if cur in (DIVIDER, UPDATED):