fix: address Cubic P2 review - fake timers in tests, add opencode provider to glm-5

Replace real setTimeout(7000) with fake timer interception in atlas
retry tests (35s -> 227ms). Add missing opencode provider to glm-5
fallback in unspecified-high category.
This commit is contained in:
YeonGyu-Kim
2026-03-06 16:55:02 +09:00
parent 4eb38d99d2
commit b062fc45cb
2 changed files with 60 additions and 26 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ export const CLI_CATEGORY_MODEL_REQUIREMENTS: Record<string, ModelRequirement> =
model: "claude-opus-4-6",
variant: "max",
},
{ providers: ["zai-coding-plan"], model: "glm-5" },
{ providers: ["zai-coding-plan", "opencode"], model: "glm-5" },
{ providers: ["kimi-for-coding"], model: "k2p5" },
{ providers: ["opencode"], model: "kimi-k2.5" },
],