Description
When running kdm config setup and selecting the "Discord" notification service, the CLI prompts for a webhook URL using @vr_patel/tui's input component. However, when pasting the webhook URL, the prompt glitches out and repeatedly re-prompts without successfully capturing the input.
Reproduction Steps
- Run
kdm config setup.
- Select "Discord".
- When prompted
? Discord Webhook URL:, paste a standard Discord webhook URL (e.g. https://discord.com/api/webhooks/123/...).
- The terminal prints multiple prompts instead of accepting the input.
Expected Behavior
Pasting a valid Discord webhook URL should cleanly input the string and proceed to the next step.
Workaround
Users must currently use the deprecated command-line flag approach to bypass the interactive UI:
kdm config set discord_webhook "https://discord.com/api/webhooks/YOUR/WEBHOOK-URL"
kdm config set notification_service discord
Environment
- OS: macOS
- Terminal: zsh
- CLI version: 1.2.5
Description
When running
kdm config setupand selecting the "Discord" notification service, the CLI prompts for a webhook URL using@vr_patel/tui'sinputcomponent. However, when pasting the webhook URL, the prompt glitches out and repeatedly re-prompts without successfully capturing the input.Reproduction Steps
kdm config setup.? Discord Webhook URL:, paste a standard Discord webhook URL (e.g.https://discord.com/api/webhooks/123/...).Expected Behavior
Pasting a valid Discord webhook URL should cleanly input the string and proceed to the next step.
Workaround
Users must currently use the deprecated command-line flag approach to bypass the interactive UI:
Environment