Skip to content

Commit ce0cfb0

Browse files
chore: generate
1 parent 13dfe56 commit ce0cfb0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • packages/opencode/src/cli/cmd/tui/component/prompt

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,9 @@ export function Prompt(props: PromptProps) {
11531153
<Show when={local.agent.current()} fallback={<box height={1} />}>
11541154
{(agent) => (
11551155
<>
1156-
<text fg={fadeColor(highlight(), agentMetaAlpha())}>{store.mode === "shell" ? "Shell" : Locale.titlecase(agent().name)}</text>
1156+
<text fg={fadeColor(highlight(), agentMetaAlpha())}>
1157+
{store.mode === "shell" ? "Shell" : Locale.titlecase(agent().name)}
1158+
</text>
11571159
<Show when={store.mode === "normal"}>
11581160
<box flexDirection="row" gap={1}>
11591161
<text fg={fadeColor(theme.textMuted, modelMetaAlpha())}>·</text>

0 commit comments

Comments
 (0)