This commit is contained in:
alex wiesner
2026-03-13 13:28:20 +00:00
parent 95974224f8
commit cb208a73c4
62 changed files with 1105 additions and 3490 deletions

View File

@@ -1,20 +1,30 @@
{
"$schema": "https://opencode.ai/config.json",
"autoupdate": true,
"default_agent": "lead",
"model": "github-copilot/gpt-5.4",
"small_model": "github-copilot/gpt-5-mini",
"default_agent": "planner",
"enabled_providers": ["github-copilot"],
"plugin": ["@tarquinen/opencode-dcp", "./plugins/tmux-panes.ts"],
"agent": {
"build": {
"disable": true
},
"general": {
"disable": true
},
"explore": {
"disable": true
},
"plan": { "permission": { "write": "allow" } }
"plan": {
"disable": true
}
},
"permission": {
"doom_loop": "allow",
"websearch": "allow",
"question": "allow",
"bash": "allow",
"external_directory": "deny"
},
"mcp": {
@@ -53,11 +63,6 @@
"ast-grep-server"
],
"enabled": true
},
"codebase-memory": {
"type": "local",
"command": ["codebase-memory-mcp", "mcp"],
"enabled": true
}
}
}