Skip to content

Instantly share code, notes, and snippets.

@aditya-konarde
Last active January 4, 2026 17:19
Show Gist options
  • Select an option

  • Save aditya-konarde/80c61b6e2178a3d5fcea3fa9a956672e to your computer and use it in GitHub Desktop.

Select an option

Save aditya-konarde/80c61b6e2178a3d5fcea3fa9a956672e to your computer and use it in GitHub Desktop.
My OpenCode Config. No guarantees if you copy-pasta :)
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"Sisyphus": {
"model": "openrouter/anthropic/claude-opus-4.5"
},
"librarian": {
"model": "google/gemini-3-flash-preview"
},
"explore": {
"model": "zai-coding-plan/glm-4.7"
},
"oracle": {
"model": "google/gemini-3-pro-preview"
},
"frontend-ui-ux-engineer": {
"model": "google/gemini-3-pro-preview"
},
"document-writer": {
"model": "zai-coding-plan/glm-4.7"
},
"multimodal-looker": {
"model": "google/gemini-3-flash-preview"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment