From a6f01430ce5b5b3f42cc41eb242464c78ef4d3a8 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 10 Mar 2026 16:04:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=20hephaestus=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=20ID=20=E6=8B=BC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index e1180df..434e7ee 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,7 +2,7 @@ "$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": "high" }, - "hephaestus": { "model": "openai/gpt-5.3-codx", "variant": "medium" }, + "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "google/gemini-3-flash-preview" }, "explore": { "model": "litellm/grok-code-fast-1" },