Codex.Events.FileApprovalRequested (Codex SDK v0.14.0)

Copy Markdown View Source

Event emitted when the app-server requests approval for a file change.

Summary

Types

t()

@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()
}