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
|
|
@ -175,7 +175,7 @@ describe("TUI inline tool wrapping", () => {
|
|||
test("keeps background state attached to the subagent identity", () => {
|
||||
expect(formatSubagentTitle("Explore", "Inspect renderer", false)).toBe("Explore Subagent — Inspect renderer")
|
||||
expect(formatSubagentTitle("Explore", "Inspect renderer", true)).toBe(
|
||||
"Explore Subagent (background) — Inspect renderer",
|
||||
"Explore Subagent — Inspect renderer [background]",
|
||||
)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue