Disable Codex prompting me to update npm package version
Resolved 💬 8 comments Opened Mar 11, 2026 by stevus Closed Mar 11, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What variant of Codex are you using?
CLI
What feature would you like to see?
Allow me to turn off the
╭─────────────────────────────────────────────────╮
│ ✨ Update available! 0.111.0 -> 0.113.0 │
│ Run npm install -g @openai/codex to update. │
│ │
│ See full release notes: │
│ https://github.com/openai/codex/releases/latest │
╰─────────────────────────────────────────────────╯
especially if updates are coming out almost daily.
Additional information
_No response_
8 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
#13262 is unrelated & not a duplicate.
#13262 is an annoyance I encounter as well, however the objective of #14336 is to completely disable the update check + prompt. I would like to update Codex CLI at my own leisure and prefer not to receive update available notifications.
There is a
check_for_update_on_startupconfig key that you can set to false if you'd like to disable this.This configuration doesn’t work.
Please reopen this issue or I can create a new one. Not sure why this was closed as the feature as I can tell is not supported.
If you believe it to work, please provide specific examples.
Have you added the following to your
~/.codex/config.tomlfile?Make sure it's not in a subtable in the toml file. It needs to be a top-level key.
adding it to the very top of the file seemed to work. i had added it to other areas and the config passed while the updates were still being recommended, while adding it some tables I did see a failure. not sure what that's about but I no longer see the update available prompt.