Skip to content

Skill shortcuts overwrite existing input text instead of appending #99

@renjie-liang

Description

@renjie-liang

Clicking a skill shortcut replaces any text already typed in the input box, instead of appending to it.

Affected components:

  • GuidedPromptStarter.tsx (new session page)
  • SkillShortcutsPanel.tsx (existing conversation page)

Both call setInput(value) directly, discarding any existing input.

Steps to reproduce:

  1. Type some text in the input box
  2. Click a skill shortcut button
  3. The typed text is replaced by the skill prompt

Expected: The skill prompt is appended to the existing text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions