mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
9bc884d597
The codex registry module v4.2.0 wires `enable_state_persistence` through to agentapi, completing session resume support. Combined with the `--type codex` flag added in v4.1.2, Codex now fully preserves conversation context across pause and resume cycles. Refs coder/registry#783 Refs coder/registry#785