fix(tui): keep completion task label concise
This commit is contained in:
parent
41b51e1824
commit
482dae02aa
2 changed files with 2 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ export const Plugin = {
|
|||
yield* runtime.session.synthetic({
|
||||
sessionID: parentID,
|
||||
text: `<subagent id="${childID}" state="${state}" description="${description}">\n${text}\n</subagent>`,
|
||||
description: `Background agent ${state}: ${description}`,
|
||||
description,
|
||||
metadata: { source: "subagent", childID, agent, state, description },
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue