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
+1 -1
View File
@@ -163,7 +163,7 @@ describe("model fallback hook", () => {
expect(secondOutput.message["model"]).toEqual({
providerID: "opencode-go",
modelID: "kimi-k2.5",
modelID: "kimi-k2.6",
})
expect(secondOutput.message["variant"]).toBeUndefined()
})