docs: add description to codex-cli/package.json

This commit is contained in:
Michael Bolin
2026-05-20 23:43:27 -07:00
parent 0b4f86095c
commit a8c02aa53f

View File

@@ -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"