Compare commits

...

1 Commits

Author SHA1 Message Date
Dax Raad 05f378650a fix(tui): hide read tool arguments 2026-06-21 09:12:57 -04:00
+1 -1
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) => (