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