Skip to content

Instantly share code, notes, and snippets.

@architectureman
Last active February 2, 2026 03:07
Show Gist options
  • Select an option

  • Save architectureman/7df5ab0e24347dfc56242f8c28905278 to your computer and use it in GitHub Desktop.

Select an option

Save architectureman/7df5ab0e24347dfc56242f8c28905278 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"google_auth": false,
"agents": {
"sisyphus": {
"model": "openai/gpt-5.1-codex-max",
"variant": "max"
},
"prometheus": {
"model": "openai/gpt-5-pro",
"variant": "max"
},
"atlas": {
"model": "openai/gpt-5-pro",
"variant": "max"
},
"oracle": {
"model": "openai/gpt-5.1-codex-max",
"variant": "max"
},
"metis": {
"model": "openai/gpt-5.2-pro",
"variant": "max"
},
"momus": {
"model": "openai/gpt-5.2-pro",
"variant": "max"
},
"sisyphus-junior": {
"model": "openai/gpt-5.2-codex",
"variant": "max"
},
"multimodal-looker": {
"model": "openai/gpt-5",
"variant": "max"
},
"explore": {
"model": "openai/gpt-5-pro",
"variant": "max"
},
"librarian": {
"model": "openai/gpt-5-pro",
"variant": "max"
}
},
"categories": {
"visual-engineering": {
"model": "openai/gpt-5",
"variant": "max"
},
"quick": {
"model": "openai/gpt-5.2-chat",
"variant": "high"
},
"ultrabrain": {
"model": "openai/gpt-5-pro",
"variant": "max"
},
"business-logic": {
"model": "openai/gpt-5-pro",
"variant": "max"
},
"writing": {
"model": "openai/gpt-5.2-pro",
"variant": "high"
},
"unspecified-high": {
"model": "openai/gpt-5-pro",
"variant": "max"
},
"unspecified-low": {
"model": "openai/gpt-5.2-chat",
"variant": "high"
},
"artistry": {
"model": "openai/gpt-5",
"variant": "max"
}
},
"background_task": {
"defaultConcurrency": 5
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment