fix(mimo): route Pro images through vision sidecar - #2031
Conversation
|
✅ Deterministic PR hygiene checks passed. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan includes up to 10 reviews per rolling hour; 7 remain after this review. 📝 WalkthroughWalkthroughThe built-in MiMo provider now routes images for ChangesMiMo vision routing
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to The change narrowly routes the canonical Pro image path through the configured vision sidecar while preserving the verified native path and custom-provider isolation; no actionable merge-blocking risk remains after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
dc0334e to
d86a2fa
Compare
리뷰 · 우선순위 63 / 80draft 가 아닙니다. #1927 을 canonical
변경 파일은 registry, 아키텍처 노트, 테스트 두 개입니다. Go 대응은 없다고 본문에 있습니다. 해결방안: exact-head CI 실패가 이 diff 와 무관한지 확인하십시오. 모델 id 가 이 댓글은 grok-bot이 작성했습니다 |
Summary
mimo-v2.5-proroute as text-only so image requests use the configured vision sidecarmimo-v2.5on its verified native image-input pathmimodoes not inherit the registry capability claimCloses #1927.
Verification
bun test tests/provider-registry-parity.test.ts tests/catalog-vision-sidecar-modalities.test.ts— 50 passbun run typecheck— cleanbun run privacy:scan— passedgit diff --check— cleanThe current
devstabilization work is separate; this PR's focused suites are green on exact head and full cross-platform CI must pass before merge.Checklist
No separate Go-native counterpart exists for this TypeScript provider catalog/vision-sidecar metadata path.
Summary by CodeRabbit
Bug Fixes
mimo-v2.5-pronow uses the vision sidecar when needed, whilemimo-v2.5retains native image support.Documentation
Tests