From fd5eb164b589282144ac43890599f64395b3eb89 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 20 Aug 2024 18:52:38 -0700 Subject: [PATCH] bold the command --- aider/coders/editblock_coder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(