github openai/codex rust-v0.85.0
0.85.0

latest releases: rust-v0.86.0, rust-v0.86.0-alpha.1
15 hours ago

New Features

  • App-server v2 now emits collaboration tool calls as item events in the turn stream, so clients can render agent coordination in real time. (#9213)
  • Collaboration tools gained richer agent control: spawn_agent accepts an agent role preset, and send_input can optionally interrupt a running agent before delivering the message. (#9275, #9276)
  • /models metadata now includes upgrade migration markdown so clients can display richer guidance when suggesting model upgrades. (#9219)

Bug Fixes

  • [revert] Linux sandboxing now falls back to Landlock-only restrictions when user namespaces are unavailable, and sets no_new_privs before applying sandbox rules. (#9250)
  • codex resume --last now respects the current working directory, with --all as an explicit override. (#9245)
  • Stdin prompt decoding now handles BOMs/UTF-16 and provides clearer errors for invalid encodings. (#9151)

Changelog

Full Changelog: rust-v0.84.0...rust-v0.85.0

Don't miss a new codex release

NewReleases is sending notifications on new releases.