Codex.Events.TurnPlanUpdated (Codex SDK v0.3.0)
View SourceEvent emitted when the app-server publishes an updated plan for the current turn.
Summary
Types
@type plan_step() :: %{step: String.t(), status: plan_step_status()}
@type plan_step_status() :: :pending | :in_progress | :completed