mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
32a0a8a2c8
The AskUserDialog was submitting raw paste placeholder text like '[Pasted Text: 55 lines]' instead of the actual pasted content. InputPrompt already handled this expansion, but AskUserDialog's TextQuestionView and ChoiceQuestionView did not. Add expandPastePlaceholders helper and apply it to all submit and selection-change paths in both question view types.