Rename PUTER_GLM5 -> PUTER_MIMO_V2_5, preserve legacy preference, and adjust model UI hints/strikeouts#117
Open
Android-PowerUser wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
The PR successfully renames PUTER_GLM5 to PUTER_MIMO_V2_5 while maintaining backward compatibility. The implementation correctly preserves existing user preferences through the compatibility mapping in loadModelPreference. UI updates consistently reflect the new model name and adjusted strikethrough list. No defects found that block merge.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
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.
Motivation
Description
PUTER_GLM5enum entry withPUTER_MIMO_V2_5inModelOptionand updated its display name and model identifier toMimo-V2.5 (Puter)/xiaomi/mimo-v2.5.loadModelPreferenceto remap stored preference string"PUTER_GLM5"toModelOption.PUTER_MIMO_V2_5to avoid breaking existing user selections.STRIKETHROUGH_MODELSinMenuScreen.ktto removeMISTRAL_LARGE_3and addCLOUDFLARE_KIMI_K2_6.PUTER_GLM5hint and add a pricing hint forPUTER_MIMO_V2_5, and removed theMISTRAL_LARGE_3hint from the list.Testing
./gradlew buildwhich completed successfully../gradlew testand they passed.Codex Task