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(images): remove legacy file:// URI support and use centralized image utils
- Remove file:// URI handling from webviewUriToFilePath (legacy support no longer needed)
- Update tests to reflect modern CDN-style URIs only
- Use MAX_IMAGE_BYTES and estimateBytesFromBase64DataUrl from webview-ui/src/utils/image.ts in ChatTextArea for consistent 10MB enforcement
Fixes knip unused export error and test failure
0 commit comments