# `Codex.Items.Plan`
[🔗](https://github.com/nshkrdotcom/codex_sdk/blob/v0.18.1/lib/codex/items.ex#L119)

Planning item emitted when the agent publishes a plan as a first-class thread item.

# `t`

```elixir
@type t() :: %Codex.Items.Plan{id: String.t() | nil, text: String.t(), type: :plan}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
