Patch alpha (0.154.0-alpha.2 → 0.154.0-alpha.3): small agent/session control and config model updates, a couple of new environment knobs, and internal cleanup around the exec server and sandbox signaling.
Changelog
[new] Resume-agent control path for continuing a session (resume-style agent args; the older interrupt-agent args shape is gone).
[new] Follow-up task args so work can be queued as a continuation on an existing thread.
[new] Directory-read response typing for filesystem folder listings.
[new] Cloud requirements can be represented as a TOML bundle.
[new] Persistent-mode snapshot support for saving/restoring mode state.
[new] JWK set handling for key material used in auth/workload flows.
[new]CODEX_SANDBOX_NETWORK_DISABLED to turn off sandbox network access.
[new]CODEX_EXEC_SERVER_URL to configure the exec server endpoint.
[changed] Exec-server relay protobuf surface dropped as part of trimming that protocol path.
Under the hood
Removed the exec-server relay proto subsystem and related generated relay code paths.
Dropped the event-listener-strategy dependency.
Assorted account/login, client-message, realtime transport, and tool-summary enum/event renames and reshuffles in the control plane (including clearer separation of API-key and Amazon Bedrock account paths).
Version metadata bumped to 0.154.0-alpha.3 / rust-v0.154.0-alpha.3 on the alpha channel.
Upgrade notes
If you relied on interrupt-agent style controls, switch to the resume-agent flow.
Goals TOML and remote network proxy launch config are no longer part of the model; migrate any automation that still emitted them.
Callers that listened for sandbox_denied should stop expecting that event.
Optional: set CODEX_EXEC_SERVER_URL and/or CODEX_SANDBOX_NETWORK_DISABLED when you need an explicit exec endpoint or a network-disabled sandbox.
content/
Browse captured content/
Same tree as codex-cli/latest/content for this version. Open the full browser for sidebar navigation between docs and other files.