feat: remove retired Lucy model IDs#21
Merged
AdirAmsalem merged 2 commits intomainfrom Apr 29, 2026
Merged
Conversation
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.
Summary
lucy-2,lucy_2_rt,lucy-2-v2v)lucy-2.1Test plan
git diff --checkswift buildnot run:swiftis not installed in this environmentNote
Medium Risk
This is a breaking API change for clients still compiling against the removed
lucy-2enum cases/aliases. Runtime risk is low since it primarily deletes retired model identifiers and updates mappings/docs to supported replacements.Overview
Removes the retired
lucy-2model identifiers from the public Swift SDK surface:RealtimeModel.lucy2,VideoModel.lucy2, and the deprecated aliaseslucy_2_rt/lucy_2_v2v, along with theirModels.realtime/Models.videodefinitions andallCasesentries.Updates model routing and docs/examples to stop referencing the removed IDs (e.g.,
ModelsInputFactory.videoInputTypeand the README video-edit example now uselucy-2.1), and adjusts the sample app preset mapping accordingly.Reviewed by Cursor Bugbot for commit 623d48a. Bugbot is set up for automated code reviews on this repo. Configure here.