← 返回更新日志

Codex rust-v0.28.0

2025-09-02 · GitHub 原文
- [亮点] - TUI 优化与稳定性提升:减少输入延迟,优化流式消息格式,改进错误处理,提升输入交互体验。 - 提升 Windows ARM 版本构建可靠性,加快版本构建速度。 - [TUI/用户体验] - 修复输入延迟问题 (#2922) - 优化消息样式以提升清晰度 (#2877) - 移除流式代理消息中的多余空行 (#3065) - 当存在 `AGENTS.md` 文件时隐藏“/init”提示 (#3038) - 忽略空输入时的回车操作,避免提交空白消息 (#3047) - 捕获 `get_cursor_position` 错误以防止崩溃 (#2870) - 移除禁用命令消息中的多余引号 (#3035) - [构建与持续集成] - 利用 Windows 11 ARM 进行 Windows ARM 版本构建 (#3062) - 在用于发布的 Windows 11 ARM 镜像中安装 `zstd` (#3066) - 当拉取请求创建时,为发布版本的 Windows 缓存填充数据 (#2884) - [文档] - 修复配置参考表格 (#3063) - 在文档重构后更新 PR 模板链接 (#2982) - [日志/遥测] - 添加用户切换模型时的日志记录 (#3060) - [依赖项] - 将 `codex-rs` 中的 `regex-lite` 升级至 0.1.7 版本 (#3010) ### 合并的拉取请求 - [#3066](https://github.com/openai/codex/pull/3066) 修复:在用于版本发布的 windows-11-arm 镜像上安装 zstd - [#3065](https://github.com/openai/codex/pull/3065) tui:修复流式代理消息中的多余空行问题 - [#3063](https://github.com/openai/codex/pull/3063) 修复配置参考表格 - [#3062](https://github.com/openai/codex/pull/3062) 修复:利用 windows-11-arm 进行 Windows ARM 构建 - [#3060](https://github.com/openai/codex/pull/3060) 添加日志以记录用户切换模型的时间 - [#3047](https://github.com/openai/codex/pull/3047) 错误修复:忽略空输入时的回车操作,避免提交空白消息 - [#3038](https://github.com/openai/codex/pull/3038) tui:当 AGENTS.md 存在时隐藏 '/init' 提示 - [#3035](https://github.com/openai/codex/pull/3035) 移除禁用命令消息中的多余引号 - [#3010](https://github.com/openai/codex/pull/3010) 依赖项更新:将 /codex-rs 中的 regex-lite 从 0.1.6 升级至 0.1.7 - [#2982](https://github.com/openai/codex/pull/2982) 修复:在文档重构后更新 PR 模板链接 - [#2922](https://github.com/openai/codex/pull/2922) tui:修复输入延迟问题 - [#2884](https://github.com/openai/codex/pull/2884) 修复:在 PR 提交审核时为发布版本填充 Windows 缓存 - [#2877](https://github.com/openai/codex/pull/2877) 优化消息样式 - [#2870](https://github.com/openai/codex/pull/2870) tui:捕获 get_cursor_position 错误