fix(tui): label completed subagent task
This commit is contained in:
committed by
opencode-agent[bot]
parent
885c13fcee
commit
41b51e1824
@@ -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>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user