- [new] Added
CODEX_SANDBOX_NETWORK_DISABLEDto control sandbox network access. - [new] Introduced
CODEX_EXEC_SERVER_NOISE_CHATGPT_ACCOUNT_IDNandCODEX_INTERNAL_ORIGINATOR_OVERRIDECenvironment variables. - [new] Added data models supporting filesystem walks (
FsWalkParams,WalkEntry,WalkOptions,WalkOutcome,WalkError) and execution output streaming (ExecOutputDeltaNotification). - [new] Added
AppSummaryfor capturing application-level state.
Under the hood
- Removed the
exec-server/src/noise_relay/message_framing.rssource file. - Expanded the set of typed payloads and adjusted several enum variants to support the new models and notification flows.
- Updated contributor documentation in
AGENTS.mdto cover app-server integration testing,Test*Builder::build_with_auto_envhelpers, and cross-OS configurations between app-server and exec-server. - Bumped the tracked version in
version.json.
Upgrade notes
No manual steps required.