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
A prompt typed but not yet submitted, then stashed with ctrl+s, is lost after switching sessions. On returning to the original session, pressing ctrl+s (pop) restores nothing - the input stays empty and the stashed text is gone.
Affected version
GitHub Copilot CLI 1.0.78-2
Steps to reproduce the behavior
In a session, type STASH_TEST_123 - do not press Enter.
Press ctrl+s to stash (input clears).
Switch to another session via the Sessions sidebar (or /resume).
Switch back to the original session.
Press ctrl+s again to pop. → Nothing appears; the input is empty.
Expected behavior
Returning to the original session should preserve its stashed prompt, so ctrl+s (pop) restores STASH_TEST_123. The stash should be scoped to, and survive with, the session it was created in.
Additional context
Reproduced deterministically on 1.0.78-2 (100% of attempts)
1.0.76-3 shipped a fix in this exact area: Unsent prompt text now stays with the session it was typed for (for the rest of the CLI session) instead of following you to the session you switch to . I'm on 1.0.78-2 (after that fix), yet the ctrl+s-stashed prompt is still lost on session switch - so either the explicit ctrl+s stash slot isn't covered by that fix, or it has regressed.
Describe the bug
A prompt typed but not yet submitted, then stashed with
ctrl+s, is lost after switching sessions. On returning to the original session, pressingctrl+s(pop) restores nothing - the input stays empty and the stashed text is gone.Affected version
GitHub Copilot CLI 1.0.78-2
Steps to reproduce the behavior
STASH_TEST_123- do not press Enter.ctrl+sto stash (input clears)./resume).ctrl+sagain to pop. → Nothing appears; the input is empty.Expected behavior
Returning to the original session should preserve its stashed prompt, so
ctrl+s(pop) restoresSTASH_TEST_123. The stash should be scoped to, and survive with, the session it was created in.Additional context
ctrl+s-stashed prompt is still lost on session switch - so either the explicitctrl+sstash slot isn't covered by that fix, or it has regressed.