added opencode config

This commit is contained in:
2026-05-08 10:44:11 +02:00
parent 582fa2e905
commit f9c2176b6c
6 changed files with 97 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"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
}
}
}