mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: fix subtask message formatting to show tool execution instead of subtask description
This commit is contained in:
parent
163d777b9a
commit
d024bf6468
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue