mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
feat: Add help message for first-time AI usage
This commit is contained in:
parent
07353207c0
commit
0f7c4a8d4f
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue