fix: lucy-2 realtime video dimensions#120
Merged
AdirAmsalem merged 2 commits intomainfrom Apr 19, 2026
Merged
Conversation
Should be 624x1088 instead of 720x1280
AdirAmsalem
approved these changes
Apr 19, 2026
lucy-2 realtime video dimensions
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit dd544ba. Configure here.
| width: 1280, | ||
| height: 720, | ||
| width: 1088, | ||
| height: 624, |
There was a problem hiding this comment.
Video model lucy-2 dimensions not updated to match
High Severity
The _models.video["lucy-2"] and _models.video["lucy-2-v2v"] entries still have the old dimensions (width: 1280, height: 720), while the realtime counterparts were updated to 1088x624. The lucy-2.1 model has consistent dimensions (1088x624) across both realtime and video sections, suggesting lucy-2 video entries were missed in this fix.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit dd544ba. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Should be 624x1088 instead of 720x1280
Note
Low Risk
Low risk: only updates realtime model metadata (width/height) and adjusts unit tests accordingly, with no changes to request flow or validation logic.
Overview
Fixes the
lucy-2realtime model definitions (lucy-2and deprecatedlucy_2_rt) to report dimensions as 1088x624 instead of 1280x720.Updates unit tests to assert the new realtime dimensions for both the canonical and deprecated model names.
Reviewed by Cursor Bugbot for commit dd544ba. Bugbot is set up for automated code reviews on this repo. Configure here.