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
Browse filesBrowse the repository at this point in the historyBrowse files
luozihao
committed
refactor(tui): dedupe repeated image paths in one submission
Referencing the same image path twice used to register two identical
attachments (duplicate bytes, duplicate daemon upload). Rewrite now
caches path -> placeholder per submit so repeats share one attachment,
and the long replace callback is wrapped to the print-width convention.
0 commit comments