-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Description
Users are unable to paste text into the Kilo CLI interface. This affects:
- Pasting API keys during
/connectsetup - Pasting messages/prompts
- Copying and pasting any text
Environment
- Platform: Linux
- Kilo CLI installed via npm
Steps to Reproduce
- Run
kiloto start the TUI - Attempt to paste text (API key, message, etc.) using standard paste shortcuts (Ctrl+V, Ctrl+Shift+V, right-click paste)
- Paste does not work - nothing is pasted into the input field
Expected Behavior
Text should paste into the CLI input field when using standard paste shortcuts.
Actual Behavior
Nothing happens when attempting to paste. This makes the CLI unusable for users who need to paste API keys or longer text.
Additional Context
This has been reported by multiple users. Some workarounds that may or may not work:
- Different paste shortcuts (Ctrl+Shift+V, right-click)
- Using
/editorto open an external editor
Impact
Critical - users cannot set up the CLI without being able to paste API keys.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels