Files
dotfiles/.config/opencode/oh-my-opencode.json
kyasuda 48b5026e98 update
2026-01-23 09:44:11 -08:00

60 lines
1.5 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"google_auth": false,
"agents": {
"Sisyphus": {
"model": "opencode/glm-4.7-free"
},
"librarian": {
"model": "opencode/glm-4.7-free"
},
"explore": {
"model": "google/antigravity-gemini-3-flash"
},
"frontend-ui-ux-engineer": {
"model": "google/antigravity-gemini-3-pro"
},
"document-writer": {
"model": "google/antigravity-gemini-3-flash"
},
"multimodal-looker": {
"model": "google/antigravity-gemini-3-flash"
}
},
"lsp": {
"typescript-language-server": {
"command": ["typescript-language-server", "--stdio"],
"extensions": [".ts", ".tsx"],
"priority": 10
},
"pylsp": {
"disabled": true
},
"pyright": {
"command": ["basedpyright-languageserver", "--stdio"],
"extensions": [".py"],
"priority": 10
},
"bash-language-server": {
"command": ["bash-language-server", "start"],
"extensions": [".sh", ".bash"],
"priority": 10
}
},
"background_task": {
"defaultConcurrency": 5,
"providerConcurrency": {
"anthropic": 2,
"openai": 4,
"google": 4,
"zen": 2
},
"modelConcurrency": {
"anthropic/claude-opus-4-5": 2,
"google/antigravity-gemini-3-flash": 3,
"google/antigravity-gemini-3-pro-high": 2,
"opencode/glm-4.7-free": 3
}
}
}