OpenAI Codex CLI rust-v0.77.0
OpenAI Codex CLI rust-v0.77.0 was released on .
Summary
New Features - TUI2: Normalize mouse wheel + trackpad scrolling across terminals; add tui.scroll config settings (PR 8357)
Release Context
- This was the 68th OpenAI Codex CLI release of 2025 tracked by Havoptic.
- It shipped 1 day after OpenAI Codex CLI rust-v0.76.0 (December 19, 2025).
Shipped around the same time
Within 3 days of this release, other AI coding tools also shipped:
- Devin Desktop v1.13.3 (December 24, 2025)
- Kiro CLI v1.23.1 (December 23, 2025)
- Claude Code v2.0.76 (December 22, 2025)
- Gemini CLI v0.22.2 (December 22, 2025)
- Gemini CLI v0.22.1 (December 22, 2025)
Compare OpenAI Codex CLI: vs Claude Code · vs Cursor · vs Gemini CLI · vs Kiro CLI · vs GitHub Copilot CLI · vs Devin Desktop · vs Antigravity CLI
Release Notes
New Features
- TUI2: Normalize mouse wheel + trackpad scrolling across terminals; add `tui.scroll_*` config settings (PR #8357)
- Add `allowed_sandbox_modes` to `requirements.toml` to constrain permitted sandbox modes (PR #8298)
- MCP: OAuth login for streamable HTTP MCP servers no longer requires the `rmcp_client` feature flag (PR #8087)
- Improve fuzzy file search display/consistency by centralizing file-name derivation in `codex-file-search` (PR #8334)
- Update bundled model metadata (`models.json`) (PR #8168)
Bug Fixes
- Fix `/undo` interacting destructively with git staging / ghost commits (PR #8303)
- TUI2: Reduce redundant redraws while scrolling transcripts (PR #8295)
- Docs: Fix link to `contributing.md` in `experimental.md` (PR #8311)
Full Changelog: https://github.com/openai/codex/compare/rust-v0.76.0...rust-v0.77.0
Changelog (PRs merged in this tag range)
- #8374 Remove plan from system skills: https://github.com/openai/codex/pull/8374
- #8357 TUI2 scroll normalization + config knobs: https://github.com/openai/codex/pull/8357
- #8353 Thread config loading now receives cwd (internal plumbing): https://github.com/openai/codex/pull/8353
- #8346 Rename “OpenAI models” to “models manager” (internal refactor): https://github.com/openai/codex/pull/8346
- #8345 Bump cargo-deny-action version (CI): https://github.com/openai/codex/pull/8345
- #8334 Move file-name derivation into codex-file-search: https://github.com/openai/codex/pull/8334
- #8333 Enable resume_warning suite module (test coverage / wiring fix): https://github.com/openai/codex/pull/8333
- #8330 Make ConstraintError an enum (more structured errors): https://github.com/openai/codex/pull/8330
- #8303 Fix /undo staging interaction: https://github.com/openai/codex/pull/8303
- #8298 Add allowed_sandbox_modes in requirements.toml: https://github.com/openai/codex/pull/8298
- #8295 Coalesce transcript scroll redraws (TUI2 performance): https://github.com/openai/codex/pull/8295
- #8168 Update models.json: https://github.com/openai/codex/pull/8168
- #8087 Remove rmcp_client feature flag usage (no longer needed for OAuth login): https://github.com/openai/codex/pull/8087
- #8311 Fix docs link in experimental.md: https://github.com/openai/codex/pull/8311
Other Recent OpenAI Codex CLI Releases
- rust-v0.144.6 (July 18, 2026)
- rust-v0.144.5 (July 16, 2026)
- rust-v0.144.4 (July 14, 2026)
- rust-v0.144.3 (July 13, 2026)
- rust-v0.144.2 (July 13, 2026)
All OpenAI Codex CLI releases · All AI coding tool releases on Havoptic