mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-01-15 13:20:42 -08:00
update opencode
This commit is contained in:
44
.config/opencode/oh-my-opencode.jsonc
Normal file
44
.config/opencode/oh-my-opencode.jsonc
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
"google_auth": true,
|
||||
"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-high"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user