zm-oai
7d8f840fee
[codex] Add managed in-app updates feature (#2463)
## Summary
- register the requirements-only `in_app_updates` feature as stable and
default-enabled
- prove that managed `[features] in_app_updates = false` requirements
disable the canonical feature
- prove that `configRequirements/read` preserves and emits the managed
value
- regenerate the canonical config schema fixture for the registered
feature
- document the app-server feature requirement
The existing managed requirements parser, source precedence, canonical
enforcement, and app-server mapping remain unchanged. No generated
protocol files are hand-edited.
Closes [CXA-4250](https://linear.app/openai/issue/CXA-4250).
Upstream dependency for
[openai/openai#1166248](https://github.com/openai/openai/pull/1166248),
the admin-policy child stacked on
[openai/openai#1163708](https://github.com/openai/openai/pull/1163708).
## Test plan
- `just test -p codex-core system_requirements_control_in_app_updates`
- intentional registry-key flaw: `0 passed, 1 failed, 3029 skipped`
- restored production code: `1 passed, 3029 skipped`
- `just test -p codex-app-server
config_requirements_read_includes_in_app_updates_policy`
- intentional transport-mapping flaw: `0 passed, 1 failed, 982 skipped`
- restored production code: `1 passed, 982 skipped`
- `just test -p codex-core config_schema_matches_fixture`
- missing generated fixture: `0 passed, 1 failed, 3029 skipped`
- regenerated fixture: `1 passed, 3029 skipped`
- `bazel test //codex-rs/core:core-unit-tests
--test_filter=config::schema::tests::config_schema_matches_fixture
--test_output=errors`
- `1 test passes`
- `just fmt`
- `git diff --check`
GitOrigin-RevId: 7e7ed3c3b2
2026-07-29 22:02:31 +00:00
..
2026-07-23 19:19:35 +00:00
2026-07-21 22:44:43 +00:00
2026-07-24 23:40:14 +00:00
2026-07-29 22:02:31 +00:00
2026-07-22 21:35:16 +00:00
2026-07-21 08:50:21 +00:00
2026-07-24 22:14:12 +00:00
2026-07-22 22:54:28 +00:00
2026-07-23 19:19:35 +00:00
2026-07-22 02:19:45 +00:00
2026-07-21 08:59:41 +00:00
2026-07-24 20:00:59 +00:00
2026-07-23 01:00:35 +00:00
2026-07-24 20:04:23 +00:00
2026-07-24 20:00:59 +00:00
2026-07-22 01:35:06 +00:00
2026-07-21 08:28:51 +00:00
2026-07-24 04:37:01 +00:00
2026-07-24 04:37:01 +00:00
2026-07-24 04:37:01 +00:00
2026-07-23 19:32:26 +00:00
2026-07-24 20:00:59 +00:00
2026-07-24 20:04:23 +00:00
2026-07-24 00:10:22 +00:00
2026-07-23 01:00:35 +00:00
2026-07-29 22:02:31 +00:00
2026-07-24 06:03:36 +00:00
2026-07-24 23:36:11 +00:00
2026-07-24 23:40:14 +00:00
2026-07-23 22:31:53 +00:00
2026-07-24 00:53:05 +00:00
2026-07-23 23:35:29 +00:00
2026-07-20 06:13:29 +00:00
2026-07-24 23:36:11 +00:00
2026-07-23 17:51:12 +00:00
2026-07-29 22:02:31 +00:00
2026-07-22 16:50:09 +00:00
2026-07-23 23:35:29 +00:00
2026-07-22 02:19:45 +00:00
2026-07-24 14:37:11 +00:00
2026-07-23 23:25:53 +00:00
2026-07-08 12:17:58 -04:00
2026-07-23 19:32:26 +00:00
2026-07-22 04:17:34 +00:00
2026-07-24 20:00:59 +00:00
2026-07-23 23:13:59 +00:00
2026-07-23 19:19:35 +00:00
2026-07-17 20:52:42 +00:00
2026-07-23 19:32:26 +00:00
2026-07-23 00:02:15 +00:00
2026-07-22 06:09:10 +00:00
2026-07-22 00:31:30 +00:00
2026-07-20 16:25:57 +00:00
2026-07-24 23:36:11 +00:00
2026-07-22 19:14:11 +00:00
2026-07-24 20:00:59 +00:00
2026-07-24 20:04:23 +00:00
2026-07-24 17:31:55 +00:00
2026-07-23 23:13:59 +00:00
2026-07-21 21:06:04 +00:00
2026-07-23 21:50:17 +00:00
2026-07-24 23:36:11 +00:00
2026-07-23 21:17:45 +00:00
2026-07-24 00:10:22 +00:00
2026-07-24 17:31:55 +00:00
2026-07-22 21:00:01 +00:00
2026-07-24 22:14:12 +00:00
2026-07-24 23:36:11 +00:00
2026-07-22 16:18:08 +00:00
2026-07-24 00:16:42 +00:00
2026-07-24 01:34:56 +00:00
2026-07-09 17:31:44 -07:00
2026-07-24 17:31:55 +00:00
2026-07-23 19:24:41 +00:00
2026-07-11 03:27:51 +00:00
2026-07-24 00:53:05 +00:00