Skip to content

Instantly share code, notes, and snippets.

@cxOrz
Last active March 12, 2026 02:36
Show Gist options
  • Select an option

  • Save cxOrz/f399a15baba1917cb2e7714db5f2f3a1 to your computer and use it in GitHub Desktop.

Select an option

Save cxOrz/f399a15baba1917cb2e7714db5f2f3a1 to your computer and use it in GitHub Desktop.
oh-my-opencode.json
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"atlas": {
"model": "github-copilot/claude-sonnet-4.6",
"variant": "thinking",
},
"explore": {
"model": "github-copilot/grok-code-fast-1",
},
"hephaestus": {
"model": "github-copilot/gpt-5.3-codex",
"variant": "medium",
},
"librarian": {
"model": "github-copilot/gemini-3-flash-preview",
},
"metis": {
"model": "github-copilot/claude-opus-4.6",
"variant": "thinking",
},
"momus": {
"model": "github-copilot/gpt-5.4",
},
"multimodal-looker": {
"model": "github-copilot/gemini-3-flash-preview",
},
"oracle": {
"model": "github-copilot/gpt-5.4",
"variant": "high",
},
"prometheus": {
"model": "github-copilot/claude-opus-4.6",
"prompt_append": "Leverage deep & quick agents heavily, always in parallel.",
"variant": "thinking",
},
"sisyphus": {
"model": "github-copilot/claude-sonnet-4.6",
"ultrawork": {
"model": "github-copilot/claude-opus-4.6",
"variant": "thinking",
},
"variant": "thinking",
},
},
"categories": {
"artistry": {
"model": "github-copilot/gemini-3.1-pro-preview",
},
"deep": {
"description": "Goal-oriented autonomous problem-solving. Thorough research before action.",
"model": "github-copilot/gpt-5.3-codex",
"variant": "medium",
},
"quick": {
"model": "opencode/claude-haiku-4-5",
},
"ultrabrain": {
"model": "github-copilot/gpt-5.3-codex",
"variant": "xhigh",
},
"unspecified-high": {
"model": "github-copilot/claude-opus-4.6",
"variant": "thinking",
},
"unspecified-low": {
"model": "github-copilot/claude-sonnet-4.6",
},
"visual-engineering": {
"model": "github-copilot/gemini-3.1-pro-preview",
},
"writing": {
"model": "github-copilot/gemini-3-flash-preview",
},
},
"experimental": {
"aggressive_truncation": true,
"task_system": true,
},
"tmux": {
"enabled": true,
"layout": "main-vertical",
"main_pane_size": 60,
"main_pane_min_width": 120,
"agent_pane_min_width": 40,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment