mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
use bash description as task title
This commit is contained in:
parent
16fdc90976
commit
5d25758400
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ export const BashTool = Tool.define("bash", {
|
|||
}
|
||||
|
||||
return {
|
||||
title: params.command,
|
||||
title: params.description,
|
||||
metadata: {
|
||||
output,
|
||||
exit: proc.exitCode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue