mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 11:26:39 +00:00
tui: prefix task descriptions with 'Task' label for clearer identification during delegation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user