diff --git a/oh-my-openagent.claude.jsonc b/oh-my-openagent.claude.jsonc index 91e1b47..b6816b0 100644 --- a/oh-my-openagent.claude.jsonc +++ b/oh-my-openagent.claude.jsonc @@ -1,8 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", "agents": { - "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "high" }, - "hephaestus": { "model": "openai/gpt-5.5", "variant": "medium" }, + "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, + "hephaestus": { "model": "openai/gpt-5.5", "variant": "high" }, "oracle": { "model": "openai/gpt-5.5", "variant": "high" }, "librarian": { "model": "openai/gpt-5.4-mini" }, "explore": { "model": "openai/gpt-5.4-mini" },