Compare commits

..

1 Commits

Author SHA1 Message Date
Kit Langton 58b2cad830 fix(tui): show completed write output 2026-08-08 22:17:31 -04:00
+1 -1
View File
@@ -2659,7 +2659,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}