From 9127055ae7681751965843f04488e157e673a725 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 9f2e0ba06..d326976f1 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,