Event emitted when the app-server publishes a turn diff update.
@type t() :: %Codex.Events.TurnDiffUpdated{ diff: String.t() | map(), thread_id: String.t() | nil, turn_id: String.t() | nil }