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: normalize path separators for Windows compatibility in generateImageTool
- Replace backslashes with forward slashes in imagePath to ensure consistent behavior across platforms
- Fixes test failure on Windows where path.join() creates OS-specific separators
0 commit comments