mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
remove ohmyopencode
This commit is contained in:
@@ -1,59 +0,0 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,6 @@
|
||||
"opencode-openai-codex-auth",
|
||||
"opencode-antigravity-auth@beta",
|
||||
"@mohak34/opencode-notifier@latest",
|
||||
"oh-my-opencode"
|
||||
],
|
||||
"provider": {
|
||||
"openai": {
|
||||
|
||||
Reference in New Issue
Block a user