tui: fix subtask message formatting to show tool execution instead of subtask description

This commit is contained in:
Dax Raad 2025-11-16 19:26:14 -05:00
parent 163d777b9a
commit d024bf6468

View file

@ -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",
})
}
}