- [Highlights]
- TUI polish and stability improvements: reduced typing lag, cleaner streamed message formatting, better error handling, and improved input behavior.
- Better Windows ARM build reliability and faster release-time builds.
- [TUI/UX]
- Fix laggy typing (#2922)
- Rework message styling for clarity (#2877)
- Remove extra blank lines in streamed agent messages (#3065)
- Hide “/init” suggestion when `AGENTS.md` exists (#3038)
- Ignore Enter on empty input to avoid queuing blank messages (#3047)
- Catch `get_cursor_position` errors to avoid crashes (#2870)
- Remove extra quote from disabled-command message (#3035)
- [Build & CI]
- Leverage Windows 11 ARM for Windows ARM builds (#3062)
- Install `zstd` on Windows 11 ARM image used for releases (#3066)
- Populate Windows cache for release builds when PRs are opened (#2884)
- [Docs]
- Fix config reference table (#3063)
- Update PR template link after docs refactor (#2982)
- [Logging/Telemetry]
- Add logs when users change the model (#3060)
- [Dependencies]
- Bump `regex-lite` to 0.1.7 in `codex-rs` (#3010)
### PRs merged
- [#3066](https://github.com/openai/codex/pull/3066) fix: install zstd on the windows-11-arm image used to cut a release
- [#3065](https://github.com/openai/codex/pull/3065) tui: fix extra blank lines in streamed agent messages
- [#3063](https://github.com/openai/codex/pull/3063) fix config reference table
- [#3062](https://github.com/openai/codex/pull/3062) fix: leverage windows-11-arm for Windows ARM builds
- [#3060](https://github.com/openai/codex/pull/3060) Add logs to know when we users are changing the model
- [#3047](https://github.com/openai/codex/pull/3047) Bug fix: ignore Enter on empty input to avoid queuing blank messages
- [#3038](https://github.com/openai/codex/pull/3038) tui: hide '/init' suggestion when AGENTS.md exists
- [#3035](https://github.com/openai/codex/pull/3035) remove extra quote from disabled-command message
- [#3010](https://github.com/openai/codex/pull/3010) chore(deps): bump regex-lite from 0.1.6 to 0.1.7 in /codex-rs
- [#2982](https://github.com/openai/codex/pull/2982) Fix: Adapt pr template with correct link following doc refacto
- [#2922](https://github.com/openai/codex/pull/2922) tui: fix laggy typing
- [#2884](https://github.com/openai/codex/pull/2884) fix: try to populate the Windows cache for release builds when PRs are put up for review
- [#2877](https://github.com/openai/codex/pull/2877) rework message styling
- [#2870](https://github.com/openai/codex/pull/2870) tui: catch get_cursor_position errors