From a76ee292550692038c1ae0b4cdc7905c49ec8c83 Mon Sep 17 00:00:00 2001 From: h Date: Fri, 4 Sep 2026 20:24:02 +0200 Subject: [PATCH] test(smoke): subagent tool calls read as Agent --- tests/smoke.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/smoke.mjs b/tests/smoke.mjs index e19f708..d447058 100644 --- a/tests/smoke.mjs +++ b/tests/smoke.mjs @@ -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",