mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:28:27 +00:00
fix: stabilize docker live model and doctor-switch tests
This commit is contained in:
@@ -82,6 +82,11 @@ export function isModernModelRef(ref: ModelRef): boolean {
|
||||
if (provider === "opencode" && id === "alpha-glm-4.7") {
|
||||
return false;
|
||||
}
|
||||
// Opencode MiniMax variants have been intermittently unstable in live runs;
|
||||
// prefer the rest of the modern catalog for deterministic smoke coverage.
|
||||
if (provider === "opencode" && matchesPrefix(id, MINIMAX_PREFIXES)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (provider === "openrouter" || provider === "opencode") {
|
||||
return matchesAny(id, [
|
||||
|
||||
Reference in New Issue
Block a user