fix(claw): add MiMo-V2-Pro and MiMo-V2-Omni to KILOCODE_CATALOG_IDS#1645
Closed
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Closed
fix(claw): add MiMo-V2-Pro and MiMo-V2-Omni to KILOCODE_CATALOG_IDS#1645kilo-code-bot[bot] wants to merge 1 commit intomainfrom
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
Conversation
Users on older OpenClaw versions (< 2026.03.08) that don't support dynamic model discovery could not see MiMo models because they were missing from the hardcoded KILOCODE_CATALOG_IDS set used for the legacy model picker filter. Closes #1642
Contributor
Author
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by gpt-5.4-20260305 · 136,952 tokens |
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
xiaomi/mimo-v2-pro:freeandxiaomi/mimo-v2-omni:freeto theKILOCODE_CATALOG_IDSset insrc/app/(app)/claw/components/modelSupport.ts.2026.03.08) that don't support dynamic model discovery could not see MiMo models in the Kilo Gateway model picker because the models were missing from the hardcoded catalog used for the legacy filter path.Verification
pnpm typecheck— passed, no errorspnpm format:check— passed, no formatting issuespnpm lint(oxlint) — passed, 0 warnings and 0 errorsVisual Changes
N/A
Reviewer Notes
The change is additive — two string entries added to a
Setliteral. Users on OpenClaw >=2026.03.08are unaffected because the dynamic discovery path (supportsDynamicGatewayModels) already returns all models. This only impacts the fallback filtering for older OpenClaw versions.