diff --git a/packages/opencode/src/session/message-v2.ts b/packages/opencode/src/session/message-v2.ts index bd6033f4b..690873567 100644 --- a/packages/opencode/src/session/message-v2.ts +++ b/packages/opencode/src/session/message-v2.ts @@ -589,7 +589,7 @@ export namespace MessageV2 { if (part.type === "subtask") { userMessage.parts.push({ type: "text", - text: `Running subtask ${part.agent}: ${part.description}`, + text: "The following tool was executed by the user", }) } }