mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
The pattern matcher marked *minimax-m3* as vision: false, causing 9Router to strip image attachments before forwarding upstream. This broke Claude Code / Cursor / Cline vision flows when routing through MiniMax-M3. Scoped vision: true to *minimax-m3* only. M2.7 and the catch-all *minimax* pattern remain vision: false: those models are text-only (per MiniMax docs / NVIDIA NIM model card), so forcing vision there would send images to a model that errors instead of degrading. Co-authored-by: Cursor <cursoragent@cursor.com>