fix(tui): hide read tool arguments

This commit is contained in:
Dax Raad 2026-06-21 09:12:57 -04:00
parent 8396395f17
commit 05f378650a

View file

@ -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))}
</InlineTool>
<For each={loaded()}>
{(filepath) => (