diff --git a/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx b/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx
index af0297ec1b..73e9b9d435 100644
--- a/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx
+++ b/packages/opencode/src/cli/cmd/tui/feature-plugins/system/session-v2.tsx
@@ -559,20 +559,26 @@ function InlineTool(props: {
if (previous.height > 1 || previous.id.startsWith("text-")) setMargin(1)
}}
>
-
-
- {props.children}
-
-
-
- ~ {props.pending}>} when={props.complete}>
- {props.icon} {props.children}
-
-
-
-
+
+
+ {props.complete ? props.icon : "~"}}
+ >
+
+
+
+
+
+ {props.children}
+
+
+
- {error()}
+
+
+ {error()}
+
)