mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
docs: Update model usage statistics and dumb terminal message
This commit is contained in:
parent
62498ec867
commit
50436e3106
5 changed files with 416 additions and 410 deletions
|
@ -273,7 +273,7 @@ class InputOutput:
|
|||
else:
|
||||
self.console = Console(force_terminal=False, no_color=True) # non-pretty
|
||||
if self.is_dumb_terminal:
|
||||
self.tool_output("Detected dumb terminal, disabling advanced features")
|
||||
self.tool_output("Detected dumb terminal, disabling fancy input.")
|
||||
|
||||
self.file_watcher = file_watcher
|
||||
self.root = root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue