feat(tui): show background label on subagent line
This commit is contained in:
parent
ce228bfd7c
commit
d544ab4d91
2 changed files with 2 additions and 2 deletions
|
|
@ -2262,7 +2262,7 @@ export function formatSubagentToolcalls(count: number) {
|
|||
}
|
||||
|
||||
export function formatSubagentTitle(agent: string, description: string, background: boolean) {
|
||||
return `${agent} Subagent${background ? " (background)" : ""} — ${description}`
|
||||
return `${agent} Subagent — ${description}${background ? " [background]" : ""}`
|
||||
}
|
||||
|
||||
export function formatSubagentRetry(attempt: number, message: string) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue