New Features
- Goals enabled by default with dedicated storage and progress tracking (openai#23300, openai#23685, openai#23696, openai#23732).
codex remote-controlruns as foreground command with readiness/status reporting (openai#22878).- Permission profiles: list APIs, inheritance, managed requirements.toml, runtime refresh (openai#22928, openai#23412, openai#22270, openai#23433).
- Plugin discovery: marketplace-aware list, installed versions, remote collections (openai#23372, openai#23584, openai#23727, openai#23730).
- Extensions: subagent lifecycle, tool execution, turn metadata, async approval hooks (openai#22782, openai#22873, openai#23309, openai#23688).
Bug Fixes
- Fixed TUI startup wrong cwd when reusing local app-server socket (openai#23538).
- Fixed plan-mode Shift+Enter unexpected submit (openai#23536).
- Fixed stale background terminal poll events (openai#23231).
- Preserved raw code-mode exec output (openai#23564).
- Fixed AGENTS instruction loading: local global reads, invalid UTF-8 warnings (openai#23343, openai#23232).
- Fixed app-server startup/shutdown races, empty resume/fork paths (openai#23516, openai#23578).
Chores
- Canonical Codex package archive pipeline for installers/npm/DotSlash/SDK (openai#23513, openai#23582-openai#23638).
- Fixed Linux Python runtime wheel tags for glibc systems (openai#21812).
- Removed 6 upstream-only workflow files.