Under the hood
Useful1 Signal0
A leftover tmux selection state that did nothing was removed from the chat input.
What's wrong with this entry?
Anonymous. No account, no email.
What
The tmux selection prop and its handling are gone from the prompt input and related components.
Details
tmuxSelectedwas threaded through the prompt input, status line and exit-message components; it and thevs === "tmux"derivation are both gone.- The
case "tmux":branch it fed did nothing butbreak. - Other tmux integrations are untouched: clipboard, session management and iTerm2 -CC detection all remain.
Evidence
tmuxSelected
Strings lifted out of the shipped bundle, so the claim above can be checked against them.