mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-24 04:53:51 +00:00
fix(tui): show completed write output (#41883)
This commit is contained in:
parent
5c0cc8e617
commit
c86f1c41ff
1 changed files with 1 additions and 1 deletions
|
|
@ -2897,7 +2897,7 @@ function Write(props: ToolProps) {
|
|||
|
||||
return (
|
||||
<Switch>
|
||||
<Match when={props.metadata.diagnostics !== undefined}>
|
||||
<Match when={props.part.state.status === "completed"}>
|
||||
<BlockTool
|
||||
path={{ label: "# Wrote", value: pathFormatter.format(stringValue(props.input.path)) }}
|
||||
part={props.part}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue