|
@@ -1408,7 +1408,7 @@ ToolRegistry.register<typeof TaskTool>({
|
|
|
<For each={props.metadata.summary ?? []}>
|
|
<For each={props.metadata.summary ?? []}>
|
|
|
{(task) => (
|
|
{(task) => (
|
|
|
<text style={{ fg: theme.textMuted }}>
|
|
<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>
|
|
</text>
|
|
|
)}
|
|
)}
|
|
|
</For>
|
|
</For>
|