mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: Add opt-in analytics and improve output logging method
This commit is contained in:
parent
cbd35b0e87
commit
f96cc03587
2 changed files with 3 additions and 2 deletions
|
@ -2065,5 +2065,5 @@ class Coder:
|
|||
"Add command output to the chat?", allow_never=True
|
||||
):
|
||||
num_lines = len(accumulated_output.strip().splitlines())
|
||||
self.io.output(f"Added {num_lines} lines of output to the chat")
|
||||
self.io.tool_output(f"Added {num_lines} lines of output to the chat.")
|
||||
return accumulated_output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue