>>109236223
If you don't isolate the Codex CLI app at a network level when it launches, ~/.codex/models_cache.json is always fetched from the server with the hardcoded 372k max_context_window.
>>109236316
>>109236349
Probably has same cap since it bundles the Codex CLI binary within.
7z x ChatGPT.dmg >/dev/null 2>&1
strings "ChatGPT Installer/ChatGPT.app/Contents/Resources/codex" 2>/dev/null | grep -oP 'codex-cli|OpenAI Codex v\S*' | head -2
codex-cli
OpenAI Codex v
strings -n 8 "ChatGPT Installer/ChatGPT.app/Contents/Resources/codex" 2>/dev/null | grep -oP '0\.144\.0-alpha' | head -1
0.144.0-alpha
strings ~/.local/bin/codex 2>/dev/null | grep -oP 'codex-cli|OpenAI Codex v\S*' | head -2
codex-cli
OpenAI Codex v
strings -n 8 ~/.local/bin/codex 2>/dev/null | grep -oP '0\.144\.0' | head -1
0.144.0