mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
Make `ListItemsParams::turn_id` optional so callers can list persisted items across an entire thread or narrow the result to one turn. This aligns the thread-store API and documentation with thread-wide item listing while preserving the optional turn-filter behavior for implementations.