From c1ba7db8a135c45017dd82dc9ad32c02e954b4b4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 10 Jan 2025 14:23:42 -0800 Subject: [PATCH] refactor: Update placeholder text in cmd_run for better clarity --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 067006072..b5786de12 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -943,7 +943,7 @@ class Commands: ] if add and exit_status != 0: - self.io.placeholder = "Fix that" + self.io.placeholder = "What's wrong? Fix" def cmd_exit(self, args): "Exit the application"