mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
fix bash tool extra line
This commit is contained in:
parent
03664ba588
commit
9ebad68274
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ func renderToolDetails(
|
|||
stdout := metadata.ExtraFields["stdout"]
|
||||
if stdout != nil {
|
||||
command := toolArgsMap["command"].(string)
|
||||
body = fmt.Sprintf("```console\n> %s\n%s\n```", command, stdout)
|
||||
body = fmt.Sprintf("```console\n> %s\n%s```", command, stdout)
|
||||
body = toMarkdown(body, width, t.BackgroundPanel())
|
||||
}
|
||||
case "webfetch":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue