bup
This commit is contained in:
+25
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user