From 563bd2c24729a1a5bdcd76da2df60c216a31451c Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman Date: Mon, 6 Apr 2026 19:48:17 +0000 Subject: [PATCH] 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. --- .opencode/agents/fix-pr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opencode/agents/fix-pr.md b/.opencode/agents/fix-pr.md index 36d0dd105e..80d86b3697 100644 --- a/.opencode/agents/fix-pr.md +++ b/.opencode/agents/fix-pr.md @@ -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"