From 2619b921315ec085c0e1ed7ba5a033be49dd76b5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 21 Nov 2024 06:30:50 -0800 Subject: [PATCH] fix: Add period to output message for consistency --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 78dc7ca22..e93046dd9 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -880,7 +880,7 @@ class Commands: if add: num_lines = len(combined_output.strip().splitlines()) - self.io.tool_output(f"Added {num_lines} lines of output to the chat") + self.io.tool_output(f"Added {num_lines} lines of output to the chat.") msg = prompts.run_output.format( command=args,