← 返回更新日志

Codex rust-v0.20.0

2025-08-09 · GitHub 原文
针对Windows的一些关键修复: - https://github.com/openai/codex/pull/2035 `@openai/codex` 的 `npm` 版本现在运行Rust CLI,而不是回退到旧的TypeScript CLI(TypeScript代码已在 https://github.com/openai/codex/pull/2048 中从仓库移除) - https://github.com/openai/codex/pull/2019 针对Windows修复了两个问题: - 通过将Python程序写入临时文件而非长字符串参数,修复了登录逻辑中的一类问题(仅供参考,我们计划用Rust替换Python:https://github.com/openai/codex/pull/2047) - 忽略 `PopKeyboardEnhancementFlags` 失败,因为并非所有Windows终端都支持该功能 - https://github.com/openai/codex/pull/2042 应有助于解决 `codex login` 的Python证书问题:https://github.com/openai/codex/issues/2044