← 返回更新日志

Codex rust-v0.21.0

2025-08-12 · GitHub 原文
修复多多! - https://github.com/openai/codex/pull/2200 发送提示缓存密钥以实现更优缓存(应能提升令牌效率!) - https://github.com/openai/codex/pull/2202 拆分多行命令以提高可读性 - https://github.com/openai/codex/pull/2095 解析执行命令并在界面中优化显示格式 - https://github.com/openai/codex/pull/2186 识别`applypatch`命令作为`apply_patch`命令字符串 - https://github.com/openai/codex/pull/2183 在工具调用结果中纳入输出截断提示,告知模型未获取到可能预期的完整命令输出 - https://github.com/openai/codex/pull/2162 在`/compact`命令后显示反馈信息,修复未发送差异更新时的问题 - https://github.com/openai/codex/pull/2050 为`apply_patch`命令显示差异预览 - https://github.com/openai/codex/pull/1975 为MCP工具添加JSON模式清理功能,确保与内部JsonSchema枚举的兼容性 外部贡献者:感谢@yaroslavyaroslav!