Describe the bug
If I have anything stored in my clipboard (E.g. "Some already copied text"), the act of highlighting and copying additional text withing the CLI pastes the PREVIOUSLY copied text into the input.
Affected version
GitHub Copilot CLI 1.0.36.
Steps to reproduce the behavior
- Copy some text to store it in clipboard (E.g. "Previously copied text")
- Select text from within the Copilot CLI (E.g. "Some new text")
- Copy it (whether with
Ctrl + C, right-click, etc.) - DO NOT PASTE ANYTHING
- "Previously copied text" gets pasted into the input (THIS IS THE BUG)
- (extra step, added verification) Now actually paste (
Ctrl + V, second right-click, etc.) - "Some new text" gets added to input (added on top of previous, erroneous, pasted text).
Expected behavior
Just copy what I copy - DON'T PASTE OLD ITEMS WHEN NOT INSTRUCTED TO PASTE ANYTHING.
ALSO, DON'T PASTE ANYTHING WHEN JUST COPYING!!!
Additional context
No response
Describe the bug
If I have anything stored in my clipboard (E.g. "Some already copied text"), the act of highlighting and copying additional text withing the CLI pastes the PREVIOUSLY copied text into the input.
Affected version
GitHub Copilot CLI 1.0.36.
Steps to reproduce the behavior
Ctrl + C,right-click, etc.) - DO NOT PASTE ANYTHINGCtrl + V, secondright-click, etc.) - "Some new text" gets added to input (added on top of previous, erroneous, pasted text).Expected behavior
Just copy what I copy - DON'T PASTE OLD ITEMS WHEN NOT INSTRUCTED TO PASTE ANYTHING.
ALSO, DON'T PASTE ANYTHING WHEN JUST COPYING!!!
Additional context
No response