Codex Changelog
Goal
Resolve the installed Codex CLI version and return the matching GitHub release changelog so the user gets version-accurate notes.
Trigger rules
- Use when the user asks for Codex CLI version, release notes, or changelog details.
- Prefer this skill for installed-version changelog lookups instead of ad-hoc GitHub browsing.
- If no installed version can be resolved, report the failure and provide nearest fallback tags.
Workflow
- Run
python3 scripts/print_codex_changelog.py. - Share the printed changelog with the user.
- If no matching release tag is found, report the tags that were attempted and offer to list recent releases.
Script
scripts/print_codex_changelog.py: Resolves the local Codex CLI version viacodex --version, fetches the matching GitHub release, and prints its changelog body.