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
@@ -411,7 +411,7 @@ M7 progress now includes:
411
411
-`internal/session`: image-cache now supports session-scoped path caching, base64 image writes, image-only bulk storage, stored-path lookup, cache clearing, and cleanup of non-current session cache directories.
412
412
-`internal/session`/`internal/contracts`: prompt pasted-content conversion can now build Anthropic image `source` content blocks from image paste metadata, expand text paste refs, and append source-path meta messages for cached images.
413
413
-`internal/session`/`internal/tui`: pasted image metadata now carries `dimensions` and `sourcePath`, accepts common source/dimension aliases, and renders official-style image metadata text with source path plus original/display dimensions and coordinate scale.
414
-
-`internal/tui`: image hint parsing now reads iTerm2 OSC File `width`/`height`, original/display dimension aliases, and `sourcePath`/`source_path`/`path`, then preserves those fields through prompt pasted image metadata.
414
+
-`internal/tui`: image hint parsing now reads iTerm2 OSC File `width`/`height`, original/display dimension aliases, and `sourcePath`/`source_path`/`path`, normalizing metadata key case plus `_`/`-` separators, then preserves those fields through prompt pasted image metadata.
415
415
-`internal/tui`: PromptInput/REPL screen can enable a session-scoped image-cache so image hint paste caches the image path and writes the base64 image file while inserting the `[Image #N]` prompt reference.
416
416
-`internal/tui`: image paste cache now writes generated cache paths back into `PastedContent.SourcePath` when no original source path exists, so prompt metadata/history restore paths do not depend only on global image-id cache lookup.
417
417
-`internal/tui`: PromptInput paste now strips ANSI, normalizes carriage returns, expands tabs, and uses the official 800-character plus `min(rows-10, 2)` visible-line threshold to decide whether pasted text stays inline or becomes a pasted-content reference.
0 commit comments