Alpha patch release: drops the experimental --psp flag, adds a small config option, and continues work on MCP OAuth, network credentials, multi-agent session data, and exec-server plumbing.
Changelog
[removed] Removed the --psp flag (process-only PSP routing for first-party ChatGPT requests) from the CLI and shell completions.
[new] Added the exclude_slash_tmp configuration key.
[new] Network proxy credential brokering includes a GitHub provider path.
[new] Session/rollout handling records inter-agent communication metadata and related agent control payloads (list, interrupt, resume, register).
[new] Guardian warning notifications are available in the client event model.
[changed] Client messaging can stream as chunked message events instead of a single full-message event.
[changed] Rollout wire items cover a broader set of session artifacts (including compacted items, turn context, and world state).
[changed] Marketplace plugin source handling prefers local/git-oriented manifests over the previous npm/git shape.
[changed] Token usage reporting moves toward a simpler profile-oriented model.
Under the hood
Plugin core gains script attribution support for clearer provenance of plugin-run scripts.
Exec-server grows a relay protocol surface for remote execution connections.
Code-mode remote session connection driving is split out into dedicated command handling.
Sandbox and exec-server environment controls expand (including network-disable and exit-on-stdin-close style options) for tighter process lifecycle and policy wiring.
OPENAI_BASE_URL is recognized for base URL overrides in OpenAI-compatible setups.
TUI turn/thread event handling is reorganized (previous thread-event and turn-runtime modules folded away) without changing the overall product surface.
Shell completion scripts (bash, fish, zsh) are regenerated to match the current flag set.
Upgrade notes
If you still pass --psp in scripts or aliases, remove it; the option is no longer accepted.
Regenerate or refresh shell completions if you install them from this package so stale --psp entries disappear.
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.