mirror of
https://github.com/openai/codex.git
synced 2026-05-18 02:02:30 +00:00
Unknown string enum values in config.toml now behave like absent values and produce startup warnings instead of failing config load. The sanitizer runs per config layer before merge so lower-precedence valid values can still apply. Co-authored-by: Codex <noreply@openai.com>