mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fix(providers): minimax-m3 supportsVision (LEDGER-4) + stryker tap.testFiles drift (#6012)
Release-green cleanup — clears LEDGER-4 minimax-m3 supportsVision + stryker tap.testFiles drift base-reds. Validated locally.
This commit is contained in:
committed by
GitHub
parent
a3e6868c3f
commit
501d4b272e
@@ -34,7 +34,7 @@ export const clinepassProvider: RegistryEntry = {
|
||||
},
|
||||
{ id: "cline-pass/mimo-v2.5", name: "MiMo-V2.5 (ClinePass)" },
|
||||
{ id: "cline-pass/mimo-v2.5-pro", name: "MiMo-V2.5-Pro (ClinePass)" },
|
||||
{ id: "cline-pass/minimax-m3", name: "MiniMax M3 (ClinePass)" },
|
||||
{ id: "cline-pass/minimax-m3", name: "MiniMax M3 (ClinePass)", supportsVision: true },
|
||||
{ id: "cline-pass/qwen3.7-max", name: "Qwen3.7 Max (ClinePass)" },
|
||||
{ id: "cline-pass/qwen3.7-plus", name: "Qwen3.7 Plus (ClinePass)" },
|
||||
],
|
||||
|
||||
@@ -19,7 +19,7 @@ export const qoderProvider: RegistryEntry = {
|
||||
models: [
|
||||
{ id: "qoder-rome-30ba3b", name: "Qoder ROME" },
|
||||
{ id: "glm-5.2", name: "GLM-5.2" },
|
||||
{ id: "minimax-m3", name: "MiniMax M3" },
|
||||
{ id: "minimax-m3", name: "MiniMax M3", supportsVision: true },
|
||||
{ id: "qwen3-coder-plus", name: "Qwen3 Coder Plus" },
|
||||
{ id: "qwen3-max", name: "Qwen3 Max" },
|
||||
{ id: "qwen3-vl-plus", name: "Qwen3 Vision Plus", supportsVision: true },
|
||||
|
||||
@@ -91,7 +91,9 @@
|
||||
"tests/unit/claude-passthrough-stream-boolean.test.ts",
|
||||
"tests/unit/claude-passthrough-thinking-2454.test.ts",
|
||||
"tests/unit/cli-simulate.test.ts",
|
||||
"tests/unit/clinepass-provider.test.ts",
|
||||
"tests/unit/codex-failover.test.ts",
|
||||
"tests/unit/codex-session-affinity-reset-aware-5903.test.ts",
|
||||
"tests/unit/codex-stream-false.test.ts",
|
||||
"tests/unit/collect-metrics-module-coverage.test.ts",
|
||||
"tests/unit/combo-499-abort.test.ts",
|
||||
@@ -106,6 +108,7 @@
|
||||
"tests/unit/combo-max-depth-config.test.ts",
|
||||
"tests/unit/combo-omnimodel-tag-stripping.test.ts",
|
||||
"tests/unit/combo-prescreen.test.ts",
|
||||
"tests/unit/combo-priority-quota-exhaustion-cutoff-5923.test.ts",
|
||||
"tests/unit/combo-provider-cooldown.test.ts",
|
||||
"tests/unit/combo-provider-diversity-wiring.test.ts",
|
||||
"tests/unit/combo-quality-validator-reasoning.test.ts",
|
||||
|
||||
Reference in New Issue
Block a user