e9554fa051
plugin-tests / test (push) Failing after 6s
Browser console: 'Failed to load resource: ...%252Fb6078c89...%252Fimage:0'. _refreshGrid normalized thumbUrl as a full proxy URL, then _renderGrid + _renderDetail wrap it again with PROXY_BASE+encodeURIComponent → %2F → %252F. Fix: store raw BTE path; let the existing renderer wrap it once. Karpathy 4 rules: surface root cause (double-wrap, not the encoder), smallest fix (one expression), surgical (no other shape change).