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

This commit is contained in:
Dax Raad
2026-03-03 11:21:32 -05:00
parent e5c5c1df12
commit 1f3ee037aa

View File

@@ -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