mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-09 22:25:00 +00:00
feat: Output "Use AI!" if no action triggered
This commit is contained in:
parent
d89be83414
commit
07353207c0
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue