fix(tui): show completed write output (#41883)

This commit is contained in:
Kit Langton 2026-08-11 22:20:55 -04:00 committed by GitHub
parent 5c0cc8e617
commit c86f1c41ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}