fix(tui): detect backgrounded subagents
This commit is contained in:
parent
9c2842b9b0
commit
f044def957
1 changed files with 1 additions and 1 deletions
|
|
@ -2282,7 +2282,7 @@ function Subagent(props: ToolProps) {
|
||||||
{formatSubagentTitle(
|
{formatSubagentTitle(
|
||||||
Locale.titlecase(stringValue(props.input.agent) ?? stringValue(props.input.subagent_type) ?? "General"),
|
Locale.titlecase(stringValue(props.input.agent) ?? stringValue(props.input.subagent_type) ?? "General"),
|
||||||
description() ?? "Subagent",
|
description() ?? "Subagent",
|
||||||
props.metadata.background === true,
|
props.input.background === true || props.metadata.status === "running",
|
||||||
)}
|
)}
|
||||||
</InlineTool>
|
</InlineTool>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue