55 lines
1.4 KiB
JSON
55 lines
1.4 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"
|
|
],
|
|
"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
|
|
}
|
|
},
|
|
"model": "kimi-for-coding/k2p6",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|