This commit is contained in:
Matthew Bessette
2026-06-26 13:10:41 -04:00
parent aff29b3a6c
commit e54f392c4a
4 changed files with 39 additions and 3 deletions
+25 -1
View File
@@ -5,11 +5,35 @@
"provider": {},
"lsp": true,
"agent": {
"plan": {
"mode": "primary",
"model": "github-copilot/claude-sonnet-4.6",
"prompt": "You are OpenCode's architect. When given a problem, analyze the codebase and write out a strict step-by-step master plan. Once approved, use the 'todo' tool to track tasks and delegate implementation details to the general subagents using @general.",
"permission": {
"edit": "deny",
"bash": "deny",
"subagent": "allow"
}
},
"build": {
"prompt": "Always load and follow the git-workflow skill before performing any git operations such as committing, branching, syncing, or creating pull requests."
"mode": "primary",
"model": "github-copilot/claude-sonnet-4.6",
"permission": {
"edit": "allow",
"bash": "allow"
}
},
"explore": {
"model": "github-copilot/claude-haiku-4.5"
},
"general": {
"mode": "subagent",
"model": "github-copilot/claude-haiku-4.5",
"description": "A fresh-context, general-purpose agent for executing individual units of multi-step tasks.",
"permission": {
"edit": "allow",
"bash": "allow"
}
}
},
"autoupdate": false,