diff --git a/web/src/chat/reducerTimeline.ts b/web/src/chat/reducerTimeline.ts index 22c9e765..962737d2 100644 --- a/web/src/chat/reducerTimeline.ts +++ b/web/src/chat/reducerTimeline.ts @@ -221,13 +221,8 @@ export function reduceTimeline( } if (c.type === 'sidechain') { - blocks.push({ - kind: 'user-text', - id: `${msg.id}:${idx}`, - localId: null, - createdAt: msg.createdAt, - text: c.prompt - }) + // Skip - the prompt is already visible in the parent Task tool call's input + continue } } }