소스 검색

use bash description as task title

Dax Raad 9 달 전
부모
커밋
5d25758400
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/opencode/src/tool/bash.ts

+ 1 - 1
packages/opencode/src/tool/bash.ts

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