Skip to content

Bug: Unable to paste Discord Webhook URL in kdm config setup (TUI paste bug) #133

@utkarsh232005

Description

@utkarsh232005

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

  1. Run kdm config setup.
  2. Select "Discord".
  3. When prompted ? Discord Webhook URL:, paste a standard Discord webhook URL (e.g. https://discord.com/api/webhooks/123/...).
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions