mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-09 20:58:29 +00:00
fix(tui): hide read tool arguments
This commit is contained in:
parent
8396395f17
commit
05f378650a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue