- [changed] TUI startup is reworked with dedicated draft, orchestration, and terminal-probe replay paths so session bring-up is more structured from first paint.
- [changed] Client message streaming now uses chunked client-message events instead of a single full-message event shape.
- [new] Terminal editing support includes a delete-to-line-end action.
- [removed] The collab waiting-end notification path is gone.
- [new] Optional
CODEX_APPLY_PATCH_PRESERVE_LINE_ENDINGScontrols preserving original line endings when applying patches. - [new] Optional
CODEX_ESCALATE_SOCKETsupport for escalation-socket wiring. - [new] Optional
CODEX_SANDBOX_NETWORK_DISABLEDto keep sandbox network access off.
Under the hood
- Remote-session connection driving gains a dedicated commands path for session control.
- Config and API surface continues to expand around Guardian v2 settings (including transcript options), external-agent detection/migration, managed hooks requirements, marketplace metadata, skills config writes, thread metadata updates, and related exec-approval responses.
- Dependency set picks up
event-listener-strategyas part of async/listener infrastructure.