generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 188
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, the Delete key removes the character to the LEFT of the cursor (like Backspace) instead of the character to the RIGHT.
Steps to Reproduce
- Run: kiro-cli chat --tui
- Type: 1234567890
- Move cursor between "2" and "3"
- Press Delete
Expected: "3" is deleted → 124567890
Actual: "2" is deleted → 134567890
Note: works correctly without --tui
Expected Behavior
Delete key removes the character to the RIGHT of the cursor.
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