tui: improve toolcall duration visual alignment by adding consistent indentation

pull/15887/head
Dax Raad 2026-03-03 13:16:26 -05:00
parent 5527b4ea4d
commit ce9900dca0
1 changed files with 1 additions and 1 deletions

View File

@ -1990,7 +1990,7 @@ function Task(props: ToolProps<typeof TaskTool>) {
</Show>
</Show>
<Show when={duration() && props.part.state.status === "completed"}>
{"\n↳ "}
{"\n ↳ "}
{tools().length} toolcalls · {Locale.duration(duration())}
</Show>
</InlineTool>