Files
gemini-cli/packages
Sandy Tao 32a0a8a2c8 fix(cli): expand paste placeholders in AskUserDialog submissions
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.
2026-03-05 22:01:55 -08:00
..