Highlights
This release brings OpenAI OAuth support for Codex sandboxes, allowing users to authenticate via OAuth flow instead of API keys. It also improves session lifecycle management with auto-stop on disconnect — sessions now track active connections via reference counting and automatically stop when all agents and exec sessions have disconnected (detached sandboxes are unaffected).
What's New
Agents
- Add OpenAI OAuth flow for Codex sandboxes, including
--oauth-loginflag forcreate/runcommands (#2063)
Daemon
- Auto-stop sessions when the agent has been disconnected using reference counting; detached sandboxes are excluded (#2095)
Documentation
- Add
AGENTS.mdfor standalone distribution pipeline overview (#2120)