When running ucode configure and setting up ucode for Codex, it conflicted with itself when it says that codex is up to date but Codex CLI is still outdated.
The cause of this issue is when the user installs Codex through brew instead of npm. Installing through brew is one of the officially supported installation methods
✔ Databricks authentication complete
✔ Unity AI Gateway detected
Select coding agents to configure: [Codex]
! Codex CLI 0.130.0 is older than required 0.134.0; updating Codex is required for ucode's Codex profile
config.
• Updating Codex...
changed 2 packages in 17s
✔ Codex is up to date
ERROR Codex CLI 0.130.0 is too old for ucode's Codex profile config. Codex CLI must be updated to
0.134.0 or newer; run `npm install -g @openai/codex` or `ucode configure`.
When running
ucode configureand setting up ucode for Codex, it conflicted with itself when it says that codex is up to date but Codex CLI is still outdated.The cause of this issue is when the user installs Codex through
brewinstead ofnpm. Installing throughbrewis one of the officially supported installation methods