diff --git a/aider/coders/editblock_coder.py b/aider/coders/editblock_coder.py index f1fda4959..938258698 100644 --- a/aider/coders/editblock_coder.py +++ b/aider/coders/editblock_coder.py @@ -36,7 +36,7 @@ class EditBlockCoder(Coder): edit = edit[1] # This is a shell command self.io.tool_output() - self.io.tool_output(f"Command: {edit.strip()}") + self.io.tool_output(f"{edit.strip()}", bold=True) if self.io.confirm_ask("Do you want to run this suggested shell command?"): try: result = subprocess.run(