diff --git a/webview-ui/src/components/chat/CommandExecution.tsx b/webview-ui/src/components/chat/CommandExecution.tsx index af1d72c6a5..a2b7df6b46 100644 --- a/webview-ui/src/components/chat/CommandExecution.tsx +++ b/webview-ui/src/components/chat/CommandExecution.tsx @@ -154,7 +154,7 @@ export const CommandExecution = ({ executionId, text, icon, title }: CommandExec {status?.status === "exited" && (
+ content={t("chat:commandExecution.exitStatus", { exitCode: status.exitCode })}>