Back
AI summary
Written by AI from the official notes. Check them for exact details.A minor update to GPT-5-Codex improves file editing and collaboration features.
- More reliable file edits with
apply_patch - Fewer destructive actions like
git reset - Enhanced collaborative behavior with user edits
- 3% more efficient in time and usage
Why it matters: Developers and users of Codex should care for improved editing and collaboration capabilities.
Full release notes4 changes
We've shipped a minor update to GPT-5-Codex:
- More reliable file edits with
apply_patch. - Fewer destructive actions such as
git reset. - More collaborative behavior when encountering user edits in files.
- 3% more efficient in time and usage.