# What Updates the install command in the changelog template (`cliff.toml`) from ``` npm install -g codex@version ``` to ``` npm install -g @openai/codex@<version> ``` # Why The current command is incorrect, it tries installs the old “codex” static site generator rather than the OpenAI Codex CLI. # How Edited only the header string in `cliff.toml` to point to @openai/codex@<version>. No changelog regeneration or other files touched. Fixes #2059 Co-authored-by: Thibault Sottiaux <tibo@openai.com>
1.1 KiB
1.1 KiB