Kang Tu
Kang Tu
That would be great. Yes press another key after C-u is strange. I asked gemini to fix this several time but not quite successful.
Close this issue given PR merged above. Feel free to reopen it if it doesn't work for you.
Thanks for have the in detail error information! Will check them later.
I almost didn't see similar error come out since the above PR merged. Feel free to comment / reopen it if you see errors on your side.
Yes I agree with that. Sometime I just C-c C-c to break it. To track the progress, I think LLM should provide an api to get the progress %. And...
aider just added --notification, wonder if it will help on this? https://aider.chat/docs/usage/notifications.html
Seems the progress bar need to be added at https://github.com/Aider-AI/aider. Maybe you want to open a issue there?
Just tried aider in terminal, and there is the spinner. I didn't see it in aider comint session.
I tried the python shell in eshell, which is very close to comint, sys.stdout.isatty() = True there. And the aider session started in eshell think the term is dumb (as...
This might be the reason: https://github.com/Aider-AI/aider/blob/main/aider/coders/base_coder.py#L1434 When the terminal is dumb, aider will turn off pretty. The above code will not create the WaitingSpinner Object. So that there is no...