fix(tui): label completed subagent task

This commit is contained in:
Kit Langton
2026-07-12 12:44:22 +00:00
committed by opencode-agent[bot]
parent 885c13fcee
commit 41b51e1824
@@ -1284,6 +1284,7 @@ function SessionNoticeMessageV2(props: { message: SessionMessageInfo }) {
<text fg={color()}>
{state() === "completed" ? "↳" : "!"} {agent()} {status()}
</text>
<text fg={theme.textMuted}> · {text()}</text>
</box>
</Show>
)