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]
commit 41b51e1824

View file

@ -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>
) )