Model name now shows when message completes

Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
This commit is contained in:
opencode-agent[bot] 2025-11-05 22:43:21 +00:00
parent 028840517b
commit c30c0b29f5

View file

@ -953,10 +953,7 @@ function AssistantMessage(props: { message: AssistantMessage; parts: Part[]; las
</box>
</Show>
<Show
when={
props.message.time.completed &&
props.parts.some((item) => item.type === "step-finish" && item.reason !== "tool-calls")
}
when={props.message.time.completed}
>
<box paddingLeft={3}>
<text marginTop={1}>