Commit 3c1a384
committed
fix(tui): insert skill name without wiping existing prompt text
When selecting a skill from the TUI skill picker, the skill name is now
inserted at the cursor position using input.insertText() instead of
replacing the entire prompt with input.setText().
Previously, typing a question then selecting a skill would destructively
wipe the entire prompt.
Closes: #27578
Closes: #27160
Closes: #18756
Closes: #187551 parent 94564f3 commit 3c1a384
1 file changed
Lines changed: 3 additions & 6 deletions
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
596 | 593 | | |
597 | 594 | | |
598 | 595 | | |
| |||
0 commit comments