ekkinox / yai

Your AI powered terminal assistant.
https://ekkinox.github.io/yai
MIT License
629 stars 29 forks source link

Bug: interrupt command execution #34

Open marcbelmont opened 1 year ago

marcbelmont commented 1 year ago
  1. Write a prompt and type enter
  2. While the response is streaming, press Ctrl+C
  3. Expected behavior: the response stops streaming, and you go back to the yai prompt. Currently, the program exits.
ekkinox commented 1 year ago

You mean interrupting the chat mode?

If yes, will handle this.

marcbelmont commented 1 year ago

Yes, it would be great to interrupt the response in chat mode without exiting the program.