diff --git a/aider/commands.py b/aider/commands.py index 2a81fa6f6..b913d4650 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -754,7 +754,7 @@ class Commands: def cmd_run(self, args, add_on_nonzero_exit=False): "Run a shell command and optionally add the output to the chat (alias: !)" - exit_status, combined_output = run_cmd(args) + exit_status, combined_output = run_cmd(args, verbose=self.verbose) instructions = None if combined_output is None: