Event emitted when the app-server requests approval for a file change.
@type t() :: %Codex.Events.FileApprovalRequested{ grant_root: String.t() | nil, id: String.t() | integer(), item_id: String.t(), reason: String.t() | nil, thread_id: String.t(), turn_id: String.t() }