mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 10:17:26 +00:00
show combined output of bash tool progressively
Some checks are pending
deploy / deploy (push) Waiting to run
Some checks are pending
deploy / deploy (push) Waiting to run
This commit is contained in:
parent
457386ad08
commit
061ba65d20
4 changed files with 44 additions and 17 deletions
|
@ -605,7 +605,7 @@ export function BashTool(props: ToolProps) {
|
|||
return (
|
||||
<ContentBash
|
||||
command={props.state.input.command}
|
||||
output={props.state.metadata?.stdout || ""}
|
||||
output={props.state.metadata.output ?? props.state.metadata?.stdout}
|
||||
description={props.state.metadata.description}
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue