pub fn subagent_rows(queued: &[QueuedApproval], now_ms: i64) -> Vec<ApprovalRow>Expand description
supercode’s own queued subagent approvals, as uniform rows.
The queue is append-only, so the index is a stable identity within the
process that owns it. A record whose outcome is still unknown is
pending; one the parent’s own handler already answered carries that
answer, which is why this listing never has to guess (see
crate::subagents::QueuedApproval).