chore: generate

This commit is contained in:
opencode-agent[bot]
2026-03-19 20:05:33 +00:00
parent 8fa53ae5a5
commit aead63e1db
+3 -3
View File
@@ -37,9 +37,9 @@ export const TaskTool = Tool.define("task", async (ctx) => {
const description = DESCRIPTION.replace( const description = DESCRIPTION.replace(
"{agents}", "{agents}",
list.map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`).join( list
"\n", .map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`)
), .join("\n"),
) )
return { return {
description, description,