From a182c1315cdf9fcfc83187addd96a8d596285d09 Mon Sep 17 00:00:00 2001 From: Truls Borgvall <51020190+truls27a@users.noreply.github.com> Date: Sat, 18 Oct 2025 20:02:22 +0200 Subject: [PATCH] docs(changelog): update install command to @openai/codex@ (#2073) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What Updates the install command in the changelog template (`cliff.toml`) from ``` npm install -g codex@version ``` to ``` npm install -g @openai/codex@ ``` # 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@. No changelog regeneration or other files touched. Fixes #2059 Co-authored-by: Thibault Sottiaux --- cliff.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliff.toml b/cliff.toml index 30aa1f1a..f31e1bd8 100644 --- a/cliff.toml +++ b/cliff.toml @@ -4,7 +4,7 @@ header = """ # Changelog -You can install any of these versions: `npm install -g codex@version` +You can install any of these versions: `npm install -g @openai/codex@` """ body = """