Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Dax Raad
05f378650a fix(tui): hide read tool arguments 2026-06-21 09:12:57 -04:00

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) => (