Revert "feat(sdk): add lucy-vton-3.5 realtime and batch models (#188)"#189
Merged
Conversation
This reverts commit 6fe5585.
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.
Reverts #188.
lucy-vton-3.5 is being rolled back from the JS SDK. This cleanly reverts the merged squash commit that added the CanonicalModel name(s), Zod schema,
.realtime/.video` registry entries, ModelSpecificInputs wiring, and unit/e2e tests.Note: the published @decartai/sdk release (v0.1.15) still ships the id; this revert only returns source
mainto its pre-3.5 state.Note
Medium Risk
Breaking change for code calling models.realtime/video("lucy-vton-3.5") against builds from main; scope is limited to model IDs and tests with no auth or data-path changes.
Overview
Rolls back
lucy-vton-3.5from the JS SDK after the prior add-3.5 change, somainno longer exposes that id for realtime or queue/video APIs.Registry & types: The model is dropped from canonical name lists, Zod
realtime/videounions,modelInputSchemas, and the internal realtime/video_modelsmaps (including generate/job URL paths).ModelSpecificInputsno longer treatslucy-vton-3.5asVideoEdit2Inputs. Comments and AGENTS.md now documentlucy-vton-latest→lucy-vton-3(not 3.5).Surface area: The SDK demo
index.htmlmodel picker no longer lists Lucy VTON 3.5. Unit tests drop 3.5 coverage and expectlistModels()to return 25 entries (was 27); e2e realtime and queue tests forlucy-vton-3.5are removed.Note: A published release may still ship 3.5 until a new publish; this revert only affects source on
main.Reviewed by Cursor Bugbot for commit 4eaf73f. Bugbot is set up for automated code reviews on this repo. Configure here.