From 857e55fa743eafa4f647d9a3558ee508c6ed3e9b Mon Sep 17 00:00:00 2001 From: Victor Kzam Date: Mon, 9 Mar 2026 13:14:40 +0000 Subject: [PATCH] fix(opencode): add mode: subagent to generated agent frontmatter Without mode: subagent, all 68 agents default to mode: all and appear as primary agents the user Tab-cycles through, making the UX unusable. With mode: subagent they are invoked on-demand via @agent-name. --- scripts/convert.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/convert.sh b/scripts/convert.sh index 35ae9d4..ae6e0bc 100755 --- a/scripts/convert.sh +++ b/scripts/convert.sh @@ -169,6 +169,7 @@ convert_opencode() { --- name: ${name} description: ${description} +mode: subagent color: ${color} --- ${body}