build: update dependencies

This commit is contained in:
Peter Steinberger
2026-04-23 04:00:04 +01:00
parent 1c91f3f09f
commit 06308e21f7
26 changed files with 613 additions and 575 deletions

View File

@@ -34,6 +34,8 @@ describe("opencode-go provider plugin", () => {
"kimi-k2.6",
"mimo-v2-omni",
"mimo-v2-pro",
"mimo-v2.5",
"mimo-v2.5-pro",
"minimax-m2.5",
"minimax-m2.7",
"qwen3.5-plus",
@@ -61,13 +63,13 @@ describe("opencode-go provider plugin", () => {
input: ["text"],
reasoning: true,
contextWindow: 1_048_576,
maxTokens: 64_000,
maxTokens: 128_000,
});
expect(models.get("mimo-v2-omni")).toMatchObject({
input: ["text", "image"],
reasoning: true,
contextWindow: 262_144,
maxTokens: 64_000,
maxTokens: 128_000,
});
});