Collab event emitted when an agent spawn completes.
@type t() :: %Codex.Events.CollabAgentSpawnEnd{ call_id: String.t() | nil, new_thread_id: String.t() | nil, prompt: String.t() | nil, sender_thread_id: String.t() | nil, status: map() | String.t() | atom() | nil }