v0.12.1
·
6 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Bug fixes
- Fixed an issue where deleting a
[Pasted ~N lines]placeholder in the TUI prompt textarea left stale virtual extmarks and prompt parts behind instead of cleaning them up atomically. - Fixed the OpenTUI
EditBufferRenderablebackspace handler to detect and remove virtual extmarks (paste placeholders) before falling through to the standard word-deletion path. - Fixed the OpenTUI
finishSelectionhandler to clear the last-selection-click state when a selection was expanded, preventing stale mouse-selection anchors.