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
fix(copilot): report the accurate reason and byte size on image rejection
- track whether any resize rung produced an encode, rather than whether any
threw: a rung that throws followed by rungs that encode but never fit was
reported as undecodable, and the span outcome disagreed with the placeholder
- format the rejected size with includeBytes, since formatFileSize collapses
anything under 1KB to '0 Bytes' — which is every decompression bomb
0 commit comments