From 0f7c4a8d4f538f8767d634efceec85b83732393c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 16 Dec 2024 12:13:32 -0800 Subject: [PATCH] feat: Add help message for first-time AI usage --- aider/watch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index 27c791264..3f1d95526 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -157,7 +157,8 @@ class FileWatcher: self.coder.abs_fnames.add(fname) rel_fname = self.coder.get_rel_fname(fname) self.io.tool_output(f"Added {rel_fname} to the chat") - # if there has never been an "action" triggered, also output "Use AI! or AI? to trigger processing" AI! + if not has_action: + self.io.tool_output("Use AI! to request changes or AI? to ask questions about the code") self.io.tool_output() if not has_action: