From 74f91bf434a3040bb02e460006d43d3b8c295a4c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 27 Mar 2026 18:19:35 +0800 Subject: [PATCH] chore: switch hephaestus and ultrabrain to gpt-5.4 --- oh-my-opencode.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 11606c2..1e41268 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": "openai/gpt-5.4", "variant": "medium" }, - "hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, + "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "librarian": { "model": "openai/gpt-5.4-mini" }, "explore": { "model": "openai/gpt-5.4-mini" }, @@ -15,7 +15,7 @@ }, "categories": { "visual-engineering": { "model": "openai/gpt-5.4", "variant": "medium" }, - "ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" }, + "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "artistry": { "model": "openai/gpt-5.4", "variant": "medium" }, "quick": { "model": "openai/gpt-5.4-mini" },