codex-changelog

Installation
SKILL.md

Codex Changelog

Goal

Resolve the installed Codex CLI and Codex App versions and return two sections:

  • Codex CLI: the matching GitHub release changelog from openai/codex/releases
  • Codex App: the matching desktop-app changelog from https://developers.openai.com/codex/changelog

Trigger rules

  • Use when the user asks for Codex version, release notes, or changelog details for the CLI, app, or both.
  • Prefer this skill for installed-version changelog lookups instead of ad-hoc browsing.
  • Always fetch Codex CLI notes from GitHub Releases, even though the OpenAI changelog page also lists CLI entries.
  • If no installed CLI or app version can be resolved, report the failure and provide the nearest fallback tags or app versions.

Workflow

  1. Run python3 scripts/print_codex_changelog.py.
  2. Share the printed changelog with the user in two sections: Codex CLI and Codex App.
  3. For Codex CLI, use the current GitHub-release lookup flow against openai/codex/releases.
  4. For Codex App, fetch desktop-app entries from https://developers.openai.com/codex/changelog and match the installed app version when possible.
  5. If no exact CLI tag or app version is found, report the attempted tags or versions and include the latest relevant fallback entry.

Script

  • scripts/print_codex_changelog.py: Resolves the local Codex CLI version via codex --version, resolves the installed Codex App version from the local macOS app bundle, fetches CLI notes from GitHub Releases, fetches app notes from the OpenAI Codex changelog page, and prints both sections.
Related skills

More from alemar11/skills

Installs
28
Repository
alemar11/skills
GitHub Stars
1
First Seen
Feb 11, 2026