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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ M7 progress now includes:
253
253
-`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.
254
254
-`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.
255
255
-`internal/tui`: Vim prompt editing now updates unnamed or selected named registers for normal-mode `x`/`X` character deletions while preserving dot-repeat replay for those delete commands.
256
-
-`internal/tui`: Vim prompt editing now supports visual and visual-line `Y`/`D`/`C` linewise aliases, forcing characterwise selections to operate on whole selected lines while preserving linewise unnamed or named register contents.
256
+
-`internal/tui`: Vim prompt editing now supports visual and visual-line `Y`/`D`/`C`/`X`/`S` linewise aliases, forcing characterwise selections to operate on whole selected lines while preserving linewise unnamed or named register contents.
257
257
-`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.
258
258
-`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.
259
259
-`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