fix(tui): label completed subagent task
This commit is contained in:
parent
885c13fcee
commit
41b51e1824
1 changed files with 1 additions and 0 deletions
|
|
@ -1284,6 +1284,7 @@ function SessionNoticeMessageV2(props: { message: SessionMessageInfo }) {
|
||||||
<text fg={color()}>
|
<text fg={color()}>
|
||||||
{state() === "completed" ? "↳" : "!"} {agent()} {status()}
|
{state() === "completed" ? "↳" : "!"} {agent()} {status()}
|
||||||
</text>
|
</text>
|
||||||
|
<text fg={theme.textMuted}> · {text()}</text>
|
||||||
</box>
|
</box>
|
||||||
</Show>
|
</Show>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue