First Commit
This commit is contained in:
59
Base/opencode.jsonc
Normal file
59
Base/opencode.jsonc
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
|
||||
// == General Settings ==
|
||||
"autoupdate": "notify",
|
||||
"plugin": [
|
||||
// Third Party Plugins
|
||||
"./plugins/opencode-md-table-formatter",
|
||||
"@tarquinen/opencode-dcp@latest", // currently resolves to 3.1.9
|
||||
"opencode-agent-skills@0.7.0", // known-good pinned version currently working
|
||||
// "envsitter-guard@latest", // last cached version seen: 0.0.4
|
||||
"./plugins/opencode-smart-title",
|
||||
"cc-safety-net", // currently cached at 0.8.2
|
||||
"@plannotator/opencode@latest", // currently resolves to 0.19.24
|
||||
|
||||
// Custom Local Plugins
|
||||
"./plugins/opencode-chroma-mem",
|
||||
"./plugins/opencode-diva"
|
||||
],
|
||||
|
||||
// == Personal Settings ==
|
||||
"username": "MangoPig",
|
||||
"default_agent": "General",
|
||||
|
||||
"agent": {
|
||||
"plan": {
|
||||
"disable": true
|
||||
},
|
||||
"build": {
|
||||
"disable": true
|
||||
}
|
||||
},
|
||||
|
||||
"provider": {
|
||||
"openrouter": {
|
||||
"whitelist": ["qwen/qwen3.6-plus:free"]
|
||||
}
|
||||
},
|
||||
|
||||
"enabled_providers": ["A100-Ollama", "azure-cognitive-services", "openrouter", "Taobao-Claude"],
|
||||
|
||||
"mcp": {
|
||||
"cloudflare": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.cloudflare.com/mcp",
|
||||
"enabled": true
|
||||
},
|
||||
"time": {
|
||||
"type": "local",
|
||||
"command": ["docker", "run", "-i", "--rm", "-e", "LOCAL_TIMEZONE=Europe/London", "mcp/time"],
|
||||
"enabled": true
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"type": "local",
|
||||
"command": ["docker", "run", "-i", "--rm", "mcp/sequentialthinking"],
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
12
Base/tui.jsonc
Normal file
12
Base/tui.jsonc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/tui.json",
|
||||
"theme": "midnight-vencord",
|
||||
"keybinds": {
|
||||
"leader": "ctrl+x"
|
||||
},
|
||||
"scroll_speed": 5,
|
||||
"scroll_acceleration": {
|
||||
"enabled": true
|
||||
},
|
||||
"diff_style": "auto"
|
||||
}
|
||||
Reference in New Issue
Block a user