diff --git a/aider/commands.py b/aider/commands.py index 09220d9d6..460ddb866 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -1270,7 +1270,7 @@ class Commands: if not cmd or cmd.startswith("#"): continue - self.io.tool_output(f"\nExecuting command: {cmd}") + self.io.tool_output(f"\nExecuting: {cmd}") self.run(cmd) def completions_raw_save(self, document, complete_event):