·
5 commits
to main
since this release
Some key fixes for Windows:
- #2035 the
npm
release of@openai/codex
now runs the Rust CLI instead of falling back to the old TypeScript CLI (TypeScript code was removed from the repo in #2048) - #2019 fixes two things for Windows:
- fixes one class of issues with login logic by writing Python program to a temp file instead of long string arg (FYI, we are planning to replace the Python with Rust: #2047)
- ignores
PopKeyboardEnhancementFlags
failure since not all Windows terminals support it
- #2042 should help/fix the Python certificates issue with
codex login
: #2044