mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
- Change KeyboardInterrupt handler to continue loop instead of exiting - Let signal handler manage Ctrl+C behavior completely - Only exit on explicit /exit command or outer KeyboardInterrupt This ensures that Ctrl+C during agent processing returns to chat loop instead of exiting the entire application. Co-authored-by: openhands <openhands@all-hands.dev>