From c893707c94f7fe20c8ca190b2e356c33a9949d44 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 4 Mar 2026 22:43:12 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=E5=B9=B6=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=20MiniMax=20=E9=94=AE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 16 ++++++++-------- opencode.jsonc | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index fd69dea..ac913dd 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -1,16 +1,16 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { - "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.2", "variant": "high" }, - "librarian": { "model": "google/gemini-3-flash-preview" }, - "explore": { "model": "litellm/grok-code-fast-1" }, + "librarian": { "model": "litellm/glm-4.7" }, + "explore": { "model": "litellm/minimax-m2.5" }, "multimodal-looker": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, - "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, + "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, + "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "momus": { "model": "openai/gpt-5.2", "variant": "medium" }, - "atlas": { "model": "anthropic/claude-sonnet-4-6" } + "atlas": { "model": "litellm/kimi-k2.5" } }, "categories": { "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, @@ -19,8 +19,8 @@ "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "anthropic/claude-haiku-4-5" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, - "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, - "writing": { "model": "google/gemini-3-flash" } + "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, + "writing": { "model": "litellm/kimi-k2.5" } }, "git_master": { "commit_footer": false, diff --git a/opencode.jsonc b/opencode.jsonc index 7b96974..9d0aacf 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -116,7 +116,7 @@ }, // MiniMax - "MiniMax-M2.5": { + "minimax-m2.5": { "name": "MiniMax-M2.5", "reasoning": true, "modalities": { "input": ["text"], "output": ["text"] },