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:
2026-04-06 19:48:17 +00:00
parent 10f182b921
commit 563bd2c247
+1 -1
View File
@@ -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"