mirror of
https://github.com/msitarzewski/agency-agents
synced 2026-04-25 11:18:05 +00:00
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.
This commit is contained in:
parent
d339b43763
commit
857e55fa74
@ -169,6 +169,7 @@ convert_opencode() {
|
||||
---
|
||||
name: ${name}
|
||||
description: ${description}
|
||||
mode: subagent
|
||||
color: ${color}
|
||||
---
|
||||
${body}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user