From 4f21757e0db7eca318b24fd05c5e0fe3aad477b0 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Thu, 19 Mar 2026 20:05:33 +0000 Subject: [PATCH] chore: generate --- packages/opencode/src/tool/task.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/opencode/src/tool/task.ts b/packages/opencode/src/tool/task.ts index ad2b41f00..9cabf47eb 100644 --- a/packages/opencode/src/tool/task.ts +++ b/packages/opencode/src/tool/task.ts @@ -37,9 +37,9 @@ export const TaskTool = Tool.define("task", async (ctx) => { const description = DESCRIPTION.replace( "{agents}", - list.map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`).join( - "\n", - ), + list + .map((a) => `- ${a.name}: ${a.description ?? "This subagent should only be called manually by the user."}`) + .join("\n"), ) return { description,