opencode.jsonc
{
  "$schema": "https://opencode.ai/config.json",
  "plugin": [
    "oh-my-openagent@latest"
  ],
  "provider": {
    "anthropic": {
      "options": {
        "baseURL": "https://api.example.com/v1",
        "apiKey": "{env:ANTHROPIC_API_KEY}"
      }
    }
  },
  "model": "anthropic/claude-sonnet-4-6",
  "mcp": {
    "chrome-devtools": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "chrome-devtools-mcp@latest",
        "--autoConnect",
        "--no-usage-statistics"
      ],
      "enabled": true
    }
  }
}
~/.omo/omo.jsonc
{
  "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/omo.schema.json",
  "[opencode]": {
    "git_master": {
      "commit_footer": true,
      "include_co_authored_by": true,
      "git_env_prefix": "GIT_MASTER=1"
    },
    "agents": {
      "hephaestus": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "oracle": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "librarian": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "explore": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "multimodal-looker": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "prometheus": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "metis": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "momus": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "atlas": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "sisyphus-junior": {
        "model": "anthropic/claude-sonnet-4-6"
      }
    },
    "categories": {
      "visual-engineering": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "ultrabrain": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "deep": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "artistry": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "quick": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "unspecified-low": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "unspecified-high": {
        "model": "anthropic/claude-sonnet-4-6"
      },
      "writing": {
        "model": "anthropic/claude-sonnet-4-6"
      }
    }
  },
  "profiles": {}
}