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