One store now owns everything about your chat input, notifying listeners only on real changes.
What's wrong with this entry?
A new class holds the prompt value, cursor offset, mode, pasted content, stashed prompt, ownership of the escape key and vim state, and submit subscriptions, notifying listeners only when a fixed list of keys actually changes.
- It tracks whether the value was changed from outside the editor, and debounces a "typing" flag on a scheduled timeout.
- Stash and pop restore the prompt including a launch warning that was showing at the time.
- Submitting a chat message now reads the text from this store rather than a ref.
inputOwnsEscape
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.219
Typing cancels a pending left-arrow confirmation in the prompt input
Both mention prompt input
-
v2.1.227
A large paste stays recallable even when it cannot be written to disk
Both mention prompt input
-
v2.1.227
Leftover paste staging files are cleaned up
Both mention prompt input