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: update GitHub Actions to support Node.js 24
- Update actions/checkout from v4 to v6.0.2
- Update softprops/action-gh-release from v2 to v2.5.0
- Resolves Node.js 20 deprecation warnings
These action versions support Node.js 24 which will become the default
on GitHub Actions runners starting June 2nd, 2026.
* fix: limit grok-video to single reference frame and set ffmpeg permissions
- Change grok-video from interpolation (2 frames) to single reference frame
- Update buildPollinationsUrl to use `image` param only for grok-video
- Add maxVideoReferenceImages enforcement in useGenerationSettings hook
- Normalize videoReferenceImages on load and update to respect frame limits
- Add chmod 0o755 to ffmpeg-static binary in video preview/thumbnail modules
- Add test coverage for grok-video single frame limit
0 commit comments