feat(opencode-go): upgrade glm-5 → glm-5.1 and kimi-k2.5 → kimi-k2.6 in fallback chains
This commit is contained in:
committed by
YeonGyu-Kim
parent
0727d9a1a3
commit
6cd40df4cb
@@ -103,12 +103,12 @@ describe("buildPrometheusAgentConfig", () => {
|
||||
expect(result).toBeDefined();
|
||||
});
|
||||
|
||||
test("accepts glm-5 from fallback chain", async () => {
|
||||
test("accepts glm-5.1 from fallback chain", async () => {
|
||||
const result = await buildPrometheusAgentConfig({
|
||||
configAgentPlan: undefined,
|
||||
pluginPrometheusOverride: undefined,
|
||||
userCategories: undefined,
|
||||
currentModel: "opencode-go/glm-5",
|
||||
currentModel: "opencode-go/glm-5.1",
|
||||
});
|
||||
expect(result).toBeDefined();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user