- [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]
- [Docs]
- [Logging/Telemetry]
- Add logs when users change the model (#3060)
- [Dependencies]
- Bump
regex-lite
to 0.1.7 incodex-rs
(#3010)
- Bump
PRs merged
- #3066 fix: install zstd on the windows-11-arm image used to cut a release
- #3065 tui: fix extra blank lines in streamed agent messages
- #3063 fix config reference table
- #3062 fix: leverage windows-11-arm for Windows ARM builds
- #3060 Add logs to know when we users are changing the model
- #3047 Bug fix: ignore Enter on empty input to avoid queuing blank messages
- #3038 tui: hide '/init' suggestion when AGENTS.md exists
- #3035 remove extra quote from disabled-command message
- #3010 chore(deps): bump regex-lite from 0.1.6 to 0.1.7 in /codex-rs
- #2982 Fix: Adapt pr template with correct link following doc refacto
- #2922 tui: fix laggy typing
- #2884 fix: try to populate the Windows cache for release builds when PRs are put up for review
- #2877 rework message styling
- #2870 tui: catch get_cursor_position errors