From 05f378650a7c1da0dbd8d5bcc43a78f6a78fe590 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 21 Jun 2026 09:12:57 -0400 Subject: [PATCH] fix(tui): hide read tool arguments --- packages/tui/src/routes/session/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tui/src/routes/session/index.tsx b/packages/tui/src/routes/session/index.tsx index e3758374c8..9d1865cf42 100644 --- a/packages/tui/src/routes/session/index.tsx +++ b/packages/tui/src/routes/session/index.tsx @@ -2164,7 +2164,7 @@ function Read(props: ToolProps) { spinner={isRunning()} part={props.part} > - Read {pathFormatter.format(stringValue(props.input.filePath))} {input(props.input, ["filePath"])} + Read {pathFormatter.format(stringValue(props.input.filePath))} {(filepath) => (