diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 38ccb9b..7f93c91 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -2,9 +2,11 @@ "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "agents": { "Sisyphus": { + // "model": "anthropic-gateway/claude-opus-4-5" "model": "anthropic-gateway/claude-sonnet-4-5" }, "Planner-Sisyphus": { + // "model": "anthropic-gateway/claude-opus-4-5" "model": "anthropic-gateway/claude-opus-4-5-thinking" }, "oracle": { @@ -14,9 +16,11 @@ "model": "google-gateway/gemini-3-pro-high" }, "librarian": { + // "model": "opencode/glm-4.7-free" "model": "anthropic-gateway/claude-haiku-4-5" }, "explore": { + // "model": "opencode/grok-code" "model": "anthropic-gateway/claude-haiku-4-5" }, "document-writer": {