Prompt input reads from shared stores, and vim cursor clamping moved out of render.
What's wrong with this entry?
The prompt input no longer receives its value, cursor, mode and paste state as eight separate props but reads one draft store, reporting overlay, vim and escape ownership back through setters, and the remote session hook's dozen callbacks collapse into one sink object. Vim normal-mode cursor clamping now runs in a layout effect keyed on a flag marking outside edits, rather than during render.
changedFromOutside
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