From 6c957f55fcdbfb19c2cc8714cbdbc5350458032c Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Fri, 16 Jan 2026 15:50:12 -0600 Subject: [PATCH] tweak: wording --- packages/opencode/src/session/message-v2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/src/session/message-v2.ts b/packages/opencode/src/session/message-v2.ts index 9f2e0ba061..d326976f1a 100644 --- a/packages/opencode/src/session/message-v2.ts +++ b/packages/opencode/src/session/message-v2.ts @@ -510,7 +510,7 @@ export namespace MessageV2 { parts: [ { type: "text", - text: `Tool ${part.tool} returned an attachment:`, + text: `The tool ${part.tool} returned the following attachments:`, }, ...part.state.attachments.map((attachment) => ({ type: "file" as const,