use bash description as task title

This commit is contained in:
Dax Raad 2025-11-19 13:23:29 -05:00
parent 16fdc90976
commit 5d25758400

View file

@ -271,7 +271,7 @@ export const BashTool = Tool.define("bash", {
}
return {
title: params.command,
title: params.description,
metadata: {
output,
exit: proc.exitCode,