Hitting Ctrl+C once should interrupt the model and give you a chance to redirect it
Resolved 💬 1 comment Opened Jun 6, 2025 by bolinfest Closed Jun 26, 2025
Currently, hitting Ctrl+C interrupts the model in the Rust TUI, but if you submit another message, the model is generally confused and you cannot actually continue your conversation with new instructions. I believe this is because there is almost always inevitably a tool call outstanding when this happens and when the user hits Ctrl+C, we just fail to respond.
I believe this is because we need to respond with "aborted" along the lines of:
so that the model has a response to the tool call, after which it will consider the next user message.
/cc @fouad-openai to confirm this
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗