0.77.0
新功能
- 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 暂存 / ghost commits 的破坏性交互 (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 从系统技能中移除 plan: https://github.com/openai/codex/pull/8374
- #8357 TUI2 滚动规范化 + 配置选项: https://github.com/openai/codex/pull/8357
- #8353 线程配置加载现在接收 cwd(内部管线): https://github.com/openai/codex/pull/8353
- #8346 将“OpenAI models”重命名为“models manager”(内部重构): 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