forked from HAL9000/cleveragents-core
fix(agents): correct mode field in fix-pr agent definition
Changes mode from invalid "agent" to "primary" to match OpenCode's expected values: "subagent"|"primary"|"all". fix-pr is the main user entry point so "primary" mode is appropriate.
This commit is contained in:
@@ -3,7 +3,7 @@ description: >
|
||||
Primary agent for comprehensive pull request fixing and resolution.
|
||||
Orchestrates specialized subagents to provide complete PR fixing solution
|
||||
with error resolution, CI failure handling, and automated recovery.
|
||||
mode: agent
|
||||
mode: primary
|
||||
temperature: 0.2
|
||||
model: anthropic/claude-sonnet-4-0
|
||||
color: "#059669"
|
||||
|
||||
Reference in New Issue
Block a user