mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Format tool output message
This commit is contained in:
parent
0f7c4a8d4f
commit
9ae04cf1ec
1 changed files with 3 additions and 1 deletions
|
@ -158,7 +158,9 @@ class FileWatcher:
|
||||||
rel_fname = self.coder.get_rel_fname(fname)
|
rel_fname = self.coder.get_rel_fname(fname)
|
||||||
self.io.tool_output(f"Added {rel_fname} to the chat")
|
self.io.tool_output(f"Added {rel_fname} to the chat")
|
||||||
if not has_action:
|
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(
|
||||||
|
"Use AI! to request changes or AI? to ask questions about the code"
|
||||||
|
)
|
||||||
self.io.tool_output()
|
self.io.tool_output()
|
||||||
|
|
||||||
if not has_action:
|
if not has_action:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue