chore: set up orchestrator plugin and mute prompt status labels

This commit is contained in:
Dax Raad 2026-07-01 18:51:18 -04:00
commit 2f4a688790
3 changed files with 38 additions and 18 deletions

View file

@ -1691,13 +1691,13 @@ export function Prompt(props: PromptProps) {
<Match when={liveWorkStatusVisible() || statusItems().length > 0}>
<text fg={theme.textMuted} wrapMode="none">
<Show when={subagentStatusLabel()}>
{(label) => <span style={{ fg: theme.accent }}>{label()}</span>}
{(label) => <span style={{ fg: theme.textMuted }}>{label()}</span>}
</Show>
<Show when={subagentStatusLabel() && shellStatusLabel()}>
<span style={{ fg: theme.textMuted }}> · </span>
</Show>
<Show when={shellStatusLabel()}>
{(label) => <span style={{ fg: theme.secondary }}>{label()}</span>}
{(label) => <span style={{ fg: theme.textMuted }}>{label()}</span>}
</Show>
<Show when={liveWorkStatusVisible() && statusItems().length > 0}>
<span style={{ fg: theme.textMuted }}> · </span>