mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
feat: Add terminal bell notification when LLM processing is complete
This commit is contained in:
parent
99424a9f53
commit
3c0eae4180
2 changed files with 28 additions and 0 deletions
|
@ -1279,6 +1279,9 @@ class Coder:
|
|||
|
||||
def send_message(self, inp):
|
||||
self.event("message_send_starting")
|
||||
|
||||
# Notify IO that LLM processing is starting
|
||||
self.io.llm_started()
|
||||
|
||||
self.cur_messages += [
|
||||
dict(role="user", content=inp),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue