Event emitted when an undo operation completes.
@type t() :: %Codex.Events.UndoCompleted{ message: String.t() | nil, success: boolean() | nil, turn_id: String.t() | nil }