Files
dotfiles/.config/opencode/opencode.json
T
2026-05-11 08:12:03 +00:00

58 lines
1.5 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"@fission-ai/openspec@latest",
"superpowers@git+https://github.com/obra/superpowers.git",
"opencode-snip@latest",
"@tarquinen/opencode-dcp@latest",
"@ramtinj95/opencode-tokenscope",
"@slkiser/opencode-quota",
"envsitter-guard@latest",
"opencode-mystatus",
"oh-my-openagent@latest",
"opentmux"
],
"command": {
"mystatus": {
"description": "Query quota usage for all AI accounts",
"template": "Use the mystatus tool to query quota usage. Return the result as-is without modification."
}
},
"mcp": {
"with-context": {
"type": "local",
"command": [
"npx",
"-y",
"with-context-mcp"
],
"environment": {
"OBSIDIAN_API_KEY": "{env:OBSIDIAN_API_KEY}",
"OBSIDIAN_API_URL": "{env:OBSIDIAN_API_URL}",
"OBSIDIAN_VAULT": "{env:OBSIDIAN_VAULT}",
"PROJECT_BASE_PATH": "{env:PROJECT_BASE_PATH}"
},
"enabled": true
}
},
"provider": {
"qwen-lan": {
"npm": "@ai-sdk/openai-compatible",
"name": "Qwen LAN llama.cpp",
"options": {
"baseURL": "http://192.168.178.38:8080/v1",
"apiKey": "none",
"timeout": 600000,
"chunkTimeout": 60000
},
"models": {
"qwen3.6-27b": {
"name": "Qwen3.6 27B LAN"
}
}
}
},
"model": "qwen-lan/qwen3.6-27b",
"small_model": "qwen-lan/qwen3.6-27b"
}