feat: Output "Use AI!" if no action triggered

This commit is contained in:
Paul Gauthier 2024-12-16 12:13:31 -08:00 committed by Paul Gauthier (aider)
parent d89be83414
commit 07353207c0

View file

@ -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: