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
Copy file name to clipboardExpand all lines: docs/first-second-parity-audit.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,7 @@ M7 progress now includes:
243
243
-`internal/tui`: Vim prompt editing now includes prompt-local `/` and `?` search modes with Enter execution, Escape cancellation, Backspace query editing, wraparound matching, and `n`/`N` repeat or reverse-repeat search.
244
244
-`internal/tui`: Vim prompt editing now treats `/` and `?` as operator motions for actions such as `d/search` and `c?search`, including search counts, pending-state cleanup on cancel, register updates, and dot-repeat recording for search operators.
245
245
-`internal/tui`: Vim prompt editing now supports `/`, `?`, `n`, and `N` in visual and visual-line modes, returning from the search prompt to the active selection on Enter and preserving the original selection on Escape cancellation.
246
+
-`internal/tui`: Vim prompt editing now supports `"{reg}` named register prefixes across normal/operator/visual yank, delete, and paste paths, including uppercase append registers, black-hole no-op handling, and cleanup of unused register selections after non-register commands.
246
247
-`internal/session`: prompt history now persists image pasted-content metadata such as media type, filename, dimensions, and image-cache source path while still omitting inline base64 image bytes and text-paste hashes for images.
247
248
-`internal/session`: prompt history loading now backfills missing image source paths from existing per-session image-cache files and refreshes the in-memory image path cache when those files exist.
248
249
-`internal/tui`: interaction script key fields now accept DOM-style key event objects with `key`/`code` including `Numpad*`, extended numpad paren/hash/backspace codes, and punctuation key codes, legacy `keyIdentifier`, numeric `keyCode`/`which`/`charCode` including punctuation and numpad operators, `keypress.which` char-code replay, modifier booleans such as `ctrlKey`/`altKey`/`metaKey`/`shiftKey`, and modifier arrays, including wrapper payloads and modifier-only event filtering.
0 commit comments