chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-20 19:09:16 +00:00
parent bfea58dfe4
commit faa6ff0e44
3 changed files with 11 additions and 5 deletions
@@ -323,7 +323,8 @@ export function RunCommandMenuBody(props: {
category: "Suggested",
display: "View subagents",
footer: `${props.subagents().length} active`,
keywords: props.subagents()
keywords: props
.subagents()
.map((item) => `${item.label} ${item.description} ${item.title ?? ""}`)
.join(" "),
},