diff --git a/src/agents/tools/image-tool.test.ts b/src/agents/tools/image-tool.test.ts index 571e0f41392..2009e890b0b 100644 --- a/src/agents/tools/image-tool.test.ts +++ b/src/agents/tools/image-tool.test.ts @@ -714,7 +714,7 @@ describe("image tool implicit imageModel config", () => { await withTempAgentDir(async (agentDir) => { vi.stubEnv("OPENCODE_API_KEY", "opencode-test"); const cfg: OpenClawConfig = { - agents: { defaults: { model: { primary: "opencode-go/kimi-k2.6" } } }, + agents: { defaults: { model: { primary: "opencode-go/minimax-m2.7" } } }, }; expect(resolveImageModelConfigForTool({ cfg, agentDir })).toEqual({ primary: "opencode-go/kimi-k2.6",