fix: surface shell stderr output (#34761)
This commit is contained in:
@@ -1687,6 +1687,7 @@ function ToolPart(props: { part: SessionMessageAssistantTool }) {
|
||||
if (ctx.showDetails()) return false
|
||||
if (runningShell()) return false
|
||||
if (props.part.state.status !== "completed") return false
|
||||
if (display() === "shell") return false
|
||||
return true
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user