You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment: WezTerm (Ctrl+V → PasteFrom "Clipboard" ) on Windows, running Copilot CLI inside WSL (zsh). CLI version 1.0.80.
Expected: The full pasted content (12 lines) is sent to the model as part of the message.
Actual: The model responds as if no content was received — e.g., "I don't see the pasted content — it looks like it didn't come through." The paste token is not being expanded/substituted with the real content before the request is sent.
Notes: Terminal/paste mechanism itself works correctly (bracketed paste, WezTerm config verified clean) — this appears to be a CLI-side bug in how paste tokens are resolved before submission.
Affected version
GitHub Copilot CLI 1.0.80.
Steps to reproduce the behavior
Steps to reproduce:
in wezterm using wsl,
Copy multi-line text (e.g., 12 lines) to clipboard.
Describe the bug
Bug: Pasted multi-line content not sent to model
Environment: WezTerm (Ctrl+V → PasteFrom "Clipboard" ) on Windows, running Copilot CLI inside WSL (zsh). CLI version 1.0.80.
Expected: The full pasted content (12 lines) is sent to the model as part of the message.
Actual: The model responds as if no content was received — e.g., "I don't see the pasted content — it looks like it didn't come through." The paste token is not being expanded/substituted with the real content before the request is sent.
Notes: Terminal/paste mechanism itself works correctly (bracketed paste, WezTerm config verified clean) — this appears to be a CLI-side bug in how paste tokens are resolved before submission.
Affected version
GitHub Copilot CLI 1.0.80.
Steps to reproduce the behavior
Steps to reproduce:
in wezterm using wsl,
Expected behavior
No response
Additional context
No response