test(smoke): subagent tool calls read as Agent
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ check(
|
||||
check("thread header shows the master", text().includes("Master · 29 Aug"));
|
||||
check(
|
||||
"the running turn's tools are on screen",
|
||||
text().includes("Task") && text().includes("Bash")
|
||||
text().includes("Agent") && text().includes("Bash")
|
||||
);
|
||||
check(
|
||||
"history rendered through the host renderer",
|
||||
|
||||
Reference in New Issue
Block a user