← 返回更新日志

Codex rust-v0.3.0

2025-07-08 · GitHub 原文
本次更新解决了0.2.0版本中报告的若干重要问题: - 修复了非ASCII字符导致CLI崩溃的问题:https://github.com/openai/codex/issues/1450(特别感谢@ryozi-tn在https://github.com/openai/codex/pull/1467中提供的修复方案) - 新增`--sandbox`命令行标志支持,并对与此选项相关的`config.toml`配置进行了不兼容调整。详见https://github.com/openai/codex/pull/1476 - 现在可配置向模型提供商发起请求时的自定义HTTP标头:https://github.com/openai/codex/pull/1473