From 07353207c06e148489eb89f14742879d86f0509e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 16 Dec 2024 12:13:31 -0800 Subject: [PATCH] feat: Output "Use AI!" if no action triggered --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index 45f4224fd..27c791264 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -157,6 +157,7 @@ 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! self.io.tool_output() if not has_action: