added opencode config
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user