fix(tui): order

This commit is contained in:
Adam 2025-12-09 06:13:36 -06:00
parent 20662e2101
commit fe196da430
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -813,10 +813,10 @@ export function Prompt(props: PromptProps) {
</text>
<Show when={store.mode === "normal"}>
<box flexDirection="row" gap={1}>
<text fg={theme.textMuted}>{local.model.parsed().provider}</text>
<text flexShrink={0} fg={theme.text}>
{local.model.parsed().model}
</text>
<text fg={theme.textMuted}>{local.model.parsed().provider}</text>
</box>
</Show>
</box>