We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320622f commit 6d63090Copy full SHA for 6d63090
1 file changed
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
@@ -1049,9 +1049,9 @@ function AssistantMessage(props: { message: AssistantMessage; parts: Part[]; las
1049
<text marginTop={1}>
1050
<span style={{ fg: local.agent.color(props.message.mode) }}>▣ </span>{" "}
1051
<span style={{ fg: theme.text }}>{Locale.titlecase(props.message.mode)}</span>
1052
- <span style={{ fg: theme.textMuted }}> ⬝ {props.message.modelID}</span>
+ <span style={{ fg: theme.textMuted }}> · {props.message.modelID}</span>
1053
<Show when={duration()}>
1054
- <span style={{ fg: theme.textMuted }}> ⬝ {Locale.duration(duration())}</span>
+ <span style={{ fg: theme.textMuted }}> · {Locale.duration(duration())}</span>
1055
</Show>
1056
</text>
1057
</box>
0 commit comments