- Added new config option:
model_supports_reasoning_summaries
: #1524 - Thanks to @reneleonhardt for helping update a number of our dependencies (we now build with Rust 1.88!): #1494
- Removed reference to
/compact
in #1503 because it is not supported yet: #1257 - Thanks to @pchuri so that when running Codex installed via
npm
,process.platform === "android"
will run the Rust CLI: #1488 - Fix generated shell completions to use the name
codex
instead ofcodex-cli
: #1496