feat: Add help message for first-time AI usage

This commit is contained in:
Paul Gauthier (aider) 2024-12-16 12:13:32 -08:00
parent 07353207c0
commit 0f7c4a8d4f

View file

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