mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
tui: improve task display in session view to show tool names and completion status
This commit is contained in:
parent
204a31b6bb
commit
9ca4b464ea
@ -1408,7 +1408,7 @@ ToolRegistry.register<typeof TaskTool>({
|
||||
<For each={props.metadata.summary ?? []}>
|
||||
{(task) => (
|
||||
<text style={{ fg: theme.textMuted }}>
|
||||
∟ {task.tool} {task.state.status === "completed" ? task.state.title : ""}
|
||||
∟ {Locale.titlecase(task.tool)} {task.state.status === "completed" ? task.state.title : ""}
|
||||
</text>
|
||||
)}
|
||||
</For>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user