chore: set up orchestrator plugin and mute prompt status labels
This commit is contained in:
parent
4a90ffedfb
commit
2f4a688790
3 changed files with 38 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue