Alpha· Major · Confirmed
Code Mode ships in release packages with tighter runtime controls
Codex bundled the Code Mode host, added a V8 JIT-off option, routed API traffic through system proxies, and expanded app approval behavior.
Code Mode moved closer to a self-contained release capability while gaining a security-oriented runtime switch. Networking and app approval behavior also changed in the same window.
Alpha release context: 2 official tags were published that UTC day (rust-v0.143.0-alpha.38, rust-v0.143.0-alpha.39). The full comparison contains 55 commits and at least 300 changed files.
Evidence
The Code Mode host is bundled in Codex release packages.Why it matters: Release artifacts carry the process host needed for Code Mode instead of depending on a separately supplied host.
Direct evidence · Confirmed
Supporting sources
- [codex] bundle code mode host in release packages (#30202) commit · Official
- rust-v0.143.0-alpha.37 to rust-v0.143.0-alpha.39 comparison tag-compare · Official
Conflicting sources
No conflicting sources recorded.
Code Mode can disable the V8 JIT.Why it matters: Managed environments gain a runtime-hardening option when JIT compilation is undesirable or prohibited.
Direct evidence · Confirmed
Supporting sources
- feat(code-mode): allow disabling V8 JIT (#31303) commit · Official
- rust-v0.143.0-alpha.37 to rust-v0.143.0-alpha.39 comparison tag-compare · Official
Conflicting sources
No conflicting sources recorded.
Responses API traffic is routed through the system proxy.Why it matters: Codex API traffic can follow system-level network policy in environments that require a proxy.
Direct evidence · Confirmed
Supporting sources
- core: route Responses API through system proxy (#31335) commit · Official
- rust-v0.143.0-alpha.37 to rust-v0.143.0-alpha.39 comparison tag-compare · Official
Conflicting sources
No conflicting sources recorded.
Codex Apps gain a writes approval mode.Why it matters: App actions that write data can be routed through a dedicated approval posture.
Direct evidence · Confirmed
Supporting sources
- [codex-rs] Add writes app approval mode (#30482) commit · Official
- rust-v0.143.0-alpha.37 to rust-v0.143.0-alpha.39 comparison tag-compare · Official
Conflicting sources
No conflicting sources recorded.
Availability
Availability note: these sources establish repository and CLI release activity. They do not, by themselves, prove that the same changes were live in Codex Desktop.
Availability by surface
| Surface | Status | Claim-level evidence |
|---|---|---|
| CLI | Prerelease · Documented · General |
|
| Desktop | Unknown · Unknown · Unknown |
|
| IDE | Unknown | No central-claim assertion recorded. |
| Cloud | Unknown | No central-claim assertion recorded. |
| Mobile | Unknown | No central-claim assertion recorded. |