generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Before opening, please confirm:
Operating System
Ubuntu 24.04.4 LTS
Kiro Version
1.28.1
Bug Description
In --tui mode, if a shell command hangs (e.g. sudo without permissions, or network request to unreachable host), it cannot be interrupted by
Ctrl+C, Ctrl+Z or any other key combination. The only way out is to kill the kiro-cli process externally.
Steps to Reproduce
- Run: kiro-cli chat --tui
- Ask kiro to execute a hanging shell command, e.g.:
- sudo command (without sudo rights)
- curl to an unreachable host
- Try to interrupt with Ctrl+C / Ctrl+Z
Expected: process is interrupted
Actual: no reaction, process hangs until killed externally
Note: works correctly without --tui
Expected Behavior
Ctrl+C interrupts the hanging shell process and returns control to the user.
Conversation ID
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists