From 97b390fbd4fef418f8e03fdf63775c877295691b Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Thu, 21 May 2026 08:19:50 -0700 Subject: [PATCH] docs: add description to codex-cli/package.json (#23835) Fix this eyesore where our lack of a `"description"` was causing our `README.md` to be used for previews on npm. image --- codex-cli/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-cli/package.json b/codex-cli/package.json index 5fbac8300b..2f8df9b79f 100644 --- a/codex-cli/package.json +++ b/codex-cli/package.json @@ -1,6 +1,7 @@ { "name": "@openai/codex", "version": "0.0.0-dev", + "description": "Codex CLI is a coding agent from OpenAI that runs locally on your computer.", "license": "Apache-2.0", "bin": { "codex": "bin/codex.js"