fix(tui): show elapsed time for running shell tools (#1026)
This commit is contained in:
@@ -68,6 +68,13 @@ export const StreamingOutputDisplay = memo(
|
||||
{" "}… +{hiddenCount} more lines ({elapsed}s){interruptHint}
|
||||
</Text>
|
||||
)}
|
||||
|
||||
{/* Always show elapsed while running, even if output is short */}
|
||||
{hiddenCount === 0 && (
|
||||
<Text dimColor>
|
||||
{" "}({elapsed}s){interruptHint}
|
||||
</Text>
|
||||
)}
|
||||
</Box>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user