mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
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.