← 返回更新日志

Codex rust-v0.77.0

2025-12-21 · GitHub 原文
## 新功能 - TUI2:统一终端中鼠标滚轮+触控板滚动行为;新增`tui.scroll_*`配置项(PR #8357) - 在`requirements.toml`中添加`allowed_sandbox_modes`参数以限制允许的沙盒模式(PR #8298) - MCP:支持流式HTTP MCP服务器的OAuth登录,不再需要`rmcp_client`特性开关(PR #8087) - 优化模糊文件搜索显示效果与一致性,将文件名生成逻辑集中至`codex-file-search`模块(PR #8334) - 更新内置模型元数据(`models.json`)(PR #8168) ## 缺陷修复 - 修复`/undo`命令与git暂存/幽灵提交的破坏性交互问题(PR #8303) - TUI2:减少滚动对话历史时的冗余重绘(PR #8295) - 文档:修复`experimental.md`中指向`contributing.md`的链接错误(PR #8311) 完整更新日志:https://github.com/openai/codex/compare/rust-v0.76.0...rust-v0.77.0 版本更新日志(此标签范围内合并的PR) - #8374 从系统技能中移除计划功能:https://github.com/openai/codex/pull/8374 - #8357 TUI2滚动标准化及配置项:https://github.com/openai/codex/pull/8357 - #8353 线程配置加载现在接收当前工作目录(内部重构):https://github.com/openai/codex/pull/8353 - #8346 将“OpenAI模型”重命名为“模型管理器”(内部重构):https://github.com/openai/codex/pull/8346 - #8345 升级cargo-deny-action版本(CI流程):https://github.com/openai/codex/pull/8345 - #8334 将文件名生成逻辑迁移至codex-file-search:https://github.com/openai/codex/pull/8334 - #8333 启用resume_warning测试套件模块(测试覆盖率/连接修复):https://github.com/openai/codex/pull/8333 - #8330 将ConstraintError改为枚举类型(更结构化的错误处理):https://github.com/openai/codex/pull/8330 - #8303 修复/undo与暂存区的交互问题:https://github.com/openai/codex/pull/8303 - #8298 在requirements.toml中添加allowed_sandbox_modes:https://github.com/openai/codex/pull/8298 - #8295 合并对话历史滚动重绘(TUI2性能优化):https://github.com/openai/codex/pull/8295 - #8168 更新models.json:https://github.com/openai/codex/pull/8168 - #8087 移除rmcp_client特性开关的使用(OAuth登录不再需要):https://github.com/openai/codex/pull/8087 - #8311 修复experimental.md中的文档链接:https://github.com/openai/codex/pull/8311