Skip to content

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
fix/add-mimo-models-to-kilocode-catalog
Closed

fix(claw): add MiMo-V2-Pro and MiMo-V2-Omni to KILOCODE_CATALOG_IDS#1645
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/add-mimo-models-to-kilocode-catalog

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot bot commented Mar 27, 2026

Summary

Verification

  • pnpm typecheck — passed, no errors
  • pnpm format:check — passed, no formatting issues
  • pnpm lint (oxlint) — passed, 0 warnings and 0 errors
  • Pre-push hooks — all passed (format, lint, typecheck)

Visual Changes

N/A

Reviewer Notes

The change is additive — two string entries added to a Set literal. Users on OpenClaw >= 2026.03.08 are unaffected because the dynamic discovery path (supportsDynamicGatewayModels) already returns all models. This only impacts the fallback filtering for older OpenClaw versions.

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
@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot bot commented Mar 27, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • src/app/(app)/claw/components/modelSupport.ts

Reviewed by gpt-5.4-20260305 · 136,952 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(claw): MiMo Omni and MiMo Pro models not visible to OpenCode users on older OpenClaw versions

1 participant