chore: generate
This commit is contained in:
parent
13dfe569ef
commit
ce0cfb0ea5
1 changed files with 3 additions and 1 deletions
|
|
@ -1153,7 +1153,9 @@ export function Prompt(props: PromptProps) {
|
||||||
<Show when={local.agent.current()} fallback={<box height={1} />}>
|
<Show when={local.agent.current()} fallback={<box height={1} />}>
|
||||||
{(agent) => (
|
{(agent) => (
|
||||||
<>
|
<>
|
||||||
<text fg={fadeColor(highlight(), agentMetaAlpha())}>{store.mode === "shell" ? "Shell" : Locale.titlecase(agent().name)}</text>
|
<text fg={fadeColor(highlight(), agentMetaAlpha())}>
|
||||||
|
{store.mode === "shell" ? "Shell" : Locale.titlecase(agent().name)}
|
||||||
|
</text>
|
||||||
<Show when={store.mode === "normal"}>
|
<Show when={store.mode === "normal"}>
|
||||||
<box flexDirection="row" gap={1}>
|
<box flexDirection="row" gap={1}>
|
||||||
<text fg={fadeColor(theme.textMuted, modelMetaAlpha())}>·</text>
|
<text fg={fadeColor(theme.textMuted, modelMetaAlpha())}>·</text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue