feat(opencode-go): upgrade glm-5 → glm-5.1 and kimi-k2.5 → kimi-k2.6 in fallback chains

This commit is contained in:
Samuele Domenico Ruffino
2026-04-23 11:13:45 +02:00
committed by YeonGyu-Kim
parent 0727d9a1a3
commit 6cd40df4cb
9 changed files with 70 additions and 55 deletions
@@ -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();
});