codex: fix CI failure on PR #15035

Fix the apply_patch feature import and regenerate the config schema fixture.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Dylan Hurd
2026-03-24 01:11:55 -07:00
parent 2cf4550d5d
commit fee0462f5b

View File

@@ -332,6 +332,9 @@
"default": null,
"description": "Optional feature toggles scoped to this profile.",
"properties": {
"apply_patch_crlf": {
"type": "boolean"
},
"apply_patch_freeform": {
"type": "boolean"
},
@@ -1949,6 +1952,9 @@
"default": null,
"description": "Centralized feature flags (new). Prefer this over individual toggles.",
"properties": {
"apply_patch_crlf": {
"type": "boolean"
},
"apply_patch_freeform": {
"type": "boolean"
},