mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 20:23:24 +00:00
tui: use standard middle dot separator for better terminal compatibility
This commit is contained in:
parent
320622fc27
commit
6d630901b6
1 changed files with 2 additions and 2 deletions
|
|
@ -1049,9 +1049,9 @@ function AssistantMessage(props: { message: AssistantMessage; parts: Part[]; las
|
|||
<text marginTop={1}>
|
||||
<span style={{ fg: local.agent.color(props.message.mode) }}>▣ </span>{" "}
|
||||
<span style={{ fg: theme.text }}>{Locale.titlecase(props.message.mode)}</span>
|
||||
<span style={{ fg: theme.textMuted }}> ⬝ {props.message.modelID}</span>
|
||||
<span style={{ fg: theme.textMuted }}> · {props.message.modelID}</span>
|
||||
<Show when={duration()}>
|
||||
<span style={{ fg: theme.textMuted }}> ⬝ {Locale.duration(duration())}</span>
|
||||
<span style={{ fg: theme.textMuted }}> · {Locale.duration(duration())}</span>
|
||||
</Show>
|
||||
</text>
|
||||
</box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue