Created
July 29, 2026 08:56
-
-
Save forstjiri/7c1cbc591eb1b070693d6d7b2fcbb5d9 to your computer and use it in GitHub Desktop.
oh-my-opencode-slim.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://unpkg.com/oh-my-opencode-slim@latest/oh-my-opencode-slim.schema.json", | |
| "preset": "hybrid", | |
| "presets": { | |
| "hybrid": { | |
| "orchestrator": { | |
| "model": "openai/gpt-5.6-terra", | |
| "variant": "medium", | |
| "skills": ["*"], | |
| "mcps": ["*", "!context7"] | |
| }, | |
| "oracle": { | |
| "model": "openai/gpt-5.6-sol", | |
| "variant": "low", | |
| "skills": ["simplify"], | |
| "mcps": [] | |
| }, | |
| "librarian": { | |
| "model": "zai-coding-plan/glm-5-turbo", | |
| "skills": [], | |
| "mcps": ["websearch", "context7", "gh_grep"] | |
| }, | |
| "explorer": { | |
| "model": "zai-coding-plan/glm-5-turbo", | |
| "variant": "low", | |
| "skills": [], | |
| "mcps": [] | |
| }, | |
| "designer": { | |
| "model": "openai/gpt-5.6-terra", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| }, | |
| "fixer": { | |
| "model": "openai/gpt-5.6-luna", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| } | |
| }, | |
| "zai-only": { | |
| "orchestrator": { | |
| "model": "zai-coding-plan/glm-5.2", | |
| "skills": ["*"], | |
| "mcps": ["*", "!context7"] | |
| }, | |
| "oracle": { | |
| "model": "zai-coding-plan/glm-5.1", | |
| "skills": ["simplify"], | |
| "mcps": [] | |
| }, | |
| "librarian": { | |
| "model": "zai-coding-plan/glm-5-turbo", | |
| "skills": [], | |
| "mcps": ["websearch", "context7", "gh_grep"] | |
| }, | |
| "explorer": { | |
| "model": "zai-coding-plan/glm-4.5-air", | |
| "variant": "low", | |
| "skills": [], | |
| "mcps": [] | |
| }, | |
| "designer": { | |
| "model": "zai-coding-plan/glm-5.2", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| }, | |
| "fixer": { | |
| "model": "zai-coding-plan/glm-5-turbo", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| } | |
| }, | |
| "codex-only": { | |
| "orchestrator": { | |
| "model": "openai/gpt-5.6-sol", | |
| "variant": "low", | |
| "skills": ["*"], | |
| "mcps": ["*", "!context7"] | |
| }, | |
| "oracle": { | |
| "model": "openai/gpt-5.6-sol", | |
| "variant": "low", | |
| "skills": ["simplify"], | |
| "mcps": [] | |
| }, | |
| "librarian": { | |
| "model": "openai/gpt-5.6-terra", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": ["websearch", "context7", "gh_grep"] | |
| }, | |
| "explorer": { | |
| "model": "openai/gpt-5.6-luna", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| }, | |
| "designer": { | |
| "model": "openai/gpt-5.6-terra", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| }, | |
| "fixer": { | |
| "model": "openai/gpt-5.6-luna", | |
| "variant": "medium", | |
| "skills": [], | |
| "mcps": [] | |
| } | |
| } | |
| }, | |
| "companion": { | |
| "enabled": false, | |
| "position": "bottom-right", | |
| "size": "medium", | |
| "gifPack": "default", | |
| "loopStyle": "classic", | |
| "speed": 1, | |
| "debug": false | |
| }, | |
| "multiplexer": { | |
| "type": "none", | |
| "layout": "main-vertical", | |
| "main_pane_size": 60 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment