瀏覽代碼

tui: prefix task descriptions with 'Task' label for clearer identification during delegation

Dax Raad 1 月之前
父節點
當前提交
1f3ee037aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

+ 1 - 1
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -1981,7 +1981,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
       pending="Delegating..."
       part={props.part}
     >
-      {props.input.description}
+      Task {props.input.description}
       <Show when={isRunning() && tools().length > 0}>
         {" "}
         · {tools().length} toolcalls